@charset "UTF-8";

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

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

/*------------------------------
  コンテンツ
------------------------------*/
.in__section1 {
  background: url(/voice/img/img_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: left;
}
.in__section1_inn {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 30px;
}
.after {
  margin: 0 auto 50px;
  max-width: 960px;
  padding: 0 30px;
}
.ttl1 {
  color: #1d4c78;
  font-family: 'Hind Vadodara', sans-serif;
}
.in__section1 h1{
  background: url(/information/img/ttl_border.png) no-repeat left 76px;
  font-size: 3rem;
  letter-spacing: .03rem;
  line-height: 3.2rem;
  padding-bottom: 60px;
}
.in__section1 small {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left; 
}
.img_area {
  float: left;
  margin: 0 50px 25px 0;
  width: 40%;
}
.img_area2 {
  float: right;
  margin: 0 0 25px 50px;
  width: 40%;
}
.img_area3 {
  order: 2;
  width: 40%;
}
.br_sp {
  display: none;
}
.voice_person {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin: 20px auto 0;
}
.voice_person span {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1d4c78;
}
.bold {
  display: block;
  font-weight: bold;
  margin: 10px 0;
}
.comment {
  color: #333;
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.list_v {
  margin-right: 25px;
  order: 1;
  width: 60%;
}
.list_v li {
  margin-bottom: 8px;
}
.left {
  display: inline-block;
}
.left_out {
  display: inline-block;
  width: 90px;
}
.flex_v {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.right {
  display: inline-block;
}
.left02 {
  display: inline-block;
  width: 90px;
}
.right02 {
  display: inline-block;
}


@media screen and (max-width: 768px){
  #header {
    height: 50px;
  }
  .in__section1 h1{
    background: url(/information/img/ttl_border.png) no-repeat left 72px;
    font-size: 3rem;
    letter-spacing: .03rem;
    line-height: 3rem;
    padding-bottom: 25px;
  }
  .in__section1 small {
    font-size: 1.5rem;
  }
  .in__section1 {
    background: url(/voice/img/img_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    }
  .interview_sp {
    height: auto;
    width: 100%;
  }
  .in__section1_content {
    margin: 20px auto 50px;
    padding: 0 20px;
  }
  .in__section1_content h2 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .img_area {
    float: unset;
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
  }
  .header__after {
    padding: 10px 0px 57px !important;
  }
  .br_sp {
    display: block;
  }
  .logo_wid {
    display: block;
    height: auto ;
    margin-bottom: 25px;
    text-align: left;
    width: 200px ;
  }
  .voice_person span {
    font-size: 2rem;
  }
  .voice_person {
    line-height: 3rem !important;
    margin-bottom: 40px;
  }
  .img_area2 {
    float: unset;
    width: 100%;
    margin: 0 0 20px;
  }
  .after {
    max-width: 100%;
    padding: 0 20px;
  }
  .flex_v {
    flex-direction: column;
    align-items: center;
  }
  .list_v {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .img_area3 {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }
  .left02 {
    display: block;
  }
  .list_v2 li {
    margin-bottom: 10px;
  }
  .left_out {
  display: block;
  }

}
@media screen and (max-width: 570px){
  .in__section1 {
    background: url(/voice/img/img_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
  }
}
/*------------------------------
  フッター
------------------------------*/
#footer {}