/*====================================================================*/
/** general
/*====================================================================*/

/** font
/*--------------------------------------------------------------------*/
* {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Roboto, sans-serif;
	word-break: break-all;
}
.MaruG_W8{
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}
.MaruG_W4{
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Allotrope_L{
	font-family: allotrope, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Allotrope_B{
	font-family: allotrope, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.Allotrope_H{
	font-family: allotrope, sans-serif;
	font-weight: 900;
	font-style: normal;
}

/** btn
/*--------------------------------------------------------------------*/
.btn01 {
	display: inline-block;
	padding: 10px 70px 10px 30px;
	text-align: center;
	background: #1a2c79;
	border-radius: 50px;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.btn01:hover {
	opacity: 0.8
}
.btn01:after {
	display: block;
	content: "";
	position: absolute;
	top: 36%;
	left: auto;
	right: 20px;
	width: 14px;
	height: 14px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn02 {
	display: inline-block;
	padding: 30px 160px;
	text-align: center;
	background: #ea635c;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 160%;
	font-weight: bold;
	position: relative;
}
.btn02:hover {
	color: #fff;
	text-decoration: none;
}
.btn02:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: auto;
	right: 50px;
	width: 18px;
	height: 18px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 768px) {
	.btn02 {
		width: 100%;
		padding: 20px 0;
	}
	.btn02:after {
		top: 36%;
		right: 30px;
	}
}

.btn03 {
	display: inline-block;
	padding: 10px 80px 10px 30px;
	text-align: center;
	background: url(/common/img/ico_window_w.svg) top 16px right 30px no-repeat #1a2c79;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	position: relative;
}
.btn03:hover {
	color: #fff;
	text-decoration: none;
}

.btn04 {
	display: inline-block;
	padding: 10px 80px 10px 30px;
	text-align: center;
	background: url(/common/img/ico_window.svg) top 16px right 30px no-repeat #fff;
	border-radius: 50px;
	color: #1a2c79;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	position: relative;
	min-width: 210px;
}
.btn04:hover {
	color: #1a2c79;
	text-decoration: none;
}

/** ttl
/*--------------------------------------------------------------------*/
.ttlA{
	font-family: allotrope, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	font-size: 45px;
	margin: 1.4em auto;
}

/** color
/*--------------------------------------------------------------------*/
.red {
	color: rgba(253, 0, 4, 1.00);
}
.gray {
	color: #808080;
}
.white {
	color: #FFF;
}
.ov:hover{
	opacity: 0.7;
}

/* fadein
/*--------------------------------------------------------------------*/
.fadein {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}
.fadein.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

/* page-top
/*--------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 25px;
	right: 20px;
	width: 80px;
}
#page-top a img {
	width: 100%;
}

/*====================================================================*/
/** header
/*====================================================================*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(180,29,42,1);
	z-index: 2000;
}
header .container-fluid {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
header h1.logo {
	margin: 10px 0;
	padding: 0;
	z-index: 20;
	font-size: inherit;
}
header h1.logo img {
	width: 250px;
}
header .call {
	flex-grow: 2;
	text-align: right;
	padding: 20px 
}
header .call a {
	text-decoration: none;
	background: url(/common/img/ico_call.svg) left no-repeat;
	background-size: contain;
	font-size: 34px;
	padding: 5px 0 0 60px;
}
header .call span {
	color: #fff;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}
header .menu_box {
	background: rgba(100,0,0,1);
	margin-right: -15px;
}
header .menu_box .menu-wrap {
	position: absolute;
	background: rgba(100,0,0,1);
	color: #ffffff;
	width: 300px;
	height: 100vh;
	transition: all 0.3s;
	transform: translate(300px);
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 1000;
}
header .menu_box .menu-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .menu_box .menu-wrap ul li a {
	display: block;
	color: #ffffff;
	padding: 20px;
	position: relative;
	border-bottom: solid 1px #fff;
	text-decoration: none;
}
header .menu_box .menu-wrap ul li a:hover {
	background: rgba(180,29,42,1);
}
header .menu_box .menu-wrap ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: auto;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .menu_box .menu-wrap.d-block {
	transform: translate(0); 
}
header .menu_box .menu-trigger {
	padding: 18px 20px;
	display: flex;
	flex-wrap: wrap;
	width: 80px;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
header .menu_box .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header .menu_box .menu-trigger span {
	width: 100%;
	height: 5px;
	background-color: #fff;
	border-radius: 4px;
}
header .menu_box .menu-trigger span:nth-of-type(1) {
	align-self: flex-start;
}
header .menu_box .menu-trigger span:nth-of-type(2) {
	align-self: center;
}
header .menu_box .menu-trigger span:nth-of-type(3) {
	align-self: flex-end;
}
header .menu_box .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
header .menu_box .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu_box .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}
@media (max-width: 992px) {
	header h1.logo img {
		width: 180px;
	}
	header {
		height: 60px;
	}
	header .call {
		padding: 10px 5px;
	}
	header .call a {
		font-size: 30px;
		padding: 5px 0 0 50px;
	}
	header .call span {
		display: none;
	}
	header .menu_box .menu-trigger {
		width: 60px;
		padding: 13px;
	}
	header .menu_box .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
	}
	header .menu_box .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}
	header .menu_box .menu-wrap {
		top: 60px;
	}
}
@media (max-width: 768px) {
	header .menu_box .menu-wrap {
		width: 100%;
		transform: translate(100%);
	}
}

/*====================================================================*/
/** breadcrumbs
/*====================================================================*/
.breadcrumbs {
	margin-top: 70px;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	margin-bottom: 20px;
	list-style: none;
	background: none;
	font-size: 12px;
}
.breadcrumbs ol li:after {
	display: inline-block;
	padding-left: 10px;
	content: "〉";
}
.breadcrumbs ol li:last-child:after {
	content: none;
}
.breadcrumbs ol li a {
	color: #212529;
	text-decoration: none;
}
@media (max-width: 992px) {
	.breadcrumbs {
		display: none;
	}
}
/*====================================================================*/
/** footer
/*====================================================================*/
footer {
	background: #000;
	padding: 40px 10px;
}
footer ul.sns {
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}
footer ul.sns li {
	width: 30px;
	margin: 0 5px;
}

footer ul.footer_nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}
footer ul.footer_nav li a {
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	border-left: solid 1px #fff;
}
footer ul.footer_nav li:last-child a {
	border-right: solid 1px #fff;
}
footer ul.footer_nav li a:hover {
	color: #fff;
}
footer .copyright {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	font-size: 12px;
}

@media (max-width: 768px) {
	footer ul.footer_nav li a {
		padding: 0 12px;
	}
}

/*====================================================================*/
/** form
/*====================================================================*/
main .formTable {
	margin: 30px auto;
}
main .formTable th{
	padding: 20px;
	text-align: left;
}
main .formTable td{
	padding: 20px;
	min-width: 600px;
	text-align: left;
}
main .formTable th span{
	display: inline-block;
	font-size: 80%;
	margin: 0 10px;
	padding: 5px 10px;
	color: #ff0000;
	border: solid 1px #ff0000;
}
main .formTable td select{
	width: 100%;
	padding: 3px;
}
main .formTable td input{
	width: 100%;
	padding: 3px;
	min-height: 2em;
}
main .formTable td textarea{
	width: 100%;
	padding: 3px;
}
main .btn_form1 {
	margin: 30px auto;
	background: rgba(100,0,0,1);
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	position: relative;
	width: 420px;
	font-size: 140%;
	box-sizing: border-box;
}
main .btn_form2 {
	margin: 30px auto;
	background: #565656;
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	position: relative;
	width: 420px;
	font-size: 140%;
	box-sizing: border-box;
	transition: all 0.6s ease;
}
main .btn_form1 input[type="submit"]{
	width: 100%;
	border: none;
	cursor: pointer;
	outline: none;
	background: none;
	padding: 16px;
	color: #fff;
}
main .btn_form2 input[type="button"]{
	width: 100%;
	border: none;
	cursor: pointer;
	outline: none;
	background: none;
	padding: 16px;
	color: #fff;
}
main .btn_form1:after{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 22px;
	width: 12px;
	height: 12px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
main .btn_form2:after{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 22px;
	width: 12px;
	height: 12px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	background: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
main .btn_form1:hover,
main .btn_form2:hover{
	opacity: 0.7;
}

main .formTable .error{
	text-align: center;
}
main .formTable p.error_messe{
	color: #f68b7a;
}


@media (max-width: 992px) {
	main .formTable tr{
		display: flex;
		flex-wrap: wrap;
		margin-bottom:20px; 
	}
	main .formTable th,
	main .formTable td{
		padding: 5px 0;
		min-width: 100%;
	}
	main .btn_form1,
	main .btn_form2{
		width: 100%;
	}
}


/*====================================================================*/
/** main
/*====================================================================*/
main p{
	line-height: 180%;
}

/** phone
/*--------------------------------------------------------------------*/
main .phone{
	color: #000;
	font-size: 24px;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
	background: url(/common/img/ico_call_K.svg) left no-repeat;
	background-size: contain;
	padding: 10px 0 0 48px;
	text-decoration: none;
}
