@charset "UTF-8";
/* CSS Document */

/*================
PC
================*/
body {
	position: relative;
	/*pagetop用*/
}

/*--------
ヘッダー
--------*/
header .c-sub-nav {
	padding: 2em 0 0;
}

header .c-sub-nav .c-navbar__item {
	color: inherit;
}

.l-header:not(.l-header--left) .c-row__col {
	padding: 0;
}

/*Q&A お問い合わせ*/
.stickyArea {
	display: flex;
	position: fixed;
	right: 0;
	top: 20%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	list-style: none;
	z-index: 999;
}

.stickyArea a {
	margin: 1em 0;
	padding: 2.5em .5em 1em;
	text-decoration: none;
	display: block;
	background: var(--wp--preset--color--accent-color);
	color: #fff;
	border-radius: 10px 0 0 10px;
	transition-duration: .3s;
	position: relative;
}

.stickyArea a.contact {
	background: var(--wp--preset--color--sub-accent-color);
	font-weight: bold;
}

.stickyArea a:before {
	content: '';
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 8px;
}

.stickyArea a.qa:before {
	background-image: url("../images/icon-qa.svg");
}

.stickyArea a.contact:before {
	background-image: url("../images/icon-mail.svg");
}

@media (hover: hover) {
	.stickyArea li a:hover {
		padding: 2.5em 1.5em 1em .5em;
	}
}

/*--------
トップ
--------*/
.c-entries--simple .c-entry-summary__content {
	color: #fff !important;
}

@media screen and (min-width: 640px) {
	.newsArea .c-container.alignwide {
		padding-right: calc(var(--_container-margin, 4rem) + env(safe-area-inset-right));
	}
}

/*--------
コンテンツ
--------*/
/*ページヘッダー*/
.l-contents .c-page-header[data-has-image="true"] {
	height: 230px;
	margin: 130px 0 0;
}

.c-page-header:before {
	content: '';
	display: block;
	background: rgba(11, 31, 78, .9);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: multiply;
}

.c-page-header__content {
	position: relative;
	z-index: 1;
}

/*記事一覧*/
.c-entry-summary__meta {
	justify-content: flex-start !important;
}

.c-meta__item--author {
	display: none !important;
}

/*--------情報--------*/
.smb-information:not([data-sm-split-column="true"]) .smb-information__item__body {
	height: 100%;
}

.l-contents .smb-information__item>.c-row>.c-row__col:first-child {
	border-bottom: solid 1px var(--wp--preset--color--accent-color);
}

.l-contents .smb-information__item__label {
	padding: 5px 5px 20px;
	font-weight: bold;
}

.l-contents .smb-information__item__body {
	border-bottom: solid 1px #ccc;
	padding: 5px 5px 20px;
}

.smb-information__body> :not(:first-child) {
	margin-top: 20px;
}

/*--------アンカー　アイコン--------*/
.anchor.smb-list ul {
	display: flex;
	flex-wrap: wrap;
}

.anchor.smb-list ul>li,
.anchor.smb-list ul>li+li {
	margin: 0 2em 0 0;
}

.anchor.smb-list ul>li .smb-list__icon {
	transform: rotate(90deg);
}

/*--------問い合わせフォームアイコン--------*/
.has-vivid-red-background-color {
	padding: 0 .25em;
}

/*--------
フッター
--------*/
@media screen and (min-width: 1024px) {
	.l-footer-widget-area .c-container .c-row .c-row__col--lg-1-4 {
		flex: inherit;
	}

	.l-footer-widget-area .c-container .c-row .c-row__col--lg-1-4:first-child {
		margin-right: auto;
	}
}

/*フッターナビ*/
footer .widget_nav_menu .sub-menu {
	display: block;
	border: none;
	padding: .5em 1em;
}

footer .children-expander {
	display: none;
}

/*SNSアイコン*/
footer .p-social-nav svg {
	height: 3em;
	width: 2em;
}

/*コピーライト*/
footer.l-footer--footer-3 .l-footer__footer {
	background-color: var(--wp--preset--color--accent-color);
}

footer.l-footer--footer-3 .c-copyright {
	color: #fff;
}

/*ページトップ*/
#page-top.c-page-top,
#page-top.c-page-top a {
	background-color: inherit;
	color: var(--accent-color);
}

/*--------
問い合わせフォーム エラー
--------*/
.smf-item__col.smf-item__col--controls:has(.smf-error-messages) {
	background-color: #fff7f7;
}

/* 202406 テーマ更新後のレイアウト調整 --------------------------------------------- */
/* 見出しフォントサイズ */
.smb-section__title {
	font-size: 1.5rem;
}
@media (min-width: 1024px) {
	.smb-section__title {
		font-size: 2rem;
	}
}
/* ボタンpadding */
.smb-btn {
	padding: calc(var(--_space, 1.8rem)* .35) calc(var(--_space, 1.8rem)* 1.25);
}
@media (min-width: 640px) {
    .smb-btn--more-wider {
        display: inline-block;
        padding-left: 7.2rem;
        padding-left: calc(var(--_space, 1.8rem)* 4);
        padding-right: 7.2rem;
        padding-right: calc(var(--_space, 1.8rem)* 4);
        width: auto;
    }
}
/* フッターh4 */
.c-widget .wp-block-group>h4 {
	display: block !important;
	margin-bottom: calc(var(--_space, 1.8rem)* .5* var(--_margin-scale, 1)) !important;
	margin-top: calc(var(--_space, 1.8rem)* 1.25* var(--_margin-scale, 1)) !important;
}
.c-widget .wp-block-group>h4:first-child {
	margin-top: 0 !important;
}
@media (min-width: 1024px) {
	.c-widget .wp-block-group>h4 {
		font-size: 1.25rem !important;
	}
}
.c-widget .wp-block-group>h4:before,
.c-widget .wp-block-group>h4:after {
	height: 0 !important;
}
/* パネルクリック時の黒枠を消す（Chrome／Edge） */
.smb-panels__item__action>a:focus:after {
	outline: none;
}
/* 情報 */
.smb-information__item {
	overflow: visible;
}
.smb-information .c-row>.c-row__col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.l-contents .smb-information__item__label {
	padding: 5px 5px 20px !important;
}
.l-contents .smb-information__item__body {
	padding: 5px 5px 20px !important;
}
.smb-information .smb-information__item__label {
	display: block;
}
/* コンテナ */
.smb-section .c-container.alignwide {
	max-width: 976px;
}
/* SDGs */
.sdgs-pullquote {
	max-width: 420px !important;
}
/* お問い合わせフォームのボタン */
.smf-action .smf-button-control__control {
    padding-left: 2.7rem;
    padding-left: calc(var(--_space, 1.8rem)* 1.5);
    padding-right: 2.7rem;
    padding-right: calc(var(--_space, 1.8rem)* 1.5);
}
/* お知らせ */
.c-entry-summary__title {
    font-size: 1rem !important;
    line-height: calc(.3 + .7 / (1 + 1 * 1 / 2.5 - 1 / 2.5) + var(--_half-leading, .4) * 2) !important;
}
.c-entry-summary__figure .c-entry-summary__term {
	padding: 0 !important;
}
.c-entry-summary__meta {
	font-size: .625rem !important;
	line-height: calc(.3 + .7 / (1 + .625 * .625 / 2.5 - .625 / 2.5) + var(--_half-leading, .4) * 2) !important;
}
@media (min-width: 1024px) {
    .c-entry-summary__title {
        font-size: 1.25rem;
        line-height: calc(.3 + .7 / (1 + 1.25 * 1.25 / 2.5 - 1.25 / 2.5) + var(--_half-leading, .4) * 2);
    }
}

/* --------------------------------------------------------------------------------- */

/*================
1023px以下
================*/
@media screen and (max-width: 1023px) {

	/*--------
	ヘッダー
	--------*/
	.p-header-content--sm {
		padding: 0 !important;
	}

	/*--------
	コンテンツ
	--------*/
	/*ページヘッダー*/
	.l-contents .c-page-header[data-has-image="true"] {
		margin: 0;
	}
}

/*================
810px以下
================*/
@media screen and (max-width: 810px) {}

/*================
639px以下
================*/
@media screen and (max-width: 639px) {

	/*--------
ヘッダー
--------*/
	/*Q&A お問い合わせ*/
	.stickyArea {
		width: 100%;
		padding: 0;
		top: revert;
		bottom: 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	.stickyArea li {
		width: 50%;
	}

	.stickyArea a {
		width: 100%;
		margin: 0;
		padding: .5em .5em .5em 3em;
		border-radius: 0;
		font-size: .9rem;
	}

	.stickyArea li a:hover {
		padding: 0;
	}

	.stickyArea a:before {
		width: 20px;
		height: 20px;
		top: 11px;
		left: 11px;
		background-size: cover;
	}

	/*--------
コンテンツ
--------*/
	/*--------情報--------*/
	.l-contents .smb-information__item>.c-row>.c-row__col:first-child {
		border-bottom: none;
	}

	.l-contents .smb-information__item__label {
		padding: 5px 5px 0;
	}

	.smb-information:not([data-sm-split-column="true"]) .smb-information__item__body {
		margin-top: 0;
	}

	/*--------
フッター
--------*/
	.l-footer__copyright {
		padding-bottom: 40px;
	}

/* 202406 テーマ更新後のレイアウト調整 --------------------------------------------- */
	/* 情報 */
	.smb-information__item {
		overflow: hidden;
	}
	.smb-information__item>.c-row {
		--_gap: 0;
	}
	.l-contents .smb-information__item__label {
		padding: 5px 5px 0 !important;
	}
	.smb-information:not([data-sm-split-column="true"]) .smb-information__item__body {
		margin-top: 0 !important;
	}
	.smb-information__item>.c-row {
		margin-top: 20px;
	}
	.smb-information .c-row>.c-row__col {
		margin-bottom: 0 !important;
	}
/* --------------------------------------------------------------------------------- */
}