@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .goti,
html .goti form * {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .kiwi,
html .kiwi form * {
	font-family: "Kiwi Maru", serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: 1100px;
}
body img {
	max-width: 100%;
	height: auto;
}
main {
	overflow: hidden;
	width: 100%;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1220px) {

	body,
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}
	.sitewrap>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* header
-------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 30px;
	background: #fff;
	z-index: 999;
}
.header_inner {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header_inner .headerlogo {
	display: flex;
	align-items: center;
	width: 163px;
}
.header_inner .title {
	margin-left: 20px;
	font-size: 24px;
	color: #222;
	z-index: 10;
	font-weight: 700;
}
@media screen and (max-width:767px) {
	header {
		padding: 0 15px;
	}
	.header_inner {
		justify-content: space-between;
		height: 57px;
	}
	.header_inner .headerlogo {
		width: 100px;
	}
	.header_inner .title {
		margin-left: 0px;
		font-size: 1rem;
	}
}
/* contents
-------------------------------------------------------------------*/
main {
	display: block;
}
@media screen and (max-width:767px) {
	main {
		padding-top: 57px;
	}
}
.home .cv_btn a {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto 0 0;
	max-width: 260px;
	padding: 10px 25px;
	color: #ffffff;
	transition: 0.3s ease-in-out;
	font-size: 1.25rem;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
	height: 60px;
}
.home .cv_btn a:after {
	position: absolute;
	z-index: -2;
	content: "";
	top: 0;
	left: 0;
	background: #e50012;
	width: 100%;
	height: 100%;
}
.home .cv_btn a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 300%;
	height: 500%;
	content: "";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-91%) translateY(-83%) rotate(27deg);
	transform: translateX(-91%) translateY(-83%) rotate(27deg);
	background: #000000;
}
@media (any-hover: hover) {
	.home .cv_btn a:hover:before {
		-webkit-transform: translateX(-50%) translateY(-83%) rotate(27deg);
		transform: translateX(-50%) translateY(-83%) rotate(27deg);
	}
}
.home .cv_btn a span {
	padding-left: 2em;
	position: relative;
	z-index: 0;
}
.home .cv_btn a span:before {
	position: absolute;
	z-index: 10;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #FFFFFF;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -1.5em;
	right: auto;
}
@media screen and (max-width:767px) {
	.home .cv_btn a {
		margin: 0 auto 0;
		max-width: 200px;
		padding: 10px 15px;
		font-size: 1.125rem;
		border-radius: 4px;
		height: 45px;
	}
}
.sec_title {
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 0.8em;
}
.red {
	color: #e50012;
}
.home .mv {
	margin-top: 100px;
	position: relative;
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50%;
}
.home .mv_lead {
	position: absolute;
	z-index: 0;
	top: 9%;
	bottom: auto;
	left: 6%;
	right: 0;
	width: 65%;
}
.home .mv_lead img {
	width: 100%;
}
.home .mv_lead .em {
	font-size: 2.9rem;
}
.home .mv_text {
	background: #e50012;
	font-size: 1.3rem;
	color: #fff;
	padding: 2em;
	text-align: left;
}
.home .mv_title span {
	display: inline-block;
	margin-bottom: 0.5em;
}
.home .network .network_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.home .network .text_area {
	width: 48%;
	margin-top: 3em;
	font-weight: 500;
	line-height: 2;
}
.home .network .text_area .network_title {
	font-weight: bold;
	font-size: 1.625rem;
	margin-bottom: 0.6em;
}
.home .network .text_area .desc {
	margin-bottom: 5em;
}
.home .network .img_area {
	width: 49%;
	margin-top: -80px;
}
@media screen and (max-width:1220px) {
	.home .mv_lead {
		font-size: 1.8rem;
	}
	.home .mv_lead .em {
		font-size: 2.5rem;
	}
	.home .mv_title span.kiwi {
		font-size: 3.2rem;
	}
	.home .network .img_area {
		width: 49%;
		margin-top: -20px;
	}
}
@media screen and (max-width:767px) {
	.home .mv {
		margin-top: 0px;
		background-image: url(../img/mv_sp.jpg);
		padding-top: 58%;
	}
	.home .mv_lead {
		width: 100%;
		top: 5%;
		font-size: 4.4vw;
		text-shadow:
			2px 2px 2px #fff, -2px -2px 2px #fff,
			-2px 2px 2px #fff, 2px -2px 2px #fff,
			2px 0px 2px #fff, -2px -0px 2px #fff,
			0px 2px 2px #fff, 0px -2px 2px #fff;
		font-weight: 600;
		left: 0;
	}
	.home .mv_lead .em {
		font-size: 1.125rem;
		font-size: 4.4vw;
	}
	.sec_title img {
		width: 140px;
	}
	.home .mv_text {
		font-size: 0.875rem;
		padding: 1em;
	}
	.home .mv_title {
		text-align: center;
	}
	.home .mv_title span.kiwi {
		font-size: 6vw;
		margin-left: 0;
	}
	.home .network {
		margin-bottom: 0;
	}
	.home .network .network_inner {
		flex-direction: column;
	}
	.home .network .text_area {
		width: 100%;
		font-size: 0.9rem;
		text-align: center;
		margin-top: 0;
	}
	.home .network .text_area .network_title {
		margin-bottom: 0.5em;
		width: 80%;
		margin-inline: auto;
	}
	.home .network .text_area .desc {
		margin-bottom: 2em;
	}
	.home .network .img_area {
		width: 100%;
		margin-top: 2em;
	}
}
.home .merit {
	background-image: url(../img/merit_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 280px;
	padding-block: 15%;
	position: relative;
	z-index: 1;
}
.home .merit:after_ {
	position: absolute;
	display: inline-block;
	content: "";
	left: 0;
	top: 80px;
	bottom: 200px;
	margin: auto;
	z-index: -1;
	width: 100%;
	background: #e50012;
	transform: skewY(-7deg);
	transform-origin: top right;
}
.home .merit .merit_col ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 5%;
}
.home .merit .merit_col ul li {
	width: 30%;
	background: #fff;
	text-align: center;
	padding: 2em 2em;
	font-weight: 600;
}
.home .merit .merit_col ul li .merit_lead {
	font-size: 1.4rem;
}
.home .merit .merit_col ul li .desc {
	text-align: left;
	margin-inline: 3em;
}
@media screen and (max-width:1220px) {
	.home .merit .merit_col ul li .desc {
		margin-inline: 1em;
	}
	.home .merit .merit_col ul li .desc br {
		display: none;
	}
}
@media screen and (max-width:1220px) {
	.home .merit {
		background-image: url(../img/merit_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding-block: 300px;
		position: relative;
		z-index: 1;
	}
	.home .merit:after_ {
		position: absolute;
		display: inline-block;
		content: "";
		left: 0;
		top: 80px;
		bottom: 200px;
		margin: auto;
		z-index: -1;
		width: 100%;
		background: #e50012;
		transform: skewY(-7deg);
		transform-origin: top right;
	}
	.home .merit .merit_col ul {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		gap: 1em 5%;
	}
	.home .merit .merit_col ul li {
		width: 30%;
		background: #fff;
		text-align: center;
		padding: 2em 2em;
		font-weight: 600;
	}
	.home .merit .merit_col ul li .merit_lead {
		font-size: 1.4rem;
	}
	.home .merit .merit_col ul li .desc {
		text-align: left;
		margin-inline: 3em;
	}
}
@media screen and (max-width:767px) {
	.home .merit {
		background-image: url(../img/merit_bg_sp.png);
		background-size: cover;
		background-position: right;
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.home .merit .merit_col ul {
		flex-direction: column;
		align-items: center;
	}
	.home .merit .merit_col ul li {
		width: 70%;
		padding: 1em 2em;
	}
	.home .merit .merit_col ul li .merit_lead {
		font-size: 1.125rem;
	}
	.home .merit .merit_col ul li .img {
		margin-block: -10px;
	}
	.home .merit .merit_col ul li .desc {
		text-align: left;
		margin-inline: 2em;
		font-size: 0.875rem;
	}
}
.home .qa {
	position: relative;
	z-index: 0;
	background: #fef9f1;
	padding-top: 300px;
	padding-bottom: 60px;
	margin-top: -300px;
}
.home .qa .bg01 {
	position: absolute;
	z-index: -1;
	margin: auto;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	max-width: 38%;
}
.home .qa .bg02 {
	position: absolute;
	z-index: -1;
	margin: auto;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}
.home .qa .sec_title {
	color: #e50012;
	border-bottom: #d9d6d2 2px solid;
	margin-bottom: 0;
	padding-bottom: 1em;
}
.home .qa .qa_table {
	width: 100%;
	text-align: center;
	margin-bottom: 4em;
}
.home .qa .qa_table tr {
	width: 100%;
	border-bottom: #d9d6d2 2px solid;
	display: block;
	padding: 1em 1em;
	font-weight: 600;
}
.home .qa .qa_table tr td.qa_q,
.home .qa .qa_table tr td.qa_a {
	display: block;
	font-size: 1.25rem;
	color: #e50012;
	margin-bottom: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
}
.home .qa .qa_table tr td.qa_a {
	font-size: 1rem;
	color: #000000;
	margin-bottom: 0em;
}
.home .qa .qa_table tr .contact_area {
	display: flex;
	justify-content: center;
	margin-top: 1em;
	text-align: left;
	gap: 3em;
}
.home .qa .qa_table tr .contact_area .text_area {
	line-height: 2;
}
.home .qa .qa_table tr .contact_area .qr_area {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 0.875rem;
	margin-bottom: 0.5em;
}
.home .qa .qa_table tr .contact_area .qr_area .att {
	padding-left: 2em;
	position: relative;
	z-index: 0;
}
.home .qa .qa_table tr .contact_area .qr_area .att:before {
	position: absolute;
	z-index: 10;
	content: "";
	display: block;
	margin: auto;
	top: 4px;
	bottom: auto;
	left: 0.5em;
	right: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 10.4px 6px 0;
	border-color: transparent #E50012 transparent transparent;
}
.home .att a{
	color:#E50012;
	text-decoration:underline;
	text-underline-offset:4px;
}
.home .att a:hover{
	text-decoration:none;
}
.home .qa .cv_btn a {
	margin-inline: auto;
}
@media screen and (max-width:767px) {
	.home .qa {
		padding-top: 60px;
		padding-bottom: 80px;
		margin-top: -70px;
	}
	.home .qa .bg01 {
		max-width: 49%;
	}
	.home .qa .bg02 {
		max-width: 100%;
	}
	.home .qa .sec_title {
		border-bottom: #d9d6d2 1px solid;
		padding-bottom: 0.5em;
	}
	.home .qa .sec_title img {
		width: 50px;
	}
	.home .qa .qa_table {
		text-align: left;
		margin-bottom: 0;
	}
	.home .qa .qa_table tr {
		border-bottom: #d9d6d2 1px solid;
		padding: 1em 0;
	}
	.home .qa .qa_table tr td.qa_q,
	.home .qa .qa_table tr td.qa_a {
		display: block;
		font-size: 1rem;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 8px;
		text-align: left;
	}
	.home .qa .qa_table tr td.qa_q img,
	.home .qa .qa_table tr td.qa_a img {
		width: 20px;
		height: 20px;
	}
	.home .qa .qa_table tr td.qa_a {
		font-size: 0.875rem;
		text-align: left;
		display: inline-flex;
	}
	.home .qa .qa_table tr .contact_area {
		margin-top: 1em;
		text-align: left;
		gap: 0.5em;
		flex-direction: column;
		font-size: 0.875rem;
	}
	.home .qa .qa_table tr .contact_area .text_area {
		line-height: 1.6;
		margin-left: 2em;
	}
	.home .qa .qa_table tr .contact_area .qr_area {
		justify-content: center;
		align-items: flex-end;
		font-size: 0.75rem;
	}
	.home .qa .qa_table tr .contact_area .qr_area .img {
		width: 80px;
		margin-left: 30%;
	}
	.home .qa .qa_table tr .contact_area .qr_area .att {
		padding-left: 2em;
		position: relative;
		z-index: 0;
	}
	.home .qa .qa_table tr .contact_area .qr_area .att:before {
		left: 0.5em;
		border-width: 3px 5.2px 3px 0;
		border-color: transparent #E50012 transparent transparent;
	}
	.home .qa .cv_btn a {
		margin-inline: auto;
	}
	.home .att {
		margin-left:2em;
	}
}
/* aside
-------------------------------------------------------------------*/
#top_link {
	position: fixed;
	z-index: 500;
	top: calc(50vh - 150px);
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
#top_link .cv_btn a {
	writing-mode: vertical-rl;
	padding: 20px 10px;
	font-size: 1.125rem;
	border-radius: 4px 0 0 4px;
	height: 210px;
	width: 48px;
	margin-bottom: 10px;
}
#top_link .cv_btn a:after {
	position: absolute;
	z-index: -2;
	content: "";
	top: 0;
	left: 0;
	background: #e50012;
	width: 100%;
	height: 100%;
}
#top_link .cv_btn a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 500%;
	height: 300%;
	content: "";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-11%) translateY(-90%) rotate(32deg);
	transform: translateX(11%) translateY(-88%) rotate(32deg);
	background: #000000;
}
#top_link .cv_btn a:hover:before {
	-webkit-transform: translateX(-50%) translateY(-83%) rotate(27deg);
	transform: translateX(11%) translateY(-60%) rotate(27deg);
}
#top_link .cv_btn a span {
	padding-left: 0;
	padding-top: 3em;
	position: relative;
	z-index: 0;
}
#top_link .cv_btn a span:before {
	top: 0;
	bottom: auto;
	left: 2px;
	right: 0;
}
@media screen and (max-width:767px) {
	#top_link {
		top: auto;
		bottom: 20%;
		position: sticky;
		z-index: 1001;
		width: 48px;
		margin-right: 0;
		height: 0;
	}
	#top_link .cv_btn a {
		display: none;
	}
}
/* fixed_menu
-------------------------------------------------------------------*/
.sp_fixed_menu {
	display: none;
}
@media screen and (max-width:767px) {
	.sp_fixed_menu {
		position: sticky;
		z-index: 1000;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		color: #fff;
		background: #e50012;
		background-image: linear-gradient(125deg, rgb(0 0 0) 40%, rgb(227 0 18) 40%);
		width: 100%;
	}
	.sp_fixed_menu>* {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 4vw;
		text-align: left;
	}
	.sp_fixed_menu a {
		position: relative;
		z-index: 0;
		text-decoration: none;
		height: 50px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 0;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto 0 0;
		overflow: hidden;
	}
	.sp_fixed_menu a span {
		display: block;
		position: relative;
		z-index: 0;
		padding-left: 2em;
	}
	.sp_fixed_menu a span:before {
		position: absolute;
		z-index: 10;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6.4px;
		border-color: transparent transparent transparent #FFFFFF;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0em;
		right: auto;
	}
}
/* footer
-------------------------------------------------------------------*/

footer {
	position: relative;
	padding: 30px 0;
	background: #7B7B7B;
	text-align: center;
	z-index: 900;
}
.footer_box {
	display: flex;
	justify-content: center;
}
.footer_link1 {
	position: relative;
}
.footer_link1:before {
	content: "";
	position: absolute;
	top: 7px;
	right: -23px;
	width: 18px;
	height: 12px;
	background: url(../img/footer_icon.png);
}
.footer_link a,
.footer_link1 a,
.footer_link2 a {
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 2px;
	color: #fff;
}
.footer_link {
	margin-left: -23px;
}
.footer_link1 {
	margin-left: 20px;
}
.footer_link2 {
	margin-left: 43px;
}
.copylight {
	margin-top: 15px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.copylight span {
	position: relative;
	top: -1px;
}