/* ---------------------------------------	
共通（原則、不変）
---------------------------------------	
*/
.l-contents__inner {
	/* margin-top: 40px !important; */
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.smb-section__body{
	margin-top: 0px!important;
}

/* 下層ページアイキャッチ画像の高さ */
.c-page-header{
	height: 200px!important;
}

.c-page-header__title {
	color: #333333;
	font-size: 30px;
}

/* ---------------------------------------	
共通（レスポンシブで変更）
---------------------------------------	
*/

.l-header li a {
	font-size: 14px!important;
}


/* ---------------------------------------	
ヘッダー	
---------------------------------------	
*/
/* headerにあてると投稿ページのトップにも反映されてしまう */
.l-header {
	background-color: white !important;
	margin: 0;
	padding: 12px 0;
}

/* メニュー間の間隔 */
.l-header li {
	margin-left: 28px !important;
}

/* 文字にホバーしたときのみリンクに飛ぶ */
.l-header li a {
	padding: 0px !important;
}

/* ヘッダーの中身のコンテンツ幅の設定 */
.l-header__content {
	max-width: 1260px !important;
	/* コンテンツ幅1180px + 左右padding40px */
	margin: 0 auto;
	padding: 0 40px;
}

/* .l-header__content .c-container{
	padding: 0px!important;
} */

.l-header .c-fluid-container {
	padding: 0px;
}

.l-header .c-row {
	margin: 0px !important;
}

header .c-row__col {
	padding: 0px !important;
}

header .l-1row-header__branding {
	padding: 0px !important;
	display: flex;
}


@media (max-width: 430px) {
	.l-header__content {
		padding: 0 20px;
	}
}

/* ---------------------------------------	
ドロワーナビ	
---------------------------------------	
*/

/* タブレット以下の幅で表示されるハンバーガーメニューを開いたときの背景色 */
#drawer-nav {
	backdrop-filter: blur(5px);
	background: rgba(174, 230, 245, 0.7);
}

/* ドロワーメニューの配置。ハンバーガーメニュー除く。paddingを編集 */
.c-drawer__inner {
	padding-left: 60px !important;
	padding-right: 400px !important;
	margin-top: 0px !important;
}

/* ハンバーガーメニューをクリックした後の「×」の位置の調整 */
.c-drawer__controls {
	left: 0 !important;
	right: 0 !important;
	padding-right: 40px;
}

/* ナビメニューの編集。英語で書かないとidが文字化けする */
#drawer-nav ul {
	padding-top: 50px !important;
	display: flex;
	flex-direction: column;
}

/* リストの装飾 */
#drawer-nav li {
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #107F9B;
	color: #107F9B;
	font-weight: bold;
}

/* リストのトップに配置した画像 */
.drawer_nav-img {
	width: 80%;
	/* background-color: white; */
}

@media (max-width: 430px) {
	.c-drawer__controls {
		padding-right: 20px;
		/* padding-top: 18px!important; */
	}

	.c-drawer__inner {
		padding-left: 30px !important;
		padding-right: 120px !important;
	}
}

/* ---------------------------------------	
ドロップナビ
---------------------------------------	
*/
/* スクロールで表示されるドロップナビ */
.l-header__drop-nav .p-drop-nav {
	background-color: white !important;
	margin: 0;
	padding: 12px 0;
	/* padding-top: 10px;
	padding-bottom: 10px; */
}

.l-header__drop-nav .p-drop-nav .c-container {
	padding: 4px 40px !important;
	/* 個々の縦方向で高さを微調整する */
	max-width: 1180px !important;
	/* コンテンツ幅1180px + 左右padding40px */
	margin: 0 auto;
}
/* ヘッダーを全幅にする、になっていないとサイズがずれる */

.l-header__drop-nav .p-drop-nav li {
	padding: 0px !important;
}

.l-header__drop-nav .p-drop-nav li {
	margin-left: 28px !important;
	/* ここと153行が同じ数値にならないとずれる */
	display: flex;
	/* padding-top: 14px !important; */
}

.p-drop-nav .c-site-branding{
	padding: 0px!important;
	margin: 0px!important;
}



/* ---------------------------------------	
フッター	
---------------------------------------	
*/
/* ウィジェットのフッターのみ背景色を付けられる */
.l-footer {
	background-color: #2A2F4F;
	color: white;
	border: none !important;
	/* margin-top: 30px!important; */
}

.l-footer--default .l-footer-widget-area {
	max-width: 1260px !important;
	/* コンテンツ幅1180px + 左右padding40px */
	margin: 0 auto;
	padding: 30px 40px 0px!important;
	height: 70px !important;
}
/* フッターメニューの上部の間隔を広げたい場合は、padding-topとheightそれぞれ均等にpxを加える。
ベースはpadding-topが10pxでheightが50px*/
/* フッターメニューの下部の間隔を広げたい場合は、c-copyrightのpadding-topを調整する。*/

/* コピーライト */
.c-copyright {
	padding: 30px 0px 4px !important;
	/* height: 30px!important; */
	text-align: center;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.l-footer .l-footer-widget-area__item {
	margin-bottom: 0px !important;
	height: 100%;
	padding: 0px!important;
}

.l-footer .c-fluid-container {
	padding: 0;
	height: 100%;
}

.l-footer .c-widget{
	height: 100%;
}

.l-footer .c-row--lg-margin-l{
	height: 100%;
	width: 100%;
	margin: 0 auto!important;
}

.l-footer .widgettitle {
	font-size: 18px !important;
	color: ;
}

.l-footer .footer-logo {
	width: 140px !important;
	margin: 0px!important;
	background-color: white;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	width: 224px!important;
}

.l-footer .text-box {
	display: flex;
	justify-content: start;
	align-items: center;
}

.l-footer .widget_nav_menu {
	margin: 0px!important;
}

.l-footer ul {
	display: flex;
	height: 40px!important;
	align-items: center;
}

.l-footer .footer-menu ul li {
	margin-top: 0px !important;
	font-size: 12px;
	margin-right: 26px !important;
	position: relative;
}

.l-footer .footer-menu ul li::before {
	position: absolute;
	content: "";
	border: 1px solid white;
	height: 80%;
	width: 1px;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
}

.l-footer .footer-menu ul li:last-child::before {
	display: none;
}

.l-footer .svg-inline--fa {
	width: 26px;
	height: 26px;
}

.l-footer .copy-right {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px !important;
}

.c-copyright {
	background-color: #2A2F4F;
	padding: 10px 0;
}

/* 特定のページのウィジェット削除 */
.page-id-20 .l-footer-widget-area {
	display: none;
}

/* ここのpaddingでウィジェットメニューの高さを調整する */
.l-footer__body {
	padding: 10px !important;
	text-align: center;
}


/* グローバルナビを横並び中央にする。"-global-nav-"はメニュー名 */
.l-footer .menu-global-nav-container {
	display: flex;
	justify-content: center;
	/* padding: 4px 0px!important; */
}

/* フッターメニューテキストの幅調整 */
.l-footer .menu-global-nav-container li {
	margin-left: 12px !important;
	margin-right: 12px !important;
	margin-top: 0px !important;
}


@media (max-width: 430px){
	.l-footer--default .l-footer-widget-area {
		padding: 20px 20px 0px!important;
		height: 170px !important;
	}

	.footer-box {
		flex-direction: column;
		justify-content: flex-start;
	}

	.l-footer .menu-global-nav-container {
		justify-content: start;
	}

	.l-footer ul {
		margin-top: 16px!important;
		flex-direction: column;
		align-items: flex-start;
	}

	.l-footer .menu-global-nav-container li {
		margin-left: 0px !important;
	}

	.c-copyright {
		font-size: 12px;
		padding: 30px 0px 4px !important;
		/* height: 30px!important; */
		text-align: center;
	}
}


/* ----------------------------------------------------------------------------	
TOPページ
-------------------------------------------------------------------------------	
*/
/* ---------------------------------------	
FV
---------------------------------------	
*/

.top_fv {
	height: 670px !important;
	padding: 20px 40px 80px 40px;
	/* section内のコンテンツを上中下のどこに配置するか */
	/* align-items: ; */
	/* position: relative; */
}

.top_fv .title-group{
	position: absolute;
	/* ここで縦方向の配置調整 */
	transform: translateY(-50%);
	padding: 30px 20px;
	/* background-color: rgba(160, 220, 239, 0.1);
	backdrop-filter: blur(3px); */
}

.top_fv .title1{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px!important;
	text-shadow: 2px 4px 1px white;
}

.top_fv .title1 strong{
	font-size: 48px;
	font-weight: bold;
	line-height: 30px;
}

.top_fv .title2{
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	text-shadow: 2px 4px 1px white;
}


@media (max-width: 768px){
	.top_fv .title-group {
		transform: translate(-8%, -50%);
	}
}

@media (max-width: 430px){
	.top_fv {
		height: 670px !important;
		padding: 20px 20px 80px 20px;
	}

	.top_fv .title-group {
		transform: translate(-0%, -96%);
		padding: 0px;
		width: 100%;
	}

	.top_fv .title1{
		font-size: 30px;
		line-height: 48px;
		margin-bottom: 20px!important;
	}
	
	.top_fv .title1 strong{
		font-size: 36px;
		font-weight: bold;
		line-height: 30px;
	}
	
	.top_fv .title2{
		font-size: 30px;
		font-weight: bold;
		line-height: 48px;
	}
}

/* ---------------------------------------	
top_message
---------------------------------------	
*/

.top_message {
	padding: 120px 40px;
	margin: 80px auto!important; 
	max-width: 1000px!important;
	position: relative;
}

.top_message::before {
	position: absolute;
	content: "";
	background: url(http://aidbeat.com/wp-content/uploads/2025/07/top_message-bg.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.top_message .box {
	/* background-color: rgba(255,255,255,0.8); */
	background-color: #2a2F4F;
	opacity: 0.8;
	backdrop-filter: blur(5px);
	width: 800px;
	padding: 80px 32px;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

@media (max-width: 430px) {
	.top_message {
		padding: 80px 20px;
		position: relative;
	}

	.top_message::before{
		background-position: 42% 50%;
	}

	.top_message .box {
		padding: 40px 24px;
	}
}


/* ---------------------------------------	
top_business
---------------------------------------	
*/

.top_business {
	padding: 80px 40px;
}

.top_business .title{
	font-size: 36px !important;
	line-height: 36px !important;
	font-weight: 1000;
	letter-spacing: 0.03rem;
}

.top_business .lede-text{
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 500;
	letter-spacing: 0.03rem;
	margin-top: 60px!important;
}

.top_business .box{
	margin-top: 80px!important;
	margin-bottom: 80px!important;
}

.top_business .column{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 0px;
}

.top_business .column .sub-title{
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 0 24px;
	margin: 24px 0px!important;
	white-space: nowrap;
}

.top_business .column .text{
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: regular;
	letter-spacing: 0.03em;
	padding: 0 32px 32px;
}

@media (max-width: 1024px) {
	.top_business .box{
		gap: 36px;
	}
}

@media (max-width: 820px) {
	.top_business {
		padding: 80px 30px;
	}

	.top_business .text-box{
		margin-top: 80px!important;
	}

	.top_business .smb-media-text__contents-wrapper{
		margin-bottom: 30px!important;
		margin-right: ;
	}

	.top_business .smb-media-text__body{
		margin-top: 10px!important;
	}
}

@media (max-width: 768px) {
	.top_business .box{
		display: flex;
		flex-direction: column;
		width: 500px;
		gap: 70px!important;
	}

	.top_business .column .sme-br{
		display: none;
	}

	.top_business .column{
		/* padding: 40px; */
	}
}

@media (max-width: 430px) {
	.top_business {
		padding: 40px 20px;
	}

	.top_business .box{
		gap: 50px!important;
	}

	.top_business .lede-text{
		margin-top: 40px!important;
	}

	.top_business .box{
		margin-top: 40px!important;
	}
}

/* ---------------------------------------	
top_service
---------------------------------------	
*/

.top_service {
	padding: 0px;
}

.top_service .text-group{
	margin-top: 0px!important;
	padding: 80px 40px;
}

.top_service .service-title{
	font-size: 32px !important;
	line-height: 36px !important;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.top_service .service-lede-text{
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 500;
	letter-spacing: 0.03rem;
}

.top_service .text-box{
	margin-top: 90px!important;
	max-width: 900px!important;
}

.top_service .smb-media-text__title{
	font-size: 24px !important;
	line-height: 36px !important;
	font-weight: 1000;
	letter-spacing: 0.05em;
}

.top_service .text-box .lede-text{
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 500;
	letter-spacing: 0.05rem;
	margin-top: 0px!important;
}

.smb-list__icon{
	display: none;
}

.top_service .list{
	position: relative;
	padding-left: 10px;
}

.top_service .list::before{
	position: absolute;
	content: "";
	background: url(http://aidbeat.com/wp-content/uploads/2025/07/list-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
}

.top_service .left img{
	width: 290px;
}

.top_service .right img{
	width: 270px;
}


@media (max-width: 430px) {
	.top_service .text-group{
		padding: 80px 20px;
	}

	.top_service .text-group .left img{
		margin: 0 auto;
		display: flex;
	}

	.top_service .text-group .right img{
		margin: 0 auto;
		display: flex;
	}

	.top_service .left img{
		width: 290px;
	}
	
	.top_service .right img{
		width: 270px;
	}

	.top_service .service-title{
		font-size: 28px !important;
		line-height: 36px !important;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

}


/* ----------------------------------------------------------------------------	
sub
-------------------------------------------------------------------------------	
*/

.sub_profile, .sub_company, .sub_privacy-policy{
	padding: 0px 0px 40px;
}