body, html {
    height: 100%;
}

body {
	width: 100%;
	min-height: 568px;
	background: #fff;
	font-size: 16px;
	font-family: MyYuGothic,Meiryo,sans-serif;
	color: #333;
	line-height: 1.9;
    letter-spacing: .06em;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
ins,
kbd,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.l-wrapper {
	position: relative;
	width: 100%;
	padding: 0 80px;
}

.l-main {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.home-intro {
	position: relative;
	width: 100%;
	height: 100vh;
}

.intro-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 0;
}

.home-section {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10em 0;
}

.home-heading {
	width: 50%;
}

.home-heading {
	line-height: 1.1;
}

.home-heading_title {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: .2em;
}

.home-section-body {
	margin-top: 4em;
}

.about{
	position: relative;
	margin-bottom: 55px;
}

.business{
	position: relative;
	margin-top: 0.6em;
	margin-bottom: 55px;
}

.staff-history {
	position: relative;
	margin-bottom: 25px;
}

.business-content{
	font-size: 17px;
	letter-spacing: 0.24em;
}

.staff_name .ja {
	font-size: 19px;
	letter-spacing: 0.24em;
}

.staff_name .en {
	font-size: 16px;
	letter-spacing: 0.09em;
	margin-left: 25px;
}

.staff_business-title {
	font-size: 12px;
	letter-spacing: 0.09em;
	margin-top: 0.6em;
	margin-bottom: 25px;}
}

ol,
ul {
	list-style-position: inside;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about_item:not(:last-child),
.business_item:not(:last-child),
.staff-history_item:not(:last-child) {
	margin-bottom: .8em;
}

.about_item,
.business_item,
.staff-history_item {
	line-height: 1.6;
}

ul li {
	list-style: none;
}

.contact_email {
	margin-top: 5em;
	margin-bottom: 15em;
}

a:visited {
	color: #000;
}

a,
td,
th {
	padding: 0;
}

a,
a img,
a:active,
a:hover {
	outline: 0;
}

a {
	margin: 0;
	background: 0 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
	color: #000;
	text-decoration: underline;
}

a,
img {
	border: 0;
}

.staff+.staff {
	margin-top: 6em;
}

.home-section-body {
	margin-top: 4em;
}

.home-section img,
.intro-logo img {
	max-width: 100%;
	height: auto;
}

.l-footer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0;
}

.copyright {
	font-size: 12px;
}

@media screen and (max-width: 600px){
	body {
    	font-size: 9px;
	}
}

@media screen and (max-width: 600px){
	.l-wrapper {
		padding: 0 13.33333%;
	}
}

@media screen and (max-width: 600px){
	.staff_name .ja {
		font-size: 13px;
		letter-spacing: 0.24em;
	}
}

@media screen and (max-width: 600px){
	.staff_name .en {
		font-size: 12px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 600px){
	.staff_business-title {
		font-size: 10px;
	}
}

@media screen and (max-width: 600px){
	.business-content{
		font-size: 11px;
	}
}

@media screen and (max-width: 600px){
	.intro-logo {
    	width: 135px;
	}
}

@media screen and (max-width: 600px){
	h2 img {
		width: auto;
		max-height: 17px;
	}
}

@media screen and (max-width: 600px){
	.copyright {
		font-size: 8px;
	}
}

@media screen and (max-width: 600px){
	.contact_email {
	margin-bottom: 35em;
	}
}

.fab {
	font-size: 1.5em;
}

@media screen and (max-width: 600px){
	.fab {
		font-size: 2em;
	}
}

p.staff_url {
	margin-bottom: 35px;
}

.sns {
	display: inline;
	margin-right: 15px;
}

@media screen and (max-width: 600px){
	.sns {
    	margin-right: 10px;
	}
}

/*スクロールダウン*/
a span {
	position: absolute;
	top: 85%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #e4007f;
	border-bottom: 1px solid #e4007f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
a span:nth-of-type(2) {
	top: 87%;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
a span:nth-of-type(3) {
	top: 89%;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
    }
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

@media screen and (max-width: 600px){
	a span {
		top: 78%;
		width: 15px;
		height: 15px;
	}
}
@media screen and (max-width: 600px){
	a span:nth-of-type(2) {
		top: 80%;
	}
}
@media screen and (max-width: 600px){
	a span:nth-of-type(3) {
		top: 82%;
	}
}