@import url("../../style/common.css");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500;700&display=swap&text=AGENT');

.agent_detail_common {
  font-style: normal;
  font-weight: 500;
}

.agent_detail_common .inner {
  padding: 0 12.5vw;
}

.agent_detail_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8vw !important;
}

.agent_detail_top_title {
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  font-weight: 700;
  font-size: 2.08333vw;
  width: 100%;
}

.agent_detail_top_title_en {
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  font-weight: 700;
  font-size: 1.04167vw;
  color: #BCBCBC;
}

.agent_detail_top_goback {
  position: absolute;
  width: 3.33333vw;
  height: 3.33333vw;
  margin-left: -4.16667vw;
  background-image: url(../../img/agent_detail_goback.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25vw 1.25vw;
  border-radius: 50%;
}

.agent_detail_top_goback:hover {
  background-image: url(../../img/agent_detail_goback_hover.svg);
  background-color: #D8D8D8;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.agent_detail_contact {
  display: block;
  font-weight: 700;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  /* font-size: 1.04167vw; */
  box-sizing: border-box;
  /* background: rgba(36, 36, 36, 0.05); */
  white-space: nowrap;
  height: fit-content;
  padding: 1.27604vw 1.5625vw;
  border: 1px solid rgba(36, 36, 36, 0.05);

  background: #D70C18;
  color: white;
  font-size: 1.17vw;
  text-align: center;
  max-width: 400px;
}

.agent_detail_contact span {
  color: white;
  padding-right: 18px;
  position: relative;
}

.agent_detail_contact span:after {
  background-image: url(/wp-content/themes/assign/img/icon_arrow_whi.svg);
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 5px;
}

.agent_detail_contact:hover {
  /* color: white;
  box-shadow: inset 20vw 0 0 0 #D70C18;
  border: 1px solid #D70C18; */
  opacity: .8;
}



@media only screen and (min-width: 769px) {
  .navi_container-ver2.pc-only.first {
    margin-top: 10.41667vw;
  }

  /* .agent_list_top_title {
    font-size: 2.48vw;
    width: 100%;
  } */
}








/*agant_detail_main*/
.agent_detail_main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.33vw;
}

.agent_detail_main .agent_detail_contact {
  margin-top: 2.60417vw;
}

.agent_detail_main hr {
  border: none;
  height: 1px;
  background-color: #D8D8D8;
  margin-top: 1.66667vw;
}

.agent_profile_imge {
  width: 29.58333vw;
  height: 36.875vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  object-fit: cover;
  object-position: center top;
}

.agent_profile_info {
  width: 42.08333vw;
  font-size: .9375vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.agent_name_wrapper {
  display: flex;
  flex-direction: column;
}

.agent_name {
  margin: 0;
  font-weight: 700;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  font-size: 1.66667vw;
  color: #000000;
}

.agent_name_en {
  color: #969696;
  font-size: 1.04167vw;
  font-weight: 500;
}

.agent_comment {
  font-size: .9375vw;
  line-height: 200%;
  margin-top: 1.66667vw;
}

.agent_detail_tag_wrapper {
  display: flex;
  margin-top: .83333vw;
  gap: .625vw;
  flex-wrap: wrap;
}

.agent_detail_tag {
  padding: 0 .625vw;
  border: 1px solid #D8D8D8;
  color: #5F5F5F;
  text-align: center;
}

.agent_detail_list_wrapper {
  /* color: #969696; */
  font-weight: 500;
  font-size: .9375vw;
  line-height: 200%;
  margin-top: 1.66667vw;
  margin-bottom: .83333vw;
}

.agent_detail_list_wrapper p {
  font-size: 1.04167vw;
  font-weight: 700;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  line-height: 140%;
  /* color: #5f5f5f !important; */
  padding-bottom: .72917vw;
}

.agent_detail_list_wrapper a {
  /* color: #969696 !important; */
  font-weight: 500;
  font-size: .9375vw;
  line-height: 200%;
}

.agent_detail_2up {
  display: flex;
}

.agent_detail_item {}

.agent_detail_item:nth-child(1) {
  margin-right: 30px;
}

.agent_detail_item:nth-child(2) {
  flex: 1;
}

.agent_detail_industryLabel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.agent_detail_industryLabel li {
  background-color: #333;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding-inline: 10px;
}



.agent_detail_supportLogo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.agent_detail_supportLogo li {
  margin-bottom: 5px;
  margin-inline: 5px;
}

.agent_detail_supportLogo li img {
  height: 45px;
  width: auto;
  transform: translateY(-25%);
}



@media screen and (min-width: 769px) {
  .agent_detail_industryLabel li {
      font-size: 0.8vw;
      margin-right: 0.36vw;
  }
}

@media screen and (max-width: 768px) {
  .agent_detail_industryLabel li {
      margin-inline: 5px;
      transform: translateY(-10%);
  }
}




.link_to_wrapper a {
  display: block;
  position: relative;
  width: calc(100% - 2.08333vw);
}

.link_to_wrapper br {
  display: none;
}

.link_to_wrapper a::after{
  content: '';
  position: absolute;
  width: .83333vw;
  height: .83333vw;
  right: -2.08333vw;
  top: .41667vw;
  background-image: url(../../img/agent_detail_link_to.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent_comment p {
  margin-block-end: 0;
  margin-block-start: 0;
  /* color: #242424; */
}

.detail_text a,
.agent_detail_list a {
  color: #d65050;
  text-decoration: underline;
}

/*navi*/
.agent_navi {
  margin-top: 3.33333vw;
}

.agentList_navi_container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 3.125vw;
  border-top: 1px solid #d4d5db;
  border-bottom: 1px solid #d4d5db;
  font-weight: 500;
  font-size: .83333vw;
}

.toAgent {
  color: rgba(95, 95, 95, 0.7);
}

.moveTo_arrow {
  margin: 0 0 0 0.523vw;
}

.moveTo {
  font-weight: 700;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
}

.toAgent:hover {
  color: #969696;
}

/*others*/

.others_inner hr {
  border: none;
  height: 2px;
  width: 3.33333vw;
  background-color: #D70C18;
  margin: 1.25vw 0 0 0;
}

.others_title {
  margin-top: 13.54167vw;
  font-family: 'Heebo';
  font-size: 2.5vw;
  color: #242424;
}

.others_title span {
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .9375vw;
  color: rgba(0, 0, 0, 0.5);
}

.agent_cards_wrapper {
  width: 100%;
}

.agent_cards_wrapper .slick-list {
  padding-top: 3.33333vw !important;
}

.agent_card {
  margin-right: 1.25vw;
  width: 14.01042vw;
  box-sizing: border-box;
  flex-shrink: 0;
}

.agent_card a {
  display: block;
  box-sizing: border-box;
  width: 14.01042vw;
  height: 16.97917vw;
  overflow: hidden;
  /* border: 1px solid #FFFFFF01; */
  border-radius: 5px;
}

@media (pointer: fine) {
  .agent_card:hover {
    cursor: pointer;
  }
  .agent_card:hover a {
    /* border: 1px solid #D0D0D0;
    filter: drop-shadow(0px 8px 24px #D0D0D0); */
  }

  .agent_card:hover .profile_icon {
    transform: scale(1.12);
    transform-origin: center;
    /* transition: 0.3s ease-in-out; */
  }
}

@media only screen and (min-width: 769px) {
  .others.agent_detail_common {
    margin-bottom: 3.33333vw;
  }

  .agent_card a .profile_icon {
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 768px) {
  .others.agent_detail_common {
    /* margin-bottom: 20px; */
  }
}



.profile_icon {
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 269/326;
}

.agent_slider_name_wrapper {
  display: flex;
  align-items: flex-end;
  gap: .625vw;
  margin-top: .83333vw;
}




.agent_slider_name {
  margin: 0;
  font-size: 1.04167vw;
  color: #000000;
  font-weight: 700;
  font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
}

.agent_slider_name_en {
  color: #969696;
  font-size: .72917vw;
  font-weight: 500;
}





.agent_slider_industryLabel {
  display: flex;
  flex-wrap: wrap;
}

.agent_slider_industryLabel li {
  background-color: #333;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding-inline: 3px;
}

.agent_slider_achievements {
  display: flex;
  flex-wrap: wrap;
}

.agent_slider_achievements p span {
  position: relative;
}

.agent_slider_achievements p span::before {
  background-image: url(/wp-content/themes/assign/img/top_img01.svg);
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: -10px;
  top: 0;
  width: 8px;
}

.agent_slider_achievements ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}

.agent_slider_achievements ul li {
  display: flex;
  align-items: center;
  margin-inline: 5px;
}

.agent_slider_achievements ul li img {
  height: 15px;
  width: auto;
}

@media screen and (min-width: 769px) {
  .agent_slider_industryLabel {
    margin-top: 0.29vw;
  }

  .agent_slider_industryLabel li {
    font-size: 0.8vw;
    margin-right: 0.36vw;
  }

  .agent_slider_achievements {
    margin-top: -1vw;
  }

  .agent_slider_achievements p {
    font-size: 0.87vw;
  }
  
  .agent_slider_achievements p::before {
    font-size: 0.87vw;
  }
}

@media screen and (max-width: 768px) {
  .agent_slider_industryLabel {
    margin-top: 5px;
  }

  .agent_slider_industryLabel li {
    font-size: 11px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .agent_slider_achievements {
    margin-top: 10px;
  }

  .agent_slider_achievements p {
    font-size: 10px;
  }
  
  .agent_slider_achievements p::before {
    font-size: 10px;
  }
}

.introduction {
  font-size: .83333vw;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .83333vw;
  color: #5f5f5f;
}

.agent_detail_common .introduction br {
  display: none;
}

.agent_detail_viewmore {
  display: none;
}

@media screen and (max-width: 768px) {

  .agent_detail_common .inner {
    padding: 0 16px;
  }

  .agent_detail_top {
    margin-top: 88px !important;
  }

  .agent_detail_top_goback {
    display: none;
  }

  .agent_detail_top .agent_detail_contact {
    display: none;
  }

  .agent_detail_top_title {
    font-size: 20px;
  }

  .agent_detail_top_title_en {
    font-size: 12px;
  }

  .agent_navi {
    margin-top: 24px;
  }

  .agentList_navi_container {
    height: 43px;
    font-size: 14px;
  }

  .moveTo_arrow {
    margin: 0 0 0 16px;
  }

  .agent_detail_main {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }

  section.agent_detail_main {
    margin-top: 64px;
  }

  .agent_detail_main hr {
    border: none;
    height: 1px;
    background-color: #D8D8D8;
    margin-top: 24px;
  }

  .agent_profile_imge {
    width: 265px;
    height: 321px;
  }

  .agent_profile_info {
    width: 100%;
    font-size: .875rem;
  }

  .agent_name_wrapper {
    width: 100%;
    display: flex;
    margin-top: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 16px;
  }

  .agent_name {
    margin: 0;
    font-size: 28px;
    color: #000000;
  }

  .agent_name_en {
    color: #969696;
    font-size: 16px;
    font-weight: 500;
  }

  .agent_comment {
    font-size: 14px;
    margin-top: 16px;
  }

  .agent_detail_tag_wrapper {
    margin-top: 8px;
    gap: 12px;
  }

  .agent_detail_tag {
    padding: 0 9px;
  }

  .agent_detail_list_wrapper {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .agent_detail_list_wrapper p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .agent_detail_list_wrapper a {
    font-size: 14px;
  }

  .link_to_wrapper a {
    width: calc(100% - 40px);
  }

  .link_to_wrapper a::after {
    width: 12px;
    height: 12px;
    right: -40px;
    top: 6px;
  }

  .agent_detail_contact {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-top: 16px;
    max-width: initial;
  }

  .others_inner hr {
    border: none;
    height: 2px;
    width: 48px;
    background-color: #D70C18;
    margin: 8px 0 0 0;
  }

  .others_title {
    margin-top: 88px;
    font-size: 24px;
  }

  .others_title span {
    font-size: 14px;
  }

  .agent_cards_wrapper {
    display: flex;
    overflow: scroll;

    margin-top: 48px;
  }

  .agent_cards_wrapper .slick-list {
    padding-top: 0px !important;
  }

  .agent_card {
    margin-right: 16px;
    width: 152px;
    flex-shrink: 0;
  }

  .agent_card a {
    width: 100%;
    height: 184px;
  }

  .profile_icon {
    width: 152px;
    height: 184px;
  }

  .agent_slider_name_wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
  }

  .agent_slider_name {
    font-size: 16px;
  }

  .agent_slider_name_en {
    font-size: 12px;
  }

  .introduction {
    font-size: 12px;
    margin-top: 6px;
  }

  .agent_detail_viewmore {
    display: block;
    text-align: center;
    width: 200px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #242424;
    white-space: nowrap;
    padding: 12px 0;
    margin: 48px auto 0 auto;
  }
}
