body{
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2rem;
	color:#333;
}
ul,li{
	list-style:none;
}
img{
	max-width:100%;
}

.wrapper{
	width: 95%;
	margin-left: auto;
	margin-right: auto;	
}
.header {
	padding: 25px 0;
}
.header .logo{
	align-items: center;
	margin:0 20px 0 0;
}
.header .logo a{
	text-decoration: none;
	color: #000;
}
.header h1{
	font-weight: normal;
	font-size: .9rem;
	padding-left: 10px;
	margin: 0;
}
.header .tel{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	margin:0 30px 0 auto;
}
.header .tel .text{
	color: #00398d;
	display: block;
}
.header .tel .num{
	color: #00398d;
	font-weight: bold;
	display: block;
	font-size: 1.8rem;
}
.header .button {
	margin:auto 0 auto auto;
}
.header .button a{
	position: relative;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #ff8c00;
	border-radius: 8px;
	padding: 10px 50px;
}
.header .button a:after{
	content:"";
	background:url(../img/icon-arrow.png) no-repeat;
	background-size:100% auto;
	display: inline-block;
	position: absolute;
	width: 16px;
    height: 8px;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}	

.header .right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-shrink: 0;
	margin:0 0 0 auto;
}
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav ul{
	margin: auto;
}
.nav a{
	
	text-decoration: none;
	color: #000;
	padding: 0 20px;
}
.nav a:after{
	content:"|";
	color: #666;
	font-weight: normal;
	position: relative;
    left: 20px;
}
.nav li:last-child a:after{
	content:"";
}
.kv{
	background: url(../img/kv-bg.jpg) no-repeat;
	background-size:cover;
	text-align: center;
	padding: 60px 0;
}
.kv .left{
	margin-left: -20vh;
	padding-top: 6vh;
}

.c-heading{
	position: relative;
	font-weight: bold;
	text-align: center;
}

.c-heading:after{
	content:"";
	background:url(../img/title-arrow.png) no-repeat;
	background-size:100% auto;
	display: block;
    margin: 0 auto 40px;
    width: 310px;
    height: 25px;
    position: relative;
    bottom: -10px;
	
}
.feature{
	padding: 100px 0;
}
.feature .c-card{
	width: 25%;
	margin:0 0 50px;
}
.feature .c-card .pic{
	text-align: center;
}
.feature .c-card .title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #35ae20;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	margin:0 0 10px;
	min-height:53px;
}
.feature .c-card .text{
	width: 80%;
	margin: auto;
}
.voice{
	padding:0 0 90px;
}	
.voice .title{
	color: #35ae20;
	font-weight: bold;
	font-size: 1.4rem;
	margin:0 0 10px;
}
.voice-body{
	width: 1000px;
	margin: auto;
}
.voice .c-card{
	align-items: center;
	margin: auto;
	border-bottom:1px dotted #ccc;
	padding: 50px 10px;
}
.voice .pic{
	flex-shrink: 0;
	margin: 0 0 0 auto;
	opacity: .5;
	width: 15%;
}
.voice .flex-row-reverse .pic{
	flex-shrink: 0;
	margin: 0 auto 0 0;
}
.voice .text{
	width: 78%;
  position: relative;
  border-radius:8px;
  display: inline-block;
  padding: 30px;
  background: #f6f6f6;
}


.voice .text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f6f6f6;
}
.voice .flex-row-reverse .text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f6f6f6;
}
.voice .-text{
	font-weight: bold;
}
.video{
	background: #f6f6f6;
	padding: 100px 0;
}
.video  .lead{
	text-align: center;
	margin: 20px;
}
.video .lead b{
	font-weight: bold;
	display: block;
}
.video .wrapper{
	width: 1000px;
	margin: auto;
}
.video iframe{
	width: 100%;
	min-height: 600px
}
.contact{
	background: #78d200; /* Old browsers */
	background: -moz-linear-gradient(left, #78d200 0%, #35ae20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #78d200 0%,#35ae20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #78d200 0%,#35ae20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d200', endColorstr='#35ae20',GradientType=1 ); /* IE6-9 */	
	text-align: center;
	padding: 100px 0;
}
.contact .c-heading{
	color: #fff;
}
.contact .c-heading:after{
	content:"";
	background:url(../img/title-arrow-wh.png) no-repeat;
	background-size:100% auto;
	
}
.contact .lead{
	color: #fff;
	margin:0 0 50px;
}
.contact .button a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: #ff0;
	border-radius: 8px;
	color: #47b817;
	width: 500px;
	margin: auto;
	padding: 20px 0;
	font-size: 1.4rem;
}
.contact .button a:after{
	content:"";
	background:url(../img/icon-arrow-green.png) no-repeat;
	background-size:100% auto;
	display: inline-block;
	position: relative;
	width: 20px;
    height: 8px;
    vertical-align: 4px;
    right: -25px;	
}
.contact .tel-block{
	margin: 30px 0;	
}
.contact .tel-block .tel{
	font-weight: bold;
	color: #ff0;
	font-size: 1.9em;

}
.contact .tel-block .tel i{
	background: url(../img/icon-tel.png) no-repeat;
	background-size:100% auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: -2px;
    margin-right: 10px;
    
}
.contact .tel-block .note{
	display: block;
	color: #ff0;
}
.announce{
	margin: 30px 0;
}
.announce .heading{
	text-align: center;
	font-weight: bold;
	color: #ff0;
}
.announce i{
	display: block;
	margin: 20px 0 0;
}
.footer{
	padding: 50px 0;
	text-align: center;
}
.footer .name{
	display: block;
	margin: 10px 0 20px;
}
.footer .copy{
	display: block;
}
@media screen and (max-width: 1300px) {
.header h1{
	margin-top: 10px;
	padding-left: 0;
}	
.kv .left {
    margin-left: 0;
}
}
@media screen and (max-width: 1024px) {
.voice-body {
    width: 95%;
    margin: auto;
}	
.header h1 {
    margin-top: 0;
    padding-left: 10px;
}
.header .button{
	display: none;
}
.kv .left {
    margin-left: 0;
    width: 32%;
}
.kv .right {
    margin-left: 0;
    width: 64%;
}
.feature .c-card {
    width: 33%;
}
.video .wrapper {
    width: 95%;
}
.nav-button-wrap{
	display: block;
    color: #fff;
    position: fixed;
    right: 10px;
    top: 37px;
    z-index: 1000;
    box-sizing: border-box;
    width: 25px;
    height: 20px;

}	
.nav-button {
    z-index: 999;
    position: relative;
}
.nav{
	margin: 0;
}
.nav li{
	width: 100%;
	
}
.nav a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    display: block;
    padding:15px 0;
}
.nav li:last-child a{
	border-bottom:0;
}
.nav a:after {
    content: "";
}
.nav-button {
    z-index: 20;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
  }
  .nav-button .menu{
	  padding-left: 20px;
	  font-size: 12px;
	  line-height: 1;
	  position: relative;
	  top:-0.5px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #35ae20;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 6px;
  }
  .nav-button span:nth-of-type(3) {
    top: 12px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    top: 8px;
  }
  .active .nav-button span {
    background-color: #fff;
  } 
  .globalnav {
    transform: translateX(200%);
    left:0;
    top: 0;
    transition: .5s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding:30px 30px 0 40px;
    position: fixed;
    z-index: 999;
    background: #35ae20;
    color: #fff;
    text-align: left;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;    
}
.globalnav ul{
	padding: 20px;
}
body.open .globalnav {
	transform: translateX(80%);

}	
}
@media screen and (max-width: 520px) {
body.open .globalnav {
    transform: translateX(10%);
}
.kv {
    background: url(../img/kv-bg.jpg) no-repeat center right;
    background-size: cover;
    padding: 40px 0;
}	
.header {
    padding: 10px 0;
}
.header .logo{
	margin: 0;
}	
.header .logo a {
    margin: 0 auto 0 0;
}
.header .logo-pic {
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.header h1 {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: .8rem;
}	
.header h1 br{
	display: none;
}
.kv-body{
	flex-direction: column-reverse;
}
.kv .right {
    margin:auto;
    width: 100%;
}
.kv .left {
    margin:auto;
    width: 45%;
}
.feature {
    padding: 60px 0;
}
.feature .c-card {
    width: 100%;
    margin: 0 0 30px;
}
.feature .c-card .pic {
    width: 50%;
    margin: auto;
}
.feature .c-card .text {
    width: 95%;
}
.feature .c-card .title {
    margin: 0 0 15px;
    min-height: auto;
}
.voice {
    padding: 0;
}
.voice .c-card{
	flex-wrap: wrap;
}
.voice .text{
	width: 100%;
	margin-bottom: 35px;
}
.voice .pic,
.voice .flex-row-reverse .pic {
    margin: auto;
    width: 40%;
}

.voice .text:before,
.voice .flex-row-reverse .text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  margin-top: 0;
  border: 15px solid transparent;
  border-top: 15px solid #f6f6f6;
}
video {
    padding: 60px 0;
}
.video iframe {
    min-height: 300px;
}
.contact{
    padding: 60px 0;	
}
.contact .button a {
    width: 100%;
    font-size: 1.2rem;
}
.contact .button a:after {
    content: "";
    right: -5px;
}
.contact .tel-block .tel {

    font-size: 1.6em;
}
.contact .lead{
	font-size: 1rem;
}
}
