@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-width: 1000px;
}

.inner {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.vis-sp,
.vis-tb {
	display: none;
}

.cmnhd {
	line-height: 1;
}

.cmnhd_wrap {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 35px 0 25px;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #FFF;
}

.cmnhd_logo {
}

.cmnhd_logo a .-black {
	display: block;
}

.cmnhd_logo a .-white {
	display: none;
}

.cmnhd_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.cmnhd_nav a {
	display: block;
	padding: 35px 25px;
	text-align: center;
}

.cmnhd_nav a:last-child {
	padding-right: 0;
}

.cmnhd_nav a span {
	display: inline-block;
	position: relative;
}

.cmnhd_nav a span:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #333;
	transition: 0.3s;
	transform: translateX(-50%);
}

.cmnhd_nav a span:hover:before {
	width: 80%;
}

.cmnhd_menu {
	display: none;
}

.cmnft {
	color: #FFF;
}

.cmnft_contact {
	background-image: url(/common/img/bg-cmnhero@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 15px;
	position: relative;
}

.cmnft_contact_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}

.cmnft_contact_ttl {
	font-size: 26px;
	font-weight: bold;
	width: 25%;
	margin-right: 5%;
}

.cmnft_contact_ttl span {
	display: inline-block;
	position: relative;
}

.cmnft_contact_ttl span:before {
	content: "";
	background-image: url(/common/img/img-contact@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 58px 16px;
	width: 58px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
}

.cmnft_contact_item {
	display: flex;
	align-items: center;
	border-left: 1px solid #FFF;
	width: 58%;
	padding-left: 5%;
}

.cmnft_contact_item a {
	display: block;
	font-weight: bold;
}

.cmnft_contact_item a.-tel {
	font-size: 26px;
	margin-right: 40px;
}

.cmnft_contact_item a.-btn {
	font-size: 22px;
	border-bottom: 1px solid #FFF;
}

.cmnft_contact_item a span {
	position: relative;
}

.cmnft_contact_item a.-tel span {
	padding-left: 28px;
}

.cmnft_contact_item a.-btn span {
	padding-left: 40px;
}

.cmnft_contact_item a span:before {
	font-family: icomoon;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.8em;
}

.cmnft_contact_item a.-tel span:before {
	content: "\e900";
	font-size: 28px;
}

.cmnft_contact_item a.-btn span:before {
	content: "\e901";
}

.cmnft_contact_item a.-btn:hover {
	border-bottom: none;
}

.cmnft_contact_pt {
	position: absolute;
	top: 35px;
	right: 30px;
	display: inline-block;
	width: 10px;
}

.cmnft_wrap {
	background: #000;
}

.cmnft_cnt {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px;
}

.cmnft_item {
}

.cmnft_item_name {
	font-size: 16px;
	font-weight: bold;
}

.cmnft_item_add {
}

.cmnft_copy {
}

.cmnmain {
	margin-top: 83px;
}

.cmnhero {
	text-align: center;
	background-image: url(/common/img/bg-cmnhero@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 15px;
}

.cmnttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

.cmnttl-en {
	margin-top: 15px;
}

.cmnwrap {
	position: relative;
}

.cmnpt {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(-50%, -50%);
}

.cmnsubttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #008BBE;
	border-bottom: 2px solid #008BBE;
	padding-bottom: 10px;
}

.cmnsquare {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #008BBE;
	position: relative;
	padding-left: 30px;
}

.cmnsquare:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #008BBE;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.1em;
}

/* for Tablet */
@media screen and (max-width:1030px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.cmnhd_nav a span:before {
		content: none;
	}

}

@media screen and (max-width:1250px) {
	.cmnhd_nav a {
		padding: 35px 15px;
	}

	.cmnpt {
		display: none;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	body {
		min-width: 360px;
		font-size: 14px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.cmnhd {
	}

	.cmnhd_wrap {
		padding: 0 15px;
	}

	.cmnhd_logo {
		width: 210px;
		height: auto;
	}

	.cmnhd_logo a .-black {
	}

	.cmnhd_logo a .-white {
	}

	.cmnhd_nav {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translate(100%, 0);
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transform: translate(100%, 0);
		background: #FFF;
		padding: 60px 20px;
	}

	.cmnhd_nav.-open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.cmnhd_nav a {
		width: 100%;
		color: #333;
		text-align: left;
		border-bottom: 1px solid #dcdcdc;
		padding: 20px;
	}

	.cmnhd_nav a:last-child {
		padding-right: 20px;
	}

	.cmnhd_nav a span:before {
		content: none;
	}

	.cmnhd_menu {
		display: block;
		-webkit-appearance: none;
		height: 60px;
		width: 60px;
		border: none;
		margin: 0;
		padding: 0;
		top: 0;
		right: 0;
		z-index: 200;
		background: #FFF;
		position: relative;
	}

	.cmnhd_menu span {
		height: 3px;
		background: #333;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}

	.cmnhd_menu span.-top {
		width: 45px;
		top: 19px;
	}

	.cmnhd_menu span.-mid {
		width: 30px;
		top: 30px;
	}

	.cmnhd_menu span.-btm {
		width: 45px;
		top: 41px;
	}

	.cmnhd_menu.-open span {
		background: #333;
	}

	.cmnhd_menu.-open span.-top {
		width: 38px;
		-webkit-transform: translate(-22px, 10px) rotate(-45deg);
		transform: translate(-17px, 11px) rotate(-45deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	.cmnhd_menu.-open span.-mid {
		-webkit-transform: translate(0, -1px) rotate(90deg);
		transform: translate(0, -1px) rotate(90deg);
		opacity: 0;
	}

	.cmnhd_menu.-open span.-btm {
		width: 38px;
		-webkit-transform: translate(-23px, -11px) rotate(44deg);
		transform: translate(-17px, -11px) rotate(44deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	.cmnft {
	}

	.cmnft_contact {
		padding: 50px 15px;
		background-position: 30% center;
	}

	.cmnft_contact_cnt {
		display: block;
		text-align: center;
	}

	.cmnft_contact_ttl {
		width: 100%;
		font-size: 22px;
	}

	.cmnft_contact_ttl span {
		text-align: center;
	}

	.cmnft_contact_ttl span:before {
		top: auto;
		bottom: -13px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.cmnft_contact_item {
		display: block;
		border-left: none;
		width: 100%;
		margin-top: 25px;
		padding-left: 0;
	}

	.cmnft_contact_item a {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}

	.cmnft_contact_item a.-tel {
		border-bottom: 1px solid #FFF;
		font-size: 24px;
		margin: 0 auto;
	}

	.cmnft_contact_item a.-btn {
		margin-top: 18px;
	}

	.cmnft_contact_item a:before {
	}

	.cmnft_contact_item a.-tel:before {
	}

	.cmnft_contact_item a.-btn:before {
	}

	.cmnft_contact_item a.-btn:hover {
	}

	.cmnft_contact_pt {
	}

	.cmnft_wrap {
	}

	.cmnft_cnt {
		padding: 33px 30px 40px 30px;
		display: block;
	}

	.cmnft_item {
	}

	.cmnft_item_name {
	}

	.cmnft_item_add {
		margin-top: 15px;
	}

	.cmnft_item_add span {
		display: inline-block;
	}

	.cmnft_copy {
		margin-top: 25px;
		font-size: 11px;
	}

	.cmnmain {
		margin-top: 60px;
	}

	.cmnhero {
		padding: 35px 15px;
	}

	.cmnttl {
		font-size: 22px;
	}

	.cmnttl-en {
		margin-top: 6px;
	}

	.cmnsubttl {
	}

	.cmnsquare {
		font-size: 18px;
	}

	.cmnsquare:before {
	}

}

/* for Print */
@media print {
}
