@charset "UTF-8";
/* ========================================
FV
======================================== */
.fv {
	/* 	height: calc(760 / 375 * 100vw); */
	height: 760px;
	background: url(../images/top/bg_fv_sp.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.fv_img01 {
	width: 100%;
	position: absolute;
	/* 	top: calc(16 / 375 * 100vw); */
	top: 16px;
	left: 0;
}
.fv_img01 img,
.fv_img02 img {
	height: 148px;
	object-fit: cover;
}

.fv_img02 {
	width: 100%;
	position: absolute;
	/* 	top: calc(479 / 375 * 100vw); */
	top: 479px;
	left: 0;
}

.fv_chatch_copy {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #053A86;
	position: absolute;
	/* 	top: calc(184 / 375 * 100vw); */
	top: 184px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.fv_chatch_copy p {
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	line-height: 2;
}

.fv_chatch_copy span:last-child {
	margin-top: 1.5em;
}

/* ========== お知らせ ========== */
.wrap_fv_news {
	width: 97.8666666667vw;
	position: absolute;
	bottom: 96px;
	left: 50%;
	transform: translateX(-50%);
}
.wrap_fv_news a {
	display: block;
	height: 56px;
	padding: 4px 35px 4px 15px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 8px 8px 24px rgba(51, 51, 51, 0.16);
	box-shadow: 8px 8px 24px rgba(51, 51, 51, 0.16);
	
	font-size: 16px;
	font-size: 1.6rem;
}
.wrap_fv_news .ttl {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fv_news_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #053A86;
	margin-bottom: 2px;
}
.fv_news_head .category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 2.9333333333vw;
	border: 1px solid #053A86;
	padding: 0 32px;
}

/* ========================================
事業内容
======================================== */
/* ========== 見出し ========== */
.ttl_h2_top {
	width: 87.4666666667vw;
	margin: 0 auto 24px;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.4375;
	letter-spacing: 0.1em;
}
.ttl_h2_top .en {
	font-size: 16px;
	font-size: 1.6rem;
	color: #053A86;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	position: relative;
}
.ttl_h2_top .en::before, .ttl_h2_top .en::after {
	content: "";
	display: block;
	border-radius: 50%;
}
.ttl_h2_top .en::before {
	width: 16px;
	height: 16px;
	background: #0086D1;
}
.ttl_h2_top .en::after {
	width: 8px;
	height: 8px;
	background: #053A86;
	mix-blend-mode: multiply;
	position: absolute;
	bottom: 2px;
	left: 10px;
}

.ttl_h3 {
	margin-bottom: 24px;
}

/* ========== 背景 ========== */
.business_contents {
	width: 95.7333333333vw;
	background: #F2FAFE;
	padding: 40px 0;
	margin: 0 auto 24px;
	border-radius: 24px;
}
.business_contents:last-child {
	margin-bottom: 0;
}
.business_contents:nth-child(1) {
	background: #F2FAFE;
}
.business_contents:nth-child(2) {
	background: #E5F3FB;
}
.business_contents:nth-child(3) {
	background: #EDEDF6;
}

/* ========== しあわせの村の運営 ========== */
.wrap_business_txt h4 {
	font-weight: bold;
	line-height: 1.4444444444;
	margin-bottom: 16px;
}

.business_txt {
	margin-bottom: 24px;
}

.business_txt p {
	margin-bottom: 1.5em;
}
.business_txt p:last-child {
	margin-bottom: 0;
}

/* ナビゲーション */
/* .ul_business_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
}
.ul_business_nav li {
	width: 42.6666666667vw;
}
.ul_business_nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	padding: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 4px 16px rgba(51, 51, 51, 0.08);
	box-shadow: 0 4px 16px rgba(51, 51, 51, 0.08);
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.ul_business_nav li a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/arrow_blue_white.svg) no-repeat;
	background-size: contain;
	margin-left: auto;
}
.ul_business_nav li a[target=_blank]::after {
	background-image: url(../images/icon_external_link_blue.svg);
}
.ul_business_nav li a span {
	display: block;
	margin: 8px 0 16px;
	text-align: center;
} */

.business_flex_contents .wrap_btn {
	margin-top: 24px;
}

.business_flex_contents .wrap_btn2 {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.business_flex_contents .wrap_btn2 .btn {
	margin: 0;
	width: calc(50% - 8px);
}

.business_flex_contents .wrap_btn2 .btn a {
	font-size: 14px;font-size: 1.4rem;
	padding: 0 24px 0 14px;
	letter-spacing: 0;
}

.business_flex_contents .wrap_btn2 .btn a::after {
	width: 16px;
	height: 16px;
	right: 8px;
}

.business_contents .wrap_btn .btn_font_small a {
	font-size: 14px;font-size: 1.4rem;
	letter-spacing: -0.1em;
}

/* ========================================
こうべ市民福祉振興協会について
======================================== */
.wrap_about_us_contents {
	margin-bottom: 24px;
}

/* ========================================
お知らせ
======================================== */
.news.bg_before::after {
	background: #F2FAFE;
}

.wrap_news_contents {
	margin-bottom: 24px;
}

/* ========================================
CTA(お問い合わせ)
======================================== */
.cta.bg_before::after {
	background: #EDEDF6;
}
.cta .ttl_h2_top {
	color: #fff;
}
.cta .ttl_h2_top .en {
	color: #fff;
	gap: 8px;
}
.cta .ttl_h2_top .en::before {
	width: 20px;
	height: 16px;
	background: url(../images/top/icon_cta.svg) no-repeat;
	background-size: contain;
	border-radius: 0;
}
.cta .ttl_h2_top .en::after {
	content: none;
}

.cta_right_contents {
	width: 87.4666666667vw;
	margin: 0 auto;
}
.cta_right_contents p {
	margin-bottom: 40px;
	color: #fff;
}
.cta_right_contents p:last-child {
	margin-bottom: 0;
}

/* ========================================
footer
======================================== */
#footer {
	position: relative;
}
#footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #053A86;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 769px) {
	/* ========================================
	FV
	======================================== */
	.fv {
		display: flex;
		justify-content: space-between;
		gap: 60px;
		height: 976px;
		background-image: url(../images/top/bg_fv_pc.jpg);
		background-position: center center;
	}

	.fv_img01,
	.fv_img02 {
		width: 384px;
		top: 0;
		position: static;
	}
	
	.fv_img01 img,
	.fv_img02 img {
		height: 100%;
	}

	.fv_img02 {
		left: auto;
		right: 0;
	}

	.fv_chatch_copy {
		width: auto;
		font-size: 40px;
		font-size: 4.0rem;
		top: 136px;
		position: static;
		transform: translateX(0);
		padding-top: 136px;
	}

	.fv_chatch_copy p {
		writing-mode: vertical-rl;
		letter-spacing: 0.2em;
		line-height: 2;
	}

	.fv_chatch_copy span:last-child {
		margin-top: 1.5em;
	}
	/* ========== お知らせ ========== */
	.wrap_fv_news {
		width: min(calc(1264 / 1360 * 100vw), 1264px);
		bottom: auto;
		top: 666px;
	}
	
	.wrap_fv_news a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.7647058824vw;
		height: 56px;
		padding: 16px 48px;
		font-size: 16px;font-size: 1.6rem;
	}
	.wrap_fv_news a:hover .ttl {
		color: #053A86;
		text-decoration: underline;
	}
	.fv_news_head {
		gap: 0.5882352941vw;
		margin-bottom: 0;
	}
	.fv_news_head .category {
		height: 20px;
		font-size: 14px;font-size: 1.4rem;
		border-radius: 0.8088235294vw;
		padding: 0 32px;
		white-space: nowrap;
	}
	.ttl {
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	/* ========================================
	事業内容
	======================================== */
	.business {
		margin-top: -180px;
	}
	/* ========== 見出し ========== */
	.ttl_h2_top {
		width: min(95%, 1120px);
		margin: 0 auto 48px;
		font-size: 48px;
		font-size: 4.8rem;
		line-height: 1.4583333333;
	}
	.ttl_h2_top .en {
		font-size: 16px;
		font-size: 1.6rem;
		gap: 12px;
	}
	.ttl_h2_top .en::before {
		width: 16px;
		height: 16px;
	}
	.ttl_h2_top .en::after {
		width: 8px;
		height: 8px;
		bottom: 2px;
		left: 10px;
	}
	.ttl_h3 {
		margin-bottom: 32px;
	}
	/* ========== 背景 ========== */
	.business_contents {
		width: min(95%, 1264px);
		padding: 48px 0;
		margin: 0 auto 24px;
		border-radius: 48px;
	}
	/* ========== しあわせの村の運営 ========== */
	.business_flex_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.wrap_business_txt {
		width: min(48.5714285714%, 544px);
	}
	.wrap_business_txt h4 {
		line-height: 2;
		margin-bottom: 8px;
	}
	/* ナビゲーション */
/* 	.ul_business_nav {
		width: min(48.5714285714%, 544px);
		gap: 32px;
		margin-top: 0;
	}
	.ul_business_nav li {
		width: calc(33.3333333333% - 21.3333333333px);
	}
	.ul_business_nav li a {
		height: 100%;
		padding: 16px 14px;
		border-radius: 16px;
		font-size: 16px;
		font-size: 1.6rem;
		border: 2px solid transparent;
	}
	.ul_business_nav li a:hover {
		border-color: #053A86;
	}
	.ul_business_nav li a::after {
		width: 16px;
		height: 16px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		background-position: bottom;
	}
	.ul_business_nav li a span {
		margin: 8px 0 16px;
	} */
	
	.business_flex_contents .wrap_btn {
		margin: 0;
		width: min(48.5714285714%, 544px);
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.business_flex_contents .wrap_btn2 {
		gap: 16px 32px;
	}

	.business_flex_contents .wrap_btn2 .btn {
		margin: 0;
		width: calc(50% - 16px);
	}

	.business_flex_contents .wrap_btn2 .btn a {
		height: auto;
		min-height: 72px;
		font-size: 16px;font-size: 1.6rem;
		padding: 0 56px 0 24px;
	}

	.business_flex_contents .wrap_btn2 .btn a::after {
		width: 40px;
		height: 40px;
		right: 16px;
	}
	/* ========================================
	こうべ市民福祉振興協会について
	======================================== */
	.wrap_about_us_contents {
		margin-bottom: 48px;
	}
	/* ========================================
	お知らせ
	======================================== */
	.news .ttl_h2_top {
		width: 100%;
		margin-bottom: 32px;
	}
	.news .btn {
		margin: 0;
	}
	.wrap_news_flex_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 32px;
		width: min(95%, 1120px);
		margin: 0 auto;
	}
	.news_left_contents {
		min-width: 256px;
		max-width: 256px;
	}
	.wrap_news_contents {
		margin-bottom: 0;
	}
	/* ========================================
	CTA(お問い合わせ)
	======================================== */
	.cta .ttl_h2_top {
		width: auto;
		white-space: nowrap;
	}
	.cta .ttl_h2_top .en {
		gap: 8px;
	}
	.cta .ttl_h2_top .en::before {
		width: 20px;
		height: 16px;
	}
	.wrap_cta_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 72px;
		width: min(95%, 1120px);
		margin: 0 auto;
	}
	.cta_right_contents {
		width: auto;
		margin: 40px 0 0;
	}
	.cta_right_contents p {
		margin-bottom: 24px;
	}
	.cta_right_contents .btn {
		margin-right: 0;
	}
	.cta .btn a:hover {
		background: #0086D1;
		border-color: #fff;
	}
}