/* ---------------------------------------	
共通（原則、不変）
---------------------------------------	
*/
.l-contents__inner {
	margin-top: 0px !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;
}

/* ロゴの横幅分だけポインター切り替えるようになる */
.c-site-branding__title{
	display: inline-block;
}

/* ---------------------------------------	
共通（レスポンシブで変更）
---------------------------------------	
*/


/* セクションタイトル */
.section-title {
	font-size: 36px !important;
	line-height: 1.2 !important;
	letter-spacing: 0.06em;
	margin-bottom: 60px!important;
	color: #233059!important;
}


/* リード文は個別に段落を設定する*/
.lede-text {
	font-size: ;
	font-weight: ;
	line-height: ;
	letter-spacing: ;
	color: ;
}

.text {
	font-size: ;
	font-weight: ;
	line-height: ;
	letter-spacing: ;
	color: ;
}

.l-header li a {
	font-size: 14px !important;
}

/* ヘッダーメニューの補足説明のフォントサイズ調整 */
.l-header li small {
	font-size: 12px !important;
}

.c-page-header__title{
	font-size: 48px!important;
	font-weight: bold!important;
	letter-spacing: 0.05em!important;
	color: white!important;
	text-shadow: 0px 2px 2px rgba(10, 10, 10, 0.3);
}

@media (max-width:430px){
	.section-title {
		font-size: 36px !important;
		line-height: 1.2 !important;
		letter-spacing: 0.06em;
		margin-bottom: 60px!important;
		color: #233059!important;
	}

	.c-page-header__title{
		font-size: 32px!important;
	}
}


/* ---------------------------------------	
ヘッダー	
---------------------------------------	
*/
/* headerにあてると投稿ページのトップにも反映されてしまう */
.l-header {
	background-color: white !important;
	margin: 0;
	padding: 4px 0;
}

/* メニュー間の間隔 */
.l-header li {
	margin-left: 16px !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"を確認 */
.l-header .menu-item-35 {
	background-color: #f5d547;
}

@media (max-width: 430px) {
	.l-header__content {
		padding: 0 20px;
	}
}

/* ---------------------------------------	
ドロワーナビ	
---------------------------------------	
*/

/* タブレット以下の幅で表示されるハンバーガーメニューを開いたときの背景色 */
#drawer-nav {
	backdrop-filter: blur(5px);
	background: linear-gradient(90deg, rgba(8, 85, 194, 0.85) 0%, rgba(17, 70, 145, 0.85) 67%, rgba(27, 54, 92, 0.85) 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;
	border-bottom: 1px solid white;
}

/* リストのトップに配置した画像 */
.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__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: 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: 16px !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: 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%;
	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;
}

@media (max-width:430px){
	.footer-box {
		flex-direction: column;
		align-items: baseline;
	}

	.footer-box .widget_nav_menu{
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}

	.c-copyright {
		padding: 60px 0px 4px !important;
		/* height: 30px!important; */
		text-align: center;
	}
}



/* ----------------------------------------------------------------------------	
TOPページ
-------------------------------------------------------------------------------	
*/
/* ---------------------------------------	
トップ：FV
---------------------------------------	
*/

.fv1 {
	height: 1000px !important;
	padding: 120px 40px 80px 40px;
	position: relative;
}

.fv1 .title {
	font-size: 48px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.05em;
	width: 100%;
	margin-bottom: 10px !important;
}


.fv1 .btn1 a {
	filter: unset !important;
}

.fv1 .btn1 {
	/* background: #FFA443; */
	/* background: linear-gradient(180deg, rgba(255, 164, 67, 1) 0%, rgba(255, 102, 0, 1) 50%, rgba(255, 164, 67, 1) 100%); */
	background: #177FBF;
	margin-top: 60px!important;
	transition: 0.4s;
	position: relative;
}

.fv1 .btn1::before {
	position: absolute;
	content: "";
	/* background: url(http://localhost:10107/wp-content/uploads/2025/04/btn1-icon.png); */
	/* background: url(http://ryo-web-catalyst.com/sample-site10/wp-content/uploads/2025/09/btn-arrow.png); */
	background: url(https://kikitechno.com/wp-content/uploads/2025/09/btn-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 52%;
	/* 設定箇所➀ */
	right: 30px;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
}

.fv1 .btn1:hover {
	transform: translateY(-10px);
}

.fv1 .btn1 a {
	background-color: transparent !important;
	font-size: 16px;
	/* 設定箇所➁ */
	padding: 12px 70px 12px 38px;
	border: 1px solid white;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.fv1 .btn1 a:hover {
	background-color: transparent !important;
}

.fv1 .fv-second-ms{
	font-size: 48px;
	letter-spacing: 0.05em;
	margin-top: 330px!important;
}

.indeed-img{
	position: fixed;
	width: 100px;
	/* height: 182px; */
	right: 0;
	bottom: 80px;
	z-index: 20;
}

@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 {
		padding: 180px 20px 20px;
		height: 1260px !important;
		align-items: start;
	}

	/* タイトルの小文字部分 */
	.fv1 .title .sme-font-size {
		font-size: 16px !important;
		line-height: 30px;
	}

	.fv1 .title {
		font-size: 32px;
		line-height: 50px;
		letter-spacing: -0.02em;
		margin-bottom: 10px !important;
		margin-top: -12px !important;
	}

	.fv1 .fv-second-ms {
		font-size: 30px;
		letter-spacing: 0.05em;
		margin-top: 480px !important;
	}

	.indeed-img{
		position: fixed;
		width: 50px;
		/* height: 182px; */
		right: 0;
		bottom: 30px;
		z-index: 20;
	}


}



/* ---------------------------------------	
トップ：メッセージ
---------------------------------------	
*/

.top_message {
	padding: 80px 40px;
}

.top_message .section-title{
	font-size: 36px!important;
	letter-spacing: 0.06em;
}

.top_message .text{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.top_message .media-text1-1 {
	margin-bottom: 60px!important;
}

.top_message .text {
	font-size: 18px !important;
}

.top_message .smb-section__body {
	margin-top: 40px;
}

/* コンテンツ幅の調整（テキスト） */
.top_message .media-text1-1 .c-row__col--lg-1-3 {
	/* --_item-width:50%; */
}

/* コンテンツ幅の調整（画像） */
.top_message .media-text1-1 .c-row__col--lg-2-3 {
	/* --_item-width:50%; */
}

.top_message .img-box {
	margin-top: 90px!important;
}

.top_message .box {
	
}

.top_message .img {
	
}

.top_message .img img {
	
}

@media (max-width:430px){
	.top_message {
		padding: 80px 20px;
	}

	.top_message .section-title{
		font-size: 28px!important;
		letter-spacing: 0.06em;
	}
	
}

/* ---------------------------------------	
トップ：代表挨拶
---------------------------------------	
*/
.top_pre-message{
	padding: 80px 40px;
}

.top_pre-message .text-box {
	/* padding: 30px; */
	background-color: rgba(255, 255, 255, 0.65);
	
}

.top_pre-message .text {
	font-size: 20px;
}

.top_pre-message .text2 {
	margin-top: 30px!important;
	
}

.top_pre-message-banner{
	padding: 80px 40px 120px;
}

@media (max-width:430px){
	.top_pre-message{
		padding: 80px 20px;
	}

	.top_pre-message .text {
		font-size: 18px;
	}
	
	.top_pre-message-banner .wp-block-snow-monkey-blocks-items-banner {
		margin-top: 30px!important;
	}

	.top_pre-message-banner{
		padding: 50px 20px 90px;
	}
	
}

/* ---------------------------------------	
トップ：会社概要
---------------------------------------	
*/

.top_company{
	padding: 80px 40px;
}

.top_company .access{
	margin-top: 60px!important;
}

.top_company .text-box{
	padding: 20px;
	/* box-shadow: 0px 4px 4px rgba(100, 100, 100, 0.6); */
}

@media (max-width:430px){
	.top_company{
		padding: 80px 20px;
	}
	
	.top_company .text-box{
		padding: 0px!important;
	}
}

/* ---------------------------------------	
トップ：CTA
---------------------------------------	
*/
.cta{
	padding: 80px 40px;
}

.cta-title{
	font-size: 32px;
	letter-spacing: 0.05em;
}

@media (max-width:430px){
	.cta{
		padding: 80px 14px;
	}
	
}

/* ---------------------------------------	
トップ：LINEお問い合わせ
---------------------------------------	
*/
.LINE-cta{
	padding: 80px 40px;
}

.LINE-title{
	font-size: 32px;
	letter-spacing: 0.05em;
	color: white;

}

.LINE-cta .text{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 501;
	color: white;
}

.LINE-cta .img{
	width: 490px;
	object-fit: cover;
}

@media (max-width:430px){
	.LINE-cta{
		padding: 80px 14px;
	}

	.LINE-cta .text{
		font-size: 18px;
	}
}

/* ----------------------------------------------------------------------------	
事業内容ページ
-------------------------------------------------------------------------------	
/* ---------------------------------------	
事業内容：トップ
---------------------------------------	
*/
.sub_business-top {
	padding: 80px 40px;
}

.sub_business-top .text {
	font-size: 16px !important;
	letter-spacing: 1.5;
}


/* コンテンツ幅の調整（テキスト） */
.media-text1-1 .c-row__col--lg-1-3 {
	/* --_item-width:50%; */
}

/* コンテンツ幅の調整（画像） */
.media-text1-1 .c-row__col--lg-2-3 {
	/* --_item-width:50%; */
}

@media (max-width:430px){
	.sub_business-top {
		padding: 80px 20px;
	}
}


/* ---------------------------------------	
事業内容：工法
---------------------------------------	
*/

.sub_business-works {
	padding: 80px 40px;
}

.sub_business-works .panels {
	margin-top: 60px;
}

/* パネルのデフォルト設定の影を消す */
.sub_business-works .panel .smb-panels__item {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* 1つのパネルの大きさを変える。0pxじゃないとsectionのpadding左右より内側にくる*/
.sub_business-works .panel .smb-panels__item__body {
	padding: 0px !important;
}

.sub_business-works .text-box {
	margin-top: -20px!important;
	padding: 0px;
}

.sub_business-works .panel .numbering {
	margin: 0px !important;
	color: white;
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
	padding: 4px 20px 6px 32px;
	background-color: #233059;
	position: relative;
}

/* .sub_business-works .panel .numbering::before {
	position: absolute;
	content: "";
	top: -0px;
	right: -26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #233059;
	border-width: 40.5px 0px 0px 26px;
} */

.sub_business-works .panel .title {
	margin-top: 20px;
	font-size: 32px!important;
	letter-spacing: 0.05em;
	padding-left: 32px;
}

.sub_business-works .img {
	margin-top: 0px!important;
}

.sub_business-works .panel .text {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 0px!important;
	padding: 0px 32px 40px;
}



@media (max-width:950px){
	.sub_business-top .smb-media-text__figure img{
		object-fit: none;
	}
}


@media (max-width:430px){
	.sub_business-works {
		padding: 80px 20px;
	}

	.sub_business-works .panel .numbering {
		padding: 4px 20px 6px 20px;
	}
	
	.sub_business-works .panel .title {
		font-size: 28px!important;
		padding-left: 16px;
	}
		
	.sub_business-works .panel .text {
		padding: 0px 20px 40px;
	}
}


/* ----------------------------------------------------------------------------	
求人情報ページ
-------------------------------------------------------------------------------	
/* ---------------------------------------	
求人情報：トップ
---------------------------------------	
*/

.sub_recruit-top {
	padding: 80px 40px;
}

.sub_recruit-top .text {
	font-size: 18px!important;
}

/* コンテンツ幅の調整（テキスト） */
.sub_recruit-top .media-text1-1 .c-row__col--lg-1-3 {
	/* --_item-width:50%; */
}

/* コンテンツ幅の調整（画像） */
.sub_recruit-top .media-text1-1 .c-row__col--lg-2-3 {
	/* --_item-width:50%; */
}




.sub_recruit-info{
	padding: 80px 40px;
}


@media (max-width:430px){
	.sub_recruit-top {
		padding: 80px 20px;
	}

	.sub_recruit-info{
		padding: 80px 20px;
	}
}


/* ----------------------------------------------------------------------------	
お問い合わせページ
-------------------------------------------------------------------------------	
/* ---------------------------------------	
お問い合わせ：トップ
---------------------------------------	
*/
.sub_contact{
	padding: 80px 40px;
}

.sub_contact .text{
	margin-bottom: 100px!important;
}



.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;
}


.LINE-contact{
	padding: 80px 40px;
}

.contact-box{
	width:80%;
	height:300px;
	/* position:absolute;
	left:50%;
	bottom:-600px; */
	/* transform:translate(-50%,-50%) */
	display: none!important;
}

.contact-box .wp-block-column{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.contact-box-btn-box{
	padding:0px
}

.contact-btn{
	margin:0px;
	/* --_item-width: 100%!important; */
	height:100%;
}

.contact-btn .wp-block-snow-monkey-blocks-btn{
	height:100%;
	display:flex;
/* 	flex-direction:column; */
	justify-content:center;
	align-items:center;
}

.smb-btn{
	align-items:center;
	height:100%;
}







/* ---------------------------------------	
privacy-policy
---------------------------------------	
*/

.about-privacy{
	font-size: 20px;
}

.privacy-policy {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.privacy-policy-box .smf-item--divider .smf-item__col {
	max-width: 100% !important;
}

.privacy-policy-text {
	height: 250px;
	width: 100%;
	padding: 16px;
	border: 1px solid #CCC;
	overflow: auto;
	margin: 40px auto 20px;
	background: #ffffff;
}

.privacy-policy-text h3{
	margin-bottom: 30px!important;
}

.smf-checkboxes-control__control {
	text-align: center !important;
	margin-bottom: 60px !important;
}

.smf-error-messages {
	text-align: center !important;
	margin-top: -60px !important;
	margin-bottom: 60px !important;
}

form[data-screen="confirm"] .privacy-policy-box {
	display: none;
}