@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
}
#business {
  /* ▼▼▼ 私たちの強み
  =====================================*/
}
#business .strengths {
  padding-block: 80rem;
  background: #F7F5F5;
  border-top-left-radius: 70rem;
}
@media screen and (max-width: 767px) {
  #business .strengths {
    padding-block: 56rem;
  }
}
#business .strengths__title {
  font-size: max(24px, 28rem);
  font-weight: 700;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #business .strengths__title {
    font-size: 22rem;
    line-height: 2.4545454545;
  }
}
#business .strengths__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 52rem;
  margin-top: 75rem;
}
@media screen and (max-width: 1020px) {
  #business .strengths__item-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #business .strengths__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 47rem;
    margin-top: 40rem;
  }
}
#business .strengths__item {
  width: max(190px, 319rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43rem;
}
@media screen and (max-width: 767px) {
  #business .strengths__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30rem;
  }
}
#business .strengths__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 147rem;
  aspect-ratio: 147/133;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #business .strengths__item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90rem;
    margin-left: 14rem;
  }
}
#business .strengths__item-img.--1 img {
  width: 100%;
  aspect-ratio: 147/133;
}
#business .strengths__item-img.--2 img {
  width: 118rem;
  aspect-ratio: 118/117;
}
#business .strengths__item-img.--3 img {
  width: 116rem;
  aspect-ratio: 1/1;
}
#business .strengths__item-text-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #business .strengths__item-text-wrap {
    text-align: left;
  }
}
#business .strengths__item-title {
  height: 70rem;
  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;
  color: #DE0A0A;
  font-size: max(17px, 24rem);
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #business .strengths__item-title {
    height: unset;
    font-size: 18rem;
    line-height: 1.3333333333;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#business .strengths__item-text {
  line-height: 2;
  margin-top: 33rem;
}
@media screen and (max-width: 1020px) {
  #business .strengths__item-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #business .strengths__item-text {
    line-height: 1.8571428571;
    text-align: left;
    margin-top: 13rem;
  }
}
@media screen and (max-width: 1020px) {
  #business .strengths__item-text br.pc {
    display: none;
  }
}
#business {
  /* ▼▼▼ セーコウ三事業の概略
  =====================================*/
}
#business .service {
  overflow: hidden;
}
#business .service__head {
  padding-block: 125rem 108rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #business .service__head {
    padding-block: 76rem;
  }
}
#business .service__head-title {
  font-size: max(24px, 28rem);
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #business .service__head-title {
    font-size: 22rem;
    line-height: 1.3636363636;
  }
}
#business .service__head-text {
  line-height: 2;
  margin-top: 53rem;
}
@media screen and (max-width: 767px) {
  #business .service__head-text {
    margin-top: 33rem;
  }
}
#business .service__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 53rem;
  counter-reset: number 0;
}
#business .service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  #business .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
#business .service__text-wrap {
  width: 465rem;
  padding-block: 57rem 86rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business .service__text-wrap {
    width: 335rem;
    padding-inline: 20rem 15rem;
    padding-block: 51rem 0;
  }
}
#business .service__text-wrap::before {
  content: counter(number);
  color: #fff;
  font-family: "Helvetica";
  font-size: 240rem;
  line-height: 1.1166666667;
  position: absolute;
  top: -70rem;
  left: -92rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #business .service__text-wrap::before {
    font-size: 180rem;
    line-height: 1.1777777778;
    top: -50rem;
    left: 213rem;
  }
}
#business .service__text-wrap::after {
  content: "";
  width: calc(50vw + 516rem);
  height: 100%;
  min-height: 400rem;
  background: #F7F5F5;
  border-radius: 0 60rem 60rem 0;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #business .service__text-wrap::after {
    width: 355rem;
    height: calc(100% + 184rem);
    aspect-ratio: 355/560;
    left: -20rem;
  }
}
#business .service__text-wrap.--3 {
  padding-block: 57rem 63rem;
}
@media screen and (max-width: 767px) {
  #business .service__text-wrap.--3 {
    padding-block: 51rem 0;
  }
}
#business .service__item-title {
  color: #DE0A0A;
  font-size: 28rem;
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #business .service__item-title {
    font-size: 22rem;
    line-height: 1.3636363636;
  }
}
#business .service__item-text {
  line-height: 2;
  margin-top: 22rem;
}
@media screen and (max-width: 767px) {
  #business .service__item-text {
    margin-top: 13rem;
  }
}
#business .service__item-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  margin-top: 46rem;
}
@media screen and (max-width: 767px) {
  #business .service__item-info-wrap {
    margin-top: 40rem;
    gap: 20rem;
  }
}
#business .service__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10rem;
  font-size: max(12px, 14rem);
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  #business .service__item-info {
    -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: start;
    gap: 8rem;
  }
}
#business .service__item-info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 11rem;
  border-radius: 4rem;
  background: #707070;
  color: #fff;
  text-align: center;
}
#business .service__item-img {
  width: 550rem;
  aspect-ratio: 550/365;
  border-radius: 40rem;
  overflow: hidden;
  margin-top: 62rem;
}
@media screen and (max-width: 767px) {
  #business .service__item-img {
    width: 390rem;
    margin-left: auto;
    margin-right: -55rem;
    margin-top: unset;
  }
}
#business {
  /* ▼▼▼ 取扱製品
  =====================================*/
}
#business .product {
  margin-top: 155rem;
}
@media screen and (max-width: 767px) {
  #business .product {
    margin-top: 95rem;
  }
}
#business .product__title {
  font-size: max(24px, 28rem);
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #business .product__title {
    font-size: 22rem;
    line-height: 2.4545454545;
  }
}
#business .product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75rem;
  margin-top: 72rem;
}
@media screen and (max-width: 767px) {
  #business .product__content {
    gap: 53rem;
    margin-top: 54rem;
  }
}
#business .product__item-title {
  font-size: 20rem;
  line-height: 1.35;
  padding-bottom: 12rem;
  border-bottom: max(1px, 1rem) solid #AFA7A7;
}
@media screen and (max-width: 767px) {
  #business .product__item-title {
    font-size: 18rem;
    line-height: 1.3333333333;
    padding-bottom: 8rem;
  }
}
#business .product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  #business .product__list {
    gap: 7rem;
    margin-top: 16rem;
  }
}
#business .product__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #business .product__list li {
    gap: 5rem;
  }
}
#business .product__list li::before {
  content: "・";
}