/*!
 * interview.css
 * updatedAt: 2016.03.23
 * createdAt: 2016.03.23
 */

/*==================================================

  Reset

==================================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{margin:0;}
em{font-style:normal;}

/*==================================================

  html & body

==================================================*/
html {
  font-family: YuGothic,"Yu Gothic",
    "\6E38\30B4\30B7\30C3\30AF",
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    Verdana,"Droid Sans",sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.ie-legacy {
  min-width: 1000px;
}
a:hover {
  text-decoration: none;
}
a.hover {
  transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
}
a.hover:hover {
  opacity: 0.85;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

.u640 { display: none; }
br.b80, br.b64, br.b48, br.b32 { display: none; }

@media screen and (max-width: 800px) {
  a.hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.hover:hover {
    opacity: 1.0;
  }
  br.b80 { display: block; }
}
@media(max-width:640px) {
  html {
    font-size: 100% !important;
    line-height: 1.6 !important;
  }
  .o640 { display: none; }
  .u640 { display: block; }
  img.u640 { display: inline; }
  br.b64 { display: block; }
  br.nb64 { display: none; }
}
@media(max-width:480px) {
  br.b48 { display: block; }
}
@media(max-width:320px) {
  br.nb32 { display: none; }
  br.b32 { display: block; }
}

/*==================================================

  header

==================================================*/
header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  border-top: 5px solid #c83b18;
  background: #000;
  overflow: hidden;
}
header img {
  width: 100%;
  height: auto;
}
header .inner {
  position: relative;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
header .inner:after {
  clear: both;
  display: block;
  content: "";
}
header a {
  display: block;
  color: #fff;
}
header a:hover {
  color: #fff;
}
header h1 {
  position: relative;
  z-index: 1;
  float: left;
  /*margin: 0 0 0 19px;*/
  /*padding: 30px 0 35px;*/
  margin: 0 0 0 1.5833334%;
  padding: 2.5% 0 2.916667%;
  width: 110px;
  line-height: 0;
}
header .back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*padding: 26px 105px 0 0;*/
  padding: 2.16667% 60px 0 0;
  text-align: right;
}
header .back-to-top .logo {
  display: inline-block;
  width: 118px;
  line-height: 0;
  vertical-align: middle;
}
header .back-to-top span {
  display: inline-block;
  padding: 1px 10px 0 10px;
  vertical-align: middle;
  background-image: url(../img/header_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 6px 13px;
}
header .back-to-top:after {
  position: absolute;
  content: "";
  right: -36px;
  top: 0;
  width: 123px;
  height: 100%;
  background-image: url(../img/header_img.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 65%;
}
header .back-to-top a {
  position: relative;
  z-index: 1;
  display: inline;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
header .back-to-top a:hover {
  opacity: 0.85;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  header .back-to-top span {
    background-image: url(../img/header_arrow@2x.png);
  }
}
@media screen and (max-width: 960px) {
  header {
    border-top: 4px solid #c83b18;
  }
  header h1 {
    margin: 0 0 0 1.6667%;
    padding: 3% 0;
    width: 13.2142857%;
  }
  header .back-to-top {
    padding: 2.2% 0 0 0;
    font-size: 75%;
  }
  header .back-to-top:after {
    display: none;
  }
  header .back-to-top .logo {
    width: 14.047619%;
  }
}
@media screen and (max-width: 640px) {
  header {
    border-top: 3px solid #c83b18;
  }
  header h1 {
    margin: 0 0 0 10px;
    padding: 20px 0;
    width: 22%;
  }
  header .back-to-top {
    padding: 4.2% 0 0 0;
  }
  header .back-to-top .logo {
    display: none;
  }
  header .back-to-top span {
    margin: 0 10px 0 0;
    background-size: auto 10px;
  }
}


/*==================================================

  .mvisual

==================================================*/
.mvisual {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-image: url(../img/mvisual_bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}
.mvisual img {
  width: 100%;
  height: auto;
}
.mvisual .mvisual-inner {
  position: relative;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
.mvisual .mvisual-imgbox {
  position: relative;
  /*padding-top: 629px;*/
  padding-top: 52.416667%;
  line-height: 0;
}
.mvisual .mvisual-img {
  position: absolute;
  top: 0;
  left: 0;
  /*margin-left: -400px;*/
  /*width: 2000px;*/
  margin-left: -33.3334%;
  width: 166.6667%;
}
.mvisual .mvisual-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvisual .mvisual-txtbox {
  display: block;
  box-sizing: border-box;
  /*margin: 58px 0 0 20px;*/
  /*padding: 45px 40px 35px 50px;*/
  /*width: 440px;*/
  margin: 4.83334% 0 0 1.6667%;
  padding: 3.75% 3.3334% 2.916667% 4.16667%;
  width: 38.6667%;
  color: #fff;
  background: #1b1b1b;
  background: rgba(27,27,27,0.95);
  vertical-align: middle;
}
.mvisual .mvisual-txtbox h1 {
  /*base:350*/
  margin-left: -3px;
  max-width: 246px;
  width: 70.2857142%;
  line-height: 0;
}
.mvisual .mvisual-txtbox h2 {
  /*margin-top: 30px;*/
  margin-top: 8.5714285%;
  font-size: 206.3%;
  line-height: 1.3;
}
.mvisual .mvisual-txtbox p {
  /*margin-top: 30px;*/
  margin-top: 8.5714285%;
  font-size: 100%;
  line-height: 1.64;
}

@media(max-width:800px) {
  .mvisual .mvisual-txtbox {
    width: 40%;
  }
}
@media(max-width:640px) {
  .mvisual {
    background: #bbbec2;
  }
  .mvisual .mvisual-imgbox {
    padding-top: 48%;
  }
  .mvisual .mvisual-img {
    position: relative;
	margin-left: -68.3334%;
	width: 206.6667%;
  }
  .mvisual .mvisual-txtbox {
    padding: 6% 3.5% 5% 7%;
    width: 76%;
  }
  .mvisual .mvisual-txtbox h1 {
    width: 58%;
  }
  .mvisual .mvisual-txtbox h2 {
    margin-top: 15px;
  }
  .mvisual .mvisual-txtbox p {
    margin-top: 12px;
  }
}


/*========================================

  .menu

========================================*/
.menu {
  overflow: hidden;
}
.menu .menu-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.menu--floating .menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}
.menu .menu-inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
}
.menu .menu-inner:after {
  clear: both;
  display: block;
  content: "";
}
.menu li {
  float: left;
  box-sizing: border-box;
  /*width: 300px;*/
  width: 25%;
  border-right: 2px solid #d0d6db;
}
.menu li:first-child {
  border-left: 2px solid #d0d6db;
}
.menu li a {
  position: relative;
  display: block;
  font-size: 87.5%;
  text-align: center;
  line-height: 62px;
  color: #4b4948;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.menu li span {
  position: relative;
  top: 0.1em;
  font-size: 142.9%;
  font-weight: bold;
  color: #999;
}
.menu li:hover a,
.menu li.current a {
  background-color: #d0d6db;
}

@media(max-width:900px) {
  .menu li a {
    font-size: 75%;
    line-height: 46px;
  }
}
@media(max-width:767px) {
  .menu li a {
    font-size: 62.5%;
  }
}
@media(max-width:640px) {
  .menu .menu-wrap {
    position: static !important;
  }
  .menu li {
    width: 50%;
    border-top: 1px solid #d0d6db;
	border-right: 1px solid #d0d6db;
  }
  .menu li:nth-child(3) {
    border-left: 1px solid #d0d6db;
  }
  .menu li a {
    font-size: 68.8%;
    line-height: 42px;
	text-align: left;
	padding-left:15%;
  }
  .menu li span {
    top: 0;
  }
}
@media(max-width:320px) {
  .menu li a {
	padding-left:10%;
  }
}

/*----------------------------------------
  .menu-clone
----------------------------------------*/
.menu-clone {
  display: none !important;
  font-size: 100%;
  line-height: 1.6;
  background-color: #d0d6db;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  overflow: visible;
}
.menu-clone .menu-wrap {
  position: fixed !important;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  overflow: visible;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}
.menu-clone .backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.menu-clone.menu--floating {
  display: block;
}
.menu-clone.menu--floating .menu-wrap {
  top: 0;
}
.menu-clone .toggle-inner {
  padding: 10px 4%;
}
.menu-clone .toggle-inner:after {
  clear: both;
  display: block;
  content: "";
}
.menu-clone .toggle {
  float: right;
  margin: 0;
  padding: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-clone .toggle span {
  display: block;
  margin: 4px 0;
  width: 22px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu--open .backdrop {
  position: fixed;
  display: block;
  z-index: 40;
}
.menu--open .toggle {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);

}
.menu--open .toggle .bar1 {
  -webkit-transform: rotate(0deg) translateY(6px);
  -moz-transform: rotate(0deg) translateY(6px);
  transform: rotate(0deg) translateY(6px);
}
.menu--open .toggle .bar2 {
  opacity: 0;
}
.menu--open .toggle .bar3 {
  -webkit-transform: rotate(-90deg) translateX(5.5px);
  -moz-transform: rotate(-90deg) translateX(5.5px);
  transform: rotate(-90deg) translateX(5.5px);
}
.menu-clone .menu-inner {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  background-color: #333;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  overflow: hidden;
}
.menu-clone li {
  float: none;
  display: block;
  width: auto;
  border: none;
  border-top: 1px solid #a5adb4;
}

.menu-clone li a {
  padding: 0 25px;
  font-size: 100%;
  line-height: 45px;
  text-align: left;
  text-decoration: none;
  background: #fff;
}

@media(max-width: 640px) {
  .menu-clone {
    display: block !important;
  }
}
@media(max-width: 480px) {
  .menu-clone li a {
    font-size: 87.5%;
  }
}


/*========================================

  article

========================================*/
article {
  margin-top: -64px;
  padding-top: 64px;
  padding-bottom: 100px;
  overflow: hidden;
}
article .img-box {
  line-height: 0;
}
article .img-box img {
  width: 100%;
  height: auto;
}
article .nindent {
  text-indent: -0.5em;
}
article p.caption {
  margin-top: 10px;
  font-size: 75%;
  line-height: 1.4;
}
article p.caption.center {
  text-align: center;
}
article p.caption.right {
  text-align: right;
}

@media(max-width: 1024px) {
  article {
    font-size: 87.5%;
  }
}
@media(max-width: 800px) {
  article {
    font-size: 75%;
  }
}
@media(max-width: 640px) {
  article {
    padding-bottom: 80px;
    font-size: 81.3%;
  }
  article p.caption.right {
    text-align: left;
  }
  article p.caption.center {
    text-align: left;
	margin-left: 7%;
  }
}

/*----------------------------------------
  .heading
----------------------------------------*/
article .heading-inner {
  position: relative;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
article .heading-img {
  line-height: 0;
}
article .heading-img img {
  /*margin-left: -400px;*/
  /*width: 2000px;*/
  margin-left: -33.3334%;
  width: 166.6667%;
}
article .heading-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 1.1%;
  width: 100%;
}
article .heading h3 {
  font-size: 93.8%;
  line-height: 1.3;
  color: #fff;
}
article .heading h3 .sec {
  display: inline-block;
  font-size: 137.5%;
  font-weight: normal;
  color: #aaa;
}
article .heading h3 .sec.white {
  color: #fff;
}
article .heading h3 .num {
  display: inline-block;
  position: relative;
  top: 0.05em;
  margin-right: 0.3em;
  font-size: 375%;
  letter-spacing: -0.04em;
  color: #cb4801;
}
article .heading h3 .txt {
  display: inline-block;
  font-size: 200%;
}

@media(max-width:640px) {
  article .heading {
    background: none !important;
  }
  article .heading-txt {
    position: relative;
    padding: 30px 0 0;
    text-align: center;
  }
  article .heading h3 {
    color: #333;
  }
  article .heading h3 .sec {
    font-size: 137.5%;
    color: #888;
  }
  article .heading h3 .sec.white {
    color: #888;
  }
  article .heading h3 .num {
    font-size: 137.5%;
　}
  article .heading h3 .txt {
	  display:block;
  }
}
@media(max-width:480px) {
  article .heading h3 {
    font-size: 81.3%;
  }
}
@media(max-width:360px) {
  article .heading h3 {
    font-size: 75%;
  }
}

/*----------------------------------------
  section
----------------------------------------*/
section {
  margin: 70px auto 0;
  width: 93.75%;
  max-width: 1200px;
}
.content-inner {
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
section.no-margin {
  margin-top: 0;
}
section:after,
.content-inner:after {
  clear: both;
  display: block;
  content: "";
}
article .heading + section {
  margin-top: 80px;
}
section h4 {
  /*margin-bottom: 28px;*/
  /*width: 850px;*/
  margin-bottom: 2.3334%;
  width: 70.83334%;
  font-size: 150%;
  line-height: 1.5;
  color: #555555;
}
section.right-txt h4 {
  float: right;
}
section.left-txt h4 {
  float: left;
}
section .txt-box {
  width: 70.83334%;
}
section .txt-box p.txt {
  /*margin-top: 28px;*/
  margin-top: 3.2941176%;
  font-size: 100%;
  line-height: 2.0;
}
section .txt-box p.txt:first-child {
  margin-top: 0;
}
section.right-txt .txt-box {
  float: right;
}
section .person {
  /*width: 269px;*/
  margin-top: 5px;
  width: 22.416667%;
}
section.right-txt .person {
  float: left;
}
section.left-txt .person {
  float: right;
}
section .person p {
  margin-top: 8px;
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
}
section .person p span {
  font-size: 63.6%;
  font-weight: normal;
  color: #333;
}

@media(max-width:640px) {
  section {
    margin: 60px auto 0;
    width: 90.625%;
  }
  .content-inner {
    width: 90.625%;
  }
  article .heading + section {
    margin-top: 30px;
  }
  section h4 {
    float: none !important;
    margin-bottom: 20px;
    width: auto;
    font-size: 131.3%;
    text-align: center;
  }
  section h4:before {
	  content:"\00300c";
  }
  section h4:after {
	  content:"\00300d";
  }
  section .person {
    float: none !important;
    margin: 30px auto;
    width: 200px;
  }
  section .txt-box {
    float: none !important;
    width: auto;
  }
  section .txt-box p.txt {
    margin-top: 20px;
  }
}

/*----------------------------------------
  #Sec01
----------------------------------------*/
#Sec01 .heading {
  background: #000;
}
#Sec01 .img-02 {
  margin: 30px 0 0;
}

@media(max-width:640px) {
  #Sec01 .img-02 {
    margin: 30px 0;
  }
}


/*----------------------------------------
  #Sec02
----------------------------------------*/
#Sec02 .heading {
  background: #6b727d;
}
#Sec02 .img-02 {
  margin: 40px 0;
}
#Sec02 .img-03 {
  margin: 40px 0 0;
}
#Sec02 .img-03a {
  float: left;
  /*width: 588px;*/
  width: 49%;
}
#Sec02 .img-03b {
  float: right;
  /*width: 588px;*/
  width: 49%;
}
@media(max-width:480px) {
  #Sec02 .img-03a {
  float: none;
  width: 100%;
  }
  #Sec02 .img-03b {
  float: none;
  /*width: 588px;*/
  width: 100%;
  margin-top:5%;
  }
}

/*----------------------------------------
  #Sec03
----------------------------------------*/
#Sec03 .heading {
  background: #7d899d;
}
#Sec03 .img-02 {
  margin: 40px 0 50px;
}
#Sec03 .img-04 {
  margin: 40px 0 0;
}
#Sec03 .img-04a {
  float: left;
  /*width: 279px;*/
  width: 32.8235294%;
}
#Sec03 .img-04b {
  float: left;
  /*margin: 0 1px 0 6px;*/
  /*width: 282px;*/
  margin: 0 0.117647% 0 0.7058823%;
  width: 33.1764705%;
}
#Sec03 .img-04c {
  float: left;
  /*width: 282px;*/
  width: 33.1764705%;
}

@media(max-width:640px) {
  #Sec03 .img-04a {
    float: none;
    margin: 0 auto 15px;
    width: 180px;
  }
  #Sec03 .img-04b {
    width: 48.5%;
  }
  #Sec03 .img-04c {
    float: right;
    width: 48.5%;
  }
}

/*----------------------------------------
  #Sec04
----------------------------------------*/
#Sec04 {
  padding-bottom: 0;
}
#Sec04 .heading {
  background: #000;
}
#Sec04 .img-01 {
  /*margin-top: 110px;*/
  margin-top: 9.16667%;
}
#Sec04 .img-02 {
  margin: 50px auto;
  width: 86.6667%;
  max-width: 1040px;
}

@media(max-width:640px) {
  #Sec04 .img-02 {
    margin-left: -7%;
    width: 108%;
  }
}

/*----------------------------------------
  #Message
----------------------------------------*/
#Message {
  position: relative;
  margin: 200px auto 0;
  padding: 0;
  width: 93.75%;
  max-width: 1200px;
  background: #696e76;
}
#Message .message-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  /*padding: 190px 0 130px;*/
  padding: 15.833334% 0 10.83334%;
  width: 86%;
  max-width: 850px;
  color: #fff;
}
#Message h3 {
  font-size: 206.3%;
  line-height: 1.3;
  text-align: center;
}
#Message em {
  display: block;
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.3;
  text-align: center;
}
#Message p {
  /*margin-top: 35px;*/
  margin-top: 4.117647%;
  font-size: 100%;
  line-height: 2.0;
}
#Message em + p {
  /*margin-top: 160px;*/
  margin-top: 18.8235294%;
}
#Message .message-imgbox {
  position: absolute;
  left: 0;
  top: 0;
}

@media(max-width:1280px) {
  #Message {
    margin-top: 14%;
  }
}
@media(max-width:640px) {
  #Message p {
    margin-top: 20px;
  }
}

/*==================================================

  .cmn-

==================================================*/
.cmn-cnt-folder {
  position: relative;
  margin: 0 auto;
  /*padding: 0 30px;*/
  max-width: 1200px;
}
.cmn-cnt-folder:after {
  clear: both;
  display: block;
  content: "";
}
.cmn-cnt-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 83.333333%;
}
.cmn-cnt-inner:after {
  clear: both;
  display: block;
  content: "";
}
.cmn-type {
  display: block;
  font-size: 100%;
  line-height: 1.0;
}
.cmn-release {
  display: block;
  margin: 4px 0 0;
  font-size: 87.5%;
  line-height: 1.0;
  color: #cb4801;
}

.cmn-release span {
  max-width: 65%;
  display: inline-block;
  font-size: smaller;
}
.btn-box {
  position: relative;
}
.btn-box a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #777;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-box.interview a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #4b4948;
  text-align: left;
  padding: 5% 0;
  padding-left: 7%;
  background-color: #e7e7e7;
}
.btn-box.interview a img {
	width:70px;
	display:block;
	margin-bottom:3%;
}
.btn-box.interview a em {
  display:block;
  font-weight:bold;
  margin-right: 5%;
  background-image: url(../img/pdct_btn_link@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px auto;
}
.btn-box a:hover {
  background-color: #999;
}
.btn-box.interview a:hover {
  background-color: #f8f8f8;
}
.btn-box span {
  padding: 0 5% 0 0;
  background-image: url(../../img/pdct_btn_link@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
.btn-box.interview span {
  margin-left: -4%;
  background-image:none;
}

.ie-legacy .btn-box span {
  background-image: url(../../img/pdct_btn_link.png);
}
.ie-legacy .btn-box.interview span {
  background-image: none;
}

@media screen and (max-width: 800px) {
  .btn-box a {
    font-size: 12px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .btn-box.interview a {
    font-size: 14px;
	text-align: center;
  }
  .btn-box.interview a img {
	width:70px;
	display: inline-block;
	margin-bottom:0%;
	vertical-align: middle;
    margin-right: 2%;
  }
  .btn-box.interview a em {
  display: inline-block;
  margin-right: 0%;
  background-image: none;
  }
  .btn-box.interview span {
  margin-left: 0%;
  background-image: url(../img/pdct_btn_link@2x.png);
  }
}
@media screen and (max-width: 480px) {
  .btn-box a {
    font-size: 10px;
    line-height: 45px;
  }
}

/*----------------------------------------
  #Lineup
----------------------------------------*/
#Lineup {
  margin-top: 0;
}
#Lineup .cmn-cnt-folder {
  padding: 100px 0 0;
}
#Lineup .item-folder {
  /*padding: 90px 0 95px;*/
  /*padding: 7.5% 0 7.916666%;*/
}
#Lineup .item-folder:after {
  clear: both;
  display: block;
  content: "";
}
#Lineup .item {
  position: relative;
  float: left;
  /*margin: 0 0 0 19px;*/
  /*width: 381px;*/
  margin: 0 0 0 1.583333%;
  width: 31.75%;
  overflow: hidden;
}
#Lineup .item .logo img,
#Lineup .item .img-box img {
  width: 100%;
  height: auto;
}
#Lineup .item .logo {
  display: block;
  margin-bottom: 15px;
  /*width: 127px;*/
  width: 33.3334%;
  min-width: 80px;
  line-height: 0;
}
#Lineup h3 {
  font-size: 325%;
  line-height: 1.1;
}
#Lineup h3 span {
  bottom: 0;
  font-size: 76.9%;
}
#Lineup .cmn-type {
  margin: 10px 0 0;
}
#Lineup span.note {
  display: block;
  margin-top: 4px;
  font-size: 75%;
  line-height: 1.2;
  color: #cb4801;
}
#Lineup .btn-box {
  margin: 0 auto;
  width: 90%;
}
#Lineup .SEL70200GM .btn-box {
  margin-left: 0;
  margin-top: -5%;
}
#Lineup .btn-box span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../../img/icn_blank@2x.png);
  background-size: 11px 9px;
}
#Lineup .btn-box.interview span:before {
  margin-right: 0px;
  background-image: none;
}

#Lineup .foot-note {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  width: 90%;
}
#Lineup .foot-note a {
  text-decoration: underline;
}
#Lineup .foot-note a:hover {
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  #Lineup .btn-box a {
    font-size: 12px;
    line-height: 40px;
  }
  #Lineup .btn-box.interview a {
    line-height: 25px;
	margin-left:5%;
  }
  #Lineup .foot-note {
    font-size: 10px;
  }
  #Lineup .btn-box {
  width: 100%;
  max-width: none;
 }
}
@media screen and (max-width: 640px) {
  #Lineup .cmn-cnt-folder {
    padding: 60px 0 0;
  }
  #Lineup .item {
    float: none;
    margin: 30px 0 0 0 !important;
    padding-top: 30px;
    width: auto;
    border-top: 1px solid #ddd;
  }
  #Lineup .item:first-child {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none;
  }
  #Lineup .info-box {
    float: left;
    width: 50%;
  }
  #Lineup .img-box {
    float: right;
    margin: 0 !important;
    width: 46% !important;
  }
  #Lineup .btn-box-wrap {
    float: left;
    margin-top: -15px !important;
    left: 0 !important;
    width: 100%;
  }
  #Lineup .SEL70200GM .btn-box-wrap {
    margin-top: 0px !important;
  }
  #Lineup .btn-box {
    float: none;
    margin-top: 20px !important;
    left: 0 !important;
  }
  #Lineup h3 {
    font-size: 200%;
  }
  #Lineup span.note {
    font-size: 50%;
  }
  #Lineup .foot-note {
    float: left;
	width: 100%;
  }
  #Lineup .btn-box.interview a {
	margin-left:0%;
  }
}
@media screen and (max-width: 480px) {
  #Lineup .img-box {
    margin: 0 0 20px !important;
  }
}

/* IE
--------------------------------------------------*/
.ie-legacy #Lineup .btn-box span:before {
  background-image: url(../../img/icn_blank.png);
}
.ie-legacy #Lineup .btn-box.interview span:before {
  background-image: none;
}
.ie-legacy #Lineup h3, .ie9 #Lineup h3,
.ie10 #Lineup h3, .ie11 #Lineup h3 {
  line-height: 1.16;
}

/* SEL2470GM | w381
--------------------------------------------------*/
#Lineup .SEL2470GM .img-box {
  /*margin: 59px 0 0 20px;*/
  margin: 15.4855643% 0 0 5.2493438%;
  max-width: 300px;
  width: 78.740157%;
}
#Lineup .SEL2470GM .btn-box {
  /*margin-top: 23px;*/
  margin-top: 6.0367454%;
  left: -7%;
}

/* SEL85F14GM | w381
--------------------------------------------------*/
#Lineup .SEL85F14GM .img-box {
  /*margin: 57px 0 0 48px;*/
  margin: 14.9606299% 0 0 12.5984251%;
  max-width: 244px;
  width: 64.0419947%;
}
#Lineup .SEL85F14GM .btn-box {
  left: -5%;
}
#Lineup .SEL85F14GM .btn-box.interview {
  margin-top: 6.0367454%;
}

/* SEL70200GM | w381
--------------------------------------------------*/
#Lineup .SEL70200GM .img-box {
  /*margin: 27px 0 0;*/
  margin: 7.0866141% 0 0;
  max-width: 364px;
  width: 95.5380577%;
}
#Lineup .SEL70200GM .btn-box.interview {
  margin-top: 6.0367454%;
}



/*==================================================

  footer

==================================================*/
footer {
  background-color: #000;
}
footer .cmn-cnt-folder {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
footer .cmn-cnt-inner {
  margin-top: 9.166666%;
  /*padding-bottom: 624px;*/
  padding-bottom: 52%;
  overflow: hidden;
}
footer .footer-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
footer strong {
  display: block;
  /*margin-top: 220px;*/
  /*width: 281px;*/
  margin-top: 22%;
  width: 28.1%;
  min-width: 160px;
  line-height: 0;
}
footer strong img {
  width: 100%;
  height: auot;
}
footer .btn-box {
  margin-top: 6%;
  width: 29.0%;
  min-width: 180px;
}
footer p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  font-size: 62.5%;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  footer .cmn-cnt-inner {
    margin-top: 60px;
    padding-bottom: 75%;
    background-size: auto 160%;
	width: 90.333333%;
  }
  footer .cmn-cnt-inner p {
	  text-align:left;
  }
  footer strong {
    margin-top: 40px;
  }
  footer .btn-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  footer p {
    font-size: 8px;
  }
}

/*==================================================

  .s5-returnToTop

==================================================*/
.s5-returnToTop {
  margin: 0;
}
