/* ---------------------------------------	
共通（原則、不変）
---------------------------------------	
*/
.l-contents__inner {
	/* margin-top: 40px !important; */
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.smb-section__body {
	margin-top: 0px !important;
}

/* アーカイブページのページネーションの下に余白を作る */
.c-pagination {
	margin-bottom: 40px !important;
}

/* アーカイブページでページネーションがない時にも下に余白を作る */
.c-entries {
	margin-bottom: 40px !important;
}

/* アーカイブページで右サイドバーの下に余白を作る */
.l-contents__sidebar {
	padding-bottom: 40px !important;
}

/* 記事ページのサイドバーのタイトル */
.l-contents__sidebar h2 {
	color: #1b365c;
}

.c-page-header__title {
	color: #333333;
	font-size: 30px;
}

/* ---------------------------------------	
共通（レスポンシブで変更）
---------------------------------------	
*/


/* セクションタイトル */
.section-title {
	font-size: 48px !important;
	line-height: 40px !important;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 18px !important;
}

.section-sub-title {
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.l-header li a {
	font-size: 14px !important;
}

@media (max-width:430px) {
	.section-title {
		font-size: 36px !important;
		line-height: 40px !important;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 18px !important;
	}
}

/* ---------------------------------------	
ヘッダー	
---------------------------------------	
*/
/* headerにあてると投稿ページのトップにも反映されてしまう */
.l-header {
	background-color: white !important;
	margin: 0;
	padding: 0px 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 .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;
}

/* 実サイトから"item-num"を確認 */
.header_icon {
	width: 28px;
	height: 28px;
	margin-left: 36px;
}

.header_icon-drawer{
	width: 28px;
	height: 28px;
	margin-left: 0px;
}

@media (max-width: 430px) {
	.l-header__content {
		padding: 0 20px;
	}
}

/* ---------------------------------------	
ドロワーナビ	
---------------------------------------	
*/

/* タブレット以下の幅で表示されるハンバーガーメニューを開いたときの背景色 */
#drawer-nav {
	backdrop-filter: blur(5px);
	background: rgba(206, 244, 255, 0.8);
	/* background: linear-gradient(90deg, rgba(8, 85, 194, 0.5) 0%, rgba(17, 70, 145, 0.5) 67%, rgba(27, 54, 92, 0.5) 100%); */
}

/* ドロワーメニューの配置。ハンバーガーメニュー除く。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;
	color: #333333!important;
	border-bottom: 1px solid #333333;
}

/* リストのトップに配置した画像 */
.drawer_nav-img {
	width: 80%;
	background-color: white;
}

@media (max-width: 430px) {
	.c-drawer__controls {
		padding-right: 20px;
	}

	.c-drawer__inner {
		padding-left: 30px !important;
		padding-right: 160px !important;
	}
}

/* ---------------------------------------	
ドロップナビ
---------------------------------------	
*/

.l-header--1row {
	padding: 8px 0px;
}


/* スクロールで表示されるドロップナビ */
.l-header__drop-nav .p-drop-nav {
	background-color: white !important;
	margin: 0;
	/* padding-top: 10px;
	padding-bottom: 10px; */
}

.l-header__drop-nav .p-drop-nav .c-container {
	padding: 14px 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: inline-block; */
	/* padding-top: 14px !important; */
}

.p-drop-nav .c-site-branding {
	padding: 0px !important;
	margin: 0px !important;
}

/* 実サイトから"item-num"を確認 */
.p-drop-nav .menu-item-35 a {
	background-color: #f5d547;
	padding: 2px 16px 3px 16px !important;
	border-radius: 20px;
	transition: 0.4s;
}

/* 実サイトから"item-num"を確認 */
.p-drop-nav .menu-item-35 a:hover {
	background-color: white;
	color: #FF6810;
}



/* ---------------------------------------	
フッター	
---------------------------------------	
*/
/* ウィジェットのフッターのみ背景色を付けられる */
.l-footer {
	background-color: #003366;
	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: 10px 40px 0px !important;
	height: 50px !important;
}

/* フッターメニューの上部の間隔を広げたい場合は、padding-topとheightそれぞれ均等にpxを加える。
ベースはpadding-topが10pxでheightが50px*/
/* フッターメニューの下部の間隔を広げたい場合は、c-copyrightのpadding-topを調整する。*/

/* コピーライト */
.c-copyright {
	padding: 0px 0px 4px !important;
	/* height: 30px!important; */
	text-align: center;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.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;
}

.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: #003366;

	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;
}

.privacy-policy a {
	color: white;
}

.c-page-header {
	display: none;
}

.section-privacy-policy {
	margin-top: 85px !important;
	padding-left: 40px;
	padding-right: 40px;
}

.privacy-policy-title {
	margin-bottom: 60px !important;
}

@media (max-width: 430px) {
	.section-privacy-policy {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ----------------------------------------------------------------------------	
TOPページ
-------------------------------------------------------------------------------	
*/
/* ---------------------------------------	
FV
---------------------------------------	
*/

.fv1 {
	height: 670px !important;
	padding: 20px 40px 80px 40px;
	position: relative;
	margin-top: 58px !important;
}

/* .fv1 .smb-section-with-bgimage__bgimage img {
	object-position: 63% 50%;
} */


.fv1 .title {
	font-size: 52px;
	font-weight: 1000 !important;
	line-height: 1.3;
	letter-spacing: 0.1em;
	width: 100%;
	margin-bottom: 10px !important;
	margin-top: 80px !important;
	text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.65);
}

/* タイトルの小文字部分 */
.fv1 .text {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
}

.fv1 .text2 {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.80);
}


.fv1 .img-box {
	width: 550px;
	margin: 60px 0px 0px !important;
}

.fv1 .img {
	width: 230px;
	margin: 0px !important;
}

@media (max-width: 1023px) {
	.fv1 {
		height: 670px !important;
		padding: 20px 40px 80px 40px;
		position: relative;
		margin-top: 0px !important;
	}
}


@media (max-width: 768px) {
	.fv1 .tag {
		font-size: 18px;
	}

	.fv1 .title {
		font-size: 44px;
	}

	/* タイトルの小文字部分 */
	.fv1 .text2 {
		margin-top: 10px !important;
	}

	.fv1 .text2 span {
		font-size: 22px !important;
	}

	/* マーケティング調査～～ */
	.fv1 .text3 {
		font-size: 16px;
		font-weight: 501;
		line-height: 26px;
		letter-spacing: 0.07em;
		margin-top: 16px !important;
	}

	.fv1 .text3 .sme-text-color {
		font-size: 18px;
	}
}

@media (max-width: 430px) {
	.fv1 {
		height: 300px !important;
		padding: 20px 20px 20px;
		align-items: start;
		/* デバイスによって高さが異なるためvhは不適切。デザインが崩れる */
		/* height: 80vh !important; */
	}

	.fv1 .title {
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 0.1em;
		margin-bottom: 10px !important;
		margin-top: 0px !important;
	}

	/* タイトルの小文字部分 */
	.fv1 .text {
		font-size: 10px;
		font-weight: bold;
		width: 100%;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
	}

	.fv1 .text2 span {
		font-size: 12px !important;
	}

	.fv1 .img-box {
		width: 300px;
		margin: 20px 0px 0px !important;
	}

	.fv1 .img {
		width: 120px;
		margin: 0px !important;
	}
}

/* ---------------------------------------	
about
---------------------------------------	
*/

/* 2行カラムレイアウト */
.about {
	padding: 120px 40px 80px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(206, 244, 255, 1) 100%);
}

.about .media-text {
	margin-top: 60px !important;
}

.about .profile {
	margin-top: 0px !important;
	padding: 20px;
	background-color: white;
}

@media (max-width: 430px) {
	.about {
		padding: 80px 20px 40px;
	}

	.about .media-text .smb-media-text__figure{
		width: 80%!important;
	}
}



/* ---------------------------------------	
service
---------------------------------------	
*/
.service {
	padding: 120px 40px 80px;
}

.service .media_left-text {
	margin-top: 80px !important;
}

.service .media_left-text img {
	/* width: 80%!important; */
}

.service .media_right-text {
	margin-top: 80px !important;
}

.service .media_right-text .smb-media-text__figure {
	display: flex;
	justify-content: end;
}

.service .smb-media-text__contents-wrapper {
	padding: 0px 30px 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(206, 244, 255, 1) 100%);
}

/* 分割のタイミングに応じてブレイクポイントを変更 */
@media (max-width: 430px) {
	.service {
		padding: 80px 20px 40px;
	}

	.service .media_left-text .smb-media-text__contents-wrapper {
		margin-bottom: 40px !important;
	}

	.service .media_right-text .smb-media-text__contents-wrapper {
		margin-bottom: 40px !important;
	}

	.service .media_left-text .smb-media-text__figure {
		display: flex;
		justify-content: center;
	}

	.service .media_right-text .smb-media-text__figure {
		display: flex;
		justify-content: center;
	}

	.service .smb-media-text__title{
		font-size: 24px!important;
	}

	.service .smb-media-text__contents-wrapper {
		padding: 0px 20px 20px;
	}
}


/* ---------------------------------------	
works
---------------------------------------	
*/
.works {
	padding: 120px 40px 60px;
}

.works-tab {
	margin-top: 60px !important;
}

.works-box {
	margin-top: 30px !important;
}

.works-box .box {
	box-shadow: 2px 2px 2px rgba(185, 185, 185, 0.6);
	padding: 0px 0px 20px 0px;
}

.works-text{
	padding-left: 20px;
}



@media (max-width: 430px) {
	.works {
		padding: 80px 20px 40px;
	}
}


/* ---------------------------------------	
contact
---------------------------------------	
*/

.contact {
	padding: 120px 40px 80px;
}

.contact2 {
	padding: 60px 40px 60px;
}

.faq {
	padding: 20px 0px !important;
}

.faq .wp-block-snow-monkey-blocks-accordion {
	background-color: white;
}

.smf-form--business .smf-item__col--label {
	border-bottom: none;
	border-right: 1px solid #ddd;
	flex: 0 0 19em;
	max-width: 19em;
}

.smf-action {
	margin-top: 60px !important;
}

.smf-form--business .smf-item__col--controls {
	flex: 1 1 calc(100% - 19em);
	max-width: calc(100% - 19em);
}

.smf-button-control__control {
	border: solid 2px #0072D7 !important;
	/* padding:10px 100px!important; */
	color: white !important;
	background: #0072D7 !important;
	transition: 0.3s !important;
}

.smf-button-control__control:hover {
	background: white !important;
	/* padding:10px 100px!important; */
	color: #0072D7 !important;
}

@media (max-width: 430px) {
	.contact {
		padding: 80px 20px 40px;
	}

	.contact2 {
		padding: 80px 20px 40px;
	}

	.smf-form--business .smf-item__col--label {
		max-width: 100%;
		padding: 16px;
	}

	.smf-form--business .smf-item__col--controls {
		max-width: 100%;
		padding: 16px;
	}
}