@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_business {
  overflow: hidden;
}
.p_business__heading {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  z-index: 0;
}
.p_business__heading .o_c_heading__page__body__jp::before {
  content: none;
}
.p_business__heading__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1166px;
  height: 100%;
  z-index: -1;
}
.p_business__heading__bg .paint1,
.p_business__heading__bg .paint2,
.p_business__heading__bg .paint3 {
  width: 25%;
  max-width: 220px;
  min-width: 100px;
  aspect-ratio: 23/32;
}
.p_business__heading__bg .paint1::before,
.p_business__heading__bg .paint2::before,
.p_business__heading__bg .paint3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.p_business__heading__bg .paint1::after,
.p_business__heading__bg .paint2::after,
.p_business__heading__bg .paint3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D5EFF;
  mix-blend-mode: multiply;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p_business__heading__bg .paint1::before,
  .p_business__heading__bg .paint2::before,
  .p_business__heading__bg .paint3::before {
    border-radius: 8px;
  }
  .p_business__heading__bg .paint1::after,
  .p_business__heading__bg .paint2::after,
  .p_business__heading__bg .paint3::after {
    border-radius: 8px;
  }
}
.p_business__heading__bg .paint1 {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p_business__heading__bg .paint1::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/images/business/img-paint01@2x.jpg) no-repeat center/cover;
}
@supports (background-image: url("../../assets/images/business/img-paint01@2x.webp")) {
  .p_business__heading__bg .paint1::before {
    background-image: url("../../assets/images/business/img-paint01@2x.webp");
  }
}
.p_business__heading__bg .paint1::after {
  top: 0%;
}
@media screen and (max-width: 480px) {
  .p_business__heading__bg .paint1 {
    top: 45%;
  }
}
.p_business__heading__bg .paint2 {
  position: absolute;
  bottom: -10%;
  left: -3rem;
}
.p_business__heading__bg .paint2::before {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  background: url(../../assets/images/business/img-paint02@2x.jpg) no-repeat center/cover;
}
@supports (background-image: url("../../assets/images/business/img-paint02@2x.webp")) {
  .p_business__heading__bg .paint2::before {
    background-image: url("../../assets/images/business/img-paint02@2x.webp");
  }
}
.p_business__heading__bg .paint2::after {
  top: 0%;
}
.p_business__heading__bg .paint2::after::before {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (max-width: 480px) {
  .p_business__heading__bg .paint2 {
    bottom: -5%;
  }
}
.p_business__heading__bg .paint3 {
  position: absolute;
  bottom: 20%;
  right: -3rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p_business__heading__bg .paint3::before {
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  background: url(../../assets/images/business/img-paint03@2x.jpg) no-repeat center/cover;
}
@supports (background-image: url("../../assets/images/business/img-paint03@2x.webp")) {
  .p_business__heading__bg .paint3::before {
    background-image: url("../../assets/images/business/img-paint03@2x.webp");
  }
}
.p_business__heading__bg .paint3::after {
  top: 0%;
}
.p_business__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% - 3rem);
  max-width: 1166px;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.4;
}
.p_business__message {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 768px) {
  .p_business__message {
    font-size: 1rem;
    text-align: left;
    width: 60%;
    margin: 0rem auto 6rem;
  }
}
@media screen and (max-width: 480px) {
  .p_business__message {
    width: 100%;
    margin: 6rem auto;
  }
}
.p_business__field {
  position: relative;
  margin-bottom: 8rem;
}
.p_business__field__heading {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_business__field__heading {
    margin-bottom: 2rem;
  }
}
.p_business__field__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: calc(100% - 6rem);
  margin: 0 auto 3rem;
  position: relative;
}
.p_business__field__wrap__pic {
  width: 100%;
  aspect-ratio: 18/13;
  position: relative;
}
.p_business__field__wrap__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.p_business__field__wrap__body {
  font-size: 0.9375rem;
  line-height: 1.8;
  position: relative;
}
.p_business__field__wrap__body p {
  margin-bottom: 1rem;
}
.p_business__field__wrap__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_business__field__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p_business__field__wrap {
    width: 100%;
    gap: 2rem;
  }
}
.p_business__field__team {
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.p_business__field__team__ttl {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.p_business__field__team__ttl::after {
  content: "";
  background-image: linear-gradient(to bottom, transparent 5px, black 5px, black 6px, transparent 6px, transparent 12px, black 12px, black 13px, transparent 13px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.5em;
  height: 18px;
}
.p_business__field__team__item {
  display: grid;
  grid-template-columns: 200px 1fr 2fr;
  gap: 1rem;
  padding: 2rem 0;
  border-top: solid 1px #000000;
}
.p_business__field__team__item:first-of-type {
  border-top: none;
}
.p_business__field__team__item__logo img {
  max-width: 180px;
  height: auto;
}
.p_business__field__team__item__profile .name {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.p_business__field__team__item__profile .name span {
  font-size: 70%;
}
.p_business__field__team__item__profile .category {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.p_business__field__team__item__profile .category li {
  padding: 0.5em 1em;
  position: relative;
}
.p_business__field__team__item__profile .category li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #81889D;
  opacity: 0.3;
  border-radius: 30px;
}
.p_business__field__team__item__introduction {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_business__field__team__item__introduction p {
  margin-bottom: 1rem;
}
.p_business__field__team__item__introduction p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_business__field__team__item {
    grid-template-columns: repeat(1, 1fr);
  }
  .p_business__field__team__item__logo {
    text-align: center;
  }
  .p_business__field__team__item__logo img {
    max-width: 140px;
    height: auto;
  }
  .p_business__field__team__item__profile .category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .p_business__field__team {
    width: 100%;
  }
}
.p_business__field__oversea__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: calc(100% - 6rem);
  margin: 3rem auto;
  border: solid 1px #0A1023;
  padding: 3rem;
  border-radius: 1rem;
  position: relative;
}
.p_business__field__oversea__wrap__pic {
  width: 100%;
  aspect-ratio: 18/13;
  position: relative;
}
.p_business__field__oversea__wrap__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.p_business__field__oversea__wrap__body {
  position: relative;
}
.p_business__field__oversea__wrap__body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.p_business__field__oversea__wrap__body__heading .en {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p_business__field__oversea__wrap__body__heading .jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.p_business__field__oversea__wrap__body p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p_business__field__oversea__wrap__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_business__field__oversea__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p_business__field__oversea__wrap {
    width: 100%;
    gap: 2rem;
    padding: 2rem;
  }
}

#research .research-blue01,
#research .research-blue02 {
  position: absolute;
  border-radius: 16px;
  background-color: #0D5EFF;
  mix-blend-mode: multiply;
}
#research .research-blue01 {
  width: 165px;
  aspect-ratio: 3/4;
  top: -8rem;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  #research .research-blue01 {
    width: 120px;
    top: initial;
    left: initial;
    bottom: -3rem;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  #research .research-blue01 {
    width: 96px;
  }
}
#research .research-blue02 {
  width: 116px;
  aspect-ratio: 9/16;
  bottom: -6rem;
  right: -3rem;
}
@media screen and (max-width: 768px) {
  #research .research-blue02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #research .p_business__field__wrap__pic {
    margin-bottom: 3rem;
  }
}

#renovation .renovation-blue01,
#renovation .renovation-blue02 {
  position: absolute;
  border-radius: 16px;
  background-color: #0D5EFF;
  mix-blend-mode: multiply;
}
#renovation .renovation-blue01 {
  width: 150px;
  aspect-ratio: 3/4;
  top: -6rem;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  #renovation .renovation-blue01 {
    width: 120px;
    top: initial;
    bottom: -3rem;
    left: -1.5rem;
  }
}
#renovation .renovation-blue02 {
  width: 110px;
  aspect-ratio: 3/4;
  bottom: -2rem;
  left: 45%;
}
@media screen and (max-width: 768px) {
  #renovation .renovation-blue02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #renovation .p_business__field__wrap__pic {
    margin-bottom: 3rem;
  }
}

#support .support-blue01,
#support .support-blue02,
#support .support-blue03 {
  position: absolute;
  border-radius: 16px;
  background-color: #0D5EFF;
  mix-blend-mode: multiply;
}
#support .support-blue01 {
  width: 150px;
  aspect-ratio: 3/4;
  bottom: 0;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  #support .support-blue01 {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  #support .support-blue01 {
    width: 90px;
    left: -1.5rem;
  }
}
#support .support-blue02 {
  width: 130px;
  aspect-ratio: 3.5/4;
  bottom: 2rem;
  right: -3rem;
}
@media screen and (max-width: 768px) {
  #support .support-blue02 {
    display: none;
  }
}
#support .support-blue03 {
  width: 90px;
  aspect-ratio: 3/4;
  bottom: 0;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #support .support-blue03 {
    display: none;
  }
}

#oversea .oversea-blue01,
#oversea .oversea-blue02 {
  position: absolute;
  border-radius: 16px;
  background-color: #0D5EFF;
  mix-blend-mode: multiply;
}
#oversea .oversea-blue01 {
  width: 240px;
  aspect-ratio: 24/10;
  bottom: -3rem;
  right: 0rem;
}
@media screen and (max-width: 768px) {
  #oversea .oversea-blue01 {
    display: none;
  }
}
#oversea .oversea-blue02 {
  display: none;
}
@media screen and (max-width: 768px) {
  #oversea .oversea-blue02 {
    width: 160px;
    aspect-ratio: 24/10;
    bottom: -1rem;
    right: -1rem;
    border-radius: 8px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #oversea .oversea-blue02 {
    width: 123px;
  }
}

.gsap-research-01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}

.gsap-research-02 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}/*# sourceMappingURL=business.css.map */