/* 
service-ad.css 
ここではサービス広告ページ専用の調整のみ行う
*/

/* ---------------------------------
  .service-ad-fv
-----------------------------------*/
.service-ad-fv {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding-block: min(calc(50 / 1140 * 100vw), 50px);
}
@media screen and (max-width: 750px) {
  .service-ad-fv {
    padding-block: min(calc(40 / 375 * 100vw), 40px) min(calc(60 / 375 * 100vw), 60px);
  }
}

.post_content .service-ad-fv h1 {
  text-align: center;
  color: #0173b7;
  font-weight: 700;
  font-size: min(calc(48 / 1140 * 100vw), 48px);
  line-height: 1.6;
  text-shadow: 0px 4px 20px rgba(255, 255, 255), 0px 4px 4px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 750px) {
  .post_content .service-ad-fv h1 {
    font-size: min(calc(32 / 375 * 100vw), 32px);
    letter-spacing: 0;
  }
}

.post_content .service-ad-fv h1 span {
  font-size: min(calc(36 / 1140 * 100vw), 36px);
}
@media screen and (max-width: 750px) {
  .post_content .service-ad-fv h1 span {
    font-size: min(calc(24 / 375 * 100vw), 24px);
  }
}

.post_content .service-ad-fv__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .post_content .service-ad-fv__title {
    margin-top: min(calc(16 / 375 * 100vw), 16px);
  }
}

.post_content .service-ad-fv__title p {
  display: inline-block;
  font-size: min(calc(29 / 1140 * 100vw), 29px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  width: min(calc(560 / 1140 * 100vw), 560px);
  background: linear-gradient(90deg, rgba(1, 115, 183, 0) 0%, #0173b7 9%, #0173b7 50%, #0173b7 91%, rgba(1, 115, 183, 0) 100%);
}
@media screen and (max-width: 750px) {
  .post_content .service-ad-fv__title p  {
    font-size: min(calc(20 / 375 * 100vw), 20px);
    width: min(calc(375/ 375 * 100vw), 375px);
  }
}

.service-ad-fv__text {
  margin-top: min(calc(40 / 1140 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height:  min(calc(78 / 1140 * 100vw), 78px);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 750px) {
  .service-ad-fv__text {
    margin-top:  min(calc(40 / 375 * 100vw), 40px);
    gap: 16px;
    height:  min(calc(67 / 375 * 100vw), 67px);
  }
}


.post_content .service-ad-fv__text p {
  font-size: min(calc(28 / 1140 * 100vw), 28px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #0173b7;
  line-height: 1.2;
  margin-bottom: min(calc(6 / 1140 * 100vw), 6px);
}
@media screen and (max-width: 750px) {
  .post_content .service-ad-fv__text p  {
    font-size: min(calc(22 / 375 * 100vw), 22px);
  }
}

.post_content .service-ad-fv__text p:last-child {
  margin-bottom: min(calc(6 / 1140 * 100vw), 6px);
}

.service-ad-fv__text p span {
	display:inline-block;
	font-size: min(calc(24 / 1140 * 100vw), 24px);
  line-height: 1.25;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .service-ad-fv__text p span  {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}


.service-ad-fv__text p em {
  font-size: min(calc(52 / 1140 * 100vw), 52px);
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
	font-style: normal;
	margin-left: 5px;
}
@media screen and (max-width: 750px) {
  .service-ad-fv__text p em  {
    font-size: min(calc(40 / 375 * 100vw), 40px);
  }
}

.service-ad-fv__line {
  width: 1px;
  height: min(calc(55 / 1140 * 100vw) , 55px);
  background: #0173b7;
}
@media screen and (max-width: 750px) {
  .service-ad-fv__line {
    height: min(calc(55 / 375 * 100vw) , 55px);
  }
}

/* ---------------------------------
  .service-ad-troubles
-----------------------------------*/
.service-ad-troubles {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .service-ad-troubles {
    padding-bottom: 70px;
  }
}

.service-ad-troubles__intro {
  background-color: #0173b7;
}

.service-ad-troubles__intro-inner {
  padding: min(calc(80 / 1140 * 100vw), 80px) min(calc(16 / 1140 * 100vw), 16px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .service-ad-troubles__intro-inner {
    padding: min(calc(60 / 375 * 100vw), 60px) min(calc(20 / 375 * 100vw), 20px);
  }
}

.post_content p.service-ad-troubles__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: min(calc(24 / 1140 * 100vw), 24px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .post_content p.service-ad-troubles__intro-text {
    font-size: min(calc(18 / 375 * 100vw), 18px);
  } 
}

.service-ad-troubles__intro-text span {
  display: inline-block;
  background: linear-gradient(180deg, #f5fbff 0%, #d9f1ff 100%);
  color: #0173b7;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 6px;
}

.service-ad-troubles__content {
  background: linear-gradient(180deg, #f5fbff 0%, #d9f1ff 100%);
  position: relative;
}

.service-ad-troubles__content::before {
  content: "";
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, #d9f1ff 0%, #f5fbff 100%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 750px) {
  .service-ad-troubles__content::before {
    bottom: -30px;
    height: 30px;
  }
}

.service-ad-troubles__inner {
  padding: min(calc(60 / 1140 * 100vw), 60px) min(calc(16 / 1140 * 100vw), 16px)
    min(calc(30 / 1140 * 100vw), 30px);
}
@media screen and (max-width: 750px) {
  .service-ad-troubles__inner {
    padding: min(calc(60 / 375 * 100vw), 60px) min(calc(38 / 375 * 100vw), 38px)
    min(calc(60 / 375 * 100vw), 60px);
  }
}

.service-ad-troubles__head.service-title em {
  font-style: normal;
  font-size: min(calc(18 / 1140 * 100vw), 18px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .service-ad-troubles__head.service-title em {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}

.post_content ul.service-ad-troubles__list {
  margin-top: min(calc(50 / 1140 * 100vw), 50px);
  margin-bottom: 0;
  margin-inline: auto;
  width: fit-content;
  display: grid;
}
@media screen and (max-width: 750px) {
  .post_content ul.service-ad-troubles__list {
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    gap: min(calc(16 / 375 * 100vw), 16px);
  }
}

.post_content li.service-ad-troubles__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  color: #3e3e3f;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .post_content li.service-ad-troubles__item {
    font-size: min(calc(14 / 375 * 100vw), 14px);
    line-height: 1.4;
  }
}

.service-ad-troubles__item::before {
  content: "";
  background: url(img/service-icon-blue.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* --------------------------------
  .service-ad-feature
---------------------------------- */
.service-ad-feature {
  padding-block: min(calc(50 / 1140 * 100vw), 50px) ;
}
@media screen and (max-width: 750px) {
  .service-ad-feature {
    padding-block: 0;
  }
}

.service-ad-feature__inner {
  text-align: center;
}

.service-ad-feature__head.service-title em {
  font-style: normal;
  font-size: min(calc(24 / 1140 * 100vw), 24px);
}
@media screen and (max-width: 750px) {
  .service-ad-feature__head.service-title em {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}

.service-ad-feature__items {
  margin-top: min(calc(60 / 1140 * 100vw), 60px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: min(calc(70 / 1140 * 100vw), 70px);
  max-width: min(calc(1100 / 1140 * 100vw), 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-ad-feature__items {
    margin-top: min(calc(60 / 375 * 100vw), 60px);
    grid-template-columns: 1fr;
    gap: min(calc(70 / 375 * 100vw), 70px);
    max-width: min(calc(320 / 375 * 100vw), 320px);
  }
}

.service-ad-feature__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.service-ad-feature__item:not(:first-child):before,
.service-ad-feature__item:not(:first-child)::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(calc(70 / 1140 * 100vw), 70px);
  height: 2px;
  background: #cbd9e2;
  top: 50%;
  left: -22%;
}
@media screen and (max-width: 750px) {
  .service-ad-feature__item:not(:first-child):before,
  .service-ad-feature__item:not(:first-child)::after {
    width: min(calc(70 / 375 * 100vw), 70px);
    left: 47%;
  }
}

.service-ad-feature__item:not(:first-child):before {
  transform:rotate(45deg);
}
@media screen and (max-width: 750px) {
  .service-ad-feature__item:not(:first-child):before {
    transform:rotate(45deg) translateX(-50%);
    top: -11px;
  }
}

.service-ad-feature__item:not(:first-child)::after {
  transform:rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .service-ad-feature__item:not(:first-child)::after {
    transform:rotate(-45deg) translateX(-50%);
    top: -60px;
  }
}

.service-ad-feature__item-inner {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: min(calc(30 / 1140 * 100vw), 30px);
  min-height: min(calc(360 / 1140 * 100vw), 360px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .service-ad-feature__item-inner {
    padding: min(calc(30 / 375 * 100vw), 30px);
    padding-bottom: min(calc(40 / 375 * 100vw), 40px);
  }

}

.service-ad-feature__item-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: min(calc(3 / 1140 * 100vw), 3px);
    border-radius: inherit;
    background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.service-ad-feature__img {
  width: min(calc(160 / 1140 * 100vw), 160px);
}
@media screen and (max-width: 750px) {
  .service-ad-feature__img {
    width: min(calc(160 / 375 * 100vw), 160px);
  }
}

.service-ad-feature__img.--01 {
  width: min(calc(182 / 1140 * 100vw), 182px);
}
@media screen and (max-width: 750px) {
  .service-ad-feature__img.--01 {
    width: min(calc(182 / 375 * 100vw), 182px);
  }
}

.service-ad-feature__img.--01 img {
  aspect-ratio: 182/160;
}

.service-ad-feature__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 160/160;
}

.post_content h3.service-ad-feature__title {
  margin-top: min(calc(20 / 1140 * 100vw), 20px) !important;
  margin-bottom: 0 !important;
  font-size: min(calc(28 / 1140 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  color: #0173B7;
}
@media screen and (max-width: 750px) {
  .post_content h3.service-ad-feature__title {
    margin-top: min(calc(20 / 375 * 100vw), 20px) !important;
    font-size: min(calc(28 / 375 * 100vw), 28px);
  }
}

.post_content ul.service-ad-feature__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: min(calc(6 / 1140 * 100vw), 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(6 / 1140 * 100vw), 6px);
}
@media screen and (max-width: 750px) {
  .post_content ul.service-ad-feature__tags {
    margin-top: min(calc(6 / 375 * 100vw), 6px);
    gap: min(calc(6 / 375 * 100vw), 6px);
  }
}

.post_content li.service-ad-feature__tag {
  height: min(calc(26 / 1140 * 100vw), 26px);
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background: #F4F4F4;
  border-radius: 999px;
  padding-inline: min(calc(12 / 1140 * 100vw), 12px);
}
@media screen and (max-width: 750px) {
  .post_content li.service-ad-feature__tag {
    height: min(calc(26 / 375 * 100vw), 26px);
    font-size: min(calc(16 / 375 * 100vw), 16px);
    padding-inline: min(calc(12 / 375 * 100vw), 12px);
  }
}

.service-ad-feature__foot {
  margin-top: min(calc(60 / 1140 * 100vw), 60px);
  background: linear-gradient(90deg, #F2FAFF 0%, #FAFDFF  50%, #F2FAFF 100%);
  padding: min(calc(40 / 1140 * 100vw), 40px);
}
@media screen and (max-width: 750px) {
  .service-ad-feature__foot {
    margin-top: min(calc(60 / 375 * 100vw), 60px);
    padding: min(calc(40 / 375 * 100vw), 40px) min(calc(20 / 375 * 100vw), 20px);
  }
}

.post_content ul.service-ad-feature__points {
  list-style: none;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  gap: min(calc(20 / 1140 * 100vw), 20px);
}
@media screen and (max-width: 750px) {
  .post_content ul.service-ad-feature__points {
    gap: min(calc(20 / 375 * 100vw), 20px);
  }
}

.post_content li.service-ad-feature__point {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1140 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.2;
  color: #3E3E3F;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .post_content li.service-ad-feature__point {
    font-size: min(calc(16 / 375 * 100vw), 16px);
    line-height: 1.4;
  }
}

.service-ad-feature__point::before {
  content: "";
  display: inline-block;
  width: min(calc(24 / 1140 * 100vw), 24px);
  height: min(calc(24 / 1140 * 100vw), 24px);
  background: url(img/service-icon-blue-02.png) no-repeat center / contain;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .service-ad-feature__point::before {
    width: min(calc(24 / 375 * 100vw), 24px);
    height: min(calc(24 / 375 * 100vw), 24px);
  }
}

/* ---------------------------------
  .service-ad-works
-----------------------------------*/
.service-ad-works__inner {
  padding: min(calc(100 / 1140 * 100vw), 100px) min(calc(20 / 1140 * 100vw), 20px) min(calc(150 / 1140 * 100vw), 150px);
}
@media screen and (max-width: 750px) {
  .service-ad-works__inner {
    padding: min(calc(100 / 375 * 100vw), 100px) 0 min(calc(150 / 375 * 100vw), 150px);
  }
}

.service-ad-works__catch {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: min(calc(80 / 1140 * 100vw), 80px);
  text-align: center;
  width: min(calc(778 / 1140 * 100vw), 778px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch {
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    width: min(calc(375 / 375 * 100vw), 375px);
  }
}

.service-ad-works__catch::before,
.service-ad-works__catch::after {
  position: absolute;
  display: inline-block;
  content: "";
  width:  min(calc(57 / 1140 * 100vw), 57px);
  height:  min(calc(159 / 1140 * 100vw), 159px);
  background: url(img/service-ad-illast.png) no-repeat center / contain;
  top: 0;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch::before,
  .service-ad-works__catch::after {
    width:  min(calc(40 / 375 * 100vw), 40px);
    height:  min(calc(112 / 375 * 100vw), 112px);
    top: initial;
    bottom: 0;
  }
}

.service-ad-works__catch::before {
  left: 0;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch::before {
    left: min(calc(10 / 375 * 100vw), 10px);
  }
}

.service-ad-works__catch::after {
  right: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch::after {
    right: min(calc(10 / 375 * 100vw), 10px);
  }
}

.post_content p.service-ad-works__catch-text {
  display: inline-block;
  margin-inline: auto;
  background: linear-gradient(180deg, #F5FBFF 0%, #D9F1FF 100%);
  border-radius: 999px;
  font-weight: 500;
  font-size: min(calc(20 / 1140 * 100vw), 20px);
  line-height: 1;
  color: #1594D2;
  padding: min(calc(4 / 1140 * 100vw), 4px) min(calc(20 / 1140 * 100vw), 20px);
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .post_content p.service-ad-works__catch-text {
    font-size: min(calc(14 / 375 * 100vw), 14px);
    padding: min(calc(2 / 375 * 100vw), 2px) min(calc(9 / 375 * 100vw), 9px);
  }
}

.post_content p.service-ad-works__catch-text02 {
  line-height: 1;
}

.service-ad-works__catch-l {
  font-size: min(calc(39 / 1140 * 100vw), 39px);
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(360deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch-l {
    margin-top: min(calc(14 / 375 * 100vw), 14px);
    font-size: min(calc(20 / 375 * 100vw), 20px);
    display: block;
  }
}

.service-ad-works__catch-l em.m{
  font-size: min(calc(33 / 1140 * 100vw), 33px);
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch-l em.m {
    font-size: min(calc(20/ 375 * 100vw), 20px);
  }
}

.service-ad-works__catch-l em.s{
  font-size: min(calc(20 / 1140 * 100vw), 20px);
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch-l em.s {
    font-size: min(calc(16/ 375 * 100vw), 16px);
  }
}

.service-ad-works__catch-num {
  font-size: min(calc(116 / 1140 * 100vw), 116px);
  background: linear-gradient(360deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch-num {
    font-size: min(calc(81 / 375 * 100vw), 81px);
  }
}

.service-ad-works__catch-r {
  font-weight: 500;
  font-size: min(calc(58 / 1140 * 100vw), 58px);
  background: linear-gradient(360deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 750px) {
  .service-ad-works__catch-r {
    font-size: min(calc(39 / 375 * 100vw), 39px);
  }
}

.service-ad-works__items {
  margin-top: min(calc(80 / 1140 * 100vw), 80px);
  display: flex;
  flex-direction: column;
  gap: min(calc(50 / 1140 * 100vw), 50px);
  max-width: min(calc(1060 / 1140 * 100vw), 1060px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-ad-works__items {
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    gap: min(calc(50 / 375 * 100vw), 50px);
    max-width: min(calc(335 / 375 * 100vw), 335px);
  }
}

.service-ad-works__item {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background: #fff;
  padding-top: min(calc(40 / 1140 * 100vw), 40px);
  padding-bottom: min(calc(40 / 1140 * 100vw), 40px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .service-ad-works__item {
    padding-top: min(calc(60 / 375 * 100vw), 60px);
    padding-bottom: min(calc(30 / 375 * 100vw), 30px);
  }
}

.service-ad-works__head {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.04em;
}

.service-ad-works__label {
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  color: #fff;
  padding-inline: 15px 75px;
}

.service-ad-works__category {
  background: #f4f4f4;
  color: #0173b7;
  padding-inline: 20px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  margin-left:  -68px;
  border: 1px solid #f4f4f4;
}

.service-ad-works__img {
  width:  min(calc(260 / 1140 * 100vw), 260px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-ad-works__img {
    width:  min(calc(201 / 375 * 100vw), 201px);
}
}

.service-ad-works__img.--02 {
  width:  min(calc(441 / 1140 * 100vw), 441px);
}

.service-ad-works__img.--03 {
  width:  min(calc(353 / 1140 * 100vw), 353px);
}

.service-ad-works__img img {
  object-fit: contain;
}

.post_content p.service-ad-works__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(48 / 1140 * 100vw), 48px);
  font-weight: 500;
  line-height: 1;
  color: #333333;
  margin-bottom: 0;
  position: relative;
  margin-top: min(calc(-15 / 1140 * 100vw), -15px);
}
@media screen and (max-width: 750px) {
  .post_content p.service-ad-works__title {
    font-size: min(calc(18 / 375 * 100vw), 18px);
    margin-top: min(calc(12 / 375 * 100vw), 12px);
  }
}

.service-ad-works__title-num{
  font-style: normal;
  font-size: min(calc(84 / 1140 * 100vw), 84px);
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 750px) {
  .service-ad-works__title-num em {
    font-size: min(calc(106 / 375 * 100vw), 106px); 
    line-height: 1;
  }
}

.service-ad-works__title-b {
  font-size: min(calc(48 / 1140 * 100vw), 48px);
  color: #0173B7;
}

.service-ad-works__title-b02 {
  font-size: min(calc(48 / 1140 * 100vw), 48px);
  color: #0173B7;
  font-weight: 700;
  letter-spacing: 0;
  margin-inline: min(calc(-10 / 1140 * 100vw), -10px);
}

.service-ad-works__title-s {
  font-size: min(calc(36 / 1140 * 100vw), 36px);
  line-height: 1.2;
  display: inline-block;
  margin-top:  min(calc(12 / 1140 * 100vw), 12px);
}

.post_content ul.service-ad-works__points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1140 * 100vw), 10px);
  margin-top: min(calc(20 / 1140 * 100vw), 20px);
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.post_content ul.service-ad-works__points li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1140 * 100vw), 10px);
  background: #F4F4F4;
  border-radius: 999px;
  padding: min(calc(10 / 1140 * 100vw), 10px)
           min(calc(20 / 1140 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1140 * 100vw), 12px);
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
}

.post_content ul.service-ad-works__points li::before {
  display: inline-block;
  content: "";
  background: url(img/service-icon-black.png) no-repeat center / contain;
  width: min(calc(13 / 1140 * 100vw), 13px);
  height: min(calc(13 / 1140 * 100vw), 13px);
}

.service-ad-works__btn {
   margin-top: min(calc(150 / 1140 * 100vw), 150px);
}

/* ---------------------------------
  .service-ad-service
-----------------------------------*/
.service-ad-service {
  font-family: "Noto Sans JP", sans-serif;
}

.service-ad-service__inner {
  background: linear-gradient(180deg, #f5fbff 0%, #d9f1ff 100%);
  padding-top: min(calc(50 / 1140 * 100vw), 50px);
}

.service-ad-service__body {
  margin-top: min(calc(50 / 1140 * 100vw), 50px);
  background: #0173B7;
  padding: min(calc(30 / 1140 * 100vw), 30px) min(calc(40 / 1140 * 100vw), 40px);
}

.post_content p.service-ad-service__catch {
  font-weight: 500;
  font-size: min(calc(24 / 1140 * 100vw), 24px);
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

.service-ad-service__cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: min(calc(25 / 1140 * 100vw), 25px);
  margin-top: min(calc(20 / 1140 * 100vw), 20px);
}

.service-ad-service-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: min(calc(20 / 1140 * 100vw), 20px) min(calc(30 / 1140 * 100vw), 30px);
  height: min(calc(199 / 1140 * 100vw), 199px);
  position: relative;
  overflow: hidden;
}

.service-ad-service-card::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(calc(213 / 1140 * 100vw), 213px);
  height: min(calc(213 / 1140 * 100vw), 213px);
  background: url(img/service-ad-bg.png) no-repeat center / contain; 
  right: min(calc(-8 / 1140 * 100vw), -8px);
  top: min(calc(21 / 1140 * 100vw), 21px);
  z-index: 0;
} 

.service-ad-service-card.--02::before {
  width: min(calc(263/ 1140 * 100vw), 263px);
  height: min(calc(263 / 1140 * 100vw), 263px);
  background: url(img/service-ad-bg02.png) no-repeat center / contain; 
  right: min(calc(-31 / 1140 * 100vw), -31px);
  top: min(calc(12 / 1140 * 100vw), 12px);
} 

.service-ad-service-card.--03::before {
  width: min(calc(196/ 1140 * 100vw), 196px);
  height: min(calc(196 / 1140 * 100vw), 196px);
  background: url(img/service-ad-bg03.png) no-repeat center / contain; 
  right: min(calc(0 / 1140 * 100vw), 0px);
  top: min(calc(40 / 1140 * 100vw), 40px);
} 

.service-ad-service-card.--04::before {
  width: min(calc(230 / 1140 * 100vw), 230px);
  height: min(calc(230 / 1140 * 100vw), 230px);
  background: url(img/service-ad-bg04.png) no-repeat center / contain; 
  right: min(calc(7 / 1140 * 100vw), 7px);
  top: min(calc(39 / 1140 * 100vw), 39px);
} 

.post_content h3.service-ad-service-card__head {
  font-weight: 700;
  font-size: min(calc(28 / 1140 * 100vw), 28px);
  line-height: 1.6;
  color: #0173B7;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.service-ad-service-card__num {
  display: flex;
  align-items: center;
}

.service-ad-service-card__num::after {
  display: inline-block;
  content: "";
  width: 2px;
  height: min(calc(28 / 1140 * 100vw), 28px);
  background: #0066A2;
  margin-inline: 12px;
}

.post_content ul.service-ad-service-card__list {
  list-style: none;
  height: 88px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
  position: relative;
}

.post_content li.service-ad-service-card__item {
  font-weight: 400;
  font-size: min(calc(14 / 1140 * 100vw), 14px);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.service-ad-service-card__item::before {
  content: "";
  display: inline-block;
  width: min(calc(24 / 1140 * 100vw), 24px);
  height: min(calc(24 / 1140 * 100vw), 24px);
  background: url(img/service-icon-blue-02.png) no-repeat center / contain;
  flex-shrink: 0;
}



/* ---------------------------------
  .service-ad-price
-----------------------------------*/
.service-ad-price {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: min(calc(150 / 1140 * 100vw), 150px);
  padding-bottom: min(calc(150 / 1140 * 100vw), 150px); 
  padding-inline: min(calc(20 / 1140 * 100vw), 20px);
}
@media screen and (max-width: 750px) {
  .service-ad-price {
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    padding-bottom: min(calc(50 / 375 * 100vw), 50px);
  }
}

.post_content p.service-ad-price__text {
  text-align: center;
  font-weight: 400;
  font-size: min(calc(18 / 1140 * 100vw), 18px);
  line-height: 1;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .post_content p.service-ad-price__text {
    font-size: min(calc(18 / 375 * 100vw), 18px);
    line-height: 1.2;
  }
}


.service-ad-price__items {
  display: grid;
  grid-template-columns: 1fr min(calc(370 / 1140 * 100vw), 370px) min(calc(370 / 1140 * 100vw), 370px);
  gap: min(calc(45 / 1140 * 100vw), 45px);
  max-width: min(calc(1140 / 1140 * 100vw), 1140px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-ad-price__items {
    grid-template-columns: 1fr;
    gap: min(calc(49 / 375 * 100vw), 49px);
    max-width: min(calc(370 / 375 * 100vw), 370px);
  }
}

.service-ad-price__item {
  background: #F7F7F7;
  border-radius: 4px;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: min(calc(20 / 1140 * 100vw), 20px) min(calc(20 / 1140 * 100vw), 20px);
  position: relative;
  min-height: min(calc(270 / 1140 * 100vw), 270px);
}
@media screen and (max-width: 750px) {
  .service-ad-price__item {
    padding: min(calc(20 / 375 * 100vw), 20px) min(calc(17 / 375 * 100vw), 17px);
  }
}

.service-ad-price__item:not(:first-child):before,
.service-ad-price__item:not(:first-child)::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(calc(90 / 1140 * 100vw), 90px);
  height: 2px;
  background: #cbd9e2;
  top: 60%;
  left: -18%;
}
@media screen and (max-width: 750px) {
  .service-ad-price__item:not(:first-child):before,
  .service-ad-price__item:not(:first-child)::after {
    width: min(calc(35 / 375 * 100vw), 35px);
    left: 47%;
  }
}

.service-ad-price__item:not(:first-child):before {
  transform:rotate(45deg);
}
@media screen and (max-width: 750px) {
  .service-ad-price__item:not(:first-child):before {
    transform:rotate(45deg) translateX(-50%);
    top: -11px;
  }
}

.service-ad-price__item:not(:first-child)::after {
  transform:rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .service-ad-price__item:not(:first-child)::after  {
    transform:rotate(-45deg) translateX(-50%);
    top: -36px;
  }
}

.service-ad-price__item-head {
  display: grid;
  place-items: center;
  border-bottom: 2px solid #cbd9e2;
  padding-bottom: min(calc(18 / 1140 * 100vw), 18px);
  min-height: min(calc(91 / 1140 * 100vw), 91px);
}
@media screen and (max-width: 750px) {
  .service-ad-price__item-head {
    padding-bottom: min(calc(6 / 375 * 100vw), 6px);
  }
}

.post_content h3.service-ad-price__item-title {
  font-size: min(calc(26 / 1140 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.6;
  color: #0173b7;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .post_content h3.service-ad-price__item-title  {
    font-size: min(calc(22 / 375 * 100vw), 22px);
  }
}

.post_content p.service-ad-price__item-sub {
  font-size: min(calc(18 / 1140 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.6;
  color: #494949;
}
@media screen and (max-width: 750px) {
  .post_content p.service-ad-price__item-sub {
    font-size: min(calc(16 / 375 * 100vw), 16px);
  }
}

.service-ad-price__item-body {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: min(calc(20 / 1140 * 100vw), 20px);
}
@media screen and (max-width: 750px) {
  .service-ad-price__item-body {
    padding-top: min(calc(16 / 375 * 100vw), 16px);
    gap: min(calc(16 / 375 * 100vw), 16px);
  }
}

.post_content ul.service-ad-price__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(16 / 1140 * 100vw), 16px) min(calc(8 / 1140 * 100vw), 8px);
}
@media screen and (max-width: 750px) {
  .post_content ul.service-ad-price__item-list {
    gap: min(calc(16 / 375 * 100vw), 16px) min(calc(8 / 375 * 100vw), 8px);
  }
}

.post_content ul.service-ad-price__item-list li {
  display: inline-block;
  background: #0173b7;
  border-radius: 999px;
  padding: min(calc(2 / 1140 * 100vw), 2px)
           min(calc(14 / 1140 * 100vw), 14px);
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .post_content ul.service-ad-price__item-list li {
    padding: min(calc(2 / 375 * 100vw), 2px)
             min(calc(12 / 375 * 100vw), 12px);
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}


.post_content p.service-ad-price__item-note {
  margin-top: min(calc(20 / 1140 * 100vw), 20px);
  font-size: min(calc(14 / 1140 * 100vw), 14px);
  font-weight: 500;
  line-height: 1.6;
  color: #494949;
}
@media screen and (max-width: 750px) {
  .post_content p.service-ad-price__item-note  {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}

.post_content p.service-ad-price__item-note:last-child {
  margin-top: min(calc(20 / 1140 * 100vw), 20px);
}

