/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*----------------------------------------
	color
----------------------------------------*/
.business-wrapper {
  font-size: 1.6rem;
  color: #462C0E;
}
@media screen and (max-width: 767px) {
  .business-wrapper {
    font-size: 1.4rem;
  }
}

.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

.c-heading {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2rem;
  }
}
.c-heading:before {
  content: "";
  width: 16rem;
  height: 4.8rem;
  background: url(../img/business/balloon03.png) no-repeat center/contain;
}
.c-heading span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6.2rem;
  left: 0;
  width: 10rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #FDA895;
  border-radius: 0.4rem;
  translate: calc(-100% + 1.6rem) 0;
}
@media screen and (max-width: 767px) {
  .c-heading span {
    width: 8rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.6rem;
  height: 5.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #FB7A5E;
  border-radius: 10rem;
}
.c-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}
.c-button:hover {
  color: #fff;
  opacity: 0.7;
}

.business-title {
  display: flex;
  align-items: center;
  margin: 1.6rem 0;
}
.business-title:before, .business-title:after {
  content: "";
  width: 25.4rem;
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .business-title:before, .business-title:after {
    width: 7.2rem;
    height: 7rem;
  }
}
.business-title:before {
  background: url(../img/business/balloon01.png) no-repeat top right/cover;
}
.business-title:after {
  background: url(../img/business/balloon02.png) no-repeat top left/cover;
}
.business-title__text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.business-title__text span {
  font-size: 2rem;
  font-weight: bold;
  color: #C38C7F;
}
@media screen and (max-width: 767px) {
  .business-title__text span {
    font-size: 1.6rem;
  }
}
.business-title p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #462C0E;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .business-title p {
    font-size: 2.4rem;
  }
}

.business-message {
  padding: 5.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-message {
    padding: 2.4rem 0 0;
  }
}
.business-message__head {
  font-size: 3rem;
  text-align: center;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-message__head {
    font-size: 2.4rem;
  }
}
.business-message__head br {
  display: none;
}
@media screen and (max-width: 767px) {
  .business-message__head br {
    display: block;
  }
}
.business-message__main h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-message__main h3 {
    font-size: 2.2rem;
  }
}
.business-message__main p {
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .business-message__main p {
    text-align: left;
  }
}

.business-needs {
  padding: 8rem 0 0;
}
.business-needs__head {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .business-needs__head {
    font-size: 1.8rem;
  }
}
.business-needs__main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .business-needs__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1.6rem;
  }
}
.business-needs__main li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  width: 33%;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .business-needs__main li {
    width: auto;
    padding: 0;
  }
}
.business-needs__main li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: #B5B0AE;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .business-needs__main li span {
    height: 6.2rem;
    font-size: 1.2rem;
  }
}
.business-needs__main li span:after {
  content: "";
  position: absolute;
  left: 2.4rem;
  bottom: calc(-2.4rem + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 1rem 0 1rem;
  border-color: #B5B0AE transparent transparent transparent;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .business-needs__main li span:after {
    bottom: calc(-2rem + 1px);
    border-width: 2rem 1rem 0 1rem;
  }
}
.business-needs__main li img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .business-needs__main li img {
    width: 10rem;
  }
}

.business-reason__container {
  position: relative;
  padding: 3.2rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .business-reason__container {
    padding: 2.4rem 0;
    margin: 0;
  }
}
.business-reason__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .business-reason__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.business-reason__content {
  flex: 1;
}
.business-reason__content p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .business-reason__content p {
    font-size: 1.6rem;
  }
}
.business-reason__img {
  flex: 0 0 24rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-reason__img {
    flex: none;
  }
}
.business-reason__img img {
  width: 100%;
  max-width: 24rem;
}
.business-service {
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-service {
    padding: 2.4rem 0 0;
  }
}
.business-service__container {
  position: relative;
}
.business-service__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 10rem);
  height: 100%;
  background: url(../img/business/bg-service01.png) no-repeat center/100%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .business-service__container:before {
    width: calc(100% + 2rem);
    background: url(../img/business/bg-service01.png) top center/200%;
  }
}
.business-service__inner {
  position: relative;
}
.business-service__head {
  margin: 0 0 4rem;
}
.business-service__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-service__main {
    grid-template-columns: auto;
    gap: 2.4rem;
  }
}
.business-service__item {
  background: #fff;
  border: 0.3rem solid #C38C7F;
}
.business-service__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #C38C7F;
}
@media screen and (max-width: 767px) {
  .business-service__title {
    height: 7.2rem;
    font-size: 1.8rem;
  }
}
.business-service__lead {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.6rem 2.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .business-service__lead {
    font-size: 1.2rem;
    padding: 1.6rem;
  }
}
.business-service__price {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #C38C7F;
  margin: 0;
  padding: 0 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .business-service__price {
    font-size: 1.6rem;
    padding: 0 1.6rem 1.6rem;
  }
}
.business-service__img {
  position: relative;
}
.business-service__img span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 767px) {
  .business-service__img span {
    font-size: 2.4rem;
  }
}
.business-service__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem 2.4rem;
}
.business-service__type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .business-service__type {
    gap: 2.4rem;
  }
}
.business-service__type li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.business-service__type li img {
  width: 12rem;
}
.business-service__type li span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #C38C7F;
}
.business-service__text {
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .business-service__text {
    font-size: 1.2rem;
  }
}

.business-seen {
  padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-seen {
    padding: 8rem 0 0;
  }
}
.business-seen__head {
  display: flex;
  justify-content: center;
  margin: 0 0 4rem;
}
.business-seen__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-seen__main {
    grid-template-columns: auto;
  }
}
.business-seen__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFEEEA;
}
.business-seen__item--wide {
  grid-column: 1 / -1;
}
.business-seen__item--wide .business-seen__photo img {
  height: 24rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .business-seen__item--wide .business-seen__photo img {
    height: auto;
  }
}
.business-seen__img {
  display: flex;
}
.business-seen__icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .business-seen__icon {
    width: 10rem;
  }
}
.business-seen__icon span {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.business-seen__photo {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.8rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-seen__photo {
    margin: 2.4rem 1.6rem 0 0;
  }
}
.business-seen__photo span {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 1.6rem 0 0;
}
.business-seen__photo em {
  position: absolute;
  inset: 0 0 3.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 767px) {
  .business-seen__photo span {
    font-size: 1.6rem;
    margin: 0;
  }
  .business-seen__photo em {
    inset: 0 0 2.8rem 0;
    font-size: 2.4rem;
  }
}
.business-seen__content {
  padding: 1.6rem;
}
.business-seen__point {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .business-seen__point {
    font-size: 1.2rem;
  }
}
.business-seen__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.business-seen__price div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.business-seen__price div dt {
  font-weight: bold;
  text-align: center;
  background: #fff;
}
.business-seen__price div dd {
  font-size: 1.4rem;
  font-weight: bold;
}

.business-can__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .business-can__main {
    grid-template-columns: auto;
  }
}
.business-can__main li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 17rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #EFEFEF;
  border: 0.2rem solid #707070;
  padding: 2rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .business-can__main li {
    min-height: 10rem;
    font-size: 1.6rem;
  }
}

.business-price-note {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-price-note {
    padding: 5.6rem 0 0;
  }
}
.business-price-note__container {
  background: #EFEFEF;
  border: 0.2rem solid #707070;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .business-price-note__container {
    padding: 2.4rem 1.6rem;
  }
}
.business-price-note__head {
  font-size: 2.4rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .business-price-note__head {
    font-size: 2rem;
    margin: 0 0 2.4rem;
  }
}
.business-price-note__formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .business-price-note__formula {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.business-price-note__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 22rem;
  min-height: 8rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #F7C2C4;
  border: 0.2rem solid #707070;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .business-price-note__box {
    width: 100%;
    font-size: 2rem;
  }
}
.business-price-note__box small {
  font-size: 1.4rem;
}
.business-price-note__box--blue {
  background: #D1E4F5;
}
.business-price-note__plus {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .business-price-note__plus {
    font-size: 3.2rem;
  }
}
.business-price-note__body {
  display: grid;
  gap: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .business-price-note__body {
    gap: 1.6rem;
    font-size: 1.5rem;
  }
}
.business-price-note__body p {
  margin: 0;
}

.business-case {
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-case {
    padding: 2.4rem 0 0;
  }
}
.business-case__container {
  position: relative;
}
.business-case__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 10rem);
  height: 100%;
  background: url(../img/business/bg-service01.png) no-repeat center/100%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .business-case__container:before {
    width: calc(100% + 2rem);
    background: url(../img/business/bg-service01.png) top center/200%;
  }
}
.business-case__inner {
  position: relative;
}
.business-case__head {
  margin: 0 0 4rem;
}
.business-case__main {
  display: grid;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .business-case__main {
    gap: 2.4rem;
  }
}
.business-case__item {
  display: flex;
  background: #fff;
  border: 0.3rem solid #FE6B9B;
}
@media screen and (max-width: 767px) {
  .business-case__item {
    display: block;
  }
}
.business-case__img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .business-case__img {
    width: auto;
  }
}
.business-case__img img {
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .business-case__img img {
    aspect-ratio: 16/9;
  }
}
.business-case__content {
  flex: 1;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-case__content {
    padding: 1.6rem;
  }
}
.business-case__title {
  font-size: 2.4rem;
  border-bottom: 0.6rem solid #FCF05F;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .business-case__title {
    font-size: 2rem;
    text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: #FCF05F;
    text-decoration-thickness: 0.3rem;
    text-underline-offset: 0.4rem;
    border-bottom: none;
  }
}
.business-case__name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .business-case__name {
    font-size: 1.8rem;
  }
}
.business-case__detail {
  display: grid;
  gap: 1.6rem;
}
.business-case__detail div {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .business-case__detail div {
    align-items: start;
  }
}
.business-case__detail div dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 5rem;
  font-weight: bold;
  background: #FFEEEA;
}
@media screen and (max-width: 767px) {
  .business-case__detail div dt {
    width: 8rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.business-case__detail div dd {
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-case__detail div dd {
    font-size: 1.2rem;
  }
}

.business-flow {
  padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-flow {
    padding: 8rem 0 0;
  }
}
.business-flow__head {
  margin: 0 0 4rem;
}
.business-flow__main {
  display: grid;
  gap: 4rem;
  counter-reset: li;
}
.business-flow__item {
  position: relative;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-flow__item {
    gap: 0.8rem;
  }
}
.business-flow__item:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 1rem 0 1rem;
  border-color: #C38C7F transparent transparent transparent;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .business-flow__item:after {
    border-width: 2rem 1rem 0 1rem;
  }
}
.business-flow__item:last-child:after {
  content: none;
}
.business-flow__number {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .business-flow__number {
    width: 8rem;
  }
}
.business-flow__number:before {
  content: "STEP 0" counter(li);
  counter-increment: li;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-flow__number:before {
    font-size: 1.6rem;
  }
}
.business-flow__number span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-flow__number span {
    font-size: 1.2rem;
  }
}
.business-flow__content {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  background: #EFEADC;
  padding: 2.4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .business-flow__content {
    padding: 1.6rem 2.4rem;
  }
}
.business-flow__content:before {
  content: "";
  position: absolute;
  inset: -1rem;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  border: 0.3rem solid #fff;
  margin: auto;
}
.business-flow__content p {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .business-flow__content p {
    font-size: 1.4rem;
  }
}

.business-guide {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-guide {
    padding: 5.6rem 0 0;
  }
}
.business-guide__container {
  background: #EFEFEF;
  border: 0.2rem solid #707070;
  border-radius: 1.6rem;
  padding: 2.4rem 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .business-guide__container {
    border-radius: 1.2rem;
    padding: 2.4rem 1.6rem;
  }
}
.business-guide__head {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-guide__head {
    font-size: 1.8rem;
  }
}
.business-guide__list {
  display: grid;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-guide__list {
    gap: 1.6rem;
  }
}
.business-guide__list li {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .business-guide__list li {
    font-size: 1.4rem;
  }
}
.business-guide__list li:before {
  content: "・";
}

.business-faq {
  padding: 16rem 0 0;
}
.business-faq__head {
  margin: 0 0 4rem;
}
.business-faq__main {
  display: grid;
  gap: 1.6rem;
  margin: 0 0 8rem;
}
.business-faq__item {
  background: #FFEEEA;
  padding: 0 1.6rem;
  border-radius: 1.6rem;
}
.business-faq__title, .business-faq__content {
  display: flex;
  align-items: start;
  gap: 1.6rem;
}
.business-faq__title img, .business-faq__content img {
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  .business-faq__title img, .business-faq__content img {
    width: 4rem;
  }
}
.business-faq__title span, .business-faq__content span {
  flex: 1;
}
.business-faq__title img {
  margin: 0 0 0 -1.6rem;
}
@media screen and (max-width: 767px) {
  .business-faq__title img {
    margin: 0.8rem 0 0 -1.6rem;
  }
}
.business-faq__title span {
  font-size: 2rem;
  font-weight: bold;
  padding: 1.6rem 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .business-faq__title span {
    font-size: 1.6rem;
  }
}
.business-faq__content img {
  margin: 1.6rem 0 0 -1.6rem;
}
.business-faq__content span {
  padding: 1.6rem 0;
}
.business-faq__button {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .business-faq__button {
    align-items: center;
    flex-direction: column;
    gap: 1.6rem;
  }
}

.business-blog {
  position: relative;
  margin: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .business-blog {
    margin: 8rem 0 0;
  }
}
.business-blog:before, .business-blog:after {
  content: "";
  position: absolute;
  top: -4rem;
  width: 25.4rem;
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .business-blog:before, .business-blog:after {
    top: -2.4rem;
    width: 7.2rem;
    height: 7rem;
  }
}
.business-blog:before {
  left: 0;
  background: url(../img/business/balloon01.png) no-repeat top right/cover;
}
.business-blog:after {
  right: 0;
  background: url(../img/business/balloon02.png) no-repeat top left/cover;
}
.business-blog__container {
  position: relative;
  background: #EFEADC;
  padding: 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .business-blog__container {
    padding: 0.8rem;
  }
}
.business-blog__inner {
  position: relative;
}
.business-blog__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.4rem;
  text-align: center;
  margin: -4.8rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .business-blog__head {
    font-size: 1.2rem;
    margin: -3.2rem 0 2.4rem;
  }
}
.business-blog__head span {
  font-size: 4rem;
  font-weight: bold;
  -webkit-text-stroke: 0.08rem #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-blog__head span {
    font-size: 3.2rem;
  }
}
.business-blog__main {
  background: #fff;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .business-blog__main {
    padding: 1.6rem 1.6rem 4rem;
  }
}
.business-blog__list {
  margin: 0 0 4rem;
}
.business-blog__list ul li {
  border-bottom: 1px solid #707070;
}
.business-blog__list ul li a {
  display: block;
  font-size: 1.6rem;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .business-blog__list ul li a {
    font-size: 1.4rem;
  }
}
.business-blog__list ul li a time {
  display: inline-block;
  background: #FFEEEA;
  padding: 0.4rem 0.8rem;
  margin: 0 0 0.8rem -1.6rem;
}
.business-blog__button {
  display: flex;
  justify-content: center;
}
