.padding-lr {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 750px) {
  .padding-lr {
    padding-left: 4.9019607843vw;
    padding-right: 4.9019607843vw;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.business-demo {
  padding-bottom: 13.333vw;
}

.business-demo .mv {
  background: url(../img/business-demo/img_mv_bg_01_sp.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.business-demo .mv__inner {
  width: 100%;
  margin: 0 auto;
}

.business-demo .mv .heading {
  position: relative;
}

.business-demo .mv .heading::before {
  content: '';
  display: block;
  position: absolute;
  top: -20.267vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/business-demo/icon_hirayama.png) no-repeat;
  background-size: 100%;
  width: 20.267vw;
  height: 21.867vw;
}

.business-demo .mv .heading .heading__text {
  display: block;
  padding: 1.333vw 4vw;
  color: #fff;
  font-size: 5.333vw;
  font-weight: 900;
  background-color: #231815;
  text-align: center;
}

.business-demo .mv .heading .heading__title {
  margin-top: 4vw;
  color: #fff;
  font-size: 13.6vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 
  #007CD8 2px 0px 0px, #007CD8 -2px 0px 0px,
  #007CD8 0px -2px 0px, #007CD8 0px 2px 0px,
  #007CD8 2px 2px 0px, #007CD8 -2px 2px 0px,
  #007CD8 2px -2px 0px, #007CD8 -2px -2px 0px,
  #007CD8 1px 2px 0px, #007CD8 -1px 2px 0px,
  #007CD8 1px -2px 0px, #007CD8 -1px -2px 0px,
  #007CD8 2px 1px 0px, #007CD8 -2px 1px 0px,
  #007CD8 2px -1px 0px, #007CD8 -2px -1px 0px,
  #007CD8 1px 1px 0px, #007CD8 -1px 1px 0px,
  #007CD8 1px -1px 0px, #007CD8 -1px -1px 0px;
}

.business-demo .mv .heading .heading__title span {
  display: inline-block;
  padding: 2.667vw 4vw;
  background-color: #007CD8;
  color: #fff;
  font-size: 14.133vw;
  font-weight: 900;
}

.business-demo .mv .heading .heading__title span:nth-child(2) {
  margin: 0 0 0 2.667vw;
}

.business-demo .mv .mv__box {
  position: relative;
  margin-top: 6.133vw;
  padding: 2.667vw 20vw 2.667vw 2.667vw;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.business-demo .mv .mv__box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -3.467vw;
  background: url(../img/roof/img_cta_people_01.png) no-repeat;
  background-size: 100%;
  width: 24.8vw;
  height: 26.4vw;
}

.business-demo .mv .mv__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 83.2vw;
  height: 16.267vw;
  background-color: #B21D00;
  color: #fff;
  font-size: 4.533vw;
  font-weight: 700;
  border-radius: 3.467vw;
}

.business-demo .mv .mv__link > span {
  position: relative;
  display: inline-block;
}

.business-demo .mv .mv__link > span::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 2.667vw);
  left: -11.2vw;
  background: url(../img/roof/icon_mail_02.svg) no-repeat;
  background-size: 100%;
  width: 7.2vw;
  height: 5.867vw;
}

@media screen and (max-width: 750px) {
  .business-demo .mv {
    padding-top: 26.667vw;
    padding-bottom: 8vw;
    margin-bottom: 5.333vw;
  }
  .business-demo .mv__inner {
    padding: 0 7.2vw;
  }
  .business-demo .mv .heading::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .business-demo .mv .heading .heading__title {
    text-align: center;
  }
  .business-demo .mv .heading .heading__title span {
    margin-bottom: 2.667vw;
  }
}

@media screen and (min-width: 751px) {
  .business-demo .mv {
    padding-top: 7vw;
    padding-bottom: 6vw;
    background: url(../img/business-demo/img_mv_bg_01.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5em;
  }
  
  .business-demo .mv__inner {
    max-width: 89.5vw;
    width: 100%;
    margin: 0 auto;
  }

  .business-demo .mv .heading {
    position: relative;
    padding-left: 9.6vw;
  }
  
  .business-demo .mv .heading::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4.2vw);
    left: 0;
    background: url(../img/business-demo/icon_hirayama.png) no-repeat;
    background-size: 100%;
    width: 8vw;
    height: 9vw;
  }
  
  .business-demo .mv .heading .heading__text {
    display: inline-block;
    padding: 2.4vw 4.6vw;
    color: #fff;
    font-size: 3vw;
    font-weight: 900;
    background-color: #231815;
  }
  
  .business-demo .mv .heading .heading__title {
    margin-top: 1.5vw;
    color: #fff;
    font-size: 6.1vw;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-shadow: 
    #007CD8 2px 0px 0px, #007CD8 -2px 0px 0px,
    #007CD8 0px -2px 0px, #007CD8 0px 2px 0px,
    #007CD8 2px 2px 0px, #007CD8 -2px 2px 0px,
    #007CD8 2px -2px 0px, #007CD8 -2px -2px 0px,
    #007CD8 1px 2px 0px, #007CD8 -1px 2px 0px,
    #007CD8 1px -2px 0px, #007CD8 -1px -2px 0px,
    #007CD8 2px 1px 0px, #007CD8 -2px 1px 0px,
    #007CD8 2px -1px 0px, #007CD8 -2px -1px 0px,
    #007CD8 1px 1px 0px, #007CD8 -1px 1px 0px,
    #007CD8 1px -1px 0px, #007CD8 -1px -1px 0px;
  }
  
  .business-demo .mv .heading .heading__title span {
    display: inline-block;
    padding: 0.6vw 3.6vw;
    background-color: #007CD8;
    color: #fff;
    font-size: 4.9vw;
  }
  
  .business-demo .mv .heading .heading__title span:nth-child(2) {
    margin: 0 0 0 2.3vw;
  }
  
  .business-demo .mv .heading .heading__title.--2 {
    display: flex;
    justify-content: space-between;
    max-width: 783px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .business-demo .mv .mv__box {
    position: relative;
    margin-top: 2.3vw;
    padding: 2vw 11.5vw 2vw 1vw;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    font-size: 1.9vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  .business-demo .mv .mv__box::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0.6vw;
    background: url(../img/roof/img_cta_people_01.png) no-repeat;
    background-size: 100%;
    width: 11vw;
    height: 11.7vw;
  }
  
  .business-demo .mv .mv__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw auto 0;
    width: 35vw;
    height: 5.5vw;
    background-color: #B21D00;
    color: #fff;
    font-size: 2vw;
    font-weight: 700;
    border-radius: 0.8vw;
  }
  
  .business-demo .mv .mv__link > span {
    position: relative;
    display: inline-block;
  }
  
  .business-demo .mv .mv__link > span::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 0.7vw);
    left: -4.1vw;
    background: url(../img/roof/icon_mail_02.svg) no-repeat;
    background-size: 100%;
    width: 2.3vw;
    height: 1.8vw;
  }
}

@media screen and (min-width: 1000px) {
  .business-demo .mv {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  
  .business-demo .mv__inner {
    max-width: 895px;
  }

  .business-demo .mv .heading {
    padding-left: 96px;
  }
  
  .business-demo .mv .heading::before {
    top: calc(50% - 42px);
    left: 0;
    width: 80px;
    height: 90px;
  }
  
  .business-demo .mv .heading .heading__text {
    padding: 24px 46px;
    font-size: 30px;
  }
  
  .business-demo .mv .heading .heading__title {
    margin-top: 15px;
    font-size: 61px;
  }
  
  .business-demo .mv .heading .heading__title span {
    padding: 6px 36px;
    font-size: 49px;
  }
  
  .business-demo .mv .heading .heading__title span:nth-child(2) {
    margin: 0 0 0 23px;
  }
  
  .business-demo .mv .mv__box {
    margin-top: 23px;
    padding: 20px 115px 20px 10px;
    font-size: 19px;
  }

  .business-demo .mv .mv__box-img {
    max-width: 81vw;
    width: 100%;
    margin: 2.6vw auto 0;
    right: -1.5vw;
  }
  
  .business-demo .mv .mv__box::after {
    bottom: 0;
    right: 6px;
    width: 110px;
    height: 117px;
  }

  .business-demo .mv .mv__box-img {
    max-width: 810px;
    width: 100%;
    margin: 26px auto 0;
    right: -15px;
  }
  
  .business-demo .mv .mv__link {
    margin: 20px auto 0;
    width: 350px;
    height: 55px;
    font-size: 20px;
    border-radius: 8px;
  }
  
  .business-demo .mv .mv__link > span::before {
    top: calc(50% - 7px);
    left: -41px;
    width: 23px;
    height: 18px;
  }
}

.business-demo .mv .heading {
  padding-left: 0;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .business-demo .mv .heading .heading__title {
    font-size: 12.8vw;
    line-height: 1.2;
  }
  .business-demo .mv .heading .heading__title span {
    font-size: 4.8vw;
  }
  .business-demo .mv .heading .heading__title.--2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  .business-demo .mv .heading .heading__text {
    font-size: 5.067vw;
  }
}

.business-demo .mv .heading::before {
  content: none;
}

.business-demo .mv {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(../img/business/mv--pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
  .business-demo .mv {
    aspect-ratio: 408/637;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    background-image: url(../img/business/mv--sp.jpg);
  }
}

.mv__box-img {
  position: relative;
  margin-top: 2em;
}
@media only screen and (max-width: 750px) {
  .mv__box-img {
    margin-top: 0.5em;
  }
}
.mv__box-img img {
  width: 100%;
}

#reason {
  padding-block: 4em;
  margin-bottom: 2em;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 750px) {
  #reason {
    padding-left: 4.9019607843vw;
    padding-right: 4.9019607843vw;
  }
}
#reason::before {
  content: "";
  display: block;
  background-color: rgba(0, 124, 216, 0.15);
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.reasonTtl {
  color: #007cd8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  background-color: #fdd000;
  border-radius: 5.333vw;
  font-size: 6.4vw;
  font-weight: bold;
  padding: 0.2em 1.5em;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .reasonTtl {
    padding: 3.2vw 8vw;
  }
}

@media screen and (min-width: 751px) {
  .reasonTtl {
    padding: 0 12.2vw;
    font-size: 3.3vw;
    border-radius: 0.5em;
  }
}

@media screen and (min-width: 1000px) {
  .reasonTtl {
    padding: 0 122px;
    font-size: 33px;
  }
}

.reasonTtl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 15px solid #fdd000;
  border-bottom: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
}
.reasonTtl span {
  font-size: 12.267vw;
}

@media only screen and (max-width: 750px) {
  .reasonTtl span {
    line-height: 1.1;
  }
}

@media screen and (min-width: 751px) {
  .reasonTtl span {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1000px) {
  .reasonTtl span {
    font-size: 48px;
  }
}

.reasonFlex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  row-gap: 1.5em;
}
@media only screen and (max-width: 750px) {
  .reasonFlex {
    flex-direction: column;
  }
}

.reasonItem {
  width: calc(50% - 1em);
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .reasonItem {
    width: 100%;
  }
}
.reasonItem .ttl {
  background-color: #007cd8;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: 0.3em #007cd8;
  text-stroke: 0.3em #007cd8;
  paint-order: stroke;
  font-style: italic;
  font-size: 1.4em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  letter-spacing: 0.15em;
}
.reasonItem .ttl span {
  position: relative;
  font-size: 1.8em;
  font-weight: 900;
  color: #fdd000;
}
.reasonItem .in {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reasonItem .text {
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.7em;
  font-style: italic;
  line-height: 1.6;
}
.reasonItem .text.is-center {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .reasonItem .text {
    font-size: 1.4em;
  }
}
.reasonItem .text span {
  display: inline-block;
  color: #007cd8;
  font-size: 1.6em;
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #fdd000 30%);
}
@media only screen and (max-width: 750px) {
  .reasonItem .text span {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 751px) {
  .reasonItem .ttl span {
    position: relative;
    top: -7px;
    font-size: 52px;
  }
}


.blue {
  color: #007cd8 !important;
}

.marker {
  background: linear-gradient(transparent 70%, #fdd000 30%) !important;
}

#business-about, #price, #price2, #works {
  padding-top: 6em;
}
#business-about .menu__heading, #price .menu__heading, #price2 .menu__heading, #works .menu__heading {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 2em;
}
@media only screen and (max-width: 750px) {
  #business-about .menu__heading, #price .menu__heading, #price2 .menu__heading, #works .menu__heading {
    margin-bottom: 1em;
  }
}

#business-about .business-about-ba {
  margin-top: 3em;
}
#business-about .business-about-ba .ttl {
  border: solid 5px #007cd8;
  text-align: center;
  padding: 0.7em;
  line-height: 1.5;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.5em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #business-about .business-about-ba .ttl {
    font-size: 4.9019607843vw;
  }
}
#business-about .business-about-ba .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  aspect-ratio: 39/28;
  background: url(../img/business/ba-arw.png) no-repeat center/contain;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 98%);
}
#business-about .business-about-ba .ttl span {
  color: #007cd8;
}
#business-about .business-about-ba img {
  width: 100%;
}

.reason {
  position: relative;
}
.reason::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #FFE7C2;
}

.business-demo .reason__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  .business-demo .reason__heading {
    padding-top: 0;
    height: 21.7vw;
  }
}
@media screen and (min-width: 1000px) {
  .business-demo .reason__heading {
    height: 217px;
  }
}

.reason__sub {
  background-color: rgba(0, 124, 216, 0.1);
  padding: 2em;
  border-radius: 1.5em;
  font-weight: bold;
  margin-top: 1.5em;
}
@media only screen and (max-width: 750px) {
  .reason__sub {
    padding: 1.5em;
  }
}

@media screen and (min-width: 1000px) {
  .reason__image {
    margin-top: -4em;
  }
}

.company__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .company__wrap {
    flex-direction: column;
  }
}
.company__wrap .company__text {
  width: 61.797752809%;
  flex-shrink: 0;
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  .company__wrap .company__text {
    width: 100%;
  }
}
.company__wrap .company__text .company__heading {
  font-size: 24px;
  letter-spacing: inherit;
  border-bottom: dashed 2px #333;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 750px) {
  .company__wrap .company__text .company__heading {
    font-size: 4.9019607843vw;
  }
}
.company__wrap .company__image {
  width: 34.2696629213%;
}
@media only screen and (max-width: 750px) {
  .company__wrap .company__image {
    width: 100%;
  }
}

#price, #price2, #works {
  padding-top: 5em;
}

.price-block {
  margin-top: 2em;
}
.price-block .ttl {
  margin-bottom: 1em;
  background-color: rgba(0, 124, 216, 0.1);
  border: solid 1px #007cd8;
  text-align: center;
  padding: 0.5em;
  font-size: 24px;
  font-weight: bold;
  color: #007cd8;
}
@media only screen and (max-width: 750px) {
  .price-block .ttl {
    font-size: 4.9019607843vw;
    margin-bottom: 0.5em;
  }
}
.price-block .price-block-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 2.5em;
}
@media only screen and (max-width: 750px) {
  .price-block .price-block-wrap {
    flex-direction: column;
    row-gap: 1em;
    margin-bottom: 3em;
  }
}
.price-block .price-block-wrap > * {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media only screen and (max-width: 750px) {
  .price-block .price-block-wrap > * {
    width: 100%;
  }
}
.price-block .step {
  font-size: 36px;
  font-weight: bold;
  color: #007cd8;
  height: 1.2em;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .price-block .step {
    font-size: 8.8235294118vw;
  }
}
.price-block img {
  width: 100%;
}
.price-block .img {
  margin-bottom: 0.5em;
}
.price-block.--2 {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media only screen and (max-width: 750px) {
  .price-block.--2 {
    flex-direction: column;
    row-gap: 1em;
  }
}
.price-block.--2 .price-block--in:first-of-type {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media only screen and (max-width: 750px) {
  .price-block.--2 .price-block--in:first-of-type {
    width: 100%;
  }
}
.price-block.--2 .price-block--in:first-of-type .price-block-wrap .price-block-item {
  width: 100%;
}
.price-block.--2 .price-block--in:last-of-type {
  width: calc(66.6666666667% - 0.5em);
}
@media only screen and (max-width: 750px) {
  .price-block.--2 .price-block--in:last-of-type {
    width: 100%;
  }
}
.price-block.--2 .price-block--in:last-of-type .price-block-wrap .price-block-item {
  width: calc(50% - 0.5em);
}
@media only screen and (max-width: 750px) {
  .price-block.--2 .price-block--in:last-of-type .price-block-wrap .price-block-item {
    width: 100%;
  }
}
.price-block.--2 .price-block--in.--1 .ttl {
  border-color: #e8ac14;
  color: #e8ac14;
  background-color: rgba(232, 172, 20, 0.1);
}
@media only screen and (max-width: 750px) {
  .price-block.--2 .price-block--in.--1 .step {
    display: none;
  }
}
.price-block.--2 .price-block--in.--2 .ttl {
  border-color: #ec611c;
  color: #ec611c;
  background-color: rgba(236, 97, 28, 0.1);
}
.price-block.--2 .price-block--in.--2 .step {
  color: #ec611c;
}
@media only screen and (max-width: 750px) {
  .price-block.--2 .price-block--in.--2 .price-block-wrap {
    margin-bottom: 0;
  }
}

.price2-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 45px;
  margin-block: 50px;
}
@media only screen and (max-width: 750px) {
  .price2-wrap {
    flex-direction: column;
    row-gap: 2em;
  }
}
.price2-wrap > * {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * {
    width: 100%;
  }
}
.price2-wrap > * .img {
  position: relative;
  margin-bottom: 0.5em;
}
.price2-wrap > * .img img {
  width: 100%;
}
.price2-wrap > * .img .img-ttl {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #007cd8;
  padding: 0.4em 0;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * .img .img-ttl {
    font-size: 4.9019607843vw;
  }
}
.price2-wrap > * .text span {
  color: #b21d00;
}
.price2-wrap > * table {
  margin-top: 2em;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * table {
    margin-top: 1em;
  }
}
.price2-wrap > * table th, .price2-wrap > * table td {
  border: solid 1px #007cd8;
  text-align: center;
  font-weight: bold;
  padding: 1em;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * table th, .price2-wrap > * table td {
    width: 100%;
    display: block;
  }
}
.price2-wrap > * table th {
  background-color: rgba(0, 124, 216, 0.1);
  width: 30%;
  border-right: none;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * table th {
    width: 100%;
    border-right: solid 1px #007cd8;
    border-top: none;
  }
}
.price2-wrap > * table td {
  border-left: none;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * table td {
    border-left: solid 1px #007cd8;
    border-top: none;
    border-bottom: none;
  }
}
.price2-wrap > * table .tax {
  display: block;
  font-size: 0.9em;
}
@media only screen and (max-width: 750px) {
  .price2-wrap > * table tr td {
    border-bottom: solid 1px #007cd8;
  }
  .price2-wrap > * table tr:first-of-type th {
    border-top: solid 1px #007cd8;
  }
}

.works-check {
  background-color: rgba(0, 124, 216, 0.1);
  padding: 2em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-top: 3em;
  margin-bottom: 5em;
}
@media only screen and (max-width: 750px) {
  .works-check {
    row-gap: 1em;
    flex-direction: column;
  }
}
.works-check .img {
  width: 180px;
}
@media only screen and (max-width: 750px) {
  .works-check .img {
    width: 25.7352941176vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.works-check .img img {
  width: 100%;
}
.works-check ul li {
  color: #007cd8;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  padding-left: 1.5em;
}
@media only screen and (max-width: 750px) {
  .works-check ul li {
    font-size: 4.4117647059vw;
  }
}
.works-check ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.4em;
  border-left: 0.15em solid #007cd8;
  border-bottom: 0.15em solid #007cd8;
  transform: rotate(-45deg);
}

.works-item .works-info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .works-item .works-info {
    flex-direction: column;
  }
}
.works-item .works-info .img {
  width: 45%;
}
@media only screen and (max-width: 750px) {
  .works-item .works-info .img {
    width: 100%;
    display: none;
  }
}
.works-item .works-info img {
  width: 100%;
}
.works-item .works-info .text {
  width: 52%;
}
.works-item .works-info .text .img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .works-item .works-info .text {
    width: 100%;
  }
  .works-item .works-info .text .img {
    display: block;
    margin-bottom: 1em;
  }
}
.works-item .works-info .text .ttl {
  border-left: solid 0.5em #007cd8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
@media only screen and (max-width: 750px) {
  .works-item .works-info .text .ttl {
    font-size: 4.9019607843vw;
  }
}
.works-item .works-info .text table {
  width: 100%;
}
.works-item .works-info .text table th, .works-item .works-info .text table td {
  border: solid 1px #007cd8;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
}
.works-item .works-info .text table th {
  background-color: #007cd8;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.works-item .works-info .text table tr:last-of-type th {
  border-bottom: solid 1px #007cd8;
}
@media only screen and (max-width: 750px) {
  .works-item .works-info .text table th, .works-item .works-info .text table td {
    display: block;
    width: 100%;
  }
  .works-item .works-info .text table th {
    border-bottom: none;
  }
}
.works-item .sub-text {
  margin-top: 2em;
}
.works-item + .works-item {
  margin-top: 4em;
  padding-top: 4em;
  border-top: solid 1px #231815;
}

#works .btn {
  margin-top: 2em;
}

.flow-list li {
  background-color: rgba(0, 124, 216, 0.1);
  padding: 1.25em 1.5em;
  position: relative;
}
.flow-list li .ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.8em;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 750px) {
  .flow-list li .ttl {
    font-size: 1.3em;
  }
}
.flow-list li .ttl .num {
  color: #007cd8;
  font-size: 2em;
  line-height: 1;
}
.flow-list li .ttl span {
  line-height: 1.4;
}
.flow-list li + li {
  margin-top: 4em;
}
@media only screen and (max-width: 750px) {
  .flow-list li + li {
    margin-top: 2em;
  }
}
.flow-list li + li::before {
  content: "";
  width: 1px;
  height: 4em;
  left: 50%;
  top: 0;
  transform: translateY(-100%);
  border-right: dashed 1px #727171;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  .flow-list li + li::before {
    height: 2em;
  }
}

.business-demo .menu__heading,
.business-demo .paint__heading {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .business-demo .menu__heading {
    font-size: 7.467vw;
    font-weight: 700;
    padding: 0 11.799vw;
  }

  .business-demo .paint__heading {
    font-size: 7.467vw;
    font-weight: 700;
    padding: 0 11.399vw;
  }
  .business-demo .menu__heading:before {
    top: calc(50% - 8.8vw);
  }
  .business-demo .menu__heading:after {
    top: calc(50% - 8vw);
  }
  .business-demo .paint__heading:before {
    top: calc(50% - 4.6vw);
    width: 9.8vw;
    height: 10.533vw;
  }
  .business-demo .paint__heading:after {
    top: calc(50% - 6.799vw);
    width: 10.33vw;
    height: 14.4vw;
  }
}

@media screen and (min-width: 751px) {
  .business-demo .menu__heading {
    padding: 0 6.8vw;
    font-size: 4.2vw;
  }
  .business-demo .paint__heading {
    padding: 0 9vw;
    font-size: 4.2vw;
  }
}

@media screen and (min-width: 1000px) {
  .business-demo .menu__heading {
    padding: 0 68px;
    font-size: 42px;
  }
  .business-demo .paint__heading {
    padding: 0 90px;
    font-size: 42px;
  }
}

.business-demo .hr-blog {
  margin-top: 20.533vw;
}
.factory-warehouse .flow {
  margin-top: 13.6vw;
}
.factory-warehouse .faq {
  margin-top: 13.6vw;
}
.factory-warehouse .form {
  margin-top: 13.6vw;
}

@media screen and (max-width: 750px) {
  .business-demo .common__heading {
    font-size: 7.467vw;
  }
}

@media screen and (min-width: 751px) {
  .business-demo .hr-blog {
    margin-top: 11.5vw;
  }
  .factory-warehouse .flow {
    margin-top: 14.7vw;
  }
  .factory-warehouse .faq {
    margin-top: 16.5vw;
  }
  .factory-warehouse .form {
    margin-top: 16.6vw;
  }
}

@media screen and (min-width: 1000px) {
  .business-demo .hr-blog {
    margin-top: 115px;
  }
  .factory-warehouse .flow {
    margin-top: 147px;
  }
  .factory-warehouse .faq {
    margin-top: 165px;
  }
  .factory-warehouse .form {
    margin-top: 166px;
  }
}

.business-demo .company__wrap {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .business-demo .reason__title {
    text-align: center;
  }
  .business-demo #price .menu__heading{
    font-size: 6.6vw;
  }
}