.c-mv {
  background: url("../img/img-main.jpg") no-repeat center center/cover;
}
.c-mv .c-ttl__main h1, .c-mv .c-ttl__main p {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .c-mv .c-ttl__main h1, .c-mv .c-ttl__main p {
    text-shadow: #fff 0 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service .c-box {
    padding: 14.6666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service .c-box {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service__item {
    margin-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item {
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service__item__top {
    margin-bottom: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__top {
    display: flex;
    gap: 40px;
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 768px) {
  .p-service__item__top__ttl {
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__top__ttl {
    padding-top: 10px;
    position: relative;
    width: 400px;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-service__item__top__ttl h2 {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 5.3333333333vw;
    padding-left: 23.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__top__ttl h2 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 45px;
    padding-left: 112px;
    white-space: nowrap;
  }
}
.p-service__item__top__ttl p {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-service__item__top__ttl p {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__top__ttl p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.p-service__item__top__img img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-service__item__top__img img {
    border-radius: 1.3333333333vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__top__img img {
    border-radius: 10px;
    max-width: 100%;
  }
}

.p-service__item__detail {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-service__item__detail {
    border-radius: 1.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__detail {
    border-radius: 10px;
    padding: 53px 20px 86px;
  }
}
.p-service__item__detail h3 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service__item__detail h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__detail h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 33px;
  }
}
.p-service__item__detail p {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-service__item__detail p {
    font-size: 3.7333333333vw;
    line-height: 1.57;
    margin-bottom: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__detail p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 60px;
    max-width: 860px;
  }
}
.p-service__item__detail figure img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-service__item__detail figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item__detail figure img {
    max-width: 100%;
  }
}

.p-service__item--design h2 {
  background: url("/_assets/service/img/icon-design.svg") no-repeat left center/81px 90px;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design h2 {
    background-size: 17.3333333333vw 19.2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design h2 {
    line-height: 90px;
  }
}

.p-service__item--promotion h2 {
  background: url("/_assets/service/img/icon-promotion.svg") no-repeat left center/100px 94px;
}
@media only screen and (max-width: 768px) {
  .p-service__item--promotion h2 {
    background-size: 21.4666666667vw 20vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--promotion h2 {
    line-height: 94px;
  }
}

.p-service__item--event h2 {
  background: url("/_assets/service/img/icon-event.svg") no-repeat left center/89px 74px;
}
@media only screen and (max-width: 768px) {
  .p-service__item--event h2 {
    background-size: 18.9333333333vw 15.6vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--event h2 {
    line-height: 74px;
  }
}

.p-service__item--branding h2 {
  background: url("/_assets/service/img/icon-branding.svg") no-repeat left center/79px 80px;
}
@media only screen and (max-width: 768px) {
  .p-service__item--branding h2 {
    background-size: 16.9333333333vw 16.9333333333vw;
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--branding h2 {
    line-height: 90px;
  }
}

.p-service__item--connect .p-service__item__top__ttl {
  padding-top: 0;
}
.p-service__item--connect h2 {
  background: url("/_assets/service/img/icon-connect.svg") no-repeat left top/303px 80px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .p-service__item--connect h2 {
    background-size: 64.6666666667vw 16.9333333333vw;
    padding-top: 21.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--connect h2 {
    line-height: 1;
    padding-top: 114px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service__item--connect .p-service__button {
    margin-top: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--connect .p-service__button {
    margin-top: 46px;
  }
}

.p-service__item--design__list {
  border-top: 1px solid #808080;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__list {
    margin-top: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__list {
    margin-top: 100px;
  }
}

.p-service__item--design__item h4 {
  border-bottom: 1px solid #808080;
}
.p-service__item--design__item h4 a {
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item h4 a {
    font-size: 5.0666666667vw;
    line-height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item h4 a {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 90px;
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item h4 a:hover {
    background: #7ebebc;
    color: #fff;
  }
}
.p-service__item--design__item h4 a.is-active {
  background: #7ebebc;
  color: #fff;
}
.p-service__item--design__item h4 a.is-active::after {
  transform: rotate(90deg);
}
.p-service__item--design__item h4 a::before, .p-service__item--design__item h4 a::after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item h4 a::before {
    height: 0.4vw;
    margin-top: -0.2vw;
    right: 5.2vw;
    width: 4.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item h4 a::before {
    height: 2px;
    margin-top: -1px;
    right: 38px;
    width: 20px;
  }
}
.p-service__item--design__item h4 a::after {
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item h4 a::after {
    height: 4.1333333333vw;
    margin-top: -2.0666666667vw;
    right: 7.0666666667vw;
    width: 0.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item h4 a::after {
    height: 20px;
    margin-top: -10px;
    right: 47px;
    width: 2px;
  }
}

.p-service__item--design__item__body {
  background: #fff;
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body {
    padding: 6.9333333333vw 6.2666666667vw 6.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body {
    padding: 70px 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body .p-service__item--design__item__inner {
    display: flex;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body h5 {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body h5 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.57;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body p:not(:first-of-type) {
    margin-top: 6.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body p:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p-service__item--design__item__body ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body ul {
    gap: 1.0666666667vw 0.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body ul {
    gap: 5px;
    margin-top: 10px;
  }
}
.p-service__item--design__item__body li {
  --color-tag-bg: #7ebebc;
  background: var(--color-tag-bg);
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body li {
    border-radius: 0.6666666667vw;
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body li {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body figure {
    margin-top: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body figure {
    flex-shrink: 0;
  }
}
.p-service__item--design__item__body figure img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-service__item--design__item__body figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service__item--design__item__body figure img {
    max-width: 100%;
  }
}