.school-text{
  width:535px;
  margin:0px 0px 30px 0px;
  font-size:80%;
  line-height:1.3em;  
}

.grads_row {
  width:710px;
  margin-right:auto;
  margin-left:auto;
  clear:both;
}

.grad_text_bg {
/*  background-image: url(../images/career/graduates/grads_title_bg.jpg);*/
  background-repeat: no-repeat;
  width: 535px;
  background-position: left bottom;
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.grad_box {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  border: 1px solid #CCCCCC;
  margin-top: 40px;
}

.grad_box_center {
  width: 100%;
  clear: both;
}

.grad_box_left {
  float: left;
  padding-top: 5px;
  padding-left: 25px;
  width:265px;
  font-size:123.1%;
}

.grad_box_right {
  float: right;
  line-height: 1.5em;
  color: #666666;
  text-align: right;
  padding-top: 5px;
}
.grad_name {
font-size:large;
}

.grad_message {
  clear: both;
  padding-right: 10px;
  padding-left: 10px;
/*  background-image: url(../images/career/graduates/message_title.gif);*/
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
  padding-bottom: 10px;
}

.interview_t {
/*  background-image: url(../images/career/interview_t.gif);*/
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  height: 65px;
  width: 570px;
margin-left:50px
}

.interview_box {
  clear: both;
  width: 500px;
  border: 1px solid #CCCCCC;
margin-left:auto;
margin-right:auto;
  margin-bottom: 20px;
}

.interview_box th {
  background-color: #F0F0F0;
  height: 25px;
  padding-top: 8px;
}

.interview_box ul {
  padding-top: 10px;
  padding-left: 50px;
}

.pass_message {
  clear: both;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url(../images/career/message_title.gif);
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 480px;
}

/*内定者インタビュー　start*/


.interview_index{
margin:4rem 0;
clear:both;
}

.main_content .interview_index_item{
    display: block;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 0;
    border: 4px solid #e3e3e2;
    color: #222;
    width: 49%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.interview_index_item:nth-child(odd){
margin-left:0;
}

.main_content .interview_index_item:hover{
text-decoration:none;
    color: #222;
background:#f0f0f0;
}
.accordion{
clear:both;
}
.interview-career .toggle{
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    border-top: #e3e3e2 1px solid;
    padding: 1rem 0;
position: relative;
    font-size: 1rem;
    color: #222;
    }
.interview-career .toggle:hover{
background:#f0f0f0;
    color: #222;
}
.last-child{
    border-bottom: #e3e3e2 1px solid;
}

.accordion__image{
    margin-left: 20px;
float: left;
}
.accordion__profile{
display: block;
    padding: 1.4rem 1rem;
    float: left;
    line-height: 2;
}
.accordion__profile_job{
color:#fff;
border-radius:2px;
padding:4px 6px;
      display: inline-block;
}

.accordion__profile_company{
padding-left:.5rem;
}
.accordion__profile_departments{
    vertical-align: middle;
}

.accordion__profile_name{
font-size:1.625rem;
padding-left:.5rem;
    vertical-align: middle;
}

.art_design{
background:#e22854;
}
.art_design-text{
color:#e22854;
}
.business{
background:#30aa45;
}
.business-text{
color:#30aa45;
}
.computerscience{
background:#29abe2;
}
.computerscience-text{
color:#29abe2;
}
.game{
background:#e38e20;
}
.game-text{
  color: #e38e20;
}
.engineering{
background:#4329e0;
}
.engineering-text{
color:#4329e0;
}

.accordion__chevron{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -24px;
}
.accordion__chevron img{
width:30px;
height:48px;
float:right;
transition: all  0.3s ease;
}

.active .accordion__chevron img{
transform: rotate(180deg);
}

.accordion__inner{
padding: 4rem 4rem;
display:none;
    }

.to_button a {
    width: 90%;
    float: none;
    padding: 1em 0;
    text-align: center;
    border: 3px solid #ddd;
    margin: 4rem auto;
    font-weight: bold;
    display: block;
    font-size: 1rem;
}
#WrapperMain .to_button a:hover {
  text-decoration:none;
  background:#f0f0f0;
}

.interview__logo{
  display:block;
  max-height:60px;
  margin: 1rem 0 2rem 0;
  }
/*内定者インタビュー　end*/




/*レスポンシブ対応 start*/
.career-interview {
  border-top:1px solid #ddd;
}
.career-interview .toggle{
  position:relative;
  padding: 1.5rem 0;
  }
.career-interview .toggle:hover{
background:#f0f0f0;
    color: #222;
}

.career-interview p {
    margin: 1rem;
}

.career-interview h3 {
  margin: 1rem;
  font-style: oblique;
  font-weight: bold;
}

.company{
  font-size:1.25rem;
  line-height: 1.5em;
}

.profile{
  display: block;
  padding: 1rem;
  float: left;
      line-height: 1.5;
}

.profile img {
  max-width: 255px;
}


@media (max-width: 767px) {
.profile img{
  width:200px;
  }
.accordion__chevron{
  top:auto;
  bottom: 20px;
  }
.accordion__inner{
  padding:0;
  }
.interview__logo{
  margin:.5rem 0;
  }
.interview .toggle{
  padding:0;
}
.career-interview h3 {
  font-size: 1.5rem;
}

}

/*レスポンシブ対応 end*/