@charset "utf-8";
.term_title {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 70px;
		color: #003d72;
}
.term_inner p {
		line-height: 1.8;
		margin: 0 0 2em;
}
@media(max-width: 767px) {
		.term_title {
				font-size: 22px;
				margin: 0 0 40px;
		}
}
.term_inner p.sign {
		text-align: right;
		margin-top: 4em;
		margin-bottom: 6em;
}
.policy_contact_wrap {
		background: #fff;
		max-width: 760px;
		margin: 0 auto 30px;
		border-radius: 40px;
		box-sizing: border-box;
		padding: 50px;
		text-align: center;
}
.policy_contact_wrap h4 {
		font-size: 30px;
		font-weight: 700;
		margin: 0 0 20px;
		text-align: center;
		color: #003d72;
}
.policy_contact_wrap h5 {
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 10px;
		text-align: center;
		color: #003d72;
}
.footer_tel_no_center {
		display: flex;
		align-items: center;
		justify-content: center;
}
.term_inner .policy_contact_wrap p.footer_tel_no {
		margin-bottom: 15px;
		display: flex;
		align-items: flex-end;
		text-align: center;
		line-height: 1;
}
.term_inner p.footer_tel_fax {
		margin-bottom: 15px;
		text-align: center;
		line-height: 1;
}
.term_inner .policy_contact_wrap p.footer_tel_notes {
		text-align: center;
		font-size: 14px;
		font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.term_inner .policy_contact_wrap p.footer_email {
		text-align: center;
		font-family: 'Outfit', sans-serif;
		font-weight: 600;
		font-size: 30px;
		margin: 0;
}
.term_inner .policy_contact_wrap p.footer_email span {
		font-size: 70%;
}
.footer_email a {
		color: #333;
		text-decoration: none;
}
@media (hover: hover) {
		.footer_email a:hover {
				text-decoration: underline;
				color: #e5003f;
		}
}
@media(max-width: 767px) {
		.policy_contact_wrap {
				padding: 40px 20px;
		}
		.policy_contact_wrap h4 {
				font-size: 20px;
		}
		.policy_contact_wrap h5 {
				font-size: 16px;
		}
		.term_inner .policy_contact_wrap p.footer_email {
				font-size: 18px;
		}
}
.term_subtitle {
		font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 20px;
		font-weight: 700;
		margin: 60px 0 30px 1.25em;
		color: #003d72;
		position: relative;
		line-height: 1.6;
}
.term_subtitle span {
		display: block;
		position: absolute;
		top: 0;
		left: -1.25em;
}
.term_sb {
		font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 500;
		font-size: 100%;
		margin: 0 0 10px;
}
ol.term_list + .term_sb {
		margin-top: 50px;
}
ol.term_list {
		margin-left: 1em;
}
.term_list li {
		list-style: none;
		line-height: 1.6;
		margin: 0 0 7px;
		position: relative;
}
.term_list li span {
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
ul.dot {
		margin-left: 1em;
		margin-bottom: 2em;
}
ul.dot li {
		list-style: none;
		position: relative;
		line-height: 1.6;
		margin: 0 0 7px;
}
ul.dot li::after {
		content: '・';
		display: block;
		position: absolute;
		left: -1em;
		top: 0;
}
.term_inner p.footer_tel_attention {
		margin-left: 1em;
		position: relative;
}
.footer_tel_attention span.mark {
		position: absolute;
		left: -1em;
		top: 0;
}
.action_hd {
		font-size: 20px;
		color: #003d72;
		font-weight: 700;
		margin: 50px 0 20px;
}
.goal_flex {
		display: flex;
		align-items: center;
		margin: 40px 0 25px;
}
.action_hd + .goal_flex {
		margin-top: 20px;
}
.goal_flex .action_hd {
		margin: 0;
		padding: 0;
}
.icon_goal {
		margin-right: 17px;
		height: 30px;
		background: #003d72;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 130px;
		border-radius: 40px;
}
.icon_goal span {
		color: #fff;
		position: relative;
		display: inline-block;
		z-index: 5;
		transform: translateY(-1px);
}
.action_sb {
		font-size: 100%;
		margin: 0 0 20px;
		font-weight: 500;
}
.second_wrap .actionplan_illust {
		position: absolute;
		width: 330px;
		bottom: -50px;
		left: calc(50% - 165px);
		z-index: 10;
}
.actionplan_illust img {
		width: 100%;
		height: auto;
}
@media(max-width: 1200px) {
		.second_wrap .actionplan_illust {
				bottom: -150px;
		}
}
@media(max-width: 767px) {
		.term_inner {
				padding-bottom: 100px;
		}
		.goal_flex {
				display: block;
		}
		.goal_flex .action_hd {
				padding-top: 10px;
		}
		.second_wrap .actionplan_illust {
				width: 50vw;
				bottom: -50px;
				left: calc(50% - 25vw);
		}
}