/* 
service-btob.css 
ここではBtoBマーケティングページ専用の調整のみ行う
*/

/* -------------------------------------------------
  .service-btob-fv
---------------------------------------------------*/
.service-btob-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-btob-fv {
    padding-block: min(calc(40 / 375 * 100vw), 40px) min(calc(60 / 375 * 100vw), 60px);
  }
}

.service-btob-fv .wp-block-cover__background.has-background-dim.has-background-dim-0{
  opacity: 0.2;
}

.post_content .service-btob-fv h1 {
  text-align: center;
  color: #0173b7;
  font-weight: 700;
  font-size: min(calc(64 / 1140 * 100vw), 64px);
  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-btob-fv h1 {
    font-size: min(calc(34 / 375 * 100vw), 34px);
    letter-spacing: 0;
  }
}

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

.post_content .service-btob-fv__title p {
  display: inline-block;
  font-size: min(calc(22 / 1140 * 100vw), 22px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  width: min(calc(490 / 1140 * 100vw), 490px);
  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-btob-fv__title p  {
    font-size: min(calc(16 / 375 * 100vw), 16px);
    width: min(calc(350 / 375 * 100vw), 350px);
  }
}

.service-btob-fv__text {
  margin-top: min(calc(53 / 1140 * 100vw), 53px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  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-btob-fv__text {
    margin-top:  min(calc(40 / 375 * 100vw), 40px);
    gap: 10px;
    height:  min(calc(60 / 375 * 100vw), 60px);
  }
}


.post_content .service-btob-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-btob-fv__text p  {
    font-size: min(calc(22 / 375 * 100vw), 22px);
  }
}

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

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


.service-btob-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-btob-fv__text p em  {
    font-size: min(calc(40 / 375 * 100vw), 40px);
  }
}

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

.service-btob-fv__button {
  margin-top: min(calc(40 / 1140 * 100vw) ,40px);
  display: flex;
  justify-content: center;
  gap: 30px;

    /* 調整しやすい変数 */
  --sparkle-duration: .6s;
  --sparkle-strength: .45;
}
.service-btob-fv__button-link {
  width: min(calc(270 / 1140 * 100vw) ,270px);
  box-shadow: 0 6px 13px -6px rgba(52, 52, 60, 0.6);
  border-radius: 999px;
  transition: transform .4s ease, box-shadow .4s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/* 帯の初期状態：左の外 */
.service-btob-fv__button-link::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: translateX(-120%);
  background: linear-gradient(
    -45deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,var(--sparkle-strength)) 50%,
    rgba(255,255,255,0) 100%
  );
}
/* ★ クラス付与で一度だけ走り、終点を保持（戻らない） */
.service-btob-fv__button-link.is-sparkled::before {
  animation: caption-sparkle var(--sparkle-duration) ease-out both;
}
@keyframes caption-sparkle {
  from { transform: translateX(-120%); }
  to   { transform: translateX(120%);  }
}

.service-btob-fv__button-link img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
.service-btob-fv__button {
  margin-top: min(calc(40 / 375 * 100vw) ,40px);
  gap: 10px;
}
.service-btob-fv__button-link {
  width: min(calc(161 / 375 * 100vw) ,161px);
  max-width: 100%;
}
}

/* ポインタあり環境のみ hover 挙動 */
@media (any-hover: hover) {
  .service-btob-fv__button-link:hover {
    transform: translateY(4px);
    box-shadow: 0 4px 9px -6px rgba(52, 52, 60, 0.55); /* やや弱める */
  }
}

/* クリック中はさらに沈む */
.service-btob-fv__button-link:active {
  transform: translateY(8px);
  box-shadow: 0 2px 6px -6px rgba(52, 52, 60, 0.2); /* ほぼ消える */
}


/* -------------------------------------------------
  .service-btob-task (BtoBマーケティングでよくある課題)
---------------------------------------------------*/
.service-btob-task {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #0173B7;
  padding-block: min(calc(50 / 1140 * 100vw), 50px) min(calc(30 / 1440 * 100vw), 30px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .service-btob-task {
    padding: min(calc(50 / 375 * 100vw), 50px) min(calc(15 / 375 * 100vw), 15px) min(calc(80 / 375 * 100vw), 80px);
  }
}

.post_content h2.service-btob-task__title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: min(calc(36 / 1140 * 100vw), 36px);
}
@media screen and (max-width: 750px) {
  .post_content h2.service-btob-task__title{
    font-size:  min(calc(20 / 375 * 100vw), 20px);
  }
}

.post_content h2.service-btob-task__title span {
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  font-style: normal;
  color: #D9E8F5;
}
@media screen and (max-width: 750px) {
  .post_content h2.service-btob-task__title span {
    font-size:  min(calc(16 / 375 * 100vw), 16px);
  }
}

.service-btob-task__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top:  min(calc(50 / 1140 * 100vw), 50px);
}
@media screen and (max-width: 750px) {
  .service-btob-task__content {
    flex-direction: column;
    align-items: center;
    margin-top:  min(calc(24 / 375 * 100vw), 24px);
  }
}

.service-btob-task__box {
  border-radius: 8px;
  border: 1px solid #ffffff;
  padding: min(calc(30 / 1140 * 100vw), 30px) min(calc(36 / 1440 * 100vw), 36px);
  text-align: left;
  max-width: min(calc(454 / 1140 * 100vw), 454px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .service-btob-task__box {
    margin-inline: auto;
    max-width:  min(calc(345 / 375 * 100vw), 345px);
    width: 100%;
    padding: min(calc(30 / 375 * 100vw), 30px) min(calc(20 / 375 * 100vw), 20px);
    padding-right: min(calc(10 / 375 * 100vw), 10px);
  }
}

.post_content .service-btob-task__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post_content .service-btob-task__item {
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 750px) {
  .post_content .service-btob-task__item {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}

.service-btob-task__item::before {
  content: "";
  background: url(img/service-icon.png) no-repeat center / contain;
  width: 18px;
  height: 18px;
}

.service-btob-task__item + .service-btob-task__item {
  margin-top: min(calc(10 / 1140 * 100vw), 10px);
}
@media screen and (max-width: 750px) {
  .service-btob-task__item + .service-btob-task__item {
    margin-top: min(calc(14 / 375 * 100vw), 14px);
  }
}

.service-btob-task__illust {
  max-width: min(calc(286 / 1140 * 100vw), 286px);
  margin-left: -65px;
  margin-top: -13px;
}
@media screen and (max-width: 750px) {
  .service-btob-task__illust {
    max-width: min(calc(302 / 375 * 100vw), 302px);
    margin-top: -70px;
  }
}
.service-btob-task__illust img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* -------------------------------------------------
  .service-btob-message
---------------------------------------------------*/
.service-btob-message {
  position: relative;
  overflow: hidden;
  padding-block: min(calc(70 / 1140 * 100vw), 70px);
}

.service-btob-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/service-btob-message-bg.jpg") center/cover no-repeat;
  z-index: -1;
}

.service-btob-message__inner {
  text-align: center;
  display: grid;
  gap: 20px;
}

.post_content p.service-btob-message__text {
  font-weight: 400;
  font-size: min(calc(20 / 1140 * 100vw), 20px);
  line-height: 1.8;
  margin-bottom: 0;
}

.post_content p.service-btob-message__text span {
  font-weight: 700;
  color: #0173B7;

}













/* -------------------------------------------------
  .service-seo-support
---------------------------------------------------*/
.service-seo-support {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
  padding-top: min(calc(83 / 1140 * 100vw), 83px);
}
@media screen and (max-width: 750px) {
  .service-seo-support {
    padding-top: 0;
  }
  .service-seo-support::before  {
    position: absolute;
    display: inline-block;
    content: "";
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(300 / 375 * 100vw), 300px);
    height: min(calc(300 / 375 * 100vw), 300px);
    background: #FFFFFF;
    border-radius: 100%;
    z-index: -1;
  }
}

.post_content h2.service-seo-support__title {
  font-size: min(calc(36 / 1140 * 100vw), 36px);
  font-weight: 700;
  color: #0173b7;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .post_content h2.service-seo-support__title {
    font-size: min(calc(24 / 375 * 100vw), 24px);
    margin-top: -27px;
  }
}

.post_content h2.service-seo-support__title span {
  font-size: min(calc(26 / 1140 * 100vw), 26px);
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .post_content h2.service-seo-support__title span {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}

.post_content .service-seo-support__text {
  position: relative;
  margin-top: min(calc(50 / 1140 * 100vw), 50px);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  font-size: min(calc(24 / 1140 * 100vw), 24px);
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .post_content .service-seo-support__text {
    margin-top: min(calc(30 / 375 * 100vw), 30px);
    font-size: min(calc(18 / 375 * 100vw), 18px);
  }
}

.post_content .service-seo-support__text::before,
.post_content .service-seo-support__text::after {
  position: absolute;
  display: inline-block;
  content:"";
  width:  min(calc(24 / 1140 * 100vw), 24px);
  border: 1px solid #333333;
  bottom:  min(calc(20 / 1140 * 100vw), 20px);
}
.post_content .service-seo-support__text::before {
  left:  -30px;
  transform: rotate(70deg);
}
.post_content .service-seo-support__text::after {
  right:  -30px;
  transform: rotate(-70deg);
}
@media screen and (max-width: 750px) {
  .post_content .service-seo-support__text::before,
  .post_content .service-seo-support__text::after {
    width:  min(calc(60 / 375 * 100vw), 60px);
    border: 1px solid #0173B7;
    bottom:  min(calc(30 / 375 * 100vw), 30px);
  }
  .post_content .service-seo-support__text::before {
    left: -45px;
  }
  .post_content .service-seo-support__text::after {
    right: -45px;
  }
}

.post_content .service-seo-support__text span {
  font-size: min(calc(28 / 1140 * 100vw), 28px);
}
@media screen and (max-width: 750px) {
  .post_content .service-seo-support__text span {
    font-size: min(calc(24 / 375 * 100vw), 24px);
    color: #0173B7;
  }
}

.service-seo-support__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(calc(30 / 1140 * 100vw), 30px);
  margin-top: min(calc(50 / 1140 * 100vw), 50px);
  margin-inline: auto;
  max-width: min(calc(900 / 1140 * 100vw), 900px);
}
@media screen and (max-width: 750px) {
  .service-seo-support__list {
    grid-template-columns: 1fr;
    gap: min(calc(20 / 375 * 100vw), 20px);
    margin-top: min(calc(30 / 375 * 100vw), 30px);
    max-width: min(calc(280 / 375 * 100vw), 280px);
  }
}

.service-seo-support__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: min(calc(18 / 1140 * 100vw), 18px);
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  .service-seo-support__item {
    padding: min(calc(20 / 375 * 100vw), 20px);
  }
}

.service-seo-support__icon {
  width: min(calc(24 / 1140 * 100vw), 24px);
  height: min(calc(24 / 1140 * 100vw), 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .service-seo-support__icon {
    width: min(calc(24 / 375 * 100vw), 24px);
    height: min(calc(24 / 375 * 100vw), 24px);
  }
}

.service-seo-support__icon img {
  max-width: 100%;
  max-height: 100%;
}

.post_content p.service-seo-support__label {
  white-space: nowrap;
  font-size: min(calc(20 / 1140 * 100vw), 20px);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .post_content p.service-seo-support__label {
    font-size: min(calc(18 / 375 * 100vw), 18px);
    line-height: 2.2;
  }
}

.service-seo-support__btn {
  margin-top: min(calc(90 / 1140 * 100vw), 90px);
}
@media screen and (max-width: 750px) {
  .service-seo-support__btn {
    flex-direction: column;
    align-items: center;
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    gap: 20px;
  }
  .service-seo-support__btn .service-btob-fv__button-link {
    width: min(calc(240 / 375 * 100vw), 240px);
    height: min(calc(50 / 375 * 100vw), 50px);
    box-shadow: 0 4px 8px -4px rgba(52, 52, 60, 0.6);
  }
}

/* -------------------------------------------------
  .service-seo-feature
---------------------------------------------------*/
.service-seo-feature__list {
  text-align: center;
  margin-top: min(calc(30 / 1140 * 100vw), 30px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(calc(20 / 1140 * 100vw), 20px);
  max-width: min(calc(1100 / 1140 * 100vw), 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-seo-feature__list {
    margin-top: min(calc(30 / 375 * 100vw), 30px);
    grid-template-columns: repeat(2, 1fr);
    max-width: min(calc(350 / 375 * 100vw), 350px);
    gap: min(calc(20 / 375 * 100vw), 20px) min(calc(10 / 375 * 100vw), 10px);
  }
}

.service-seo-feature__item {
  display: block;
  transition: .3s;
}
@media (any-hover: hover) {
  .service-seo-feature__item:hover .service-seo-feature__box::before,
  .service-seo-feature__item:hover .service-seo-feature__label {
    background: linear-gradient(90deg, #1577a4 0%,  #0b5f8a 50%, #1c4f77 100%);
  }
  .service-seo-feature__item:hover .service-seo-feature__text {
    color: #1c4f77;
  }
}

.service-seo-feature__label {
  display: inline-block;
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.04em;
  border-radius: 100px;
  width: 100%;
  height:28px;
  transition: .3s;
}
@media screen and (max-width: 750px) {
  .service-seo-feature__label {
    font-size: 10px;
    line-height: 2;
    height: 19px;
  }
}

.service-seo-feature__box {
  margin-top: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:  min(calc(16 / 1140 * 100vw), 16px) min(calc(20 / 1140 * 100vw), 20px);
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .service-seo-feature__box {
    height: auto;
    padding:  min(calc(28 / 375 * 100vw), 28px) min(calc(8 / 375 * 100vw), 8px);
  }
}

.service-seo-feature__box::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;
}
@media screen and (max-width: 750px) {
  .service-seo-feature__box::before {
      padding: min(calc(2 / 375 * 100vw), 2px);
  }
}

.post_content p.service-seo-feature__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1140 * 100vw), 20px);
  line-height: 1.6;
  font-weight: 700;
  color: #0173b7;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .post_content p.service-seo-feature__text {
    font-size: min(calc(14 / 375 * 100vw), 14px);
  }
}

.service-seo-feature__details{
  margin-top: min(calc(187 / 1140 * 100vw), 187px);
  display: grid;
  gap: min(calc(100 / 1140 * 100vw), 100px);
  padding-inline:  min(calc(16 / 1140 * 100vw), 16px);
}
@media screen and (max-width: 750px) {
  .service-seo-feature__details{
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    gap: min(calc(50 / 375 * 100vw), 50px);
    padding-inline:  min(calc(16 / 375 * 100vw), 16px);
    max-width: 500px;
    margin-inline: auto;
  }
}

.service-seo-feature-detail{
  scroll-margin-top: min(calc(50 / 1140 * 100vw), 50px);
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail{
    scroll-margin-top: min(calc(50 / 375 * 100vw), 50px);
  }
}

.service-seo-feature-detail__inner{
  position: relative;
  border-radius: 12px;
  padding: min(calc(50 / 1140 * 100vw), 50px);
  background: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail__inner{
    padding: min(calc(30 / 375 * 100vw), 30px) min(calc(18 / 375 * 100vw), 18px);
  }
}

.service-seo-feature-detail__inner.--flex {
  display: flex;
  gap: min(calc(50 / 1140 * 100vw), 50px);
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail__inner.--flex{
    display: block;
  }
}

.service-seo-feature-detail__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;
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail__inner::before {
      padding: min(calc(2 / 375 * 100vw), 2px);
  }
}

.service-seo-feature-detail__label{
  position: absolute;
  display: inline-block;
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.04em;
  border-radius: 100px;
  width: 117px;
  height:28px;
  text-align: center;
}

.service-seo-feature-detail__head{
  font-family: "Noto Sans JP", sans-serif;
  margin-top: min(calc(50 / 1140 * 100vw), 50px);
  display: flex;
  align-items: flex-end;
  gap: min(calc(50 / 1140 * 100vw), 50px);
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail__head{
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    flex-direction: column;
    align-items: flex-start;
    gap: min(calc(30 / 375 * 100vw), 30px);
  }
}

.service-seo-feature-detail__head.--column {
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(30 / 1140 * 100vw), 30px);
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail__head.--column{
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    flex-direction: column;
    gap: min(calc(30 / 375 * 100vw), 30px);
  }
}


.service-seo-feature-detail__body {
  margin-top:  min(calc(37 / 1140 * 100vw), 37px);
}

.post_content h3.service-seo-feature-detail__title{
  flex-shrink: 0;
  font-size: min(calc(36 / 1140 * 100vw), 36px);
  font-weight: 700;
  color: #0173B7;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .post_content h3.service-seo-feature-detail__title{
    font-size: min(calc(22 / 375 * 100vw), 22px);
  }
}

.post_content p.service-seo-feature-detail__lead{
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  line-height: 2;
  color: #3E3E3F;
}
@media screen and (max-width: 750px) {
  .post_content p.service-seo-feature-detail__lead{
    font-size: min(calc(16 / 375 * 100vw), 16px);
  }
}

.service-seo-feature-detail__body.--02 {
  flex-shrink: 0;
  width: min(calc(450 / 1140 * 100vw), 450px);
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .service-seo-feature-detail__body.--02 {
    width: 100%;
  }
}

.post_content .service-seo-feature-detail__body.--02 .service-seo-feature-detail__img img {
  object-fit: contain;
  height: auto !important;
}

.service-seo-feature-detail__img{
  max-width: 1040px;
}

.post_content .service-seo-feature-detail__img img {
  object-fit: contain;
  height: auto !important;
}


/* -------------------------------------------------
  .service-seo-works
---------------------------------------------------*/
.post_content p.service-seo-works__text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: min(calc(18 / 1140 * 100vw), 18px);
  margin-top: min(calc(30 / 1140 * 100vw), 30px);
}
@media screen and (max-width: 750px) {
  .post_content p.service-seo-works__text {
    font-size: min(calc(16 / 375 * 100vw), 16px);
    margin-top: min(calc(30 / 375 * 100vw), 30px);
    line-height: 1.6;
  }
}

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

.service-seo-works__item {
  position: relative;
  background: #fff;
  padding-top: min(calc(10 / 1140 * 100vw), 10px);
  padding-bottom: min(calc(30 / 1140 * 100vw), 30px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .service-seo-works__item {
    padding-block: min(calc(70 / 375 * 100vw), 60px) min(calc(70 / 375 * 100vw), 30px);
  }
}

.service-seo-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-seo-works__label {
  background: linear-gradient(90deg, #1ba7e3 0%, #0e80bf 50%, #276ea5 100%);
  color: #fff;
  padding-inline: 15px 75px;
}

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

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

.service-seo-works__title-wrap {
  font-size: min(calc(51 / 1140 * 100vw), 51px);
  line-height: 1.1;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .service-seo-works__title-wrap {
    font-size: min(calc(20 / 375 * 100vw), 20px);
    line-height: 1.4;
  }
}

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

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

.service-seo-works__number {
  font-size: min(calc(59 / 1140 * 100vw), 59px);
  color: #0173b7;
  margin-left: min(calc(6 / 1140 * 100vw), 6px);
}
@media screen and (max-width: 750px) {
  .service-seo-works__number {
    line-height: 1;
    font-size: min(calc(59 / 375 * 100vw), 59px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}

.service-seo-works__number em {
  font-style: normal;
  font-size: min(calc(106 / 1140 * 100vw), 106px);
  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-seo-works__number em {
    font-size: min(calc(106 / 375 * 100vw), 106px);
    display: inline-block;
    margin-bottom: -6px;
  }
}

@media screen and (max-width: 750px) {
  .service-seo-works__number em.service-seo-works__number-s {
    font-size: min(calc(96 / 375 * 100vw), 96px);
  }
}

.post_content ul.service-seo-works__points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 / 1140 * 100vw), 20px);
  margin-top: min(calc(4 / 1140 * 100vw), 4px);
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .post_content ul.service-seo-works__points  {
    flex-direction: column;
    margin-top: min(calc(30 / 375 * 100vw), 30px);
    gap: min(calc(12 / 375 * 100vw), 12px);
  }
}

.post_content ul.service-seo-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(30 / 1140 * 100vw), 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1140 * 100vw), 16px);
  font-weight: 600;
  line-height: 1.1;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .post_content ul.service-seo-works__points li {
    font-size: min(calc(14 / 375 * 100vw), 14px);
    padding: min(calc(10 / 375 * 100vw), 10px)
             min(calc(20 / 375 * 100vw), 20px);
    gap: min(calc(10 / 375 * 100vw), 10px);
  }
}

.post_content ul.service-seo-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);
}
@media screen and (max-width: 750px) {
  .post_content ul.service-seo-works__points li::before {
    width: min(calc(13 / 375 * 100vw), 13px);
    height: min(calc(13 / 375 * 100vw), 13px);
  }
}

.service-seo-works__btn {
   margin-top: min(calc(100 / 1140 * 100vw), 100px);
}
@media screen and (max-width: 750px) {
  .service-seo-works__btn {
      flex-direction: column;
      align-items: center;
      margin-top: min(calc(100 / 375 * 100vw), 100px);
      gap: 20px;
  }
  .service-seo-works__btn .service-btob-fv__button-link {
    width: min(calc(240 / 375 * 100vw), 240px);
    height: min(calc(50 / 375 * 100vw), 50px);
    box-shadow: 0 4px 8px -4px rgba(52, 52, 60, 0.6);
  }
}

/* -------------------------------------------------
  .service-seo-flow
---------------------------------------------------*/
.service-seo-flow {
  background: linear-gradient(180deg, #ffffff 0%, #f3f6ff 100%);
  padding-bottom: min(calc(50 / 1140 * 100vw), 50px);
}
@media screen and (max-width: 750px) {
  .service-seo-flow {
    padding-bottom: min(calc(30 / 375 * 100vw), 30px);
  }
}

.post_content p.service-seo-flow__text {
  margin-top: 38px;
  margin-bottom: 0;
  font-size: min(calc(24 / 1140 * 100vw), 24px);
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #0173B7;
  position: relative;
  /* padding-bottom: min(calc(40 / 1140 * 100vw), 40px); */
}
.service-seo-flow__text::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: url(./img/process__fukidashi.svg) no-repeat center center / contain;
  width: min(calc(457 / 1140 * 100vw), 457px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 680 / 110;
}
@media screen and (max-width: 750px) {
  .post_content p.service-seo-flow__text {
    margin-top: 22px;
    padding-top: min(calc(14 / 375 * 100vw), 14px);
    font-size: min(calc(18 / 375 * 100vw), 18px);
    padding-bottom: min(calc(13 / 375 * 100vw), 13px);
    line-height: 1.4;
  }
  .service-seo-flow__text::after {
    width: min(calc(250 / 375 * 100vw), 250px);
    aspect-ratio: 250 / 104;
    background: url(./img/process__fukidashi_sp.svg) no-repeat center center / contain;
    top: -5px;
  }
}

.service-seo-flow__img {
  display: block;
  max-width: 904px;
  margin-inline: auto;
}

.service-seo-flow__img img {
  width: 100%;
  aspect-ratio: 904/392;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .service-seo-flow__img img {
    aspect-ratio: 375/167;
  }
}

/* -------------------------------------------------
  .service-seo-price
---------------------------------------------------*/
.service-seo-price {
  margin-top: min(calc(100 / 1140 * 100vw), 100px);
  padding-bottom: min(calc(100 / 1140 * 100vw), 100px);
}
@media screen and (max-width: 750px) {
  .service-seo-price {
    margin-top: min(calc(50 / 375 * 100vw), 50px);
    padding-bottom: min(calc(50 / 375 * 100vw), 50px);
  }
}

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

.service-seo-price__items {
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: min(calc(45 / 1140 * 100vw), 45px);
  max-width: min(calc(1000 / 1140 * 100vw), 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .service-seo-price__items {
    grid-template-columns: 1fr;
    gap: min(calc(49 / 375 * 100vw), 49px);
    max-width: min(calc(290 / 375 * 100vw), 290px);
  }
}

.service-seo-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(17 / 1140 * 100vw), 17px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .service-seo-price__item {
    padding: min(calc(20 / 375 * 100vw), 20px) min(calc(17 / 375 * 100vw), 17px);
  }
}

.service-seo-price__item:not(:first-child):before,
.service-seo-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: -22%;
}
@media screen and (max-width: 750px) {
  .service-seo-price__item:not(:first-child):before,
  .service-seo-price__item:not(:first-child)::after {
    width: min(calc(35 / 375 * 100vw), 35px);
    left: 47%;
  }
}

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

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

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

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

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

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

.post_content p.service-seo-price__item-note {
  position: absolute;
  top: min(calc(12 / 1140 * 100vw), 12px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #494949;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .post_content p.service-seo-price__item-note {
    font-size: 13px;
    position: initial;
    transform: initial;
  }
}

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

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