@charset "UTF-8";

body {
	font-family:
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		"Yu Gothic",
		"YuGothic",
		"Meiryo",
		sans-serif;
}


p {
	font-size: 16px;
	line-height: 2;
}

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

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

.cmnbg {
	/* background-image: url(../department/rework/img/img-cmnhead_2605.webp);
	background-size: cover;
	background-repeat: no-repeat;
	height: 434px;
	position: relative; */
	width: 100%;
	position: relative;
}

.cmnbg img {
	width: 100%;
    position: relative;
    top: -15px;
}

.cmnbg h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #FAB445;
}

.-about .inner {
	max-width: 1080px;
	margin: 0 auto;
}


.-about {
	margin-top: 65px;
    margin-bottom: 200px;
}
.-about .inner {
	position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.-about .about_cnt {
	position: relative;
}
.-about .abt_img01 {
	position: absolute;
	z-index: 10;
}
.-about .about_txt {
	width: 720px;
    padding: 70px 60px 70px 110px;
    background: linear-gradient(90deg, #fcf5ea 0%, #fff9d9 100%);
    border-radius: 20px;
    margin-left: 230px;
    position: relative;
    top: 50px;
}
.-about .about_txt h3 {
	font-size: 25px;
    margin-bottom: 10px;
    color: #FAB445;
}
.-about .about_txt p {}
.-about .abt_img02 {
	position: absolute;
    z-index: 10;
    bottom: -130px;
    right: 0;
}


em {
	font-family: "Allerta", sans-serif;
	color: #FAB445;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}


.-evid {
	margin-bottom: 130px;
}
.-evid .inner {}
.-evid .evid_cnt {}
.-evid .evid_cnt em {}
.-evid .evid_cnt h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.-evid .evid_list {
	max-width: 649px;
	width: 100%;
	margin: 0 auto;
}
.-evid .evid_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.-evid .evid_list li {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: #fbfaf6;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	text-align: center;
}
.-evid .evid_list li span {
	font-family: "Allerta", sans-serif;
	color: #FAB445;
	margin-bottom: 10px;
}
.-evid .evid_list li p {
	font-size: 18px;
	line-height: 1.5;
}



.-rework {
	position: relative;
    background: linear-gradient(90deg, #fcf5ea 0%, #fff9d9 100%);
    border-radius: 50px;
	z-index: 10;
}
.-rework .re_img01 {
	position: absolute;
	right: 0;
	top: -50px;
}
.-rework .re_img02 {
	position: absolute;
	left: 0;
	bottom: -230px;
}
.-rework .inner {
	padding: 110px 0px;
	max-width: 600px;
	width: 100%;
}
.-rework .evid_cnt {}
.-rework .evid_cnt em {}
.-rework .evid_cnt h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.-rework .evid_cnt > p {}
.-rework .thema {
	border: solid 1px #fbb446;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    background: #fef9ec;
    margin: 30px 0 50px;
}
.-rework .thema p {
	line-height: 1.5;
}



.-program {
	background: #fbfaf6;
    margin-top: -50px;
	padding-top: 150px;
	position: relative;
	z-index: 0;
	margin-bottom: 100px;
}
.-program .pro_img02 {
	position: absolute;
	top: 0;
	left: 0;
}
.-program .inner {
	max-width: 700px;
}
.-program .pro_cnt {}
.-program .pro_cnt em {}
.-program .pro_cnt > h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.-program .pro_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 35px;
}
.-program .pro_item {
	padding: 25px 30px;
    border-radius: 20px;
    background: #fff;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
}
.-program .pro_ttl {
	font-size: 18px;
	margin-bottom: 15px;
}
.-program .pro_ttl span {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fbb446;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Allerta", sans-serif;
	color: #fff;
}
.-program .pro_item p {}
.-program .pro_cnt > p {
	text-align: center;
	padding-bottom: 100px;
}
.-program .pro_cnt b {
	color: #FAB445;
}



.-staff {
	margin-bottom: 140px;
}
.-staff .inner {}
.-staff .staff_cnt {}
.-staff .staff_cnt em {}
.-staff .staff_cnt h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.-staff .staff_cnt > p {
	text-align: center;
	margin-bottom: 40px;
}
.-staff .staff_box {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.-staff .staff_box p {
	border: solid 1px #ccc;
	padding: 20px;
}



.-close {}
.-close .inner {
	max-width: 1067px;
    background: linear-gradient(90deg, #fcf5ea 0%, #fff9d9 100%);
    border-radius: 30px;
	margin-bottom: 160px;
}
.-close .close_cnt {
	position: relative;
	padding: 100px;
}
.-close .pro_img04 {
	position: absolute;
	top: -30px;
    left: -15px;
}
.-close .close_cnt em {}
.-close .close_cnt h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
.-close .close_cnt p {
	text-align: center;
}
.-close .pro_img05 {
	position: absolute;
	bottom: -20px;
    right: -40px;
}

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

/* All SP */
@media screen and (max-width:640px) {
	.inner {
		padding: 0 20px;
	}
	p {
		font-size: 14px;
		line-height: 2;
	}
	.cmnbg h1 {
		width: 53%;
		font-size: 25px;
	}

	.-about .inner {
		padding: 0 20px;
	}
	.-about {
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.-about .about_txt {
        width: 100%;
        padding: 70px 30px;
        border-radius: 20px;
        margin-left: 0px;
        position: relative;
        top: -50px;
    }
	.-about .abt_img01 {
		position: relative;
		z-index: 10;
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	.-about .abt_img02 {
		position: absolute;
		z-index: 10;
		bottom: 50px;
		right: 0px;
		width: 130px;
	}

	.-evid {
		margin-bottom: 100px;
	}

	.-evid .evid_list li p {
		font-size: 14px;
	}

	.-evid .evid_cnt h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 25px;
	}



	.-evid .evid_list ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.-evid .evid_list li {
		width: 160px;
		height: 160px;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.-program .pro_ttl span {
		font-size: 13px;
	}

	.-program .pro_cnt > h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 25px;
	}

	.-rework .evid_cnt h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 25px;
	}

	.-rework .re_img01 {
		position: absolute;
		right: 0;
		top: -50px;
		width: 187px;
	}

	.-rework .re_img02 {
		position: absolute;
		left: 0;
		bottom: -120px;
		width: 197px;
	}

	.-rework .inner {
		padding: 70px 20px 100px;
		max-width: 600px;
		width: 100%;
	}

	.-rework .thema {
		padding: 25px 10px;
		margin: 20px 0 30px;
	}
	.-staff .staff_cnt h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 25px;
	}

	.-staff .staff_box {
		display: flex;
		justify-content: unset;
		flex-wrap: wrap;
		gap: 10px;
	}
	.-staff .staff_box p {
		border: solid 1px #ccc;
		padding: 20px;
		width: 100%;
		font-size: 12px;
	}


	.-close .inner {
		margin: 0 20px 100px;
	}
	.-close .close_cnt h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 25px;
	}

	.-close .close_cnt {
		position: relative;
		padding: 45px 15px;
	}


	.-close .pro_img04 {
		position: absolute;
		top: -30px;
		left: -35px;
		width: 134px;
	}


	.-close .pro_img05 {
		position: absolute;
		bottom: -20px;
		right: -35px;
		width: 130px;
	}

}