@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1rem; /*基本のフォントサイズを【1rem = 10px】に指定*/
  color:#333333; 
}
.clearfix:after {
 content: "";
 clear: both;
 display: block;
}
/*------------------------------
  Wrap
------------------------------*/
#wrap {}

/*------------------------------
  ヘッダー
------------------------------*/
#header {
    height: auto ;
}
.header__inn {
  margin: 0 auto;
}

/*------------------------------
  コンテンツ
------------------------------*/
.in__section1 {
  background: url(/interview/img/img_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 200px 0;
  text-align: left;
}
.in__section1_inn {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 30px;
}
.ttl1 {
  color: #1d4c78;
  font-family:   font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.in__section1 h1{
  background: url(/information/img/ttl_border.png) no-repeat left 82px;
  font-size: 3rem;
  letter-spacing: .03rem;
  line-height: 3.4rem;
  padding-bottom: 25px;
}
.in__section1 small {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 2rem;
}
.in__section1_content h2 {
  color: #56d2e8;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 30px;
  text-align: left;
}
.in__section1_content {
  margin: 50px auto 100px;
  max-width: 960px;
  padding: 0 30px;
}
.content01 {
  margin-bottom: 100px;
}
.in__section1_content p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left; 
}
.in__section1_content img {
  float: left;
  margin: 0 50px 50px 0;
  width: 40%;
}
.content02 img {
  float: right;
  margin: 0 0 50px 50px;
}
.br_sp {
  display: none;
}

@media screen and (max-width: 768px){
  #header {
    height: 50px;
  }
  .in__section1 h1{
    background: url(/information/img/ttl_border.png) no-repeat left 82px;
    font-size: 2.5rem;
    letter-spacing: .03rem;
    line-height: 3.4rem;
    padding-bottom: 25px;
  }
  .in__section1 small {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 2rem;
  }
  .in__section1 {
    background: #fff;
    padding: 30px 0;
    text-align: center;
  }
  .interview_sp {
    height: auto;
    width: 100%;
  }
  .in__section1 h1 {
    background: url(/information/img/ttl_border.png) no-repeat center 111px;
  }
  .in__section1_content {
    margin: 20px auto 100px;
    padding: 0 20px;
  }
  .in__section1_content h2 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .in__section1_content img {
    float: unset;
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
  }
  .gnav__open {
    top: 29px !important;
  }
  .header__after .gnav__open {
    top: 39px !important;
  }
  .header__after {
    padding: 10px 0px 57px !important;
}
  .br_sp {
    display: block;
  }
/*------------------------------
  フッター
------------------------------*/
#footer {}