@charset "UTF-8";
/* mv */
#mv {
  margin-bottom: min(10vw, 140px);
}
#mv .l_inner {
  width: 100%;
  margin: 0 auto;
}
#mv .l_inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(2.1428571429vw, 30px);
  margin-bottom: min(2.8571428571vw, 40px);
  color: #005BAC;
  font-size: min(2.2857142857vw, 3.2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #mv .l_inner h3 {
    align-items: flex-end;
    gap: 0 6.6666666667vw;
    font-size: 4.6666666667vw;
    text-align: center;
  }
}
#mv .l_inner h3::before, #mv .l_inner h3::after {
  display: block;
  content: "";
  width: min(0.1428571429vw, 2px);
  height: min(3.5714285714vw, 50px);
  background-color: #005BAC;
}
@media screen and (max-width: 767px) {
  #mv .l_inner h3::before, #mv .l_inner h3::after {
    width: 0.2666666667vw;
    height: 10.2666666667vw;
  }
}
#mv .l_inner h3::before {
  transform: rotate(-40deg) translateY(min(0.7142857143vw, 10px));
}
#mv .l_inner h3::after {
  transform: rotate(40deg) translateY(min(0.7142857143vw, 10px));
}
#mv .l_inner .bg_mv {
  width: 100%;
  height: 37.8571428571vw;
  margin-bottom: min(2.1428571429vw, 30px);
  padding: 4.7857142857vw;
  background-image: url(../images/crosstalk/bg_mv.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: min(2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv {
    height: 66.6666666667vw;
    margin-bottom: 7.3333333333vw;
    padding: 3.3333333333vw;
    background-image: url(../images/crosstalk/sp-bg_mv.jpg);
    border-radius: 5.3333333333vw;
  }
}
#mv .l_inner .bg_mv ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.3571428571vw;
  width: 62.8571428571vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul {
    position: relative;
    display: block;
    width: 89.3333333333vw;
    gap: 0 0;
  }
}
#mv .l_inner .bg_mv ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.7142857143vw;
  height: 6vw;
  background-color: #fff;
  border: 2px solid #005BAC;
  border-radius: 3.1428571429vw;
  color: #005BAC;
  font-size: 2.2857142857vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li {
    position: absolute;
    width: 27.4666666667vw;
    height: 10.6666666667vw;
    border: 1px solid #005BAC;
    border-radius: 5.3333333333vw;
    font-size: 4.4vw;
  }
  #mv .l_inner .bg_mv ul li:nth-child(1) {
    top: 12vw;
    left: 0;
  }
  #mv .l_inner .bg_mv ul li:nth-child(2) {
    top: 0;
    left: 16vw;
  }
  #mv .l_inner .bg_mv ul li:nth-child(3) {
    top: 0;
    right: 16vw;
  }
  #mv .l_inner .bg_mv ul li:nth-child(4) {
    top: 12vw;
    right: 0;
  }
}
#mv .l_inner .bg_mv ul li.-small {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-small {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
#mv .l_inner .bg_mv ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 1vw 1vw 0 0;
  border-color: #005BAC transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li::before {
    border-width: 1.8666666667vw 1.8666666667vw 0 0;
  }
}
#mv .l_inner .bg_mv ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0.7142857143vw 0.7142857143vw 0 0;
  border-color: #FFF transparent transparent;
  translate: calc(-50% - 0.0357142857vw) 100%;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li::after {
    border-width: 1.3333333333vw 1.3333333333vw 0 0;
    translate: calc(-50% - 0.0666666667vw) 100%;
  }
}
#mv .l_inner .bg_mv ul li.-right::before {
  border-width: 1vw 0 0 1vw;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-right::before {
    border-width: 1.8666666667vw 0 0 1.8666666667vw;
  }
}
#mv .l_inner .bg_mv ul li.-right::after {
  border-width: 0.7142857143vw 0 0 0.7142857143vw;
  translate: calc(-50% + 0.0357142857vw) 100%;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-right::after {
    border-width: 1.3333333333vw 0 0 1.3333333333vw;
    translate: calc(-50% + 0.0666666667vw) 100%;
  }
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-sp_left::before {
    border-width: 1.8666666667vw 1.8666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-sp_left::after {
    border-width: 1.3333333333vw 1.3333333333vw 0 0;
    translate: calc(-50% - 0.0666666667vw) 100%;
  }
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-sp_right::before {
    border-width: 1.8666666667vw 0 0 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .l_inner .bg_mv ul li.-sp_right::after {
    border-width: 1.3333333333vw 0 0 1.3333333333vw;
    translate: calc(-50% - 0vw) 100%;
  }
}
#mv .l_inner .prof_list {
  display: flex;
  justify-content: center;
  gap: 0 min(2.8571428571vw, 40px);
  width: min(62.8571428571vw, 880px);
  margin: 0 auto min(6.7857142857vw, 95px) auto;
  font-size: min(1.1428571429vw, 1.6rem);
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .prof_list {
    flex-wrap: wrap;
    gap: 8vw 5.3333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto 14.6666666667vw auto;
    font-size: 4vw;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  #mv .l_inner .prof_list .item {
    width: 42vw;
  }
}
#mv .l_inner .prof_list .item .desc {
  margin-top: min(0.5714285714vw, 8px);
  padding: min(0.5714285714vw, 8px) 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .prof_list .item .desc {
    padding: 1.0666666667vw 0;
    font-weight: 500;
  }
}
#mv .l_inner .prof_list .item .desc strong {
  font-size: min(1.5vw, 2.1rem);
}
@media screen and (max-width: 767px) {
  #mv .l_inner .prof_list .item .desc strong {
    font-size: 4vw;
    font-weight: 600;
  }
}
#mv .l_inner h4 {
  margin: 0 auto min(1.0714285714vw, 15px) auto;
  font-size: min(1.8571428571vw, 2.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .l_inner h4 {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw auto;
    font-size: 4.6666666667vw;
    text-align: left;
  }
}
#mv .l_inner .txt {
  font-size: min(1.1428571429vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .l_inner .txt {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 4vw;
    text-align: left;
  }
}

/* talk */
#talk .l_inner {
  display: flex;
  flex-direction: column;
  gap: min(7.1428571429vw, 100px) 0;
  width: 100%;
  margin: 0 auto min(7.8571428571vw, 110px) auto;
}
@media screen and (max-width: 767px) {
  #talk .l_inner {
    gap: 12.6666666667vw 0;
    height: auto;
    margin: 0 auto 8vw auto;
  }
}
#talk .l_inner h3 {
  width: min(62.8571428571vw, 880px);
  margin: 0 auto;
  padding: min(1.4285714286vw, 20px) 0;
  background-color: #005BAC;
  color: #FFF;
  font-size: min(1.8571428571vw, 2.6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #talk .l_inner h3 {
    width: 100%;
    padding: 4vw 0;
    font-size: 3.8666666667vw;
  }
}
#talk .l_inner .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 min(2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box {
    flex-direction: column;
    width: 89.3333333333vw;
    margin: 0 auto;
    gap: 10.6666666667vw 0;
  }
}
#talk .l_inner .box .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: min(1.7857142857vw, 25px);
  padding: min(1.4285714286vw, 20px) min(1.7857142857vw, 25px);
  background-color: #fff;
  border: 2px solid #005BAC;
  border-radius: min(2.1428571429vw, 30px);
  color: #005BAC;
  font-size: min(1.2857142857vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .title {
    margin-bottom: 6.6666666667vw;
    padding: 4vw 3.3333333333vw;
    border: 1px solid #005BAC;
    border-radius: 4vw;
    font-size: 4vw;
  }
}
#talk .l_inner .box .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 1vw 0 0 1vw;
  border-color: #005BAC transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .title::before {
    border-width: 2.6666666667vw 0 0 2.2666666667vw;
  }
}
#talk .l_inner .box .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0.7142857143vw 0 0 0.7142857143vw;
  border-color: #FFF transparent transparent;
  translate: calc(-50% + 0.0357142857vw) 100%;
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .title::after {
    border-width: 2vw 0 0 1.6vw;
    translate: calc(-50% + 0.0666666667vw) 100%;
  }
}
#talk .l_inner .box .ph {
  width: 43.2142857143vw;
  height: min(41.1428571429vw, 576px);
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .ph {
    width: 100%;
    height: auto;
  }
}
#talk .l_inner .box .ph img {
  height: min(41.1428571429vw, 576px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .ph img {
    width: 100%;
    height: auto;
    border-radius: 5.3333333333vw;
  }
}
#talk .l_inner .box .desc {
  width: min(35vw, 490px);
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .desc {
    width: 100%;
  }
}
#talk .l_inner .box .desc ul {
  display: flex;
  flex-direction: column;
  gap: min(1.4285714286vw, 20px) 0;
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .desc ul {
    gap: 2.6666666667vw 0;
  }
}
#talk .l_inner .box .desc ul li {
  display: flex;
  gap: 0 min(0.8571428571vw, 12px);
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .desc ul li {
    flex-direction: column;
    gap: 1.6vw 0;
  }
}
#talk .l_inner .box .desc ul li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "人物";
  width: min(4.4285714286vw, 62px);
  height: min(2vw, 28px);
  background-color: #005BAC;
  border-radius: min(0.7142857143vw, 10px);
  color: #FFF;
  font-size: min(1.1428571429vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .desc ul li::before {
    width: 12.6666666667vw;
    height: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#talk .l_inner .box .desc ul li.-yano::before {
  content: "M・Y";
  background-color: #FF8900;
}
#talk .l_inner .box .desc ul li.-nishida::before {
  content: "K・N";
  background-color: #007FFF;
}
#talk .l_inner .box .desc ul li.-satsumoto::before {
  content: "M・S";
  background-color: #00BA6C;
}
#talk .l_inner .box .desc ul li.-watase::before {
  content: "A・W";
  background-color: #EB5695;
}
#talk .l_inner .box .desc ul li p {
  flex: 1;
  font-size: min(1.1428571429vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #talk .l_inner .box .desc ul li p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  #talk .l_inner .box.-left .ph img {
    border-radius: 0 min(2.8571428571vw, 40px) min(2.8571428571vw, 40px) 0;
  }
}
@media screen and (min-width: 1024px) {
  #talk .l_inner .box.-right {
    flex-direction: row-reverse;
  }
  #talk .l_inner .box.-right .ph img {
    border-radius: min(2.8571428571vw, 40px) 0 0 min(2.8571428571vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  #talk .l_inner .box.-center {
    flex-direction: column;
    gap: min(8.5714285714vw, 120px) 0;
    margin: 0 auto;
  }
  #talk .l_inner .box.-center .title {
    margin-bottom: min(3.5714285714vw, 50px);
  }
  #talk .l_inner .box.-center .desc {
    width: min(62.8571428571vw, 880px);
  }
  #talk .l_inner .box.-center .desc ul {
    width: min(46.4285714286vw, 650px);
    margin: 0 auto;
  }
  #talk .l_inner .box.-center .ph {
    width: min(62.8571428571vw, 880px);
  }
  #talk .l_inner .box.-center .ph img {
    border-radius: min(2.8571428571vw, 40px);
  }
}
/*# sourceMappingURL=crosstalk.css.map */
