@charset "UTF-8";
.lowerPageMv *,
.contents *,
.crosstalk *{
  font-size: 16px;
  font-family: YakuHanJPs, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-weight: bold;
  line-height: 2.2;
}

img { width: 100%; }
p.right { text-align: right; }

.mt25 { margin-top: 25px; }

.contents {
  margin: 100px auto 0;
  width: 100%;
  max-width: 1080px;
}

.lowerPageMv {
  position: relative;
  margin: 85px auto 0;
  height: 60vh;
  max-height: 700px;
  background: #98CEE5;
}

.lowerPageMv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lowerPageMv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.lowerPageMv h2 {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  max-width: 565px;
}

.concept {
  margin-bottom: 100px;
  padding: 85px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.concept h2 {
  margin: 0 auto;
  padding-bottom: 35px;
  max-width: 445px;
  background-image: linear-gradient(90deg, #00A6E9 10%, #1D2087 100%);
  background-repeat: no-repeat;
  background-size: 6rem 0.3rem;
  background-position: bottom;
}


.concept .sub_ttl {
  margin: 30px 0 60px;
  font-size: 160%;
  font-weight: bold;
}

.crosstalk {
  overflow-x: clip;
}

.crosstalk_kv {
  position: relative;
  margin: 0 auto;
  width: 52%;
  max-width: 1080px;
}

.crosstalk_kv h2 {
  position: absolute;
  top: -7%;
  left: -20%;
  width: 100%;
  max-width: 550px;
}

.crosstalk section {
  position: relative;
  margin: 150px 0;
}

.crosstalk section .Bklogo01,
.crosstalk section .Bklogo02,
.crosstalk section .Bklogo03,
.crosstalk section .Bklogo04 {
  position: absolute;
  z-index: -1;
}

.crosstalk .Bklogo01 {
  top: -3%;
  right: 0;
  width: 32%;
}

.crosstalk .Bklogo02 {
  bottom: -6%;
  left: 0;
  width: 50%;
}
.crosstalk .Bklogo03 {
  top: 28%;
  right: 0;
  width: 25%;
}
.crosstalk .Bklogo04 {
  bottom: -12%;
  left: 0;
  width: 81%;
}

.crosstalk .contents { width: 65%; }

.detailContents2Column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.crosstalk h3 {
  background: linear-gradient(
    to right,
    #00A6E9,
    #1D2087
  );
  border-radius: 0 80px 80px 0;
  color: #fff;
  font-size: 24px;
}

.crosstalk section:nth-of-type(1) h3 { margin-right: 40%; }
.crosstalk section:nth-of-type(3) h3 { margin-right: 25%; }
.crosstalk section:nth-of-type(2) h3,
.crosstalk section:nth-of-type(4) h3 {
  margin-left: 12%;
  border-radius: 80px 0 0 80px;
}

.crosstalk .heading_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  line-height: 1.6;
}

.crosstalk section:nth-of-type(1) .heading_inner,
.crosstalk section:nth-of-type(3) .heading_inner {padding-left: 30%; }
.crosstalk section:nth-of-type(2) .heading_inner,
.crosstalk section:nth-of-type(4) .heading_inner { padding-left: 95px; }

.talk_ny,
.talk_ny02,
.talk_hk,
.talk_hk02,
.talk_fn,
.talk_fn02,
.talk_vp {
  position:relative;
  margin: 60px 0;
  padding-left: 75px;
}

.talk_ny::before,
.talk_ny02::before,
.talk_hk::before,
.talk_hk02::before,
.talk_fn::before,
.talk_fn02::before,
.talk_vp::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.talk_vp { color: #0B318F; }

.talk_ny::before {
  width: 47px;
  height: 47px;
  background-image: url("../../../mirailabo/images/talk_ny.svg")
}
.talk_ny02::before {
  width: 47px;
  height: 47px;
  background-image: url("../../../mirailabo/images/talk_ny02.svg")
}
.talk_hk::before {
  width: 47px;
  height: 47px;
  background-image: url("../../../mirailabo/images/talk_hk.svg")
}
.talk_hk02::before {
  width: 47px;
  height: 47px;
  background-image: url("../../../mirailabo/images/talk_hk02.svg")
}
.talk_fn::before {
  width: 47px;
  height: 47px;
  background-image: url("../../../mirailabo/images/talk_fn.svg")
}
.talk_fn02::before {
  width: 47px;
  height: 47px;
  background-image: url("../../../mirailabo/images/talk_fn02.svg")
}
.talk_vp::before {
  width: 61px;
  height: 61px;
  background: url("../../../mirailabo/images/talk_vp.svg")
}

@media only screen and (min-width: 480px) {
  .float-fixed {
    display: flex;
    flex-flow: row nowrap;

    .float__img {
      flex-shrink: 0;
      float: none;
    }
  }
}

.float__img {
  float: left;
  width: 43%;
  margin-right: 40px;
}

.float__img_right {
  float: right;
  width: 35%;
  margin-left: 40px;
}

.float::after {
  content: "";
  display: block;
  clear: both;
}

.members { margin-top: 165px; }
.members_kv h2 { max-width: 415px; }
.members_kv p { margin: 35px 0 80px; }
.members ul li {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #969696;
}

.members ul li:last-child { border: none; }

.members_thumb {
  margin-right: 30px;
  flex: 30%;
  max-width: 220px;
}

.members_cont { width: 100%; }
.members_cont h3 { margin: 42px 0 25px; }
.members_cont p,
p.small_right {
  font-weight: normal;
  line-height: 1.6;
}

p.small_right {
  text-align: right;
  font-size: 80%;
}

.w35 { width: calc(35% - 20px); }
.w40 { width: calc(40% - 20px); }
.w50 { width: calc(50% - 20px); }
.w60 { width: calc(60% - 20px); }
.w65 { width: calc(65% - 20px); }
.center55 {
  margin: 40px auto;
  width: 55%;
}
.center80 {
  margin: 40px auto;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 991px) {
  .contents { width: 90%; }
  .lowerPageMv { height: 50vh; }
  .lowerPageMv h2 {
    left: 34%;
    max-width: 400px;
  }
  
  .concept { padding: 40px; }
  .crosstalk_kv { width: 65%; }
  .crosstalk .contents { width: 90%; }
  
  .crosstalk section:nth-of-type(1) h3,
  .crosstalk section:nth-of-type(3) h3  { margin-right: 5%; } 
  .crosstalk section:nth-of-type(2) h3,
  .crosstalk section:nth-of-type(4) h3  { margin-left: 5%; }

  .crosstalk section:nth-of-type(1) .heading_inner,
  .crosstalk section:nth-of-type(3) .heading_inner,
  .crosstalk section:nth-of-type(2) .heading_inner,
  .crosstalk section:nth-of-type(4) .heading_inner { padding-left: 10%; }
  
  .detailContents2Column { display: block; }
  
  .imgWrap { text-align: center; }
  .imgWrap img {
    margin: 20px 0;
    width: 80%;
  }
  .members_cont h3 { margin: 0 0 15px; }
  
  .w35,
  .w40,
  .w50,
  .w60,
  .w65,
  .center55,
  .center80 {
    width: 100%;
  }
  
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
  .contents { margin: 6.2rem auto 0; }
  .float__img { width: 100%; margin-right: 5px; }
  .float__img_right { width: 48%; margin-left: 15px; }
  
  .concept {
    margin-bottom: 50px;
    padding: 4%;
    font-size: 14px;
  }
  
  .crosstalk_kv { width: 82%; }
  .crosstalk_kv h2 {
    position: relative;
    top: 0;
    left: 0;
  }
  
  .lowerPageMv { 
    width: 100%;
    height: 22vh;
  }
  .lowerPageMv h2 {
    left: 36%;
    max-width: 220px;
  }
  
  .crosstalk section { margin: 50px 0; }
  .crosstalk .contents { width: 90%; }
  .crosstalk h3 { font-size: 16px; }
  .crosstalk .heading_inner { height: 80px; }
  .talk_ny,
  .talk_ny02,
  .talk_hk,
  .talk_hk02,
  .talk_fn,
  .talk_fn02,
  .talk_vp {
    padding-top: 60px;
    padding-left: 0;
  }
  
  .talk_ny::before,
  .talk_ny02::before,
  .talk_hk::before,
  .talk_hk02::before,
  .talk_fn::before,
  .talk_fn02::before,
  .talk_vp::before {
    width: 70px;
    height: 70px;
  }
  
  .crosstalk .Bklogo01 {
    top: -2%;
    width: 62%;
  }
  .crosstalk .Bklogo02 {
    bottom: -2%;
    width: 80%;
  }
  
  .crosstalk .Bklogo03 {
    top: 29%;
    width: 51%;
  }
  .crosstalk .Bklogo04 { bottom: -8%; }
}

