@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../font/Roboto-Medium.ttf") format("opentype");
}
html {
  font-size: 62.5% !important;
  font-family: "游ゴシック", YuGothic, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  -webkit-overflow-scrolling: touch;
}
body.article .header_sns {
  display: none;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

div,
section {
  position: relative;
}

.page {
  max-width: 800px;
  margin: 0 auto;
}

p.text {
  line-height: 3.0rem;
}

b {
  font-weight: bold;
}

.text_rb {
  color: #00aeda;
}

.continer {
  overflow: hidden;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
}

.parallax {
  z-index: 5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .parallax {
    background-image: url("../img/bg2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media all and (-ms-high-contrast: none) {
  .parallax {
    background-image: url("../img/bg3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@supports (-ms-ime-align: auto) {
  .parallax {
    background-image: url("../img/bg3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.parallax_img {
    /*
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
*/
  top: 0;
}
@media screen and (max-width: 749px) {
  .parallax_img {
    width: 100%;
  }
}

.loading {
  color: grey;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

.header {
  z-index: 999;
  position: absolute;
  width: 100%;
}
.header_sanki {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 210px;
}
@media screen and (max-width: 749px) {
  .header_sanki {
    width: 140px;
    top: 5px;
    left: 5px;
  }
}
.header_asahi {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
}
@media screen and (max-width: 749px) {
  .header_asahi {
    width: 122px;
    top: 5px;
    right: 5px;
  }
}
.header_credit {
  color: #FFF;
  font-size: 1.0rem;
  position: absolute;
  right: 10px;
  top: 40px;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .header_credit {
    font-size: 0.9rem;
    right: 5px;
    top: 25px;
    line-height: 1.5;
  }
}
.header_sns {
  position: absolute;
  top: 70px;
  right: 10px;
}
@media screen and (max-width: 749px) {
  .header_sns {
    top: 60px;
    right: 5px;
  }
}
.header_sns_img {
  width: 25px;
  height: 25px;
}
.header_sns_link:first-of-type {
  margin-right: 15px;
}
.headerArticle {
  height: 280px;
  background: url("../img/bg_header.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .headerArticle {
    height: 150px;
    background: url("../img/bg_header_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.headerArticle_title {
  height: 80%;
}
@media screen and (max-width: 749px) {
  .headerArticle_title {
    height: 70%;
  }
}
.headerArticle_title_img {
  height: 100%;
}

.mv {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.mv_title {
  position: absolute;
  z-index: 900;
  left: 50%;
  transform: translateX(-50%);
}
.mv_title-baseline {
  width: 160px;
  height: 100vh;
  background: -webkit-linear-gradient(#0045b8, #00aeda 30%, #0045b8);
  background: -o-linear-gradient(#0045b8, #00aeda 30%, #0045b8);
  background: linear-gradient(#0045b8, #00aeda 30%, #0045b8);
  opacity: 0.8;
}
.mv_title-word {
  width: 430px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mv_slideWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
}
.mv_slideContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv_slideList_img {
  width: 100%;
}
.mv_slideList_imgWrap {
  position: absolute;
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.mv_slideList_img-1 {
  background: url("../img/mv_01_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .mv_slideList_img-1 {
    background: url("../img/mv_01_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.mv_slideList_img-2 {
  background: url("../img/mv_02_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .mv_slideList_img-2 {
    background: url("../img/mv_02_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.mv_slideList_img-3 {
  background: url("../img/mv_03_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .mv_slideList_img-3 {
    background: url("../img/mv_03_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.mv_slideList_img-4 {
  background: url("../img/mv_04_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .mv_slideList_img-4 {
    background: url("../img/mv_04_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .mv_slideList_imgWrap,
.swiper-slide-duplicate-active .mv_slideList_imgWrap,
.swiper-slide-prev .mv_slideList_imgWrap {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.mainTitleWrap {
  position: absolute;
  z-index: 900;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}
.mainTitle-baseline {
  margin: 0 auto;
  width: 160px;
  height: 100%;
  background: -webkit-linear-gradient(#0045b8, #00aeda 30%, #0045b8);
  background: -o-linear-gradient(#0045b8, #00aeda 30%, #0045b8);
  background: linear-gradient(#0045b8, #00aeda 30%, #0045b8);
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  .mainTitle-baseline {
    width: 85px;
  }
}
.mainTitle-word {
  position: absolute;
  width: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 749px) {
  .mainTitle-word {
    width: 300px;
  }
}

.scrollTop {
  font-family: "roboto";
  font-size: 1.4rem;
  color: #FFF;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .scrollTop {
    bottom: 15px;
  }
}
.scrollTop_icon {
  width: 38px;
  margin-bottom: 23px;
  animation: sdb 1.5s infinite;
}
.scrollTop_text {
  letter-spacing: 0.05em;
}

@keyframes sdb {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 20px);
    opacity: 0;
  }
}
.caption {
  z-index: 10;
  padding-top: 100px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  position: relative;
  color: white;
}
@media screen and (max-width: 749px) {
  .caption {
    font-weight: normal;
    padding: 45px 25px;
    text-align: left;
  }
}

.member {
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .member {
    padding: 0 25px;
  }
}
.memberList {
  position: relative;
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  .memberLists {
    height: 700px !important;
  }
}
@media screen and (min-width: 750px) {
  .memberLists {
    width: 100%;
    max-width: 1170px;
    height: 950px;
    margin: 140px auto auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 750px) {
  .memberList {
    height: 442px;
    width: 10.2%;
    max-width: 120px;
    margin-right: 2.5%;
    margin-bottom: 63px;
  }
  .memberList a {
    display: block;
  }
  .memberList a:hover {
    cursor: pointer;
  }
  .memberList a:hover .memberList-human {
    transform: translate(-50%, -5%);
  }
  .memberList:nth-of-type(8), .memberList:nth-of-type(15) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  .memberList {
    height: 300px !important;
  }
  .memberList a:hover .memberList-human {
    transform: translate(-50%, -5%) scale(0.655);
  }
}
@media screen and (min-width: 750px) {
  .memberList-human {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    transition: 0.5s;
  }
  .memberList-human-1 {
    width: 85px;
    margin-left: 4px;
  }
  .memberList-human-2 {
    width: 70px;
  }
  .memberList-human-3 {
    width: 103px;
    margin-left: 5px;
  }
  .memberList-human-4 {
    width: 103px;
    margin-left: -9px;
  }
  .memberList-human-5 {
    width: 91px;
    margin-left: -7px;
  }
  .memberList-human-6 {
    width: 84px;
    margin-left: 5px;
  }
  .memberList-human-7 {
    width: 115px;
  }
  .memberList-human-8 {
    width: 84px;
    margin-left: 5px;
  }
  .memberList-human-9 {
    width: 105px;
    margin-left: 5px;
  }
  .memberList-human-10 {
    width: 88px;
    margin-left: 9px;
  }
  .memberList-human-11 {
    width: 90px;
    margin-left: -5px;
  }
  .memberList-human-12 {
    width: 85px;
  }
  .memberList-human-13 {
    width: 84px;
    margin-left: -9px;
  }
  .memberList-human-14 {
    width: 84px;
  }
  .memberList-human-15 {
    width: 83px;
    margin-left: -4px;
  }
}
@media screen and (max-width: 749px) {
  .memberList-human {
    display: none;
  }
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  .memberList-human {
    transform: translate(-50%, 0%) scale(0.655);
    transform-origin: 50% 0;
  }
}
@media screen and (min-width: 750px) {
  .memberList-circle {
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 749px) {
  .memberList-circle {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .memberList-interview {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
  }
  .memberList-interview:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 749px) {
  .memberList-interview {
    display: none;
  }
}
.memberList-sp {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .memberList-sp {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .interview {
    margin: 100px auto 0;
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .interview {
    margin: 50px auto;
    padding: 0 25px;
  }
}
@media screen and (min-width: 750px) {
  .interviewList {
    height: 280px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .interviewList {
    margin-bottom: 15px;
  }
}
.interviewList_link {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .interviewList_link {
    flex-direction: column;
  }
}
.interviewList_link:hover .interviewList_thum_img {
  transform: scale(1.2, 1.2);
  opacity: 0.7;
}
.interviewList_thum {
  background: #000;
  overflow: hidden;
  width: 50%;
}
.interviewList_thum_img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
@media screen and (max-width: 749px) {
  .interviewList_thum {
    order: 1;
    width: 100%;
  }
}
.interviewList_title {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 749px) {
  .interviewList_title {
    order: 2;
    width: 100%;
  }
}
.interviewList_title_img {
  display: block;
  width: 100%;
}
.interviewList_title_word1 {
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  font-size: 3.0rem;
}
@media screen and (max-width: 749px) {
  .interviewList_title_word1 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  .interviewList_title_word1 {
    font-size: 2.4rem;
  }
}
.interviewList_title_word2 {
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .interviewList_title_word2 {
    font-size: 1.2rem;
  }
}
.interviewList_title_word3 {
  font-size: 2.0rem;
}
@media screen and (max-width: 749px) {
  .interviewList_title_word3 {
    font-size: 1.6rem;
  }
}
.interviewList_title_card {
  position: absolute;
  box-sizing: border-box;
  padding: 5% 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  color: #FFF;
  background: -webkit-linear-gradient(rgba(0, 174, 218, 0.8), rgba(0, 69, 184, 0.8));
  background: -o-linear-gradient(rgba(0, 174, 218, 0.8), rgba(0, 69, 184, 0.8));
  background: linear-gradient(rgba(0, 174, 218, 0.8), rgba(0, 69, 184, 0.8));
}
@media screen and (min-width: 750px) {
  .interviewList_title_card {
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  .interviewList_title_card {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
  }
}

.share {
  margin: 100px auto 0;
  height: 100px;
  background: linear-gradient(to right, rgba(0, 69, 184, 0.8), rgba(0, 174, 218, 0.8), rgba(0, 69, 184, 0.8));
  font-family: "roboto";
  color: #FFF;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  .share {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 749px) {
  .share {
    margin: 0;
  }
}
.share_text {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 23px;
}
@media screen and (max-width: 749px) {
  .share_text {
    font-size: 1.6rem;
    padding-top: 20px;
  }
}
.share_link {
  margin-top: -5px;
  cursor: pointer;
}
.share_img {
  width: 25px;
  height: 25px;
}
.share_img-fb {
  margin-right: 15px;
}

.page {
  padding-top: 100px;
}
@media screen and (max-width: 749px) {
  .page {
    padding: 25px 25px 0;
  }
}
.page_mv {
  width: 100%;
}
.page_title-1 {
  color: #0045b8;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  .page_title-1 {
    font-size: 2.0rem;
    margin-top: 25px;
  }
}
.page_title-2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 749px) {
  .page_title-2 {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.page_title-3 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 65px;
}
@media screen and (max-width: 749px) {
  .page_title-3 {
    font-size: 1.6rem;
    margin: 10px 0 25px;
  }
}
.page_text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  .page_text {
    padding: 10px;
  }
}
.page_image {
  margin: 30px 0;
  width: 100%;
}
.page_images {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .page_images {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (min-width: 750px) {
  .page_images .page_image {
    width: calc((100% - 40px)/2);
  }
}
@media screen and (max-width: 749px) {
  .page_images .page_image:first-of-type {
    margin-bottom: 0;
  }
}
.pager {
  color: #333333;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-top: 100px;
  padding: 20px 0;
}
@media screen and (max-width: 749px) {
  .pager {
    margin: 50px 0;
  }
}
.pager_next, .pager_prev, .pager_top {
  color: #333333;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .pager_next, .pager_prev {
    width: calc((100% - 50px)/2);
    justify-content: normal;
  }
}
.pager_top {
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}
@media screen and (min-width: 750px) {
  .pager_top {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 749px) {
  .pager_top {
    font-size: 1.0rem;
    width: 50px;
    height: 60px;
  }
}
.pager_prev {
  text-align: right;
}
@media screen and (max-width: 749px) {
  .pager_prev .pager_ar {
    margin-right: 10px;
  }
}
@media screen and (max-width: 749px) {
  .pager_prev .pager_titles {
    padding-right: 10px;
  }
}
.pager_next {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .pager_next .pager_ar {
    margin-left: 10px;
  }
}
@media screen and (max-width: 749px) {
  .pager_next .pager_titles {
    padding-left: 10px;
  }
}
.pager_thum {
  width: 80px;
}
@media screen and (max-width: 749px) {
  .pager_thum {
    display: none;
  }
}
.pager_ar {
  width: 16px;
}
@media screen and (min-width: 750px) {
  .pager_ar {
    margin: 0 20px;
  }
}
@media screen and (min-width: 750px) {
  .pager_titles {
    width: 200px;
  }
}
@media screen and (max-width: 749px) {
  .pager_titles {
    width: calc(100% - 26px);
  }
}
.pager_titles_position {
  font-size: 1.3rem;
  font-family: "roboto";
}
@media screen and (max-width: 749px) {
  .pager_titles_position {
    font-size: 1.0rem;
  }
}
.pager_titles_text {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .pager_titles_text {
    font-size: 1.0rem;
  }
}

.fadein {
  opacity: 0;
}

.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    margin-top: 30px;
    opacity: 0;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
.footer {
  font-size: 1.0rem;
  text-align: center;
  z-index: 10;
  background: white;
  color: #333333;
}
@media screen and (min-width: 750px) {
  .footer {
    height: 510px;
  }
}
.footer_sanki {
  height: 250px;
  background: url("../img/bg_footer.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .footer_sanki {
    height: 150px;
    background: url("../img/bg_footer_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.footer_sanki_btn {
  display: block;
  background: #f29600;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 20px;
  width: 340px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .footer_sanki_btn {
    padding-top: 3px;
  }
}
.footer_sanki_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer_sanki_btn:active, .footer_sanki_btn:focus, .footer_sanki_btn:hover {
  color: #f29600;
}
.footer_sanki_btn:active:before, .footer_sanki_btn:focus:before, .footer_sanki_btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.footer_scroll {
  display: block;
  width: 38px;
  margin: 35px auto 0;
}
@media screen and (max-width: 749px) {
  .footer_scroll {
    margin: 25px auto 0;
  }
}
.footer_scroll_img {
  width: 100%;
}
.footer_logo {
  width: 356px;
  display: block;
  margin: 82px auto 0;
}
@media screen and (max-width: 749px) {
  .footer_logo {
    width: 250px;
    margin: 25px auto 0;
  }
}
.footer_logo_img {
  width: 100%;
}
.footer_copy {
  margin: 50px auto 0;
  background: white;
  padding: 0 0 20px;
}
@media screen and (max-width: 749px) {
  .footer_copy {
    margin: 25px auto 0;
  }
}
