/* t-business
---------------------------------------------------------------- */
.t-business__graph {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .t-business__graph {
    max-width: 380px;
  }
}

.t-business__item-wrap {
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .t-business__item-wrap {
    margin-top: 5rem;
  }
}

.t-business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1020px) {
  .t-business__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    position: relative;
  }
}
.t-business__item + .t-business__item {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1020px) {
  .t-business__item + .t-business__item {
    margin-top: 5rem;
  }
}
.t-business__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1020px) {
  .t-business__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-business__item__body {
  width: 34.15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  right: 0%;
  padding: 6rem;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .t-business__item__body {
    width: 100%;
    padding: 0rem;
    position: static;
    margin: 0;
    background: none;
    padding-top: 2.4rem;
  }
  .t-business__item__body br {
    display: none;
  }
}

.t-business__item:nth-child(even) .t-business__item__body {
  right: auto;
  left: 0%;
}
@media screen and (max-width: 1020px) {
  .t-business__item:nth-child(even) .t-business__item__body {
    right: auto;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-business__item:nth-child(even) .t-business__item__body {
    left: auto;
    right: 0;
  }
}

.t-business__item__body * {
  color: #333;
}

.t-business__item__title {
  color: #333333;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.388;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1364px) {
  .t-business__item__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .t-business__item__title {
    font-size: 2rem;
  }
}

.t-business__item__body .c-txt02 {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  color: #333;
}
@media screen and (max-width: 1020px) {
  .t-business__item__body .c-txt02 {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .t-business__item__body .c-txt02 {
    color: #555;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.t-business__item__body svg {
  width: 30%;
  height: 7.3rem;
  position: absolute;
  display: block;
  top: 1rem;
  left: 2%;
  fill: none;
  opacity: 0.4;
  stroke: #f77006;
}
@media screen and (max-width: 1020px) {
  .t-business__item__body svg {
    width: 15%;
    top: 3rem;
    left: auto;
    right: 3rem;
    opacity: 0.6;
  }
}

.t-business__item__pict {
  width: 65.85%;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .t-business__item__pict {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .t-business__item__pict {
    width: 100%;
    left: 0;
  }
}

.t-business__item:nth-child(even) .t-business__item__pict {
  right: 0rem;
  left: auto;
}
@media screen and (max-width: 1020px) {
  .t-business__item:nth-child(even) .t-business__item__pict {
    right: 0;
  }
}

.t-business__gallery__item a {
  display: block;
  position: relative;
}
.t-business__gallery__item a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-business__gallery__item a:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.8;
}
.t-business__gallery__item a:hover:before {
  opacity: 1;
}
.t-business__gallery__item a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.t-business__gallery__item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t-business__gallery__item a:after {
  content: "";
  display: block;
  width: 6.4rem;
  max-width: 6.4rem;
  width: 22.22%;
  height: 7.3rem;
  background: url(/assets/image/culture/business/icon_modal.png) no-repeat center/contain;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  z-index: 1000;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}