#business #mainimgbox {
  background-color: #898989;
}
#business #mainimgbox .fullimgbox {
  aspect-ratio: 1900/900;
}
#business #mainimgbox .h2box {
  left: auto;
  right: 60px;
  text-align: right;
  width: 88vw;
  top: auto;
  bottom: 140px;
  -webkit-transform: none;
          transform: none;
}
#business #mainimgbox .h2box h2 {
  text-align: right;
  background: #1c222e;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  padding: 20px 60px;
  margin-top: 0;
  display: inline-block;
}
#business .sectioninner2 {
  max-width: 880px;
  margin: 0 auto;
}
#business h3.en {
  font-family: "Cormorant", serif;
  font-size: 26px;
  margin-bottom: 40px;
}
#business h3.ennumber {
  font-family: "Cormorant", serif;
  font-size: 45px;
  margin-bottom: 40px;
}
#business .subttl {
  font-size: 32px;
  margin-bottom: 20px;
}
#business #section01 {
  background-color: #898989;
  padding-top: 60px;
  padding-bottom: 150px;
  color: #fff;
}
#business #section01 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.64fr 60px 1fr;
  grid-template-columns: 0.64fr 1fr;
  gap: 20px 60px;
}
#business #section01 .itemboxover .txtbox .name {
  font-size: 26px;
  margin-top: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
#business #section01 .itemboxover .txtbox .info {
  font-size: 14px;
}
#business #section02 {
  background-color: #1c222e;
  color: #fff;
  padding: 110px 0;
}
#business #section02 .readtxt {
  font-size: 20px;
}
#business #section03 {
  padding: 110px 0;
}
#business #section03 .contentsinner {
  padding-bottom: 150px;
}
#business #section03 .contentsinner:last-child {
  padding-bottom: 0px;
}
#business #section03 .photo1box {
  margin-top: 160px;
}
#business #section03 .photo2box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 160px;
}
#business #section03 .photo2box img {
  width: 100%;
}
#business .br-tab {
  display: none;
}
#business.project01 #mainimgbox .fullimgbox {
  background: url(../images/business_people/project01/mainimg.webp) center bottom no-repeat;
  background-size: cover;
}
#business.project02 #mainimgbox .fullimgbox {
  background: url(../images/business_people/project02/mainimg.webp) center bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1033px) {
  .br-tab {
    display: inline-block;
  }
}
@media screen and (max-width: 880px) {
  #business .sectioninner2 {
    width: 90%;
  }
}
@media screen and (max-width: 842px) {
  #business h3.en {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #business h3.ennumber {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #business .subttl {
    font-size: 22px;
  }
  #business #mainimgbox .fullimgbox {
    aspect-ratio: 860/1069;
  }
  #business #mainimgbox .h2box {
    right: 20px;
    bottom: 20px;
    width: 90%;
  }
  #business #mainimgbox .h2box .h2img {
    text-align: right;
    position: relative;
    z-index: 2;
  }
  #business #mainimgbox .h2box .h2img img {
    width: 65vw;
  }
  #business #mainimgbox .h2box h2 {
    font-size: 16px;
    text-align: left;
    padding: 20px 25px;
    margin-top: -10px;
    z-index: 1;
  }
  #business #section01 {
    padding-bottom: 60px;
  }
  #business #section01 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #business #section01 .txtbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #business #section01 .txtbox .commentstxt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #business #section01 .txtbox .infotxt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #business #section02 {
    padding: 60px 0;
  }
  #business #section02 .readtxt {
    font-size: 12px;
  }
  #business #section03 {
    padding: 60px 0;
  }
  #business #section03 .photo1box {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
  #business #section03 .photo2box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0 calc(50% - 50vw);
  }
  #business #section03 .story01 .photo2box {
    padding-left: 20px;
  }
  #business #section03 .story03 .photo2box {
    padding-right: 20px;
  }
  #business.project01 #mainimgbox .fullimgbox {
    background: url(../images/business_people/project01/mainimg_sp.webp) center bottom no-repeat;
    background-size: cover;
  }
  #business.project02 #mainimgbox .fullimgbox {
    background: url(../images/business_people/project02/mainimg_sp.webp) center bottom no-repeat;
    background-size: cover;
  }
}