@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/policy/policy_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual h1 {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
#mainvisual h1 span {
	font-size: 1.5rem;
}
#reason01{
	position:relative;
	bottom:150px;
}
#reason02,#reason03,#reason04{
	position:relative;
	bottom:100px;
}
.policy_top p {
	width: 95%;
	max-width: 825px;
	margin: 0 auto;
	font-size: 1.0rem;
	line-height: 2.0;
}
.policy_summary h2 {
	font-size: 2rem;
}
.row {
	max-width: 1000px;
	margin: 0 auto;
}
.memo {
	width: calc(80% / 4);
	margin-top: 30px;
}
.policy {
	margin-bottom: 120px;
}
.policy_ttl {
	width: 95%;
	max-width: 1100px;
	margin: 80px auto 50px;
}
.policy_ttl h2 {
	width: 600px;
	font-size: 2rem;
	text-align: left;
}
.policy-voice,  .policy-answer {
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin-bottom: 30px;
}
.right {
	flex-direction: row-reverse;
}
.policy-section .inner {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.policy_01 {
	width: 100%;
	padding: 30px 15px 20px;
	margin: 0 auto;
	background: unset;
	box-shadow: unset;
	position: relative;
}
.policy_01::before {
	content: '';
	width: 98vw;
	height: 100%;
	background: var(--item-color);
	position: absolute;
	top: 0;
	right: 0%;
	z-index: -1;
	-webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.policy_02 {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 20px;
	background: unset;
	box-shadow: unset;
	position: relative;
}
.policy_02::before {
	content: '';
	width: 98vw;
	height: 100%;
	background: var(--item-color);
	position: absolute;
	top: 0;
	left: 0%;
	z-index: -1;
	-webkit-clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.fukidashi {
	width: 70%;
	padding: 30px 15px;
	margin: 0 30px 0 !important;
	font-size: 1.0rem
}
.fukidashi:before {
	height: fit-content;
	top: 0;
	bottom: 0;
	left: unset;
	right: 100%;
	margin: auto;
	transform: rotate(-90deg);
}
.right .fukidashi:before {
	left: 100%;
	right: unset;
	transform: rotate(90deg);
}
.policy-add-section {
	background: var(--grey);
	padding: 0px 0 60px;
	margin-top: 120px;
}
.policy-add-section .container {
	width: 95%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 1px 0;
}
.policy-sub-title {
	margin: -35px 0 30px;
	padding: 20px 30px 20px 15px;
	font-size: 1.5rem;
}
.feature-item h4 {
	font-size: 1.2rem;
}
.feature-item p {
	padding: 0 10px;
}
.comparison-section .container {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 120px;
}
}
