@charset "utf-8";

.fl-l {
  float: left;
}
.fl-r {
  float: right;
}

#contents,
#interview {
  /*word-break: break-all;*/
  /*overflow-wrap: break-word;*/
  font-family: microsoft yahei, hiragino sans gb, verdana, sans-serif;
}

#contents p,
#interview p {
  /*overflow-wrap: break-word;*/
}

/*____________________________________________________________________interview-header__*/
#interview-header .content {
  background-color: #f8f8f8;
}
  #interview-header > h3 {
    padding-bottom: 14px;
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  #interview-header > h3   .content {
    margin-top: 30px;
  }
  #interview-header .content a {
    display: block;
  }
    #interview-header .fl-l {
      width: 530px;
    }

    /*s:インタビューページの時*/
    #interview #interview-header .fl-l {
      width: 300px;
    }
      #interview #interview-header .fl-l img {
        display: block;
        width: 100%;
        height: auto;
      }
    #interview #interview-header .fl-r {
      width: 650px;
    }
    #interview #interview-header .fl-r h4 {
      font-size: 18px;
      letter-spacing: 0;
    }
    #interview #interview-header .fl-r .txt-read {
      font-size: 14px;
      margin-top: 3px;
    }
    /*e:インタビューページの時*/

    #interview-header .fl-r {
      box-sizing: border-box;
      padding: 20px;
      width: 420px;
    }
      #interview-header .fl-r h4 {
        background:  0 1px no-repeat;
        padding-left: 22px;
        font-weight: normal;
        font-size: 1.5rem;
        letter-spacing: 1px;
      }
      #interview-header .fl-r .txt-sub {
        display: block;
        margin-top: 8px;
        font-size: .8rem;
        line-height: 1.5;
      }
      #interview-header .fl-r .txt-read {
        margin-top: 8px;
        font-size: 1.05rem;
        line-height: 1.4;
      }

/*____________________________________________________________________interview-lists__*/
#interview-lists {
  margin-top: 60px;
  padding-bottom: 20px;
}
  #interview-lists > h3 {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
  }
  #interview-lists .items {
		overflow: hidden;
    margin: 0 -15px;
  }
    #interview-lists .item {
      float: left;
      width: 460px;
      margin: 30px 15px 0;
      background-color: #f8f8f8;
    }
    #interview-lists .item:nth-child(2n 1) {
      clear: both;
    }

#interview-lists ul.year{
	font-size: 16px;
}
#interview-lists ul.year li{
	margin-bottom: 5px;
	background: url(/uploads/image/ciimg/ico-cer-arr-triangle.png) 0 0px no-repeat;
    padding-left: 15px;
}

  /*s:インタビューページの時*/
  #interview #interview-lists .items {
    margin: 0 0 0 -25px;
  }
    #interview #interview-lists .item {
      width: 300px;
      margin: 30px 0 0 25px;
    }
      #interview #interview-lists .item img {
        display: block;
        width: 100%;
        height: auto;
      }
    #interview #interview-lists .item:nth-child(2n 1) {
      clear: none;
    }
    #interview #interview-lists .item:nth-child(3n 1) {
      clear: both;
    }

/*e:インタビューページの時*/
      #interview-lists .item a {
        display: block;
      }
      #interview-lists .item a:link,
      #interview-lists .item a:visited,
      #interview-lists .item a:hover,
      #interview-lists .item a:active {
        text-decoration: none;
      }
      #interview-lists .item .content {
        padding: 15px;
      }
        #interview-lists .item .content p {
          background:  0 2px no-repeat;
          padding-left: 20px;
          font-size: 1.3rem;
          line-height: 1;
          padding-bottom: 8px;
        }
        #interview-lists .item .content .txt-sub,
        #interview-lists .item .content .txt-read {
          display: block;
          font-size: .8rem;
          line-height: 1.5;
        }
        /*s:インタビューページの時*/
        #interview #interview-lists .item .content p {
          font-size: 18px;
        }
        #interview #interview-lists .item .content .txt-sub {
          line-height: 1.4;
        }
        #interview #interview-lists .item .content .txt-read {
          font-size: 11px;
        }
        /*e:インタビューページの時*/

/*____________________________________________________________________main visual__*/
#mv {
  text-align: center;
  margin-top: -8px;
  width: 100%;
}
  #mv2017.home {
    background:  top center no-repeat;
    max-width: 1440px;
    min-width: 950px;
    height: 530px;
    margin: -8px auto 0;
  }

  #mv2018.home {
    background:  top center no-repeat;
    max-width: 1440px;
    min-width: 950px;
    height: 530px;
    margin: -8px auto 0;
  }

  #mv2019.home {
    background:  top center no-repeat;
    max-width: 1440px;
    min-width: 950px;
    height: 530px;
    margin: -8px auto 0;
  }

  #mv-inner {
    position: relative;
    margin: 0 auto;
  }
    #mv-inner h1 {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
    }
      #mv-inner h1 img {
        width: 950px;
        height: auto;
        margin: 0 auto;
      }
  #mv > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

/*____________________________________________________________________contents__*/
#contents {
  width: 100%;
  margin: 0 auto;
  font-size: 110%;
}

#main {
  position: relative;
  float: none;
  width: 100%;
}

.contents-inner {
  width: 950px;
  margin: 50px auto 0;
}

.contents-inner #reason dl dt{
  font-size: 22px;
  line-height: 1.4;
  color: #122889;
  font-weight: bold;
}

.contents-inner #reason dl dd{
  font-size: 16px;
}

#fixed-ui {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 5px;
  text-align: center;
  padding: 12px 8px 8px;
  /* background-color: rgba(41, 171, 226, 0.15); */
}
#fixed-ui .in-widget{
  transform: scale(1.7);
}
  #fixed-ui #btn-apply {
    margin-top: 12px;
    display: none;
  }

  .concept-header {
    overflow: hidden;
    background-color: #f9f9fb;
    margin-top: 30px;
  }
    .concept-header img {
      display: block;
      float: left;
      width: 229px;
      height: auto;
    }
    .concept-header .content {
      float: right;
      box-sizing: border-box;
      width: 720px;
      padding: 20px 20px 0;
    }
    .concept-header .content > p {
      font-size: 16px;
      line-height: 1.4;
      color: #122889;
      font-weight: bold;
      letter-spacing: 1px;
    }
    .concept-header .content .footer {
      border-top: 1px dotted #122889;
      margin-top: 14px;
      padding-top: 16px;
    }
    .concept-header .content .footer > p {
      font-size: 22px;
      letter-spacing: 1px;
    }
    .concept-header .content .footer .txt-sub {
      display: block;
      margin-top: 3px;
      font-size: 16px;
    }
    .concept-header .content .footer .txt-read {
      display: block;
      margin-top: 5px;
      font-size: 11px;
      line-height: 1.3;
    }

/*_____________________________________________________________interview__*/
#interview .article {
  width: 950px;
  margin: 60px auto 0;
}
  #interview .article h2 {
    text-align: center;
    color: #122989;
    font-size: 22px;
  }
  #interview .article p {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
	  
	text-align: justify;  
  }
#interview .article.last {
  padding: 50px 0;
  width: 100%;
  background:  top center no-repeat;
}
#interview .article.last.mat {
  padding: 50px 0;
  width: 100%;
  background: none #0f89cc;
}
  #interview .article.last .article-inner {
    overflow: hidden;
    margin: 0 auto;
    width: 950px;
    background-color: #fff;
  }
  #interview .article.last.mat .article-inner {
		box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
		padding: 30px;
    width: 950px;
    background-color: #fff;
  }
    #interview .article.last .article-inner img {
      display: block;
      float: left;
      width: 330px;
    }
    #interview .article.last.mat .article-inner img {
      display: block;
      float: left;
			margin-right: 30px;
      width: 330px;
    }
    #interview .article.last .article-inner .context {
      float: right;
      width: 620px;
      box-sizing: border-box;
      padding: 40px 40px 0;
    }
    #interview .article.last.mat .article-inner .context {
      float: none;
      width: auto;
      box-sizing: border-box;
      padding: 0;
    }
    #interview .article.last .article-inner .context h3 {
      text-align: left;
      color: #122989;
      font-size: 22px;
      line-height: 1.2;
    }
    #interview .article.last .article-inner .context-inner {
      font-size: 14px;
      line-height: 1.5;
      height: 240px;
      overflow: auto;
    }
    #interview .article.last.mat .article-inner .context-inner {
      font-size: 14px;
      line-height: 1.5;
      height: auto;
      overflow: inherit;
    }
  #interview .split {
    margin-top: 60px;
    height: 350px;
  }
  #interview.sheena .split {
    background:  top center no-repeat;
  }
  #interview.aaron .split {
    background:  top center no-repeat;
  }
  #interview.aditi .split {
    background:  top center no-repeat;
  }
  #interview.felipe .split {
    background:  top center no-repeat;
  }
  #interview.polina .split {
    background:  top center no-repeat;
  }
  #interview.du .split {
    background:  top center no-repeat;
  }
  #interview.sylvia .split {
    background:  top center no-repeat;
  }
  #interview.sylvia .last-img {
    margin-top: 60px;
    height: 350px;
    background:  top center no-repeat;
  }

/*_____________________________________________________________interview_2019__*/
  #interview.puneeth .split {
    background:  top center no-repeat;
  }
  #interview.grace .split {
    background:  top center no-repeat;
  }
  #interview.silvia .split {
    background:  top center no-repeat;
  }
  #interview.jannis .split {
    background:  top center no-repeat;
  }
  #interview.andrew .split {
    background:  top center no-repeat;
  }
  #interview.anny .split {
    background:  top center no-repeat;
  }
  #interview.adam .split {
    background:  top center no-repeat;
  }
  #interview.chang .split {
    background:  top center no-repeat;
  }


/*_____________________________________________________________apply__*/
  .apply {
    margin: 30px auto 0;
    width: 950px;
  }
  .apply.footer {
    margin-top: 30px;
    padding: 30px 0 20px;
    border-top: 1px solid #e5e5e5;
  }
    .apply .content {
      text-align: center;
      padding: 40px 0;
      background: #e6ebf4;
    }

/*_____________________________________________________________レスポンシブ__*/

@media screen and (max-width: 950px) {
  #header,
  #footer {
    background-position: -2028px 0;
  }

}
