* {
	word-break: break-word;
}
*:not(html) {
	font-size: 0.875rem;
	color: #000000;
	line-height: 1.75;
	font-family: serif, sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, serif;
}
::-moz-selection {
	background: #DCDEE3;
	color: #303338;
}
::selection {
	background: #DCDEE3;
	color: #303338;
}
::-moz-placeholder {
	color: #cfcfcf;
}
:-ms-input-placeholder {
	color: #cfcfcf;
}
::placeholder {
	color: #cfcfcf;
}
a[href^="tel:"] {
	pointer-events: none;
}
@media (max-width: 750px) {
	a[href^="tel:"] {
		pointer-events: auto;
		font-size: 0;
	}
}
.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}
/* ------------------------------------------------------------------ 共通見出し -- */
.common-heading {
	padding: 192px 0 52px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
	margin-bottom: 88px;
}
.common-heading::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
@media (max-width:960px){
	.common-heading {
		padding: 120px 0 40px;
	}
}
@media (max-width:750px){
	.common-heading {
		margin-bottom: 60px;
	}
}
@media (max-width:480px){
	.common-heading {
		margin-bottom: 40px;
	}
}
.common-heading .common-heading--image {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 0);
	height: 56px;
}
.common-heading .common-heading--text {
	font-family: serif;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	letter-spacing: 10px;
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
@media (max-width: 480px) {
	.common-heading .common-heading--text {
		font-size: 28px;
	}
}
/*--------------------------------------------------------------------共通btn -- */
.btn {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding: 24px 10px;
	max-width: 316px;
	width: 100%;
	border: solid 2px #FFFFFF;
	position: relative;
	z-index: 0;
}
.btn::before,
.btn::after {
	content: "";
	display: flex;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 18px;
}
.btn::before {
	width: 10px;
	height: 10px;
	border-top: solid 1px #FFFFFF;
	transform: translate(0, -50%) rotate(45deg);
}
.btn::after {
	width: 26px;
	height: 1px;
	background-color: #FFFFFF;
	transform: translate(1px, -50%);
}
.btn.btn_ico {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn.btn_ico img {
	height: 24px;
	margin-right: 10px;
}
.btn.btn_blue {
	background-color: #3154E6;
	border: none;
}
/*--------------------------------------------------------------------共通header -- */
header {
	background-color: rgba(33, 33, 33, 0.5);
	font-family: sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, serif;
	width: 100%;
	position: fixed;
	z-index: 99999;
	/* top: 0; */
	left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 480px){
	header {
		padding-top: 1px;
		padding-bottom: 1px;
	}
}
header nav {
	max-width: 1386px;
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}
.header-logo {
	width: 292px;
}
@media (max-width: 1400px) {
	.header-logo {
		width: 220px;
	}
}
.nav--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav__wrapper {
	display: flex;
	align-items: center;
}
@media (max-width: 1200px) {
	.header-nav__wrapper {
		position: relative;
		z-index: 0;
	}
}
.header-nav__sp-menu {
	display: none;
	position: relative;
	z-index: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.header-nav__sp-menu {
		display: block;
	}
}
.header-nav__sp-menu::before,
.header-nav__sp-menu span::before,
.header-nav__sp-menu::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	width: 30px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 10px;
	transition: all 0.2s;
}
.header-nav__sp-menu::before {
	top: 14px;
	transform: translate(-50%, -2px);
}
.header-nav__sp-menu span::before {
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}
.header-nav__sp-menu::after {
	bottom: 14px;
	transform: translate(-50%, 2px);
}
.header-nav__sp-menu.open::before {
	top: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}
.header-nav__sp-menu.open span::before {
	opacity: 0;
}
.header-nav__sp-menu.open::after {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 1200px) {
	.header-nav--wrapper {
		display: none;
		position: absolute;
		z-index: 0;
		bottom: 0;
		left: 0;
		transform: translate(0, 100%);
	}
}
@media (max-width: 750px) {
	.header-nav--wrapper {
		left: auto;
		right: -20px;
	}
}
.header-nav {
	display: flex;
	align-items: center;
}
@media (max-width: 1200px) {
	.header-nav.header-nav--main {
		display: block;
		width: 100%;
		padding: 0 1rem;
		background-color: rgba(0,0,0,0.8);
	}
}
@media (max-width: 750px) {
	.header-nav.header-nav--main {
		width: 300px;
	}
	.header-nav.header-nav--sub {
		display: none;
	}
}
.header-nav .header-nav__item {
	text-align: center;
	margin-right: 12px;
}
.header-nav .header-nav__item:last-child {
	margin-right: 0;
}
@media (max-width: 1400px) {
	.header-nav .header-nav__item {
		margin-right: 8px;
	}
}
@media (max-width: 1200px) {
	.header-nav.header-nav--main .header-nav__item {
		margin-right: 0;
		border-bottom: solid 1px #FFFFFF;
	}
	.header-nav.header-nav--main .header-nav__item:last-child {
		border-bottom: none;
	}
}
.header-nav .header-nav__item--tel {
	text-align: right;
	margin-right: 0;
}
.header-nav .header-nav__item--tel a {}
.header-nav .header-nav__item--number {
	display: flex;
}
.header-nav .header-nav__item--tel .tel-number {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	flex-shrink: 0;
}
.header-nav .header-nav__item--tel .business-hours {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1;
}
.header-nav .header-nav__item a {
	line-height: 1;
	display: block;
	padding: 8px;
}
@media (max-width:1400px) {
	.header-nav .header-nav__item a {
		padding: 6px;
	}
}
@media (max-width:1200px) {
	.header-nav.header-nav--main .header-nav__item a {
		display: flex;
		align-items: baseline;
		padding: 1rem;
	}
}
.header-nav .header-nav__item--tel img {
	height: 24px;
}
.header-nav .header-nav__item--instagram a {
	padding-left: 16px;
	padding-right: 16px;
}
.header-nav .header-nav__item--instagram img {
	height: 30px;
}
.header-nav .header-nav__item--main-title,
.header-nav .header-nav__item--sub-title {
	color: #FFFFFF;
	line-height: 1;
	transition: color 0.2s;
}
.header-nav a:hover .header-nav__item--main-title,
.header-nav a:hover .header-nav__item--sub-title {
	color: #3154E6;
}
.header-nav .header-nav__item--main-title {
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.header-nav .header-nav__item--sub-title {
	font-size: 12px;
}
@media (max-width: 1200px) {
	.header-nav .header-nav__item--main-title,
	.header-nav .header-nav__item--sub-title {
		font-weight: 700;
	}
	.header-nav .header-nav__item--main-title {
		order: 2;
		margin-bottom: 0;
		color: #aaaaaa;
		font-size: 12px;
	}
	.header-nav .header-nav__item--sub-title {
		order: 1;
		font-size: 18px;
		margin-right: 1rem;
	}
}
/*--------------------------------------------------------------------共通footer -- */
.footer-contact {
	background-image: url(../images/73617094.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding: 80px 20px 50px;
	margin-top: 84px;
}
@media (max-width: 750px) {
	.footer-contact {
		margin-top: 60px;
	}
}
@media (max-width: 480px) {
	.footer-contact {
		margin-top: 40px;
	}
}
.footer-contact h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 9px;
	margin-bottom: 30px;
}
@media (max-width: 750px) {
	.footer-contact h3 {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.footer-contact h3 {
		margin-bottom: 15px;
	}
}
.footer-contact__text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.76px;
	margin-bottom: 40px;
}
@media (max-width: 750px) {
	.footer-contact__text {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.footer-contact__text {
		margin-bottom: 10px;
	}
}
.footer-contact .btn {
	margin: 0 auto 72px;
	margin-bottom: 40px;
}
@media (max-width: 960px) {
	.footer-contact .btn {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.footer-contact .btn {
		margin-bottom: 20px;
	}
}
.footer-contact__tel {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 960px) {
	.footer-contact__tel {
		flex-direction: column;
	}
}
.footer-contact__tel--text {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
@media (max-width: 750px) {
	.footer-contact__tel--text {
		font-size: 18px;
		font-weight: 600;
	}
}
.footer-contact__tel--number {
	margin-left: 28px;
}
@media (max-width: 960px) {
	.footer-contact__tel--number {
		margin-left: 0;
		margin-bottom: 8px;
	}
}
.footer-contact__tel--number li {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
}
@media (max-width: 750px) {
	.footer-contact__tel--number li {
		font-size: 35px;
	}
}
@media (max-width: 480px) {
	.footer-contact__tel--number li {
		font-size: 28px;
	}
}
.footer-contact__tel--number li a {
	font: inherit;
	line-height: inherit;
	display: flex;
	align-items: center;
}
.footer-contact__tel--number li a::before {
	width: 46px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
}
.footer-contact__tel--number li.footer-contact__tel--number--tel a::before {
	content: "";
	background-image: url(../images/ico_tel-black.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center;
	display: block;
}
.footer-contact__tel--number li.footer-contact__tel--number--fax a::before {
	content: "FAX";
	font-size: 24px;
	font-weight: 700;
}
footer {
	background-color: #212121;
	padding: 28px 0 14px;
}
footer .footer__block {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 750px) {
	footer .footer__block {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	footer .footer__element01 {
		margin-bottom: 8px;
	}
}
footer .footer__element01 img {
	margin-bottom: 4px;
}
@media (max-width: 750px) {
	footer .footer__element01 img {
		margin-bottom: 8px;
	}
}
footer .footer__element01--address {
	color: #FFFFFF;
}
@media (max-width: 480px) {
	footer .footer__element01--address {
		text-align: center;
	}
}
footer .footer__element02 {
	display: flex;
	flex-direction: column;
}
@media (max-width: 750px) {
	footer .footer__element02 {
		margin-bottom: 12px;
	}
}
footer .footer__element02--link {
	color: #FFFFFF;
	margin-right: auto;
}
@media (max-width: 750px) {
	footer .footer__element02--link {
		margin-left: auto;
	}
}
@media (max-width: 480px) {
	footer .footer__element02--link {
		font-weight: bold;
	}
}
footer .footer__element02--tel {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
footer .footer__element02--tel::before {
	content: "";
	background-image: url(../images/ico_tel-white.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%, -50%);
}
footer .footer__element02--business-hours {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: auto;
}
@media (max-width: 750px) {
	footer .footer__element02--business-hours {
		margin-right: auto;
	}
}
footer .footer__copyright {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
@media (max-width: 480px) {
	footer .footer__copyright {
		font-size: 10px;
		margin-top: 20px;
	}
}
