/* ------------------------------------------------------------------------------
	〇〇px以上はここを読み込む
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
 .banner-text {
 padding-top: 30%;
}
 .banner-text h1 {
 font-size: 40px;
}
 .banner-text p {
 font-size: 18px;
}
.item {
width:20%;
}
.box{
  width: 35%;
  padding: 5px;
}

h2{
	font-size: 1.4em;
	padding-bottom: 1.2em;
  font-weight: bold;
}
.background_gray{
  padding: 5em 0;
}
.background_white{
  padding: 5em 0 0 0;
}
.second_title{
  margin-bottom: 3em;
}
.full-img{
  height: 250px;
}
}

@media screen and (max-width: 640px) {
 .banner-text {
 padding-top: 35%;
}
}
@media screen and (max-width: 480px) {
.container{
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
 .banner-text {
   padding-top: 45%;
   padding-bottom: 45%;
}
 .banner-text h1 {
 font-size: 20px;
}
 .item {
 width:18%;
}
.item {
  font-size: 0.7em;
}
.item p{
  font-size: 3em;
}
.toppage-text ul {
    font-size: inherit;
}
.toppage-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
#allinterview {
    padding-top: 30px;
    padding-bottom: 50px;
}
h2{
	padding-bottom: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
}
.box{
  width: 50%;
  padding: 3px;
}
.soon p{
  font-size: 0.8em;
}
}
@media screen and (max-width: 320px) {
  .banner-text {
    padding-top: 50%;
    padding-bottom: 60%;
 }
 .item {
 width:16%;
}
.item {
  font-size: 0.1em;
}
h2{
  font-size: 1.25em;
	padding-bottom: 1.2em;
}
}
/* ------------------------------------------------------------------------------
	 各インタビューページ
-------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.background_gray{
  padding: 2em 0 4em 0;
}
.background_white{
  padding: 4em 0 0 0;
}
.breadcrumb {
    padding: 8px 15px;
}
}
/* ---１段目---*/
@media screen and (max-width: 480px) {
  .interviewpage_top01{
    height: 421px;
    background-position: 60% 100%;
  }
  .interviewpage_top02{
    height: 421px;
    background-position: 30% 100%;
  }
  .interviewpage_top03{
    height: 421px;
    background-position: 60% 100%;
  }
  .interviewpage_top04{
    height: 421px;
    background-position: 30% 100%;
  }
  .interviewpage_top05{
    height: 421px;
    background-position: 45% 100%;
  }
  .interviewpage_top06{
    height: 421px;
    background-position: 50% 100%;
  }
  .interviewpage_top07{
    height: 421px;
    background-position: 80% 100%;
  }
  .interviewpage_top08{
    height: 421px;
    background-position: 50% 100%;
  }
  .interviewpage_top09{
    height: 421px;
    background-position: 10% 100%;
  }
  .interviewpage_top10{
    height: 421px;
    background-position: 80% 100%;
  }
.interviewpage_top_textinner{
  display: block;
  padding-right: 6.25vw;
  padding-left: 6.25vw;
  position: absolute;
  bottom: 22px;
}
.interview_title01{
  margin-bottom: 0.5em;
}
.filebox{
  border: 1px solid #fff;
  padding: 3px 10px;
  font-family: "Dosis", sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  font-size: 0.8em;
}
.interview_title02{
  font-size: 1.58em;
  margin-bottom: 0.5em;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
}
.interview_title03{
  font-size: 1.2rem;
  padding-bottom: 1em;
}
.full-img{
  height:200px;
}
}
/* ---2段目---*/
@media screen and (max-width: 480px) {
  .second_title{
    margin-bottom: 2em;
  }
  h3{
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 2em;
  }
  h4{
    font-size: 2em;
  }
  h5{
    font-size: 1em;
  }
  .profile_text01{
    font-size: 0.8em;
  }
  .profile_text02{
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .profile_text03{
    font-size: 2em;
  }
  .faq_a{
    margin-bottom: 1.5em;
  }
  .pad-b{
    padding-bottom: 5px;
  }
  .faq_q{
    font-size: 1.3em;
  }
}

/* ------------------------------------------------------------------------------
	追加class
-------------------------------------------------------------------------------*/
/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
}
/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
.pc-br{display:none;}
.tb-br{display:block;}
.sp-br{display:none;}
}
/*---PC時改行--*/
@media screen and (min-width:1021px){
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}
}
