@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 2.12.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.c-gnav>.menu-item>a {
    color: #18567b;
}
.c-gnav .sub-menu a {
    font-size: 15px;
    width: 100%;
	color: #18567b;
}
/*メイン画像*/
.p-mainVisual.-margin-on {
  padding: 40px;
	background: #e1f2fd;
}
.top #content {
	margin-bottom: 0;
    padding-top: 0;
}

/*キャッチコピー*/
h2.wp-block-heading.is-style-section_ttl.title {
  position: relative;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(
    90deg,
    #6fe7f2 0%,
    #2fc1d6 25%,
    #18577b 55%,
    #0b3a52 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: keep-all;
  margin-bottom: 0;
	margin-top: 0;
}


/*キャッチコピー下*/
p.has-text-align-center.sub_title {
font-size: clamp(16px, 2.6vw, 20px);
font-weight: bold;
	line-height: 2;
word-break: auto-phrase;
margin-bottom: 20px;
}

/*見出し h2*/
h2.heading {
    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 4vw, 50px);
	font-weight: 700;
	line-height: 1;
	margin: 0;
	margin-bottom: 70px;
	
	small.mininote {
    line-height: 1;
    padding-top: 0;
		letter-spacing: 0.4rem;
}
}
@media (max-width: 599px) {
	h2.heading {
		margin-bottom: 40px;
	}
}

/*フッター*/
.l-footer {
    color: #ffffff;
    background: linear-gradient(90deg, #6fe7f2 0%, #2fc1d6 25%, #18577b 55%, #0b3a52 100%);
}
.footer-branch-list {
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.footer-branch-card {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 87, 123, 0.08);
}

.footer-branch-card__area {
  position: relative;
  margin: 0 0 8px;
padding-left: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #18577b;
}

.footer-branch-card__area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 50%, #18577b 100%);
}

.footer-branch-card__address {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
}

@media (max-width: 900px) {
  .footer-branch-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .footer-branch-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .footer-branch-card {
    padding: 14px 16px;
    border-radius: 14px;
  }
}


/*PC　メニュー*/
.c-gnav>.menu-item:hover>.sub-menu {
    width: 165px;
}
/*SP 下部追従メニュー*/
#fix_bottom_menu .menu_list{
	overflow: hidden;
}
li.menu-item.menu_btn {
    display: none;
}
#fix_bottom_menu .menu-item a{
	padding: 10% 0;
	color: #fff;
}

#fix_bottom_menu .menu-item:nth-child(2) a{
	background: #248aa6;
}

#fix_bottom_menu .menu-item:nth-child(3) a{
	background: #00B853;
}
/*SP 下部追従メニュー END*/

/*SP ハンバーガーメニュー*/
.c-listMenu a {
    font-size: 15px;
}
.c-listMenu .children a, .c-listMenu .sub-menu a {
    font-size: 15px;
}

/*アイコンサークル*/
.business-diagram {
  padding: clamp(40px, 6vw, 100px) 20px;
  overflow: hidden;
}

.business-diagram__inner {
  position: relative;
  width: min(100%, 900px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.business-diagram__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  height: 92%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at center, #bfeafb 0%, #2d7295 38%, #185c7e 68%, #033a58 100%);
  box-shadow:
    inset 0 0 80px rgba(255, 255, 255, 0.05),
    0 0 40px rgba(24, 87, 123, 0.15);
  z-index: 0;
}

.business-diagram__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.business-diagram__ring--outer {
  width: 92%;
  height: 92%;
  border: 2px solid rgba(74, 219, 255, 0.85);
  box-shadow: 0 0 20px rgba(74, 219, 255, 0.18);
  z-index: 1;
}

.business-diagram__ring--middle {
  width: 72%;
  height: 72%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.business-diagram__ring--inner {
  width: 52%;
  height: 52%;
  background: rgba(255, 255, 255, 0.14);
  z-index: 1;
}

.business-diagram__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #43e0f0 0%, #21bdd7 42%, #18577b 100%);
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.08),
    0 0 30px rgba(67, 224, 240, 0.25),
    0 20px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 3;
  animation: centerPulse 5s ease-in-out infinite;
}

.business-diagram__center img {
  display: block;
  width: 77%;
  height: auto;
  max-width: 100%;
}

.business-diagram__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.business-diagram__node {
  width: 100%;
  height: 100%;
border: 2px solid #92b9d0;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7fbfd 0%, #e8f2f7 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3%;
  padding: 12%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-diagram__node:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.18),
    0 16px 32px rgba(0, 0, 0, 0.2);
}

.business-diagram__icon {
  width: 53%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-diagram__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.business-diagram__label {
  margin: 0;
  color: #18577b;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.business-diagram__label span {
  display: block;
  font-size: clamp(10px, 1.2vw, 13px);
  margin-top: 3px;
}

.business-diagram__item--01 {
  top: 10%;
  left: 50%;
  animation: float1 4.8s ease-in-out infinite;
}

.business-diagram__item--02 {
  top: 35%;
  left: 85%;
  animation: float2 5.2s ease-in-out infinite;
}

.business-diagram__item--03 {
  top: 84%;
  left: 72%;
  animation: float3 4.6s ease-in-out infinite;
}

.business-diagram__item--04 {
  top: 84%;
  left: 28%;
  animation: float4 5.4s ease-in-out infinite;
}

.business-diagram__item--05 {
  top: 35%;
  left: 15%;
  animation: float5 4.9s ease-in-out infinite;
}

@keyframes centerPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 0 12px rgba(255, 255, 255, 0.08),
      0 0 30px rgba(67, 224, 240, 0.25),
      0 20px 40px rgba(0, 0, 0, 0.18);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.03);
    box-shadow:
      0 0 0 12px rgba(255, 255, 255, 0.1),
      0 0 46px rgba(67, 224, 240, 0.38),
      0 20px 40px rgba(0, 0, 0, 0.2);
  }
}

@keyframes float1 {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-10px); }
}

@keyframes float2 {
  0%, 100% { transform: translate(-50%, -50%) translate(0, 0); }
  50% { transform: translate(-50%, -50%) translate(8px, -8px); }
}

@keyframes float3 {
  0%, 100% { transform: translate(-50%, -50%) translate(0, 0); }
  50% { transform: translate(-50%, -50%) translate(6px, 8px); }
}

@keyframes float4 {
  0%, 100% { transform: translate(-50%, -50%) translate(0, 0); }
  50% { transform: translate(-50%, -50%) translate(-6px, 8px); }
}

@keyframes float5 {
  0%, 100% { transform: translate(-50%, -50%) translate(0, 0); }
  50% { transform: translate(-50%, -50%) translate(-8px, -8px); }
}

@media (max-width: 767px) {
  .business-diagram__inner {
    width: min(100%, 560px);
  }

  .business-diagram__bg,
  .business-diagram__ring--outer {
    width: 96%;
    height: 96%;
  }

  .business-diagram__ring--middle {
    width: 76%;
    height: 76%;
  }

  .business-diagram__ring--inner {
    width: 56%;
    height: 56%;
  }

  .business-diagram__center {
    width: 35%;
  }

  .business-diagram__item {
    width: 36%;
  }

  .business-diagram__label {
    font-size: clamp(12px, 2.6vw, 15px);
  }

  .business-diagram__label span {
    font-size: clamp(9px, 2vw, 12px);
	  margin-top: 3px;
  }
}
.business-diagram__ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.business-diagram__ripple::before,
.business-diagram__ripple::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
}

.business-diagram__ripple--outer {
  width: 92%;
  height: 92%;
}
.business-diagram__ripple::before,
.business-diagram__ripple::after {
  box-shadow: 0 0 12px rgba(74, 219, 255, 0.18);
}
.business-diagram__ripple--outer::before,
.business-diagram__ripple--outer::after {
  border: 2px solid rgba(74, 219, 255, 0.18);
  animation: rippleOuter 7.5s ease-out infinite;
}

.business-diagram__ripple--middle::before,
.business-diagram__ripple--middle::after {
  border: 2px solid rgba(74, 219, 255, 0.26);
  animation: rippleMiddle 6s ease-out infinite;
}

.business-diagram__ripple--inner::before,
.business-diagram__ripple--inner::after {
  border: 2px solid rgba(74, 219, 255, 0.38);
  animation: rippleInner 5s ease-out infinite;
}

.business-diagram__ripple--outer::after {
  animation-delay: 3.75s;
}

.business-diagram__ripple--middle {
  width: 72%;
  height: 72%;
}

.business-diagram__ripple--middle::after {
  animation-delay: 3s;
}

.business-diagram__ripple--inner {
  width: 52%;
  height: 52%;
}

.business-diagram__ripple--inner::after {
  animation-delay: 2.5s;
}

@keyframes rippleOuter {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  70% {
    transform: scale(1.12);
    opacity: 0.12;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

@keyframes rippleMiddle {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  70% {
    transform: scale(1.16);
    opacity: 0.16;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes rippleInner {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.38);
    opacity: 0;
  }
}


/*円まわり*/
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.orbit--outer {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(127, 230, 255, 48%);
  animation: orbitRotate 20s linear infinite;
}
.orbit__dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #7fe6ff;
  box-shadow:
    0 0 10px rgba(127, 230, 255, 0.9),
    0 0 20px rgba(127, 230, 255, 0.5);
}
.orbit__dot--2 {
  top: auto;
  bottom: -10px;
}
@keyframes orbitRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*アイコンサークル END*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/* =========================
   共通
========================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #212529;
  border-radius: 0.5rem;
}

/* CTA */

.cta {
  background: linear-gradient(90deg, #6fe7f2 0%, #2fc1d6 25%, #18577b 55%, #0b3a52 100%);
  padding: 80px 20px;
}

.cta-inner {
  background: #eee;
  border-radius: 20px;
  padding: 60px 40px;
  margin: 0 auto;
  position: relative;
}

/* バッジ */
.cta-badge {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #f7df72;
    color: #e5482a;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 34px;
    min-width: 140px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.cta-badge::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  background: #f7df72;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: rotate(15deg);
}

/* 上部テキスト */
.cta-header {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 30px;
}

.cta-sub {
  color: #e5482a;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.6;
  display: inline-block;
  border-bottom: 2px wavy #e5482a;
  padding-bottom: 6px;
}

h2.cta-title {
  background: none;
  margin: 0;
	padding: 0;
  color: #e5482a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

h2.cta-title::before {
  display: none;
}

/* CTAエリア */
.cta-box-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.cta-box {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding-top: 10px;
}

/* 吹き出し */
.cta-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
background: linear-gradient(90deg, #6fe7f2 0%, #2fc1d6 25%, #18577b 55%, #0b3a52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 0;
  border-radius: 0;
  position: static;
  white-space: normal;
}

.cta-label::before,
.cta-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #39667f;
  transform: rotate(55deg);
  flex-shrink: 0;
}

.cta-label::after {
  transform: rotate(-55deg);
}
/* ボタンラップ */
.cta .btn-wrap {
  margin: 0;
}

/* CTAボタン */
.cta a.btn-c {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 2.2rem 3rem 2rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #ff8a00 0%, #ff5a00 100%);
  border-radius: 1.4rem;
  box-shadow: 0 7px 0 #d94c00;
}

/* ボタン内1行目 */
.cta a.btn-c span {
  position: static;
  display: block;
  width: auto;
  margin: 0 0 0.8rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  border: none;
  background: none;
  box-shadow: none;
}

a.btn.btn-c.btn-line {
    background: linear-gradient(135deg, #06C755 0%, #00a944 100%);
    box-shadow: 0 7px 0 #008a38;
}
a.btn.btn-c.btn-line:hover {
	background: linear-gradient(135deg, #06C755 0%, #00a944 100%);
	transform: translateY(3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* 矢印 */
.cta a.btn-c i {
  margin-left: 1.2rem;
	padding-bottom: 5px;
  font-size: 2rem;
  vertical-align: middle;
}

/* hover */
.cta a.btn-c:hover {
  transform: translateY(3px);
  color: #fff;
  background: linear-gradient(135deg, #ff8a00 0%, #ff5a00 100%);
  box-shadow: 0 3px 0 #d94c00;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {
  .cta {
    padding: 60px 16px;
  }

  .cta-inner {
    padding: 50px 20px 30px;
    border-radius: 16px;
  }

  .cta-badge {
    top: -42px;
    font-size: 2rem;
    min-width: 110px;
    padding: 26px 18px;
  }

  .cta-header {
    margin-bottom: 25px;
    padding-top: 20px;
  }

.cta-sub {
        font-size: 1.6rem;
        margin: 0 0 6px;
    }

h2.cta-title {
        font-size: 2rem;
        word-break: keep-all;
        letter-spacing: 0.1rem;
        line-height: 1.5;
    }

  .cta-box-wrap {
    flex-direction: column;
    gap: 26px;
  }

  .cta-box {
    max-width: 100%;
  }

  .cta-label {
	  gap: 5px;
    font-size: 12px;
    white-space: normal;
    width: 100%;
    text-align: center;
  }

.cta a.btn-c {
        font-size: 1.5rem;
        padding: 1.4rem 2rem;
    }

  .cta a.btn-c span {
    font-size: 1.3rem;
  }

  .cta a.btn-c i {
    font-size: 1.7rem;
    margin-left: 0.8rem;
	  padding-bottom: 4px;
  }
}

/*CTA END*/

/* =========================
   事業一覧 タイル型
========================= */

.service-tiles {
  width: 100%;
}

.service-tiles__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}


/* =========================
   共通タイル
========================= */

.service-tile {
  position: relative;
  overflow: hidden;

  aspect-ratio: 1 / 1;
  border-radius: 22px;
  padding: 15px;

  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  min-width: 0;

  text-decoration: none;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 4px 12px rgba(0,0,0,0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* hover 浮き上がり */
.service-tile:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 45px rgba(0,0,0,0.14),
    0 8px 20px rgba(0,0,0,0.08);
}


/* =========================
   暗くするオーバーレイ
========================= */

a.service-tile::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(8, 20, 32, 0);

  transition: 0.35s ease;

  z-index: 2;
}


/* =========================
   詳しく見るボタン
========================= */

a.service-tile::after {
  content: "詳しく見る";

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);

  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;
  height: 58px;
  padding: 0 30px;

  border-radius: 999px;

  background: rgba(255,255,255,0.96);

  color: #18577b;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;

  box-shadow:
    0 10px 24px rgba(0,0,0,0.18),
    0 2px 6px rgba(0,0,0,0.08);

  opacity: 0;

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;

  pointer-events: none;
}


/* hover時 */

a.service-tile:hover::before {
  background: rgba(8, 20, 32, 0.32);
}

a.service-tile:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


/* hover時 中身を少しぼかす */

a.service-tile img,
a.service-tile h3,
a.service-tile .service-tile__text,
a.service-tile .service-tile__list {
  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
}

a.service-tile:hover img,
a.service-tile:hover h3,
a.service-tile:hover .service-tile__text,
a.service-tile:hover .service-tile__list {
  transform: scale(0.985);
  opacity: 0.82;
}


/* =========================
   画像
========================= */

.service-tile img {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1 / 1;

  filter:
    drop-shadow(0 5px 12px rgba(0,0,0,0.16));
}


/* =========================
   タイトル
========================= */

.service-tile h3 {
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 800;
  color: #fff;

  margin: 0 0 10px;
  padding: 0;

  letter-spacing: 0.04em;

  text-shadow:
    0 3px 10px rgba(0,0,0,0.25),
    0 1px 2px rgba(0,0,0,0.2);

  position: relative;
  z-index: 1;
}

.service-tile h3::before {
  display: none;
}


/* =========================
   説明ボックス
========================= */

.service-tile p {
  font-size: clamp(22px, 2vw, 18px);
  font-weight: 700;

  color: #444;
  line-height: 1.5;

  margin-bottom: 10px;
  padding: 8px 12px;

  background: rgba(255,255,255,0.96);

  border-radius: 10px;

  width: 100%;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 4px 10px rgba(0,0,0,0.08);

  position: relative;
  z-index: 1;
}


/* =========================
   リスト
========================= */

.service-tile__list {
  padding-left: 20px;
  margin: 0;

  list-style: disc !important;

  position: relative;
  z-index: 1;
}

.service-tile__list li {
  font-size: 16px;
  font-weight: 700;

  color: #fff;

  text-align: left;
  line-height: 1.8;

  margin: 0;

  text-shadow:
    0 2px 6px rgba(0,0,0,0.2);
}


/* =========================
   カラーバリエーション
========================= */

.service-tile--01 {
  background:
    linear-gradient(135deg,
      #63d7e3 0%,
      #1c90b8 42%,
      #0b3a52 100%);
}

.service-tile--02 {
  background:
    linear-gradient(135deg,
      #d9eef7 0%,
      #88bfd4 45%,
      #356f8f 100%);
}

.service-tile--03 {
  background:
    linear-gradient(135deg,
      #dff4ff 0%,
      #7fc8e8 45%,
      #2d82b4 100%);
}

.service-tile--04 {
  background:
    linear-gradient(135deg,
      #d8f6f4 0%,
      #5fc3c9 45%,
      #1d7c8d 100%);
}

.service-tile--05 {
  background:
    linear-gradient(135deg,
      #e7ecfb 0%,
      #9fb4e6 45%,
      #4d679d 100%);
}


/* =========================
   コピータイル
========================= */

.service-tile--message {
  background: none;
  text-align: left;
  align-items: flex-start;

  box-shadow: none;

  pointer-events: none;
}

.service-tile--message:hover {
  transform: none;
  box-shadow: none;
}

.service-tile--message p {
  background: none;
  box-shadow: none;

  color: #555;

  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 800;

  line-height: 2;

  padding: 0;
}

.service-tile__message {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.7;
}

.service-tile__message span {
  background:
    linear-gradient(
      90deg,
      #6fe7f2 0%,
      #2fc1d6 25%,
      #18577b 55%,
      #0b3a52 100%
    );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* =========================
   タブレット
========================= */

@media (max-width: 1080px) {

  .service-tiles__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-tile img {
    max-width: 130px;
  }
}


/* =========================
   SP
========================= */

@media (max-width: 680px) {

  .service-tiles__inner {
    grid-template-columns: 1fr;
  }

  .service-tile {
    aspect-ratio: auto;
    padding: 28px;
  }

  .service-tile--message {
    align-items: center;
    text-align: center;
  }

  .service-tile--message p {
    line-height: 1.8;
  }

  .service-tile h3 {
    font-size: 28px;
  }

  .service-tile p {
    font-size: 22px;
  }

  .service-tile__list li {
    font-size: 15px;
  }

  a.service-tile::before {
    background: rgba(8, 20, 32, 0);
  }

  a.service-tile::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    min-width: 150px;
    height: 50px;

    font-size: 15px;
  }
	  a.service-tile:active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}



/*弊社の強み*/
.strengths_contents .swell-block-columns__inner {
    background: #3a7699bf;
    border-radius: 20px;
    padding: 15px 10px;
	.swell-block-column.swl-has-mb--s {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
}
.strengths_contents .swell-block-column.swl-has-mb--s:first-child {
  margin-left: 0 !important;
}
.strengths_contents {
  position: relative;
  overflow: visible;
}

.strengths_contents::before {
    position: absolute;
    top: -20px;
    right: 10px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(48px, 9vw, 100px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #17577b;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

/* 番号 */
.strength-card--01::before { content: "01"; }
.strength-card--02::before { content: "02"; }
.strength-card--03::before { content: "03"; }
.strength-card--04::before { content: "04"; }
.strength-card--05::before { content: "05"; }

@media (max-width:599px) {
	.strengths_contents .swell-block-columns__inner {
	h3 {
		margin-bottom: 5px;
	}
		p {
			font-size: 14px;
		}
}
	.strengths_contents::before {
    left: 10px;
}
}
/*弊社の強み END*/

/* =========================
   グループ会社
========================= */

.group h4 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 27px;
  font-size: 24px;
  font-weight: 700;
  color: #18567b;
  line-height: 1.5;
	border-left: none;
}

.group h4::before {
  content: "";
  position: absolute;
  left: 0;
top: 15px;
    width: 20px;
    height: 20px;
  border-radius: 4px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 50%, #18577b 100%);
}

.group h4 span {
  font-size: 3rem;
  color: #3494a2;
}

.group p {
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.group .swell-block-column.swl-has-mb--s {
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.06),
    0 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  overflow: hidden;
  padding: 10px 20px 20px;
}

/* =========================
   詳細リンク
========================= */

.detail-link-box {
  margin-top: 28px;
}

.detail-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fcfe 0%, #eef7fb 100%);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 10px 20px rgba(11, 58, 82, 0.05);
  text-decoration: none;
  transition: 0.25s ease;
}

.detail-link::before {
  content: "";
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6fe7f2 0%, #2fc1d6 50%, #18577b 100%);
  flex-shrink: 0;
}

.detail-link__label {
  font-size: 17px;
  font-weight: 700;
  color: #18577b;
  white-space: nowrap;
}

.detail-link__url {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #2f9eb5;
  letter-spacing: 0.04em;
}

.detail-link__arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2fc1d6 0%, #18577b 100%);
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.detail-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(11, 58, 82, 0.08);
}


/* =========================
   エンジェルラグーン事業内リスト
========================= */

.group-simple-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.group-simple-list .detail-link-box {
  margin-top: 15px;
}

.group-simple-list li {
  position: relative;
  margin: 20px 0 14px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

.group-simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 50%, #18577b 100%);
}

.group-simple-list li span {
  display: flex;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
color: #19557b;
}


/* =========================
   レスポンシブ
========================= */

@media (max-width: 767px) {
  .group h4 {
    font-size: 20px;
    padding-left: 24px;
  }

  .group h4::before {
    width: 14px;
    height: 14px;
  }

  .group p {
    font-size: 14px;
    line-height: 1.9;
  }

  .detail-link {
    gap: 12px;
    padding: 14px 16px;
  }

  .detail-link__label {
    font-size: 15px;
  }

  .detail-link__url {
    font-size: 12px;
  }

  .detail-link__arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .group-simple-list li {
    font-size: 13px;
  }

  .group-simple-list li span {
    font-size: 16px;
  }
}

/*お悩み*/
.onayami-title {
  text-align: center;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #18577b;
  position: relative;
}

/* 下線アクセント */
.onayami-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #ffb347 0%, #ff6a00 100%);
}
.onayami .wp-block-image {
    margin-bottom: 0;
}
.onayami p.has-text-align-center.onayami_txt {
    padding: 50px 20px 20px;
    background: #ffffff;
    border: 2px solid #00426e;
    border-radius: 20px;
	margin: -35px auto 0;
}
.onayami ul.wp-block-list.is-style-triangle_list.onayami_li li {
	margin: 15px 0;
	font-weight: 500;
}
@media (max-width: 500px) {
.onayami ul.wp-block-list.is-style-triangle_list.onayami_li {
	padding: 20px 30px;
    width: 100%;
}
}

.onayami-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 16px;
  max-width: 1100px;
  margin: 28px auto 0;
}

.onayami-item {
  position: relative;
  min-width: 220px;
  padding: 14px 18px 14px 42px;
  border: 2px solid #1c5f89;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
	animation: onayamiFloat 4.5s ease-in-out infinite;
}
@keyframes onayamiFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.onayami-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ffe4bd 0%, #f06502 100%);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .onayami-list {
    gap: 12px;
    margin-top: 20px;
  }

  .onayami-item {
    width: 100%;
    min-width: 0;
    padding: 13px 16px 13px 40px;
    font-size: 14px;
  }
}


/*お問い合わせ*/
.wpcf7 {
    width: 100%;
    max-width: 700px;
    margin: auto;
	
	label {
    font-weight: 500;
		color: #555;
}
}
input.wpcf7-form-control {
    width: 100%;
	border-radius: 5px;
	background-color: #f7fcff;
	border: 1px solid #98b7ca;
}
textarea.wpcf7-form-control {
    width: 100%;
	border-radius: 5px;
}
.wpcf7 textarea {
    background-color: #f7fcff;
	border: 1px solid #98b7ca;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin: 20px auto 0;
	padding: 10px 24px;
	border: none;
	background: linear-gradient(135deg, #2fc1d6 0%, #18577b 100%);
	border-radius: 1.4rem;
	box-shadow: 0 7px 0 #0f3f57;
	transition: 0.2s;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	transform: translateY(3px);
	color: #fff;
	background: linear-gradient(135deg, #2fc1d6 0%, #18577b 100%);
	box-shadow: 0 3px 0 #0f3f57;
}
.contact-sub-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 10px auto 0;
    max-width: 700px;
}

.contact-sub-button {
  flex: 1 1 0;
  min-height: 78px;
  padding: 14px 18px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-sub-button:hover {
  transform: translateY(3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #fff;
}

.contact-sub-button__label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
	letter-spacing: 0.2rem;
}

.contact-sub-button__sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.95;
	font-weight: bold;
    letter-spacing: 0.2rem;
}

.contact-sub-button--line {
  background: linear-gradient(135deg, #06C755 0%, #00a944 100%);
  box-shadow: 0 7px 0 #008a38;
}

.contact-sub-button--line:hover {
  box-shadow: 0 3px 0 #008a38;
}

.contact-sub-button--tel {
  background: linear-gradient(135deg, #3a7bd5 0%, #1e4f7a 100%);
  box-shadow: 0 7px 0 #153a59;
}

.contact-sub-button--tel:hover {
  box-shadow: 0 3px 0 #153a59;
}
.contact-sub-button__icon {
  font-size: 22px;
  margin-bottom: 6px;
}

i.fab.fa-line, i.fas.fa-phone {
    margin-right: 8px;
}
.contact-lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 60px auto 20px;
  color: #18577b;
}

.contact-lead strong {
  font-weight: 700;
  color: #0b3a52;
}

@media (max-width: 767px) {
  .contact-sub-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .contact-sub-button {
    max-width: 100%;
    min-height: 72px;
  }

  .contact-sub-button__label {
    font-size: 16px;
  }
}

/*固定ページ　事業５つ*/
p.service_top_txt {
    text-align: center;
    margin: 40px auto;
    font-weight: 500;
	span {
    font-size: 2rem;
    color: #2fc0d5;
}
}

h3.wp-block-heading.is-style-section_ttl.contents_title {
    width: fit-content;
    font-size: clamp(22px, 3vw, 32px);
    background: linear-gradient(90deg, #6fe7f2 0%, #2fc1d6 25%, #18577b 55%, #0b3a52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
}

/*サービス①〜③*/
h3.service-heading {
  text-align: center;
  margin: 0 0 50px;
}
h3.service-heading::before {
display: none;
}

/* 上のSERVICEラベル */
.service-heading__num {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 60%, #18577b 100%);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

/* メインタイトル */
.service-heading__title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #18577b;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  padding-bottom: 16px;
}

/* 下のライン */
.service-heading__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6fe7f2, #2fc1d6, #18577b);
}

/* SP */
@media (max-width: 767px) {
  .service-heading {
    margin-bottom: 36px;
  }

  .service-heading__title {
    font-size: 22px;
  }

  .service-heading__num {
    font-size: 11px;
    padding: 5px 12px;
  }
}

.post_content ul {
list-style: none;
padding-left: 0;
}

.service-detail-block {
  max-width: 1100px;
  margin: 0 auto;
}

.service-detail-grid {
  display: grid;
  gap: 22px;
}

.service-detail-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* カード */
.service-detail-card {
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.07);
}

/* 英語ラベル */
.service-detail-label {
  margin: 0 0 4px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #2fc1d6;
}

/* 見出し（テーマリセット込み） */
.service-detail-card h3 {
  all: unset;
  display: block;
  position: relative;
  padding-left: 16px;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #18577b;
}

/* 左のライン */
.service-detail-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg, #6fe7f2, #2fc1d6, #18577b);
}

/* タグ */
.service-detail-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-detail-tags li {
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8fcfe, #eef7fb);
  border: 1px solid rgba(24, 87, 123, 0.07);
  font-size: 13px;
  color: #18577b;
  font-weight: 700;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .service-detail-grid--3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .service-detail-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .service-detail-card h3 {
    font-size: 18px;
  }

  .service-detail-tags li {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.service-match-intro__list {
width: fit-content;
  margin: 0 auto 18px;
  padding: 0;
  list-style: none;
  display: flex;
gap: 10px;
}

.service-match-intro__list li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(18px, 3vw, 23px);
  color: #18577b;
  font-weight: 700;
}

.service-match-intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: linear-gradient(135deg, #ffe4bd 0%, #f06502 100%);
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 760px) {
	.service-match-intro__list li {
    padding-left: 15px;
}
}


p.service_other_txt {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;

span {
    font-size: 18px;
    font-weight: bold;
    color: #4abcd4;
}
}


/*マッチング事例*/
.case-band-title {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    font-size: 15px;
    color: #18567b;
    margin: auto;
    padding: 5px;
    border: 3px solid #158aa2;
    border-radius: 30px;
    background: #ebfdff;
}
.case-band-title h3 {
padding: 0;
}
.case-band-title h3::before {
display: none;
}
.problem-solution-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

/* カード */
.problem-solution-card {
  width: 100%;
max-width: 320px;
  display: flex;
  flex-direction: column;
}

/* 上段 */
.problem-solution-card__top {
  position: relative;
  padding: 28px 20px;
  border: 2px solid #3c3c3c;
  border-radius: 20px 20px 0 0;
  background: #ffead7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 下段 */
.problem-solution-card__bottom {
  position: relative;
  padding: 22px 18px;
  border: 3px solid #138ba2;
  border-radius: 0 0 20px 20px;
  background: #ebfcff;
}

/* 吹き出し三角 */
.problem-solution-card__arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 22px solid #3c3c3c;
}

/* ラベル（お悩み / 提案） */
.problem-solution-card__badge {
  position: absolute;
  top: -15px;
  left: 16px;
  padding: 4px 10px;
  font-size: 12px;
letter-spacing: 0.2rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #edc891 0%, #f06502 100%);
  border-radius: 999px;
}

/* 下段ラベル */
.problem-solution-card__badge--bottom {
background: linear-gradient(90deg, #68b2b9 0%, #1096a9 25%, #18577b 55%, #0b3a52 100%);
}

/* テキスト */
.problem-solution-card__top-text {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
}

.problem-solution-card__bottom-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  color: #333;
}

/* SP */
@media (max-width: 767px) {
  .problem-solution-card {
    width: 100%;
    max-width: 420px;
  }

  .problem-solution-card__top {
    padding: 22px 16px;
    border-width: 2px;
  }

  .problem-solution-card__bottom {
    padding: 18px 14px;
    border-width: 2px;
  }

  .problem-solution-card__top-text {
    font-size: 16px;
  }

  .problem-solution-card__bottom-text {
    font-size: 14px;
  }
}

/*CTA*/
.service-cta-consult {
  text-align: center;
  margin: 28px auto 0;
}

.service-cta-consult__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
width: 100%;
    max-width: 680px;
    padding: 16px 28px;
    background: linear-gradient(135deg, #2fc1d6 0%, #18577b 100%);
    border-radius: 1.4rem;
    box-shadow: 0 7px 0 #0f3f57;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.service-cta-consult__btn:hover {
  transform: translateY(3px);
background: linear-gradient(135deg, #2fc1d6 0%, #18577b 100%);
    box-shadow: 0 3px 0 #0f3f57;
  color: #fff;
  opacity: 0.98;
}

i.fa-solid.fa-caret-right {
    font-size: 19px;
    margin-left: 5px;
}

@media (max-width: 767px) {
  .service-cta-consult {
    margin-top: 22px;
  }

  .service-cta-consult__btn {
    width: 100%;
    min-width: 0;
    padding: 15px 18px;
    font-size: 14px;
  }
}

/*SNS内製化研修*/
.detail-card {
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.07);
}

/* 英語ラベル */
.detail-card__label {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #6aaec5;
  font-weight: 600;
}

/* タイトル */
h3.detail-card__title {
  all: unset;
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #18577b;
}

h3.detail-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg, #6fe7f2, #2fc1d6, #18577b);
}

/* タグ */
.detail-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-card__tags li {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 16px;
letter-spacing: 0.1rem;
  background: rgba(47, 193, 214, 0.12);
  color: #18577b;
  font-weight: 600;
}

/* SP */
@media (max-width: 767px) {
h3.detail-card__title {
font-size: 20px;
}
  .detail-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .detail-card__title {
    font-size: 18px;
  }

.detail-card__tags {
  gap: 7px;
}

  .detail-card__tags li {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/*料金*/
/* 料金 */
.price-list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.price-item {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 10px 20px rgba(11, 58, 82, 0.05);
}

/* 項目名 */
.price-item__name {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #18577b;
}

/* 項目名と金額の間の点線 */
.price-item__name::after {
  content: "";
  flex: 1;
  margin: 0 12px;
  border-bottom: 1px dotted rgba(24, 87, 123, 0.3);
}
p.price-item__name span {
    display: block;
    font-size: 12px;
}

/* 金額 */
.price-item__price {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #0b3a52;
  text-align: right;
}

.price-item__price span {
  font-size: 12px;
  font-weight: 600;
  color: #6aaec5;
  margin-left: 6px;
}
@media (max-width: 760px) {
		.price-item__price span.sp_br {
	display: block;
}
}
/* SP */
@media (max-width: 600px) {
  .price-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px;
  }

  .price-item__name {
font-size: 15px;
    width: 100%;
justify-content: center;
    color: #fff;
    background: #18577b;
    padding: 3px;
    border-radius: 8px;
  }

  .price-item__name::after {
    display: none;
  }

  .price-item__price {
    text-align: center;
margin: auto;
    font-size: 20px;
  }
}

/*強み*/
.strength-grid {
  max-width: 900px;
  margin: 40px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.strength-grid__item {
  width: calc(33.333% - 14px);
  padding: 22px 18px;
  border-radius: 16px;
  background: #ffffffcc;
  border: 1px solid rgba(24,87,123,0.08);
  box-shadow: 0 8px 18px rgba(11,58,82,0.05);
  text-align: center;
  position: relative;
}

/* 下線アクセント */
.strength-grid__item::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #6fe7f2, #2fc1d6);
  border-radius: 2px;
}

.strength-grid__item p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #18577b;
}

/* タブレット */
@media (max-width: 1024px) {
  .strength-grid__item {
    width: calc(50% - 10px);
  }
}

/* SP */
@media (max-width: 767px) {
  .strength-grid {
    gap: 10px;
    margin: 30px auto 40px;
  }

  .strength-grid__item {
    width: 45%;
    padding: 18px 16px;
  }

  .strength-grid__item p {
    font-size: 14px;
  }
}

.labor-support-card {
  max-width: 10100px;
  margin: 0 auto;
  padding: 28px 32px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(24,87,123,0.08);
  box-shadow: 0 12px 28px rgba(11,58,82,0.06);
}

/* リスト */
.labor-support-list {
margin: 0 auto;
  max-width: 520px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

/* 各項目 */
.labor-support-list li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 600;
  color: #18577b;
  width: calc(50% - 14px);
}

/* 青い四角 */
.labor-support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: linear-gradient(135deg, #6fe7f2 0%, #18577b 100%);
}

/* SP */
@media (max-width: 767px) {
  .labor-support-card {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .labor-support-list {
    gap: 10px;
  }

  .labor-support-list li {
    width: 100%;
    font-size: 16px;
  }
}

/* =========================
   比較ブロック
========================= */

.compare-block {
  max-width: 1000px;
  margin: 0 auto;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

/* =========================
   矢印（元デザイン＋サイズ調整）
========================= */

.compare-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;   /* ← 小さく */
  height: 42px;  /* ← 小さく */
  border-radius: 50%;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 45%, #18577b 100%);
  color: #fff;
  font-size: 18px; /* ← 小さく */
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(47, 193, 214, 0.18);
}

/* =========================
   カード共通
========================= */

.compare-card {
  padding: 26px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.06);
}

.compare-card__label {
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #2fc1d6;
}

h3.compare-card__title {
  all: unset;
  display: block;
  position: relative;
  padding-left: 16px;
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #18577b;
}

h3.compare-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg, #6fe7f2 0%, #2fc1d6 45%, #18577b 100%);
}

.compare-card__content {
  display: grid;
  gap: 14px;
}

.compare-card__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fcfe 0%, #eef7fb 100%);
  border: 1px solid rgba(24, 87, 123, 0.06);
}

.compare-card__name,
.compare-card__value,
.compare-card__total-label,
.compare-card__total-value,
.compare-card__note {
  margin: 0;
}

.compare-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #18577b;
}

.compare-card__value {
  font-size: 20px;
  font-weight: 800;
  color: #0b3a52;
  text-align: right;
  white-space: nowrap;
}

/* =========================
   合計
========================= */

.compare-card__total {
  padding: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(111,231,242,0.14) 0%, rgba(47,193,214,0.12) 100%);
  border: 1px solid rgba(47, 193, 214, 0.18);
  text-align: center;
}

.compare-card__total-label {
  font-size: 14px;
  font-weight: 700;
  color: #18577b;
  margin-bottom: 6px;
}

.compare-card__total-value {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  background: linear-gradient(90deg, #6fe7f2 0%, #2fc1d6 25%, #18577b 55%, #0b3a52 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compare-card__note {
  font-size: 16px;
  line-height: 1.7;
  color: #6a7f8d;
  text-align: right;
}

/* =========================
   通常（グレー化）
========================= */

.compare-card--normal {
  background: #f5f7f9;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: none;
}

.compare-card--normal h3.compare-card__title {
  color: #576065;
  font-size: 16px;
  line-height: 36px;
}

.compare-card--normal h3.compare-card__title::before {
  height: 28px;
}

.compare-card--normal .compare-card__item {
  background: #eef2f5;
  border: 1px solid rgba(0,0,0,0.03);
}

.compare-card--normal .compare-card__name {
  color: #576065;
}

.compare-card--normal .compare-card__value {
  color: #4f5f69;
}

.compare-card--normal .compare-card__label {
  color: #a0b0ba;
}

/* =========================
   Next Navi（強調）
========================= */

.compare-card--nextnavi {
  border-color: rgba(47, 193, 214, 0.22);
  box-shadow: 0 18px 32px rgba(11, 58, 82, 0.08);
  transform: translateY(-4px);
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 767px) {
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  /* 矢印を下向きに */
  .compare-arrow span {
    text-indent: -9999px;
    position: relative;
  }

  .compare-arrow span::before {
    content: "↓";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    color: #fff;
    font-size: 14px;
  }

  .compare-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  h3.compare-card__title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .compare-card--normal h3.compare-card__title {
    font-size: 15px;
    line-height: 1.7;
  }

  .compare-card__item {
    padding: 12px 14px;
  }

  .compare-card__name {
    font-size: 14px;
  }

  .compare-card__value {
    font-size: 18px;
  }

  .compare-card__total-value {
    font-size: 24px;
  }

.compare-card__note {
        text-align: right;
        font-size: 15px;
    }
}

/*ステップ*/
.step-flow {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.step-flow__item {
  position: relative;
  flex: 1;
  padding: 26px 18px 13px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.06);
  text-align: center;
}

.step-flow__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(47,193,214,0.25);
}

.step-flow__text {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  color: #18577b;
}

.step-flow__text span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #6a7f8d;
}

.step-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2fc1d6;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .step-flow {
    flex-direction: column;
    gap: 15px;
  }

  .step-flow__arrow {
    transform: rotate(90deg);
  }

  .step-flow__item {
    padding: 32px 16px 20px;
    border-radius: 18px;
  }

  .step-flow__text {
    font-size: 15px;
  }

  .step-flow__text span {
    font-size: 13px;
  }
}

/*シミュレーション*/
.simulation-block {
  max-width: 1000px;
  margin: 0 auto;
}

.simulation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.simulation-card {
  padding: 26px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.06);
}

.simulation-card__label {
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #2fc1d6;
}

h3.simulation-card__title {
  all: unset;
  display: block;
  position: relative;
  padding-left: 16px;
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #18577b;
}

h3.simulation-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg, #6fe7f2 0%, #2fc1d6 45%, #18577b 100%);
}

.simulation-card__section {
  padding: 18px 16px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fcfe 0%, #eef7fb 100%);
  border: 1px solid rgba(24, 87, 123, 0.06);
}

.simulation-card__name,
.simulation-card__formula,
.simulation-card__amount,
.simulation-card__total-label,
.simulation-card__total-value,
.simulation-note {
  margin: 0;
}

.simulation-card__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #18577b;
  margin-bottom: 10px;
}

.simulation-card__name span {
  font-size: 13px;
  font-weight: 600;
  color: #6a7f8d;
  margin-left: 6px;
}

.simulation-card__calc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.simulation-card__formula {
  font-size: 16px;
  line-height: 1.8;
  color: #445;
}

.simulation-card__amount {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: #155071;
  white-space: nowrap;
}

.simulation-card__total {
  margin-top: 10px;
  padding: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(111,231,242,0.14) 0%, rgba(47,193,214,0.12) 100%);
  border: 1px solid rgba(47, 193, 214, 0.18);
  text-align: center;
}

.simulation-card__total-label {
  font-size: 14px;
  font-weight: 700;
  color: #18577b;
  margin-bottom: 6px;
}

.simulation-card__total-value {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  background: linear-gradient(90deg, #6fe7f2 0%, #2fc1d6 25%, #18577b 55%, #0b3a52 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.simulation-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #6a7f8d;
  text-align: right;
}

@media (max-width: 767px) {
  .simulation-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .simulation-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  h3.simulation-card__title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .simulation-card__section {
    padding: 14px;
    border-radius: 16px;
  }

  .simulation-card__name {
    font-size: 15px;
  }

  .simulation-card__calc {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .simulation-card__formula {
    font-size: 14px;
  }

  .simulation-card__amount {
    font-size: 20px;
    white-space: normal;
  }

  .simulation-card__total-value {
    font-size: 26px;
  }

  .simulation-note {
    text-align: left;
    font-size: 12px;
  }
}

/*h4*/
/* タイトル全体 */
h4.contents-title {
  margin: 0 0 20px;
  border: none;
  text-align: center;
}

.contents-title__inner {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #18577b;
}

.contents-title__inner::before,
.contents-title__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 50%, #18577b 100%);
}

/* 左 */
.contents-title__inner::before {
  left: 0;
}

/* 右 */
.contents-title__inner::after {
  right: 0;
}

/*ステップ(grid)*/
.step-guide-grid {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px 14px;
}

.step-guide-card {
  position: relative;
  flex: 0 0 calc(22% - 14px);
  padding: 34px 18px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 87, 123, 0.08);
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.06);
  text-align: center;
}

.step-guide-card__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(47, 193, 214, 0.25);
  white-space: nowrap;
}

.step-guide-card__text {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  color: #18577b;
}

.step-guide-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #2fc1d6;
  line-height: 1;
}

.step-guide-break {
  flex-basis: 100%;
  height: 0;
}
/* PCのみ：STEP05の左に矢印追加 */
@media (min-width: 1025px) {
  .step-guide-card:nth-of-type(9)::before {
    content: "→";
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    color: #2fc1d6;
  }
}
/* タブレット：2カラム */
@media (max-width: 1024px) {
  .step-guide-grid {
    gap: 18px;
  }

  .step-guide-card {
    flex: 0 0 calc(50% - 9px);
  }

  .step-guide-arrow,
  .step-guide-break {
    display: none;
  }
}

/* SP：1カラム */
@media (max-width: 767px) {
  .step-guide-grid {
    margin-top: 44px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .step-guide-card {
    flex: none;
    width: 100%;
    padding: 32px 16px 20px;
    border-radius: 18px;
  }

  .step-guide-card__label {
    font-size: 10px;
    padding: 6px 12px;
  }

  .step-guide-card__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .step-guide-arrow {
    display: flex;
    flex: none;
    width: 100%;
    font-size: 18px;
    transform: rotate(90deg);
  }

  .step-guide-break {
    display: none;
  }
}

.sales-price-example {
  margin-top: 16px;
}
.sales-price-example__label {
    width: fit-content;
    margin: 0 auto 6px;
    padding: 3px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #2fc1d6;
    border-radius: 20px;
}
.sales-price-example__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.8;
}

.sales-price-example__before {
  font-weight: 700;
  color: #576065;
}

.sales-price-example__arrow {
  font-size: 16px;
  font-weight: 700;
  color: #2fc1d6;
}

.sales-price-example__after {
  font-weight: 800;
  color: #0b3a52;
}

/* SP */
@media (max-width: 767px) {
  .sales-price-example__item {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
  }
}

.job-table-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

table.job-table {
  width: 100%;
max-width: 800px;
margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 87, 123, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(11, 58, 82, 0.06);
}

.job-table tr:first-child th {
  border-top-left-radius: 22px;
}

.job-table tr:first-child td {
  border-top-right-radius: 22px;
}

.job-table tr:last-child th {
  border-bottom-left-radius: 22px;
}

.job-table tr:last-child td {
  border-bottom-right-radius: 22px;
}

.job-table th,
.job-table td {
  padding: 22px 24px;
  vertical-align: top;
  text-align: left;
  line-height: 1.9;
  border-bottom: 1px solid rgba(24, 87, 123, 0.08);
}

.job-table tr:last-child th,
.job-table tr:last-child td {
  border-bottom: none;
}

.job-table th {
  width: 24%;
  min-width: 150px;
  font-size: 16px;
  font-weight: 700;
  color: #18577b;
  background: linear-gradient(135deg, #f8fcfe 0%, #eef7fb 100%);
  position: relative;
}

.job-table th::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.2em;
  margin-right: 10px;
  vertical-align: -0.15em;
  border-radius: 999px;
  background: linear-gradient(180deg, #6fe7f2 0%, #2fc1d6 50%, #18577b 100%);
}

.job-table td {
  font-size: 15px;
  font-weight: 500;
  color: #334;
  background: #fff;
}

@media (max-width: 767px) {
  table.job-table,
  .job-table tbody,
  .job-table tr,
  .job-table th,
  .job-table td {
    display: block;
    width: 100%;
  }

  .job-table {
    border-radius: 18px;
  }

  .job-table tr {
    border-bottom: 1px solid rgba(24, 87, 123, 0.08);
  }

  .job-table tr:last-child {
    border-bottom: none;
  }

  .job-table th,
  .job-table td {
    border-bottom: none;
    padding: 14px 16px;
  }

  .job-table th {
    min-width: 0;
    font-size: 15px;
    padding-bottom: 8px;
  }

  .job-table td {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 16px;
  }
}

/* =========================
   その他の事業
========================= */

.related-services__inner {
  margin: 0 auto;
}

.related-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.related-service-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  padding: 18px 14px;
  text-align: center;
  text-decoration: none;
  color: inherit;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 4px 12px rgba(0,0,0,0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.related-service-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 45px rgba(0,0,0,0.14),
    0 8px 20px rgba(0,0,0,0.08);
}

/* hover overlay */
.related-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 32, 0);
  transition: 0.35s ease;
  z-index: 2;
}

.related-service-card::after {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;

  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 150px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  color: #18577b;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;

  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.7),
    inset 0 -2px 4px rgba(0,0,0,0.05),
    0 6px 16px rgba(0,0,0,0.10);

  transition: 0.35s ease;
  pointer-events: none;
}

.related-service-card:hover::before {
  background: rgba(8, 20, 32, 0.28);
}

.related-service-card:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.related-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: clamp(22px, 1.7vw, 26px);
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  text-shadow:
    0 3px 10px rgba(0,0,0,0.25),
    0 1px 2px rgba(0,0,0,0.2);
}

.related-service-card h3::before {
  display: none;
}

.related-service-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90px;
  aspect-ratio: 1 / 1;
  display: block;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,0.16));
}

.related-service-card p {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 5px 0 0;
  padding: 7px 8px;
  border-radius: 8px;
  background: rgba(255,255,255,0.96);
  color: #444;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

/* カラー */
.related-service-card--01 {
  background: linear-gradient(135deg, #63d7e3 0%, #1c90b8 42%, #0b3a52 100%);
}

.related-service-card--02 {
  background: linear-gradient(135deg, #d9eef7 0%, #88bfd4 45%, #356f8f 100%);
}

.related-service-card--03 {
  background: linear-gradient(135deg, #dff4ff 0%, #7fc8e8 45%, #2d82b4 100%);
}

.related-service-card--04 {
  background: linear-gradient(135deg, #d8f6f4 0%, #5fc3c9 45%, #1d7c8d 100%);
}

.related-service-card--05 {
  background: linear-gradient(135deg, #e7ecfb 0%, #9fb4e6 45%, #4d679d 100%);
}

/* =========================
   その他の事業 リスト
========================= */

.related-service-card__list {
  position: relative;
  z-index: 1;
width: fit-content;
  margin: 5px 0 0;
  padding-left: 18px;

  list-style: disc !important;
}

.related-service-card__list li {
  margin: 0;

  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;

  text-align: left;

  text-shadow:
    0 2px 6px rgba(0,0,0,0.18);
}

/* タブレット */
@media (max-width: 1080px) {
  .related-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-service-card img {
    max-width: 110px;
  }
}

/* SP */
@media (max-width: 680px) {
  .related-services {
    padding: 10px 0;
  }

  .related-services__grid {
    grid-template-columns: 1fr;
  }

  .related-service-card {
    aspect-ratio: auto;
    padding: 28px 22px;
  }

  .related-service-card::after {
    opacity: 0;
  }
	.related-service-card__list li {
  font-size: 15px;
}
}


/*格闘家・スポーツ支援事業*/
/* =========================
   SNS発信力強化カード
========================= */

.sns-promotion{
  margin-top: 80px;
}

.sns-promotion__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sns-promotion__card{
  display: flex;
  align-items: center;
  gap: 24px;

  background: #f5fbfd;
  border-radius: 28px;
  padding: 24px;

  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: .4s ease;
}

.sns-promotion__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.1);
}

.sns-promotion__image{
  width: 42%;
  flex-shrink: 0;
}

.sns-promotion__image img{
  width: 100%;
  aspect-ratio: 1 / 1;

  object-fit: cover;
  border-radius: 22px;

  display: block;

  transition: .5s ease;
}

.sns-promotion__card:hover img{
  transform: scale(1.04);
}

.sns-promotion__content{
  flex: 1;
}

.sns-promotion__label{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 170px;
  height: 52px;
  padding: 0 28px;

  border-radius: 999px;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;

  margin-bottom: 22px;
}

.sns-promotion__card h3{
  font-size: 20px;
  line-height: 1.4;
  color: #18577b;
  margin: 0 0 18px;
}

.sns-promotion__card p{
  font-size: 15px;
  line-height: 2;
  color: #333;
}


/* TikTok */
.sns-promotion__card--tiktok .sns-promotion__label{
  background: linear-gradient(135deg,#27f4f3,#111,#ff5c8a);
}

/* Instagram */
.sns-promotion__card--instagram .sns-promotion__label{
  background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
}

/* YouTube */
.sns-promotion__card--youtube .sns-promotion__label{
  background: linear-gradient(135deg,#ff0000,#c40000);
}

/* Short Movie */
.sns-promotion__card--movie .sns-promotion__label{
  background: linear-gradient(135deg,#65e7f2,#18577b);
}


@media (max-width: 1024px){

  .sns-promotion__grid{
    grid-template-columns: 1fr;
  }

}


@media (max-width: 767px){

  .sns-promotion__card{
    flex-direction: column;
    align-items: flex-start;

    padding: 20px;
    gap: 20px;
  }

  .sns-promotion__image{
width: 100%;
  }
.sns-promotion__image img {
    aspect-ratio: 2 / 1;
}

  .sns-promotion__card h3{
    font-size: 18px;
  }

  .sns-promotion__card p{
    font-size: 14px;
    line-height: 1.5;
  }

  .sns-promotion__label{
    min-width: auto;
    width: 100%;
height: 40px;
    font-size: 14px;
  }
}


.service_top_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
justify-content: center;
}

.service_top_list li {
  position: relative;
  padding: 12px 20px 12px 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #f4fcff 100%);
  border: 1px solid rgba(47, 193, 214, 0.14);

  color: #18577b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;

  box-shadow:
    0 4px 12px rgba(24, 87, 123, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.service_top_list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 10px;
  height: 10px;
  border-radius: 50%;

  background: linear-gradient(135deg, #6fe7f2 0%, #2fc1d6 55%, #18577b 100%);

  box-shadow:
    0 0 0 4px rgba(111, 231, 242, 0.12);
}

/* SP */
@media (max-width: 767px) {

  .service_top_list {
    gap: 10px;
    margin: 22px 0;
  }

  .service_top_list li {
    width: 100%;
    font-size: 14px;
    padding: 11px 18px 11px 40px;
  }
}

