.br_pc{
  display:none; 
}
body { 
  width: 100%;
		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: 80vh;
  display: flex;
  justify-content: center;
  align-items: top;
  width:100%;
}

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

.kv .catch-copy{
  width: 90%;
}

.kv .main-copy{
  text-align:left;
		width: 100%;
  margin:290px auto 0px;
}
.main-copy img{
  width:74%;
  height:auto;
}

.kv .sub-copy{
  text-align:left;
		width: 100%;;
  line-height:166%;
  margin:10px auto 0px;
  font-size: 13px;
}
#leadArea{
		width:100%;
  text-align:center;
  font-size: 12px;
  line-height:200%;
}
#aboutArea{
		margin-top:40px;
		width:100%;
  text-align:center;
}
#aboutArea img{
  width:45%;
  height:auto;
}
.aboutTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
.aboutTxt{ 
		margin-top:25px;
  text-align:center;
  font-size: 10px;
		line-height:220%;
}
#serviceArea{
		margin-top:60px;
  width:100%;
  background: url(../imgs/serviceBg.jpg) no-repeat center/cover;
}
.serviceBoxContainer{
		width: 90%;
  overflow: hidden;
  margin:auto;
  padding-bottom:40px;
}
.serviceBox{
  width:100%;
  color:#fff;
  font-size:13px;
  line-height:200%;
  margin-top:30px;
  text-align:center;
}
.serviceBox:last-child {
  width:100%;
  color:#fff;
  font-size:13px;
  line-height:200%;
  margin-top:30px;
  text-align:left;
}
.serviceBox img{
  margin-top:30px;
  width:60%;
  height:auto;
}
.serviceBox h1{
  font-weight:normal;
  font-size:13px;
  line-height:20px;
}
.serviceInnerBoxContainer{
		width: 100%;
  overflow: hidden;
  margin:40px auto 60px;
  padding:0px;
}
.serviceInnerBoxContainer .serviceInnerBox{
  width:80%;
  color:#000;
  font-size:13px;
  line-height:200%;
  margin:auto;
  padding:0 30px;
  margin-bottom:40px;
}
.serviceInnerBoxContainer .serviceInnerBox:last-child {
  width:80%;
  color:#fff;
  font-size:13px;
  line-height:200%;
  padding:0 30px;
}
.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;
}
.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:40px;
}
#flowAreaBox{
  margin:auto;
  width:100%;
}
.flowBox{
  width:80%;
  text-align:center;
  color:#474747;
  font-size:13px;
  line-height:180%;
  margin-top:30px;
  padding-left:40px;
}
.flowBox-right{
  width:80%;
  color:#474747;
  font-size:13px;
  line-height:200%;
  margin:30px auto 0;
  padding-bottom:60px;
}
.flowBox img{
  margin-top:30px;
}
.flowBox h1{
  text-align:center;
  font-weight:normal;
  font-size:13px;
  line-height:20px;
}
.stepBox{
  width:90%;
  overflow:hidden;
  background-color:#fff;
  margin:0 auto;
  padding:0 0px 20px;
}
.stepTitle{
  width:40%;
  float:left;
  margin:20px 0 0 20px;
}
.stepTitleEn{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size:24px;
}
.stepTitleJp{
  font-size:10px;
}
.stepText{
  width:50%;
  float:left;
  margin-top:20px;
  font-size:12px;
  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:89%;
  height:auto;
}
.recentTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
#recentAreaBox{
  margin:auto;
  width:100%;
  overflow:hidden;
}
#recentAreaBox img{
  width:100%;
  height:auto;
}
.recentBox{
  width:90%;
  color:#474747;
  font-size:13px;
  line-height:200%;
  margin:10px auto 0;
}
.recentBox-right{
  width:90%;
  color:#474747;
  font-size:12px;
  margin:0px auto 40px;
  text-align:left;
}
.recentBox-right p{
  line-height:180%;
}
.recentBox img{
  margin-top:10px;
}
.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:100%;
  height:auto;
}
.wrapper {
	position: relative;
	max-width: 610px;
	margin: 0 auto;
}
#companyArea{
		margin-top:100px;
		width:100%;
  text-align:center;
  font-size: 14px;
}
#companyArea img{
  width:60%;
  height:auto;
}
.companyTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
#companyAreaBox{
  margin:50px auto;
		width:100%;
}
table.companyList {
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    width: 90%;
    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:60%;
  height:auto;
}
.contactTitle{
  text-align:center;
  font-size: 12px;
  font-weight:normal;
}
#contactAreaBox{
  margin:50px auto;
		width:100%;
  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{
  margin:15px auto 0;
 	text-align:center;
  width:100%;
}
.main-logo img{
  width:25%;
  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: 80px;
  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: 80vh;
  background: url(../imgs/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;
}
