@charset "utf-8";
    /* animation */
    @-webkit-keyframes passing-bar{
    	0% {
    		left: 0;
    		right: auto;
    		width: 0;
    	}
    	50% {
    		left: 0;
    		right: auto;
    		width: 100%;
    	}
    	51% {
    		left: auto;
    		right: 0;
    		width: 100%;
    	}
    	100% {
    		left: auto;
    		right: 0;
    		width: 0;
    	}
    }
    @keyframes passing-bar{
    	0% {
    		left: 0;
    		width: 0;
    	}
    	50% {
    		left: 0;
    		width: 100%;
    	}
    	51% {
    		left: 0;
    		width: 100%;
    	}
    	100% {
    		left: 100%;
    		width: 0;
    	}
    }
    @-webkit-keyframes passing-txt{
    	0% { opacity: 0; }
    	50% { opacity: 0; }
    	100% { opacity: 1; }
    }
    @keyframes passing-txt{
    	0% { opacity:0; }
    	50% { opacity:0; }
    	100% { opacity:1; }
    }
    /* css */
    .passing .passing-box {
    	display: block;
    	text-align: center;
    }
    .passing .passing-bar {
    	position: relative;
    	display: inline-block;
    	/*　後ほど解説　*/
    	-webkit-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
    }
    .passing .passing-bar:before {
    	content: '';
    	display: inline-block;
    	width: 0;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	z-index: 1;
    	/* 任意の値 */
    	background: #000;
    }
    .passing .passing-txt {
    	opacity: 0;
    	/* 後ほど解説 */
    	-webkit-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
    	/* 任意の値 */
    	font-size: 4.0rem;
    	font-weight: bold;
    	line-height: 1.5;
    }
    .passing.move .passing-bar:before {
    	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    	animation: passing-bar 1s ease 0s 1 normal forwards;
    }
    .passing.move .passing-txt {
    	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    	animation:passing-txt 0s ease .5s 1 normal forwards;
    }
@media screen and (min-width:240px) and (max-width:480px) {
article {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
    overflow: hidden;
    
  }
  .br1 {
    display: none;
  }
  article h1 {
    width: 100%;
    margin:0 auto!important;
    padding: 0!important;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #333;
  }
	.h1img{
		margin:120px auto 0.5rem;
		padding: 0;
	}
	.h1img img{
		margin:0;
		padding: 0;
		width: 110px;
		height: auto;
	}
  .sec1 {
    margin: 0 auto;
    padding: 3rem 0;
    width: 95%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
  }


  .sec5 {
    margin: 0 auto !important;
    padding: 3rem 0 !important;
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #ddd, #999);
  }
  .sec5_in {
    margin: 0 auto !important;
    padding: 0;
    width: 97% !important;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 h2 {
    margin: 0 auto 0;
    padding: 0 0 0.5rem;
    font-size: 1.2em;
    line-height:1.5rem;
    text-align: left;
    color: #fff;
  }
  .sec5 h3 {
    margin: 0 auto 0;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .sec5 p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 80% !important;

  }
  .contact_in {
    margin: 0 0 1rem;
    padding: 0;
    width: 100%;
  }
  .button-7dummy {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.4rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ff9;
  }
  .button-7 {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100% !important;
    height: 60px !important;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-7:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
article {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
    overflow: hidden;
    
  }
  .br1 {
    display: none;
  }
  article h1 {
    width: 100%;
    margin:0 auto!important;
    padding: 0!important;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #333;
  }
	.h1img{
		margin:120px auto 0.5rem;
		padding: 0;
	}
	.h1img img{
		margin:0;
		padding: 0;
		width: 110px;
		height: auto;
	}
  .sec1 {
    margin: 0 auto;
    padding: 3rem 0;
    width: 97%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
  }

  .sec5 {
    margin: 0 auto !important;
    padding: 3rem 0 !important;
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #ddd, #999);
  }
  .sec5_in {
    margin: 0 auto !important;
    padding: 0;
    width: 97% !important;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 h2 {
    margin: 0 auto 0;
    padding: 0 0 0.5rem;
    font-size: 1.2em;
    line-height:1.5rem;
    text-align: left;
    color: #fff;
  }
  .sec5 h3 {
    margin: 0 auto 0;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .sec5 p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 80% !important;

  }
  .contact_in {
    margin: 0 0 1rem;
    padding: 0;
    width: 100%;
  }
  .button-7dummy {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.4rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ff9;
  }
  .button-7 {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100% !important;
    height: 60px !important;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-7:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
article {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
    overflow: hidden;
    
  }
  .br1 {
    display: none;
  }
  article h1 {
    width: 100%;
    margin:0 auto!important;
    padding: 0!important;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #333;
  }
	.h1img{
		margin:120px auto 0.5rem;
		padding: 0;
	}
	.h1img img{
		margin:0;
		padding: 0;
		width: 110px;
		height: auto;
	}
  .sec1 {
    margin: 0 auto;
    padding: 3rem 0;
    width: 97%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 {
    margin: 0 auto !important;
    padding: 3rem 0 !important;
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #ddd, #999);
  }
  .sec5_in {
    margin: 0 auto !important;
    padding: 0;
    width: 80% !important;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 h2 {
    margin: 0 auto 0;
    padding: 0 0 0.5rem;
    font-size: 1.2em;
    line-height:1.5rem;
    text-align: left;
    color: #fff;
  }
  .sec5 h3 {
    margin: 0 auto 0;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .sec5 p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    display: flex;
  }
  .contact_in {
    margin: 0 5% 1rem;
    padding: 0;
    width: 40%;
  }
  .button-7dummy {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.4rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ff9;
  }
  .button-7 {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100% !important;
    height: 60px !important;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-7:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  article {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
    overflow: hidden;
    
  }
  .br1 {
    display: none;
  }
  article h1 {
    width: 100%;
    margin:0 auto!important;
    padding: 0!important;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #333;
  }
	.h1img{
		margin:120px auto 0.5rem;
		padding: 0;
	}
	.h1img img{
		margin:0;
		padding: 0;
		width: 110px;
		height: auto;
	}
  .sec1 {
    margin: 0 auto;
    padding: 3rem 0;
    width: 97%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 {
    margin: 0 auto !important;
    padding: 3rem 0 !important;
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #ddd, #999);
  }
  .sec5_in {
    margin: 0 auto !important;
    padding: 0;
    width: 70% !important;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 h2 {
    margin: 0 auto 0;
    padding: 0 0 0.5rem;
    font-size: 1.2em;
    line-height:1.5rem;
    text-align: left;
    color: #fff;
  }
  .sec5 h3 {
    margin: 0 auto 0;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .sec5 p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    display: flex;
  }
  .contact_in {
    margin: 0 5% 1rem;
    padding: 0;
    width: 40%;
  }
  .button-7dummy {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.4rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ff9;
  }
  .button-7 {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100% !important;
    height: 60px !important;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-7:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:1441px) {
  article {
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
    overflow: hidden;
    
  }
  .br1 {
    display: none;
  }
  article h1 {
    width: 100%;
    margin:0 auto!important;
    padding: 0!important;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #333;
  }
	.h1img{
		margin:140px auto 0.5rem;
		padding: 0;
	}
	.h1img img{
		margin:0;
		padding: 0;
		width: 110px;
		height: auto;
	}
  .sec1 {
    margin: 0 auto;
    padding: 3rem 0;
    width: 60%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
  }

  .sec5 {
    margin: 0 auto !important;
    padding: 3rem 0 !important;
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(-45deg, #ddd, #999);
  }
  .sec5_in {
    margin: 0 auto !important;
    padding: 0;
    width: 40% !important;
    text-align: center;
    box-sizing: border-box;
  }
  .sec5 h2 {
    margin: 0 auto 0;
    padding: 0 0 0.5rem;
    font-size: 1.2em;
    line-height:1.5rem;
    text-align: left;
    color: #fff;
  }
  .sec5 h3 {
    margin: 0 auto 0;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .sec5 p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #fff;
  }
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    display: flex;
  }
  .contact_in {
    margin: 0 5% 1rem;
    padding: 0;
    width: 40%;
  }
  .button-7dummy {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.4rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ff9;
  }
  .button-7 {
    width: 100% !important;
    height: 60px !important;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100% !important;
    height: 60px !important;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-7:hover a {
    color: #fff !important;
    display: block;
  }
}