@charset "UTF-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#p--home
：トップページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#p--home{
  }

/* .p--home__about */
.p--home__about{
  min-height: 270px;
  padding: 81px 60px 0px 570px;
  margin-bottom: 80px;
  background-color: #fffeb4;
  background-image: url(../../images/p--home/p--home__about.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 513px 351px;
  color: #333333;
  }
.p--home__about__title{
  line-height: 1.6em;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 15px;
  color: #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  font-size: 2.4rem;
  }
.p--home__about__message{
  line-height: 2em;
  }
.p--home__about__message p{
  margin-bottom: 0;
  }
.p--home__about__message em{
  font-style: normal;
  font-weight: bold;
  }
@media screen and (max-width: 768px) {
  .p--home__about{
    min-height: inherit;
    padding: 74% 20px 20px 20px;
    margin-bottom: 40px;
    background-position: left top;
    background-size: contain;
    }
  .p--home__about__title{
    line-height: 1.4em;
    padding-bottom: 10px;
    font-size: 1.285em;
    text-align: left;
    }
  .p--home__about__message{
    line-height: 1.6em;
    }
  .p--home__about__message p{
    }
  .p--home__about__message em{
    }
}

.p--home__buttonMessage{
  line-height: 1.4em;
  font-size: 1.285em;
  font-weight: bold;
  text-align: center;
}
.p--home__buttonMessage em{
  line-height: 1.4em;
  font-size: 1.6em;
  font-style: normal;
  color: #f5740a;
}
@media screen and (max-width: 768px) {
  .p--home__buttonMessage{
    line-height: 1.4em;
    font-size: 1em;
  }
  .p--home__buttonMessage em{
    line-height: 1.4em;
    font-size: 1.2em;
  }
}

.p--home__graph{
  width: 100%;
  max-width: 971px;
  margin: 0 auto 80px;
  text-align: center;
}
.p--home__graph img{
  width: 100%;
  height: auto;
}
.p--home__graph2{
  width: 100%;
  max-width: 850px;
  margin: 0 auto 80px;
  text-align: center;
}
.p--home__graph2 img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p--home__graph{
    margin-bottom: 40px;
  }
  .p--home__graph2{
    margin-bottom: 40px;
  }
}

.p--home__video{
  max-width: 800px;
  margin: 0 auto 80px;
}
.p--home__video__inner{
  position: relative;
  width: 100%;
  padding-bottom: 56.28%;
  overflow: hidden;
  text-align: center;
}
.p--home__video video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p--home__video{
    margin-bottom: 40px;
  }
}
