@charset "UTF-8";

.cmnhead02,
.cmnttl01:after,
.cmnlist > li:before {
	background: #f9a6ba;
}

.ttl-border,
.cmnhead02_logo {
	border-color: #f9a6ba;
}

.cmnhead02_img {
	background-image: url(../department/img/rework/img-cmnhead_1903.jpg);
}

.depsec_ttl,
.cmntbl th {
	background: #feedf1;
}

.cmntbl tbody th {
	background: #fef6f8;
}

.activity {
}

.activity_text1 {
	margin: 20px 0;
}

p.activity_text2 {
	margin-top: 10px;
	text-align: right;
}

.activity_text3 {
	margin-top: 20px;
}

.activity_text3 > li {
	position: relative;
	padding-left: 1em;
}

.activity_text3 > li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

.activity_tbl {
}

.activity_tbl {
	table-layout: fixed;
	width: 100%;
	min-width: 520px;
}

.activity_tbl thead th {
	text-align: center;
}

.activity_tbl tbody td {
	text-align: center;
}

.activity_tbl tbody td:empty {
	/* position: relative; */
}

.activity_tbl tbody td:empty:before {
	/* position: absolute; */
	content: "ー";
}

.goal {
	margin-top: 40px;
}

.goal_ttl {
}

.goal_list {
	font-size: 0;
	margin-bottom: 30px;
}

.goal_list > li {
	vertical-align: top;
	border: 1px solid #ccc;
	font-size: 14px;
	display: inline-block;
	padding: 20px;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
}

.goal_list > li:nth-child(3n) {
	margin-right: 0;
}

.goal_list > li:nth-child(3n+1) {
	clear: both;
}

.goal_item h4 {
	font-size: 18px;
	color: #036DB7;
	margin-bottom: 10px;
}

.goal_item p {
}

.goal_item figure {
	margin-top: 20px;
}

.goal_item figure img {
	width: 100%;
	height: auto;
}

.goal_item_list {
	margin-top: 20px !important;
}

.goal_item_list > li {
	margin-bottom: 1em;
}

.goal_item_list > li:last-child {
	margin-bottom: 0;
}

.goal_item_note {
	margin-top: 20px;
	border: 3px solid #F9A6BA;
	padding: 15px;
	border-radius: 5px;
}

.guide {}

.guide_ttl {
	margin-bottom: 20px;
}

.guide_tbl {}

.guide_tbl th,
.guide_tbl td {
	text-align: center;
}

.guide_text1 {
	margin-bottom: 20px;
}

.guide_text2 {
	margin-bottom: 10px;
}

.guide_text3 {
	margin: 10px 0 30px;
}

.guide_text4 {}

.guide_text4 a {
	color: #036DB7;
	text-decoration: underline;
}


.contact {
}

.contact_ttl {
}

.contact_phone {
	margin-top: 20px;
}

.contact_phone_ttl {

}

.contact_phone_tel {
	line-height: 1;
	margin-top: 10px;
}

.contact_phone_tel a {
	color: #036DB7;
	font-size: 18px;
}

.contact_phone_tel a strong {
	font-size: 24px;
	margin-left: 5px;
}

.access {
}

.access_tbl {
}

.access_text {
}

.mind {
	border: solid 1px #ccc;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	justify-content: center;
    gap: 30px;
}
.mind img {
	width: 35%;
}
.mind_txt_cnt {
	width: 55%;
}
.mind_txt_cnt .mind_ttl {
	color: #1D74BB;
	margin-bottom: 10px;
	font-size: 18px;
}
.mind_txt_cnt .mind_txt {
	margin-bottom: 15px;
}
.mind_txt_cnt a {
	color: #fff;
	background-color: #FAB445;
	padding: 15px 60px 15px 14px;
	border-radius: 5px;
	display: inline-block;
}
.mind_txt_cnt a:hover {
	opacity: 0.7;
}

/* All SP & Tablet */
@media screen and (max-width:960px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.goal_list > li {
		height: auto !important;
		margin-right: 0 !important;
		width: 100%;
		float: none;
		font-size: 13px;
		padding: 15px 20px;
	}

	.goal_item h4{
		font-size: 15px;
		margin-bottom: 5px;
	}

	.goal_item figure {
		text-align: center;
	}

	.goal_item figure img {
		max-width: 100%;
		width: auto;
	}

	.mind {
		border: solid 1px #ccc;
		display: flex;
		align-items: center;
		padding: 20px 30px;
		justify-content: unset;
		gap: 20px;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.mind img {
		width: 100%;
	}
	.mind_txt_cnt {
		width: 100%;
	}
	.mind_txt_cnt .mind_ttl {
		color: #1D74BB;
		margin-bottom: 10px;
	}
	.mind_txt_cnt .mind_txt {}
	.mind_txt_cnt a {
		color: #fff;
		background-color: #FAB445;
		padding: 8px 60px 8px 14px;
		text-align: center;
	}
	.mind_txt_cnt a:hover {
		opacity: 0.7;
	}

}