@charset "UTF-8";

.main {
  padding-bottom: 0;
}

.statement {
  width: 100%;
  padding: 100px 0;
  background: #000;
}
.statement-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 490px;
  margin: 0 auto;
}
.statement-ttl-img-l { width: 140px;}
.statement-ttl-img-r { width: 290px;}

.statement-text {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.statement-text-img { width: 440px;}

/*-----------------------------*
  Youtube 埋め込み
*------------------------------*/
.statement-youtube-block {
  width: 100%; max-width: 960px;
  margin: 0 auto;
}
.statement-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.statement-youtube iframe {
  position: absolute; top: 0; right: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
  .statement {
    width: 100%;
    padding: 50px 0;
  }
  .statement-ttl { width: 245px;}
  .statement-ttl-img-l { width: 70px;}
  .statement-ttl-img-r { width: 145px;}
  .statement-text { margin: 50px 0;}
  .statement-text-img { width: 240px;}
}
