@charset "utf-8";
/* ==================================================================================== */
/* 初期設定 */
/* ==================================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
html, body { height: 100%; }
body {
  background-color: #fff;
  line-height: 1.5;
  font-size: 15px;
  font-family: "Noto Sans", "Helvetica Neue" ,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
}
a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all .35s;
  transition: all .35s;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.l_wrapper {
  position: relative;
}
/* ==================================================================================== */
/* メイン画像 */
/* ==================================================================================== */
.m_main-image-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/main-image-bg.jpg) no-repeat center top;
  background-size: cover;
}
.m_main-image-text {
  margin: 0;
}
.m_main-image-text > div {
  position: absolute;
  left: 50%;
}
.m_main-image-text-01 {
  top: 30%;
  width: 389px;
  margin: -55px 0 0 -194px;
}
.m_main-image-text-02 {
  top: 50%;
  width: 460px;
  margin: -18px 0 0 -230px;
}
.m_main-image-text-03 {
  top: 70%;
  width: 328px;
  margin: -30px 0 0 -164px;
}
.m_language-select {
  position: absolute;
  top: 90%;
  left: 50%;
  margin: 0 0 0 -132px;
  zoom: 1;
}
.m_language-select:before,
.m_language-select:after {
  content: " ";
  display: table;
}
.m_language-select:after {
  clear: both;
}
.m_language-select > li {
  float: left;
  width: 120px;
  list-style: none;
}
.m_language-select > li:first-child {
  margin: 0 24px 0 0;
}
.m_language-btn a {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 28px;
  background-color: transparent;
  border: 2px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
.m_language-btn a:hover {
  background-color: #fff;
  color: #333;
}
.m_language-btn.is_seletcted {
  height: 32px;
  line-height: 28px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
.m_movieWrap {
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .m_main-image-bg {
    background-position: 43% 50%;
  }
  .m_main-image-text-01 {
    top: 40%;
    width: 70%;
    margin: 0 0 0 -35%;
  }
  .m_main-image-text-02 {
    top: 55%;
    width: 70%;
    margin: 0 0 0 -35%;
  }
  .m_main-image-text-03 {
    top: 70%;
    width: 70%;
    margin: 0 0 0 -35%;
  }
  .m_language-select {
    position: absolute;
    top: 90%;
    left: 50%;
    margin: 0 0 0 -132px;
    zoom: 1;
  }
  .m_movieWrap {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-top: 56.25%;
  }
  .m_movieWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* ==================================================================================== */
/* コンテンツ */
/* ==================================================================================== */
.l_section-lead {
  padding: 76px 0;
  text-align: center;
}
.m_text + .m_text {
  margin: 32px 0 0;
}
.l_section-interview {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
}
.l_section-interview:before,
.l_section-interview:after {
  content: " ";
  display: table;
}
.l_section-interview:after {
  clear: both;
}
.l_interview-image {
  width: 39.0625%;
  min-height: 400px;
}
.l_interview-text {
  width: 60.9375%;
}
.l_interview-text .l_container {
  width: 660px;
}
.m_text--question {
  font-weight: bold;
}
.m_line {
  display: inline-block;
  width: 40px;
  height: 15px;
  margin-right: 1rem;
  line-height: 15px;
  vertical-align: super;
  border-bottom: 1px solid #666;
}
.m_name {
  font-weight: bold;
  margin-right: 1rem;
}
.interview-01 .l_interview-image,
.interview-03 .l_interview-image,
.interview-05 .l_interview-image {
  float: left;
}
.interview-01 .l_interview-text,
.interview-03 .l_interview-text,
.interview-05 .l_interview-text {
  float: right;
  background-color: #4e8282;
  color: #fff;
}
.interview-01 .l_interview-text .m_line,
.interview-03 .l_interview-text .m_line,
.interview-05 .l_interview-text .m_line {
  border-bottom: 1px solid #fff;
}
.interview-01 .l_interview-text .l_container,
.interview-03 .l_interview-text .l_container,
.interview-05 .l_interview-text .l_container {
  padding: 32px 0 32px 24px;
}
.interview-02 .l_interview-image,
.interview-04 .l_interview-image,
.interview-06 .l_interview-image  {
  float: right;
}
.interview-02 .l_interview-text,
.interview-04 .l_interview-text,
.interview-06 .l_interview-text {
  float: left;
  background-color: #f2f2f2;
}
.interview-02 .l_interview-text .l_container,
.interview-04 .l_interview-text .l_container,
.interview-06 .l_interview-text .l_container {
  float: right;
  padding: 32px 24px 32px 0;
}
.interview-01 .l_interview-image {
  background: url(../img/interview-image-01.jpg) no-repeat center center;
  background-size: cover;
}
.interview-02 .l_interview-image {
  background: url(../img/interview-image-02.jpg) no-repeat center center;
  background-size: cover;
}
.interview-03 .l_interview-image {
  background: url(../img/interview-image-03.jpg) no-repeat center center;
  background-size: cover;
}
.interview-04 .l_interview-image {
  background: url(../img/interview-image-04.jpg) no-repeat center center;
  background-size: cover;
}
.interview-05 .l_interview-image {
  background: url(../img/interview-image-05.jpg) no-repeat center center;
  background-size: cover;
}
.interview-06 .l_interview-image {
  background: url(../img/interview-image-06.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1600px) {
  .l_interview-image {
    min-height: 640px;
  }
}
@media screen and (max-width: 1040px) {
  .l_section-lead {
    padding: 36px 16px;
    text-align: left;
  }
  .l_section-lead .m_text:first-child br {
    display: none;
  }
  .l_interview-image {
    width: 100%;
  }
  .l_interview-text {
    width: 100%;
  }
  .l_interview-text .l_container {
    width: 100%;
    padding:
  }
  .interview-01 .l_interview-image,
  .interview-03 .l_interview-image,
  .interview-05 .l_interview-image {
    float: none;
    height: 640px;
  }
  .interview-01 .l_interview-text,
  .interview-03 .l_interview-text,
  .interview-05 .l_interview-text {
    float: none;
  }
  .interview-01 .l_interview-text .l_container,
  .interview-03 .l_interview-text .l_container,
  .interview-05 .l_interview-text .l_container {
    padding: 32px 16px 32px;
  }
  .interview-02,
  .interview-04,
  .interview-06 {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse; /* Safari */
    flex-direction: column-reverse;
  }
  .interview-02 .l_interview-image,
  .interview-04 .l_interview-image,
  .interview-06 .l_interview-image {
    float: none;
    height: 640px;
  }
  .interview-02 .l_interview-text,
  .interview-04 .l_interview-text,
  .interview-06 .l_interview-text {
    float: none;
  }
  .interview-02 .l_interview-text .l_container,
  .interview-04 .l_interview-text .l_container,
  .interview-06 .l_interview-text .l_container {
    float: none;
    padding: 32px 16px 32px;
  }
}
@media screen and (max-width: 767px) {
  .interview-01 .l_interview-image,
  .interview-03 .l_interview-image,
  .interview-05 .l_interview-image {
    height: 360px;
  }
  .interview-02 .l_interview-image,
  .interview-04 .l_interview-image,
  .interview-06 .l_interview-image {
    height: 360px;
  }
}
/* ==================================================================================== */
/* フッター */
/* ==================================================================================== */
.l_section-link {
  padding: 40px 0;
  background-color: #fff;
}
.l_section-link .m_btn a {
  display: block;
  width: 320px;
  height: 32px;
  margin: 0 auto;
  line-height: 28px;
  text-align: center;
  border: 2px solid #f2a51e;
  color: #f2a51e;
  text-decoration: none;
}
.l_section-link .m_btn a:hover {
  background-color: #f2a51e;
  color: #fff;
}
.m_page-top a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 32px 0;
  background-color: #4e8282;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
.m_page-top a:hover {
  opacity: .5;
}
.l_footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  text-align: center;
  color: #f2a51e;
}
@media screen and (max-width: 1040px) {
  .l_section-link .m_btn a {
    width: 90%;
  }
  .m_page-top a {
    padding: 16px 0;
  }
  .l_footer {
    height: 50px;
    line-height: 50px;
  }
}