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

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

body {
	background-color: #f5f4ea;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	transition: opacity 0.3s;
}

.main-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 96px;
}

/* future-pressrelease-from-iwate.html main-visual */

.services-fpfi-main-visual {
	aspect-ratio: 440/434;
	background-image: url(../../assets/img/services-fpfi-mainview-img-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* business-support.html main-visual */

.services-business-support-main-visual {
	aspect-ratio: 440/434;
	background-image: url(../../assets/img/services-business-support-mainview-img-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* business-support.html main-visual */

.services-youth-program-main-visual {
	aspect-ratio: 440/434;
	background-image: url(../../assets/img/services-youth-program-mainview-img-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-visual__title {
	margin-top: -50px;
}

.main-visual__title-ja {
	color: #ffffff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: center;
}

.main-visual__title-en {
	color: #ffffff;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}

/* services style 2026.05.13 */

.services-image-wrap p{
	margin: 0;
	padding: 0;
}

.services-button-wrap{
	text-align: center;
}

.services-button-wrap.margin-bottom-48px{
	margin-bottom: 48px;
}

.services-button-wrap p{
	margin-bottom: 16px;
	font-size: 24px;
}

.services-button-wrap.bg-main-color{
	background-color: #428C37;
	padding: 0 0 32px;
}

.services-button-wrap a.button{
	/* 基本配置・形状 */
	display: inline-block;
	padding: 16px 48px;
	border-radius: 4px; /* 画像に合わせた緩やかな角丸 */
	text-decoration: none;

	/* 色・タイポグラフィ */
	background-color: #387d39; /* 画像から抽出した深めの緑 */
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;

	/* アニメーション設定 */
	transition: background-color 0.3s ease;
	cursor: pointer;
	margin-bottom: 8px;
}

.services-button-wrap a.button.large-size{
	font-size: 24px;
}

/* マウスオーバー時の挙動 */
.services-button-wrap a.button:hover {
background-color: #559e56; /* 背景色を少し明るく（薄く）設定 */
}

/* 白ボタン */
.services-button-wrap .button.button_white {
  background-color: #ffffff;
  color: #387d39;
  /* border-color は .button の指定を引き継ぐため、
     色を変えたい場合のみ個別に指定します */
}

/* 白背景バージョンのホバー */
.services-button-wrap .button.button_white:hover {
  background-color: #f0f0f0; /* ほんのりグレーに */
  color: #4a914b;
  border-color: #4a914b;
}



@media screen and (min-width: 768px) {

.services-fpfi-main-visual {
	aspect-ratio: 1920/400;
	background-image: url(../../assets/img/services-fpfi-mainview-img-pc.webp);
}

.services-business-support-main-visual{
	aspect-ratio: 1920/400;
	background-image: url(../../assets/img/services-business-support-mainview-img-pc.webp);
}

.services-youth-program-main-visual{
	aspect-ratio: 1920/400;
	background-image: url(../../assets/img/services-youth-program-mainview-img-pc.webp);
}

.main-visual__title-ja {
	font-size: 48px;
}

.main-visual__title-en {
	font-size: 26px;
	margin-top: 15px;
}

.sp-only--mainview {
	display: none;
}

.services-button-wrap a.button.large-size{
	font-size: 32px;
}


}

@media screen and (min-width: 1024px) {

.main-visual {
	margin-bottom: 130px;
}
.main-visual.margin-bottom-zero{
	margin-bottom: 0;
}

}

