/* top_mv */

#page_title {
	display: none;
}

.top_mv {
	background-color: #f4f1ef;
	position: relative;
	z-index: 0;
	/* background-image: url(../img/top/top_mv_main_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
}

.top_mv_family {
	/* width: 550px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	margin: 20px auto 0; */
	width: 500px;
	margin: 0 auto 0;
}

.top_mv_family img {
	display: block;
	max-width: 100%;
}

.top_mv_main {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 40px 0 0;
	margin-top: 48px;
}

.top_mv .container {
	width: auto;
}

.top_mv_main_text {
	margin-right: 60px;
}

.top_mv_main_text_title {
	font-size: 40px;
	line-height: 1;
	display: block;
	padding: 20px 20px;
	background-color: #7d9039;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	z-index: 0;
	display: table;
	position: relative;
	margin: 0 auto;
}

.top_mv_main_text_title::before {
	background-image: url(/wp-content/uploads/2023/01/logo-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	/* content: ''; */
	height: 216px;
	position: absolute;
	left: -40px;
	top: -40px;
	width: 50px;
}

.top_mv_main_text_title::after {
	background-image: url(../img/top/top_aisin_icon02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 155px;
	position: absolute;
	right: -50px;
	top: 200px;
	width: 127px;
}

.top_mv_main_text_title_sub {
	display: table;
	margin: 20px auto 0;
}

.top_mv_main_text_title_sub {
	font-size: 24px;
	text-align: center;
	line-height: 1;
	background: linear-gradient(transparent 60%, #ffe54c 60%);
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}

.top_mv_main_text_desc {
	font-size: 18px;
	line-height: 2;
	font-weight: 700;
	text-align: center;
	text-shadow: 3px 3px rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 0;
	display: table;
	margin: 20px auto 0;
}

.top_mv_main_text_lists {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px auto 0;
}

.top_mv_main_text_lists_item {
	background-color: #fff;
	border: 3px solid #7d9039;
	border-radius: 160px;
	box-shadow: 0 2px 4px #7373734d;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0;
	text-decoration: none;
	transition: all .3s ease;
	display: table;
	text-align: center;
	width: 150px;
	height: 150px;
	line-height: 1.5;
	padding-top: 28px;
}

.top_mv_main_text_lists_item:nth-child(n + 2) {
	margin-left: 20px;
}

.top_mv_main_text_lists_item span {
	color: #7d9039;
}

.top_mv_main_form {
	width: 400px;
	background-color: #fff;
	padding: 40px;
	border-radius: 40px;
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}

.top_mv_main_form_title {
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	text-shadow: 3px 3px rgba(0, 0, 0, .2);
	text-align: center;
}

.top_mv_main_form_main {
	margin-top: 20px;
}

.top_mv_main_form_main table {
	display: block;
}

.top_mv_main_form_main tbody {
	display: block;
}

.top_mv_main_form_main tr {
	display: block;
}

.top_mv_main_form_main tr+tr {
	margin-top: 20px;
}

.top_mv_main_form_main th {
	display: block;
	text-align: left;
	line-height: 1.3;
	font-size: 16px;
}

.top_mv_main_form_main th span {
	background: #32aa61;
	font-size: 13px;
	font-weight: bold;
	color: white;
	border-radius: 4px;
	padding: 2px 5px;
	margin-right: 10px;
}

.top_mv_main_form_main th span.ninni {
	background: #ff0000;
}

.top_mv_main_form_main td {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
	border: none;
	padding: 0;
}

.top_mv_main_form_main td input {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .03em;
	background-color: #F8F8F8;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3;
	width: 100%;
	min-height: 30px;
	border: none;
}

.top_mv_main_form_main td textarea {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .03em;
	background-color: #F8F8F8;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.3;
	width: 100%;
	min-height: 30px;
	height: 80px;
	border: none;
}

.top_mv_main_form_main button {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	background-color: #ff0000;
	border: none;
	color: #fff;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-top: 20px;
	transition: .3s;
	cursor: pointer;
}

.top_mv_main_form_main button:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.top_mv {
		background-color: #f4f1ef;
		position: relative;
		z-index: 0;
		padding-bottom: 40px;
	}
	.top_mv_family {
		width: 100%;
		padding: 0;
		margin: 0 auto 0;
		max-width: 360px;
	}
	.top_mv_main {
		padding: 30px 0 0;
		display: block;
	}
	.top_mv_main_text {
		margin-right: 0;
	}
	.top_mv_main_text_title {
		font-size: 22px;
		padding: 10px 10px;
		margin: 0 auto;
	}
	.top_mv_main_text_title::before {
		background-image: url(../img/top/top_aisin_icon01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 107px;
		position: absolute;
		left: -20px;
		top: -29px;
		width: 47px;
	}
	.top_mv_main_text_title::after {
		background-image: url(../img/top/top_aisin_icon02.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 81px;
		position: absolute;
		right: -16px;
		top: -7px;
		width: 58px;
	}
	.top_mv_main_text_desc {
		font-size: 16px;
		margin: 20px auto 0;
	}
	.top_mv_main_text_lists {
		margin: 20px auto 0;
		max-width: 340px;
	}
	.top_mv_main_text_lists_item {
		font-size: 18px;
		width: 130px;
		height: 130px;
		line-height: 1.5;
		padding-top: 25px;
	}
	.top_mv_main_text_lists_item:nth-child(n + 3) {
		margin-top: 0;
		margin-left: 0;
	}
	.top_mv .top_mv_main_form {
		margin: 0 auto;
		width: calc(100% - 40px);
		padding: 20px;
	}
	.top_mv_main_form_title {
		font-size: 24px;
	}
	.top_mv_main_form_main {
		margin-top: 20px;
	}
	.top_mv_main_form_main table {
		display: block;
	}
	.top_mv_main_form_main tbody {
		display: block;
	}
	.top_mv_main_form_main tr {
		display: block;
	}
	.top_mv_main_form_main tr+tr {
		margin-top: 20px;
	}
	.top_mv_main_form_main th {
		display: block;
		text-align: left;
		line-height: 1.3;
		font-size: 16px;
	}
	.top_mv_main_form_main th span {
		background: #32aa61;
		font-size: 13px;
		font-weight: bold;
		color: white;
		border-radius: 4px;
		padding: 2px 5px;
		margin-right: 10px;
	}
	.top_mv_main_form_main th span.ninni {
		background: #ff0000;
	}
	.top_mv_main_form_main td {
		display: block;
		font-size: 16px;
		line-height: 1.3;
		margin-top: 10px;
	}
	.top_mv_main_form_main td input {
		color: #333;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .03em;
		background-color: #F8F8F8;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 1.3;
		width: 100%;
		min-height: 30px;
	}
	.top_mv_main_form_main td textarea {
		color: #333;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .03em;
		background-color: #F8F8F8;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 1.3;
		width: 100%;
		min-height: 30px;
		height: 80px;
	}
	.top_mv_main_form_main button {
		width: 100%;
		padding: 10px;
		font-size: 18px;
		text-align: center;
		background-color: #ff0000;
		color: #fff;
		border-radius: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		margin-top: 20px;
		transition: .3s;
		cursor: pointer;
	}
	.top_mv_main_form_main button:hover {
		opacity: .7;
	}
	.top_mv .container {
		width: 100%;
		margin: 0;
	}
}

/* top_first */

.top_first {
	padding: 140px 0 100px;
}

.top_first_main {
	background: #f4f4f4;
	padding: 40px;
	border-radius: 40px;
	position: relative;
	z-index: 0;
}

.top_first_main_title {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.top_first_main_title_sub {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	font-weight: 700;
}

.top_first_main_title_sub span {
	color: #32aa61;
}

.top_first_main_title_main {
	align-items: center;
	background: #32aa61;
	border-radius: 100px;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	left: 0;
	line-height: 36px;
	margin: 0 auto;
	padding: 12px 41.5px;
	text-align: center;
	width: 700px;
}

.top_first_main_title_main span {
	color: #f9ff00;
}

.top_first_main_img {
	max-width: 200px;
	margin: 40px auto 0;
}

.top_first_main_desc {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.top_first {
		padding: 80px 0 40px;
	}
	.top_first_main {
		background: #f4f4f4;
		padding: 60px 20px 20px;
	}
	.top_first_main_title {
		top: -50px;
	}
	.top_first_main_title_sub {
		font-size: 16px;
	}
	.top_first_main_title_main {
		font-size: 18px;
		line-height: 1.4;
		padding: 20px;
		margin: 20px auto 0;
		width: 340px;
	}
	.top_first_main_title_main span {
		color: #f9ff00;
	}
	.top_first_main_img {
		max-width: 120px;
		margin: 40px auto 0;
	}
	.top_first_main_desc {
		font-size: 16px;
		margin-top: 20px;
		text-align: center;
		line-height: 2;
		font-weight: 700;
	}
}

/* top_safe */

.top_safe {
	background: #f4f1ef;
	padding: 160px 0 110px;
	position: relative;
	z-index: 0;
}

.top_safe_main_title {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	display: table;
	z-index: 1;
}

.top_safe_main_title_main {
	padding: 20px 40px;
	background-color: #ff7f00;
	font-size: 32px;
	color: #fff;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 0;
	width: 870px;
}

.top_safe_main_title_main::before {
	left: 50%;
	margin-left: -18px;
	top: 100%;
	border: 18px solid transparent;
	content: "";
	position: absolute;
	border-top-color: #ff7f00;
}

.top_safe_main_title_main span {
	font-size: 42px;
	line-height: 1;
	display: block;
	color: #f9ff00;
	margin-top: 10px;
}

.top_safe_main_box {
	background-color: #fff;
	padding: 70px 40px 40px;
	position: relative;
	z-index: 0;
}

.top_safe_main_box::before {
	background-image: url(../img/top/top_safe_main_box_icon01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 153px;
	position: absolute;
	left: -25px;
	top: -80px;
	width: 184px;
}

.top_safe_main_box::after {
	background-image: url(../img/top/souji.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 203px;
	position: absolute;
	right: -105px;
	bottom: -60px;
	width: 224px;
}

.top_safe_main_desc {
	font-size: 16px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
}

.top_safe_main_desc span {
	background: linear-gradient(transparent 60%, #ffe54c 60%);
	font-size: 1.15em;
	font-weight: 700;
	padding: 0 3px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

.top_safe_main_content {
	margin-top: 60px;
}

.top_safe_main_content_title {
	font-size: 40px;
	text-decoration: underline;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}

.top_safe_main_content_sub {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	display: table;
	background-color: #32aa61;
	color: #fff;
	padding: 4px 10px;
	margin: 0 auto;
}

.top_safe_main_content_attention {
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
	margin-top: 10px;
}

.top_safe_main_content_lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.top_safe_main_content_lists_item {
	width: 50%;
	padding: 0 20px;
}

.top_safe_main_content_lists_item:nth-child(n + 3) {
	margin-top: 40px;
}

.top_safe_main_content_lists_item_title {
	background-color: #7d9039;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	padding: 3px 0;
	text-align: center;
}

.top_safe_main_content_lists_item_img {
	margin-top: 20px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_safe_main_content_lists_item_img_main {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_safe_main_content_lists_item_desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.top_safe {
		background-color: #f4f1ef;
		padding: 80px 0;
		position: relative;
		z-index: 0;
		margin-top: 50px;
	}
	.top_safe_main_title {
		position: absolute;
		top: -64px;
		left: 50%;
		transform: translateX(-50%);
		display: table;
	}
	.top_safe_main_title_main {
		padding: 10px 20px;
		font-size: 20px;
		width: 335px;
		max-width: 335px;
	}
	.top_safe_main_title_main::before {
		left: 50%;
		margin-left: -18px;
		top: 100%;
		border: 18px solid transparent;
		content: "";
		position: absolute;
		border-top-color: #7d9039;
	}
	.top_safe_main_title_main span {
		font-size: 24px;
		line-height: 1.3;
		display: block;
		color: #f9ff00;
		margin-bottom: 10px;
	}
	.top_safe_main_box {
		background-color: #fff;
		padding: 40px 20px;
		position: relative;
		z-index: 0;
	}
	.top_safe_main_box::before {
		background-image: url(../img/top/top_safe_main_box_icon01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 153px;
		position: absolute;
		left: -25px;
		top: -80px;
		width: 110px;
	}
	.top_safe_main_box::after {
		background-image: url(../img/top/souji.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 104px;
		position: absolute;
		right: -9px;
		bottom: -60px;
		width: 57px;
	}
	.top_safe_main_desc {
		font-size: 14px;
	}
	.top_safe_main_desc span {
		background: linear-gradient(transparent 10%, #7d9039 0, #7d9039 80%, #7d9039 0);
		/* color: #0074bf; */
		font-size: 1.15em;
		font-weight: 700;
		padding: 0 3px;
		color: #fff;
	}
	.top_safe_main_content {
		margin-top: 40px;
	}
	.top_safe_main_content_title {
		font-size: 24px;
		line-height: 1.3;
	}
	.top_safe_main_content_lists {
		display: block;
		margin-top: 20px;
	}
	.top_safe_main_content_lists_item {
		width: 100%;
		padding: 0;
	}
	.top_safe_main_content_lists_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	.top_safe_main_content_lists_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.top_safe_main_content_lists_item_title {
		font-size: 20px;
	}
	.top_safe_main_content_lists_item_img_main_img {
		min-height: 80px;
	}
	.top_safe_main_content_lists_item_img_main img {
		height: 100%;
	}
	.top_safe_main_content_lists_item_desc {
		font-size: 14px;
	}
}

/* top_voice */

.top_voice {
	padding: 100px 0;
}

.top_voice_main_sub {
	font-size: 32px;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 0;
	font-weight: 700;
}

.top_voice_main_sub span {
	display: block;
	margin-bottom: 20px;
}

.top_voice_main_title {
	background: linear-gradient(transparent 10%, #32aa61 0, #32aa61 80%, #32aa61 0);
	/* color: #0074bf; */
	font-size: 45px;
	font-weight: 700;
	padding: 0 40px;
	color: #fff;
	display: table;
	margin: 20px auto 0;
	position: relative;
	z-index: 0;
}

.top_voice_main_title::after {
	background-image: url(../img/top/son.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 203px;
	position: absolute;
	right: -125px;
	bottom: -60px;
	width: 224px;
}

.top_voice_main_desc {
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
}

.top_voice_main_desc span {
	background: linear-gradient(transparent 10%, #7d9039 0, #7d9039 80%, #7d9039 0);
	font-weight: 700;
	padding: 0 3px;
	color: #fff;
}

.top_voice_main_content {
	margin-top: 60px;
}

.top_voice_main_content_title {
	font-size: 32px;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 0;
	font-weight: 700;
	text-decoration: underline;
}

.top_voice_main_content_lists {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.top_voice_main_content_lists_item {
	width: calc(50% - 20px);
	margin-left: 40px;
	background-color: #f4f1ef;
	padding: 40px 20px;
}

.top_voice_main_content_lists_item:nth-child(2n + 1) {
	margin-left: 0;
}

.top_voice_main_content_lists_item:nth-child(n + 3) {
	margin-top: 40px;
}

.top_voice_main_content_lists_item_title {
	background-color: #32aa61;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	padding: 3px 0;
	text-align: center;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_voice_main_content_lists_item_img {
	max-width: 80%;
	margin: 20px auto 0;
}

.top_voice_main_content_lists_item_img img {
	border-radius: 10px;
}

.top_voice_main_content_lists_item_desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

.top_voice_main_content_last {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
	position: relative;
	z-index: 0;
	display: table;
	margin: 40px auto 0;
}

.top_voice_main_content_last span {
	background: linear-gradient(transparent 10%, #ff0000 0, #ff0000 80%, #ff0000 0);
	font-weight: 700;
	padding: 0 3px;
	color: #fff;
}

.top_voice_main_content_last::before {
	background-image: url(../img/top/musutafa.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 283px;
	position: absolute;
	left: -215px;
	top: -50px;
	width: 184px;
}

@media screen and (max-width: 767px) {
	.top_voice {
		padding: 40px 0;
	}
	.top_voice_main_sub {
		font-size: 24px;
		line-height: 1.4;
	}
	.top_voice_main_sub span {
		display: block;
		margin-bottom: 0;
	}
	.top_voice_main_title {
		background: linear-gradient(transparent 10%, #32aa61 0, #32aa61 80%, #32aa61 0);
		/* color: #0074bf; */
		font-size: 24px;
		font-weight: 700;
		padding: 0 10px;
		color: #fff;
		display: table;
		margin: 20px auto 0;
		position: relative;
		z-index: 0;
	}
	.top_voice_main_title::after {
		background-image: url(../img/top/son.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 127px;
		position: absolute;
		right: -23px;
		bottom: -30px;
		width: 38px;
	}
	.top_voice_main_desc {
		margin-top: 20px;
		font-size: 16px;
	}
	.top_voice_main_content {
		margin-top: 40px;
	}
	.top_voice_main_content_title {
		font-size: 24px;
		line-height: 1.4;
	}
	.top_voice_main_content_lists {
		margin-top: 20px;
		display: block;
	}
	.top_voice_main_content_lists_item {
		width: 100%;
		margin-left: 0;
		padding: 20px 20px;
	}
	.top_voice_main_content_lists_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	.top_voice_main_content_lists_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.top_voice_main_content_lists_item_title {
		background-color: #32aa61;
		border-radius: 100px;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 140%;
		padding: 5px 0;
		text-align: center;
		line-height: 1.3;
		min-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_voice_main_content_lists_item_img {
		max-width: 100%;
		margin: 20px auto 0;
	}
	.top_voice_main_content_lists_item_img img {
		border-radius: 10px;
	}
	.top_voice_main_content_lists_item_desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	.top_voice_main_content_last {
		font-size: 16px;
		margin: 20px auto 0;
	}
	.top_voice_main_content_last span {
		background: linear-gradient(transparent 10%, #32aa61 0, #32aa61 80%, #32aa61 0);
		font-weight: 700;
		padding: 0 3px;
		color: #fff;
	}
	.top_voice_main_content_last::before {
		background-image: url(../img/top/musutafa.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 283px;
		position: absolute;
		left: -215px;
		top: -50px;
		width: 184px;
		display: none;
	}
}

/* top_aisin */

.top_aisin {
	padding: 80px 0 100px;
	position: relative;
	z-index: 0;
	margin-top: 100px;
}

.top_aisin_main_title {
	font-size: 42px;
	line-height: 1;
	display: block;
	padding: 20px 40px;
	background-color: #7d9039;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	z-index: 0;
	display: table;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
}

.top_aisin_main_desc {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
}

.top_aisin_main_desc span {
	background: linear-gradient(transparent 10%, #32aa61 0, #32aa61 80%, #32aa61 0);
	/* color: #0074bf; */
	font-size: 1.15em;
	font-weight: 700;
	padding: 0 3px;
	color: #fff;
}

.top_aisin_main_lists {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.top_aisin_main_lists::before {
	background-image: url(../img/top/top_aisin_main_lists_family2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 142px;
	position: absolute;
	right: -70px;
	top: -142px;
	width: 350px;
}

.top_aisin_main_content_lists_item {
	width: calc(50% - 20px);
	margin-left: 40px;
	background-color: #fff;
	padding: 40px 20px;
	border-radius: 20px;
}

.top_aisin_main_content_lists_item:nth-child(2n + 1) {
	margin-left: 0;
}

.top_aisin_main_content_lists_item:nth-child(n + 3) {
	margin-top: 40px;
}

.top_aisin_main_content_lists_item_title {
	background-color: #7d9039;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	padding: 3px 0;
	text-align: center;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_aisin_main_content_lists_item_img {
	width: 80%;
	margin: 20px auto 0;
}

.top_aisin_main_content_lists_item_desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
}

.top_aisin_main_content_lists_item_desc span {
	background: linear-gradient(transparent 10%, #32aa61 0, #32aa61 80%, #32aa61 0);
	/* color: #0074bf; */
	/* font-size: 1.15em; */
	font-weight: 700;
	padding: 0 3px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.top_aisin {
		padding: 40px 0;
		margin-top: 40px;
	}
	.top_aisin_main_title {
		font-size: 24px;
		line-height: 1.3;
		display: block;
		padding: 10px 20px;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 335px;
	}
	.top_aisin_main_desc {
		font-size: 16px;
	}
	.top_aisin_main_desc span {
		background: linear-gradient(transparent 10%, #7d9039 0, #7d9039 80%, #7d9039 0);
		/* color: #0074bf; */
		font-size: 1.15em;
		font-weight: 700;
		padding: 0 3px;
		color: #fff;
	}
	.top_aisin_main_lists {
		margin-top: 0;
		display: block;
		padding-top: 116px;
	}
	.top_aisin_main_lists::before {
		background-image: url(../img/top/top_mv_family2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 116px;
		position: absolute;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		width: 290px;
	}
	.top_aisin_main_content_lists_item {
		width: 100%;
		margin-left: 0;
		padding: 20px;
		border-radius: 20px;
	}
	.top_aisin_main_content_lists_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	.top_aisin_main_content_lists_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.top_aisin_main_content_lists_item_title {
		background-color: #7d9039;
		border-radius: 100px;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 140%;
		padding: 5px 0;
		text-align: center;
		line-height: 1.3;
		min-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_aisin_main_content_lists_item_img {
		width: 100%;
		margin: 20px auto 0;
	}
	.top_aisin_main_content_lists_item_desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	.top_aisin_main_content_lists_item_desc span {
		background: linear-gradient(transparent 10%, #7d9039 0, #7d9039 80%, #7d9039 0);
		/* color: #0074bf; */
		/* font-size: 1.15em; */
		font-weight: 700;
		padding: 0 3px;
		color: #fff;
	}
}

/* top_cta */

.top_cta {
	padding: 100px 0;
}

.top_cta_main {
	background-color: #f4f1ef;
	border-radius: 60px;
	padding: 60px 0;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 0;
}

.top_cta_main.white {
	background-color: #fff;
}

.top_cta_main_title {
	font-size: 42px;
	line-height: 1.4;
	display: block;
	text-align: center;
	z-index: 0;
	color: #fff;
	display: table;
	padding: 15px 40px;
	background-color: #7d9039;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.top_cta_main_title::before {
	background-image: url(../img/top/top_aisin_icon01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 216px;
	position: absolute;
	left: -85px;
	top: -40px;
	width: 113px;
}

.top_cta_main_title::after {
	background-image: url(../img/top/pekori.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 216px;
	position: absolute;
	right: -85px;
	top: -34px;
	width: 123px;
}

.top_cta_main_desc {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 700;
	display: table;
	margin: 40px auto 0;
	position: relative;
	z-index: 0;
}

.top_cta_main_btn {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #fff;
	width: 600px;
	height: 100px;
	border-radius: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
	background: #ff7f00;
}

.pururun {
	animation: pururun 1.2s linear 0.2s 1;
}

@keyframes pururun {
	0% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
	15% {
		transform: scale(0.9, 0.9) translate(0%, 5%);
	}
	30% {
		transform: scale(1.3, 0.8) translate(0%, 10%);
	}
	50% {
		transform: scale(0.8, 1.3) translate(0%, -10%);
	}
	70% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
}

.top_cta_main_tel {
	margin-top: 40px;
}

.top_cta_main_tel_title {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #343434;
}

.top_cta_main_tel_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 382px;
	line-height: 87px;
	background: #32aa61;
	margin: 20px auto 0;
}

.top_cta_main_tel_link span {
	padding-left: 46px;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #fff;
	background-image: url(../img/top/top_cta_main_tel_link_icon.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 35px 50px;
}

@media screen and (max-width: 767px) {
	.top_cta {
		padding: 60px 0;
	}
	.top_cta_main {
		border-radius: 20px;
		padding: 40px 15px;
	}
	.top_cta_main_title {
		font-size: 24px;
		padding: 7px 0;
		width: 100%;
		max-width: 500px;
	}
	.top_cta_main_title::before {
		height: 102px;
		position: absolute;
		left: calc(50% - 73px);
		top: -90px;
		right: auto;
		width: 53px;
	}
	.top_cta_main_title::after {
		height: 81px;
		position: absolute;
		left: calc(50% + 15px);
		top: -68px;
		width: 61px;
	}
	.top_cta_main_desc {
		font-size: 16px;
		margin: 20px auto 0;
		position: relative;
		z-index: 0;
	}
	.top_cta_main_btn {
		font-size: 22px;
		height: 60px;
		margin: 20px auto 0;
		width: 90%;
		max-width: 500px;
	}
	.top_cta_main_tel {
		margin-top: 20px;
	}
	.top_cta_main_tel_title {
		font-size: 20px;
		line-height: 1.4;
	}
	.top_cta_main_tel_link {
		line-height: 60px;
		margin: 20px auto 0;
		width: 100%;
		max-width: 500px;
	}
	.top_cta_main_tel_link span {
		padding-left: 30px;
		font-size: 30px;
		background-size: 25px 40px;
	}
}

/* top_intro */

.top_intro {
	padding: 100px 0;
	background-color: #f4f1ef;
}

.top_intro_main_title {
	font-size: 42px;
	line-height: 80px;
	display: block;
	text-align: center;
	z-index: 0;
	color: #fff;
	display: table;
	padding: 0 40px;
	background-color: #7d9039;
	margin: 0 auto;
}

.top_intro_main_content_container {
	width: 850px;
	margin: 0 auto;
}

.top_intro_main_content {
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
}

.top_intro.shiryou .top_intro_main_content {
	position: relative;
	z-index: 0;
}

.top_intro.shiryou .top_intro_main_content::before {
	background-image: url(../img/top/top_aisin_icon02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 170px;
	position: absolute;
	right: -25px;
	top: -80px;
	width: 184px;
}

.top_intro.shiryou .top_intro_main_content::after {
	background-image: url(../img/top/shaberu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 203px;
	position: absolute;
	left: -125px;
	bottom: -60px;
	width: 224px;
}

.top_intro_main_content_name {
	font-size: 32px;
	text-decoration: underline;
	line-height: 1.7;
	text-align: center;
}

.top_intro_main_content_top {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.top_intro_main_content_top_left {
	width: 236px;
	padding-right: 20px;
}

.top_intro_main_content_top_left_img img {
	display: block;
}

.top_intro_main_content_top_right {
	width: 581px;
	margin: 0 auto;
}

.top_intro_main_content_top_right_top {
	display: flex;
}

.top_intro_main_content_top_right_top_img {
	width: calc(50% - 10px);
}

.top_intro_main_content_top_right_top_img:nth-child(2) {
	margin-left: 20px;
}

.top_intro_main_content_top_right_top_img img {
	display: block;
}

.top_intro_main_content_top_right_content {
	margin-top: 20px;
	border-radius: 20px;
	background-color: #fff;
	border: 3px solid #32aa61;
	padding: 20px;
}

.top_intro_main_content_top_right_content_item {
	display: flex;
}

.top_intro_main_content_top_right_content_item_title {
	width: 200px;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}

.top_intro_main_content_top_right_content_item_desc {
	width: calc(100% - 200px);
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}

.top_intro_main_content_name {
	margin-bottom: 40px;
}

.top_intro_main_content_main_content+.top_intro_main_content_main_content {
	margin-top: 40px;
}

.top_intro_main_content_main_content_title {
	background-color: #ff7f00;
	border-radius: 100px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	padding: 3px 0;
	text-align: center;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_intro_main_content_main_content_title.ami {
	background-color: #32aa61;
}

.top_intro_main_content_main_content_desc {
	margin-top: 20px;
}

.top_intro_main_content_main_content_desc_text {
	font-size: 20px;
	line-height: 2;
	font-weight: 700;
	margin-top: 20px;
}

.top_intro_main_content_main_content_desc_flex {
	display: flex;
}

.top_intro_main_content_main_content_desc_flex_img {
	width: calc(50% - 10px);
}

.top_intro_main_content_main_content_desc_flex_img img {
	display: block;
}

.top_intro_main_content_main_content_desc_text.flex {
	width: calc(50% - 10px);
	margin-left: 20px;
}

.top_intro_main_content_main_content_desc_flex+.top_intro_main_content_main_content_desc_text {
	margin-top: 20px;
}

.top_intro_main_content_main_content_desc_text+.top_intro_main_content_main_content_desc_text {
	margin-top: 20px;
}

.top_intro_main_content_main_content_desc_text+.top_intro_main_content_main_content_desc_flex {
	margin-top: 20px;
}

.top_intro_main_content_main_content_desc_flex_img+.top_intro_main_content_main_content_desc_flex_img {
	margin-left: 40px;
}

.top_intro_main_content_main_content_desc_flex {
	margin-top: 20px;
}

.top_intro_main_content_main_content_desc_flex.ami_img {
	max-width: 600px;
	margin: 20px auto 0;
}

.top_intro_main_content_top_right_img {
	max-width: 500px;
	margin: 40px auto 0;
}

.top_intro_main_content_main_content_shiryou {
	margin-top: 40px;
}

.top_intro_main_content_main_content_shiryou_lists {
	display: flex;
	flex-wrap: wrap;
}

.top_intro_main_content_main_content_shiryou_lists_item {
	width: calc(50% - 20px);
	margin-left: 40px;
	background-color: #f4f1ef;
	padding: 20px 20px 30px;
	border-radius: 40px;
}

.top_intro_main_content_main_content_shiryou_lists_item:nth-child(2n + 1) {
	margin-left: 0;
}

.top_intro_main_content_main_content_shiryou_lists_item:nth-child(n + 3) {
	margin-top: 40px;
}

.top_intro_main_content_main_content_shiryou_lists_item_title {
	font-size: 24px;
	color: #32aa61;
	line-height: 1.7;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 80px;
}

.top_intro_main_content_main_content_shiryou_lists_item_desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}

.top_intro_main_content_main_content_shiryou_lists_item_desc span {
	background: linear-gradient(transparent 10%, #7d9039 0, #7d9039 80%, #7d9039 0);
	font-weight: 700;
	padding: 0 3px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.top_intro {
		padding: 60px 0;
	}
	.top_intro_main_title {
		font-size: 24px;
		line-height: 1.3;
		padding: 10px 10px;
	}
	.top_intro_main_content_container {
		width: 100%;
		margin: 0 auto;
	}
	.top_intro_main_content {
		background-color: #fff;
		padding: 40px 20px;
		margin-top: 20px;
	}
	.top_intro.shiryou .top_intro_main_content::before {
		height: 81px;
		position: absolute;
		right: -16px;
		top: -30px;
		width: 64px;
	}
	.top_intro.shiryou .top_intro_main_content::after {
		width: 74px;
		height: 91px;
		position: absolute;
		left: -18px;
		bottom: -53px;
	}
	.top_intro_main_content_name {
		font-size: 24px;
		color: #32aa61;
		line-height: 1.3;
		text-align: center;
	}
	.top_intro_main_content_top {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.top_intro_main_content_top_left {
		width: 100%;
	}
	.top_intro_main_content_top_left_img img {
		display: block;
	}
	.top_intro_main_content_top_right {
		width: 100%;
	}
	.top_intro_main_content_top_right_top {
		display: flex;
	}
	.top_intro_main_content_top_right_top_img {
		width: calc(50% - 5px);
	}
	.top_intro_main_content_top_right_top_img:nth-child(2) {
		margin-left: 10px;
	}
	.top_intro_main_content_top_right_top_img img {
		display: block;
	}
	.top_intro_main_content_top_right_content {
		margin-top: 20px;
		border-radius: 20px;
		background-color: #fff;
		border: 3px solid #32aa61;
		padding: 10px;
	}
	.top_intro_main_content_top_right_content_item {
		display: block;
		border-top: 1px solid #32aa61;
		padding: 10px 0;
	}
	.top_intro_main_content_top_right_content_item:first-child {
		border-top: none;
	}
	.top_intro_main_content_top_right_content_item_title {
		width: 100%;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		color: #32aa61;
	}
	.top_intro_main_content_top_right_content_item_desc {
		width: 100%;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
	}
	.top_intro_main_content_main_content+.top_intro_main_content_main_content {
		margin-top: 20px;
	}
	.top_intro_main_content_main_content_title {
		font-size: 18px;
		min-height: initial;
		line-height: 1.3;
		padding: 10px 0;
	}
	.top_intro_main_content_main_content_desc {
		margin-top: 20px;
	}
	.top_intro_main_content_main_content_desc_text {
		font-size: 16px;
	}
	.top_intro_main_content_main_content_desc_text span {
		color: #ff0000;
	}
	.top_intro_main_content_main_content_desc_flex {
		display: block;
	}
	.top_intro_main_content_main_content_desc_flex_img {
		width: 100%;
	}
	.top_intro_main_content_main_content_desc_text.flex {
		width: 100%;
		margin-left: 0;
	}
	.top_intro_main_content_main_content_desc_flex+.top_intro_main_content_main_content_desc_text {
		margin-top: 10px;
	}
	.top_intro_main_content_main_content_desc_text+.top_intro_main_content_main_content_desc_text {
		margin-top: 10px;
	}
	.top_intro_main_content_main_content_desc_text+.top_intro_main_content_main_content_desc_flex {
		margin-top: 10px;
	}
	.top_intro_main_content_main_content_desc_flex_img+.top_intro_main_content_main_content_desc_flex_img {
		margin-left: 0;
	}
	.top_intro_main_content_main_content_desc_flex {
		margin-top: 10px;
	}
	.top_intro_main_content_main_content_desc_flex.ami_img {
		max-width: 600px;
		margin: 20px auto 0;
	}
	.top_intro_main_content_top_right_img {
		max-width: 500px;
		margin: 20px auto 0;
	}
	.top_intro_main_content_main_content_shiryou {
		margin-top: 20px;
	}
	.top_intro_main_content_main_content_shiryou_lists {
		display: block;
	}
	.top_intro_main_content_main_content_shiryou_lists_item {
		width: 100%;
		margin-left: 0;
		padding: 20px 10px 30px;
	}
	.top_intro_main_content_main_content_shiryou_lists_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.top_intro_main_content_main_content_shiryou_lists_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	.top_intro_main_content_main_content_shiryou_lists_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.top_intro_main_content_main_content_shiryou_lists_item_title {
		font-size: 20px;
	}
	.top_intro_main_content_main_content_shiryou_lists_item_desc {
		margin-top: 20px;
		font-size: 14px;
	}
}

/* top_real */

.top_real {
	padding: 140px 0 100px;
}

.top_real_main {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.top_real_main {
		width: 90%;
	}
}

.top_real_main_title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	text-align: center;
	z-index: 0;
	color: #fff;
	display: table;
	padding: 15px 40px;
	background-color: #7d9039;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.top_real_main_title::before {
	background-image: url(../img/top/pekori.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 150px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -132px;
	width: 113px;
}

.top_real_main_content {
	margin-top: 40px;
}

.top_real_main_desc {
	margin-top: 40px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #343434;
}

@media screen and (max-width: 767px) {
	.top_real {
		padding: 100px 0 60px;
	}
	.top_real_main {
		width: 100%;
		margin: 0 auto;
	}
	.top_real_main_title {
		font-size: 24px;
		padding: 10px 5px;
	}
	.top_real_main_title::before {
		background-image: url(../img/top/pekori.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 123px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -132px;
		width: 93px;
	}
	.top_real_main_content {
		margin-top: 20px;
	}
	.top_real_main_desc {
		margin-top: 20px;
		font-size: 20px;
	}
}

/* top_faq */

.top_faq {
	padding: 100px 0;
}

.top_faq_main {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.top_faq_main::before {
	background-image: url(../img/top/shaberu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 175px;
	position: absolute;
	left: 33px;
	top: -47px;
	width: 147px;
}

.top_faq_main::after {
	background-image: url(../img/top/top_aisin_icon02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 155px;
	position: absolute;
	right: 50px;
	top: -30px;
	width: 127px;
}

.top_faq_main_title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	text-align: center;
	z-index: 0;
	color: #fff;
	display: table;
	padding: 15px 40px;
	background-color: #7d9039;
	margin: 0 auto;
}

.top_faq_main_lists {
	margin-top: 40px;
}

.top_faq_main_lists_item {
	background-color: #f4f1ef;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

.top_faq_main_lists_item+.top_faq_main_lists_item {
	margin-top: 40px;
}

.top_faq_main_lists_item_content {
	position: relative;
	z-index: 0;
	padding-left: 60px;
}

.top_faq_main_lists_item_content::before {
	content: "Q";
	width: 40px;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	text-align: center;
	background-color: #7d9039;
	color: #fff;
	border-radius: 50%;
	padding-bottom: 8px;
}

.top_faq_main_lists_item_content.answer::before {
	content: "A";
	color: #fff;
	line-height: 35px;
	background-color: #32aa61;
	padding-bottom: 5px;
}

.top_faq_main_lists_item_content_text {
	font-weight: bold;
	font-size: 20px;
	color: #343434;
}

.top_faq_main_lists_item_content_text a {
	text-decoration: underline;
}

.top_faq_main_lists_item_content.answer {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.top_faq {
		padding: 60px 0;
	}
	.top_faq_main::before {
		display: none;
	}
	.top_faq_main::after {
		display: none;
	}
	.top_faq_main_title {
		font-size: 24px;
		line-height: 1.3;
		padding: 10px 10px;
	}
	.top_faq_main_lists {
		margin-top: 20px;
	}
	.top_faq_main_lists_item {
		padding: 20px;
		border-radius: 20px;
	}
	.top_faq_main_lists_item+.top_faq_main_lists_item {
		margin-top: 20px;
	}
	.top_faq_main_lists_item_content {
		position: relative;
		z-index: 0;
		padding-left: 30px;
	}
	.top_faq_main_lists_item_content::before {
		width: 27px;
		line-height: 22px;
		font-size: 20px;
		padding-bottom: 4px;
		top: 2px;
		left: -3px;
	}
	.top_faq_main_lists_item_content.answer::before {
		line-height: 25px;
		padding-bottom: 3px;
		width: 28px;
	}
	.top_faq_main_lists_item_content_text {
		font-size: 16px;
	}
	.top_faq_main_lists_item_content_text a {
		text-decoration: underline;
	}
	.top_faq_main_lists_item_content.answer {
		margin-top: 20px;
	}
}

/* top_form */

.top_form {
	padding: 100px 0;
}

.top_form.contact {
	background-color: #f4f1ef;
}

.top_form_title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	text-align: center;
	z-index: 0;
	color: #fff;
	display: table;
	padding: 15px 40px;
	background-color: #7d9039;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.top_form_title::before {
	background-image: url(../img/top/top_aisin_icon01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 216px;
	position: absolute;
	left: -85px;
	top: -60px;
	width: 113px;
}

.top_form_title::after {
	background-image: url(../img/top/pekori.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 216px;
	position: absolute;
	right: -95px;
	top: -54px;
	width: 133px;
}

.top_form .top_mv_main_form {
	margin: 40px auto 0;
	width: 80%;
}

@media screen and (max-width: 767px) {
	.top_form {
		padding: 60px 0;
	}
	.top_form_title {
		font-size: 24px;
		line-height: 1.3;
		padding: 10px 10px;
	}
	.top_form_title::before {
		height: 102px;
		position: absolute;
		left: calc(50% - 73px);
		top: -90px;
		right: auto;
		width: 53px;
	}
	.top_form_title::after {
		height: 81px;
		position: absolute;
		left: calc(50% + 15px);
		top: -68px;
		width: 61px;
	}
	.top_form .top_mv_main_form {
		margin: 20px auto 0;
		width: 100%;
		padding: 20px;
	}
}

/* sub */

.sub_page .top_intro_main_title {
	background-color: #7d9039;
}

.sub_page .top_intro_main_content_main_content_title {
	background-color: #ff7f00;
}

.sub_page .top_intro_main_content_main_content_desc_flex.ami_img {
	max-width: initial;
}

.sub_page .top_intro_main_content_main_content_desc_flex_img+.top_intro_main_content_main_content_desc_flex_img {
	margin-left: 20px;
}

.sub_main_blog_main_archive {
	margin-top: 40px;
}