/*
 Theme Name:   Swell Child
 Template:     swell
 Description:  Swellの子テーマ
 Version:      1.0.0
*/
p {
  line-height: 1.7;
  letter-spacing: .05em;
	  font-weight: 700
}
a {
  font-weight: 700;
  text-decoration: none;
	color: #333
}
a:hover {
  text-decoration: none
}
.br-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
.l-header {
  position: fixed;
  box-shadow:none
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px ;
}

h1.c-headLogo.-img {
  margin-right: auto;
  border: none;
}
h1.c-headLogo a span {
  font-size: 11px;
  padding-left: 16px;
  letter-spacing: .03em;
  color: #000000;
}
.-img .c-headLogo__link{
  display: flex;
  align-items: center;
}
h1.c-headLogo img.c-headLogo__img{
    width: 187px;
    height: auto;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px; /* SNSとお問い合わせボタンの間隔 */
  margin-left: auto;
}
#main_visual {
  padding-top: 78px
}
.breadcrumb {
  margin: auto;
  max-width: 1080px;
  text-align: left;
  padding: 10px 0 0;
  font-size: 13px;
  overflow: hidden;
  color: #333;
}
.breadcrumb a {
  color: #333;
  text-decoration: underline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.breadcrumb a:hover {
  color: #000;
  text-decoration: none;
}
.page-main {
  padding-top: 22px
}
.l-content {
  margin-bottom: 0;
}
/* ロゴ */
.header-logo {
  margin-right: auto; /* 左側に寄せる */
}
/* 右側コンテンツ（テキスト、SNS、ボタンをまとめる） */
.header-right {
  display: flex;
  align-items: center;
}
/* テキスト */
.header-txt {
  font-size: 11px;
  margin-right: 15px; /* SNSリンクとの間隔 */
  text-align: right;
}
/* SNSリンク */
.header-sns a {
  margin-left: 10px;
  display: inline-block;
  padding-top: 6px
}
.header-sns img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}
.header-sns a:hover img {
  transform: scale(1.1);
}
/* お問い合わせボタン */
.header-contact {
  display: flex;
  align-items: center;
  margin-left: 15px; /* SNSリンクとの間隔 */
}
.contact-btn {
  position: relative;
  display: inline-flex;
  width: 117px;   /* ← メニューと同じ */
  height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* SVG */
.contact-btn img {
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.15s ease;
}

/* 通常 */
.contact-btn .is-hover {
  opacity: 0;
}

/* hover */
.contact-btn:hover .is-default {
  opacity: 0;
}

.contact-btn:hover .is-hover {
  opacity: 1;
}




.global-nav {
  display: flex;
  justify-content: center;
  margin: 0
}
.global-nav li {
  position: relative;
}
/* 各ナビゲーションのリンク設定 */
.c-gnav > .menu-item > a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
  padding: 0 20px;
}
.c-gnav > .menu-item > a:after, .c-gnav > li:hover > a::after, .c-gnav > .-current > a::after {
  bottom: -16px;
}
.c-gnav a::after {
  height: 4px;
  background: #8CC21E
}
.global-nav li.current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 4px; /* 線の太さ */
  background-color: #8CC21E;
  transform: none;
}
.c-gnav li.current-menu-item a::after {
  transform: none;
}


.menu {
  display: flex;
}
.menu-item {
  position: relative;
  width: 213px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 背景 */
.menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #231814;
  opacity: 0;
  transition: opacity 0.18s ease-out;
  z-index: 1;
}

/* hover / current */
.menu-item:hover::before,
.is-current .menu-item::before {
  opacity: 1;
}

.menu-item img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 20px;
}
.menu-item {
  position: relative;
  width: 213px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 背景フェード */
.menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #231814;
  opacity: 0;
  transition: opacity 0.18s ease;
  z-index: 1;
}

.menu-item:hover::before {
  opacity: 1;
}

/* SVG */
.menu-item img {
  position: absolute;
  z-index: 2;
  transition: opacity 0.15s ease;
}

/* 通常 */
.menu-item .is-hover {
  opacity: 0;
}

/* hover時に白 */
.menu-item:hover .is-default {
  opacity: 0;
}

.menu-item:hover .is-hover {
  opacity: 1;
}
ul.menu li{
  margin-bottom:0
}

.-frame-on .p-breadcrumb {
  max-width: 1200px;
  margin: 0 auto
}
.p-breadcrumb__list {
  font-size: 13px !important
}
a.p-breadcrumb__text {
  text-decoration: underline
}
span.__home.icon-home:before {
  display: none
}
.bg, #sec-news {
  background: #fefaf1;
  display: block;
}
.l-container {
  max-width: 100% !important;
  padding: 0
}
.top #content {
  padding: 0;
}
.inner {
  max-width: 1200px;
  margin: 0 auto
}
.ptb110 {
  padding: 110px 0
}
.tab-menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.tab-menu li {
  width: 200px;
  text-align: center;
  padding: 6px;
  cursor: pointer;
  font-weight: 700;
  background: #fff;
  border-right: 1px solid #ccc
}
.tab-menu li:first-child {
  border-left: 1px solid #ccc
}
.tab-menu li.active {
  background: #333333;
  color: #fff;
}
.tab-content .tab-item {
  display: none;
  padding: 50px 0;
}
.tab-content .tab-item.active {
  display: block;
}
.post-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd
}
.post-date {
  font-size: 16px;
  margin-right: 40px;
  font-weight: 700;
}
.post-category a {
  width: 174px;
  font-size: 16px;
  margin-right: 30px;
  padding: 5px 10px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none
}

/* ================================================
   Hero Section Styles
   ================================================ */

.hero-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: #f5f5f5;
	overflow: hidden;
}

.hero-section__inner {
	position: relative;
	width: 100%;
	height: 100vh;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero-section__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.p-mainVisual__scroll {
	max-width: 120px;
	height: auto;
	left: auto !important;
	right: 100px;
	bottom: 24px; 
}
/* 画像を下に下に動かす */
.p-mainVisual__scrollImage {
	animation: scrollDown 1.6s ease-in-out infinite;
}

@keyframes scrollDown {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(10px);
		opacity: 0.7;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}



/* ================================================
   Logo Concept Section Styles
   ================================================ */

.logo-concept-section {
	position: relative;
	padding: 100px 20px 0;
}

.logo-concept-section__inner {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.logo-concept-section__title {
	max-width: 313px;
	text-align: left;
	margin: 0;
	padding: 0
}

.title-word {
	display: inline-block;
	margin: 0 10px;
}

.title-word--concept {
	font-style: italic;
}

.logo-concept-section__content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
}

.logo-concept-section__logo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-circle {
	width: 365px;
	height: 375px;
	
}





.logo-concept-section__text {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.concept-text {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	margin: 0 0 0 100px;
	white-space: nowrap;
}

/* ================================================
   Media Section Styles
   ================================================ */

section.media-section {
	text-align: center;
	padding: 0;
	max-width: 1080px;
	margin: 0 auto;
	position:relative;
}
.media-section::before{
  content:"";
  display:block;
  height:120px;
  margin-top:-120px;
  visibility:hidden;
}

.media-section__inner {
	max-width: 1200px;
	margin: 0 auto;
}

h2.media-section__title {
	text-align: center;
	padding: 25px 0 45px;
	margin: 0 auto;
	max-width: 732px;
}
.media-section h3{
  display:flex;
  align-items:center;
  gap:20px;
	margin-bottom: 40px
}

.media-section h3::after{
  content:"";
  flex:1;
  height:8px;
  background:url(../swell-child/images/media/m-border.webp) repeat-x center;
  background-size:auto 9px;  
}

.media-section h3 img{
  height:49px;
  width:auto;
  flex-shrink:0;
}

.media-section__img {
	max-width: 190px;
	height: auto;
}
.media-section__logos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 60px;
}

.media-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.media-logo:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.media-logo img {
	max-width: 100%;
	height: auto;
}
.media-section__button {
	display: flex;
	justify-content: center;
}

.button-b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 60px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	min-width: 300px;  

}

.button-b:hover {
	background-color: #333;
}

.button-b__text {
	position: relative;
	z-index: 1;
}

.button-b__arrow {
	 position: absolute;  /* 絶対配置 */
    right: 15px;
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	z-index: 1;
}

.button-b:hover .button-b__arrow {
	transform: translateX(5px);
}

/* ================================================
   WordPress Content
   ================================================ */

.wp-content {
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* ================================================
   Responsive Styles
   ================================================ */

@media (max-width: 1024px) {
	.hero-section__title {
		font-size: 56px;
	}
	
	.logo-concept-section__content {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.logo-circle {
		width: 300px;
		height: 300px;
	}
	
	.media-section__logos {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.hero-section__title {
		font-size: 42px;
	}
	
	.character-face {
		width: 150px;
		height: 150px;
	}
	
	.logo-concept-section__title {
		font-size: 36px;
	}
	
	.logo-circle {
		width: 250px;
		height: 250px;
	}
	
	.logo-image {
		width: 180px;
	}
	
	.concept-text {
		font-size: 14px;
	}
	
	.media-section__title {
		font-size: 24px;
	}
	
	.media-section__logos {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.shape {
		transform: scale(0.7);
	}
}

@media (max-width: 480px) {
	.hero-section__title {
		font-size: 32px;
	}
	
	.logo-concept-section__title {
		font-size: 28px;
	}
	
	.button-b {
		padding: 15px 40px;
		font-size: 16px;
	}
}
.works-tabs {
  margin-top: 40px;
}

/* タブフィルター */
/* フィルター全体 */
.works-filter {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

/* liは枠なし */
.works-filter li {
  margin: 0;
  padding: 0;
}

.works-filter li a {
  display: flex;
  align-items:flex-start;
  justify-content: center;
  text-align: center;
color: #fff;
text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s ease, opacity .2s ease;
}




/* ALL */
/* 基本スタイル - OFF状態（黒） */
.works-filter li[data-category="all"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-all-off.webp);
  width: 210px;
  height: 179px;
  background-size: 210px 179px;
	padding-top: 70px
}

.works-filter li[data-category="l-design"] a,
.works-filter li[data-category="life-design"] a{
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-01-off.webp);
  width: 214px;
  height: 121px;
  background-size: 214px 121px;
	padding: 43px 0 0;
	margin-top: 22px
}

.works-filter li[data-category="c-design"] a,
.works-filter li[data-category="communication-design"] a{
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-02-off.webp);
  width: 237px;
  height: 125px;
  background-size: 237px 125px;
  margin-top: 10px;
	padding: 43px 0 0;
}

.works-filter li[data-category="sustainable"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-03-off.webp);
  width: 219px;
  height: 139px;
  background-size: 219px 139px;
  margin-top: 7px;
	padding: 52px 0 0;
}

/* ホバー時 - ON状態（カラー） */
/* hoverで少し浮く */
.works-filter li a:hover{
  transform:translateY(-6px);
}

.works-filter li[data-category="all"] a:hover {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-all.webp);
}

.works-filter li[data-category="l-design"] a:hover,
.works-filter li[data-category="life-design"] a:hover{
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-01.webp);
	width: 214px;
  height: 150px;
  background-size: 214px 150px;
}

.works-filter li[data-category="c-design"] a:hover,
.works-filter li[data-category="communication-design"] a:hover{
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-02.webp);
	width: 237px;
  height: 160px;
	background-size: 237px 160px;
}
#media .media-list{
	max-width: 1080px;
	margin: 0 auto
}
#media .media-items{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:40px;
  list-style:none;
  padding:0;
}

#media .media-card a{
  display:block;
  text-decoration:none;
  color:#000;
}
#media .media-thumb{
  width:240px;
  height:240px;
  overflow:hidden;
}


#media .media-thumb img{
  width:100%;
  height:100%;
  display:block;
	object-fit:cover;     /* 枠いっぱいにトリミング */
  object-position:center;
	transition: transform 0.4s ease;
}

#media .media-date{
  display:block;
  font-size:12px;
  margin-top:10px;
}

#media .media-title{
  font-size:14px;
  line-height:1.6;
	letter-spacing: .06em
}


.works-filter li[data-category="sustainable"] a:hover {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-03.webp);
	 width: 219px;
	height: 165px;
  background-size: 219px 165px;
}

/* アクティブ時（クリック後） - ON状態（カラー）を維持 */
.works-filter li.active[data-category="all"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-all.webp);
}

.works-filter li.active[data-category="l-design"] a,
.works-filter li.active[data-category="life-design"] a{
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-01.webp);
width: 214px;
  height: 150px;
  background-size: 214px 150px;
}

.works-filter li.active[data-category="c-design"] a,
.works-filter li.active[data-category="communication-design"] a{
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-02.webp);
width: 237px;
  height: 160px;
	background-size: 237px 160px;
}

.works-filter li.active[data-category="sustainable"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-03.webp);
	 width: 219px;
	height: 165px;
  background-size: 219px 165px;
}


/* グリッドレイアウト */
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 60px;
  max-width: 1080px;
  margin: 0 auto;
}




.works-item a {
  text-decoration: none;
  color: #333;
  display: block;
  overflow: hidden;
  position: relative;
}

/* 画像コンテナのサイズを固定 */
.works-item .works-thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.works-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が切り取られて表示 */
  display: block;
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}

/* ホバー時に画像を拡大（コンテナからはみ出さない） */
.works-item:hover img,
#media .media-thumb:hover img{
  transform: scale(1.1);
}

.works-item time {
  display: block;
  padding: 15px 20px 8px;
  font-size: 13px;
  font-weight: 700;
}

.works-item h3 {
  font-size: 14px;
  margin: 0 ;
  line-height: 1.5;
  font-weight: 700;
}

.works-item .sub {
  padding: 0 20px 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}
/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .works-grid {
    grid-template-columns: 1fr;
  }

  .works-filter li {
    font-size: 13px;
    padding: 8px 15px;
  }
}
/* カテゴリー別の日付カラー */
.works-item time.works-date {
  display: block;
  padding: 15px 0 8px;
  font-size: 12px;
}

/* コミュニケーションデザイン事業 */
.works-item.communication-design time.works-date,
.works-item.c-design time.works-date {
  color: #00883f;
}

/* サスティナブル事業 */
.works-item.sustainable time.works-date {
  color: #0086b2;
}

/* ライフデザイン事業 */
.works-item.life-design time.works-date,
.works-item.l-design time.works-date {
  color: #d44227;
}
.works-date.life-design {
  color: #f7c227;
}

.works-date.communication-design {
  color: #0085b1;
}

.works-date.sustainable {
  color: #229b60;
}
.post-title a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.post-title a:hover {
  text-decoration: underline;
}
.pagination {
  display: flex;
  justify-content: center;
}
.nav-links {
  display: flex;
}
.page-numbers.current,
.page-numbers a:hover,
.page-numbers:hover{
background: #f8c327;
}
.morelink {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 1px solid #333;
  width: 300px;
  border-radius: 50vh; /* CSS3 */
  -webkit-border-radius: 50vh; /* Firefox */
  -moz-border-radius: 50vh; /* Safari,Chrome */
	transition: color 0.3s ease;

}.morelink a {
  color: #333;
  display: block;
  padding: 11px 0 10px 0;
  line-height: 200%;
  text-decoration: none;
  transition: all 0.5s;
  position: relative; /* ← これ重要 */
}

.morelink a:hover {
  background-color: #333;
  color: #fff;
  border-radius: 50vh;
}

/* 矢印（通常時） */
.morelink a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

/* ★ホバー時に矢印を白く */
.morelink a:hover:after {
  border-color: #fff;
}
#sec-instagram .morelink a:after, #sec-members .morelink a:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 80px;
  margin: auto;
  width: 0;
  height: 0;
  border: none;
  display: inline-block;
  background: url(../swell-child/images/icon-link.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.morelink a:after:hover {
	border: solid #fff;
}
h1.page-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  background: #e8f3d2;
  padding: 33px
}
h1.page-ttl span {
  font-size: 12px;
  color: #8cc21e;
  font-weight: 700;
  display: block
}
h2 {
  font-size: 43px;
  text-align: center;
  padding: 0 0 110px
}

.publications-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列レイアウト */
  row-gap: 40px; /* 各アイテムの間隔 */
  padding-bottom: 90px;
}
.publication-item {
  max-width: 100%; /* アイテムの幅を100%に設定 */
  height: auto; /* 高さを自動調整 */
  display: flex;
  flex-direction: column; /* 縦方向に配置 */
  align-items: center; /* 中央揃え */
}
.publication-item img {
  width: 100%; /* 画像の幅を親要素に合わせる */
  max-width: 200px; /* 最大幅を200pxに制限 */
  height: auto; /* 縦横比を維持 */
  display: block; /* ブロック要素として表示 */
}
@media screen and (max-width: 1024px) {
  .publications-list {
    grid-template-columns: repeat(3, 1fr); /* タブレットでは3列 */
  }
}
@media screen and (max-width: 768px) {
  .publications-list {
    grid-template-columns: repeat(2, 1fr); /* モバイルでは2列 */
  }
}
@media screen and (max-width: 540px) {
  .publications-list {
    gap: 20px
  }
}
#sec-members {
  z-index: 1;
  background: #fefaf2;
}
#support-members {
  text-align: center;
  background-color: #f9f7f0;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
#support-members h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
#support-members p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
#support-members .memo, #support-members .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#support-members .memo li, #support-members .text li {
  margin: 10px 15px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  min-width: 150px;
  max-width: 200px;
  font-size: 14px;
}
#support-members .memo li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
#support-members .text li {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
#sec-magazine h3 {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#sec-magazine h3.sfa-g span {
  color: #8cc21e;
  font-size: 22px;
  margin-right: 10px;
}
#sec-magazine h3.vega span {
  color: #4d85c3;
  font-size: 22px;
  margin-right: 10px;
}
h3.sfa-g:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #8BC34A;
  margin-left: 100px;
}
h3.vega:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #4d85c3;
  margin-left: 100px;
}
/* ポップアップのオーバーレイ */
.popup-overlay {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
.popup-overlay.active {
  display: block; /* 表示時はこのクラスを追加 */
}
/* ポップアップコンテンツ */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 9999;
}
.popup-content h3 {
  font-size: 18px;
  padding-bottom: 10px
}
/* リストスタイル */
.popup-content ul {
  padding: 0 20px;
  list-style: disc;
  color: #0073aa
}
.popup-content li {
  margin: 10px 0;
  text-align: left
}
.popup-content a {
  color: #0073aa;
  text-decoration: none;
}
.popup-content a:hover {
  text-decoration: underline;
}
/* 閉じるボタン */
#popup-close {
  margin-top: 10px;
  padding: 5px 10px;
  background: #0073aa;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
#popup-close:hover {
  background: #005177;
}
#sec-instagram {
  background: #eaf3d5;
}
#sec-instagram h2, #sec-members h2 {
  padding-bottom: 30px;
}
#sec-instagram .lead, #sec-members .lead {
  text-align: center;
  padding-bottom: 85px;
}
#sb_instagram #sbi_images {
  padding: 0 0 70px;
}
#sec-members ul.members-img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  max-width: 1036px;
  gap: 30px;
}
#sec-members ul.members-img li {
  flex: 0 0 22%;
}
#sec-members ul.members-txt {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 70px auto;
  max-width: 1036px;
  column-gap: 100px;
  line-height: 2;
}
#sec-members ul.members-txt li {
  flex: 0 0 26%;
  position: relative;
  padding-left: 20px;
}
#sec-members ul.members-txt li::before {
  position: absolute;
  left: 0;
  content: '●';
  display: block;
  width: 15px;
  height: 15px;
  color: #8cc21e;
}
#sec-access {
  background: #fbf2f0;
}
#sec-access .inner {
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#sec-access h2 {
  padding-bottom: 60px;
}
#sec-access .sec-access__inner {
  display: flex;
  flex-direction: row;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#sec-access .sec-access__inner-txet {
  flex: 1;
}
#sec-access .sec-access__inner-txet h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: .075em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#sec-access .sec-access__inner-txet h3 span {
  font-size: 13px;
  display: flex;
  text-align: left;
}
#sec-access .sec-access__inner-txet p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 10px;
}
#sec-access .sec-access__inner-txet a {
  text-decoration: none;
  color: #333;
}
#sec-access .sec-access__inner-txet a:hover {
  text-decoration: underline;
}
#sec-access iframe {
  flex: 1;
  border: 0;
  width: 100%;
  max-width: 615px;
  height: 400px;
}
.footer-link {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.footer-link-inner {
  max-width: 1034px;
  margin: 0 auto;
  padding: 25px 20px;
  display: flex;
}
.footer-link-inner a {
  margin: 0 30px 0 0;
  padding: 0 0 0 7px;
  display: inline-block;
  position: relative;
  font-weight: 700
}
.footer-link-inner a:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer-link-inner a:hover {
  text-decoration: underline;
}

/* インデックスモーダルの調整 */
.p-indexModal__inner {
  padding: 2em !important; /* 既存のテーマスタイルを上書き */
}

/* ===================================
   Footer
=================================== */
.l-footer {
  background-image: url('https://wakuwaku2525.com/wp-content/themes/swell-child/images/common/bg-footer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 0;
  color: #333;
  position: relative;
}



.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  gap: 60px;
}

/* ロゴセクション */
.footer-logo-section {
  flex: 0 0 300px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 250px;
  height: auto;
}

.footer-company-name {
  font-size: 11px;
  margin: 0;
}

/* ナビゲーション */
.footer-nav {
  display: flex;
  gap: 80px;
  flex: 1;
  justify-content: flex-end;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap:15px;
}

.footer-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}

.footer-nav a:hover {
  color: #8cc21e;
}

/* コピーライト */
.footer-copyright {
  padding: 0 0 25px;
  text-align: center;
}

.footer-copyright p {
  font-size: 10px;
  margin: 0;
  letter-spacing: 0.05em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }

  .footer-logo-section {
    flex: 1;
  }

  .footer-nav {
    gap: 40px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 0;
  }

  .footer-container {
    padding: 0 20px;
  }

  .footer-content {
    padding-bottom: 40px;
  }

  .footer-nav {
    flex-direction: column;
    gap: 30px;
  }

  .footer-nav-col {
    gap: 15px;
  }

  .footer-nav a {
    font-size: 14px;
  }

  .footer-logo img {
    max-width: 200px;
  }

  .footer-copyright p {
    font-size: 12px;
  }
}

@media screen and (max-width: 540px) {


  .footer-nav {
    gap: 20px;
  }

  .footer-nav-col {
    gap: 12px;
  }

  .footer-logo img {
    max-width: 180px;
  }
}
.c-fixBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px; /* ボタンの幅を調整 */
  height: 80px; /* ボタンの高さを調整 */
  background: #5c5c5c; /* 背景色をダークグレーに設定 */
  border: none; /* ボーダーを削除 */
  border-radius: 50%; /* 丸型にする */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* 影を追加 */
  color: #fff; /* テキストやアイコンの色を白に設定 */
  cursor: pointer;
  opacity: 1; /* 不透明度を100%に */
  transition: all 0.25s; /* ホバー時のアニメーション */
}
.c-fixBtn__icon {
  font-size: 60px;
  z-index: 100
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}
.wp-block-separator {
  border-top: 1px solid #f9d2cd;
  margin: 70px 0
}
.is-style-good_list li {
  list-style: none;
  position: relative;
}
.is-style-good_list li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #f9d2cd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* 固定ページ */
.page-template h3 {
  font-size: 32px
}
.page-template h4 {
  font-size: 24px;
  border-left: 10px solid #8cc21e;
  padding-left: 10px;
  margin-bottom: 20px
}
#about_assoc .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
#about_sk, #date, #sports-outline, #vega-info {
  background: #FFF9EE;
}
#vega-info table {
  background: #fff;
  margin-bottom: 40px
}
#vega-info table th {
  background-color: #8cc21e
}
#vega-info table tr:nth-child(2) {
  background-color: #edf4d9;
}
#vega-info h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 40px 0 10px;
  color: #8cc21e
}
#vega-info strong.c-pink {
  color: #dc7a9d
}
.is-style-btn_normal {
  max-width: 240px;
  float: left
}
.is-style-btn_normal a {
  font-size: 19px;
  border-radius: 10px;
  padding: 18px;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  font-size: 32px;
  background: #e8f3d2;
  font-weight: 700;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto 0 auto;
  z-index: 0;
  line-height: 1
}
.p-page-ttl {
   background: url(../swell-child/images/common/bg-m.webp) no-repeat;
	background-size: contain;
  width: 100%;
  padding: 84px 0;
  margin: 78px auto 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-direction: column
}
.p-page-ttl img {
  width: auto;
  height: 52px;
	display: block;
}
.privacy-policy .p-page-ttl img {
  width: auto;
  height: 102px;
	display: block;
}

.p-page-ttl span{
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding-top: 10px
}
#greeting, #about_sk, #outline, #date, #sports-outline, #sports-list, #vega-overview, #vega-info {
  padding: 120px 40px
}
#date p {
  margin-bottom: 70px
}
#outline table th {
  width: 130px
}
.bg-color {
  background-color: #e8f3d2;
}
.contact-ttl {
  font-size: 32px
}

.privacy-ttl {
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #333333;
  padding: 8px;
  margin-bottom: 40px
}
.privacy_policy {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto 24px;
  padding: 20px;
  height: 300px;
  border: 1px solid #ccc;
}
.cont_ttl02 h4 {
  padding: 17px 0 15px 30px;
  background: #efefef;
  position: relative;
}
.table_wrap {
  font-size: 13px
}
.cont_ttl02 h4::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
}
.post_content div.cont_ttl02 h4 {
  color: #333;
  font-weight: normal;
  font-size: 13px;
  margin: 20px 0 10px !important
}
.cont_ttl02 h4::before {
  background-color: #8cc21e;
}
.vega-lead-ttl {
  font-size: 32px;
  color: #8cc21e;
  margin-bottom: 70px
}
/* 追従メニュー */
.sidebar {
  width: 276px;
}
.sidebar__inner {
  background-color: #f9d2cd;
  padding: 50px 16px;
  margin: 0;
}
.sidebar__inner ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  counter-reset: list;
  list-style-type: none;
}
.sidebar__inner ul li {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.sidebar__inner ul li a {
  font-size: 16px;
  color: #333;
  padding: 10px 0 10px 20px;
  display: block;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
.sidebar__inner ul li::before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #333;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__inner ul > li.current > a, .sidebar__inner ul > li > a:hover {
  background-color: #fff;
  text-decoration: none;
}
.sidebar__inner ul li.sub-menu {
  text-indent: 1em;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
.sidebar__inner ul li.sub-menu:before {
  left: 1em;
}
.sidebar__inner ul li.sub-menu.current {
  background-color: #fff;
  color: #333;
  font-weight: 700;
}
.sidebar-sp {
  display: none
}
/*お問い合わせ*/
.contact-ttl {
  text-align: center;
  padding-bottom: 90px;
  font-weight: 700;
}
.contact-tel {
  display: flex;
  align-items: center;
  font-size: 32px;
  padding-bottom: 70px;
  font-weight: 700;
}
.contact-tel span {
  font-size: 16px;
  padding-left: 70px
}
#contact h3.contact-h3 {
  font-size: 24px;
  border-left: 10px solid #8cc21e;
  padding-left: 10px;
  margin-bottom: 40px;
  position: relative
}
#contact h3.contact-h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: -14px;
  left: -10px;
}
.privacy_policy h5 {
  font-size: 18px;
  font-weight: 700;
  color: #8cc21e;
}
#contact h6 {
  padding: 15px 0 15px 30px;
  margin: 20px 0 10px;
  background: #efefef;
  position: relative;
}
#contact h6:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: #8cc21e
}
.contact-table {
  width: 100%;
  border-top: 1px solid #999999;
  margin-bottom: 70px
}
.contact-table th {
  background: #efefef;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 15px 13px;
  text-align: left;
  font-weight: 400
}
.contact-table td {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 15px 13px
}
.contact-table td input, .contact-table td textarea {
  width: 100%
}
.privacy-text {
  padding-bottom: 15px
}
.submit-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.submit-b .wpcf7-form-control {
  color: #333;
  background: #fff;
  display: block;
  padding: 11px 100px 10px;
  margin: 0 auto;
  line-height: 200%;
  letter-spacing: .075em;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 50vh;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  transition: 0.4s;
}
.submit-w .wpcf7-form-control {
  color: #fff;
  display: block;
  padding: 11px 100px 10px;
  margin: 0 auto;
  line-height: 200%;
  letter-spacing: .075em;
  text-decoration: none;
  border: 1px solid #8cc21e;
  background: #8cc21e;
  border-radius: 50vh;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  transition: 0.4s;
}
.submit-b .wpcf7-form-control:hover, .submit-w .wpcf7-form-control:hover {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50vh; /* CSS3 */
  -webkit-border-radius: 50vh; /* Firefox */
  -moz-border-radius: 50vh; /* Safari,Chrome */
}
.accept-w .wpcf7-form-control input[type=checkbox] {
  transform: scale(1.6);
}
.accept-w .wpcf7-form-control {
  display: block;
  padding: 6px 5px 6px 20px;
  margin: 40px auto;
  color: #565656;
  background: #e8f3d2;
  box-shadow: 0px 0px 0px 10px #e8f3d2;
  border: dashed 2px #8cc21e;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  width: 50%;
}
.accept-w .wpcf7-form-control input {
  margin-right: 10px
}
.content-area{
  padding-bottom: 80px  ;
}
/*お知らせ*/
#news {
  max-width: 1035px;
  margin: 80px auto;
}
/*シングルページ*/
.single .c-postTitle__ttl {
  padding: 70px 0;
  text-align: center;
  font-size: 32px
}
.icon-posted:before {
  content: none
}
time {
  font-size: 16px
}
.l-article{
	max-width: 100%
}
.-frame-on .l-mainContent {
  padding: 0 0 100px;
}
.l-mainContent__inner > .post_content {
  padding: 0
}
.single .morelink {
  margin-top: 170px;
}
@media screen and (max-width: 1766px) {
  #about_assoc .wp-block-group__inner-container, #about_club .wp-block-group__inner-container {
    margin-right: 280px
  }
  #about_assoc .wp-block-group__inner-container, #about_club .wp-block-group__inner-container {
    max-width: 900px;
    margin: 0 auto;
  }
}
/* iPad pro以下の画面サイズ対応 */
@media screen and (max-width: 1024px) {
  nav {
    padding-left: 40px;
    padding-right: 40px;
  }
  #news .news-tabs, .archive .publications-archive {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-main.w {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px
  }
  .bg, #sec-news, #sec-members, #sec-magazine, #sec-access {
    padding-left: 40px;
    padding-right: 40px
  }
  .post-title {
    display: block;
    padding-top: 5px
  }
  .post-date {
    margin-right: 20px
  }
  .sidebar {
    width: 100%
  }
  .js-scrollable {
    white-space: nowrap; /* 文字の折り返しはなくす */
  }
  .scroll-hint-icon {
    top: 220px !important; /* 上に移動 */
    bottom: auto !important; /* デフォルトの下位置を解除 */
  }
  .contact-ttl {
    font-size: 24px
  }
  .accept-w .wpcf7-form-control {
    width: 70%;
  }
  #contact h3.contact-h3, .privacy-ttl {
    font-size: 20px
  }
  .contact-tel {
    flex-direction: column
  }
  .contact-tel span {
    padding-left: 0;
    padding-top: 10px
  }
  .contact-table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact-table th, .contact-table td {
    width: 100%;
    display: block; /* th, tdをblockに */
    box-sizing: border-box;
  }
  .contact-table {
    border-top: none;
    margin-bottom: 30px
  }
  .customize-support th, .contact-table td, .contact-table th {
    border-bottom: none
  }
  .contact-table th {
    padding: 10px 13px;
  }
  .contact-table td {
    border-top: none;
  }
}
/* iPad以下の画面サイズ対応 */
@media screen and (max-width: 820px) {
  #main_visual {
    padding-top: 0
  }
  .p-page-ttl {
    margin-top: 0
  }
  .header-top {
    padding: 0 10px
  }
  #gnav, .header-txt, .header-sns, .header-contact, .l-header__customBtn.sp_ {
    display: none;
  }
  .header-nav {
    position: absolute;
    top: 0;
    right: 0
  }
  section {
    padding: 50px 0;
  }
  h2 {
    font-size: 27px;
    padding-bottom: 50px
  }
  .tab-menu li, .post-date, .post-category, .post-title a, .morelink a {
    font-size: 13px
  }
  .post-category a {
    font-size: 13px;
    width: 140px
  }
  .post-category {
    padding: 2px
  }
  .tab-menu li {
    width: 25%;
  }
  #sec-magazine h3 {
    font-size: 18px
  }
  h3.sfa-g:after {
    margin-left: 30px
  }
  /* 固定ボタンのサイズを調整 */
  .c-fixBtn {
    width: 60px; /* ボタン幅を小さくする */
    height: 60px; /* ボタン高さを小さくする */
  }
  .c-fixBtn__icon {
    font-size: 40px; /* アイコンのサイズを小さくする */
  }
  /* ヘッダーの調整 */
  .l-header {
    position: relative; /* 固定を解除して上部に調整 */
  }
  .header-top {
    padding: 0; /* ヘッダー全体の余白を調整 */
    flex-wrap: wrap; /* ヘッダー内要素を折り返す */
  }
  .header-logo {
    margin: 0 auto; /* ロゴを中央揃えにする */
  }
  .header-right {
    flex-direction: column; /* 右側の要素を縦に並べる */
    align-items: flex-start; /* 左揃えにする */
    margin-top: 10px; /* ロゴとの間に余白を追加 */
  }
  /* SNSアイコンのサイズを調整 */
  .header-sns img {
    width: 24px;
    height: 24px;
  }
  /* お問い合わせボタンのサイズ調整 */
  .header-contact .contact-btn {
    padding: 5px 15px; /* ボタンのパディングを調整 */
    font-size: 12px;
  }
  /* グローバルナビゲーションの調整 */
  .global-nav {
    flex-direction: column; /* 縦並びに変更 */
    margin: 0;
    max-width: 1280px;
  }
  .global-nav li {
    margin: 5px 0; /* 各項目の間に余白を追加 */
  }
  /* フッターSNSアイコンの調整 */
  .fotter-sns {
    width: 100px; /* SNSコンテナの幅を縮小 */
  }
  .fotter-sns img {
    width: 20px;
    height: 20px;
  }
  /* フッターリンクの調整 */
  .footer-link-inner a {
    margin: 0 15px; /* マージンを縮小 */
    font-size: 12px; /* フォントサイズを小さく */
  }
  #sec-members ul.members-img {
    gap: 20px
  }
  #sec-members ul.members-img li {
    flex: 0 0 22.9%;
  }
  #sec-members ul.members-txt li {
    flex: 0 0 36%;
    font-size: 13px
  }
  #sec-access .sec-access__inner-txet p {
    font-size: 13px
  }

  th {
    width: 100%
  }
  .customize-support th {
    width: auto
  }
  .sidebar__inner ul li a {
    font-size: 14px
  }
  #greeting, #about_sk, #outline, #date, #sports-outline, #sports-list, #vega-overview, #vega-info {
    padding: 60px 40px;
  }
  .page-contaner {
    margin: 40px auto;
  }
  .wp-block-table td, .wp-block-table th {
    line-height: 1.5em;
    vertical-align: middle;
  }
  .wp-block-table > table tr > :first-child:not(.-no1) {
    max-width: auto;
    width: 100%;
    font-size: 15px
  }
  .page-contaner h3 {
    font-size: 24px;
    margin-bottom: 33px;
  }
  .page-template h3 {
    font-size: 24px;
  }
}
/* モバイルの画面サイズ対応 */
@media screen and (max-width: 540px) {
  h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .p-page-ttl {
    font-size: 22px;
  }
  #sec-instagram .lead, #sec-members .lead {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .single #main_content {
    padding: 0 20px 40px
  }
  #sec-members ul.members-img li {
    flex: 0 0 46%;
  }
  #news {
    margin: 40px auto;
  }
  .page-contaner {
    margin: 20px auto;
  }
  .single .c-postTitle__ttl {
    font-size: 22px;
    padding-bottom: 20px
  }
  .l-mainContent__inner > .post_content {
    margin: 20px 0 0;
  }
  .single .morelink {
    margin-top: 70px;
  }
  .tab-menu li {
    width: 50%;
    padding: 15px
  }
  .post-title {
    width: 100%
  }
  .bg, #sec-news, #sec-members, #sec-magazine, #sec-access {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab-content .tab-item {
    display: none;
    padding: 25px 0;
  }
  .sidebar-pc {
    display: none
  }
  .sidebar-sp {
    display: block
  }
  .sidebar {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 30px 20px;
  }


  #greeting, #about_sk, #outline, #date, #sports-outline, #sports-list, #vega-overview, #vega-info {
    padding: 40px 20px;
  }
  .sp_block_ th {
    padding: 10px
  }
  .page-main.w, #news .news-tabs, .archive .publications-archive {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ptb110 {
    padding: 60px 0;
  }
  .page-template h4 {
    font-size: 20px
  }
  .is-style-good_list li:before {
    top: 15.5px
  }
  nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sec-members ul.members-txt li {
    flex: 1 0 100%;
  }
  #sec-access .sec-access__inner {
    flex-direction: column
  }
  .fotter-sns {
    width: 130px;
  }
  .fotter-sns img {
    width: 30px;
    height: 30px;
  }
  .contact-ttl {
    font-size: 20px
  }
  #contact h3.contact-h3, .privacy-ttl {
    font-size: 17px;
  }
  .contact-tel {
    font-size: 26px
  }
  .page-contaner p br {
    display: none
  }
  .contact-tel span {
    font-size: 13px
  }
  .customize-support th {
    padding: 10px 13px;
  }
  .customize-support td {
    border-top: none
  }
  .accept-w .wpcf7-form-control {
    width: 100%;
    font-size: 13px;
    padding: 8px 0
  }
}

/* ========================================
   WORKS Single Page Styles
======================================== */

/* メインビジュアル */
.works-hero {
  width: 100%;
  margin-bottom: 40px;
}

.works-hero__image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.works-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* コンテンツラッパー */
.works-content-wrapper {
  background: #fff;
  padding: 20px 0 80px;
}

/* パンくずリスト */
#works-single .breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  padding: 0;
}

#works-single .breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

#works-single .breadcrumb a:hover {
  color: #04384c;
}

/* 記事コンテンツ */
.works-single-content {
  max-width: 1080px;
  margin: 0 auto;
}

/* ヘッダーエリア */
.works-header {
  text-align: center;
  margin-bottom: 50px;
}

.works-category {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

/* カテゴリーごとの色 */
.works-category.life-design {
  background: #fff0f0;
  color: #ff6b6b;
}

.works-category.communication-design {
  background: #e8f8f8;
  color: #4ecdc4;
}

.works-category.sustainable {
  background: #f0f9f4;
  color: #95e1d3;
}

.works-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin: 60px 0 15px;
  color: #333;
}

.works-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.6;
}

.works-date {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}


/* 本文 */
.works-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 60px;
}

.works-body p {
  margin: 0 0 1.5em;
}

.works-body img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 4px;
}

.works-body h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #04384c;
}

.works-body h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 15px;
  padding-left: 12px;
  border-left: 4px solid #04384c;
}

.works-body ul,
.works-body ol {
  margin: 1.5em 0;
  padding-left: 2em;
}

.works-body li {
  margin-bottom: 0.5em;
}

/* プロジェクト情報 */
.works-info {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.works-info__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #04384c;
}


.works-nav-label {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.works-nav-title {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}



/* レスポンシブ対応 */
@media screen and (max-width: 959px) {
  .works-hero__image {
    height: 300px;
  }
  
  .works-title {
    font-size: 26px;
  }
  
  .works-navigation {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .works-navigation__prev,
  .works-navigation__next {
    text-align: center;
  }
  
  .works-navigation__list {
    order: -1;
  }
}

@media screen and (max-width: 599px) {
  .works-content-wrapper {
    padding: 30px 0 50px;
  }
  
  .works-hero__image {
    height: 200px;
  }
  
  .works-single-content {
    padding: 0 15px;
  }
  
  .works-title {
    font-size: 22px;
  }
  
  .works-subtitle {
    font-size: 14px;
  }
  
  .works-body {
    font-size: 15px;
  }
  
  .works-body h2 {
    font-size: 20px;
  }
  
  .works-body h3 {
    font-size: 18px;
  }
  
  .works-info {
    padding: 20px;
  }
  
  .works-info__title {
    font-size: 16px;
  }
}

/* ================================================
   News Section Styles
   ================================================ */
.news-section {
  padding: 150px 20px 80px;
}

.news-section__inner {
  max-width: 900px;
  margin: 0 auto;
}

/* -------------------------
   Category Tabs
------------------------- */
.news-section__title{
	max-width:236px ;
	height: auto;
	margin: 0 auto;
	padding-bottom: 0
}
.news-section__tabs {
  margin-bottom: 4rem;
}

.news-tabs {
  margin-top: 40px;
}

/* フィルター全体 */
.news-filter {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

/* liは枠なし */
.news-filter li {
  margin: 0;
  padding: 0;
}

.news-filter li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s ease, opacity .2s ease;
}

/* =========================
   OFF 状態
========================= */

.news-filter li[data-category="all"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-all-off.webp);
  width: 210px;
  height: 179px;
  background-size: 210px 179px;
  padding-top: 70px;
}

.news-filter li[data-category="life-design"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-01-off.webp);
  width: 214px;
  height: 121px;
  background-size: 214px 121px;
  padding: 43px 0 0;
  margin-top: 22px;
}

.news-filter li[data-category="communication-design"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-02-off.webp);
  width: 237px;
  height: 125px;
  background-size: 237px 125px;
  margin-top: 10px;
  padding: 43px 0 0;
}

.news-filter li[data-category="sustainable"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-03-off.webp);
  width: 219px;
  height: 139px;
  background-size: 219px 139px;
  margin-top: 7px;
  padding: 52px 0 0;
}

/* =========================
   hover（ON）
========================= */

.news-filter li[data-category="all"] a:hover {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-all.webp);
}

.news-filter li[data-category="life-design"] a:hover {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-01.webp);
  width: 214px;
  height: 150px;
  background-size: 214px 150px;
}

.news-filter li[data-category="communication-design"] a:hover {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-02.webp);
  width: 237px;
  height: 160px;
  background-size: 237px 160px;
}

.news-filter li[data-category="sustainable"] a:hover {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-03.webp);
  width: 219px;
  height: 165px;
  background-size: 219px 165px;
}

/* =========================
   active（選択中）
========================= */

.news-filter li.active[data-category="all"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-all.webp);
}

.news-filter li.active[data-category="life-design"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-01.webp);
  width: 214px;
  height: 150px;
  background-size: 214px 150px;
}

.news-filter li.active[data-category="communication-design"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-02.webp);
  width: 237px;
  height: 160px;
  background-size: 237px 160px;
}

.news-filter li.active[data-category="sustainable"] a {
  background-image: url(/wp-content/themes/swell-child/images/works/bg-cate-03.webp);
  width: 219px;
  height: 165px;
  background-size: 219px 165px;
}

/* =========================
   News Grid
========================= */

.news-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.news-card {
  display: block;
}

.news-card__link {
  display: block;
  text-decoration: none;
  color: #222;
}

.news-card__image {
  aspect-ratio: 1 / 1;
}

.news-card__placeholder {
  aspect-ratio: 1 / 1;
  background: url(https://wakuwaku2525.com/wp-content/uploads/2026/02/news-thum.webp) no-repeat;
  background-size: cover;
}

.news-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__meta {
  padding-top: 12px;
}

.news-card__date {
  font-size: 14px;
  font-weight: 700;
}

.news-card__title {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 6px;
}

/* =========================
   日付の色：カテゴリ別
========================= */

/* ライフデザイン事業 */
.news-card[data-main-category="life-design"] .news-card__date {
  color: #f7c227;
}

/* コミュニケーションデザイン事業 */
.news-card[data-main-category="communication-design"] .news-card__date {
  color: #0085b1;
}

/* サステナブル事業 */
.news-card[data-main-category="sustainable"] .news-card__date {
  color: #229b60;
}


.about-section{
	text-align: center
}
.about-section__title{
	max-width: 425px;
	height: auto;
	padding-bottom: 18px;
	margin: 0 auto
}
.about-section__img{
	max-width: 600px;
	height: auto;
	margin: 0 auto
}
.about-section h3{
	font-size: 30px;
	padding: 15px 0 30px;
	font-weight: 400
}
.about-section p{
	line-height: 2em;
	padding-bottom: 50px
}
.point-section{
	max-width: 1200px;
	margin: 0 auto
}
.point-section__title{
	max-width: 520px;
	height: auto;
	margin: 118px 0 0;
	padding: 0
}
.about-section__img{
	max-width: 710px;
	height: auto;
	margin: 0 auto
}

/* サービスセクション */
.service-section {
	padding: 160px 20px 0;
	max-width: 914px;
	margin: 0 auto;
}

.service-section__title {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	max-width: 346px;
}

.service-section__title img {
	max-width: 100%;
	height: auto;
}

.service-section__subtitle {
	text-align: center;
	margin: 50px auto;
}

.service-section__subtitle img {
	max-height: 24px;
	width: auto;
}

/* カードグリッド */
.service-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0 auto 100px;
	
}
/* 奇数個の最後のカードを左寄せに変更 */
.service-cards--sustainable .service-card:nth-child(5) {
	grid-column: 1; /* 中央配置を削除して左寄せ */
}

.service-cards--communication-design .service-card:nth-child(3),
.service-cards--communication-design .service-card:nth-child(3){
	grid-column: 1; /* 中央配置を削除して左寄せ */
}


/* カード */
.service-card {
	border: none;
	position: relative;
	padding: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	transition: transform 0.3s ease;
}


/* 各事業カテゴリーに異なる背景画像を適用 */
.service-card--sustainable {
	background-image: url('/wp-content/themes/swell-child/images/top/top-service-bg.webp');
}

.service-card--life-design {
	background-image: url('/wp-content/themes/swell-child/images/top/top-service-bg2.webp');
}

.service-card--communication-design {
	background-image: url('/wp-content/themes/swell-child/images/top/top-service-bg3.webp');
}

.service-card:hover {
	transform: translate(-2px, -2px);
}

/* カード画像エリア */
.service-card__image {
	width: 340px;
	height: auto;
	margin: 45px 0 0 30px;
}
.service-card__image img{
	width: 100%;
	height: auto;
	margin: 0
}

/* カードコンテンツ */
.service-card__content {
	padding: 10px 84px 15px 39px;
	position: relative;
	min-width: 431px;
	min-height: 120px;
}

.service-card__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
	min-height: 3em;
	display: flex;
	align-items: center
}
.service-cards--sustainable .service-card__title {
	color: #0086b2
}
.service-cards--life-design .service-card__title {
	color: #d44227
}
.service-cards--communication-design .service-card__title {
	color: #00883f
}

.service-card__text {
	font-size: 11px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
}

/* 矢印リンク */
.service-card__link {
	position: absolute;
	bottom: 39px;
    right: 64px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}


.service-card__link:hover {
	background: #333;
}

/* レスポンシブ */
@media (max-width: 768px) {
	.service-section {
		padding: 80px 20px;
	}
	
	.service-cards {
		grid-template-columns: 1fr;
		gap: 30px;
		margin: 0 auto 60px;
	}
	
	.service-cards--sustainable .service-card:nth-child(5),
	.service-cards--communication-design .service-card:nth-child(3) {
		max-width: 100%;
	}
	
	.service-section__subtitle {
		margin: 60px auto 40px;
	}
	
	.service-card__content {
		min-height: 120px;
	}
}
/* Voice Section */
.voice-section {
  padding: 0 20px;
  max-width: 1120px;
  margin: 0 auto;
}
.voice-section__title{
	max-width: 548px;
	height: auto;
	margin-bottom:0;
	padding-bottom: 0
}

/* スライダーラッパー */
.voice-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.voice-swiper {
  overflow: visible;
}

.voice-swiper .swiper-wrapper {
  align-items: flex-start;
}

.voice-swiper .swiper-slide {
  height: auto;
}

/* キャラクター画像 */
.voice-card__character {
  width: 100%;
  height: auto;
}

.voice-card__character img {
  width: 100%;
  height: auto;
  display: block;
}

/* ページネーション */
.voice-swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.voice-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}

.voice-swiper .swiper-pagination-bullet-active {
  background: #000;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .voice-section {
    padding: 60px 20px;
  }
}

.instagram-section__title{
	max-width: 491px;
	height: auto;
	margin: 0 auto 25px
}
.home .works-section{
	width: 100%;
	background: #fff;
	padding: 80px 20px;
	margin-top: 80px 
}
.home .works-section__title{
	max-width: 298px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 0
}
.home .works-tabs{
	margin-top: 0
}
.home .works-grid{
  display: none !important;
}

.home .works-grid.is-active {
  display: grid !important;
}
.home .instagram-section{
	width: 100%;
	background: #fff;
	padding: 0 20px 80px;
}


#about .about-anchor {
  display: flex;
	justify-content: center;
  gap: 2rem;
  margin: 95px 0;
  flex-wrap: wrap;
}

#about .about-anchor a {
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
/* まずは線を仕込んでおく（非表示） */
#about .about-anchor a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #ffc827;
  transition: width 0.3s ease;
}

/* hoverで横に伸びる */
#about .about-anchor a:hover::after {
  width: 100%;
}

#about .about-section {
  margin: 6rem 0;
}

#about .about-section__ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

#about .about-purpose__en {
  font-weight: 700;
  color: #f7c227;
}

#about .about-purpose__jp {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0 2rem;
}

#about .about-text {
  line-height: 2;
  margin-bottom: 1.5rem;
}
#about .purpose-img{
	max-width: 244px;
	margin:  0 auto
}
#about .purpose-img2{
	max-width: 622px;
	margin:  0 auto 70px
}

.about-mission {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  margin: 8rem auto;
	max-width: 1080px
}
.about-mission.vision{
	flex-direction: row-reverse;
}
/* 左テキスト側 */
.about-mission_inner {
  max-width: 520px;
}

/* MISSIONロゴ画像 */
.about-mission__ttl {
  margin-bottom: 1.5rem;
}

.about-mission__ttl img {
  height: 62px;
  width: auto;
}

/* 社会と人の成長を支援し、〜 */
.about-mission_inner h5 {
  font-size: 24px; 
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* 説明文 */
.about-mission_inner p,
.about-mission_inner li{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5rem;
  color: #333;
	display: block
}
.red {
	color: #d44227
}
.green{
	color:#138146
}
.blue{
	color:#097fa6
}
.about-mission_inner p span,
.about-mission_inner li span{
	display: block
}
/* 右イラスト */
.about-mission-ing {
  flex-shrink: 0;
}

.about-mission-ing img {
  max-width: 527px;
  width: 100%;
  height: auto;
}
.vision .about-mission-ing img {
  max-width: 434px;
}
.value .about-mission-ing img {
  max-width: 416px;
}
/* =========================
   MESSAGE 全体
========================= */
#message {
  max-width: 1080px;
  margin: 0 auto;
  padding: 115px 80px 87px;
  position: relative;
  line-height: 2;
  color: #333;
  background: #fff;
	position: relative
}
.about-message-img{
	position: absolute;
	max-width: 390px;
	top:-80px;
	right: 130px;
	margin: 0
	
}

/* =========================
   タイトル画像
========================= */
#message .about-message__ttl {
  margin-bottom: 50px;
}

#message .about-message__ttl img {
  max-width: 499px;
  width: 100%;
  height: auto;
}

/* =========================
   本文テキスト
========================= */
#message p {
  font-size: 16px;
  margin-bottom: 28px;
	line-height: 2
}

#message p strong {
  font-weight: 700;
}



/* =========================
   破線
========================= */
#message .line-img {
  display: block;
  width: 100%;
  max-width: 930px;
  margin: 80px auto;
}

/* =========================
   プロフィール
========================= */
#message .about-profile__inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-top: 100px;
		margin-bottom: 120px
}
#message .about-profile__inner,
#message .about-profile__body,
#message .about-profile__body * {
  writing-mode: horizontal-tb;
}

/* 写真 */
#message .about-profile__img {
  flex: 0 0 260px;
}

#message .about-profile__img img {
  width: 100%;
  border-radius: 16px;
}

/* テキスト */
#message .about-profile__body {
  flex: 1;
}

#message .about-profile__role {
  font-size: 14px;
	margin-bottom: 0
}

#message .about-profile__name {
  font-size: 24px;
  font-weight: 700;
	margin-bottom: 40px
}

/* 資格・実績ブロック */
#message .about-profile__block {
  margin-bottom: 28px;
}

#message .about-profile__ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

#message .about-profile__block ul {
  padding-left: 1.2em;
}

#message .about-profile__block li {
  font-size: 14px;
  margin-bottom: 6px;
	line-height: 1.7
}
#message .about-profile__block li::before{
	content: "●";
	color: #d44227;
	padding-right: 2px
}

/* =========================
   レスポンシブ
========================= */
@media (max-width: 768px) {
  #message {
    padding: 80px 16px 100px;
  }

  #message .about-profile__inner {
    flex-direction: column;
    gap: 32px;
  }

  #message .about-profile__img {
    max-width: 220px;
    margin: 0 auto;
  }

  #message .about-profile__body {
    text-align: center;
  }

  #message .about-profile__block ul {
    text-align: left;
    display: inline-block;
  }
}
#company {
	max-width: 1080px;
  padding: 100px 0;
	margin: 0 auto;
  position: relative;
	display: flex;
	justify-content: space-between
}
#company .about-company__ttl{
	max-width: 230px;
	height: auto
}
#company .company-inner {
 width: 648px;
}

#company .company-table {
  width: 100%;
  border-collapse: collapse;
	border-top: 1px solid #fff
}

#company .company-table tr {
  border-bottom: 1px solid #fff;
}

#company .company-table th {
  width: 150px;
  padding: 28px 0 28px 10px;
  text-align: left;
  font-weight: 700;
}

#company .company-table td {
  padding: 28px 0;
  line-height: 1.8;
}

#company .company-img {
  position: absolute;
  left: 66px;
  bottom: -78px;
  max-width: 153px;
}

#history {
  max-width: 1080px;
  padding: 100px 0  ;
	margin: 0 auto;
  position: relative;
	display: flex;
	justify-content: space-between
}

#history .history-ttl {
  font-size: 72px;
  font-weight: 700;
  color: #2f8f52;
  letter-spacing: 4px;
  margin-left: 5%;
}
.about-history__ttl{
	max-width: 282px;
	height: auto
}

#history .history-inner {
      width: 648px;
}

#history .history-table {
  width: 100%;
  border-collapse: collapse;
}

#history .history-table tr {
  border-top: 1px solid #fff;
}


#history .history-table th {
  width: 150px;
  padding: 40px 0 40px 10px;
  text-align: left;
  vertical-align: top;
	border-bottom: 1px solid #fff;
	color: #138146
}

#history .history-table td {
  padding: 40px 0;
  line-height: 1.8;
	border-bottom: 1px solid #fff;
}

#service h3{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 95px auto 50px;
}
.lead{
	text-align: center;
	margin: 0 auto 50px
}
.point-img{
	display: block;
	max-width: 710px;
	margin: 0 auto 80px
}

#service .service-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
	
}

#service .service-sub {
  font-size: 16px;
	text-align: left
}

#service .service-ttl {
  font-size: 32px; 
  font-weight: 700;
  color: #d44227;
	padding: 0;
	text-align: left;
  margin-bottom: 80px;
}

#service .service-flex {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

#service .service-illust {
  width: 40%;
}

#service .service-illust img {
  width: 100%;
  height: auto;
}

#service .service-content {
  width: 60%;
}

#service .service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

#service .service-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

#service .service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: #d44227;
  border-radius: 50%;
}

#service .service-site {
  border-bottom: 1px solid #000;
  padding-top: 20px;
	padding-bottom: 4px;
  margin-bottom: 20px;
  font-size: 11px;
}
#service .service-site img{
	max-width: 11px;
	height: auto;
	margin-left: 3px
}

#service .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#service .card-label {
  font-size: 11px;
  margin-bottom: 4px;
}

#service .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#service .service-inner--green {
  margin-top: 160px;
}

#service .service-ttl--green {
  color: #138146;
}

#service .service-list--green li::before {
  background: #138146;
}
#service .service-list--green li strong{
	color: #138146;
	font-weight: 700
}
#service .service-inner--blue {
  margin-top: 160px;
}

#service .service-ttl--blue {
  color: #097fa6;
}

#service .service-list--blue li::before {
  background: #097fa6;
}
#service .service-list--blue li strong{
	color: #097fa6;
	font-weight: 700
}
/* タブ */
#media .tab-list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

#media .tab-list li {
  padding: 6px 0;
}

#media .tab-list li.active {
  font-weight: 700;
  border-bottom: 2px solid #000;
}

/* 投稿グリッド */
#media .media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
	margin-bottom: 90px
}


/* 切り替え制御 */
#media .media-group {
  display: none;
}

#media .media-group.active {
  display: block;
}


/* ===============================
   MEDIA ナビ
=============================== */

#media .media-nav{
  display:flex;
  justify-content:center;
  gap:40px;
  margin:60px 0 80px;
  padding:0;
}

#media .media-nav li{
  list-style:none;
}

/* 共通 */
#media .media-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
color: #211815;
  font-weight:600;
  background-repeat:no-repeat;
  background-position:center;
  transition:transform .25s ease;
	
}

/* hoverで少し浮く */
#media .media-nav a:hover{
  transform:translateY(-6px);
	color: #fff
}


/* ===============================
   新聞・雑誌
=============================== */

#media .media-nav .nav-01 a{
  width:220px;
  height:130px;
  background-image:url(/wp-content/themes/swell-child/images/media/bg-cate-media01-off.webp);
  background-size:contain;
}

#media .media-nav .nav-01 a:hover{
  background-image:url(/wp-content/themes/swell-child/images/media/bg-cate-media01.webp);
}


/* ===============================
   TV・ラジオ
=============================== */

#media .media-nav .nav-02 a{
  width:220px;
  height:130px;
  background-image:url(/wp-content/themes/swell-child/images/media/bg-cate-media02-off.webp);
  background-size:contain;
}

#media .media-nav .nav-02 a:hover{
  background-image:url(/wp-content/themes/swell-child/images/media/bg-cate-media02.webp);
}


/* ===============================
   WEB
=============================== */

#media .media-nav .nav-03 a{
  width:220px;
  height:130px;
  background-image:url(/wp-content/themes/swell-child/images/media/bg-cate-media03-off.webp);
  background-size:contain;
}

#media .media-nav .nav-03 a:hover{
  background-image:url(/wp-content/themes/swell-child/images/media/bg-cate-media03.webp);
}

#news .news-tabs{
  display:flex;
  gap:20px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

#news .news-tabs li a{
  display:block;
  padding:18px 30px;
  background:url(/wp-content/themes/swell-child/images/common/tab-bg.webp);
  background-size:cover;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  line-height:1.3;
}


#news .news-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
}

#news .news-card a{
  text-decoration:none;
  color:inherit;
  display:block;
}

#news .news-thumb{
  margin-bottom:14px;
}

#news .news-thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

#news .news-date{
  display:block;
  font-size:13px;
  color:#d00;
  margin-bottom:6px;
}

#news .news-title{
  font-size:15px;
  line-height:1.6;
}

/* ページネーション */
#news .news-pager{
  margin-top:50px;
  text-align:center;
}

#news .news-pager .page-numbers{
  display:inline-block;
  padding:8px 12px;
  margin:0 4px;
  background:#eee;
  border-radius:4px;
  text-decoration:none;
}

#news .news-pager .current{
  background:#333;
  color:#fff;
}
#news .news-tabs{
  display:flex;
  justify-content:center;
  list-style:none;
  padding:0;
  margin:40px 0;
}

#news .news-tabs li{
  margin:0;
  padding:0;
}

#news .news-tabs li a{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
  color:#fff;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:center;
  transition:transform .2s ease, opacity .2s ease;
}

/* ===== OFF状態 ===== */

/* ALL */
#news .news-tabs li[data-category="all"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-all-off.webp);
  width:210px;
  height:179px;
  background-size:210px 179px;
  padding-top:70px;
}

/* LIFE */
#news .news-tabs li[data-category="l-design"] a,
#news .news-tabs li[data-category="life-design"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-01-off.webp);
  width:214px;
  height:121px;
  background-size:214px 121px;
  padding:43px 0 0;
  margin-top:22px;
}

/* COMMUNICATION */
#news .news-tabs li[data-category="c-design"] a,
#news .news-tabs li[data-category="communication-design"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-02-off.webp);
  width:237px;
  height:125px;
  background-size:237px 125px;
  margin-top:10px;
  padding:43px 0 0;
}

/* SUSTAINABLE */
#news .news-tabs li[data-category="sustainable"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-03-off.webp);
  width:219px;
  height:139px;
  background-size:219px 139px;
  margin-top:7px;
  padding:52px 0 0;
}

/* ===== hover ===== */

#news .news-tabs li a:hover{
  transform:translateY(-6px);
}

#news .news-tabs li[data-category="all"] a:hover{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-all.webp);
}

#news .news-tabs li[data-category="l-design"] a:hover,
#news .news-tabs li[data-category="life-design"] a:hover{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-01.webp);
  width:214px;
  height:150px;
  background-size:214px 150px;
}

#news .news-tabs li[data-category="c-design"] a:hover,
#news .news-tabs li[data-category="communication-design"] a:hover{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-02.webp);
  width:237px;
  height:160px;
  background-size:237px 160px;
}

#news .news-tabs li[data-category="sustainable"] a:hover{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-03.webp);
  width:219px;
  height:170px;
  background-size:219px 170px;
}
/* ACTIVE状態 */

#news .news-tabs li.active[data-category="all"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-all.webp);
}

#news .news-tabs li.active[data-category="l-design"] a,
#news .news-tabs li.active[data-category="life-design"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-01.webp);
  height:150px;
  background-size:214px 150px;
}

#news .news-tabs li.active[data-category="c-design"] a,
#news .news-tabs li.active[data-category="communication-design"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-02.webp);
  height:160px;
  background-size:237px 160px;
}

#news .news-tabs li.active[data-category="sustainable"] a{
  background-image:url(/wp-content/themes/swell-child/images/works/bg-cate-03.webp);
}
.privacy-policy .link-policy{
  color:#00883f !important;
}

.privacy-policy .link-harassment{
  color:#0086b2 !important;
}
.privacy-policy .privacy-links a{
  text-decoration:none;
}

.privacy-policy .privacy-links a:hover{
  opacity:0.7;
}
.privacy-policy .post_content{
  max-width: 1080px;
  margin: 0 auto ;
  padding:80px 20px 40px;
	font-weight: 700
}

.privacy-policy .privacy-links{
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
}

.privacy-policy .privacy-links a{
  color: #6aa7b3;
  text-decoration: none;
}

.privacy-policy .privacy-links a:hover{
  text-decoration: underline;
}

.privacy-policy h2{
  position:relative;
  padding-left:28px;
}

.privacy-policy h2::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;   
  width:14px;
  height:14px;
  background:#2f8f6b;
  border-radius:50%;
}

.privacy-policy h3{
  background:#f5f5f5;
  padding:16px 20px;
  margin:50px 0 20px;
  font-size:18px;
}

.privacy-policy p{
  line-height:1.9;
  margin-bottom:20px;
	font-size: 14px
}

.privacy-policy hr{
  border:none;
  border-top:1px solid #333;
  margin:80px 0;
}

.privacy-policy .policy-list{
  line-height:1.9;
	padding: 0;
	white-space: nowrap;
	font-weight: 700
}

.privacy-policy .policy-list li{
  margin-bottom:10px;
	list-style: none;
	font-size: 14px
}
/* h2を完全に整形 */
.privacy-policy .post_content h2{
  background:none;
  padding:0;
  color:#333;
  text-align:left;
  display:flex;
  align-items:center;
  gap:14px;
}

/* もともとのSWELL装飾を完全無効 */
.privacy-policy .post_content h2::before{
  content:none !important;
}

/* 画像アイコンを改めて追加 */
.privacy-policy .post_content h2::after{
  content:"";
  width:22px;
  height:22px;
  background:url("../swell-child/images/privacy/bg-maru.webp") no-repeat center;
  background-size:contain;
  flex:0 0 22px;
  order:-1; /* 文字の前に出す */
	margin-left: 1em;
	margin-top:6px;
}
.privacy-policy .post_content h2#kasuhara::after{
background:url(../swell-child/images/privacy/bg-maru2.webp) no-repeat center center;
	background-size:contain;
}
.privacy-policy h3::before{
  content:none !important;
  display:none !important;
}
.post_content ul {
	font-size: 14px
}
.post_content .list-none li{
	list-style: none;
	text-indent: -1.4em
}
