section {
    padding: 100px 0;
    position: relative;
}
#business01{
  padding-top: 20px;
}
.about-top{
  text-align: center;
  background-size: cover;
  padding: 0px 70px 70px 110px;
}
.about-ttl{
  font-size: 26px;
  font-weight: bold;
}
.business-box{
  display: flex;
}
.business-box-txt{
	width: 72%;
}
.business-box-img{
	width: 38%;
}

@media screen and (max-width: 768px) {
  .business-box{
    flex-direction: column;
  }
  .business-box-txt{
    width: 100%;
    padding-top: 20px;
  }
  .business-box-img{
    width: 100%;
  }
  .order1 {
    order: 1;　/*上から1番目に表示*/
  }
  .order2 {
    order: 2;　/*上から2番目に表示*/
  }
}
@media screen and (max-width: 600px) {
  .about-top{
    padding: 0px;
  }
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*
.business-box02:after {
    content: "";
    display: block;
    width: calc(50% + 359px);
    height: calc(100% - 69px);
    background-color: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}
*/
.os{
  list-style: none;
}
.c-set01 {
  margin-bottom: -50px;
}
.c-set01__item {
  margin-bottom: 50px;
}
.about-head-txt{
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
.c-set01__link {
  position: relative;
}
.c-set01__img {
  width: 100%;
  height: 224px;
}
.c-set01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-set01__link-txt {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.c-set01__link-txt::before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-set01__link-txt::after {
  display: inline-block;
  width: 17px;
  height: 11px;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("../img/common/arrow-black.png");
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px){
  .c-set01 {
      margin: 0 -20px -80px;
      display: flex;
      flex-wrap: wrap;
    }
  .c-set01__item {
    flex-basis: calc(50% - 40px);
    max-width: 100%;
    margin: 0 20px 80px;
  }
  .c-set01__img {
    height: 354px;
  }
  .business-box02:after {
    display: none;
}
  a.u-zoom .u-zoom__img {
    transition: -webkit-transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  a.u-zoom:hover .u-zoom__img {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-set01__link-txt::before {
    transition: background 0.6s ease;
  }
  .c-set01__link:hover .c-set01__link-txt::before {
    background: #b9080e;
  }
  .c-set01__link:hover .c-set01__link-txt::after {
    display: inline-block;
    width: 17px;
    height: 11px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("../img/common/arrow-white.png");
    content: "";
    transition: all 0.3s ease;
    -webkit-animation: arrow01Dash 0.8s cubic-bezier(1, 0, 0, 1) 1;
    animation: arrow01Dash 0.8s cubic-bezier(1, 0, 0, 1) 1;
  }
  .c-set01-detail__list-item-link {
    transition: color 0.3s ease;
  }
  .c-set01-detail__list-item-link:hover {
    color: #b9080e;
  }
  .c-set01-detail__list-item-link:hover::after {
    display: inline-block;
    width: 17px;
    height: 11px;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23ec4e4e%22%20d%3D%22m11.3%209.3%203.8-3.8H0v-1h15.1L11.3.7%2012%200l4.3%204.3.7.7-.7.7L12%2010Z%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    transition: all 0.3s ease;
    -webkit-animation: arrow01Dash 0.8s cubic-bezier(1, 0, 0, 1) 1;
    animation: arrow01Dash 0.8s cubic-bezier(1, 0, 0, 1) 1;
  }
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.m-overlapContent__icon {
    color: #e5a3a3;
    font-size: 245px;
    position: absolute;
    opacity: .10;
    z-index: 2;
}
.m-englishFont {
    font-family: Viga,sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 768px) {
  .m-overlapContent__icon {
    display: none;
  }
}