@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.att {
  padding-left: 1em;
  text-indent: -1em
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em
}


body {
  background: #fff;
  transition: 1s;
}

section.visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-width: 1000px
}

@media only screen and (max-width:768px) {
  section.visual {
    min-width: 0
  }
}

section.visual .image {
  position: relative
}

section.visual .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: rgba(0, 0, 0, .1)
}

section.visual .copy {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 10
}

@media only screen and (max-width:768px) {
  section.visual .copy {
    position: static;
    padding: 2rem 0
  }
}

section.visual .copy h1 {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: .05em
}

section.visual .copy h1.white {
  color: #fff
}

@media only screen and (max-width:768px) {
  section.visual .copy h1.white {
    color: #000
  }
}

@media only screen and (max-width:768px) {
  section.visual .copy h1 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
  }
}

section.visual .name {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 3rem
}

@media only screen and (max-width:768px) {
  section.visual .name {
    position: static;
    padding: 5%;
    text-align: center;
    background: #cc0012
  }
}

section.visual .name .bgb {
  display: block;
  position: absolute;
  width: 400%;
  height: 280%;
  top: -20%;
  left: -110%;
  content: "";
  z-index: 999;
  background: rgba(204, 0, 18, .8);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

@media only screen and (max-width:768px) {
  section.visual .name .bgb {
    display: none
  }
}

section.visual .name .name_box {
  position: relative;
  z-index: 1000;
  color: #fff;
  text-align: right
}

@media only screen and (max-width:768px) {
  section.visual .name .name_box {
    text-align: center
  }
}

section.visual .name .name_box p.jp {
  font-size: 20px;
  font-size: 2rem
}

@media only screen and (max-width:768px) {
  section.visual .name .name_box p.jp {
    font-size: 16px;
    font-size: 1.6rem
  }
}

section.visual .name .name_box p.en {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative
}

@media only screen and (max-width:768px) {
  section.visual .name .name_box p.en {
    font-size: 12px;
    font-size: 1.2rem
  }
}

section.visual .name .name_box p.en:after {
  content: '';
  display: block;
  margin: 1rem 0 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff
}

@media only screen and (max-width:768px) {
  section.visual .name .name_box p.en:after {
    margin: 1rem auto
  }
}

section.visual .name .name_box p.prof {
  font-size: 14px;
  font-size: 1.4rem
}

@media only screen and (max-width:768px) {
  section.visual .name .name_box p.prof {
    font-size: 13px;
    font-size: 1.3rem
  }
}

section.interview_main {
  padding: 10rem 0
}

@media only screen and (max-width:768px) {
  section.interview_main {
    padding: 3rem 0
  }
}

section.interview_main.white {
  color: #fff
}

section.interview_main.white .inner .txt_block.single {
  margin: 0 auto 5rem auto
}

@media only screen and (max-width:768px) {
  section.interview_main.white .inner .txt_block.single {
    margin: 0 0 3rem 0
  }
}

section.interview_main .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%
}

section.interview_main .inner .int_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  section.interview_main .inner .int_flex {
    display: block
  }
}

section.interview_main .inner .int_flex .txt_block {
  width: 50%
}

@media only screen and (max-width:768px) {
  section.interview_main .inner .int_flex .txt_block {
    width: 100%;
    margin: 0 0 3rem 0
  }
}

section.interview_main .inner .int_flex .image {
  width: 45%
}

@media only screen and (max-width:768px) {
  section.interview_main .inner .int_flex .image {
    width: 100%
  }
}

section.interview_main .inner .txt_block.single {
  width: 680px;
  margin: auto
}

@media only screen and (max-width:768px) {
  section.interview_main .inner .txt_block.single {
    width: 100%
  }
}

section.interview_main .inner .txt_block.single h3 {
  text-align: center
}

section.interview_main .inner .txt_block.single .int_cat {
  text-align: center
}

section.interview_main .inner .txt_block .int_cat {
  margin: 0 0 1rem 0
}

@media only screen and (max-width:768px) {
  section.interview_main .inner .txt_block .int_cat {
    text-align: center
  }
}

section.interview_main .inner .txt_block .int_cat p {
  display: inline-block;
  background: #cc0012;
  color: #fff;
  font-weight: 700;
  padding: .2rem 1rem
}

section.interview_main .inner .txt_block h3 {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 0 0 2rem 0
}

@media only screen and (max-width:768px) {
  section.interview_main .inner .txt_block h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
  }
}

section.people_under {
  padding: 0 5%;
  max-width: 1200px;
  margin: auto
}

section.people_under .title {
  text-align: center;
  color: #fff;
  margin: 0 0 5rem 0
}

section.people_under .title p.en {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem
}

section.people_under .title p.jp {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem
}



