@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
article {
  position: relative;
}

article h1 {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

article h1 img:first-child {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article h1 img:first-child {
    height: 550px;
  }
}

@media screen and (max-width: 480px) {
  article h1 img:first-child {
    height: 500px;
  }
}

article h1 img:last-child {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article h1 img:last-child {
    width: 70vw;
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  article h1 img:last-child {
    width: 90vw;
    height: 100px;
  }
}

article h1:before {
  content: url(../images/index/h1_after.svg);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 896px) {
  article h1:before {
    bottom: -11px;
  }
}

article #information {
  width: 700px;
  margin: 0 auto 200px auto;
  top: -150px;
  position: relative;
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article #information {
    top: -130px;
    width: 90%;
    margin: 0 auto 110px auto;
  }
}

@media screen and (max-width: 480px) {
  article #information {
    top: -90px;
    width: 90%;
    margin: 0 auto 40px auto;
  }
}

article #information h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 896px) {
  article #information h2 {
    font-size: 3.39631vw;
  }
}

@media screen and (max-width: 480px) {
  article #information h2 {
    font-size: 7.39017vw;
  }
}

article #information h2:after {
  content: attr(data-text);
  display: block;
  text-align: center;
  font-size: 0.6em;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 50px;
}

article #information dt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  position: relative;
}

@media screen and (max-width: 896px) {
  article #information dt {
    font-size: 2.64158vw;
  }
}

@media screen and (max-width: 480px) {
  article #information dt {
    font-size: 5.74791vw;
  }
}

article #information dt:before {
  content: attr(data-text);
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5f52a0;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 896px) {
  article #information dt:before {
    font-size: 1.69816vw;
  }
}

@media screen and (max-width: 480px) {
  article #information dt:before {
    font-size: 3.69508vw;
  }
}

article #information dt:after {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 2px;
  display: block;
}

article #information dd {
  font-size: 1.25em;
  line-height: 1.6em;
}

article #information dd p {
  margin-bottom: 10px;
}
