.business .design .title01 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
}
.business .design .text {
  margin: 0 0 24px;
}
.business .design .area-img {
  position: relative;
}
.business .design .area-img .area-text .title02 {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
}
.business .design .area-img .area-text .title02 span {
  padding: 4px 2px 1px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #167244;
}
.business .design .area-img .area-text .list {
  list-style: none;
}
.business .design .area-img .area-text .list .item + .item {
  margin: 16px 0 0;
}
.business .design .area-img .area-text .list .item .title03 {
  width: 180px;
  margin: 0 0 6px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: #167244;
  line-height: 1;
}
.business .design .area-img .img {
  text-align: center;
}
.business .design .area-img .img img {
  width: calc(100% - 15px);
}
.business .manufacturing {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: -1px;
  margin-bottom: 64px;
  padding: 32px 24px 160px;
  background: url(../img/business/manufacturing_bg01_sp.png) no-repeat 0 0;
  background-size: cover;
  /*
  .manufacturing-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .7);
  }
  */
}
.business .manufacturing .manufacturing-clip-path01 {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 25% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 25% 0%, 50% 100%, 0% 100%);
}
.business .manufacturing .manufacturing-clip-path02 {
  position: absolute;
  bottom: -1px;
  right: -50%;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-clip-path: polygon(25% 0%, 50% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 50% 0%, 50% 100%, 0% 100%);
}
.business .manufacturing .manufacturing-inner {
  position: relative;
}
.business .manufacturing .manufacturing-inner .img {
  margin: 0 0 24px;
}
.business .manufacturing .manufacturing-inner .area-text .title02 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #fff;
}
.business .manufacturing .manufacturing-inner .area-text .text {
  color: #fff;
}
.business .manufacturing .manufacturing-inner .area-text .text + .text {
  margin: 1em 0 0;
}
.business .product {
  margin: 0 0 64px;
}
.business .product .list .item + .item {
  margin: 24px 0 0;
}
.business .product .list .item .img {
  margin: 0 0 12px;
}
.business .product .list .item .area-text .title01 {
  margin: 0 0 12px;
}
.business .product .list .item .area-text .title01 a {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
}
.business .product .list .item .area-text .title01 a:hover {
  text-decoration: none;
}
.business .network {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 64px;
  padding: 32px 15px;
  background: #ECF1F3;
}
.business .network .area-img {
  position: relative;
  margin: 0 0 24px;
}
.business .network .area-img .area-text .title01 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 3px 5px 1px;
  color: #fff;
  background: #167244;
  font-size: 18px;
  font-weight: 700;
}
.business .network .area-img .area-text .text {
  font-weight: 700;
}
.business .network .wide {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
}
.business .network .wide .area-img {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}
.business .network .wide .area-img .img {
  margin: 0;
}
.business .network .wide .area-img .img.half {
  width: calc(50% - 4px);
  margin: 0;
}
.business .network .wide .area-text .title01 {
  margin: 0 0 24px;
  font-size: 18px;
  text-decoration: underline;
}
.business .flow {
  margin: 0 0 64px;
}
.business .flow .type + .type {
  margin: 32px 0 0;
}
.business .flow .type .title01 {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
.business .flow .type .title01 em {
  position: relative;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #177244;
}
.business .flow .type .title01 em:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #177244;
}
.business .flow .type .title01 em span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #177244;
}
.business .flow .type .title01 .text {
  font-size: 18px;
  font-weight: 700;
}
.business .flow .type .img {
  max-width: 240px;
  margin: 0 auto;
}
.business .flow .type .list {
  list-style: none;
  width: 280px;
  margin: 0 auto;
}
.business .flow .type .list .item {
  position: relative;
  border-radius: 50%;
  border: solid 2px #ECF1F3;
  aspect-ratio: 1/1;
}
.business .flow .type .list .item + .item {
  margin: -24px 0 0;
}
.business .flow .type .list .item .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.business .flow .type .list .item .detail .area-text {
  text-align: center;
}
.business .flow .type .list .item .detail .area-text .text01 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.business .flow .type .list .item .detail .area-text .text01 span {
  display: block;
  font-size: 18px;
  color: #177244;
  opacity: 0.5;
  font-weight: 700;
}
.business .flow .type .list .item .detail .img {
  width: 100px;
  margin: 0 auto;
}
.business .flow .type .list .item .balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  right: 8%;
  width: 40px;
  color: #fff;
  background: #177244;
  border-radius: 50%;
  font-size: 16px;
  aspect-ratio: 1/1;
  font-weight: 700;
}
.business .our-portfolio {
  margin: 0 0 64px;
}
.business .our-portfolio .detail {
  margin: 0 0 24px;
  padding: 15px;
  background: #ECF1F3;
  border-radius: 10px;
}
.business .our-portfolio .detail .title01 {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 0 48px;
  padding: 20px 0px 20px 15px;
  text-align: left;
  background: #177244;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4;
  /*
  &:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 90px;
      height: 90px;
      background: url(../img/business/balloon01.png)no-repeat 0 0;
      background-size: 100%;
  }
  */
}
.business .our-portfolio .detail .title01:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -23px;
  background: #177244;
  left: calc(50% + 25px);
  transform: translateX(-50%);
  height: 24px;
  width: 130px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.business .our-portfolio .detail .title01 .ballon {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  background: #fff;
  color: #177244;
  border-radius: 50%;
  transform: rotateZ(15deg);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.business .our-portfolio .detail .title01 .ballon .ballon-text {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.business .our-portfolio .detail .title01 .ballon .ballon-text span {
  display: block;
  font-size: 12px;
  text-align: center;
}
.business .our-portfolio .detail .title01 .ballon .ballon-text em {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
}
.business .our-portfolio .detail .title01 em {
  font-size: 34px;
  font-style: normal;
  line-height: 1;
}
.business .our-portfolio .detail .title01 .title-text02 {
  font-size: 16px;
}
.business .our-portfolio .detail .title01 span {
  display: block;
  font-size: 18px;
}
.business .our-portfolio .detail .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.business .our-portfolio .detail .list .item {
  position: relative;
  width: calc(50% - 10px);
}
.business .our-portfolio .detail .list .item .item-inner {
  padding: 20px;
}
.business .our-portfolio .detail .list .item .item-inner .img {
  display: flex;
  align-items: center;
  width: 100px;
  margin: 0 auto 24px;
}
.business .our-portfolio .detail .list .item .item-inner .text {
  color: #177244;
  font-weight: 700;
  text-align: center;
}
.business .our-portfolio .list02 .item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  /*
  .img {
      width: 76%;
  }

  &:nth-child(2) {
      .img {
          width: 100%;
      }
  }

      */
}
.business .our-portfolio .list02 .item + .item {
  margin: 24px 0 0;
}
.business .our-portfolio .list02 .item .img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(38.5% - 10px);
}
.business .our-portfolio .list02 .item .area-text {
  position: relative;
  display: inline;
  width: auto;
}
.business .our-portfolio .list02 .item .area-text .content .text {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.business .our-portfolio .list02 .item .area-text .content .number {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.business .our-portfolio .list02 .item .area-text .content .number em {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  color: #177244;
}
.business .our-portfolio .list02 .item .area-text .ballon {
  position: absolute;
  top: 50%;
  right: -95px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  background: #177244;
  color: #fff;
  border-radius: 50%;
  line-height: 1.2;
}
.business .our-portfolio .list02 .item .area-text .ballon:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #177244;
  border-left: 0;
}
.business .our-portfolio .list02 .item .area-text .ballon .area-ballon-text {
  font-size: 10px;
  letter-spacing: 0.2em;
}
.business .our-portfolio .list02 .item .area-text .ballon .area-ballon-text .ballon-text {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.2;
}
.business .our-portfolio .list02 .item .area-text .ballon .area-ballon-text em {
  font-size: 28px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
.business .archive {
  margin: 0 0 64px;
}
.business .archive .area-table {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  margin: 0 0 24px;
}
.business .archive .area-table .table01 {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #eee;
}
.business .archive .area-table .table01 thead tr {
  background: #177244;
}
.business .archive .area-table .table01 thead tr th {
  padding: 10px 2px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.business .archive .area-table .table01 tbody tr.separator {
  border-top: solid 1px #ccc;
}
.business .archive .area-table .table01 tbody tr td {
  vertical-align: top;
  padding: 12px 2px;
  font-size: 12px;
  font-weight: 400;
}
.business .archive .area-table .table-fade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.business .archive .btn {
  text-align: center;
}
.business .archive .btn span {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 8px 0;
  background: #177244;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.business .archive .btn span:hover {
  opacity: 0.7;
}
.business .effort {
  margin: 0 0 64px;
}
.business .effort .area-slide {
  margin: 0 0 16px;
}
.business .effort .area-slide .effort-slide-nav .slick-slide {
  margin: 0 2px;
}
.business .effort .list .item + .item {
  margin: 24px 0 0;
}
.business .effort .list .item .img {
  margin: 0 0 12px;
}
.business .effort .list .item .title01 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .business .design .title01 {
    margin: 0 0 21px;
    font-size: 36px;
  }
  .business .design .text {
    margin: 0 0 72px;
  }
  .business .design .area-img .area-text .title02 {
    margin: 0 0 32px;
    font-size: 48px;
    text-align: center;
  }
  .business .design .area-img .area-text .title02 span {
    margin: 0 8px 0 0;
    padding: 10px 10px 1px;
    font-size: 48px;
  }
  .business .design .area-img .area-text .list {
    display: flex;
    justify-content: center;
    gap: 0 40px;
  }
  .business .design .area-img .area-text .list .item + .item {
    margin: 0;
  }
  .business .design .area-img .area-text .list .item .title03 {
    padding: 13px 0 9px;
    font-size: 18px;
  }
  .business .design .area-img .area-text .list .item .customer-list .customer-item {
    font-size: 15px;
  }
  .business .design .area-img .area-text .list .item .customer-list .customer-item + .customer-item {
    margin: 6px 0 0;
  }
  .business .manufacturing {
    margin-bottom: 160px;
    padding: 90px 15px 220px;
    background: url(../img/business/manufacturing_bg01_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .business .manufacturing .manufacturing-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .business .manufacturing .manufacturing-inner .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .business .manufacturing .manufacturing-inner .detail .img {
    margin: 0;
    width: 48%;
  }
  .business .manufacturing .manufacturing-inner .detail .area-text {
    width: 50%;
  }
  .business .manufacturing .manufacturing-inner .detail .area-text .title02 {
    margin: 0 0 12px;
    font-size: 28px;
  }
  .business .product {
    margin: 0 0 112px;
  }
  .business .product .list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .business .product .list .item {
    width: calc(33% - 18px);
  }
  .business .product .list .item + .item {
    margin: 0;
  }
  .business .product .list .item .img {
    margin: 0 0 12px;
  }
  .business .product .list .item .area-text .title01 {
    margin: 0 0 12px;
  }
  .business .product .list .item .area-text .title01 a {
    font-size: 21px;
  }
  .business .network {
    margin-bottom: 64px;
    padding: 72px 24px 96px;
    background: #ECF1F3;
  }
  .business .network .network-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .business .network .network-inner .area-img {
    position: relative;
    margin: 0 0 48px;
  }
  .business .network .network-inner .area-img .area-text {
    position: absolute;
  }
  .business .network .network-inner .area-img .area-text .title01 {
    margin: 0 0 24px;
    padding: 8px 12px 1px;
    font-size: 36px;
  }
  .business .network .network-inner .area-img .area-text .text {
    font-size: 18px;
  }
  .business .network .network-inner .wide {
    padding: 36px;
    border-radius: 10px;
    background: #fff;
  }
  .business .network .network-inner .wide .area-img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    gap: 8px;
  }
  .business .network .network-inner .wide .area-img .img {
    width: 52%;
    margin: 0;
  }
  .business .network .network-inner .wide .area-img .img.half {
    width: calc(24% - 8px);
    margin: 0;
  }
  .business .network .network-inner .wide .area-text .title01 {
    margin: 0 0 24px;
  }
  .business .network .network-inner .wide .area-text .title01 a {
    font-size: 21px;
  }
  .business .flow {
    margin: 0 0 128px;
  }
  .business .flow .type + .type {
    margin: 56px 0 0;
  }
  .business .flow .type .title01 {
    margin: 0 0 32px;
  }
  .business .flow .type .title01 em {
    font-size: 44px;
  }
  .business .flow .type .title01 em span {
    font-size: 11px;
  }
  .business .flow .type .title01 em:after {
    width: 3px;
  }
  .business .flow .type .title01 .text {
    font-size: 21px;
  }
  .business .flow .type .img {
    width: 100%;
    max-width: none;
  }
  .business .flow .type .list {
    display: flex;
    width: 100%;
  }
  .business .flow .type .list .item {
    width: 28%;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  .business .flow .type .list .item + .item {
    margin: 0 0 0 -24px;
  }
  .business .flow .type .list .item .detail .area-text .text01 {
    margin: 0 0 16px;
    font-size: 21px;
  }
  .business .flow .type .list .item .detail .area-text .text01 span {
    font-size: 21px;
  }
  .business .flow .type .list .item .detail .img {
    width: 72px;
    margin: 0 auto;
  }
  .business .flow .type .list .item .balloon {
    bottom: 4%;
    right: 8%;
    width: 50px;
    font-size: 21px;
  }
  .business .flow .type.type02 .list .item {
    width: 24%;
  }
  .business .flow .type.type02 .list .item + .item {
    margin: 0 0 0 -12px;
  }
  .business .flow .type.type02 .list .item .detail .area-text .text01 {
    font-size: 16px;
  }
  .business .flow .type.type02 .list .item .detail .area-text .text01 span {
    font-size: 16px;
  }
  .business .flow .type.type02 .list .item .detail .img {
    width: 60px;
    margin: 0 auto;
  }
  .business .flow .type.type02 .list .item .balloon {
    bottom: 4%;
    right: 8%;
    width: 40px;
    font-size: 18px;
  }
  .business .our-portfolio {
    margin: 0 0 144px;
  }
  .business .our-portfolio .detail {
    margin: 0 0 24px;
    padding: 48px 56px 27px;
    background: #ECF1F3;
    border-radius: 10px;
  }
  .business .our-portfolio .detail .title01 {
    max-width: 860px;
    padding: 20px 0 20px 40px;
    margin: 0 0 52px;
    width: 100%;
    font-size: 24px;
  }
  .business .our-portfolio .detail .title01 img {
    position: relative;
    left: 6.5%;
  }
  .business .our-portfolio .detail .title01:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -29px;
    background: #177244;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 160px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .business .our-portfolio .detail .title01 .area-title {
    padding: 0;
  }
  .business .our-portfolio .detail .title01 .area-title .title-text01 {
    font-size: 42px;
  }
  .business .our-portfolio .detail .title01 .area-title em {
    padding: 0 0 0 12px;
    font-size: 72px;
  }
  .business .our-portfolio .detail .title01 .area-title .title-text02 {
    padding: 0 0 0 12px;
    font-size: 26px;
    letter-spacing: 0.03em;
  }
  .business .our-portfolio .detail .title01 span {
    display: inline-block;
    font-size: 36px;
  }
  .business .our-portfolio .detail .title01 .ballon {
    top: 50%;
    right: -110px;
    width: 167px;
    height: 167px;
    padding: 0;
    transform: translateY(-50%) rotateZ(20deg);
  }
  .business .our-portfolio .detail .title01 .ballon .ballon-text {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
  }
  .business .our-portfolio .detail .title01 .ballon .ballon-text span {
    font-size: 20px;
    padding: 0;
    font-weight: 700;
  }
  .business .our-portfolio .detail .title01 .ballon .ballon-text em {
    font-size: 50px;
  }
  .business .our-portfolio .detail .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .business .our-portfolio .detail .list .item {
    width: calc(16% - 13px);
  }
  .business .our-portfolio .detail .list .item .item-inner {
    padding: 13px 0;
  }
  .business .our-portfolio .detail .list .item .item-inner .img {
    width: 118px;
    margin: 0 auto 14px;
  }
  .business .our-portfolio .detail .list .item .item-inner .text {
    font-size: 16px;
  }
  .business .our-portfolio .list02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .business .our-portfolio .list02 .item {
    width: 50%;
    gap: 20px;
  }
  .business .our-portfolio .list02 .item + .item {
    margin: 0;
  }
  .business .our-portfolio .list02 .item .img {
    width: 33%;
  }
  .business .our-portfolio .list02 .item .area-text {
    width: auto;
  }
  .business .our-portfolio .list02 .item .area-text .content {
    line-height: 1.1;
  }
  .business .our-portfolio .list02 .item .area-text .content .text {
    font-size: 22px;
    line-height: 1.1;
  }
  .business .our-portfolio .list02 .item .area-text .content .number {
    font-size: 24px;
    line-height: 1.1;
  }
  .business .our-portfolio .list02 .item .area-text .content .number em {
    font-size: 90px;
    line-height: 1.1;
  }
  .business .our-portfolio .list02 .item .area-text .ballon {
    right: -120px;
    width: 110px;
    height: 110px;
  }
  .business .our-portfolio .list02 .item .area-text .ballon .area-ballon-text {
    font-size: 10px;
    letter-spacing: 0em;
  }
  .business .our-portfolio .list02 .item .area-text .ballon .area-ballon-text .ballon-text {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .business .our-portfolio .list02 .item .area-text .ballon .area-ballon-text em {
    padding: 0 4px 0 0;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .business .archive {
    margin: 0 0 144px;
  }
  .business .archive .area-table {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    margin: 0 0 24px;
  }
  .business .archive .area-table .table01 {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #eee;
  }
  .business .archive .area-table .table01 thead tr th {
    padding: 12px 12px;
    font-size: 14px;
    text-align: center;
    border: solid 1px #eee;
  }
  .business .archive .area-table .table01 tbody tr td {
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    border-left: solid 1px #eee;
  }
  .business .archive .area-table .table01 tbody tr td:nth-child(1) {
    text-align: left;
  }
  .business .archive .area-table .table01 tbody tr.separator td:nth-child(1),
  .business .archive .area-table .table01 tbody tr.separator td :nth-child(3) {
    border: none;
    text-align: center;
  }
  .business .archive .area-table .table01 tbody tr.separator td:nth-child(2) {
    text-align: left;
  }
  .business .archive .area-table .table-fade {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .business .archive .btn {
    text-align: center;
  }
  .business .archive .btn span {
    width: 360px;
    padding: 16px 0;
    font-size: 18px;
  }
  .business .effort {
    margin: 0 0 144px;
  }
  .business .effort .area-slide {
    margin: 0 0 16px;
  }
  .business .effort .area-slide .effort-slide-nav .slick-slide {
    margin: 0 6px;
    cursor: pointer;
  }
  .business .effort .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 40px;
  }
  .business .effort .list .item {
    width: calc(50% - 20px);
  }
  .business .effort .list .item + .item {
    margin: 0;
  }
  .business .effort .list .item .img {
    margin: 0 0 12px;
  }
  .business .effort .list .item .title01 {
    margin: 0 0 8px;
    font-size: 21px;
  }
  .business .effort .list .item .text {
    font-size: 14px;
  }
}

/*
.business-list {
    margin: 0 0 80px;

    .business-item {
        &+.business-item {
            margin: 42px 0 0;
        }

        .img {
            margin: 0 0 21px;
        }

        .title01 {
            margin: 0 0 16px;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1.8px;
        }

        .text {
            margin: 0 0 22px;
            letter-spacing: 1.4px;
        }

        .link {
            text-align: left;
        }
    }

    @media screen and (min-width: 768px) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 80px 46px;

        .business-item {
            width: calc(50% - 24px);

            &+.business-item {
                margin: 0 0 0;
            }

            .img {
                margin: 0 0 21px;
            }

            .title01 {
                margin: 0 0 16px;
                font-size: 18px;
                font-weight: 700;
                letter-spacing: 1.8px;
            }

            .text {
                margin: 0 0 22px;
                letter-spacing: 1.4px;
            }

            .link {
                text-align: left;
            }
        }
    }
}
*//*# sourceMappingURL=business.css.map */