@charset "UTF-8";
/*-----------------------------------------------
Theme Name: xeory_extension-child
Theme URI: http://xeory.jp/extension
Template: xeory_extension
-----------------------------------------------*/
@import url('../xeory_extension/style.css');

/*---　グローバルメニュー　----*/
#header {
	background: #ffe9ee;
}

#gnav {
	background: #ffe9ee;
}

#gnav ul li a {
	background: #ffe9ee;
}

#gnav ul li a:hover {
	background: #d4183e;
	color: #FFF;
}

#gnav ul li.current-menu-item a {
	background: #ffe9ee;
}

#gnav ul li.current-menu-item a:hover {
	background: #d4183e;
}

/*---　トップアイキャッチ　----*/
#content {
	padding-top: 0px;
}

body.home #main_visual {
	height: 600px !important;
	background-image:
	URL('/wp-content/uploads/2026/01/main_visual_catchcopy.svg'),
	URL('/wp-content/uploads/2026/01/kobane-top.webp'),
	URL('/wp-content/uploads/2026/01/main_visual_bg-scaled.png');
	background-position:
		top center,
		bottom center,
		30% center;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (max-width: 1200px) {
	body.home #main_visual {
		min-height: 100% !important;
		height: 600px !important;
		background-size: cover;
	}
}

@media screen and (max-width: 991px) {
	body.home #main_visual {
		min-height: 100% !important;
		height: 400px !important;
	}
}

@media screen and (max-width: 767px) {
	body.home #main_visual {
		min-height: 100% !important;
		height: 300px !important;
	}
}

@media screen and (max-width: 560px) {
	body.home #main_visual {
		min-height: 100% !important;
		height: 250px !important;
	}
}

@media screen and (max-width: 500px) {
	body.home #main_visual {
		min-height: 100% !important;
		height: 200px !important;
	}

	body.home #front-service .front-service-inner h3 {
		margin-top: 20px;
	}

	body.home #front-service .front-service-inner .c_box {
		padding-top: 30px;
	}
}

/*---　見出し　----*/
body.home .front-main-cont .front-cont-header {
	background: #d4183e;
	color: #fff;
}

body.home .front-main-cont .tri-border span {
	border-left: 28px solid transparent;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 18px solid #d4183e;
}

body.home #front-contents h3 {
	color: #d4183e;
	font-family: "source-han-sans-cjk-ja", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: italic;
}
@media screen and (max-width: 768px) {
	body.home #front-contents h3{
		font-size: 1.4rem;
		text-align: left;
	}
}

body.home #front-service .front-service-inner h3 {
	color: #d4183e;
	font-weight: 600;
}

/*---　リボン　----*/
body.home #front-contents .c_number {
	background: #ffe9ee;
	color: #241913;
}

/*---　アクセス上部罫線　----*/
body.home #front-company dl#front-company-1 dt {
	border-top: 2px solid #E6002D;
}

/*---　問い合わせ背景　----*/
body.home #front-contact .c_box {
	background: #fafafa;
}

/*---　問い合わせ文字　----*/
body.home #front-contact label {
	color: #241913;
}

/*---　問い合わせ送信ボタン　----*/
body.home #front-contact .c_box_inner input[type=submit],
body.home #front-contact .c_box_inner button {
	background: #d4183e;
}

/*---　フッター　----*/
#footer {
	border-top: solid 2px #d4183e !important;
}

#footer #footer-brand-area {
	border-bottom: 1px solid #241913;
}

#footer .footer-01 {
	background: #ffe9ee;
}

#footer .footer-02 {
	background: #d4183e;
	color: #241913;
}

/*---　FBスマホ表示用　----*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 300px;
	}
}

/*---　本文p 行間調整　---*/
body.home #front-service .front-service-inner .c_text p {
	margin-bottom: 1em;
}

body.home #front-contents .c_text p {
	margin-bottom: 1.5em;
}

/*---　プロフィール リスト項目表示設定 ---*/
.profile-list>li {
	margin-bottom: 0.5em;
	text-indent: -1em;
}

.profile-list>li::before {
	content: '●';
	color: #2e72b9;
	font-size: 0.5em;
	margin-right: 1em;
	line-height: 13px;
}

/*---　動画 レスポンシブ ---*/
.mediabox {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	padding: 2% 0%;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box !important;
}

/*---　フッター メッセージエリア ---*/
.footer-01 .footer-address {
	text-align: left;
}

/*-------------------------------
		投稿関連設定　
--------------------------------*/
/*---　front-page　---*/
.gikai-log {
	width: clamp(200px, 80%, 800px);
	margin: 0 auto;
	margin-top: 4em;
}

.gikai-log article {
	font-size: 1.2em;
	font-weight: 600;
}

.gikai-log .article::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 5px 3px;
	background: #cbeee7;
}

.gikai-log article a:hover {
	text-decoration: none;
}

.gikai-log article {
	position: relative;
}

.gikai-log article:hover::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	border-bottom: 1px solid #cbeee7;
	margin-top: -1em;

}

.post-list-time,
.post-list-title {
	display: inline-block;
}

.post-list-time {
	font-size: .9em;
	max-resolution: 2px 0;
	letter-spacing: .05em;
}

.post-list-title {
	margin-left: 1.2em;
	margin-bottom: 1em;
	letter-spacing: .02em;
}

a.archive-link {
	display: block;
	text-align: center;
	margin: 1em auto 3em;
}

@media screen and (max-width:768px) {

	.post-list-time,
	.post-list-title {
		font-size: 16px;
	}

	.post-list-time {
		font-weight: normal;
	}

	.post-list-title {
		margin-top: 0;
		margin-bottom: 1.5em;
	}
}

/*--- パンくずリスト ---*/
.breadcrumb {
	letter-spacing: 0.04em;
}

/*---　投稿サイドバー関連 ---*/
#side {
	letter-spacing: 0.05em;
}

.side-widget a {
	font-size: 1.2em;
}

.side-widget ul li {
	border-bottom: 0px solid #fff;
}

/* アーカイブドロップダウン表示 */
select#archives-dropdown-2 {
	margin: 10px 0;
	width: 100%;
	font-size: 1.1em;
}

/*---　一覧ページ ---*/
.post-loop-wrap {
	width: 80%;
	margin: 0 auto;
}

.post-title,
#search-2 {
	margin-top: 2em;
}

h1.post-title {
	text-align: center;
	letter-spacing: 0.03em;
}

.post-loop-wrap>article {
	border: none;
	background: transparent;
	margin-bottom: 2em;
}

.post-loop-wrap>article header.post-header {
	/*padding: 0;*/
}

/* 投稿日 */
.post-loop-wrap .post-meta-area {
	font-size: 16px;
	background: transparent;
	margin-left: 1.2em;

}

/* 一覧の投稿タイトル */
.post-loop-wrap .post-list-title {
	font-size: 20px;
	margin-bottom: 0;
}

.post-loop-wrap h2.post-title {
	margin-top: 0;
	letter-spacing: 0.02em;
}

@media screen and (max-width:501px) {
	.post-loop-wrap {
		width: 90%;
	}
}

/* 投稿記事 */
aside.post-author {
	display: none;
}

/* タイトル上カテゴリー表示 */
.post-header .cat-name span {
	font-size: 0.9em;
	letter-spacing: 0.03em;
	color: #fff;
	border-color: #0068B7;
	background-color: #0068B7;
}

/* h2中見出し */
h2.wp-block-heading {
	background: transparent;
	color: #333;
	font-style: normal;
	font-weight: 800;
	border: none;
	font-size: 20px;
	padding: inherit;

}

/* PDFファイルダウンロードボタン */
.wp-block-file:not(.wp-element-button) {
	font-size: 1em;
	margin-bottom: 1em;
}

.wp-block-file *+.wp-block-file__button {
	padding: .4em 2em;
	display: block;
	text-align: center;
	margin-top: .5em;
}



/* 政策 */
ul {
    list-style: none;
}
li.list-wrap-item {
	position: relative;
}
li.list-wrap-item::before{
	content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 0.5rem;
    border-left: 4px solid #d4183e;
    border-bottom: 4px solid #d4183e;
    top: 0.25rem;
    left: -2rem;
    transform: rotate(-45deg);
}
ul.profile-list br{
	display: none;
}
ul.list-wrap {
    margin-left: 1rem;
}
.list-wrap-item span{
	color: #d4183e;
	font-weight: 600;
}
/* 追加 */

body.home #front-contents .c_box.c_box_left .c_img_box{
	background-position:center;
}
body{
	color: #241913;
}
.footer-02 .footer-copy{
	color: #fff !important;
}

.profile-list-title {
    font-size: 1.2rem;
	color: #d4183e;
	font-weight: 600;
}

.grecaptcha-badge { visibility: hidden; }