html, body {
    font-family: 'Archivo', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00181D;
    background-color: #f3f3f3;
    line-height: 2em;
    line-break: strict;
/*    text-align: justify;
	text-justify: inter-ideograph;*/
}

header, footer, div, section, article, nav, a, p, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, form, input, textarea {
    box-sizing: border-box;
}

ul{
	list-style-type: none;
}
span,strong {
	display: inline-block;
	padding: 0;
}

a:hover {
	opacity: 0.5 ;
}

.kv {
    background: url(../img/kv_background.jpg) center center no-repeat;
    background-size: cover;
    padding: 3rem 0;
    position: relative;
}

.kv h1 img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}

.content {
    width: 100%;
    max-width:1040px;
    padding: 0 20px;
    margin: 0 auto;
    }

.intro {
    content: "";
    display: block;
    width: 100%;
    background: url(../img/intro_background.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 4rem 0rem;

}
  .intro img{
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

.concept {
    content: "";
    display: block;
/*    padding: 6rem 0;*/
    background: url(../img/concept_background.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.concept .box-1 {
    background-color: #fff;
/*    padding: 0rem 0 7rem;*/
    position: relative;
}

.concept .box-1 .inner {
    padding: 4rem  8rem;
}

.concept img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.bg-gray{
	background-color: #DBDBDB;
}

.bg-orange{
	background-color: #E07000;
	color: #FFF;
}

.bg-yellow{
	background-color: #FFE200;
}
.text-orange{
	color:#C66313;
}
.text-pink{
	color:#F50851;
}
.text-blue{
	color:#2603E6;
}

.movie {
	padding: 6rem 0;
    background: url(../img/movie_background.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
  .movie iframe{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
  .movie img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.video {
    width: 80%;
    height: 580px;
}

.about {
    content: "";
    display: block;
    width: 100%;
    background: url(../img/about_background.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 4rem 0rem;

}
  .about img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.message {
    content: "";
    display: block;
    width: 100%;
    padding: 6rem 0;
    background: url(../img/message_background1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.message2 {
    background: url(../img/message_background2.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.message .box-1 {
    background-color: #fff;
/*    padding: 0rem 0 7rem;*/
    position: relative;
}

.message .box-1 .inner {
    padding: 4rem  8rem;
}

.message img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

ul.feature{
	margin: 1em;
	padding: 2em;
	background-color: #FFF2D9;
}
.feature li{
	padding-left:1em;
	text-indent:-1em;
	color:#A72202 ;
	font-weight: bold;
}

.signature{
	text-align: right;
}

.logo {
	margin: 0 auto;
}

img.btn{
	max-width:450px;
}

footer {
    background-color: #001128;
    color: #fff;
    margin-top: 0px;
    padding: 4rem 0;
    font-size: 1rem;
    text-align: center;
}



/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 900px){

html{ font-size: 1.2vw; }

.content{
  padding: 0 4.54%;
}



}/*　タブレットここまで */

/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }
}

@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.5em; line-height:2.2; }
span,strong{display: inline-block;}

.content{
	width: 100%;
	padding: 0 2.4%;
}

header h1 img{
  width: 100%;
}

.kv{
  background: url(../img/kv_sp.jpg) center center no-repeat;
 background-size: cover;
  background-attachment: scroll;
  padding: 18rem 0 2rem;
}
.kv img.logo{
  width: 14.6rem;
  left: 2rem;
  top: 2rem;
}
.kv h1 img{
  width: 100%;
}
img {
    max-width: 100%;
    display: block;
}
img.sp.btn{
	width: 90vw;
	margin: 0 auto;
	max-width: 300px;
}

.concept .box-1 .inner {
	padding: 4rem 2rem;
}

.video {
    width: 90%;
    height: 200px;
}

.message .box-1 .inner {
    padding: 4rem 2rem;
}

ul.feature {
    margin: 1em 0;
    padding: 2%;
}

.banner{
width: 100%;
position: fixed;
bottom:0%;
}


}


