@charset "utf-8";
html {
	font-size: 62.5%;
}
.font_gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.font_mincho {
	font-family: zen-old-mincho, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.font_ubuntu_regular {
	font-family: ubuntu, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_ubuntu_bold {
	font-family: ubuntu, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.font_noto {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.font_noto_regular {
	font-family: ubuntu, sans-serif;
	font-weight: 400;
	font-style: normal;
}
body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.0rem;
	margin: 0;
}
a {
	transition: .3s ease;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
ul{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
img {
	width: 100%;
	height: auto;
}
.sp_only {
	display: none;
}
.d_flex {
	display: flex;
}
.bg_red {
	background: #b10000;
}
.txt_red {
	color: #b10000 !important;
}
.txt_white {
	color: #fff !important;
}
.common_inner {
	max-width: calc(800px + 100px);
	margin: 0 auto;
}
/* header */
.header_inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8rem;
}
.header_logo {
	margin: 1.5rem 0 1.5rem 2rem;
}
.header_menu ul {
	margin: 0;
	padding: 0 1rem 0 5rem;
	background: #b10000;
	display: flex;
	border-bottom-left-radius: 3rem;
}
.header_menu a {
	font-size: 1.6rem;
	color: #fff;
	display: block;
	padding: 3rem 2.5rem;
	letter-spacing: 0.15em;
}
.btn-trigger {
	display: none;
}
/* common_btn */
.common_btn1 {
	margin: 0;
}
.common_btn1 a {
	border: 1px solid #000;
	padding: 2rem 8rem;
	display: inline-block;
	font-size: 1.8rem;
	color: #000;
	border-radius: 5rem;
}
.common_btn1 a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}
.common_btn1.btn_red a {
	border: 1px solid #b10000;
	color: #b10000;
}
.common_btn1.btn_red a:hover {
	background: #b10000;
	color: #fff;
}
.common_btn1.btn_white a {
	border: 1px solid #fff;
	color: #fff;
}
.common_btn1.btn_white a:hover {
	background: #fff;
	color: #b10000;
}

/* common_ttl */
.common_ttl1 {
	margin: 0;
	font-size: 6rem;
}
.common_ttl1 span {
	display: block;
	font-size: 2.4rem;
	color: #000;
}
.common_ttl2 {
	margin: 0 0 6rem;
	font-size: 2.2rem;
	color: #b10000;
	border-bottom: 2px solid #b10000;
	padding-bottom: 1rem;
}
/* common fv */
.common_fv__inner {
	justify-content: space-between;
	align-items: center;
}
.common_fv h2 {
	font-size: 7rem;
	margin: 0;
	color: #b10000;
	margin-bottom: 6rem;
}
.common_fv h2 span {
	font-size: 2.6rem;
	display: block;
	color: #000;
	position: relative;
	padding-left: 4.5rem;
}
.common_fv h2 span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background: url(../img/common/bolt_red.svg) no-repeat;
	background-size: 34px 15px;
	width: 34px;
	height: 15px;
}
.common_fv h3 {
	font-size: 4rem;
	margin: 0;
	margin-bottom: 3rem;
}
.common_fv__txt {
	font-size: 1.6rem;
	line-height: 2.5;
	margin: 0;
}
/* footer */
footer {
	padding: 10rem 8rem 2rem;
}
.footer_inner {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 8rem;
}
.footer_left dl {
	margin: 0;
	align-items: center;
	color: #fff;
}
.footer_left dd {
	margin-left: 1.5rem;
}
.footer_name {
	font-size: 3.4rem;
	margin: 0;
}
.footer_name a {
	align-items: center;
	color: #fff;
}
.footer_name span {
	font-size: 1.7rem;
	margin-right: 1.5rem;
}
.footer_address {
	font-size: 1.8rem;
	margin: 0.5rem 0 0;
}
.footer_tel {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 3rem 0 0;
}
.footer_tel span {
	font-size: 2.9rem;
	display: inline-block;
	margin-right: 1rem;
}
.footer_right ul {
	margin: 0;
}
.footer_right li {
	margin: 0 3rem;
}
.footer_right a {
	font-size: 1.6rem;
	color: #fff;
}
.copy {
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	margin: 0;
}

@media screen and (max-width: 768px){
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	/* header */
	.header_inner {
		align-items: center;
		padding-bottom: 0;
	}
	.header_logo {
		margin: 0 0 0 2rem;
	}
	.header_logo a {
		display: block;
	}
	.header_logo img {
		width: 80%;
	}
	.header_menu {
		visibility: hidden;
		opacity: 0;
		transition: all .5s;
		background: #fff;
		width: 100vw;
		height: 100dvh;
		position: absolute;
		top: 0;
		left: 0;
		padding: 1.5rem;
		z-index: -1;
	}
	.btn-trigger {
		position: relative;
		width: 64px;
		height: 64px;
		cursor: pointer;
		z-index: 11;
	}
	.btn-trigger::before {
		content: "";
		width: 64px;
		height: 64px;
		background: #b10000;
		position: absolute;
		right: 0;
		top: 0;
		border-bottom-left-radius: 2rem;
	}
	.btn-trigger.active::before {
		display: none;
	}
	.btn-trigger span {
		position: absolute;
		left: 18px;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition: all .5s;
	}
	.btn-trigger, .btn-trigger span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}
	.btn-trigger span:nth-of-type(1) {
		top: 18px;
	}
	.btn-trigger span:nth-of-type(2) {
		top: 30px;
	}
	.btn-trigger span:nth-of-type(3) {
		bottom: 20px;
	}
	.btn-trigger.active span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(14px) rotate(-45deg);
		background-color: #b10000;
	}
	.btn-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.btn-trigger.active span:nth-of-type(3) {
		bottom: 16px;
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-14px) rotate(45deg);
		background-color: #b10000;
	}
	.header_menu.active {
		visibility: visible;
		opacity: 1;
		z-index: 10;
	}
	.header_menu ul {
		display: block;
		padding: 3rem 2rem;
		background: none;
	}
	.header_menu li {
		margin: 3.5rem 0;
		letter-spacing: 0.1em;
	}
	.header_menu li a {
		color: #b10000;
		font-size: 1.8rem;
		padding: 0;
	}

	/* common_btn */
	.common_btn1 a {
		padding: 1.5rem 8rem;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: 700;
		font-style: normal;
	}
	.common_btn1.btn_red a {
		border: 2px solid #b10000;
	}

	/* common_ttl */
	.common_ttl1 {
		font-size: 4rem;
	}
	.common_ttl1 span {
		font-size: 1.8rem;
	}
	.common_ttl2 {
		margin: 0 0 5rem;
		font-size: 1.8rem;
	}

	/* common_fv */
	.common_fv__inner {
		flex-direction: column-reverse;
	}
	.common_fv__ttl {
		width: 100%;
		padding: 0 3rem;
	}
	.common_fv h2 {
		font-size: 4.5rem;
		margin-bottom: 3rem;
	}
	.common_fv h2 span::before {
		background: url(../img/common/bolt_red.svg) no-repeat;
		background-size: 28px 12px;
		width: 28px;
		height: 12px;
	}
	.common_fv h2 span {
		font-size: 1.8rem;
		padding-left: 3.5rem;
	}
	.common_fv h3 {
		font-size: 2.3rem;
	}
	.common_fv__txt {
		font-size: 1.4rem;
	}

	/* footer */
	footer {
		padding: 6rem 3rem 2rem;
	}
	.footer_inner {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 4rem;
	}
	.footer_left dd {
		margin-left: 0;
	}
	.footer_name {
		width: 100%;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0.1em;
	}
	.footer_name span {
		font-size: 1.4rem;
	}
	.footer_logo {
		width: 10%;
		margin-right: 1rem;
	}
	.footer_address {
		font-size: 1.4rem;
		margin: 1rem 0 0;
	}
	.footer_tel {
		font-size: 2.5rem;
		margin: 1rem 0 0;
	}
	.footer_tel span {
		font-size: 1.8rem;
	}
	.footer_right {
		padding-top: 4rem;
	}
	.footer_right ul {
		flex-direction: column;
	}
	.footer_right li {
		margin: 0 0 1rem;
	}
	.copy {
		font-size: 1rem;
	}
}
