@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

html, body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

p {
  word-break: break-all;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

i {
  margin-right: 6px;
}

.pc_only {
  display: block;
  margin: 0 auto;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
  }
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link,
a:visited,
a:active {
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
}

a:hover {
  color: #000;
  opacity: .7;
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollView
--------------------------------------------------- */
.scrollView {
  -webkit-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(0%, 20px);
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollView.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0%, 0%);
  transform: scale(1, 1) translate(0%, 0%);
}

.scrollTxt {
  display: block;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 1.2s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  transition: width 1.2s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
.scrollTxt span {
  display: block;
}

.scrollTxt.view {
  width: 100%;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -24px;
  background: url(../img/arrow_l.png) no-repeat left center;
  background-size: 11px 24px;
  width: 48px;
  height: 48px;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.slick-prev:hover {
  opacity: 0.5;
  /*  -webkit-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);*/
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -24px;
  background: url(../img/arrow_r.png) no-repeat right center;
  background-size: 11px 24px;
  width: 48px;
  height: 48px;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.slick-next:hover {
  opacity: 0.5;
  /*  -webkit-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);*/
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li {
  height: 2px;
  width: 20px;
  background: #fff;
  margin-right: 10px;
  opacity: 0.5;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  /*opacity: 0;*/
  height: 2px;
  width: 20px;
  overflow: hidden;
  background: transparent;
  border: none;
  text-indent: -99999px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .slide .slick-prev:hover {
    opacity: 1;
  }

  .slide .slick-next:hover {
    opacity: 1;
  }

  .slick-prev {
    display: block;
    position: absolute;
    top: -42.96vw;
    left: 5.333vw;
    margin-top: 0;
    background: url(../img/arrow_l.png) no-repeat left center;
    background-size: 9px 18px;
    width: 40px;
    height: 40px;
  }

  .slick-next {
    display: block;
    position: absolute;
    top: -42.96vw;
    right: 5.333vw;
    margin-top: 0;
    background: url(../img/arrow_r.png) no-repeat right center;
    background-size: 9px 18px;
    width: 40px;
    height: 40px;
  }

  .slick-dots {
    position: absolute;
    bottom: 7.7333vw;
    left: 50%;
    right: auto;
    margin-left: -42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slick-dots li {
    height: 2px;
    width: 15px;
    background: #fff;
    margin-right: 8px;
    opacity: 0.5;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots li.slick-active {
    opacity: 1;
  }
  .slick-dots button {
    /*opacity: 0;*/
    width: 15px;
  }
}
/*----------------------------------------------------
  #loading
--------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1000;
  text-align: center;
  color: #000;
}

#loading.out {
  -webkit-transition: all 0.5s 0.5s linear;
  transition: all 0.5s 0.5s linear;
  opacity: 0;
}

/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------
  #header
--------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  height: 37px;
  width: 100%;
}

#header .inner {
  position: relative;
  height: 37px;
  width: 100%;
}

#header .logo {
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 40px;
}

#header .promotion {
  position: absolute;
  width: 62px;
  bottom: 0;
  right: 43px;
}

@media only screen and (max-width: 768px) {
  #header {
    height: 31px;
    padding: 0 5.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #header .inner {
    height: 31px;
  }

  #header .logo {
    left: 0;
    width: 73px;
  }

  #header .promotion {
    width: 63px;
    right: 0;
  }
}
/*----------------------------------------------------
  #top_visual
--------------------------------------------------- */
#top_visual {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 840px;
}
#top_visual figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  background: url(../img/pc_kv.jpg) no-repeat center center;
  background-size: cover;
}
#top_visual .kv_txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_visual .kv_txt .inner {
  width: 100%;
  max-width: 560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_visual .kv_txt .inner .en_title {
  width: 190px;
}
#top_visual .kv_txt .inner h1 {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 37px;
}
#top_visual .kv_txt .inner .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  #top_visual {
    min-width: 320px;
    display: block;
    height: auto;
    min-height: 108vw;
    background: url(../img/sp_kv.png) no-repeat center top #f5f5f5;
    background-size: 100% auto;
  }
  #top_visual figure {
    width: 100%;
    background-image: none;
    height: 108vw;
  }
  #top_visual .kv_txt {
    width: 100%;
    display: block;
  }
  #top_visual .kv_txt .inner {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.33333% 10.6%;
  }
  #top_visual .kv_txt .inner .en_title {
    width: 161px;
    margin: auto;
  }
  #top_visual .kv_txt .inner h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 6.6%;
    text-align: center;
  }
  #top_visual .kv_txt .inner .txt {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 6.6%;
  }
}
@media only screen and (max-width: 320px) {
  #top_visual .kv_txt .inner h1 {
    font-size: 2.1rem;
  }
}
/*----------------------------------------------------
 #items
--------------------------------------------------- */
#items_slide {
  background: #018dca;
}
#items_slide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 630px;
  min-width: 880px;
}
#items_slide .no1 {
  background: url(../img/pc_item_01.png) no-repeat center center;
  background-size: cover;
}
#items_slide .no2 {
  background: url(../img/pc_item_02.png) no-repeat center center;
  background-size: cover;
}
#items_slide .no3 {
  background: url(../img/pc_item_03.png) no-repeat center center;
  background-size: cover;
}
#items_slide .no4 {
  background: url(../img/pc_item_04.png) no-repeat center center;
  background-size: cover;
}

#items_txt_slide {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1120px;
  font-weight: 300;
  /*	.slick-list{
  		max-width: 100%;
  	}*/
}
#items_txt_slide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 630px;
  width: 100%;
}
#items_txt_slide .item .item_wrap {
  width: 50%;
  color: #fff;
}
#items_txt_slide .item .item_wrap .en_title {
  /*margin-top: 149px;*/
  margin-top: 11.64vw;
  width: 157px;
}
#items_txt_slide .item .item_wrap h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-top: 18px;
}
#items_txt_slide .item .item_wrap .txt_box {
  max-width: 481px;
}
#items_txt_slide .item .item_wrap .txt {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.7142;
}
#items_txt_slide .item .item_wrap .note {
  margin-top: 32px;
  font-size: 1.2rem;
}

#items {
  position: relative;
  /*.movie_area{
  	max-width: 1120px;
  	width: 100%;
  	margin: 120px auto 0;
  }
  
  #movieplayer1{
  	position:relative;
  	padding:54.05% 0 0 0;
  	width: 100%;
  }
  
  .movie_area iframe{
  	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  }*/
}
#items .movie_area {
  max-width: 1120px;
  width: 100%;
  margin: 120px auto 0;
  position: relative;
}
#items #movieplaye1 {
  position: relative;
  width: 100%;
}
#items #movieplayer1 iframe {
  position: relative;
  width: 1120px;
  height: 630px;
  z-index: 1;
}

@media only screen and (max-width: 1120px) {
  #items #movieplayer1 iframe {
    position: relative;
    width: 100%;
    height: 56.268vw;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .slideBg {
    background-color: #018dca;
  }

  #items_slide .item {
    min-height: 92.9333vw;
    width: 100%;
    min-width: 320px;
  }
  #items_slide .no1 {
    background: url(../img/sp_item_01.png) no-repeat center top;
    background-size: cover;
  }
  #items_slide .no2 {
    background: url(../img/sp_item_02.png) no-repeat center top;
    background-size: cover;
  }
  #items_slide .no3 {
    background: url(../img/sp_item_03.png) no-repeat center top;
    background-size: cover;
  }
  #items_slide .no4 {
    background: url(../img/sp_item_04.png) no-repeat center top;
    background-size: cover;
  }

  #items_txt_slide {
    position: relative;
    margin-top: -14.2666%;
    width: 100%;
    min-width: 100%;
    padding-bottom: 16%;
  }
  #items_txt_slide .slick-list {
    max-width: 100%;
  }
  #items_txt_slide .item {
    display: block;
    min-height: 100%;
  }
  #items_txt_slide .item .item_wrap {
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.33333%;
  }
  #items_txt_slide .item .item_wrap .en_title {
    margin: 0 auto;
    width: 126px;
  }
  #items_txt_slide .item .item_wrap h2 {
    font-size: 2.2rem;
    line-height: 1.25;
    margin-top: 4%;
    text-align: center;
  }
  #items_txt_slide .item .item_wrap .txt_box {
    max-width: 100%;
  }
  #items_txt_slide .item .item_wrap .txt {
    margin-top: 5.33333%;
    font-size: 1.2rem;
    line-height: 1.7142;
  }
  #items_txt_slide .item .item_wrap .note {
    margin-top: 1.33333%;
    font-size: 1.2rem;
  }

  #items {
    position: relative;
  }
  #items .movie_area {
    /*	padding:54.05% 0 0 0;*/
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    margin: 16% auto 0;
    padding: 0 5.33333%;
  }
  #items #movieplayer1 iframe {
    position: relative;
    width: 100%;
    height: 56.268vw;
    z-index: 1;
  }
}
/*----------------------------------------------------
  #interview
--------------------------------------------------- */
#interview {
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
  background-color: #f6f4f4;
  position: relative;
  margin-top: 120px;
  padding-top: 63px;
  padding-bottom: 70px;
  /*	.movie_area{
  		max-width: 1120px;
  		width: 100%;
  		margin: 80px auto 0;
  	}
  	
  	#movieplayer2{
  		position:relative;
  		padding:54.05% 0 0 0;
  		width: 100%;
  	}
  	
  	.movie_area iframe{
  		position:absolute;
  		top:0;
  		left:0;
  		width:100%;
  		height:100%;
  	}*/
}
#interview h2 {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 0;
  width: 200px;
  margin-top: -15px;
  /*	transform: translateY(-50%);*/
}
#interview .lead {
  font-size: 1.8rem;
  line-height: 1.7777;
  text-align: center;
}
#interview .prof {
  max-width: 1120px;
  margin: 61px auto 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview .prof figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
#interview .prof .prof_box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 83px 80px 0 80px;
}
#interview .prof .prof_box .en_title {
  width: 182px;
}
#interview .prof .prof_box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 24px;
}
#interview .prof .prof_box .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 22px;
}
#interview .chat {
  max-width: 1120px;
  margin: auto;
}
#interview .chat li {
  margin-top: 20px;
}
#interview .chat li:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#interview .chat li:first-child {
  margin-top: 80px;
}
#interview .chat dl.figaro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview .chat dl.figaro dt {
  width: 80px;
  margin-right: 42px;
}
#interview .chat dl.figaro dd {
  position: relative;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 670px;
  padding: 35px 50px;
}
#interview .chat dl.figaro dd::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 32px;
  border-style: solid;
  border-width: 9px 18px 9px 0;
  border-color: transparent #fff transparent transparent;
}
#interview .chat dl.junping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#interview .chat dl.junping dt {
  width: 80px;
  margin-left: 42px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#interview .chat dl.junping dd {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#interview .chat dl.junping dd .txt {
  position: relative;
  background: #e0eed1;
  border-radius: 10px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 50px;
}
#interview .chat dl.junping dd .txt::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 32px;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent #e0eed1;
}
#interview .chat dl.junping dd figure {
  margin-top: 20px;
}
#interview .chat dl.junping dd figure img {
  border-radius: 10px;
}
#interview .movie_area {
  max-width: 1120px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
}
#interview #movieplayer2 {
  position: relative;
  width: 100%;
}
#interview #movieplayer2 iframe {
  position: relative;
  width: 1120px;
  height: 630px;
  z-index: 1;
}

#interview.blue {
  background-color: #c6e1ec;
}

@media only screen and (max-width: 1120px) {
  #interview .prof figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  #interview .prof .prof_box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 5% 0;
  }
  #interview .prof .prof_box h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 24px;
  }
  #interview .prof .prof_box .txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 22px;
  }
  #interview #movieplayer2 iframe {
    position: relative;
    width: 100%;
    height: 56.268vw;
    z-index: 1;
  }
}
@media only screen and (max-width: 950px) {
  #interview .prof .prof_box {
    padding: 4% 4% 0;
  }
  #interview .prof .prof_box h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 18px;
  }
  #interview .prof .prof_box .txt {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #interview {
    margin-top: 16%;
    padding: 12% 5.33333% 10.6%;
  }
  #interview h2 {
    position: absolute;
    left: 50%;
    margin-left: -71px;
    top: 0;
    width: 142px;
    margin-top: -10px;
  }
  #interview .lead {
    font-size: 1.3rem;
    line-height: 1.7777;
    text-align: left;
  }
  #interview .prof {
    max-width: 1120px;
    margin: 8% auto 0;
    display: block;
  }
  #interview .prof figure {
    width: 100%;
  }
  #interview .prof .prof_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7.4% 5.9%;
  }
  #interview .prof .prof_box .en_title {
    width: 130px;
    margin: auto;
  }
  #interview .prof .prof_box h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 3%;
    text-align: center;
  }
  #interview .prof .prof_box .txt {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 4.4%;
  }
  #interview .chat {
    max-width: 100%;
    margin: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #interview .chat li {
    margin-top: 3%;
  }
  #interview .chat li:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #interview .chat li:first-child {
    margin-top: 8.9%;
  }
  #interview .chat dl.figaro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 76.1194%;
  }
  #interview .chat dl.figaro dt {
    width: 30px;
    margin-right: 15px;
  }
  #interview .chat dl.figaro dd {
    position: relative;
    background: #fff;
    border-radius: 10px;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 45px);
    padding: 4vw;
  }
  #interview .chat dl.figaro dd::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 11px;
    border-style: solid;
    border-width: 4px 10px 4px 0;
    border-color: transparent #fff transparent transparent;
  }
  #interview .chat dl.junping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 76.1194%;
  }
  #interview .chat dl.junping dt {
    width: 30px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #interview .chat dl.junping dd {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(100% - 45px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #interview .chat dl.junping dd .txt {
    position: relative;
    background: #e0eed1;
    border-radius: 10px;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4vw;
  }
  #interview .chat dl.junping dd .txt::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 11px;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #e0eed1;
  }
  #interview .chat dl.junping dd figure {
    margin-top: 4.7619%;
  }
  #interview .chat dl.junping dd figure img {
    border-radius: 10px;
  }
  #interview .movie_area {
    /*	padding:54.05% 0 0 0;*/
    max-width: 100%;
    width: 100%;
    margin: 11.94029% auto 0;
  }
  #interview #movieplayer2 iframe {
    position: relative;
    width: 100%;
    height: 56.268vw;
    z-index: 1;
  }
}
/*----------------------------------------------------
  footer
--------------------------------------------------- */
footer {
  background-color: #c6e1ec;
  padding-bottom: 60px;
}
footer .credit {
  font-size: 1.3rem;
  text-align: center;
}
footer .contact {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .contact li {
  margin-right: 1em;
}
footer .contact li:last-child {
  margin-right: 0;
}
footer .copyright {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
}
footer .copyright img {
  width: 85px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .copyright span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
}

@media only screen and (max-width: 768px) {
  footer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.33333% 10.6%;
  }
  footer .credit {
    font-size: 1.1rem;
    text-align: center;
    /*word-break: break-all;*/
  }
  footer .contact {
    font-size: 1.1rem;
    display: block;
    margin-top: 11.94029%;
  }
  footer .contact li {
    text-align: center;
    margin-right: 0;
    margin-top: 3%;
  }
  footer .contact li:last-child {
    margin-right: 0;
  }
  footer .contact li:first-child {
    font-size: 1.2rem;
    margin-top: 0;
  }
  footer .copyright {
    text-align: center;
    margin-top: 8.9%;
    font-size: 0.9rem;
  }
  footer .copyright img {
    width: 64px;
    display: block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
  }
  footer .copyright span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3%;
  }
}
