@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.l-business01-division {
  margin-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  .l-business01-division {
    margin-top: 4.875rem;
  }
}

.l-business01-fv {
  margin-top: 4.125rem;
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .l-business01-fv {
    margin-top: 1.875rem;
    padding-bottom: 2.625rem;
  }
}

.l-business01-info {
  margin-top: 3.75rem;
}

.l-business01-intro {
  margin-top: 6.6875rem;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .l-business01-intro {
    margin-top: 1.3125rem;
  }
}

.l-business01-relation {
  margin-top: 8rem;
}

.p-business01-division__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3a54a4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business01-division__title {
    font-size: 1.125rem;
  }
}

.p-business01-division__title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.75rem;
}

.p-business01-division__wrap {
  overflow: auto;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-business01-division__wrap {
    margin-top: 1.25rem;
  }
}

.p-business01-division__wrap02 {
  overflow: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business01-division__wrap02 {
    margin-top: 1.25rem;
  }
}

.p-business01-division__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-business01-division__items {
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-business01-division__item {
  aspect-ratio: 256/410;
  max-height: 25.625rem;
  display: block;
  width: 20%;
  position: relative;
  overflow: hidden;
}

.p-business01-division__item:not(:first-child) {
  border-left: 1px solid #fff;
}

.p-business01-division__item::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.3125rem;
  height: 10.625rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-business01-division__item--num1::before {
  background-image: url(../images/top/number1.png);
}

.p-business01-division__item--num2::before {
  background-image: url(../images/top/number2.png);
}

.p-business01-division__item--num3::before {
  background-image: url(../images/top/number3.png);
}

.p-business01-division__item--num4::before {
  background-image: url(../images/top/number4.png);
}

.p-business01-division__item--num5::before {
  background-image: url(../images/top/number5.png);
}

.p-business01-division__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-business01-division__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: -1;
}

.p-business01-division__copy-wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-business01-division__copy-wrap {
    padding-top: 3.25rem;
  }
}

.p-business01-division__copy {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .p-business01-division__copy {
    font-size: 1.5rem;
  }
}

.p-business01-division__copy-en {
  font-size: 0.75rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-top: auto;
  padding-bottom: 1.25rem;
}

.p-business01-division__body {
  margin-top: 1.0625rem;
}

.p-business01-division__sub-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.8235294118;
  letter-spacing: 0.06em;
  color: #3a54a4;
  text-align: center;
}

.p-business01-division__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-business01-division__cards {
    width: 64rem;
  }
}

.p-business01-division__card {
  position: relative;
  overflow: hidden;
}

.p-business01-division__card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-business01-division__card img {
  aspect-ratio: 320/300;
  width: 25vw;
  height: 18.75rem;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 767px) {
  .p-business01-division__card img {
    width: 15.9375rem;
    height: 15.125rem;
  }
}

.p-business01-division__copy-wrap02 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 2.75rem;
}

.p-business01-division__copy02 {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-business01-division__copy02 {
    font-size: 1.25rem;
  }
}

.p-business01-division__copy-en02 {
  font-size: 0.75rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-top: auto;
  padding-bottom: 1.25rem;
}

.p-business01-fv::before {
  height: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv::before {
    height: 27.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business01-fv--03::before {
    height: 31.25rem;
  }
}

.p-business01-fv__title {
  font-size: 3.125rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__title {
    font-size: 1.875rem;
  }
}

.p-business01-fv__sub-title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__sub-title {
    font-size: 1.375rem;
  }
}

.p-business01-fv__block-outside {
  padding-left: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, right top, from(rgba(58, 84, 164, .9)), color-stop(rgba(58, 84, 164, .9)), color-stop(transparent), to(transparent));
  background: linear-gradient(90deg, rgba(58, 84, 164, .9) 0%, rgba(58, 84, 164, .9) calc(50vw + 9.6875rem), transparent calc(50vw + 9.6875rem), transparent 100%);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block-outside {
    background: -webkit-gradient(linear, left top, right top, from(rgba(58, 84, 164, .9)), color-stop(rgba(58, 84, 164, .9)), color-stop(transparent), to(transparent));
    background: linear-gradient(90deg, rgba(58, 84, 164, .9) 0%, rgba(58, 84, 164, .9) calc(50vw + 5.625rem), transparent calc(50vw + 5.625rem), transparent 100%);
  }
}
@media screen and (max-width: 500px) {
  .p-business01-fv__block-outside {
    background: -webkit-gradient(linear, left top, right top, from(rgba(58, 84, 164, .9)), color-stop(21.25rem, rgba(58, 84, 164, .9)), color-stop(21.25rem, transparent), to(transparent));
    background: linear-gradient(90deg, rgba(58, 84, 164, .9) 0%, rgba(58, 84, 164, .9) 21.25rem, transparent 21.25rem, transparent 100%);
  }
}

.p-business01-fv__block {
  padding-bottom: 1.875rem;
  position: relative;
  width: 47.1875rem;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block {
    width: 20.625rem;
    padding-bottom: 2.6875rem;
    margin-top: 0.1875rem;
  }
}

.p-business01-fv__block--02 {
  padding-bottom: 1.25rem;
}

.p-business01-fv__block--05 {
  padding-bottom: 5.875rem;
}

.p-business01-fv__block.c-lower-fv__block::before {
  display: none;
}

.p-business01-fv__block::after {
  content: "";
  background-image: url(../images/top/number1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15rem;
  height: 10.625rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 39.5%;
  left: auto;
  right: 2.3125rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block::after {
    width: 6.625rem;
    height: 5rem;
    right: 1.5625rem;
  }
}

.p-business01-fv__block--02::after {
  content: "";
  background-image: url(../images/top/number2.png);
  width: 16.6875rem;
  height: 11.0625rem;
  position: absolute;
  bottom: -0.4375rem;
  left: auto;
  right: -0.625rem;
}
@media screen and (max-width: 840px) {
  .p-business01-fv__block--02::after {
    width: 15rem;
    height: 9.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block--02::after {
    width: 7.5rem;
    height: 5rem;
    bottom: 0%;
    right: 0.125rem;
  }
}

.p-business01-fv__block--03::after {
  content: "";
  background-image: url(../images/top/number3.png);
  width: 15rem;
  height: 10.625rem;
  position: absolute;
  bottom: -0.875rem;
  left: auto;
  left: initial;
  right: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block--03::after {
    width: 7.5rem;
    height: 5rem;
    right: 0;
    bottom: 0;
  }
}

.p-business01-fv__block--04::after {
  content: "";
  background-image: url(../images/top/number4.png);
  width: 15rem;
  height: 10.625rem;
  position: absolute;
  bottom: -0.875rem;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block--04::after {
    width: 7.5rem;
    height: 5rem;
    right: 0.5625rem;
    bottom: 0%;
  }
}

.p-business01-fv__block--05::after {
  content: "";
  background-image: url(../images/top/number5.png);
  width: 15rem;
  height: 10.625rem;
  position: absolute;
  bottom: -0.875rem;
  left: auto;
  right: -0.375rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block--05::after {
    width: 7.5rem;
    height: 5rem;
    right: 0.625rem;
    bottom: 0%;
  }
}

.p-business01-fv__text {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__text {
    margin-top: 1.3125rem;
  }
}

.p-business01-fv__br400 {
  display: none;
}
@media screen and (max-width: 445px) {
  .p-business01-fv__br400 {
    display: block;
  }
}

.p-business01-fv__btn {
  margin-top: 1.75rem;
}

.p-business01-fv__btn .c-btn {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__btn .c-btn {
    width: 11.25rem;
    padding: 0.3125rem;
  }
}

.p-business01-fv__img {
  margin-top: -9rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__img {
    margin-top: -2.1875rem;
  }
}

.p-business01-fv__block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__block02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-top: 1.9375rem;
  }
}

.p-business01-fv__copy {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  width: 42.8571428571%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__copy {
    font-size: 1.125rem;
    width: 100%;
  }
}

.p-business01-fv__copy span {
  background-color: #3a54a4;
  display: inline-block;
  padding: 0 0.625rem;
}

.p-business01-fv__copy span:nth-of-type(2) {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__copy span:nth-of-type(2) {
    margin-top: 0.4375rem;
  }
}

.p-business01-fv__text02 {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__text02 {
    width: 100%;
  }
}

.p-business01-fv__btn--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-business01-fv__btn--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-business01-fv__caution {
  font-size: 0.625rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #fff;
  max-width: 25.6875rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.p-business01-fv__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-business01-info__inner {
  max-width: 70rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-business01-info__wrap {
  padding-top: 5rem;
  padding-bottom: 9.0625rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business01-info__wrap {
    padding-top: 2.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-business01-info__wrap::before {
  content: "";
  width: 62%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ecf1f8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-business01-info__wrap::before {
    width: 100%;
    height: 50%;
    top: -0.1875rem;
  }
}

.p-business01-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-business01-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-business01-info__img {
  aspect-ratio: 700/475;
  width: 54.6875vw;
  height: 29.6875rem;
  position: relative;
  z-index: -1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-business01-info__img {
    width: 81.8666666667vw;
    height: 13.125rem;
  }
}

.p-business01-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business01-info__block {
  max-width: 38.75rem;
  width: 100%;
  padding: 2.5rem 3.75rem 3.375rem;
  position: relative;
  left: -6.25rem;
  bottom: -4rem;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(16%, transparent), color-stop(16%, #fff), to(#fff));
  background: linear-gradient(180deg, transparent 0%, transparent 16%, #fff 16%, #fff 100%);
  margin-right: calc(50% - 50vw - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-business01-info__block {
    margin-right: 0;
    margin-right: initial;
    padding-right: calc(50vw - 50%);
    padding: 0rem 1.25rem 1.5625rem;
    top: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, transparent), color-stop(10%, #fff), to(#fff));
    background: linear-gradient(90deg, transparent 0%, transparent 10%, #fff 10%, #fff 100%);
  }
}

.p-business01-info__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-business01-info__title {
    font-size: 1.125rem;
    display: inline-block;
    position: relative;
    left: 2.125rem;
    top: -1.0625rem;
  }
}

.p-business01-info__title span {
  background-color: #3a54a4;
  padding: 0rem 0.5625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-business01-info__title span {
    padding: 0 0.625rem 0rem 0.375rem;
  }
}

.p-business01-info__title span:nth-of-type(n + 2) {
  margin-top: 0.625rem;
}

.p-business01-info__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-business01-info__text {
    padding-left: 2.375rem;
    margin-top: 0.0625rem;
  }
}

.p-business01-info__wrap:nth-child(even) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-business01-info__wrap:nth-child(even) {
    margin-top: 0rem;
    padding-top: 2rem;
  }
}

.p-business01-info__wrap:nth-child(even) .p-business01-info__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-business01-info__wrap:nth-child(even) .p-business01-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-business01-info__wrap:nth-child(even) .p-business01-info__img {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-business01-info__wrap:nth-child(even) .p-business01-info__img {
    margin-left: auto;
  }
}

.p-business01-info__wrap:nth-child(even) .p-business01-info__block {
  margin-left: calc(50% - 50vw - 2.5rem);
  margin-right: 0;
  margin-right: initial;
  left: auto;
  right: -6.25rem;
  bottom: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-business01-info__wrap:nth-child(even) .p-business01-info__block {
    top: 0;
    right: auto;
    margin-left: calc(50% - 50vw - 2.5rem);
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business01-info__wrap:nth-child(even) .p-business01-info__title {
    left: 2.6875rem;
    top: -1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business01-info__wrap:nth-child(even) .p-business01-info__text {
    margin-top: -0.0625rem;
  }
}

.p-business01-intro {
  background-color: #ecf1f8;
}

.p-business01-intro__inner {
  max-width: 77.5rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-business01-intro__title-wrap {
  text-align: center;
  position: relative;
  top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__title-wrap {
    top: -0.9375rem;
  }
}

.p-business01-intro__title-wrap--03 {
  text-align: center;
  position: relative;
  top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__title-wrap--03 {
    top: -0.9375rem;
  }
}
@media screen and (max-width: 500px) {
  .p-business01-intro__title-wrap--03 {
    text-align: left;
    position: relative;
    top: -2.8125rem;
  }
}

.p-business01-intro__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background-color: #3a54a4;
  padding-right: 1.25rem;
  padding-left: 1.5625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__title {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-business01-intro__title--03 {
  background-color: transparent;
  background-color: initial;
}

.p-business01-intro__title span {
  display: inline-block;
  background-color: #3a54a4;
  padding-right: 1.25rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__title span {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-business01-intro__title--03 span:nth-of-type(1) {
  padding-right: 0;
  padding-right: initial;
}
@media screen and (max-width: 500px) {
  .p-business01-intro__title--03 span:nth-of-type(1) {
    margin-top: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-business01-intro__title--03 span:nth-of-type(2) {
  padding-left: 0;
  padding-left: initial;
  margin-left: -0.03125rem;
}
@media screen and (max-width: 500px) {
  .p-business01-intro__title--03 span:nth-of-type(2) {
    margin-top: 0.625rem;
    padding-left: 0.625rem;
  }
}

.p-business01-intro__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  margin-top: 1.875rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__text {
    margin-top: 0rem;
  }
}

.p-business01-intro__body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__body {
    margin-top: 2.0625rem;
  }
}

.p-business01-intro__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
    place-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-business01-intro__item {
    max-width: 25rem;
  }
}

.p-business01-intro__img {
  aspect-ratio: 360/216;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__img {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-business01-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business01-intro__card-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3a54a4;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business01-intro__card-title {
    margin-top: 0.625rem;
  }
}

.p-business01-intro__card-text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  padding-bottom: 1.25rem;
}

.p-business01-relation__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 2.4;
  text-align: center;
  position: relative;
}

.p-business01-relation__lineless-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 2.4;
  text-align: center;
  position: relative;
}

.p-business01-relation__title::before {
  content: "";
  width: 1px;
  height: 3.125rem;
  background-color: #3a54a4;
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-business01-relation__img {
  position: relative;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 31.25rem;
  width: 100%;
  display: block;
}

.p-business01-relation__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business01-relation__bnr {
  position: relative;
  /* margin-top: 2.5rem; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* max-width: 31.25rem; */
  width: fit-content;
  margin-inline: auto;
  display: grid;
  place-content: center;
  transition: ease 300ms all;
  cursor: pointer;
}

@media (any-hover: hover) {
  .p-business01-relation__bnr :hover{
    opacity: .6;
  }
}

.p-business01-relation__copy {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.06em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-business01-relation__copy {
    font-size: 1.125rem;
    width: 100%;
    text-align: center;
  }
}

.p-business01-relation__copy::before {
  content: attr(data-en);
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  line-height: 2.1428571429;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
/*# sourceMappingURL=business01.css.map */
