@charset "utf-8";


.profile-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px dotted rgba(0, 0, 0, .3);
}

.profile-list th,
.profile-list td {
	vertical-align: top;
	color: rgba(0, 0, 0, .75);
}

.profile-list th {
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}

.profile-list .icon__map {
	text-decoration: none;
	color: rgba(0, 194, 149, 1);
}

.profile-txt__list li {
	display: inline-block;
	vertical-align: top;
}

.profile-txt__list li:after {
	content: "、";
}

.profile-txt__list li:last-child:after {
	display: none;
}

.profile-txt__definition-list {
	line-height:
}

.profile-txt__definition-list dt {
	font-weight: 500;
}

.profile-txt__definition-list dd:last-child {
	margin-bottom: 0;
}

.policy {
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
}

.policy {
	max-width: 900px;
	margin: 0 auto;
	margin-top: calc(40px + 3vw);
	padding: calc(25px + 2vw) calc(10px + 3vw);
	border-left: 5px solid rgba(70, 115, 180, .8);
	border-right: 5px solid rgba(128, 195, 28, .8);
	position: relative;
}

.policy:before,
.policy:after {
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background: -webkit-linear-gradient(135deg, rgba(70, 115, 180, .8), rgba(63, 176, 146, .8), rgba(128, 195, 28, .8));
	background: linear-gradient(135deg, rgba(70, 115, 180, .8), rgba(63, 176, 146, .8), rgba(128, 195, 28, .8));
	position: absolute;
	left: 0;
}

.policy:before {
	top: 0;
}

.policy:after {
	bottom: 0;
}

.policy__title {
	margin-bottom: 60px;
	margin-right: -.5em;
	line-height: 1.4;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	letter-spacing: .5em;
}

.policy__item {
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}

.policy__txt {
	margin: calc(10px + 2vw) 0;
}

.policy__item {
	position: relative;
}

.policy__item:last-child {
	margin-bottom: 0;
}

.policy__item:before,
.policy-list dd:before {
	display: block;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: rgba(0, 194, 149, 1);
}

.policy__item:first-child:before,
.policy-list dd:nth-child(2):before {
	content: "1";
}

.policy__item:nth-child(2):before,
.policy-list dd:nth-child(3):before {
	content: "2";
}

.policy__item:nth-child(3):before,
.policy-list dd:nth-child(4):before {
	content: "3";
}

.policy__item:nth-child(4):before,
.policy-list dd:nth-child(5):before {
	content: "4";
}

.policy__item:nth-child(5):before,
.policy-list dd:nth-child(6):before {
	content: "5";
}

.policy__item:nth-child(6):before,
.policy-list dd:nth-child(7):before {
	content: "6";
}

.policy-vision,
.policy-list {
	margin-bottom: 60px;
}

.policy-vision dt,
.policy-list dt {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
	color: rgba(0, 194, 149, 1);
}

.policy-vision dd,
.policy-list dd {
	margin-bottom: 5px;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .05em;
}

.policy-list dd {
	padding-left: 30px;
}

.policy__signature {
	text-align: right;
}

.policy-sign {
	max-width: 200px;
	margin-left: auto;
	margin-top: 20px;
}


@media screen and (max-width: 680px) {

	.profile-list th,
	.profile-list td {
		width: 100%;
		padding: calc(10px + 2vw) 0;
		display: block;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.profile-list th {
		padding-bottom: 0;
		border-top: 1px dotted rgba(0, 0, 0, .3);
	}

	.profile-list .icon__map {
		display: table;
	}

	.profile-txt__definition-list dd {
		margin-bottom: 20px;
	}

	.profile-txt__definition-list dd li {
		padding-left: 1em;
		text-indent: -1em;
	}

	.profile-txt__definition-list dd li:before {
		content: "・";
	}

	.policy__title {
		font-size: 2.2rem;
	}

	.policy__item {
		margin-bottom: 15px;
		padding-left: 30px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.policy__item:before {
		width: 24px;
		height: 24px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.policy-vision,
	.policy-list {
		margin-bottom: 40px;
	}

	.policy-vision dt,
	.policy-list dt {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}

	.policy-vision dd,
	.policy-list dd {
		margin-bottom: 0;
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	.policy-list dd {
		padding-left: 20px;
	}

	.policy-sign {
		max-width: 120px;
		margin-top: 10px;
	}

}


@media screen and (min-width: 681px),
print {

	.profile-list th,
	.profile-list td {
		padding: 20px 0;
		font-size: 1.5rem;
		line-height: 2;
	}

	.profile-list th {
		width: 140px;
		border-top: 1px solid rgba(0, 194, 149, 1);
	}

	.profile-list td {
		width: calc(100% - 140px);
		padding-left: 2vw;
		padding-right: 2vw;
		border-top: 1px dotted rgba(0, 0, 0, .3);
	}

	.profile-txt__definition-list dd {
		margin-bottom: 30px;
		display: -webkit-flex;
		display: flex;
	}

	.profile-txt__definition-list dd span {
		width: 140px;
		-webkit-flex: 0 0 140px;
		flex: 0 0 140px;
	}

	.policy__title {
		font-size: 3rem;
	}

	.policy__item {
		margin-bottom: 20px;
		padding-left: 40px;
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.policy__item:before {
		width: 30px;
		height: 30px;
		font-size: 2rem;
		line-height: 30px;
	}

}


/*------------------------------------*/


.plan {
	max-width: 900px;
	margin: 0 auto;
	margin-top: calc(40px + 3vw);
	padding: calc(25px + 2vw) calc(10px + 3vw);
	background-color: rgba(255, 255, 255, 1);
	border: 5px solid rgba(0, 0, 0, .2);
	box-sizing: border-box;
}

.plan__title {
	margin-right: -.2em;
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	letter-spacing: .2em;
}

.plan__item__txt {
	margin-top: 0;
}

.plan-main__item {
	background-color: rgba(0, 0, 0, .05);
}

.plan-main__target,
.plan-main__exam {
	display: -webkit-flex;
	display: flex;
	line-height: 1.8;
}

.plan-main__target {
	background-color: rgba(0, 0, 0, .05);
}

.plan-main__title {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	-webkit-flex: 0 0 60px;
	flex: 0 0 60px;
}

.plan-main__list {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .75);
}

.plan-main__list li {
	/* padding-left: 1em;
	text-indent: -1em; */
	position: relative;
}

.plan-main__list li.down {
	padding-left: 15px;
}

/* .plan-main__list li:before {
	content: "・";
} */

.plan-main__list li.period:before {
	display: none;
}

.plan-main__list li.period {
	margin-top: 10px;
	padding: 5px 10px;
	display: table;
	border: 1px solid rgba(0, 0, 0, .15);
	box-sizing: border-box;
	text-indent: 0;
}

.plan-main__list li span {
	color: rgba(0, 0, 0, 1);
}

.plan-main__dlist {
	display: grid;
	grid-template-columns: 100px 1fr;
	font-size: 1.4rem;
	line-height: 1.8;
}

.plan-main__dlist dd {
	margin-bottom: 10px;
}


@media screen and (max-width: 680px) {

	.plan__title {
		font-size: 1.8rem;
	}

	.plan__item {
		margin-top: 40px;
	}

	.plan-main__item {
		margin-top: 10px;
	}

	.plan__item__title {
		font-size: 1.6rem;
	}

	.plan-main__target,
	.plan-main__exam {
		padding: 15px 20px;
	}

}


@media screen and (max-width: 500px) {

	.plan-main__target,
	.plan-main__exam {
		padding: 15px 10px;
		display: block;
	}

	.plan-main__dlist {
		display: block;
	}

}


@media screen and (min-width: 681px),
print {

	.plan__title {
		font-size: 2.5rem;
	}

	.plan__item {
		margin-top: 60px;
	}

	.plan-main__item {
		margin-top: 20px;
	}

	.plan-main__target,
	.plan-main__exam {
		padding: 20px 40px;
	}

}


/*------------------------------------*/


.download {
	max-width: 900px;
	margin: 0 auto;
	margin-top: calc(40px + 3vw);
}

.download__list {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.download__list__item {
	max-width: calc(100% / 3);
	flex-basis: calc(100% / 3);
	position: relative;
}

.download__list:before,
.download__list:after,
.download__list__item:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #D9D9D9;
	position: absolute;
	left: 0;
}

.download__list:before {
	top: 0;
}

.download__list:after,
.download__list__item:after {
	bottom: 0;
}

.download__list__item a {
	height: 80px;
	display: flex;
	font-size: 1.4rem;
	line-height: 1.8;
	text-decoration: none;
	align-items: center;
}

.download__list__item a:hover {
	color: rgba(67, 203, 171, 1);
}

.download__list__item a:after {
	content: "PDF";
	height: 20px;
	margin-left: 10px;
	display: flex;
	padding: 0 10px;
	border: 1px solid rgba(67, 203, 171, 1);
	font-size: 1.1rem;
	font-weight: 700;
	color: rgba(67, 203, 171, 1);
	box-sizing: border-box;
	align-items: center;
}


@media screen and (max-width: 800px) {

	.download__list__item {
		max-width: 50%;
		flex-basis: 50%;
	}

}


@media screen and (max-width: 480px) {

	.download__list__item {
		max-width: 100%;
		flex-basis: 100%;
	}

	.download__list__item a {
		height: 60px;
	}

}