@charset "utf-8";

/*
  File Name   : business.css
  Description : コンテンツエリア関係 他
*/

/* kv
============================================================ */
.com-title-kv-wrap {
  background: url(../img/business/com-title-kv-wrap-img.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-title-kv-wrap {
    background: url(../img/business/com-title-kv-wrap-img-sp.png) center no-repeat;
    background-size: cover;
  }
}

/* common
============================================================ */
.business-com-style-A {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.business-com-style-B {
  display: flex;
  margin-top: 40px;
}
.business-com-style-B .item {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
  border-radius: 20px;
  border: solid 4px #049626;
  padding: 30px 35px 65px;
  background-color: #fff;
}
.business-com-style-B .item:last-child {
  margin-right: 0;
}
.business-com-style-B .item .img-block {
  border-radius: 10px;
  overflow: hidden;
}
.business-com-style-B .item .img-block img {
  width: 100%;
}
.business-com-style-B .item .text-block {
  margin-top: 30px;
}

.section-B-body,
.section-C-body {
  position: relative;
}
.section-B-body::before,
.section-C-body::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -60px;
  width: 316px;
  height: 314px;
  background: url(../img/business/business-com-style-A-parts.svg) 0 0 no-repeat;
  background-size: 316px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .business-com-style-B {
    display: block;
    margin-top: 20px;
  }
  .business-com-style-B .item {
    width: 100%;
    margin-right: 0;
    padding: 30px 40px 65px;
    margin-bottom: 20px;
  }
  .business-com-style-B .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .business-com-style-B .item .text-block {
    margin-top: 20px;
  }

  .section-B-body,
  .section-C-body {
    position: relative;
  }
  .section-B-body::before,
  .section-C-body::before {
    top: -80px;
    right: 0;
    width: 106px;
    height: 105px;
    background-size: 106px auto;
  }
}

/* -section-A
============================================================ */
.-section-A .section-A-body ul {
  display: flex;
  flex-wrap: wrap;
}
.-section-A .section-A-body li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.-section-A .section-A-body li:nth-child(3n) {
  margin-right: 0;
}
.-section-A .section-A-body li:nth-child(n + 4) {
  margin-top: 45px;
}
.-section-A .section-A-body li .img-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.-section-A .section-A-body li .title-block .title {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
.-section-A .section-A-body li {
  width: calc((100% - 15px * 1) / 2);
  margin-right: 15px;
}
.-section-A .section-A-body li:nth-child(3n) {
  margin-right: 15px;
}
.-section-A .section-A-body li:nth-child(2n) {
  margin-right: 0;
}
.-section-A .section-A-body li:nth-child(n + 4),
.-section-A .section-A-body li:nth-child(n + 3) {
  margin-top: 18px;
}
.-section-A .section-A-body li .img-block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.-section-A .section-A-body li .title-block .title {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}
}

/* -section-B
============================================================ */
.-section-B {
  margin-top: 140px;
  overflow: hidden;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-B {
    margin-top: 80px;
  }
}

/* -section-C
============================================================ */
.-section-C {
  margin-top: 140px;
  overflow: hidden;
}
.-section-C {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-C {
    margin-top: 80px;
  }
}


