@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : introduction.css
Description : 最初にページCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    コンテンツ
* =================================================================== */
@media screen and (max-width: 699px) {
  #main .mainInner {
    padding-bottom: 12.5%;
  }
  #main .h1_tit {
    background: url(../images/introduction/sp/h1_tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 30.3125%;
    padding-top: 10.4%;
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
  }
  #main .intro p {
    padding-top: 5.625%;
    width: 92.96875%;
    margin-left: 4.6875%;
  }
  #main .intro p img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 700px) {
  #main .mainInner {
    padding: 88px 0 80px;
    background: url(../images/top/main_bg.png);
  }
  #main .h1_tit {
    background: url(../images/introduction/h1_tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto 40px;
    width: 210px;
    height: 72px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .inner .img_sp {
    display: none;
  }
  #main .intro {
    background: url(../images/introduction/intro.png) no-repeat center top;
    margin: 0 auto;
    height: 1187px;
  }
}
