/*
Theme Name: twentytwentyfive-child
Template: twentytwentyfive
*/
body {
	background: #333;
	/* margin: 0;
    min-height: 100vh; */
}
main {
	margin: 0 !important;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	color: #00c7c4 !important;
}
h1 {
	color: #fff;
}
h2 {
	color: #fff;
}
h3 {
	color: #fff;
}
h4 {
	color: #fff;
}
h5 {
	color: #fff;
}
h6 {
	color: #fff;
}
p {
	color: #fff;
}
li {
	color: #fff;
}
.wp-block-post-title {
	display: block !important;
}
.wp-block-post-title a {
	color: #fff;
}

.widget a span {
	color: #fff;
	font-size: 1rem;
}
.widget li {
	list-style: none;
}
.widget ul {
	display: flex;
	gap: 10px;
	justify-content: end;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: #fff;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	color: #00c7c4;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	background-color: #333;
}

.wp-block-post-title {
	display: none;
}
.bannerimage {
	padding-top: 0;
}
.skill-section h2 {
	color: #333;
}

.large-button {
	background-color: #00c7c4;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 8px 32px;
}
.wp-block-search__label {
	display: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: none;
}
/* .has-global-padding {
    padding-top: 0 !important;
} */

.main {
	margin-top: -60px;
}
.wp-elements-7e25d0198db94e2785ffafdb5bb852e8 a:where(:not(.wp-element-button)) {
	color: #fff;
}
:root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover) {
	text-decoration: none;
}
.menu-header {
	background: #36393e !important;
}
body {
	background: linear-gradient(to bottom, #22262c 0%, rgba(34, 38, 44, 0.44) 55%, #22262c 100%);
}

/* フォーム全体の幅を制限して中央寄せ */
.wpcf7-form {
	margin: 0 auto;
	max-width: 600px;
}

/* ラベルの整形 */
.wpcf7-form label {
	display: block;
	margin-bottom: 15px;
}

/* テキスト入力やテキストエリアの幅を統一 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	max-width: 100%;
	padding: 10px;
	width: 100%;
}

/* 送信ボタン */
.wpcf7-form .large-button {
	background-color: #00c7c4;
	border: none;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	padding: 12px 30px;
}

.wpcf7-form .large-button:hover {
	background-color: #00c7c4;
}

.wp-block-navigation,
.has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
	min-width: 280px !important;
}

.wp-block-navigation-item__label {
	white-space: pre-wrap; /* 改行を反映させる */
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
	text-wrap: wrap !important;
}

.wp-block-navigation-item__label::after {
	content: "\A"; /* 改行コード */
	white-space: pre; /* \A を改行として認識させる */
	position: absolute; /* 必要に応じてレイアウト調整 */
}

@media screen and (max-width: 750px) {
	:root :where(.wp-block-column) {
		padding-left: 0;
	}
}
/* @media screen and (max-width: 750px) {
	.wp-block-spacer {
		display: none;
	}
} */
@media screen and (max-width: 750px) {
	.widget ul {
		padding-inline-start: 0;
	}
}
