@charset "utf-8";
/*
Theme Name: original_theme
Author: JOB SOLUTION
Description: original_theme
Version: 1.0
License: GNU General Public License v2 or Later

*/
/*!
 * ress.css  v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */


/* =========================
  Smile Magic Creations / Header + Hero (PC only)
  CSS（smc- 接頭辞）
========================= */

/* Base */
.smc-header,
.smc-hero {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.smc-header *,
.smc-hero * {
  box-sizing: border-box;
}

.smc-header a,
.smc-hero a {
  color: inherit;
  text-decoration: none;
}

/* Header */
.smc-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.smc-header__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.smc-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.smc-header__logo img {
  display: block;
  height: 46px;
  width: auto;
}

.smc-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
}

.smc-nav__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 8px 4px;
  color: #1f1f1f;
}

.smc-nav__link:hover {
  opacity: 0.75;
}

.smc-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a00 0%, #ff4d00 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

a.smc-header__cta{
	color: #fff !important;
}

.smc-header__cta:hover {
  transform: translateY(-1px);
}

/* Hero */
.smc-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 54px;
  background: linear-gradient(90deg, #0b6fb2 0%, #0a86c4 45%, #17a4da 100%);
}

.smc-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.smc-hero::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 26px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cpath d='M32 2l5.6 17.6L56 26l-18.4 6.4L32 50 26.4 32.4 8 26l18.4-6.4L32 2z' fill='%23bfefff'/%3E%3Cpath d='M32 10l3.6 11.2L47 25l-11.4 3.8L32 40l-3.6-11.2L17 25l11.4-3.8L32 10z' fill='%23ffffff' opacity='0.85'/%3E%3C/svg%3E");
}

.smc-hero__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.smc-hero__copy {
  width: 52%;
  min-width: 520px;
  color: #fff;
}

.smc-hero__ttl {
  margin: 0 0 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.12;
  font-size: 52px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

.smc-hero__lead {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.16);
}

.smc-hero__text {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
}

.smc-hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a00 0%, #ff4d00 100%);
  border: 2px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.10), 0 16px 26px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.smc-hero__btn:hover {
  transform: translateY(-1px);
}

.smc-hero__btnText {
  font-size: 15px;
}

.smc-hero__btnArrow {
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.18));
}

.smc-hero__visual {
  width: 48%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.smc-hero__img {
  display: block;
  width: 520px;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}



/* =========================
  Introduction セクション（PCのみ）
========================= */

.smc-intro{
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
  background: #ffffff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.smc-intro *{ box-sizing: border-box; }

.smc-intro__inner{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
	
}

/* 背景のうっすら模様（それっぽく） */
.smc-intro::before{
  content:"";
  position:absolute;
  inset:-120px -140px auto -140px;
  height: 520px;
  pointer-events:none;
 background-image: url("https://auri2.xsrv.jp/kigurumi/wp-content/themes/original_theme/img/contentbg.webp");
}

.smc-intro::after{
  content:"";
  position:absolute;
  inset:auto -140px -140px -140px;
  height: 520px;
  pointer-events:none;
 
}

/* 上の “Introduction” */
.smc-intro__top{
  text-align:center;
  margin-bottom: 20px;
}

.smc-intro__label{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin: 0;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: .02em;
  color: #0d3f66;
  line-height: 1.1;
  position: relative;
  padding: 0 14px;
}

.smc-intro__label::before,
.smc-intro__label::after{
  content:"";
  width: 34px;
  height: 34px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity: .9;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.06));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 3l4.4 13.8L42 22l-13.6 5.2L24 41l-4.4-13.8L6 22l13.6-5.2L24 3z' fill='%239fe4ff'/%3E%3Cpath d='M24 9l2.8 8.8L36 21l-9.2 3.1L24 33l-2.8-8.9L12 21l9.2-3.2L24 9z' fill='%23ffffff' opacity='.85'/%3E%3C/svg%3E");
}

.smc-intro__label::before{ margin-right: 6px; }
.smc-intro__label::after{ margin-left: 6px; }

/* レイアウト */
.smc-intro__grid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 44px;
  margin-top: 10px;
}

.smc-intro__left{
  width: 56%;
  min-width: 620px;
}

.smc-intro__right{
  width: 44%;
  display:flex;
  justify-content:flex-end;
}

/* 見出し */
.smc-intro__ttl{
  margin: 0 0 22px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.35;
  color: #0d3f66;
  text-shadow: 0 2px 0 rgba(255,255,255,.6);
}

/* 文章ボックス */
.smc-intro__box{
  position: relative;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 2px solid rgba(140,220,255,.65);
  box-shadow:
    0 10px 30px rgba(0, 120, 180, .12),
    inset 0 0 0 1px rgba(255,255,255,.7);
  backdrop-filter: blur(4px);
}

.smc-intro__text{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #123a55;
  font-weight: 600;
}

/* 右側：丸フレーム＋中身 */
.smc-intro__circle{
  width: 430px;
  height: 300px;
  border-radius: 999px;
 
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
  overflow:hidden;
}

.smc-intro__circle::before{
  /* キラキラ粒をそれっぽく */
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 35%, rgba(255,215,80,.9) 0 3px, rgba(255,215,80,0) 4px),
    radial-gradient(circle at 28% 25%, rgba(255,120,160,.8) 0 2px, rgba(255,120,160,0) 3px),
    radial-gradient(circle at 65% 30%, rgba(255,215,80,.9) 0 3px, rgba(255,215,80,0) 4px),
    radial-gradient(circle at 80% 45%, rgba(120,210,255,.9) 0 3px, rgba(120,210,255,0) 4px),
    radial-gradient(circle at 72% 65%, rgba(255,120,160,.7) 0 2px, rgba(255,120,160,0) 3px);
  opacity: .9;
}

.smc-intro__circle img{
  width: 92%;
  height: auto;
  display:block;
  position: relative;
  z-index: 1;
}


/* =========================
  Strengths セクション（PCのみ）
========================= */

.smc-strengths{
  position: relative;
  overflow: hidden;
  padding: 72px 0 86px;
  background: #ffffff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.smc-strengths *{ box-sizing: border-box; }

.smc-strengths__inner{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 背景キラキラ（それっぽく） */
.smc-strengths::before{
  content:"";
  position:absolute;
  inset:-120px -160px auto -160px;
  height: 520px;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 30%, rgba(120,200,255,.16) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 18% 26%, rgba(120,200,255,.10) 0 36%, rgba(120,200,255,0) 37%),
    radial-gradient(circle at 86% 30%, rgba(120,200,255,.16) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 80% 26%, rgba(120,200,255,.10) 0 36%, rgba(120,200,255,0) 37%);
}

.smc-strengths::after{
  content:"";
  position:absolute;
  inset:auto -160px -160px -160px;
  height: 520px;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 20%, rgba(120,200,255,.10) 0 18%, rgba(120,200,255,0) 19%),
    radial-gradient(circle at 10% 70%, rgba(120,200,255,.08) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 90% 75%, rgba(120,200,255,.08) 0 22%, rgba(120,200,255,0) 23%);
}

/* 見出し */
.smc-strengths__head{
  text-align: center;
  margin-bottom: 28px;
}

.smc-strengths__label{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: .02em;
  color: #0d3f66;
  line-height: 1.1;
}

.smc-strengths__label::before,
.smc-strengths__label::after{
  content:"";
  width: 32px;
  height: 32px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity: .95;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.06));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 3l4.4 13.8L42 22l-13.6 5.2L24 41l-4.4-13.8L6 22l13.6-5.2L24 3z' fill='%239fe4ff'/%3E%3Cpath d='M24 9l2.8 8.8L36 21l-9.2 3.1L24 33l-2.8-8.9L12 21l9.2-3.2L24 9z' fill='%23ffffff' opacity='.85'/%3E%3C/svg%3E");
}

.smc-strengths__ttl{
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 900;
  color: #0d3f66;
  letter-spacing: .02em;
  line-height: 1.25;
}

.smc-strengths__sub{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(13, 63, 102, .85);
  line-height: 1.6;
}

/* カード3列 */
.smc-strengths__cards{
  display:flex;
  gap: 26px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 26px;
}

.smc-strengths__card{
  position: relative;
  width: calc((100% - 52px) / 3);
  border-radius: 18px;
  padding: 18px 22px 22px;
  border: 2px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
  background: #fff;
}

/* 上の丸いアイコン枠 */
.smc-strengths__icon{
  width: 150px;
  height: 150px;
  border-radius: 999px;
  margin: 0 auto 12px;
  display:flex;
  align-items:center;
  justify-content:center;
 
}

.smc-strengths__icon img{
  width: 130px;
  height: 130px;
  display:block;
  object-fit: contain;
}

/* タイトル */
.smc-strengths__cardTtl{
  margin: 0 0 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  color: #0d3f66;
  letter-spacing: .01em;
}

.smc-strengths__num{
  font-weight: 900;
  margin-right: 6px;
}

/* 本文 */
.smc-strengths__text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: rgba(18, 58, 85, .92);
  font-weight: 650;
}

/* カード色（背景の薄いグラデ＆縁色） */
.smc-strengths__card.is-pink{
  background: linear-gradient(180deg, rgba(255, 230, 238, .75) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(255, 170, 195, .55);
}

.smc-strengths__card.is-blue{
  background: linear-gradient(180deg, rgba(215, 244, 255, .85) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(130, 210, 255, .60);
}

.smc-strengths__card.is-yellow{
  background: linear-gradient(180deg, rgba(255, 247, 210, .90) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(255, 220, 120, .70);
}

/* 上部の淡い光（ふわっと感） */
.smc-strengths__card::before{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  height: 70px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.65) 0, rgba(255,255,255,0) 70%);
  pointer-events:none;
}

/* =========================
  Service Menu セクション（PCのみ）
========================= */

.smc-service{
  position: relative;
  overflow: hidden;
  padding: 76px 0 90px;
  background: #ffffff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.smc-service *{ box-sizing: border-box; }

.smc-service__inner{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 背景の淡いきらめき */
.smc-service::before{
  content:"";
  position:absolute;
  inset:-120px -160px auto -160px;
  height: 520px;
  pointer-events:none;
  /*background:
    radial-gradient(circle at 12% 30%, rgba(120,200,255,.16) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 18% 26%, rgba(120,200,255,.10) 0 36%, rgba(120,200,255,0) 37%),
    radial-gradient(circle at 86% 30%, rgba(120,200,255,.16) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 80% 26%, rgba(120,200,255,.10) 0 36%, rgba(120,200,255,0) 37%);*/
}

.smc-service::after{
  content:"";
  position:absolute;
  inset:auto -160px -160px -160px;
  height: 520px;
  pointer-events:none;
  /* background:
    radial-gradient(circle at 50% 20%, rgba(120,200,255,.10) 0 18%, rgba(120,200,255,0) 19%),
    radial-gradient(circle at 10% 70%, rgba(120,200,255,.08) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 90% 75%, rgba(120,200,255,.08) 0 22%, rgba(120,200,255,0) 23%);*/
}

/* 見出し */
.smc-service__head{
  text-align:center;
  margin-bottom: 30px;
}

.smc-service__label{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: .02em;
  color: #0d3f66;
  line-height: 1.1;
}

.smc-service__label::before,
.smc-service__label::after{
  content:"";
  width: 32px;
  height: 32px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity: .95;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.06));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 3l4.4 13.8L42 22l-13.6 5.2L24 41l-4.4-13.8L6 22l13.6-5.2L24 3z' fill='%239fe4ff'/%3E%3Cpath d='M24 9l2.8 8.8L36 21l-9.2 3.1L24 33l-2.8-8.9L12 21l9.2-3.2L24 9z' fill='%23ffffff' opacity='.85'/%3E%3C/svg%3E");
}

.smc-service__ttl{
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  color: #0d3f66;
  letter-spacing: .02em;
  line-height: 1.25;
}

/* 4カード */
.smc-service__cards{
  display:flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 26px;
}

.smc-service__card{
  position: relative;
  width: calc((100% - 60px) / 4);
  border-radius: 18px;
  padding: 18px 18px 20px;
  border: 2px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
  background: #fff;
}

/* 上部の丸いアイコン枠 */
.smc-service__icon{
  width: 150px;
  height: 150px;
  border-radius: 999px;
  margin: 0 auto 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  
}

.smc-service__icon img{
  width: 130px;
  height: 130px;
  display:block;
  object-fit: contain;
}

/* タイトル */
.smc-service__cardTtl{
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  color: #0d3f66;
  letter-spacing: .01em;
}

/* 本文 */
.smc-service__text{
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(18, 58, 85, .92);
  font-weight: 650;
}

/* カラー */
.smc-service__card.is-pink{
  background: linear-gradient(180deg, rgba(255, 230, 238, .78) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(255, 170, 195, .55);
}

.smc-service__card.is-blue{
  background: linear-gradient(180deg, rgba(215, 244, 255, .88) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(130, 210, 255, .60);
}

.smc-service__card.is-green{
  background: linear-gradient(180deg, rgba(220, 250, 232, .88) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(140, 230, 190, .60);
}

.smc-service__card.is-yellow{
  background: linear-gradient(180deg, rgba(255, 247, 210, .92) 0%, rgba(255,255,255,.92) 45%, rgba(255,255,255,1) 100%);
  border-color: rgba(255, 220, 120, .72);
}

/* 上部の淡い光 */
.smc-service__card::before{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  top: 10px;
  height: 64px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.65) 0, rgba(255,255,255,0) 70%);
  pointer-events:none;
}

/* =========================
  Case Study セクション（PCのみ）
========================= */

.smc-case{
  position: relative;
  overflow: hidden;
  padding: 70px 0 88px;
  background: #ffffff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.smc-case *{ box-sizing: border-box; }

.smc-case__inner{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 背景の淡いきらめき */
.smc-case::before{
  content:"";
  position:absolute;
  inset:-140px -160px auto -160px;
  height: 520px;
  pointer-events:none;
  background:
    radial-gradient(circle at 10% 30%, rgba(120,200,255,.16) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 18% 26%, rgba(120,200,255,.10) 0 36%, rgba(120,200,255,0) 37%),
    radial-gradient(circle at 90% 30%, rgba(120,200,255,.16) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 82% 26%, rgba(120,200,255,.10) 0 36%, rgba(120,200,255,0) 37%);
}

.smc-case::after{
  content:"";
  position:absolute;
  inset:auto -160px -160px -160px;
  height: 520px;
  pointer-events:none;
  background:
    radial-gradient(circle at 55% 15%, rgba(120,200,255,.10) 0 18%, rgba(120,200,255,0) 19%),
    radial-gradient(circle at 8% 75%, rgba(120,200,255,.08) 0 22%, rgba(120,200,255,0) 23%),
    radial-gradient(circle at 92% 75%, rgba(120,200,255,.08) 0 22%, rgba(120,200,255,0) 23%);
}

/* Head */
.smc-case__head{
  text-align:center;
  margin-bottom: 26px;
}

.smc-case__label{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: .02em;
  color: #0d3f66;
  line-height: 1.1;
}

.smc-case__label::before,
.smc-case__label::after{
  content:"";
  width: 32px;
  height: 32px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity: .95;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.06));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 3l4.4 13.8L42 22l-13.6 5.2L24 41l-4.4-13.8L6 22l13.6-5.2L24 3z' fill='%239fe4ff'/%3E%3Cpath d='M24 9l2.8 8.8L36 21l-9.2 3.1L24 33l-2.8-8.9L12 21l9.2-3.2L24 9z' fill='%23ffffff' opacity='.85'/%3E%3C/svg%3E");
}

.smc-case__ttl{
  margin: 0 0 6px;
  font-size: 34px;
  font-weight: 900;
  color: #0d3f66;
  letter-spacing: .02em;
  line-height: 1.25;
}

.smc-case__trophy{
  margin-right: 6px;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.06));
}

.smc-case__sub{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(13, 63, 102, .85);
  line-height: 1.6;
}

/* List */
.smc-case__list{
  display:flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

/* Item */
.smc-case__item{
  display:flex;
  gap: 18px;
  align-items: stretch;
  border-radius: 18px;
  border: 3px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
  background: #fff;
  overflow: hidden;
}

/* 左サムネ */
.smc-case__thumb{
  width: 360px;
  position: relative;
  flex: 0 0 360px;
  overflow:hidden;
}

.smc-case__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

.smc-case__tag{
  position:absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: 13px;
  border-radius: 999px;
  color: #0d3f66;
  background: rgba(255,255,255,.88);
  border: 2px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 18px rgba(0,0,0,.14);
}

/* 右本文 */
.smc-case__body{
  padding: 16px 18px 16px 4px;
  flex: 1;
}

.smc-case__itemTtl{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  color: #0d3f66;
}

.smc-case__dl{
  margin: 0;
}

.smc-case__row{
  display:flex;
  gap: 8px;
  margin-top: 6px;
}

.smc-case__row dt{
  flex: 0 0 auto;
  font-weight: 900;
  color: #0d3f66;
}

.smc-case__row dd{
  margin: 0;
  color: rgba(18, 58, 85, .92);
  font-weight: 650;
  line-height: 1.75;
  font-size: 13.5px;
}

/* Quote（1つ目だけに付ける想定） */
.smc-case__quote{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  border: 2px solid rgba(120, 210, 255, .55);
}

.smc-case__quoteText{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(18, 58, 85, .92);
  font-weight: 700;
}

/* 色バリエーション（枠＋背景トーン） */
.smc-case__item.is-blue{
  border-color: rgba(130, 210, 255, .70);
  background: linear-gradient(180deg, rgba(215, 244, 255, .65) 0%, rgba(255,255,255,.95) 45%, #fff 100%);
}

.smc-case__item.is-pink{
  border-color: rgba(255, 170, 195, .70);
  background: linear-gradient(180deg, rgba(255, 230, 238, .65) 0%, rgba(255,255,255,.95) 45%, #fff 100%);
}

.smc-case__item.is-yellow{
  border-color: rgba(255, 220, 120, .75);
  background: linear-gradient(180deg, rgba(255, 247, 210, .70) 0%, rgba(255,255,255,.95) 45%, #fff 100%);
}

/* タグ色 */
.smc-case__tag.is-blue{ border-color: rgba(130, 210, 255, .8); }
.smc-case__tag.is-pink{ border-color: rgba(255, 170, 195, .8); }
.smc-case__tag.is-yellow{ border-color: rgba(255, 220, 120, .9); }

/* =========================
  Footer（PCのみ）
========================= */

.smc-footer{
  position: relative;
  overflow: hidden;
  padding: 70px 0 26px;
  background: linear-gradient(180deg, #0a6db0 0%, #0a74b7 35%, #0a5f9f 100%);
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #fff;
}

.smc-footer *{ box-sizing: border-box; }

.smc-footer__inner{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 上の淡い帯（画像っぽい雰囲気） */
.smc-footer::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 120px;

  pointer-events:none;
}

/* 右上・左下のキラキラ */
.smc-footer::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.6;
  background:
    radial-gradient(circle at 87% 26%, rgba(255,255,255,.55) 0 12px, rgba(255,255,255,0) 13px),
    radial-gradient(circle at 92% 21%, rgba(255,255,255,.35) 0 6px, rgba(255,255,255,0) 7px),
    radial-gradient(circle at 12% 62%, rgba(255,255,255,.35) 0 10px, rgba(255,255,255,0) 11px),
    radial-gradient(circle at 10% 70%, rgba(255,255,255,.25) 0 6px, rgba(255,255,255,0) 7px),
    radial-gradient(circle at 92% 86%, rgba(255,255,255,.35) 0 10px, rgba(255,255,255,0) 11px);
}

.smc-footer__grid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 60px;
  padding: 24px 0 40px;
}

/* Left */
.smc-footer__left{
  width: 62%;
  min-width: 640px;
}

.smc-footer__logoBox{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 320px;
  max-width: 100%;
  padding: 26px 34px;
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  border: 1px solid rgba(0,0,0,.10);
}

.smc-footer__logo{
  display:block;
  width: 320px;
  max-width: 100%;
  height: auto;
}

.smc-footer__info{
  margin-top: 18px;
  text-shadow: 0 2px 0 rgba(0,0,0,.20);
}

.smc-footer__company{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .01em;
}

.smc-footer__line{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .01em;
}

/* Right menu */
.smc-footer__nav{
  width: 38%;
  display:flex;
  justify-content:flex-end;
  padding-top: 26px;
}

.smc-footer__menu{
  list-style:none;
  margin: 0;
  padding: 0;
  display:flex;
  flex-direction: column;
  gap: 20px;
}

.smc-footer__link{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .02em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 0 rgba(0,0,0,.20);
}

.smc-footer__link:hover{ opacity: .8; }

.smc-footer__mail{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0,0,0,.12);
  box-shadow: 0 10px 18px rgba(0,0,0,.16);
  transform: translateY(2px);
}

/* Copy */
.smc-footer__copy{
  margin: 0;
  text-align:center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 0 rgba(0,0,0,.18);
}



@media (max-width: 1024px) {
/* 共通コンテナ余白を少し詰める */
.smc-header__inner,
.smc-hero__inner,
.smc-intro__inner,
.smc-strengths__inner,
.smc-service__inner,
.smc-case__inner,
.smc-footer__inner {
width: calc(100% - 32px);
}

/* Hero */
.smc-hero__ttl { font-size: 44px; }
.smc-hero__lead { font-size: 22px; }
.smc-hero__img { width: 460px; }

/* Introduction */
.smc-intro__left { min-width: 0; width: 58%; }
.smc-intro__right { width: 42%; }
.smc-intro__circle { width: 380px; height: 270px; }

/* Footer */
.smc-footer__left { min-width: 0; }
.smc-footer__link { font-size: 18px; }
}

@media (max-width: 768px) {
/* Header */
.smc-header__inner {
height: auto;
padding: 14px 0;
flex-wrap: wrap;
gap: 12px;
}

.smc-header__logo img {
height: 40px;
}

.smc-nav {
width: 100%;
order: 3;
gap: 14px;
justify-content: flex-start;
flex-wrap: wrap;
}

.smc-nav__link {
font-size: 13px;
padding: 6px 2px;
}

.smc-header__cta {
order: 2;
margin-left: auto;
height: 38px;
padding: 0 14px;
font-size: 13px;
}

/* Hero */
.smc-hero {
padding: 28px 0 34px;
}

.smc-hero__inner {
flex-direction: column;
align-items: flex-start;
gap: 18px;
}

.smc-hero__copy {
width: 100%;
min-width: 0;
}

.smc-hero__ttl {
font-size: 34px;
line-height: 1.18;
margin-bottom: 10px;
}

.smc-hero__lead {
font-size: 18px;
margin-bottom: 10px;
}

.smc-hero__text {
font-size: 14px;
max-width: 100%;
margin-bottom: 16px;
}

.smc-hero__btn {
height: 52px;
padding: 0 18px;
}

.smc-hero__btnText {
font-size: 14px;
}

.smc-hero__visual {
width: 100%;
justify-content: center;
}

.smc-hero__img {
width: min(420px, 100%);
}

/* Introduction */
.smc-intro {
padding: 46px 0 56px;
}

.smc-intro__label {
font-size: 32px;
}

.smc-intro__ttl {
font-size: 24px;
margin-bottom: 16px;
}

.smc-intro__grid {
flex-direction: column;
gap: 18px;
}

.smc-intro__left,
.smc-intro__right {
width: 100%;
min-width: 0;
}

.smc-intro__box {
padding: 16px 16px;
border-radius: 16px;
}

.smc-intro__text {
font-size: 14px;
}

.smc-intro__circle {
width: 100%;
height: auto;
aspect-ratio: 430 / 300;
max-width: 520px;
margin: 0 auto;
}

.smc-intro::before {
inset: -80px -80px auto -80px;
height: 380px;
background-size: cover;
background-position: center;
}

/* Strengths */
.smc-strengths {
padding: 50px 0 60px;
}

.smc-strengths__label { font-size: 32px; }
.smc-strengths__ttl { font-size: 26px; }

.smc-strengths__cards {
flex-direction: column;
gap: 16px;
margin-top: 18px;
}

.smc-strengths__card {
width: 100%;
padding: 16px 16px 18px;
}

.smc-strengths__icon {
width: 120px;
height: 120px;
}

.smc-strengths__icon img {
width: 104px;
height: 104px;
}

.smc-strengths__cardTtl {
font-size: 17px;
}

.smc-strengths__text {
font-size: 13.5px;
}

/* Service */
.smc-service {
padding: 52px 0 64px;
}

.smc-service__label { font-size: 32px; }
.smc-service__ttl { font-size: 26px; }

.smc-service__cards {
flex-wrap: wrap;
gap: 14px;
margin-top: 18px;
}

.smc-service__card {
width: calc((100% - 14px) / 2);
padding: 16px 14px 18px;
}

.smc-service__icon {
width: 120px;
height: 120px;
}

.smc-service__icon img {
width: 104px;
height: 104px;
}

.smc-service__cardTtl {
font-size: 16px;
}

.smc-service__text {
font-size: 13px;
}

/* Case Study */
.smc-case {
padding: 50px 0 64px;
}

.smc-case__label { font-size: 32px; }
.smc-case__ttl { font-size: 26px; }

.smc-case__list {
gap: 14px;
margin-top: 18px;
}

.smc-case__item {
flex-direction: column;
}

.smc-case__thumb {
width: 100%;
flex: 0 0 auto;
aspect-ratio: 16 / 9;
}

.smc-case__body {
padding: 14px 14px 16px;
}

.smc-case__itemTtl {
font-size: 16px;
}

.smc-case__row dd {
font-size: 13.5px;
}

.smc-case__quoteText {
font-size: 13.5px;
}

/* Footer */
.smc-footer {
padding: 46px 0 22px;
}

.smc-footer__grid {
flex-direction: column;
gap: 24px;
padding: 10px 0 26px;
}

.smc-footer__left,
.smc-footer__nav {
width: 100%;
min-width: 0;
}

.smc-footer__logoBox {
width: 100%;
padding: 18px 16px;
}

.smc-footer__logo {
width: min(420px, 100%);
}

.smc-footer__company {
font-size: 20px;
}

.smc-footer__line {
font-size: 16px;
}

.smc-footer__nav {
justify-content: flex-start;
padding-top: 0;
}

.smc-footer__link {
font-size: 20px;
}

.smc-footer__mail {
width: 32px;
height: 32px;
}
}

@media (max-width: 520px) {
/* Serviceは1列に落とす */
.smc-service__card {
width: 100%;
}

/* Hero文字さらに少しだけ詰める */
.smc-hero__ttl { font-size: 30px; }
.smc-hero__lead { font-size: 17px; }
}

/* =========================
  Mobile Hamburger Menu
========================= */

.smc-burger { display: none; }

/* 768px以下でPCナビを隠してハンバーガー表示 */
@media (max-width: 768px) {
  .smc-nav { display: none; }
  .smc-header__cta { display: none; }

  .smc-burger{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 18px rgba(0,0,0,.12);
    cursor: pointer;
  }

  .smc-burger__bar{
    display:block;
    width: 20px;
    height: 2px;
    background: #1f1f1f;
    border-radius: 999px;
    position: relative;
  }
  .smc-burger__bar + .smc-burger__bar{ margin-top: 5px; }
}

/* モバイルメニュー本体 */
.smc-mobile{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.smc-mobile.is-open{ display:block; }

.smc-mobile__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
}

.smc-mobile__panel{
  position:absolute;
  top: 10px;
  right: 10px;
  width: min(360px, calc(100% - 20px));
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  border: 1px solid rgba(0,0,0,.10);
  overflow: hidden;
  transform: translateY(-6px);
}

.smc-mobile__head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.smc-mobile__title{
  font-weight: 900;
  color:#0d3f66;
  letter-spacing: .02em;
}
.smc-mobile__close{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.95);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.smc-mobile__nav{
  padding: 10px 12px 14px;
  display:flex;
  flex-direction: column;
  gap: 6px;
}
.smc-mobile__link{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 12px 12px;
  border-radius: 14px;
  font-weight: 900;
  color:#123a55;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(245,250,255,.8);
}
.smc-mobile__link:hover{ opacity:.85; }

.smc-mobile__link.is-cta{
  color: #fff;
  border: 0;
  background: linear-gradient(180deg, #ff8a00 0%, #ff4d00 100%);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

@media (max-width: 768px) {
  /* 三本線を縦に並べる（←ここが重要） */
  .smc-burger{
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 18px rgba(0,0,0,.12);
    cursor: pointer;

    margin-left: auto; /* 右寄せを安定 */
  }

  .smc-burger__bar{
    display:block;
    width: 20px;
    height: 2px;
    background: #1f1f1f;
    border-radius: 999px;
  }

  /* 以前の margin-top 指定がある場合は無効化 */
  .smc-burger__bar + .smc-burger__bar{ margin-top: 0; }
}

