@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family:  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	background-color:#e8ffd5;
	color:#000;
}
img{
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
h1{
	font-size:300%;
}
h2{
	font-size:250%;
}
h3{
	font-size:200%;
}
h4{
	font-size:150%;
}
h5{
	font-size:125%;
}

.fixedcontainer{
	width:100%;
	max-width: 900px;
	margin:0 auto;
	padding:0px;
	overflow: hidden;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}

span.ilb {
    display: inline-block;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/

/*-----------        -----------------*/
.header{
	position: relative;
}
h1.header .header_tel{
	display: block;
	position: absolute;
	top: 5px;
	right:23px;
}
.btns a{
	display: block;
}
.btns a:hover{
    animation: rumble 0.1s linear infinite;
}
.lp2{
	position: relative;
}
.video{
	width: 65.5%;
    position: absolute;
    left: 17%;
    margin-left: 0;
    top: 6.15%;
    height: 5.45%;
}

.bottom_tel{
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background: #ffffff;
    box-shadow: 0px -8px 10px 0px #e6e5e5;
}
@keyframes rumble{
    0%  {transform:rotate(0deg) translate(0,0);}
    25% {transform:rotate(0.4deg)   translate(1px,1px);}
    50% {transform:rotate(0deg) translate(0,0);}
    75% {transform:rotate(-0.4deg)  translate(1px,1px);}
    100% {transform:rotate(0deg) translate(0,0);}
}
@media screen and (max-width:1300px){
	.fixedcontainer{
		width: 100%;
	}
	h1.header .header_tel{
		display: block;
		position: absolute;
		top: 5px;
		right:2%;
		width: 23%;
	}
}


.corpinfo {
    background-color: #fff;
    padding: 30px 0 120px;
}
.corpinfo h2 {
    padding: 100px 0 30px;
    width: 70%;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: -60px;
}
.corpinfo h2:nth-of-type(2) {
    margin-top: 20px;
}

.corpinfo table {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
}
.corpinfo th {
    border-top: solid 1px #666;
    border-left: none;
    border-right: none;
    text-align: center;
    width: 27%;
    height: 140px;
    background-color: #79a250;
    color: #fff;
    vertical-align: middle;
    padding: 0 30px;
    font-weight: normal;
}
.corpinfo td {
    border-top: solid 1px #666;
    border-left: none;
    border-right: none;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 0 30px;
}
.corpinfo tr:last-child th,.corpinfo tr:last-child td {
    border-bottom: solid 1px #666;
}
.corpinfo a {
    color: inherit;
}
.corpinfo_img {
    text-align: center;
}

.corpinfo_img {
    margin: 0 auto;
    width: 80%;
}
.corpinfo_img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:960px) {
    .corpinfo {
        padding: 2.5vw 0 10vw;
    }
    .corpinfo h2 {
        padding: 20vw 0 3vw;
        font-size: 5.2vw;
    }
    .corpinfo h2:nth-of-type(2) {
        margin-top: 0vw;
        padding: 12vw 0 3vw;
    }

    .corpinfo table {
        width: 85%;
        font-size: 3.0vw;
    }
    .corpinfo th {
        border-left: none;
        border-right: none;
        height: 12vw;
        padding: 0 2.1vw;
        line-height: 2;
    }
    .corpinfo td {
        border-left: none;
        border-right: none;
        padding: 3.5vw 2.1vw;
    }
    .corpinfo_img {
        margin: 0 auto;
        width: 85%;
    }

      
}


.invideo {
    background-color: #fff;
    padding: 180px 0 0px;
    margin-bottom: -180px;
}
.invideo h2 {
    padding: 0px 0 70px;
    width: 70%;
    font-size: 50px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: -60px;
}
.invideo h2:first-of-type {
    padding: 0px 0 10px;
}
.invideo h2:last-of-type {
    margin-top: -80px;
}

.invideo h2 span {
    font-size: 0.7em;
    display: block;
    margin-top: 0px;
}

.invideo > div {
    width: 55%;
    margin: 0 auto;
}
.invideo > div:first-of-type {
    margin-top: -200px;
}
.invideo > div:last-of-type {
    margin-top: -220px;
}
@media screen and (max-width:960px) {
    .invideo {
        padding: 8vw 0 0;
        margin-bottom: -2vw;
    }
    .invideo >img {
        margin-top: 2vw;
        padding: 0px 0 3vw;
    }

    .invideo h2 {
        padding: 9vw 0 14.5vw;
        width: 90%;
        font-size: 7vw;
        margin-top: -6vw;
    }
    .invideo h2:first-of-type {
        padding: 9vw 0 4vw;
    }
    .invideo h2:last-of-type {
        margin-top: -8vw;
    }
    .invideo > div {
        width: 80%;
    }
    .invideo > div:first-of-type {
        margin-top: -16vw;
    }
    .invideo > div:last-of-type {
        margin-top: -19.5vw;
    }
}



