.btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

#crosstalk {
  padding: 100px 0 0;
  width: 100%;
  position: relative;
}
#crosstalk h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-align: center;
  color: #583C6F;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 43px;
}
#crosstalk p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #191919;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
#crosstalk ul li {
  list-style: none;
}
#crosstalk .blue {
  background: #D9886A;
  background: linear-gradient(90deg, rgb(217, 136, 106) 0%, rgba(217, 136, 106, 0.8) 100%);
  background: linear-gradient(90deg, rgb(181, 107, 80) 0%, rgb(217, 136, 106) 100%);
}
#crosstalk .green {
  background: #5B7FA6;
  background: linear-gradient(90deg, rgb(91, 127, 166) 0%, rgba(91, 127, 166, 0.8) 100%);
  background: linear-gradient(90deg, rgb(81, 112, 145) 0%, rgb(91, 127, 166) 100%);
}
#crosstalk .orange {
  background: #8C7AA9;
  background: linear-gradient(90deg, rgb(140, 122, 169) 0%, rgba(140, 122, 169, 0.8) 100%);
  background: linear-gradient(90deg, rgb(118, 102, 140) 0%, rgb(140, 122, 169) 100%);
}
#crosstalk .btn_flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto 60px;
}
#crosstalk .btn_flex .btn_flex__item {
  flex-basis: 220px;
  border-radius: 5px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#crosstalk .btn_flex .btn_flex__item p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
#crosstalk .btn_flex .btn_flex__item:after {
  content: "";
  background-image: url(../img/crosstalk/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 17px;
}
#crosstalk .btn_flex .btn_flex__item:hover {
  opacity: 0.7;
  transition: all 0.9s;
}
#crosstalk .section {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  scroll-margin-top: 120px;
}
#crosstalk .section .section_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 5px 5px 0 0;
}
#crosstalk .section .section_ttl h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
#crosstalk .section .section_ttl h6 {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
#crosstalk .section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#crosstalk .section ul .movie {
  flex-basis: 570px;
  padding-top: 15px;
}
#crosstalk .section ul .movie .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#crosstalk .section ul .movie .youtube iframe {
  width: 100%;
  height: 100%;
}
#crosstalk .section ul .profile {
  flex-basis: 380px;
}
#crosstalk .section ul .profile .profile_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#crosstalk .section ul .profile .profile_list .profile_bx {
  flex-basis: 190px;
  border-right: 1px dotted #DDDDDD;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_img {
  flex-basis: 90px;
  text-align: left;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_img img {
  max-width: 80px;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_name {
  flex-basis: calc(100% - 90px);
  text-align: left;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_name h5 {
  font-size: 22px;
  font-weight: 700;
  color: #191919;
  line-height: 1;
  margin: 0 0 0;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_name .aff {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_txt {
  flex-basis: 100%;
  text-align: left;
  margin-top: 10px;
}
#crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_txt p {
  font-size: 12px;
  font-weight: 400;
  color: #191919;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}
#crosstalk .section ul .profile .profile_list .profile_bx:nth-child(2) {
  border-right: none;
}
#crosstalk .section ul .profile .profile_list .profile_bx:nth-child(3) {
  border-top: 1px dotted #DDDDDD;
}
#crosstalk .section ul .profile .profile_list .profile_bx:nth-child(4) {
  border-top: 1px dotted #DDDDDD;
  border-right: none;
}
#crosstalk .section h5 {
  width: 100%;
  max-width: 960px;
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}
#crosstalk .section .section_blue {
  border: 2px solid #B2694E;
  border-radius: 5px;
  padding: 15px;
  color: #B2694E;
}
#crosstalk .section .section_green {
  border: 2px solid #516F90;
  border-radius: 5px;
  padding: 15px;
  color: #516F90;
}
#crosstalk .section .section_orange {
  border: 2px solid #73648A;
  border-radius: 5px;
  padding: 15px;
  color: #73648A;
}

@media (max-width: 765px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  #crosstalk .section {
    scroll-margin-top: 20vw;
  }
  #crosstalk {
    padding: 10vw 0 0;
    width: 100%;
    position: relative;
  }
  #crosstalk h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    text-align: center;
    color: #583C6F;
    text-align: center;
    margin-bottom: 1.5vw;
    line-height: 1.4;
    font-size: 6.5359477124vw;
  }
  #crosstalk p {
    font-size: 3.3986928105vw;
    font-weight: 400;
    text-align: center;
    color: #191919;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10vw;
  }
  #crosstalk ul li {
    list-style: none;
  }
  #crosstalk .blue {
    background-color: #4A77BE;
  }
  #crosstalk .green {
    background-color: #40ADBC;
  }
  #crosstalk .orange {
    background-color: #ED6D59;
  }
  #crosstalk .btn_flex {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto 10vw;
    width: 80vw;
  }
  #crosstalk .btn_flex .btn_flex__item {
    flex-basis: 100%;
    border-radius: 5px;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 3vw;
  }
  #crosstalk .btn_flex .btn_flex__item p {
    font-size: 4.4444444444vw;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  #crosstalk .btn_flex .btn_flex__item:after {
    content: "";
    background-image: url(../img/crosstalk/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    width: 4vw;
    height: 5vw;
  }
  #crosstalk .btn_flex .btn_flex__item:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
  #crosstalk .section {
    margin: 0 auto;
    padding: 10vw 0;
    width: 90vw;
    scroll-margin-top: 20vw;
  }
  #crosstalk .section .section_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin: 0 auto 3vw;
    padding: 4vw;
  }
  #crosstalk .section .section_ttl h3 {
    font-size: 5.2287581699vw;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  #crosstalk .section .section_ttl h6 {
    display: none;
  }
  #crosstalk .section ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
  #crosstalk .section ul .movie {
    flex-basis: 100%;
    padding-top: 0;
  }
  #crosstalk .section ul .movie .youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #crosstalk .section ul .movie .youtube iframe {
    width: 100%;
    height: 100%;
  }
  #crosstalk .section ul .profile {
    flex-basis: 100%;
  }
  #crosstalk .section ul .profile .profile_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx {
    flex-basis: 100%;
    border-right: none;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_img {
    flex-basis: 20vw;
    text-align: left;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_img img {
    max-width: 15vw;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_name {
    flex-basis: 70vw;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_name h5 {
    font-size: 5.2287581699vw;
    font-weight: 700;
    color: #191919;
    line-height: 1;
    margin: 0 0 0 2vw;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_name .aff {
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 2.8758169935vw;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_txt {
    flex-basis: 100%;
    text-align: left;
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx .profile_item .profile_txt p {
    font-size: 3.3986928105vw;
    font-weight: 400;
    color: #191919;
    line-height: 1.6;
    text-align: left;
    margin: 0;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx:nth-child(2) {
    border-right: none;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx:nth-child(3) {
    border-top: none;
  }
  #crosstalk .section ul .profile .profile_list .profile_bx:nth-child(4) {
    border-top: none;
    border-right: none;
  }
  #crosstalk .section h5 {
    width: 100%;
    max-width: 90vw;
    margin: 3vw auto 0;
    font-size: 3.3986928105vw;
    font-weight: 400;
    line-height: 1.9;
    text-align: left;
  }
  #crosstalk .section .section_blue {
    border: 2px solid #B2694E;
    border-radius: 5px;
    padding: 5vw;
    color: #B2694E;
  }
  #crosstalk .section .section_green {
    border: 2px solid #516F90;
    border-radius: 5px;
    padding: 5vw;
    color: #516F90;
  }
  #crosstalk .section .section_orange {
    border: 2px solid #73648A;
    border-radius: 5px;
    padding: 5vw;
    color: #73648A;
  }
}/*# sourceMappingURL=crosstalk.css.map */