@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  .l-header__gnav-ttl.m-business:after {
    width: 100%;
  }
}

.p-businessunderhead {
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead .c-pageheadline__detail {
    margin-top: 1rem;
    overflow: hidden;
  }
}
.p-businessunderhead__txt {
  padding-top: 6rem;
  width: 68rem;
  min-height: 35vw;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__txt {
    width: 100%;
    padding-top: 0;
  }
}
.p-businessunderhead__img {
  width: 47.5vw;
  aspect-ratio: 76/56;
  position: relative;
  border-radius: 4rem 0 0 4rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__img {
    width: 109.5%;
    position: static;
    margin-top: 2rem;
    margin-right: -9.5%;
  }
}
.p-businessunderhead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-businessunderhead__department {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__department {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.p-businessunderhead__skill {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__skill {
    margin-top: 1.5rem;
  }
}
.p-businessunderhead__skill dl dt, .p-businessunderhead__skill dl dd {
  margin-bottom: 1rem;
}
.p-businessunderhead__skill dl dt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 2rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__skill dl dt {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-businessunderhead__skill dl dd {
  letter-spacing: -0.1rem;
  display: inline-block;
  padding: 0.4rem 1rem 0.5rem;
  margin-right: 0.6rem;
  border: 1px solid #000;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__skill dl dd {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem 0.4rem;
    margin-right: 0.3rem;
    letter-spacing: -0.05rem;
  }
}
.p-businessunderhead__skill dl dd:before {
  content: "＃";
}
.p-businessunderhead__skill dl dd:last-child {
  margin-right: 0;
}
.p-businessunderhead__baloon {
  z-index: -1;
}
.p-businessunderhead__baloon .c-baloon__item {
  bottom: -15rem;
  left: calc(50% - 73.5rem);
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__baloon .c-baloon__item {
    left: 0;
  }
}
.p-businessunderhead__baloon.m-marketing .c-baloon__item {
  bottom: -5rem;
  left: calc(50% - 68rem);
}
@media screen and (max-width: 767px) {
  .p-businessunderhead__baloon.m-marketing .c-baloon__item {
    left: 0;
  }
}

.p-case {
  margin-top: 11rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case {
    margin-top: 5rem;
  }
}
.p-case__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 6.5rem 6rem 5rem;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-case__item {
    display: block;
    padding: 1.5rem 2rem 2rem;
    border-radius: 1rem;
  }
}
.p-case__item + .p-case__item {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-case__item + .p-case__item {
    margin-top: 3rem;
  }
}
.p-case__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-case__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-case__img {
  width: 60rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-case__img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-case__img.m-fig {
  padding: 0 5rem 0 3rem;
  margin: -2rem 0;
}
@media screen and (max-width: 767px) {
  .p-case__img.m-fig {
    padding: 0 2rem;
    margin: 2rem 0 0;
  }
}
.p-case__img.m-car {
  width: 51.1rem;
  aspect-ratio: 511/235;
  margin-top: 7rem;
  margin-right: 4rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-case__img.m-car {
    width: 26.8rem;
    margin: 2rem 0 1rem;
  }
}
.p-case__en {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 3.5rem;
  font-weight: 600;
  color: #DC000C;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-case__en {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
  }
}
.p-case__en .num {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 7rem;
  font-weight: 600;
  -webkit-text-stroke: 0.2rem #DC000C;
  text-stroke: 0.2rem #DC000C;
  margin-left: 2rem;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__en .num {
    font-size: 4rem;
    margin-left: 1rem;
    -webkit-text-stroke: 0.1rem #DC000C;
    text-stroke: 0.1rem #DC000C;
    top: -0.2rem;
  }
}
.p-case__headline {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case__headline {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.p-case__detail {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
  line-height: 2.2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.9;
  }
}
.p-case__baloon {
  z-index: -1;
}
.p-case__baloon .c-baloon__item.m-01 {
  top: 50rem;
  left: calc(50% + 66rem);
}
.p-case__baloon .c-baloon__item.m-02 {
  bottom: -15rem;
  left: calc(50% + 42.5rem);
}
@media screen and (max-width: 767px) {
  .p-case__baloon .c-baloon__item.m-02 {
    bottom: 10rem;
    left: 0;
  }
}
.p-case__baloon .c-baloon__item.m-03 {
  bottom: 12rem;
  left: calc(50% - 17.5rem);
}
.p-case__baloon.m-planning .c-baloon__item.m-01 {
  top: 37rem;
  left: calc(50% + 72rem);
}
.p-case__baloon.m-planning .c-baloon__item.m-02 {
  bottom: 48rem;
  left: calc(50% - 74.5rem);
}