/****************************
	element
****************************/
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #282828;
	min-width: 1000px;
}
.inner{
	max-width: 1450px;
	margin: 0 auto;
}

header{
	background: #fff;
	padding: 6px 60px;
	position: sticky;
	top: 0;
	z-index: 999;
}
header .inner{
	display: flex;
	justify-content: space-between;
}
header nav ul{
	display: flex;
	align-items: center;
	height: 100%;
}
header nav ul li a{
	font-size: 16px;
	color: #282828;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-left: 20px;
	transition: .3s;
}

/*-----hero-----*/

#main {
  padding: 0 60px 120px;
  margin: 0 auto;
  max-width: 1480px;
}

.main-wrapper {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.main-img-box {
    width: 80%;
    height: 100%;
    position: relative;
    animation: fadeIn 3s normal;
    -webkit-animation: fadeIn 3s normal;
}

@keyframes fadeIn {
    0% {opacity: 0;bottom: -100px;}
    100% {opacity: 1;bottom: 0;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;bottom: -100px;}
    100% {opacity: 1;bottom: 0;}
}
.main-img-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 5%;
    bottom: 5%;
    left: -70px;
    background: #f2f2f2;
}
.main-img-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 20%;
    bottom: -30px;
    right: -35px;
    background: #a3a1a1;
    z-index: 1;
}
.main-img{
	height: auto;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: 2s all ease-out 1s;
	z-index: 3;
}
.main-img.active {
	display: block;
	opacity: 1;
}

.main-txt{
	padding: 0 20px 0 0;
	position: relative;
	z-index: 2;
    animation: fade 2s ease 0s 1 normal;
    -webkit-animation: fade 2s ease 0s 1 normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


.common-ttl01{
	text-align: center;
}
.common-ttl01 h2{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: inline-block;
	border-top: solid 4px #3c3c3c;
	padding: 20px 20px 0;
}
.common-ttl01 span{
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 25px 0 35px;
}

#works{
	padding: 80px 0 0;
}
#works p{
	position: relative;
	margin: 0 0 85px;
}
#works p::before{
    content: "";
    display: block;
    max-width: 290px;
    margin: 0 auto 45px;
    height: 1px;
    background: #3c3c3c;
}
.works-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 4px;
}
.works-box div{
	width: 33.33333%;
	box-sizing: border-box;
	padding: 4px;
	position: relative;
}
.works-box div img{
	width: 100%;
}
.works-box div a{
	position: relative;
	display: block;
}
.works-box div a::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: .3s;
}
.works-box div a:hover::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.works-box div a::before{
    display: block;
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/view.png) no-repeat center;
    opacity: 0;
    transition: .3s;
}
.works-box div a:hover::before {
    display: block;
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/view.png) no-repeat center;
    opacity: 1;
    z-index: 1;
}

#another{
	padding: 80px 80px 0;
}

#another hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #292929;
    margin: 60px 0 60px;
    padding: 0;
}
.movie_title{
	background: #292929;
	color: #fff;
	display: block;
	max-width: 240px;
	margin: 20px auto 40px;
	padding: 18px 0;
}
#another p {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 50px 0 0;
}
.movie{
	max-width: 830px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.movie iframe{
	position: relative;
	z-index: 3;
}
.movie::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 5%;
    bottom: 5%;
    left: -50px;
    background: #f2f2f2;
}
.movie::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 10%;
    bottom: -25px;
    right: -35px;
    background: #a3a1a1;
    z-index: 1;
}

#catalog{
	text-align: center;
}
.catalog_title{
	background: #292929;
	color: #fff;
	display: block;
	max-width: 240px;
	margin: 20px auto 40px;
	padding: 18px 0;
	text-align: center;
}
#catalog p{
	font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 0;
}

#about{
	padding: 80px 0 80px;
}
.about-box{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	justify-content: space-around;
}
.about-box div{
	width: 48%;
	max-width: 360px;
	margin: 30px 0;
}
.about-box div dl{
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.about-box div dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 90px;
}
.about-box div dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.about-box div dl dd h3{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.about-box div p{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: justify;
}

#clients{
	background: url(images/clents_bg.png) no-repeat center;
	background-size: cover;
	padding: 80px 0 65px;
	text-align: center;
}
#clients p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
#clients .common-ttl01{
	margin: 0 0 40px;
}
#clients .common-ttl01 p{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#clients .common-ttl01 p::before{
    content: "";
    display: block;
    max-width: 120px;
    margin: 0 auto 45px;
    height: 2px;
    background: #3c3c3c;
}

#member{
	padding: 80px 0;
}
#member .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.member-box{
	display: flex;
	justify-content: space-between;
}
.member-box dl{
	display: flex;
	justify-content: space-between;
	width: 48%;
}
.member-box dl dt{
	width: 45%;
}
.member-box dl dd{
	width: 55%;
	padding-left: 20px;
	box-sizing: border-box;
}
.member-box dl dd div {
    margin: 0 0 0 -40px;
}
.member-box dl dd span{
	font-weight: bold;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding: 0 0 0 40px;
}
.member-box dl dd h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 0 0 10px 40px;
    margin: 0 0 10px;
    border-bottom: solid 1px #3c3c3c;
}
.member-box dl dd p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 0 0 0 40px;
}

#company{
	background: url(images/company_bg.png) no-repeat bottom center #f9f9f9;
	background-size: cover;
	padding: 80px 0;
}
#company .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#company table{
	width: 100%;
	margin: 40px 0 0;
}
#company table tr{
	border-top: solid 1px #eee;
}
#company table th{
    padding: 30px 170px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
}
#company table td{
	padding: 30px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

#contact{
	padding: 80px 0;
}
#contact .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#contact table{
	width: 100%;
	margin: 40px 0 60px;
}
#contact table tr{
	border-top: solid 1px #eee;
}
#contact table tr:last-child{
	border-bottom: solid 1px #eee;
}
#contact table th{
    padding: 30px 30px;
    width: 330px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    vertical-align: middle;
}
#contact table tr:last-child th{
	vertical-align: top;
}
#contact table th span{
	float: right;
	color: #fff;
	font-size: 12px;
	background: #bc0303;
	border-radius: 20px;
	padding: 0 10px;
}
#contact table td{
	padding: 30px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
#contact table td input{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
}
#contact table td textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	min-height: 200px;
	border-radius: 2px;
	font-size: 14px;
}
#contact #submit{
	display: block;
	width: 100%;
	max-width: 380px;
	color: #fff;
	text-align: center;
	border: none;
	background: #292929;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 60px auto 0;
	padding: 20px 0;
	border-radius: 4px;
}
#contact table td dl{
	display: table;
	width: 48%;
	float: left;
}
#contact table td dl dt{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 50px;
	font-weight: bold;
}
#contact table td dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	letter-spacing: 0.1em;
}





#contact_check{
	padding: 80px 0;
}
#contact_check .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#contact_check table{
	width: 100%;
	margin: 40px 0 60px;
}
#contact_check table tr{
	border-top: solid 1px #eee;
}
#contact_check table tr:last-child{
	border-bottom: solid 1px #eee;
}
#contact_check table th{
    padding: 30px 30px;
    width: 330px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    vertical-align: middle;
}
#contact_check table tr:last-child th{
	vertical-align: top;
}
#contact_check table th span{
	float: right;
	color: #fff;
	font-size: 12px;
	background: #bc0303;
	border-radius: 20px;
	padding: 0 10px;
}
#contact_check table td{
	padding: 30px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
#contact_check table td input{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
}
#contact_check table td textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	min-height: 200px;
	border-radius: 2px;
	font-size: 14px;
}
#contact_check #submit{
	display: block;
	width: 100%;
	max-width: 380px;
	color: #fff;
	text-align: center;
	border: none;
	background: #292929;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 60px auto 0;
	padding: 20px 0;
	border-radius: 4px;
}
#contact_check table td dl{
	display: table;
	width: 48%;
	float: left;
}
#contact_check table td dl dt{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 50px;
	font-weight: bold;
}
#contact_check table td dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	letter-spacing: 0.1em;
}


.contact-box{
	border: solid 1px #eee;
	padding: 25px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	height: 203px;
	overflow: scroll;
}
.contact-box h3{
	text-align: center;
	font-size: 16px;
	margin: 0 0 25px;
}
.contact-box p{
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 20px 0;
}
.contact-box p b{
	display: block;
	margin: 0 0 10px;
}
.done,.error{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.check_done{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin: 40px 0;
}

footer{
	border-top: solid 40px #292929;
	padding: 40px 0;
	text-align: center;
}
footer img{
	margin: 45px 0 35px;
	max-width: 95px;
}
footer ul{
	text-align: center;
}
footer li{
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
}
footer li a{
	font-size: 14px;
	font-weight: bold;
	color: #292929;
	letter-spacing: 0.1em;
}
footer p{
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #292929;
}

/*.list{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s all;
}
.mv01{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.mv01:nth-of-type(2){
	transition-delay: .1s;
}
.mv01:nth-of-type(3){
	transition-delay: .15s;
}
.mv01:nth-of-type(4){
	transition-delay: .2s;
}
.mv01:nth-of-type(5){
	transition-delay: .25s;
}
.mv01:nth-of-type(6){
	transition-delay: .3s;
}
.mv01:nth-of-type(7){
	transition-delay: .35s;
}
.mv01:nth-of-type(8){
	transition-delay: .4s;
}
.mv01:nth-of-type(9){
	transition-delay: .45s;
}
.mv01:nth-of-type(10){
	transition-delay: .5s;
}
.mv01:nth-of-type(11){
	transition-delay: .55s;
}
.mv01:nth-of-type(12){
	transition-delay: .6s;
}
.mv01:nth-of-type(13){
	transition-delay: .65s;
}
.mv01:nth-of-type(14){
	transition-delay: .7s;
}
.mv01:nth-of-type(15){
	transition-delay: .75s;
}*/

input::placeholder {
  color: #b4b4b4;
}

/* IE */
input:-ms-input-placeholder {
  color: #b4b4b4;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b4b4b4;
}

@media screen and (min-width:320px) and ( max-width: 980px) {
header {
    background: #fff;
    padding: 20px 20px;
    position: sticky;
    top: 0;
    z-index: 999;
}
header nav ul li a{
	font-size: 14px;
	color: #282828;
	letter-spacing: 0;
	font-weight: bold;
	margin-left: 10px;
}
}

@media screen and (min-width:320px) and ( max-width: 767px) {
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #282828;
	min-width: 0;
}
body .mask{
	transition: .3s ease .1s;
}
body.clicked .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
    left: 0;
    top: 0;
}
.inner{
	max-width: 1450px;
	margin: 0 auto;
}

header{
	background: #fff;
	padding: 20px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
header .logo{
	width: 40px;
}
header .inner{
	display: flex;
	justify-content: space-between;
}
header nav {
    height: 100%;
    width: 0;
    top: 80px;
    right: 0;
    position: fixed;
    max-width: 280px;
    overflow: hidden;
    transition: .3s ease .1s;
    background: #fff;
}
header nav.clicked{
	height: 100%;
	width: 70%;
}
header nav ul{
	display: block;
	align-items: center;
	height: 100%;
}
header nav ul li a {
    font-size: 15px;
    color: #282828;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-left: 0;
    transition: .3s;
    padding: 15px 25px;
    display: block;
    border-bottom: dashed 1px #eee;
    position: relative;
}
header nav ul li a::before {
    content: "";
    display: block;
    width: 2px;
    height: auto;
    background: #313131;
    position: absolute;
    left: 13px;
    top: 10px;
    bottom: 10px;
}

/*-sp-menu-*/
#sp-menu {
    width: 30px;
    height: 63px;
    position: fixed;
    right: 0;
    top: 6px;
    z-index: 100;
    margin: 0;
    padding: 0 0 0 20px;
    display: block;
}
#sp-menu span{
    background: #132260;
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
}
#sp-menu span.top-border{
    top: 22px;
}
#sp-menu span.middle-border{
    top: 31px;
}
#sp-menu span.bottom-border{
    top: 39px;
}
#sp-menu.clicked span.top-border{
    transform: rotate(-45deg);
    top: 50%;
}
#sp-menu.clicked span.middle-border{
    width: 0;
}
#sp-menu.clicked span.bottom-border{
    transform: rotate(45deg);
    top: 50%;
}


/*-----hero-----*/

#main {
  padding: 90px 20px 30px;
  margin: 0 auto 0;
  max-width: 1480px;
  box-sizing: border-box;
}

.main-wrapper {
    height: 100%!important;
    width: 100%;
    position: relative;
    display: block;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0;
}
.main-img-box {
    right: initial;
    left: initial;
    top: initial;
    width: 100%;
    height: 55%;
    position: relative;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;bottom: -100px;}
    100% {opacity: 1;bottom: 0;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;bottom: -100px;}
    100% {opacity: 1;bottom: 0;}
}
.main-img-box::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 10px;
	bottom: 10px;
	left: -10px;
	right: 0;
	background: #f2f2f2;
	height: 94%;
}
.main-img-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 95%;
    top: 3%;
    bottom: 0;
    right: -10px;
    background: #a3a1a1;
    z-index: 1;
    height: 100%;
}
.main-img{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: .5s all ease-out .3s;
	z-index: 3;
	width: 95%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main-img.active {
    display: block;
    opacity: 1;
    height: 100%;
    position: absolute;
}

.main-txt {
    padding: 0 0 20px;
    position: relative;
    z-index: 5;
    animation: fade 5s ease 0s 1 normal;
    -webkit-animation: fade 5s ease 0s 1 normal;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    height: 45%;
    box-sizing: border-box;
    width: auto;
    margin: 0;
}
.main-txt div{
    height: 100%;
}
.main-txt div img{
    max-height: 100%;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


.common-ttl01{
	text-align: center;
}
.common-ttl01 h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
	display: inline-block;
	border-top: solid 4px #3c3c3c;
	padding: 20px 20px 0;
}
.common-ttl01 span{
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 15px 0 25px;
}

#works {
    padding: 40px 20px;
}
#works p{
	position: relative;
	margin: 0 0 40px;
	font-size: 14PX;
	line-height: 20px;
}
#works p::before {
    content: "";
    display: block;
    max-width: 230px;
    margin: 0 auto 30px;
    height: 1px;
    background: #3c3c3c;
}
.works-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 4px;
}
.works-box div{
	width: 50%;
	box-sizing: border-box;
	padding: 4px;
}
/* .works-box div:last-child{
	width: 100%;
} */

#another {
    padding: 40px 20px ;
}
#another hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #292929;
    margin: 40px 0 40px;
    padding: 0;
}
#another a {
    background: #292929;
    color: #fff;
    display: block;
    max-width: 200px;
    margin: 20px auto 40px;
    padding: 13px 0;
    font-size: 12px;
}
#another p {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 40px 0 0;
}
.movie{
	max-width: 830px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.movie iframe {
    position: relative;
    z-index: 3;
    height: 300px;
}
.movie::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 5%;
    bottom: 5%;
    left: -10px;
    background: #f2f2f2;
}
.movie::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 10%;
    bottom: -10px;
    right: -10px;
    background: #a3a1a1;
    z-index: 1;
}

#catalog{
	text-align: center;
	padding: 0 20px;
}
#catalog a {
    background: #292929;
    color: #fff;
    display: block;
    max-width: 200px;
    margin: 20px auto 40px;
    padding: 13px 0;
    font-size: 12px;
}
#catalog p{
	font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 0;
}

#about {
    padding: 40px 20px;
}
.about-box{
	margin: 0 auto;
	max-width: 1000px;
	display: block;
	justify-content: space-around;
}
.about-box div {
    width: 100%;
    max-width: 100%;
    border-bottom: solid 1px #eee;
    margin: 30px 0;
    padding: 0 0 30px;
}
.about-box div dl{
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.about-box div dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 90px;
}
.about-box div dl dd{
	display: table-cell;
	vertical-align: middle;
}
.about-box div dl dd h3{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.about-box div p{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: justify;
}

#clients {
    background: url(images/clents_bg.png) no-repeat center;
    background-size: cover;
    padding: 40px 20px 40px;
    text-align: center;
}
#clients p{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#clients .common-ttl01{
	margin: 0 0 20px;
}
#clients .common-ttl01 p{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#clients .common-ttl01 p::before{
    content: "";
    display: block;
    max-width: 120px;
    margin: 0 auto 45px;
    height: 2px;
    background: #3c3c3c;
}

#member{
	padding: 40px 20px;
}
#member .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.member-box{
	display: block;
	justify-content: space-between;
}
.member-box dl{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0;
}
.member-box dl dt{
	width: 45%;
}
.member-box dl dd{
	width: 55%;
	padding-left: 20px;
	box-sizing: border-box;
}
.member-box dl dd div {
    margin: 0 0 0 -34px;
}
.member-box dl dd span{
	font-weight: bold;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding: 0 0 0 40px;
}
.member-box dl dd h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 0 0 10px 40px;
    margin: 0 0 10px;
    border-bottom: solid 1px #3c3c3c;
}
.member-box dl dd p{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 0 0 0 40px;
}

#company{
	background: url(images/company_bg.png) no-repeat bottom center #f9f9f9;
	background-size: cover;
	padding: 40px 20px;
}
#company .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#company table{
	width: 100%;
	margin: 40px 0 0;
	display: block;
}
#company table tr,#company table tr tbody{
	display: block;
	border-top: solid 1px #eee;
}
#company table th{
	display: block;
    padding: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: center;
}
#company table td{
	display: block;
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-align: center;
}

#contact{
	padding: 40px 20px;
}
#contact .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#contact table{
	width: 100%;
	margin: 40px 0 40px;
	display: block;
}
#contact table tr,#contact table tbody{
	border-top: solid 1px #eee;
	display: block;
}
#contact table tr:last-child{
	border-bottom: solid 1px #eee;
}
#contact table th{
	display: block;
    padding: 20px 0;
    width: auto;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
}
#contact table th span{
	float: right;
	color: #fff;
	font-size: 12px;
	background: #bc0303;
	border-radius: 20px;
	padding: 0 10px;
}
#contact table td{
	display: block;
	padding: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
#contact table td input{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
}
#contact table td textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	min-height: 200px;
	border-radius: 2px;
	font-size: 14px;
}
#contact #submit{
	display: block;
	width: 90%;
	max-width: 380px;
	color: #fff;
	text-align: center;
	border: none;
	background: #292929;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 60px auto 0;
	padding: 20px 0;
	border-radius: 4px;
}
#contact table td dl {
    display: table;
    width: 100%;
    float: none;
    margin: 5px 0;
}
#contact table td dl dt{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 50px;
	font-weight: bold;
}
#contact table td dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	letter-spacing: 0.1em;
}




#contact_check{
	padding: 60px 20px;
}
#contact_check .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#contact_check table{
	width: 100%;
	margin: 40px 0 40px;
	display: block;
}
#contact_check table tr,#contact_check table tbody{
	border-top: solid 1px #eee;
	display: block;
}
#contact_check table tr:last-child{
	border-bottom: solid 1px #eee;
}
#contact_check table th{
	display: block;
    padding: 20px 0;
    width: auto;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
}
#contact_check table th span{
	float: right;
	color: #fff;
	font-size: 12px;
	background: #bc0303;
	border-radius: 20px;
	padding: 0 10px;
}
#contact_check table td{
	display: block;
	padding: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
#contact_check table td input{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
}
#contact_check table td textarea{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	border: none;
	width: 100%;
	min-height: 200px;
	border-radius: 2px;
	font-size: 14px;
}
#contact_check #submit{
	display: block;
	width: 90%;
	max-width: 380px;
	color: #fff;
	text-align: center;
	border: none;
	background: #292929;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 60px auto 0;
	padding: 20px 0;
	border-radius: 4px;
}
#contact_check table td dl {
    display: table;
    width: 100%;
    float: none;
    margin: 5px 0;
}
#contact_check table td dl dt{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 50px;
	font-weight: bold;
}
#contact_check table td dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	letter-spacing: 0.1em;
}


.contact-box{
	border: solid 1px #eee;
	padding: 20px 10px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	height: 203px;
	overflow: scroll;
}
.contact-box h3{
	text-align: center;
	font-size: 16px;
	margin: 0 0 25px;
}
.contact-box p{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

footer{
	border-top: solid 40px #292929;
	padding: 40px 20px;
	text-align: center;
}
footer img{
	margin: 30px 0;
}
footer ul{
	text-align: center;
}
footer li{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
footer li a{
	font-size: 12px;
	font-weight: bold;
	color: #292929;
	letter-spacing: 0.1em;
}
footer p{
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #292929;
}

/*.list{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s all;
}
.mv01{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.mv01:nth-of-type(2){
	transition-delay: .1s;
}
.mv01:nth-of-type(3){
	transition-delay: .15s;
}
.mv01:nth-of-type(4){
	transition-delay: .2s;
}
.mv01:nth-of-type(5){
	transition-delay: .25s;
}
.mv01:nth-of-type(6){
	transition-delay: .3s;
}
.mv01:nth-of-type(7){
	transition-delay: .35s;
}
.mv01:nth-of-type(8){
	transition-delay: .4s;
}
.mv01:nth-of-type(9){
	transition-delay: .45s;
}
.mv01:nth-of-type(10){
	transition-delay: .5s;
}
.mv01:nth-of-type(11){
	transition-delay: .55s;
}
.mv01:nth-of-type(12){
	transition-delay: .6s;
}
.mv01:nth-of-type(13){
	transition-delay: .65s;
}
.mv01:nth-of-type(14){
	transition-delay: .7s;
}
.mv01:nth-of-type(15){
	transition-delay: .75s;
}*/
}
