/*
Theme Name: チームプロダクション
Description: 最低限のクラシックテーマ。ACF Pro の LP 用 Flexible Content（page_sections）に対応。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: team-production
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	color: #222;
	background: #fff;
}

a {
	color: #1a5fb4;
}

a:hover,
a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-header {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #e5e5e5;
}

.site-header .site-branding {
	margin: 0;
}

.site-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-nav .menu {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

.site-nav a {
	text-decoration: none;
	color: #333;
}

.site-main {
	flex: 1;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.entry-header {
	margin-bottom: 1rem;
}

.entry-title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.3;
}

.site-footer {
	padding: 1.5rem 1.25rem;
	border-top: 1px solid #e5e5e5;
	margin-top: auto;
}

.site-info {
	margin: 0;
	font-size: 0.875rem;
	color: #555;
}

.site-info a {
	color: inherit;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	width: auto;
	padding: 0.5rem 1rem;
	margin: 0;
	background: #111;
	color: #fff;
	z-index: 100000;
	text-decoration: none;
}
