@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.main-wrap {
  padding: 2rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrap {
    padding: 6.5rem 0 2rem;
    height: auto;
  }
}
.main-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .container {
    display: block;
    height: auto;
  }
}
.main-wrap .container .text-area {
  font-weight: 700;
  width: 45%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .container .text-area {
    margin-left: 0;
    width: auto;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .main-wrap .container .text-area {
    width: auto;
  }
}
.main-wrap .image-canvas {
  position: absolute;
  max-width: 462px;
  width: 100%;
  height: calc(100% - 120px);
  z-index: 0;
  top: 5%;
  left: 50%;
}
@media screen and (max-width: 1200px) {
  .main-wrap .image-canvas {
    max-width: 43vw;
  }
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas {
    height: 100%;
    width: 100%;
    max-width: none;
    position: static;
    text-align: center;
    margin-top: 1rem;
  }
}
.main-wrap .image-canvas img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .main-wrap .image-canvas img {
    margin-bottom: 0;
    margin-right: 0;
    position: static;
    width: max(250px, 62vw);
  }
}

.business-group-title {
  background-color: #C94A4A;
  border-radius: 2em;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  padding: 0.3em 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .business-group-title {
    font-size: 2.4rem;
  }
}

.section-wrap {
  padding-top: 0;
}

.business-block {
  padding: 5rem 8rem;
  background-color: #FAF7F2;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .business-block {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .business-block {
    padding: 2rem 3rem;
  }
}
.business-block h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #C94A4A;
  font-size: 2.8rem;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .business-block h3 {
    font-size: 2.4rem;
  }
}
.business-block p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .business-block p {
    font-size: 1.4rem;
  }
}
.business-block img {
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  .business-block img {
    margin-top: 2rem;
  }
}

.group02 .business-group-title {
  background-color: #4A6FA8;
}
.group02 .business-block h3 {
  color: #4A6FA8;
}

.group03 .business-group-title {
  background-color: #43B7BF;
}
.group03 .business-block h3 {
  color: #43B7BF;
}

.group04 .business-group-title {
  background-color: #918680;
}
.group04 .business-block h3 {
  color: #918680;
}