/* init */
html,
html * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #898989;
	font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 62.5%;
}
body, p, a, span {
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
	letter-spacing: 1px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
img {
	max-width: 100%;
	vertical-align: bottom;
	object-fit: cover;
}
h1, h2 {
	font-size: 3.1rem;
	font-weight: 600;
	color: #8f80b3;
}
a {
	font-weight: 600;
	transition: .3s;
}

/* block layout */
.inner {
	max-width: 1000px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.flex-two-col,
.flex-three-col {
	display: flex;
	justify-content: space-between;
}
.flex-two-col {
	min-width: 900px;
}
.flex-three-col {
	flex-wrap: wrap;
}
.flex-two-col > * {
	width: 49%;
}
.flex-three-col > * {
	width: calc(100%/3 - 1.5%);
}
.sec-wrap p {
	line-height: 2.2;
	padding-bottom: 4%;
}
.page-title {
	text-align: center;
	margin-bottom: 8%;
	font-weight: 600;
}
.page-title span {
	color: #8f80b3;
}
.subhead {
	line-height: .9;
	padding-bottom: 2%;
	font-weight: 600;
}
.subhead span {
	padding-left: 2px;
	font-weight: 600;
}
/* メニュー */
.navigation {
	display: block;
}
.sp-menu {
	display: none;
}
table {
	width: 100%;
	margin: 2% auto 4.5%;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
}
table  tr {
	border-top: 1px solid #898989;
}
table  tr:first-child {
	border-top: none;
}
table td,
table td span {
	font-size: 1.4rem;
}
table td {
	padding: 24px 30px;
	vertical-align: middle;
}
.col-ttl {
	display: flex;
	justify-content: space-between;
}
.table-ttl {
	border-right: 1px solid #898989;
}
.mlt-rows {
	line-height: 1.75;
	padding: 16px;
}
.contact-btn {
	display: block;
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	background: #efe9f4;
	text-align: center;
	height: 55px;
	line-height: 55px;
	border-radius: 8px;
	font-size: 2.4rem;
	box-shadow: 3px 4px 6px 0px #bfbdc3;
}

/* layout */
.wrapper {
}
header {
	display: flex;
	padding: 2% 3%;
}
.header-logo a {
	display: inline-block;
}
.header-logo img {
	max-width: 135px;
	width: 100%;
}
nav {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 64px;
	line-height: 64px;
}
nav ul {
	display: flex;
	text-align: center;
	width: 100%;
	justify-content: space-around;
}
nav ul li a {
	font-size: 1.2vw;
}
main {
	margin-bottom: 224px;
}
#hero {
	width: 100%;
	position: relative;
	margin-bottom: 8%;
	box-shadow: 0px 6px 10px 0px #9fa0a0;
}
#hero img {
	width: 100%;
}
section {
	margin-bottom: 100px;
}

footer {
	background: #F4F2F8;
	padding-top: 150px;
}
footer p {
	font-size: 1.6rem;
}
footer .copyright{
	color: #595757;
	text-align: center;
	font-size: .8rem;
	height: 30px;
	line-height: 30px;
	background: #C9B2CC;
}
.company-info {
	width: 315px;
	height: 100%;
	line-height: 1.4;
	position: relative;
	padding: 0;
}
.company-info p {
	padding-bottom: 2%;
	white-space: nowrap;
	letter-spacing: 1.2px;
}
.company-info p  span {
	letter-spacing: 3px;
	font-size: 1.6rem;
}
.company-name {
	font-size: 3.25rem !important;
	letter-spacing: 1.5px;
	padding-bottom: 4% !important;
}
.company-sns-links {
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding-bottom: 2%;
}
.company-sns-links a {
	display: inline-block;
	margin-left: 5px;
}
.company-sns-links a img {
	width: 35px;
	height: 35px;
}
.footer-contact-btn {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #C9B2CC;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
.company-map {
	width: 100%;
	max-width: 600px;
	margin-left: 38px;
}
.company-map iframe {
	width: 100%;
}
.sec-banner {
	margin: 70px auto;
}
.sec-banner a {
	display: block;
	width: calc(100%/2 - 2%);
	max-width: 424px;
}
.sec-banner img {
	width: 100%;
}
@media (min-width: 1200px) {
	nav ul li a {
		font-size: 1.4rem;
	}
}
@media (max-width: 980px) {
	h1, h2 {
		font-size: 2.8rem;
	}
	.flex-two-col {
		display: block;
		min-width: auto;
	}
	.flex-two-col > * {
		width: 100%;
	}
	.flex-three-col > * {
		width: calc(100%/2 - 2%);
	}
	/* sp用メニュー */
	.navigation {
		display: none;
		position: absolute;
		content: "";
		top: 55px;
		right: 0;
		width: 100%;
		height: auto;
		background: rgba(143,128,179, .8);
		z-index: 1;
	}
	.navigation ul {
		display: block;
	}
	.navigation ul li a {
		display: inline-block;
		font-size: 1.6rem;
		text-align: center;
		width: 100%;
		color: #fff;
	}
	.sp-menu {
		display: block;
		position: absolute;
		width: 55px;
		height: 55px;
		right: 0;
		top: 0;
		padding: 18px 15px;
	}
	.menu-trigger {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .2s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #8f80b3;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);

	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7.5px) rotate(45deg);
		transform: translateY(-7.5px) rotate(45deg);
	}
	header {
		padding: 1% 2%;
		height: 55px;
	}
	.header-logo img {
		width: 74%;
		max-width: 124px;
	}
	main {
		margin-bottom: 0;
	}
	footer {
		padding-top: 100px;
	}
	.company-info {
		width: 312px;
		margin: 0 auto;
	}
	.company-map {
		max-width: 100%;
		margin-top: 8%;
		margin-left: 0;
	}
	.sec-banner a {
		width: 100%;
		margin: 0 auto 4%;
	}
}
@media (max-width: 460px) {
	h1, h2 {
		font-size: 2.4rem;
	}
	footer {
		padding-top: 40px;
	}
	table {
		margin-bottom: 8%;
	}
	table td,
	table td span {
		font-size: 1.2rem;
	}
	table td {
		padding: 4%;
	}
	.col-ttl span {
		font-size: 1.1rem;
	}
	.mlt-rows {
		padding: 16px;
	}
	.inner {
		padding: 0;
	}
	.page-title {
		margin-bottom: 8%;
	}
	.subhead {
		font-size: 2rem;
		white-space: nowrap;
	}
	.subhead span {
		font-size: 1.2rem;
	}
	.sec-wrap p {
		line-height: 1.8;
	}
	.contact-btn {
		font-size: 1.8rem;
	}
	.company-info p {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.company-sns-links a {
		margin-left: 8px;
	}
	.company-sns-links img {
		width: 30px;
		height: 30px;
	}

}
