/*PC
-----------------------------------------------------------------------------*/
#service {
  position: relative;
  overflow: hidden;
}
#service::after {
  content: "";
  width: 2543px;
  height: 694px;
  background: #fff;
  box-shadow: 0 4px 109px rgba(232, 76, 149, 0.05);
  border-radius: 50%/0 0 100% 100%;
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
}
#service #breadCrumb {
  position: relative;
  z-index: 1;
}
#service .wrapper {
  background: #FBF3F7;
  padding: 0 0 255px;
}
#service #contents {
  position: relative;
  z-index: 1;
}
#service #contents .inner {
  width: 100%;
  max-width: 1400px;
}
#service #contents hgroup {
  font-family: var(--yumincho);
  text-align: center;
  margin: 0 0 40px;
}
#service #contents hgroup p {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
#service #contents hgroup h1 {
  color: var(--textEm);
  font-size: 50px;
  font-weight: bold;
}
#service #contents .lead {
  font-size: 16px;
  font-family: var(--yumincho);
  font-weight: 700;
  text-align: center;
  line-height: 1.875;
  margin: 0 0 65px;
}
#service #contents .serviceList {
  display: grid;
  grid-template-columns: repeat(2, 510px);
  justify-content: center;
  gap: 60px;
}
#service #contents .serviceList li {
  box-shadow: 7px 14px 37px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 45px 35px;
}
#service #contents .serviceList li:nth-child(odd) {
  background: #FFDFEE;
}
#service #contents .serviceList li:nth-child(odd) h2 {
  color: var(--textEm);
}
#service #contents .serviceList li:nth-child(even) {
  background: #EAEAFA;
}
#service #contents .serviceList li:nth-child(even) h2 {
  color: #4C87CE;
}
#service #contents .serviceList li h2 {
  font-size: 30px;
  font-family: var(--yumincho);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
}
#service #contents .serviceList li figure {
  width: 100%;
  margin: 23px 0 0;
}
#service #contents .serviceList li p {
  font-size: 16px;
  line-height: 1.75;
  margin: 23px 0 0;
}
#service #contents .serviceList li p span {
  font-weight: bold;
}
#service #contents .serviceList li a {
  color: var(--textMain);
  font-size: 16px;
  text-decoration: underline;
  margin: 28px 0 0;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #service #contents .serviceList li a:hover {
    text-decoration: none;
  }
}
#service #contents .serviceList li a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/service/link-share.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0 0 0.5em;
}
#service #contents .copyArea {
  max-width: 1080px;
  margin: 0 auto;
  padding: 117px 0 142px;
  position: relative;
}
#service #contents .copyArea::before {
  content: "";
  width: 905px;
  height: 541px;
  background: url(../images/service/service_bg_pc.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}
#service #contents .copyArea .copy {
  font-size: 20px;
  font-family: var(--yumincho);
  font-weight: bold;
  text-align: center;
  line-height: 2.25;
  width: fit-content;
  margin: 0 auto 0 0;
}
#service #contents .copyArea .copy span {
  color: var(--textEm);
}
#service #contents .ctaBlock {
  width: 100%;
  clip-path: url(#stadium-clip);
  background: linear-gradient(to bottom, #E84C95, #4C87CE);
  padding: 90px 120px 114px;
  box-sizing: border-box;
  position: relative;
}
#service #contents .ctaBlock::before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  clip-path: url(#stadium-clip);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#service #contents .ctaBlock .item + .item {
  border-top: solid 1px #000;
  margin: 50px 0 0;
  padding: 50px 0 0;
}
#service #contents .ctaBlock .item h2 {
  font-size: 50px;
  font-family: var(--yumincho);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 0 60px;
}
#service #contents .ctaBlock .item h2 span {
  color: var(--textEm);
}
#service #contents .ctaBlock .item p {
  font-size: 18px;
  text-align: center;
  line-height: 1.778;
  margin: 0 0 40px;
}
#service #contents .ctaBlock .item p span {
  font-weight: bold;
}
#service #contents .ctaBlock .item a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: fit-content;
  background: var(--textEm);
  border-radius: 50vh;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
  margin: 0 auto;
  padding: 29px 36px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #service #contents .ctaBlock .item a:hover {
    opacity: 0.8;
    filter: none;
  }
}

#contactArea {
  margin: 0 !important;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #service::after {
    width: 298vw;
    height: 178vw;
    top: -38vw;
  }
  #service .wrapper {
    padding: 0 0 41vw;
  }
  #service #contents .inner {
    width: 89.8%;
  }
  #service #contents hgroup {
    margin: 0 0 7.9vw;
  }
  #service #contents hgroup p {
    font-size: 4vw;
    margin: 0 0 3.3vw;
  }
  #service #contents hgroup h1 {
    font-size: 10.7vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #service #contents .lead {
    font-size: 4vw;
    line-height: 1.75;
    margin: 0 0 25.2vw;
    padding: 0 5.6vw;
  }
  #service #contents .serviceList {
    grid-template-columns: 1fr;
    gap: 9.8vw;
  }
  #service #contents .serviceList li {
    padding: 12.7vw 5vw;
  }
  #service #contents .serviceList li h2 {
    font-size: 7.6vw;
  }
  #service #contents .serviceList li figure {
    margin: 5.9vw 0 0;
  }
  #service #contents .serviceList li p {
    font-size: 4vw;
    margin: 5.9vw 0 0;
  }
  #service #contents .serviceList li a {
    font-size: 4vw;
    margin: 7.1vw 0 0;
  }
  #service #contents .serviceList li a::after {
    width: 4vw;
    height: 4vw;
  }
  #service #contents .copyArea {
    padding: 22.2vw 0 72.3vw;
  }
  #service #contents .copyArea::before {
    width: 100vw;
    height: 74.8vw;
    background: url(../images/service/service_bg_sp.png) no-repeat center center/contain;
    top: inherit;
    bottom: 3vw;
    transform: translateX(50%);
  }
  #service #contents .copyArea .copy {
    font-size: 5vw;
    line-height: 1.8;
    margin: 0 auto;
  }
  #service #contents .ctaBlock {
    clip-path: url(#stadium-clip-sp);
    padding: 24.6vw 5vw;
  }
  #service #contents .ctaBlock::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    clip-path: url(#stadium-clip-sp);
  }
  #service #contents .ctaBlock .item + .item {
    margin: 11.5vw 0 0;
    padding: 11.5vw 0 0;
  }
  #service #contents .ctaBlock .item h2 {
    font-size: 7.6vw;
    letter-spacing: 0;
    margin: 0 0 10.7vw;
  }
  #service #contents .ctaBlock .item p {
    font-size: 4vw;
    text-align: left;
    margin: 0 0 10.2vw;
  }
  #service #contents .ctaBlock .item a {
    font-size: 4.6vw;
    text-align: center;
    width: 100%;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
    padding: 4vw 0;
    transform: translateZ(0);
  }
}
/*--------------------------endSP--------------------------------*/

/*# sourceMappingURL=service.css.map */
