@charset "UTF-8";
/* 全国ダイバーシティネットワーク組織 北海道ブロック.css */

/* ===== main&header(color_change) ===== */
.header_wrap {
	background-color: rgba(241,216,192,.95);
}
main,
#mv_wrap {
	background-color: #f1d8c0;
}
.wrap.bg_white {
	padding: 150px 80px;
	padding: clamp(80px,10vw,150px) clamp(40px,4vw,80px);
	border-radius: 30px;
	background-color: #fff;
}
.bg_wrap,
.bg_wrap-PadNone {
	padding-top:    80px;
	padding-bottom: 80px;
	padding-top:    min(6.502vw,100px);
	padding-bottom: min(6.502vw,100px);
}
main p,
main a {
	color: #4d4d4d;
}

/* ===== ABOUT ===== */
br.add_blk {
	display: none !important
}
.h2_img {
	width: 100%;
	height: 13vw;
	max-height: 130px;
	min-height: 100px;
	margin: auto;
}
.h2_img img {
	width:  100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
h3 {
	font-size: clamp(24px,2vw,32px);
	font-weight: normal !important;
	color: #5b4135;
	text-align: center;
}
.img_about {
	width: 50%;
	max-width: 550px;
	display: block;
	margin: auto;
}
.img_about + p {
	margin-bottom: 2em;
}
.img_about + p + p {
	margin-bottom: 1em;
}
.p_middle {
	font-size: 18px;
	font-size: clamp(14px,1.4vw,18px);
	font-feature-settings: "palt";
	line-height: 2.2;
	letter-spacing: .05em;
	text-align: center;
}
.p_middle a {
	font-size: 14px;
	font-size: clamp(12px,1.4vw,14px);
	text-decoration: underline !important;
}
main section ul {
	width: fit-content;
	margin: 0 auto;
}
main li {
	width: fit-content;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
main li,
main li * {
	font-size: 14px;
	font-size: clamp(12px,1.4vw,14px);
}
main li + li {
	margin-top: .5em;
}
main li:before {
	content: "・";
	content: "\30FB";
	line-height: 1.7;
}

/* ===== 取組内容 ===== */
/* 注釈 */
.head_note {
	font-size: clamp(14px,1.4vw,16px);
	font-weight: 300;
	color: #4d4d4d;
}
/* カラフルカード */
.color_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.color_card {
	width: calc(100%/3 - 60px/3);
	width: calc(100%/3 - min(4vw,60px)/3);
	display: flex;
	flex-direction: column;
	padding: 40px;
	padding: clamp(30px,3vw,50px) clamp(20px,2vw,40px) clamp(25px,2.5vw,40px);
	border-radius: 20px;
	background-color: #9082d1;
}
.color_card .num {
	min-width:  1.75em;
	min-height: 1.75em;
	font-size: 24px;
	font-size: clamp(18px,2vw,24px);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #9082d1;
	background-color: #fff;
	border-radius: 100px;
}
.color_card h4 {
	min-height: 3em;
	font-size: 24px;
	font-size: clamp(12px,1.4vw,22px) !important;
	font-weight: normal !important;
	line-height: 1.5;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 1em;
}
.color_card ul li,
.color_card ul li p {
	font-feature-settings: "palt";
}
.color_card ul li + li {
	margin-top: 1em;
}
.color_card ul * {
	color: rgba(255,255,255,.6);
}
.color_card.yellow {
	background-color: #f9ad45;
}
.color_card.yellow .num {
	color: #f9ad45;
}
.color_card.pink {
	background-color: #e17989;
}
.color_card.pink .num {
	color: #e17989;
}


/* ===== 連携機関一覧 ===== */
.link_list li:before {
	content: none;
}
.link_list {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.link_list li,
.link_list li a {
	font-size: clamp(14px,1.4vw,20px);
}
.link_list li {
	margin-top: 0 !important;
	margin-right: 1.5em;
	margin-bottom: .5em;
}
.link_list li a {
	content: "";
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	color: #4d4d4d;
}
.link_list li a:after  {
	content: "";
	width: 1em;
	height: 1.5em;
	display: block;
	background-image: url(../../img/network/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(.2em);
	margin-left: .35em;
}



/* ===== トピックス ===== */
.topics_wrap {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.card_topic {
	width: calc(100%/3 - 60px/3);
	width: calc(100%/3 - min(4vw,60px)/3);
	margin-left: calc(min(4vw,60px)/2);
	padding: 20px 20px 30px;
	padding: clamp(15px,2vw,20px) clamp(15px,2vw,20px) clamp(20px,2.5vw,30px);
	border-radius: 20px;
	background-color: #f2f1f2;
}
.topics_wrap .card_topic:first-of-type {
	margin-left: 0 !important;
}
.card_topic .topic_img {
	width: 100%;
	height: 16vw;
	max-height: 260px;
}
.card_topic .topic_img img {
	width:  100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* 日付 */
.topic_date {
	font-size: 14px;
	font-size: clamp(12px,1.2vw,14px);
	line-height: 1;
	color: #808080;
	margin-top: 1.5em;
	margin-bottom: .75em;
}
.topic_title {
	font-size: 18px;
	font-size: clamp(14px,1.4vw,18px);
	font-weight: normal !important;
	font-feature-settings: "palt";
	line-height: 1.5;
	color: #4d4d4d;
}

/* ===== RECRUIT ===== */
.recruit_card,
.recruit_more {
	width: 95%;
	max-width: 1000px;
}
.recruit_card {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 2em 1em;
	border-bottom: 1px solid #d0d0d0;
}
section .recruit_card:first-of-type {
	padding-top: 0;
}
.recruit_card:after {
	content: "";
	width:  1.25em;
	height: 1em;
	min-width:  1.25em;
	min-height: 1em;
	display: block;
	background-image: url(../../img/network/rec_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 1em;
}
.recruit_card dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.recruit_date {
	min-width: fit-content;
	font-size: 14px;
	font-size: clamp(12px,1.2vw,14px);
	line-height: 1;
	color: #808080;
	margin-top: .35em;
	margin-right: 2em;
}
.recruit_card,
.recruit_title {
	font-size: 18px;
	font-size: clamp(14px,1.4vw,18px);
	color: #4d4d4d;
}
.recruit_title {
	font-weight: normal !important;
	font-feature-settings: "palt";
	line-height: 1.5;
}
.recruit_more {
	text-align: right;
	margin: auto;
}
.recruit_more,
.recruit_more * {
	font-size: 16px;
	font-size: clamp(14px,1.4vw,16px);;
	color: #4d4d4d;
}
.not_recruit {
	width: fit-content;
	display: block;
	margin-left:  auto;
	margin-right: auto;
}


@media screen and (max-width:1023px) {
	/* ===== FirstView ===== */
	#mv_wrap {
		padding-top: 80px;
	}
	#sec_about br.add_blk {
		display: block !important;
	}
}


@media screen and (max-width:999px) {
	/* ===== ABOUT ===== */
	.color_flex {
		max-width: 550px;
		flex-wrap: wrap;
		margin-left:  auto;
		margin-right: auto;
	}
	.color_card {
		width: 100%;
	}
	.color_card + .color_card {
		margin-top: 20px;
	}
	.color_card .num {
		font-size: 20px;
	}
	.color_card h4 {
		font-size: 18px !important;
		min-height: inherit;
	}
	.color_card ul * {
		font-size: 14px;
	}
}


@media screen and (max-width:768px) {
	#mv {
		max-width: 650px;
		margin-left:  auto;
		margin-right: auto;
	}

	/* ===== ABOUT ===== */
	.h2_img {
		height: 18vw;
		max-height: 80px;
		min-height: inherit;
	}
	.wrap.bg_white {
        padding: 40px 20px;
        padding: min(10.667vw,60px)  min(5.333vw, 40px);
		border-radius: 20px;
	}
	main h3 {
		font-size: 18px;
		font-size: min(4.8vw,18px);
	}
	main h2 + h3 {
		font-size: 16px;
		font-size: min(4.267vw,16px);
	}
	.p_middle {
		font-size: 14px;
		text-align: justify;
	}
	.p_middle a {
		font-size: 12px;
	}
	.img_about {
		width: 70%;
	}

	/* ===== 取組内容 ===== */
	/* 注釈 */
	.head_note {
		font-size: 11px;
	}
	/* カラフルカード */
	.color_flex {
		max-width: 500px;
	}
	.color_card {
		padding: 30px 15px;
	}
	.color_card .num {
		font-size: 16px;
	}
	.color_card h4 {
		font-size: 17px !important;
	}
	.color_card ul * {
		font-size: 12px;
	}

	/* ===== 連携機関一覧 ===== */
	.link_list {
		width: fit-content;
		display: block;
		margin-left:  auto;
		margin-right: auto;
	}
	.link_list li,
	.link_list li a {
		font-size: 12px;
		margin-right: 0;
		margin-bottom: .15em;
	}

	/* ===== TOPICS ===== */
	.topics_wrap {
		flex-wrap: wrap;
	}
	.card_topic {
		width: 100%;
		border-radius: 10px;
	}
	.topics_wrap .card_topic + .card_topic {
		margin-top: 20px;
	}
	.card_topic .topic_img {
		height: auto;
		max-height: inherit;
	}

	/* ===== RECRUIT ===== */
	.recruit_card {
		padding-left: 0;
	}
	.recruit_card dl {
		flex-wrap: wrap;
	}
	.recruit_date {
		margin-top: 0;
		margin-bottom: 1em;
	}
	.recruit_more,
	.recruit_more * {
		font-size: 12px;
	}
	.recruit_card:after {
		align-self: flex-end;
	}
	
}
