.both_border1:before {
  top: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}
.both_border1 .cross_talk_con {
  position: relative;
  padding-top: 400px;
  padding-bottom: 130px;
}
@media (max-width: 800px) {
  .both_border1 .cross_talk_con {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .both_border1 .cross_talk_con {
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
.both_border1 .cross_talk_con:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 0;
  top: 0;
}
.both_border1 .cross_talk_txt {
  position: relative;
  z-index: 5;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .both_border1 .cross_talk_txt {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .both_border1 .cross_talk_txt {
    width: calc(100% - 60px);
  }
}

.base_policy {
  position: relative;
  padding-top: 170px;
}
.base_policy:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 1;
  top: 0;
}
.base_policy .b_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .base_policy .b_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .base_policy .b_inner {
    width: calc(100% - 60px);
  }
}
.base_policy .b_inner .b_p_wrap.pc_only {
  display: flex;
  gap: 3%;
}
@media (max-width: 750px) {
  .base_policy .b_inner .b_p_wrap.pc_only {
    display: none;
  }
}
.base_policy .b_inner .b_p_wrap.pc_only .left {
  width: 50%;
}
.base_policy .b_inner .b_p_wrap.pc_only .left .b_p_txt {
  margin-top: 40px;
}
.base_policy .b_inner .b_p_wrap.pc_only .right {
  width: 50%;
}
.base_policy .b_inner .b_p_wrap.pc_only .right img {
  width: 100%;
}
.base_policy .b_inner .b_p_wrap.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .base_policy .b_inner .b_p_wrap.sp_only {
    display: block;
  }
}
.base_policy .b_inner .b_p_wrap.sp_only .left {
  width: 100%;
}
.base_policy .b_inner .b_p_wrap.sp_only .right {
  width: 100%;
}
.base_policy .b_inner .b_p_wrap.sp_only .right img {
  width: 100%;
}
.base_policy .b_inner .b_p_wrap.sp_only .b_p_txt {
  margin-top: 40px;
}

.c_info {
  position: relative;
  padding-top: 90px;
  z-index: 0;
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
  }
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}
.c_inner .c_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .c_inner .c_wrap {
    flex-wrap: wrap;
  }
}
.c_inner .c_wrap .c_b {
  width: 32%;
}
@media (max-width: 800px) {
  .c_inner .c_wrap .c_b {
    width: 49%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .c_inner .c_wrap .c_b {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c_inner .c_wrap .c_b:hover a .c_mov img {
  transform: scale(1.1);
}
.c_inner .c_wrap .c_b .c_mov {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 15.448vw;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .c_inner .c_wrap .c_b .c_mov {
    height: 28.488vw;
  }
}
@media (max-width: 480px) {
  .c_inner .c_wrap .c_b .c_mov {
    margin-bottom: 20px;
    height: 46.488vw;
  }
}
.c_inner .c_wrap .c_b .c_mov:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../img/mov-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 72px;
  height: 75px;
  z-index: 5;
}
.c_inner .c_wrap .c_b .c_mov img {
  width: 100%;
  height: 15.448vw;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .c_inner .c_wrap .c_b .c_mov img {
    height: 28.488vw;
  }
}
@media (max-width: 480px) {
  .c_inner .c_wrap .c_b .c_mov img {
    height: 46.488vw;
  }
}
.c_inner .c_wrap .c_b .c_ttl {
  border-top: 1px solid #0068E2;
  padding: 30px 0;
  font-size: 28px;
  position: relative;
  z-index: 5;
}
@media (max-width: 480px) {
  .c_inner .c_wrap .c_b .c_ttl {
    font-size: 22px;
    padding: 15px 0;
  }
}
.c_inner .c_wrap .c_b .c_txt {
  position: relative;
  z-index: 5;
}/*# sourceMappingURL=cross_talk.css.map */