/* reset-css
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/*=========================================================================
# base
========================================================================== */

body {
	color: #333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	overflow-x:hidden;
}

a {
	color: inherit;
}

img {
	width: 100%;
	max-width: 100%;
}

.contents {
	padding: 120px 0 40px;
}

.inner {
	max-width: 1280px;
	margin: 0 auto;
}

.main-title {
	width: 55%;
	margin-right: calc(50% - 50vw);
	margin-bottom: 60px;
	margin-left: auto;
	padding: 15px;
	background: #B1B6BA;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.main-title span{
	font-size: 30px;
}

.main-sec {
	padding: 60px 0;
}

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

#header {
  display: none;
}

/*=========================================================================
# ヘッダー
========================================================================== */
.header {
  position: fixed;      /* もしくは .site-header など実際のクラスに合わせて */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #141E3C !important; /* 強制的に透明 */
  box-shadow: none;      /* 影が白帯に見える時があるので消す */
  border: none;          /* 罫線がある場合も消す */
}

.header__contents {
	display: flex;
	position: relative;
	align-items: center;
background-color: transparent; /* 完全に透明 */
}

.header__logo a {
	display: block;
	padding: 15px;
	color: #000;
}

.header__logo img {
	width: 300px;
}

.header__nav {
	margin-left: auto;
}

.header__menu {
	display: flex;
	align-items: center;
}

.header__menu li {
	text-align: center;
}

.header__menu li a {
	display: block;
	padding: 22px 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.3s;
}

.header__menu li a span {
	display: inline-block;
	font-weight: normal;
	font-size: 10px;
}

.header__menu .header__contact a {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	background: #4C4AA4;
	color: #fff;
	line-height: 1;
	font-size:15px;
}

.header__menu .header__contact img {
	width: 20px;
	margin-right: 10px;
}

.header__has-child:hover ul {
	visibility: visible;
	opacity: 1;
}

.header__submenu {
	display: flex;
	visibility: hidden;
	position: absolute;
	left: 50%;
	justify-content: center;
	width: auto;
	min-width: 80%;
	transform: translateX(-50%);
	background: #4C4AA4;
	opacity: 0;
}

.header__submenu li {
	position: relative;
}

.header__submenu li::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #477A85;
	border-bottom: 2px solid #477A85;
	content: "";
}

.header__submenu li a {
	display: block;
	padding: 18px 45px;
	color: #fff;
	font-size:15px !important;
	transition: all 0.3s;
}

/* ハンバーガーメニュー
-------------------------------------------------------*/

.menu-toggle {
	display: none;
	z-index: 40;
	position: relative;
	width: 50px;
	height: 50px;
	font-weight: bold;
	cursor: pointer;
}

.menu-toggle span {
	display: inline-block; /*アニメーションの設定*/
	position: absolute;
	left: 12px;
	width: 55%;
	height: 3px;
	border-radius: 2px;
	background: #4C4AA4;
	transition: all 0.4s;
}

.menu-toggle span:nth-of-type(1) {
	top: 15px;
}

.menu-toggle span:nth-of-type(2) {
	top: 23px;
}

.menu-toggle span:nth-of-type(3) {
	top: 31px;
}

.menu-toggle.active span {
	background: #fff;
}

.menu-toggle.active span:nth-of-type(1) {
	top: 18px;
	left: 14px;
	width: 45%;
	transform: translateY(6px) rotate(-45deg);
}

.menu-toggle.active span:nth-of-type(2) {
	opacity: 0; /*真ん中の線は透過*/
}

.menu-toggle.active span:nth-of-type(3) {
	top: 30px;
	left: 14px;
	width: 45%;
	transform: translateY(-6px) rotate(45deg);
}

/* グローバルナビゲーション
-------------------------------------------------------*/

#g-nav.panelactive {
	top: 0;
}

/*ナビゲーションの縦スクロール*/

#g-nav.panelactive #g-nav-list {
	-webkit-overflow-scrolling: touch; /*ナビの数が増えた場合縦スクロール*/
	z-index: 20;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 0; /*表示する高さ*/
	overflow: auto;
}

/*ナビゲーション*/

#g-nav ul { /*ナビゲーション天地中央揃え*/
	z-index: 999;
}

/*=========================================================================
# メインビジュアル
========================================================================== */

.mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/mainvisual.jpg) no-repeat center center/cover;
}

.dx-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-service-mainvisual.jpg) no-repeat center center/cover;
}

.dx-training-programs-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-training-programs-mainvisual.jpg) no-repeat center center/cover;
}

.degishin-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/degishin-mainvisual.jpg) no-repeat center center/cover;
}

.ai-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-service-mainvisual.jpg) no-repeat center center/cover;
}

.ai-laboratory-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-laboratory-mainvisual.jpg) no-repeat center center/cover;
}

.private-school-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/private-school-mainvisual.jpg) no-repeat center center/cover;
}

.works-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/works-mainvisual.jpg) no-repeat center center/cover;
}

.about-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/about-mainvisual.jpg) no-repeat center center/cover;
}


.aboutmember-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/aboutmember-mainvisual.jpg) no-repeat center center/cover;
}

.publication-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/publication-mainvisual.jpg) no-repeat center center/cover;
}

.mainvisual_txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 574px;
	padding: 25px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	text-align: center;
}

.mainvisual_txt span {
	font-size: 28px;
	font-family: "Renner", sans-serif;
}

span.redtop {
	font-size: 28px;
	font-family: "Renner", sans-serif;
	color:#BF0000;
}

.mainvisual__var {
	position: absolute;
	bottom: -59px;
	width: 100%;
	height: 60px;
	background: #5A7993;
}

/*=========================================================================
# Vision & Mission
========================================================================== */

.vision__contents {
	position: relative;
}

.vision__row {
	position: relative;
	width: 100%;
}

.vision__pic {
	z-index: 2;
	position: absolute;
	width: 37.5%;
}

.vision__title {
	width: 62.5%;
	margin-bottom: 45px;
	margin-left: auto;
	padding-top: 60px;
	color: #5D7C95;
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	text-align: center;
}

.vision__title span {
	display: inline-block;
	font-size: 22px;
}


span.redmain {
	display: inline-block;
	font-size: 42px;
	color:#BF0000;
}

.vision__box {
	z-index: 1;
	position: relative;
	width: 66%;
	margin-left: auto;
	padding: 60px 80px;
	background: rgba(223, 223, 223, 0.8);
}

.vision__text {
	font-size: 18px;
	line-height: 2;
}

.vision__company {
	display: block;
	margin-top: 40px;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
}

.vision__name {
	display: block;
	font-weight: bold;
	text-align: right;
}

.vision__images {
	z-index: 0;
	position: relative;
	width: 50%;
	margin-top: -6%;
}


.subtitle {
	position: relative;

	color: #5D7C95;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}


/*=========================================================================
# Youtube講義
========================================================================== */

.youtube__content + .youtube__content {
	margin-top: 80px;
}

.youtube__title {
	position: relative;
	padding-left: 75px;
	color: #5D7C95;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}

.youtube__title::before {
	position: absolute;
	left: 0;
	width: 60px;
	height: 100%;
	background: #5D7C95;
	content: "";
}

.youtube__row {
	display: flex;
	margin-top: 40px;
	padding: 0 40px;
}

.youtube__col {
	display: block;
	width: 31%;
}

.youtube__item-title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/*=========================================================================
# information
========================================================================== */

.archiveItem {
	background: #e0e0e0;
	width:100%;
}

.archiveItem:nth-child(odd) {
	background: #efefef;
}

.archive__inner {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 10px;
}

.dateList {
	display: inline-block;
}

.dateList__item {
	display: inline-block;
	margin-right: 10px;
	padding-top: 2px;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.icon-calendar i {
	margin-right: 5px;
	line-height: 1.5;
}

.archive__cat {
	display: inline-block;
}

.archive__cat a {
	display: inline-block;
	min-width: auto;
	margin-right: 18px;
	margin-bottom: 12px;
	padding: 2px 15px;
	border: 1px solid #4C4AA4;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.heading {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

/*ページネーション
-------------------------------------------------------*/
.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination * {
	margin-right: 5px;
}

.pagination span:first-child {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 11px;
	border: #7F7F7F 1px solid;
	border-radius: 4px;
	background: #3F3F3F;
	color:#fff;
}

.pagination .inactive {
	display: inline-block;
	padding: 11px;
	border: #7F7F7F 1px solid;
	border-radius: 4px;
	transition: all 0.3s;
}

.pagination .inactive:hover {
	background: #3F3F3F;
	color: #fff;
}


/*=========================================================================
# フッター
========================================================================== */

.footer {
	background: #5A7993;
}

.footer__contents {
	padding: 40px 0;
}

.footer__img {
	margin-bottom: 35px;
	text-align: center;
}

.footer__img img {
	width: 120px;
}

.footer__row {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
}

.footer__copy {
	margin-right: 20px;
}

.footer__link a {
	display: block;
	padding: 0 20px;
	border-left: 1px solid #fff;
	line-height: 1;
	text-decoration: underline;
}

.footer__sns {
	display: flex;
	margin-left: 10px;
}

.footer__sns li:not(:first-child) {
	margin-left: 15px;
}

.footer__sns li a {
	transition: all 0.3s;
}

.footer__sns img {
	width: 25px;
}

/* フローディングボタン
-------------------------------------------------------*/

.floating-btn {
	z-index: 30;
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #9DB4C4;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s;
}

.floating-btn:hover {
	opacity: 1;
}

.floating-btn__contents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.floating-btn__contents img {
	width: 20px;
}

.floating-btn__contents span {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

@media screen and (min-width: 768px) {

.header__menu li a:hover {
	background: #4C4AA4;
	color: #fff;
}

.header__has-child:hover > a {
	background: #4C4AA4;
	color: #fff;
}

.header__submenu li a:hover {
	opacity: 0.6;
}

}

@media screen and (min-width: 769px) {

.youtube__col:not(:first-child) {
	margin-left: 3.5%;
}

.footer__sns li a:hover {
	opacity: 0.7;
}

}

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

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	padding-bottom: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.header__contents {
	height: 80px;
}

.header__logo a {
	padding: 10px;
}

.header__nav {
	margin-left: 0;
}

.header__menu {
	display: block;
}

.header__menu li a {
	color: #fff;
	font-size: 18px;
}

.header__menu > li {
	position: relative;
	border-bottom: 1px solid #fff;
}

.header__menu > li:last-child {
	border-bottom: none;
}

.header__menu > li::before,
.header__menu > li::after {
	position: absolute;
	background: #477A85;
	content: "";
	transition: all 0.3s;
}
	.header__menu > li.nosub::before,
	.header__menu > li.nosub::after {
	position: none;
	background: #477A85;
	content: "";
	transition: all 0.3s;
}
	
.header__menu > li::before {
	top: 35px;
	right: 35px;
	width: 23px;
	height: 3px;
}

.header__menu > li::after {
	top: 25px;
	right: 45px;
	width: 3px;
	height: 23px;
}

.header__menu > li.nosub::before {
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}
.header__menu > li.nosub::after {
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
}


.header__menu .header__contact {
	margin-top: 80px;
}

.header__menu .header__contact::before,
.header__menu .header__contact::after {
	display: none;
}

.header__menu .header__contact a {
	display: inline-block;
	width: 75%;
	max-width: 450px;
	padding: 20px 40px;
	background: #fff;
	color: #333;
	font-size: 20px;
	text-align: center;
}

.header__menu .header__contact img {
	width: 25px;
}

.header__has-child.active a {
	background: rgba(93, 124, 149, 0.7);
}

.header__has-child.active::before,
.header__has-child.active::after {
	background: #fff;
}

.header__has-child.active::after {
	transform: rotate(90deg);
}

.header__submenu { /*JSで制御するため一旦表示*/
	display: none;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	width: 100%; /*JSで制御するためCSSのアニメーションを切る*/
	transform: none;
	background: transparent; /*JSで制御するため一旦表示*/
	opacity: 1; /*JSのslidetoggleで表示させるため非表示に*/
	transition: none;
}

.header__submenu li::after {
	display: none;
}

.menu-toggle {
	display: block;
	margin-left: auto;
	cursor: pointer;
}

#g-nav {
	z-index: 20; /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed; /*ナビのスタート位置と形状*/
	top: -120%;
	left: 0;
	width: 100%;
	height: 100vh; /*ナビの高さ*/
	background: rgba(0, 0, 0, 0.9); /*動き*/
	transition: all 0.6s;
}

}

@media screen and (max-width: 1280px) {
.header__logo img {
	width: 200px;
}
}

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

	.catch-copy{
		width:95%;
	}
	
.contents {
	width:95%;
	margin:0 auto;
	padding: 80px 0 40px;
}

.main-title {
	width: 73%;
	margin-bottom: 40px;
	padding: 0px 10px;
	font-size: 20px;
}

	.main-title span {
	font-size: 20px;
}

	
.main-sec {
	padding: 40px 0;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.header__contents {
	height: 70px;
}

.header__logo img {
	width: 200px;
}

.header__menu li a {
	padding-left: 20%;
	text-align: left;
	text-align: left;
}

.header__menu li a span {
	position: relative;
	padding-left: 25px;
	font-size: 12px;
}

.header__menu li a span::before {
	position: absolute;
	top: 50%;
	left: 6px;
	width: 12px;
	height: 2px;
	transform: translateY(-50%);
	background: #fff;
	content: "";
}

.header__submenu li a {
	padding-left: 23%;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

#g-nav.panelactive #g-nav-list {
	padding: 60px 0;
}
	
	
.mainvisual {
	height: calc(100vh - 99px);
	background: url(../../img/mainvisual-sp.jpg) no-repeat center center/cover;
}

	
.dx-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-service-mainvisual-sp.jpg) no-repeat center center/cover;
}

.dx-training-programs-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/dx-training-programs-mainvisual-sp.jpg) no-repeat center center/cover;
}

.degishin-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/degishin-mainvisual-sp.jpg) no-repeat center center/cover;
}

.ai-service-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-service-mainvisual-sp.jpg) no-repeat center center/cover;
}

.ai-laboratory-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/ai-laboratory-mainvisual-sp.jpg) no-repeat center center/cover;
}

.private-school-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/private-school-mainvisual-sp.jpg) no-repeat center center/cover;
}

.works-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/works-mainvisual-sp.jpg) no-repeat center center/cover;
}

.about-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/about-mainvisual-sp.jpg) no-repeat center center/cover;
}


.aboutmember-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/aboutmember-mainvisual-sp.jpg) no-repeat center center/cover;
}

.publication-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/publication-mainvisual-sp.jpg) no-repeat center center/cover;
}

	
.mainvisual_txt {
	width: 80%;
	font-size: 14px;
}

.mainvisual_txt span {
	font-size: 22px;
}

.mainvisual__var {
	bottom: -39px;
	height: 40px;
}

.vision {
	padding-top: 10px;
}

.vision__row {
	display: flex;
	align-items: center;
}

.vision__pic {
	position: relative;
	width: 40%;
}

.vision__title {
	width: 60%;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 4%;
	font-size: 22px;
	text-align: left;
}

.vision__title span {
	font-size: 12px;
}
	
	span.redmain{
		font-size: 22px;
	}

.vision__box {
	width: 100%;
	margin-top: -25px;
	padding: 50px 20px 65px;
}

.vision__text {
	font-size: 14px;
}

.vision__company {
	margin-top: 20px;
	font-size: 16px;
}

.vision__name {
	font-size: 14px;
}

.vision__images {
	z-index: 2;
	width: 100%;
}

.youtube__content + .youtube__content {
	margin-top: 40px;
}

.youtube__title {
	padding-left: 35px;
	font-size: 20px;
}

.youtube__title::before {
	width: 25px;
}

.youtube__row {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0 15px;
}

.youtube__col {
	width: 48%;
}

.youtube__col:nth-child(n+3) {
	margin-top: 25px;
}

.youtube__item-title {
	font-size: 12px;
}

.footer__contents {
	padding: 30px 20px 35px;
}

.footer__img {
	margin-bottom: 25px;
	text-align: left;
}

.footer__row {
	display: block;
	font-size: 12px;
}

.footer__copy {
	margin-bottom: 20px;
}

.footer__link a {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
}

.footer__sns {
	margin-top: 25px;
	margin-left: 0;
}

.footer__sns img {
	width: 30px;
}

.floating-btn {
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
}

.floating-btn__contents img {
	width: 15px;
}

.floating-btn__contents span {
	font-size: 10px;
}
	
.archive__cat a {
	font-size: 13px;
}

.heading {
	font-size: 15px;
}
.dateList__item {
	font-size: 12px;
}

}

span.red{
	color:#BF0000;
	font-size: 18px !important;
}

span.red:hover{
	color:#fff;
}

@media screen and (max-width: 798px) {
	span.red{
	color:#fff;
}
}

.undercontent{
	
}

.undercontent p{
	font-size:17px;
	line-height:2em;
	margin-top:20px;
}

.dxmenu{
	display:block;
	width:100%;	
	max-width:700px;
	margin: 0 auto;
	margin-top:24px;
}

.dxmenu h3{
	color:#CC6242;
	font-size:25px;
	margin: 0 auto;
	font-weight:bold;
	text-align: center;
}

.dxmenu img{
	display:block;
	width:700px;
	margin: 0 auto;
	
	text-align: center;
}

.underyajirushi{
	padding-top:24px;
}

p.dxlinktext{
text-align:right;	
}

a.linktext{
	color:#538BE5;
	font-weight:bold;
}

.p-lowercontent__bread{
	margin-top:20px;
}

.p-lowercontent__bread-list {
    display: flex;
    font-size: .95em;
    padding: 0.45em 0;
}
.p-lowercontent__bread-item + .p-lowercontent__bread-item::before {
    content: "＞";
}
.p-single__article-title {
    font-size: 2em;
    margin-top: 0.25em;
}


    *{box-sizing:border-box}
    article{
      width:800px;
      margin:0 auto;
    }
    h1{
      text-align:center;
    }
    amp-lightbox{
      background-image:url(img/bg.png);
    }
    .lightbox-inner{
      width:1000px;
      height:100%;
      margin:0 auto;
    }
    .lightbox-inner::before{
      content:'×';
      color:#fff;
      font-size:2em;
    }
    .lightbox-list{
      display:flex;
      align-items:center;
      list-style:none;
      margin:0;
      padding:0;
    }
    .lightbox-list li{
      flex:0 0 50%;
      padding:10px 5px 10px;
      position:relative;
      cursor:pointer;
    }
    .lightbox-body{
      text-align:right;
    }
    .lightbox-movie{
      position:absolute;
      font-size:40px;
      color:#fff;
      z-index:10;
      top:50%;
      left:50%;
      margin:-20px 0 0 -20px;
    }
    @media only screen and (max-width:760px){
      article,
      .lightbox-inner{
        width:100%;
      }
    }


/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry{
 width: 100%;
	margin-top:30px;
}
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
select,
textarea,
.field {
 display: block;
 margin-bottom: 0;
 padding: 0 12px;
 width: 100%;
 height: 45px;
 border: 0;
 border-radius: 3px;
 background-color: #eff1f5 !important;
 box-shadow: none;
 color: #5c6b80;
 vertical-align: middle;
 font-size: 1em;
 line-height: 45px;
 transition: background-color .24s ease-in-out;
}
textarea {
 overflow: auto;
 padding: .5em;
 min-height: 120px;
 max-width: 100%;
 text-align: left !important;
 line-height: 1.5em;
}
@media(max-width:500px) {
 .inquiry td,
 .inquiry th {
  display: block !important;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;;
  width: 100% !important;
  border-top: none !important;
 }
 .inquiry tr:first-child th {
  border-top: 1px solid #d7d7d7 !important;
 }
 .inquiry .any,
 .inquiry .haveto {
  font-size: 10px;
 }
}
.inquiry th {
 padding-right: 5px;
 width: 30%;
 border: solid 1px #d7d7d7;;
 background: #f7f7f7;
 color: #444;
 text-align: left;
 font-size: 14px;
}
.inquiry td {
 border: solid 1px #d7d7d7 !important;
 font-size: 13px;
}
.entry-content .inquiry tr,
.entry-content table {
 border: solid 1px #d7d7d7;
}
.haveto {
 position: relative;
 bottom: 1px;;
 margin-right: 5px;
 padding: 5px;
 border-radius: 2px;
 background: #ff9393;
 color: #fff;
 font-size: 7px;
}
.any {
 position: relative;
 bottom: 1px;;
 margin-right: 5px;
 padding: 5px;
 border-radius: 2px;
 background: #93c9ff;
 color: #fff;
 font-size: 7px;
}
.verticallist .wpcf7-list-item {
 display: block;
}
#formbtn {
 display: block;
 margin: 25px auto 0;;
 padding: 15px;
 width: 350px;
 border-radius: 2px;
 background: #ffaa56;
 color: #fff;
 font-weight: 700;
 font-size: 18px;
}
#formbtn:hover {
 border: 2px solid #ffaa56;;
 background: #fff;
 color: #ffaa56;
}
th {
 padding: 13px;;
 text-transform: uppercase;
 font-weight: 700;
}
td {
 padding: 12px;;
 border-top: 1px solid #ededed;
}
input,
select,
textarea {
 margin: 0;
 max-width: 100%;
 border: 1px solid #dfdfdf;
 letter-spacing: 1px;
 resize: none;
}

textarea {
 text-align: left;
}

.inlineblock{
	display:block;
}


.card-container{
    display:flex;
    margin: 20px auto;
}

.card-img img{
    width:100%;
    height: auto;
}

.card-text{
    width:100%;
    margin: 20px;
	line-height:2.0em;
}


.card-container2{
	display:flex;
    margin: 20px auto;
    flex-direction: row-reverse;
}


@media (max-width: 880px) {
.card-container{
    display:inline-block;
    margin: 0px auto;
}
	.card-container2{
	display:inline-block;
    margin: 0px auto;
    flex-direction: row-reverse;
}
	
	.card-text{
    width:95%;
    margin: 2.5%;
		line-height:2.0em;
}	
}

.resimg{
	display:block;
	max-width:900px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}

.resimgmain{
	display:block;
	max-width:1260px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}

.pc{
	display:block;
}

.sp{
	display:none;
}
@media (max-width: 880px) {
.pc{
	display:none;
}

.sp{
	display:block;
}
}

.koteibox h3{
	padding-bottom:15px;
}

.koteibox p{
	font-size:17px;
	line-height:2.5em;
	padding-bottom:30px;
}



.topcontentin{
	width:100%;
	display:inline-block;
	margin-top:20px;
}

.topcontentinleft{
	width:60%;
	float:left;
}

.topcontentinleft h3{
	font-size:25px;
	line-height:1.5em;
}

.topcontentinleft p{
	font-size:17px;
	line-height:1.5em;
}

.topcontentinright{
	width:38%;
	float:right;
	margin-left:2%;
}

@media(max-width:770px) {
.topcontentinleft{
	width:100%;
	float:none;
}

.topcontentinleft h3{
	font-size:20px;
	line-height:1.5em;
}

.topcontentinleft p{
	font-size:17px;
	line-height:1.5em;
}

.topcontentinright{
	width:100%;
	float:none;
	margin-left:0%;
}
}

.timeline {
  list-style: none;
}
.timeline > li {

}

.timeline h3{
	font-size:17px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
	padding-top:0px;

  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
	  padding-bottom:30px;
	  	padding-top:8px;

  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #5FC0F5;
    position: absolute;
    left: 106px;
    top: 15px;
    border-radius: 100%;
  }
}

@media screen and (max-width: 767px) {
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 30px;
}
	
	 .timeline-date {
color:#5FC0F5;
font-weight:bold;
  }

	h2.koteititle{
		font-size:20px;
	}
	
	h2.toptitle{
		font-size:20px;
	}
	
	.inlineblock{
		display:inline-block;
	}
	
}

ul.members{
		width:1000px !important;
	}
	
  .members__top {
    display: flex;
    justify-content: space-between;
  }
  .members__img {
    width: 30%;
    height: 440px;
  }

  .members__img img {
    height: 100%;
    object-fit: cover;
  }

  .members__text {
    width: 65%;
	  font-size:20px;
	  line-height:1.8em;
  }

  .members__list {
    list-style: none;
    margin: 4em 0;
  }

  .members__list p {
    font-size: 16px;
  }

  .members .members__name {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .05em;
  }

  .members .members__position {
    font-weight: bold;
    font-size: 17px;
    padding-left: 1.2em;
    position: relative;
  }

  .members__position:before {
    content: '';
    width: 1em;
    height: 2px;
    background-color: #191919;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .members__noimg .members__text {
    width: 100%;
  }

  @media only screen and (max-width: 767px) {
	  
	  ul.members{
		width:100% !important;
	}
	  
    .members__top {
      flex-direction: column;
    }
    .members__img {
      width: 80%;
      margin: 0 auto;
      height: inherit;
    }
    .members__img img {
      width: 100%;
    }
    .members__text {
      width: 100%;
      margin-top: 2em;
    }
  }
	
.members__achivement{
	margin-top:20px;
	background:#eee;
	padding:16px;
	line-height:2em;
}

.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha td {
	background:#fff;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}


.aboutbox {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height:50vh;
	margin-top:30px;
}


.aboutbox iframe {
  border:none;
  width:100%;
  height:100%;
}

.spacebottom{
	margin-bottom:30px;
}



.l-contents__block {
  width: 950px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
	margin-top:150px;
}
.l-main--column2 .l-contents__block {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--min {
  width: 800px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--min {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--wide {
  width: 1000px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--wide {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--wide02 {
  width: 1100px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--wide02 {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--break {
  padding-top: 95px;
  margin-top: -95px;
}
.l-contents__block--breakInner {
  margin-bottom:40px;
}

/*-------------------
	flexBox
-------------------*/
.c-imgTxt, .c-imgTxt--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-imgTxt:not(:last-of-type), .c-imgTxt--reverse:not(:last-of-type) {
  margin-bottom: 4em;
}
.c-imgTxt--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-imgTxt + .c-imgTxt--reverse, .c-imgTxt--reverse + .c-imgTxt--reverse, .c-imgTxt--reverse + .c-imgTxt {
  margin-top: 4em;
}
.c-imgTxt__txtBox {
  width: 50%;
}


.modal-openjirei {
  display: block;
  max-width: 500px;
}

.modal-openjirei img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-opendigi {
  display: block;
  max-width: 500px;
}

.modal-opendigi img {
  aspect-ratio: 16/9;
  width: 100%;

}

.c-imgTxt__txtBox h3{
	
  position: relative;
  padding-bottom: 24px;
  width: 40% !important;
  font-size: 26px;
  border-bottom: 3px solid #c7c7c7;
}

.c-imgTxt__txtBox h3::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #5D7C95;
}

.c-imgTxt__img, .c-imgTxt__img--reverse {
  width: 50%;
}
.c-imgTxt__img img, .c-imgTxt__img--reverse img {
  width: 100%;
}
.c-imgTxt__img--reverse img {
  width: 100%;
}


h3.midashi{
  position: relative;

  padding-bottom: 24px;
  width: 100% !important;
  font-size: 23px;
	margin-top:40px;
  border-bottom: 3px solid #c7c7c7;
}

h3.midashi::after {
  content: '';
 position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #5D7C95;
}

.copy{
	color:#BF0000;
	font-weight:bold;
	font-size:20px;
}

h4.midashi2{
  position: relative;
margin:0 auto;
  padding-bottom: 24px;
  width: 100% !important;
  font-size: 23px;
	margin-top:40px;
	

}

h4.midashi::after {
  content: '';
 position: absolute;
  top: 100%;
  left: 0;
  width: 80px;


}


/*--------------------
  この記事を書いた人
---------------------*/
/*ボックス全体*/
.profile-box {
    margin:3em 1em 2em;
    padding:10px 10px 15px;
    position:relative;
    border:2px solid #5A7993;    /*枠線の太さ 線種 色*/
    font-size:14px;
}

.profile-box:before , .profile-box:after {
    clear:both;
    content:"";
    display:block;
}

/*「この記事を書いた人」のタイトル*/
.profile-box .profile-box_title {
    position:absolute;
    top:-30px;
    left:-2px;
    padding:0 10px;
    background:#5A7993;    /*背景色*/
    color:#fff;            /*文字の色*/
    font-weight:bold;
    border:2px solid #5A7993;    /*枠線の太さ 線種 色*/
    display:inline-block;
}

.profile-box_title:before {
    font-family:"Font Awesome 5 Free";
    content:"\f007";
    font-weight:900;
    margin-right:7px;
}

/*アイコン画像*/
.profile-box img {
    display:block;
    width:320px;
	height:250px;
object-fit: cover; 
    float:left;
    margin:10px 20px 7px 10px;    /*画像周りの余白*/
}


@media only screen and (max-width: 767px) {
	  .profile-box {
    margin:0em 0em 0em;
    padding:10px 10px 0px 5px;
    position:relative;
    border:2px solid #5A7993;    /*枠線の太さ 線種 色*/
    font-size:14px;
}
	  
	  .profile-box img {
    display:block;
    width:350px !important;
		  height:180px;
object-fit: cover; 
    float:none;
    margin:0px 0px 0px 0px;    /*画像周りの余白*/
}
	  
	  .p-study__inner {
  max-width: 960px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}
	  
}


	  

/*名前(ニックネーム)*/
.profile-box .profile-box_name {
   margin:0 0 7px;
	margin-top:20px;
   padding:0;
   font-size:19px;       /*文字サイズ*/
   font-weight:bolder;
}

/*プロフィール*/
.profile-box p {
    margin:0;
    padding:0;
    font-size:14px;
    line-height:21px;    /*行間*/
}

.heading2 {
  padding-bottom: 29px;
  width: 100%;
	margin-bottom:30px;
  font-size: 26px;
  text-align: center;
  background-image: linear-gradient(90deg, #c7c7c7 0%, #c7c7c7 45%, #5A7993 45%, #5A7993 55%, #c7c7c7 55%, #c7c7c7 100%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.button-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #5A7993;
    border-radius: 5px;
    background-color: #fff;
    color: #5A7993;
    font-size: 1em;
}

.button-001::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #5A7993;
    border-right: 2px solid #5A7993;
    content: '';
}

.button-002 {
display:block;
	font-weight:bold;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .8em 1em;
    border: 1px solid #5A7993;
    border-radius: 5px;
    background-color: #fff;
    color: #5A7993;
    font-size: 1em;
}



.button-002 span.boldtext{
color:#C5BD98;
	font-weight:bold;
	display: initial;
}

.spacetop{
	margin-top:30px;
}



.digishinbg {
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../../img/digishinbg.jpg) no-repeat center center/cover;
}

.digishinlogo{
	position: absolute;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
width:500px;
}

.digishinbg p{
	position: absolute;
	top:30%;
	left: 50%;
	color:#fff;
	font-size:18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align:center;
	width:100%;
}

span.ytext{
	color:#BF0000;
	font-weight:bold;
	font-size:20px;
	display:inline-block;
}

.digishinicon{
	position: absolute;
	bottom:15%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
width:350px;
}

@media only screen and (max-width: 767px) {
.digishinbg {
	height: calc(100vh - 350px);
	background: url(../../img/digishinbg.jpg) no-repeat center center/cover;
}
	
	.digishinbg p{
	position: absolute;
	top:30%;
	left: 50%;
	color:#fff;
	font-size:16px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align:center;
	width:95%;
}
	
	.c-imgTxt__txtBox {
    width: 100%;
  }
	
	 .c-imgTxt, .c-imgTxt--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-imgTxt__txtBox {
    width: 100%;
  }
  .c-imgTxt__img, .c-imgTxt__img--reverse {
    width: 70%;
    margin-bottom: 2em;
    text-align: center;
  }
  .c-imgTxt__img--reverse {
    margin: 0 auto 2em;
  }

}

span.center{
	text-align:center !important;
	color:#333;
	display:block;
	
}

span.black{
	font-size:15px;
	color:#333;
	font-weight:normal;
}

.kotei h3{
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}

.kotei p{
	margin-bottom:20px;
}


.kv {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* 動画を背景化 */
.kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* テキストブロックを中央配置 */
.kv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  z-index: 2;
}

/* 英語メインコピー */
.kv .main-copy {
  color: #fff;
  font-size: 3rem;
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-transform: capitalize;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
  margin-top: 0.5em; /* サブコピーとの間隔 */
}

/* 日本語サブコピー */
.kv .sub-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.8em;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .kv-content {
    width: 92%;
    transform: translate(-50%, -45%); /* 少し下げて視覚中央に */
  }

  .kv .main-copy {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
    margin-top: 0.4em;
  }

  .kv .sub-copy {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 0.4em;
	  text-align:left;
  }
}


/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}




.card-container{
    display:flex;
    margin: 20px auto;
}

.card-imgb img{
    width:100%;
    height: auto;
}

.card-textb{
    width:100%;
    margin: 20px;
	line-height:2.0em;
}


.card-container2{
	display:flex;
    margin: 20px auto;
    flex-direction: row-reverse;
}


@media (max-width: 880px) {
.card-container{
    display:inline-block;
    margin: 0px auto;
}
	.card-container2{
	display:inline-block;
    margin: 0px auto;
    flex-direction: row-reverse;
}
	
	.card-textb{
    width:95%;
    margin: 2.5%;
		line-height:2.0em;
}

	
}


.qa-006 {
    max-width: 1000px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-006 summary::before,
.qa-006 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-006 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-006[open] p {
    transform: none;
    opacity: 1;
}

.qa-006 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107,144,219);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.pdbottom{
	padding-bottom:30px;
}


.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------
  特殊効果一覧ページ（追加ページ）
---------------------*/
.p-effects {
	margin-block: 6.25rem;

	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-effects__row {
display: flex;
gap: 30px;
}

.p-effects__row-title {
	width: 30%;
font-size: 1.5rem;
flex-shrink: 0;
}

.p-effects__row-items {
display: grid;
grid-template-columns: repeat(3, 1fr);

gap: 25px 30px ;
flex-grow: 1;
}

.p-effects__row-item {

}

.p-effects__row-link {
	display: block;
	width: 100%;
padding-block: 10px;
border-bottom: 1px solid gray;
}
/* @media (any-hover: hover) {
  .p-effects__row-link:hover {
    ;
  }
} */

@media (max-width: 880px) {
	.p-effects__row {
		flex-direction: column;
	}

	.p-effects__row-title {
		width: 100%;
	}

	.p-effects__row-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.p-effects__row-items {
		grid-template-columns: 1fr;
	}
}

/*--------------------
  特殊効果個別ページ（追加ページ）
---------------------*/
.p-effects__container {

}


.p-effects__image {
	width: 55%;
	flex-shrink: 0;
}

.p-effects__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 522 / 334;
}

.p-effects__text {
flex-grow: 1;
}

@media (max-width: 880px) {
	.p-effects__image {
		width: 100%;
	}
}


/* ===============================
   SERVICE SECTION BASE
=================================*/
.services-section {
  position: relative;
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #f9f9f9;
  transform: skewY(-5deg);
  transform-origin: top left;
  z-index: 0;
}

.services-inner {
  position: relative;
  z-index: 2;
  width: min(90%, 1200px);
  margin: 0 auto;
}

/* 見出し */
.services-heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  position: relative;
}

.services-heading::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 4px;
  height: 40px;
  background: #4C4AA4;
  transform: translateY(-50%);
}

.services-lead {
  color: #555;
  line-height: 1.8;
  max-width: 720px;
  margin-bottom: 80px;
}

/* ===============================
   SERVICE CARDS
=================================*/
.services-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* カードベース */
.service-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* 左右交互配置 */
.service-card.reverse {
  flex-direction: row-reverse;
}

/* 画像部分 */
.service-card__image {
  flex: 1 1 50%;
  overflow: hidden;
  position: relative;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.service-card:hover .service-card__image img {
  transform: scale(1.05);
}

/* テキスト部分 */
.service-card__content {
  flex: 1 1 50%;
  background: #fff;
  padding: 60px 50px;
  position: relative;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

/* 右画像の場合の反転マスク */
.service-card.reverse .service-card__content {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

/* テキストスタイル */
.service-card__category {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.6em;
}

.service-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  color: #111;
}

.service-card__desc {
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 2em;
}

.service-card__arrow {
  font-size: 1.4rem;
  position: absolute;
  bottom: 25px;
  right: 30px;
  color: #888;
  transition: right 0.3s ease, color 0.3s ease;
}

.service-card:hover .service-card__arrow {
  right: 20px;
  color: #000;
}

/* ===============================
   VIEW MORE BUTTON
=================================*/
.services-footer {
  text-align: center;
  margin-top: 100px;
}

.services-footer__button {
  display: inline-block;
  background: #4C4AA4;
  color: #fff;
  padding: 14px 50px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.services-footer__button:hover {
  background: #333;
}

/* ===============================
   RESPONSIVE
=================================*/
@media screen and (max-width: 1024px) {
  .service-card__content {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .services-section {
    padding: 80px 0;
  }

  .services-list {
    gap: 40px;
  }

  .service-card {
    flex-direction: column;
  }

  .service-card.reverse {
    flex-direction: column;
  }

  .service-card__content {
    clip-path: none !important;
    padding: 30px 20px;
  }

  .service-card__title {
    font-size: 1.4rem;
  }

  .service-card__desc {
    font-size: 0.9rem;
  }

  .service-card__image img {
    height: 220px;
  }
}


/* ==============================
   CLIENT セクション全体
============================== */
.client-section {
  position: relative;
  padding: 140px 0;
  background: #fff;
  overflow: hidden;
}

/* 背景の斜め帯 */
.client-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 60%;
  height: 100%;
  background: #f8f8f8;
  transform: skewY(-8deg);
  transform-origin: top left;
  z-index: 0;
}

.client-inner {
  position: relative;
  z-index: 2;
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}

/* ==============================
   左エリア
============================== */
.client-left {
  flex: 0 0 40%;
}

.client-heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  color: #111;
  position: relative;
}

.client-heading::before {
  content: "\\";
  color: #f4c400;
  font-weight: 700;
  margin-right: 8px;
}

.client-lead {
  color: #555;
  line-height: 1.8;
  margin-bottom: 50px;
  max-width: 90%;
}

/* ==============================
   黒ボタン
============================== */
.client-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.client-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  background: #4C4AA4;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 16px 24px;
  transition: background 0.3s ease;
}

.client-btn:hover {
  background: #333;
}

.client-btn span {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.client-btn:hover span {
  transform: translateX(5px);
}

/* ==============================
   右エリア（ロゴグリッド）
============================== */
.client-right {
  flex: 0 0 55%;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.client-logos img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-logos img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* ==============================
   レスポンシブ対応
============================== */
@media screen and (max-width: 1024px) {
  .client-inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .client-left,
  .client-right {
    flex: none;
    width: 100%;
  }

  .client-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .client-btn {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .client-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .client-logos img {
    height: 80px;
    padding: 10px;
  }
}

.client-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
}

.client-logos img {
  width: 150px;
  height: auto;
  opacity: 0.9;
  transition: transform 0.5s ease, opacity 0.3s ease;
  animation: floatRandom 6s ease-in-out infinite;
}

/* ホバー時に少し拡大 */
.client-logos img:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* 無造作に動くようにするランダム感 */
@keyframes floatRandom {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(2px, -4px) rotate(1deg);
  }
  50% {
    transform: translate(-3px, 3px) rotate(-1deg);
  }
  75% {
    transform: translate(4px, 2px) rotate(0.5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/* ロゴごとに動きをずらして「無造作感」を出す */
.client-logos img:nth-child(1) { animation-delay: 0s; }
.client-logos img:nth-child(2) { animation-delay: 0.4s; }
.client-logos img:nth-child(3) { animation-delay: 0.8s; }
.client-logos img:nth-child(4) { animation-delay: 1.2s; }
.client-logos img:nth-child(5) { animation-delay: 1.6s; }
.client-logos img:nth-child(6) { animation-delay: 2s; }
.client-logos img:nth-child(7) { animation-delay: 2.4s; }
.client-logos img:nth-child(8) { animation-delay: 2.8s; }
.client-logos img:nth-child(9) { animation-delay: 3.2s; }
.client-logos img:nth-child(10) { animation-delay: 3.6s; }
.client-logos img:nth-child(11) { animation-delay: 4s; }
.client-logos img:nth-child(12) { animation-delay: 4.4s; }


.spacetb{
	margin-top:-50px;
	margin-bottom:50px;
}


/* Base */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin: 0;
  background-color: #f8f9fb;
}
section {
  position: relative;
  overflow: hidden;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}
h2 span {
  color: #4a4b9d;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Hero */
.hero {
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4a4b9d 0%, #7273c4 50%, #9ea0e1 100%);
  background-size: 200% 200%;
  animation: gradientShift 10s ease infinite;
  z-index: 1;
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.hero-inner {
  z-index: 2;
  padding: 0 20px;
}
.hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 15px;
}
.hero p {
  font-size: 1.1rem;
  opacity: 0.95;
}

.creative-hero {
  position: relative;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.5);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 40%, rgba(74,75,157,0.7), rgba(30,31,60,0.9));
  mix-blend-mode: overlay;
  z-index: 1;
}

.hero-inner.creative {
  z-index: 2;
  padding: 0 20px;
  animation: fadeUp 1.2s ease forwards;
}
.hero-inner.creative h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.4;
  margin-bottom: 20px;
}
.hero-inner.creative h1 .line1 {
  font-size: 1rem;
  letter-spacing: 0.15em;
  opacity: 0.85;
}
.hero-inner.creative h1 .line2 {
  font-weight: 600;
}
.hero-inner.creative p {
  font-size: 1.1rem;
  opacity: 0.9;
  animation: fadeUp 1.8s ease forwards;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Floating circles background effect */
.floating-circles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.floating-circles span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  animation: floatCircle 20s linear infinite;
}
.floating-circles span:nth-child(1) { top: 10%; left: 15%; animation-delay: 0s; }
.floating-circles span:nth-child(2) { top: 40%; left: 70%; width: 40px; height: 40px; animation-delay: 5s; }
.floating-circles span:nth-child(3) { top: 80%; left: 30%; width: 100px; height: 100px; animation-delay: 3s; }
.floating-circles span:nth-child(4) { top: 60%; left: 80%; width: 50px; height: 50px; animation-delay: 2s; }
.floating-circles span:nth-child(5) { top: 20%; left: 50%; width: 80px; height: 80px; animation-delay: 1s; }

@keyframes floatCircle {
  0% { transform: translateY(0) scale(1); opacity: 0.5; }
  50% { transform: translateY(-80px) scale(1.2); opacity: 0.8; }
  100% { transform: translateY(0) scale(1); opacity: 0.5; }
}

/* Responsive */
@media (max-width: 768px) {
  .creative-hero { height: 70vh; }
  .hero-inner.creative h1 { font-size: 1.6rem; }
  .hero-inner.creative p { font-size: 1rem; }
}


/* Intro */
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.intro .text {
  flex: 1 1 500px;
}
.intro .text h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.intro .text p {
  line-height: 1.9;
  color: #555;
}
.intro .image {
  flex: 1 1 400px;
  position: relative;
}
.intro .image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transform: scale(1.02);
  transition: 0.5s;
}
.intro .image img:hover {
  transform: scale(1.05);
}

/* Works */
.works {
  background: #fff;
  text-align: center;
}
.works h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.works p {
  color: #555;
  
}


.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
	margin-top:50px;
}
.work-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  cursor: pointer;
}
.work-item img {
  width: 100%;
  height: 230px;

  transition: transform 0.5s ease;
}
.work-item:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(74,75,157,0.8);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
	color:#fff;
}
.work-item:hover .overlay {
  opacity: 1;
}
.overlay h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.overlay p{
	color:#fff !important;
	margin-bottom: 0px !important;
}

/* FAQ */
.faq {
  background: linear-gradient(180deg, #f8f9fb 0%, #e9ebf8 100%);
}
.faq h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.faq-item {
  max-width: 800px;
  margin: 0 auto 30px;
  background: #fff;
  border-left: 5px solid #4a4b9d;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 25px 30px;
  transition: transform 0.3s ease;
}
.faq-item:hover {
  transform: translateY(-3px);
}
.faq-item h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #222;
}
.faq-item p {
  color: #555;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .inner { padding: 60px 15px; }
  .hero { height: 50vh; }
  .intro .text h2 { font-size: 1.4rem; }
  .work-item img { height: 200px; }
}

.aio-faq .faq-lead {
  text-align: center;
  color: #555;
  margin-bottom: 50px;
  line-height: 1.8;
}
.aio-faq .faq-item {
  max-width: 850px;
  margin: 0 auto 35px;
  padding: 25px 30px;
  background: #fff;
  border-left: 4px solid #4a4b9d;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.aio-faq .faq-item:hover {
  transform: translateY(-4px);
}
.aio-faq .faq-item h3 {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 10px;
}
.aio-faq .faq-item p {
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}


/* =========================================
   Creative Section Layout
========================================= */
.creative-section {
  background: #f9f9fb;
  padding: 100px 0;
}

.creative-grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.creative-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.creative-item.reverse {
  flex-direction: row-reverse;
}

/* 画像 */
.creative-item img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.creative-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* テキスト */
.creative-text {
  width: 50%;
}
.creative-text h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #4A4B9D;
  margin-bottom: 20px;
  position: relative;
}
.creative-text h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #4A4B9D;
  margin-top: 10px;
}
.creative-text p {
  color: #444;
  line-height: 1.9;
  font-size: 1rem;
}

/* =========================================
   Intro Section (Creative専用)
========================================= */
.intro-creative {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.intro-creative h2 span {
  color: #4A4B9D;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.intro-creative h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 30px;
}
.intro-creative p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  color: #555;
  font-size: 1rem;
}

/* =========================================
   Responsive
========================================= */
@media (max-width: 1024px) {
  .creative-item,
  .creative-item.reverse {
    flex-direction: column;
  }
  .creative-item img,
  .creative-text {
    width: 100%;
  }
  .creative-item img {
    max-height: 400px;
  }
  .creative-text {
    text-align: center;
  }
  .creative-text h3::after {
    margin-left: auto;
    margin-right: auto;
  }
  .creative-section {
    padding: 70px 0;
  }
}


/* =========================================
   Intro (Marketing)
========================================= */
.intro-marketing {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.intro-marketing h2 span {
  color: #4A4B9D;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.intro-marketing h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 30px;
}
.intro-marketing p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  color: #555;
  font-size: 1rem;
}

/* =========================================
   Marketing Logic
========================================= */
.marketing-logic {
  background: #f9f9fb;
  padding: 100px 0;
}
.marketing-logic h2 span {
  color: #4A4B9D;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.marketing-logic h2 {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 60px;
}
.logic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.logic-item {
  background: #fff;
  padding: 30px 40px;
  border-left: 5px solid #4A4B9D;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.logic-item h3 {
  color: #4A4B9D;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.logic-item p {
  color: #444;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 900px) {
  .logic-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* =========================================
   Marketing Section
========================================= */
.marketing-section {
  padding: 100px 0;
  background: #fff;
}
.marketing-section.gray {
  background: #f9f9fb;
}
.marketing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.marketing-item.reverse {
  flex-direction: row-reverse;
}
.marketing-img img {
  width: 50%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.marketing-text {
  width: 50%;
}
.marketing-text h3 {
  color: #4A4B9D;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.marketing-text p {
  color: #444;
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 900px) {
  .marketing-item,
  .marketing-item.reverse {
    flex-direction: column;
  }
  .marketing-img img,
  .marketing-text {
    width: 100%;
  }
  .marketing-text {
    text-align: center;
  }
}

/* =========================================
   Intro (SEO)
========================================= */
.intro-seo {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.intro-seo h2 span {
  color: #4A4B9D;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.intro-seo h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 30px;
}
.intro-seo p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  color: #555;
  font-size: 1rem;
}

/* =========================================
   SEO Section
========================================= */
.seo-section {
  padding: 100px 0;
  background: #fff;
}
.seo-section.gray {
  background: #f9f9fb;
}
.seo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.seo-item.reverse {
  flex-direction: row-reverse;
}
.seo-img img {
  width: 50%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.seo-text {
  width: 50%;
}
.seo-text h3 {
  color: #4A4B9D;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.seo-text p {
  color: #444;
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 900px) {
  .seo-item,
  .seo-item.reverse {
    flex-direction: column;
  }
  .seo-img img,
  .seo-text {
    width: 100%;
  }
  .seo-text {
    text-align: center;
  }
}


/* =========================================
   Intro (SNS)
========================================= */
.intro-sns {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.intro-sns h2 span {
  color: #4A4B9D;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.intro-sns h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 30px;
}
.intro-sns p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  color: #555;
  font-size: 1rem;
}

/* =========================================
   SNS Section
========================================= */
.sns-section {
  padding: 100px 0;
  background: #fff;
}
.sns-section.gray {
  background: #f9f9fb;
}
.sns-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.sns-item.reverse {
  flex-direction: row-reverse;
}
.sns-img img {
  width: 50%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.sns-text {
  width: 50%;
}
.sns-text h3 {
  color: #4A4B9D;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sns-text p {
  color: #444;
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 900px) {
  .sns-item,
  .sns-item.reverse {
    flex-direction: column;
  }
  .sns-img img,
  .sns-text {
    width: 100%;
  }
  .sns-text {
    text-align: center;
  }
}

/* =========================================
   Intro (Recruit)
========================================= */
.intro-recruit {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.intro-recruit h2 span {
  color: #4A4B9D;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.intro-recruit h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 30px;
}
.intro-recruit p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  color: #555;
  font-size: 1rem;
}

/* =========================================
   Recruit Section
========================================= */
.recruit-section {
  padding: 100px 0;
  background: #fff;
}
.recruit-section.gray {
  background: #f9f9fb;
}
.recruit-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.recruit-item.reverse {
  flex-direction: row-reverse;
}
.recruit-img img {
  width: 50%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.recruit-text {
  width: 50%;
}
.recruit-text h3 {
  color: #4A4B9D;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.recruit-text p {
  color: #444;
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 900px) {
  .recruit-item,
  .recruit-item.reverse {
    flex-direction: column;
  }
  .recruit-img img,
  .recruit-text {
    width: 100%;
  }
  .recruit-text {
    text-align: center;
  }
}

.policy {
	margin-top:60px;
  padding: 60px 0;
  background: #fff;
  color: #222;
  line-height: 1.9;
}
.policy__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.policy__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.policy__lead {
  color: #555;
  margin: 0 0 30px;
}
.policy__toc {
  background: #f7f8fb;
  border: 1px solid #e8eaf2;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 30px 0 40px;
}
.policy__toc ol {
  margin: 0;
  padding-left: 1.2em;
}
.policy__toc a {
  text-decoration: none;
  color: #4A4B9D;
}
.policy__section {
  margin: 40px 0;
}
.policy__section h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  margin: 0 0 10px;
  border-left: 4px solid #4A4B9D;
  padding-left: 10px;
}
.policy__section h3 {
  font-size: 1.05rem;
  margin: 20px 0 8px;
  color: #333;
}
.policy__list {
  margin: 0;
  padding-left: 1.2em;
}
.policy__updated {
  color: #666;
  font-size: 0.95rem;
}
.policy__address a {
  color: inherit;
  text-decoration: underline;
}

/* モバイル最適化 */
@media (max-width: 640px) {
  .policy { padding: 40px 0; }
  .policy__toc { padding: 16px 18px; }
}

