.br_sp{
  display:none; 
}
body { 
		margin: 0; 
		padding: 0; 
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
		font-size: 16px; 
		line-height: 1.5; 
		color: #474747;
}

a{
text-decoration: none;
color: #333333;
}

/*ナビのスタイル*/
nav.NavMenu{
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing:2px;
		position: fixed;
		z-index: 12;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		text-align: center;
		width: 100%;
		height: 100%;
		display: none;
}

nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
font-size: 14px;
list-style-type: none;
width: 100%;
padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
}

nav.NavMenu ul li a{
display: block;
color: #fff;
padding: 15px 0;
font-size: 18px;
}

/*ボタンのスタイル*/
.Toggle {
position: fixed;
right:18px;
top: 3px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 1px #fff;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.Toggle span:nth-child(1) {
top: 19px;
}

.Toggle span:nth-child(2) {
top: 30px;
}

.Toggle span:nth-child(3) {
top: 41px;
}

.Toggle.active span:nth-child(1) {
top: 28px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 1px #fff;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 28px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 1px #fff;
}

/* kv */
.kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: top;
}

.kv .sub-copy{
  color: #fff;
  font-size: 20px;
}

.kv{
    min-width: 960px;
  }

  .kv .catch-copy{
  width: 100%;
  text-align:center;
}

.kv .main-copy{
  text-align:left;
  width:1000px;
  margin:490px auto 0px;
  padding:auto;
}
.main-copy img{
  width:531px;
  height:auto;
}

.kv .sub-copy{
  text-align:left;
  width:1000px;
  line-height:166%;
  margin:10px auto 0px;
  padding:auto;
  font-size: 13px;
}
#leadArea{
		width:100%;
  text-align:center;
  font-size: 14px;
  line-height:200%;
}
#aboutArea{
		margin-top:80px;
		width:100%;
  text-align:center;
  font-size: 14px;
}
#aboutArea img{
  width:220px;
  height:42px;
}
.aboutTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
.aboutTxt{ 
		margin-top:40px;
  text-align:center;
  font-size: 14px;
		line-height:220%;
}
#serviceArea{
		margin-top:80px;
		height:450px;
  width:100%;
  background: url(../imgs/serviceBg.jpg) no-repeat center/cover;
}
.serviceBoxContainer{
  width:1000px;
  overflow: hidden;
  margin:auto;
  padding:40px;
}
.serviceBox{
  width:500px;
  color:#fff;
  float: left;
  font-size:13px;
  line-height:200%;
  margin-top:130px;
}
.serviceBox img{
  margin-top:30px;
  width:274px;
  height:42px;

}
.serviceBox h1{
  font-weight:normal;
  font-size:13px;
  line-height:20px;
}
.serviceInnerBoxContainer{
  width:1000px;
  overflow: hidden;
  margin:60px auto 60px;
  padding:0px;
}
.serviceInnerBoxContainer .serviceInnerBox{
  width:312px;
  color:#000;
  float: left;
  font-size:13px;
  line-height:200%;
  margin-right:31px;
}
.serviceInnerBoxContainer .serviceInnerBox:last-child {
  width:312px;
  color:#fff;
  float: left;
  font-size:13px;
  line-height:200%;
  margin-right:0px;
}
.serviceInnerBox h5{
  font-size: 26px;
  font-weight:normal;
  font-family: 'Open Sans';
  font-weight: 300;
  color:#474747;
  line-height:120%;
  margin:0 0 5px 0;
  padding:0;
}
.serviceInnerBox h6{
  font-size:12px;
  font-weight:normal;
  color:#474747;
  margin:0 0 20px 0;
  padding:0;
}
.serviceInnerBox hr{
  border-top: 1px solid #474747;
  margin:0 0 20px 0;
}
.serviceList{
  list-style:none;
  margin:0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color:#474747;
}
.serviceList li{
 margin-bottom:10px;
}
#flowArea{
  width:100%;
  overflow:hidden;
  background-color:#e6e3da;
  padding-bottom:80px;
}
#flowAreaBox{
  margin:auto;
  width:820px;
}
.flowBox{
  width:230px;
  color:#474747;
  float: left;
  font-size:13px;
  line-height:200%;
  margin-top:100px;
}
.flowBox-right{
  width:590px;
  color:#474747;
  float: left;
  font-size:13px;
  line-height:200%;
  margin-top:90px;
  padding-bottom:60px;
}
.flowBox img{
  margin-top:30px;
}
.flowBox h1{
  text-align:left;
  font-weight:normal;
  font-size:13px;
  line-height:20px;
}
.stepBox{
  width:668px;
  overflow:hidden;
  background-color:#fff;
  margin:0 auto;
  padding-bottom:40px;
}
.stepTitle{
  width:260px;
  float:left;
  margin:40px 0 0 40px;
}
.stepTitleEn{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size:24px;
}
.stepTitleJp{
  font-size:12px;
}
.stepText{
  width:332px;
  float:left;
  margin-top:40px;
  font-size:13px;
  line-height:180%;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  margin:0 auto 40px;
}
#recentArea{
		margin-top:100px;
		width:100%;
  text-align:center;
  font-size: 14px;
}
#recentArea img{
  width:455px;
  height:42px;
}
.recentTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
#recentAreaBox{
  margin:auto;
  width:1000px;
  overflow:hidden;
}
#recentAreaBox img{
  width:610px;
  height:460px;
}
.recentBox{
  width:610px;
  color:#474747;
  float: right;
  font-size:13px;
  line-height:200%;
  margin-top:20px;
}
.recentBox-right{
  width:350px;
  color:#474747;
  float: right;
  margin-top:60px;
  margin-right:40px;
  text-align:left;
}
.recentBox-right p{
  line-height:200%;
  font-size:12px;
  margin:14px 0;
  padding:0;
}
.recentBox img{
  margin-top:30px;
}
.recentBox-right h3{
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing:1px;
  text-align:left;
  font-size:24px;
  margin:0;
  padding:0;
}
.recentBox-right h2{
  text-align:left;
  font-weight:normal;
  font-size:12px;
  margin:0;
  padding:0;
}
.slider{
  margin:0px;
  width:610px;
  height:460px;
}
.frm{
  border:solid 1px #cecece;
}
.wrapper {
	position: relative;
	max-width: 610px;
	margin: 0 auto;
}
#companyArea{
		margin-top:100px;
		width:100%;
  text-align:center;
  font-size: 14px;
}
#companyArea img{
  width:307px;
  height:42px;
}
.companyTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
#companyAreaBox{
  margin:50px auto;
  width:1000px;
}
table.companyList {
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    width: 540px;
    font-size: 13px;
    table-layout: fixed;
}
table.companyList a{
	color:#6e6e6e;
	text-decoration:none;
}
table.companyList a:hover{
	color:#AFAFAF;
}
table.companyList th {
   font-weight:normal;
    width: 85px;
    min-height: 13px;
    padding: 10px 10px 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    border: none;
    white-space: nowrap;
    overflow: visible;
}
 
table.companyList th::after {
    float: right;
    padding: 0;
    right: -15px;
    top: 0;
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: none;
}
 
table.companyList td {
    height: 12px;
    margin: 0;
    padding: 10px 10px 10px 10px;
    text-align: left;
    vertical-align: top;
    border: none;
    line-height: 180%;
}
#contactArea{
		margin-top:100px;
		width:100%;
  text-align:center;
  font-size: 14px;
}
#contactArea img{
  width:294px;
  height:42px;
}
.contactTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
#contactAreaBox{
  margin:50px auto;
  width:1000px;
  font-size:13px;
  line-height:180%;
}
#contactAreaBox  a{
	color:#6e6e6e;
	text-decoration:none;
}
#contactAreaBox a:hover{
	color:#AFAFAF;
}
#copyArea{
		margin:100px auto 100px;
		width:100%;
  text-align:center;
  font-size: 11px;
}

.main-logo{
  width: 162px;
	 text-align:center;
  margin:30px auto 0;
}
.main-logo img{
  width: 162px;
  height:auto;
}

.scrl {
  display: inline-block;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 0px;
  overflow: hidden;
  color: #fff;
}
.scrl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  display: none;
}

  .video{
    min-width: 960px;
  }

  .video video{
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
