@charset "UTF-8";
/* CSS Document */

a[href^="tel:"] {
    pointer-events: none;
}
.video {
  width: 100%;
	max-width: 900px;
    aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.video iframe {
  width: 100%;
    height: 100%;
}

.webinar_inner p{
	line-height: 2;
}
/*終了*/
.end_txt {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
}
.end_txt .end_txt_inner {
    color: #f92d19;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
}



/*page-bg*/
.webinar_inner{
    background: #D6E9F2;
      margin-top: 0;
  padding-bottom: 90px;
	padding-top: 60px;
}
.webinar_wrap{
  width: 900px;
  margin: 0 auto;
	
}
.webinar_wrap .inner_wrap{
    background: #fff;
  border-radius: 10px;
  padding: 80px 140px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*page-ttl_area*/
.ttl_area{
	
}
.ttl_area img{
	width: 880px;
	margin: 0 auto;
	display: block;
}
.cv_btn_nar2 {
    display: block;
    background: #fb524c;
    border-radius: 38px;
    width: 360px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    margin: 40px auto 20px auto;
    font-weight: bold;
    font-size: 2.6rem;
/*    -webkit-box-shadow: 0 2.5rem 2rem -2rem rgb(249 45 25 / 40%);
    box-shadow: 0 2.5rem 2rem -2rem rgb(249 45 25 / 40%);*/
    transition: .3s ease;
	position: relative;
}
.cv_btn_nar2::before {
	    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    right: 30px;
    font-size: 2rem;
}
.cv_btn_nar2.ondeJoin {
    width: 460px;
	margin: 40px auto;
}
/*prologue*/
.prologue{}
.prologue p{
	font-size: 1.8rem;
	line-height: 2;
}
.prologue .nayami{
	background: #f3f3f3;
    border-radius: 10px;
    font-size: 1.8rem;
    padding: 25px;
    margin-top: 40px;
}
.prologue .nayami strong{}
.prologue .nayami ul{
}
.prologue .nayami li{
margin-top: 25px;
    text-indent: -16px;
    margin-left: 36px;
	line-height: 1.3;
}
.prologue .nayami li i{
	margin-right: 15px;
	color: #1c9898;
}


.cate_w{
	width: 100%;
}
.cate_w h2{
	background: #1c9898;
	color: #fff;
	font-size: 2.6rem;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 30px;
	    letter-spacing: .3rem;
}

/*講演者紹介*/
.speaker{}
.speaker dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.speaker dt{
	width: 140px;
}
.speaker dt img{
	width: 100%;
}
.speaker dd{
	width: calc(100% - 180px);
}
.speaker dd p{
	font-size: 1.4rem;
	padding-bottom: 70px;
	padding-top: 15px;
}
.speaker dd .name{
	font-size: 1.6rem;
}
.speaker dd .name strong{
	display: block;
	font-size: 2.4rem;
	margin-top: 15px;
}
/*講演内容*/
.content{}
.content .janls{
	font-size: 1.4rem;
}
.content h3{
	color: #1c9898;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.5;
	    margin-top: 30px;
}
.content h3 .kyoudou{
	font-size: 1.4rem;
	line-height: 1.3;
	display: inline-block;
}
.content .day{
font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.content h4{
    color: #1c9898;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 30px;
    border-top: 1px solid #cbcbcb;
    padding-top: 30px;
}

/*概要一覧*/

.overview dl {
display: flex;
    flex-flow: row wrap;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-bottom: none;
	line-height: 1.8;
}
.overview dt {
    flex-basis: 30%;
    padding: 20px;
    background-color: #e8f4f4;
    border-bottom: 1px solid #e2e2e2;
}
.overview dd {
flex-basis: 70%;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
	    word-break: break-all;
}
.overview dd a{
	text-decoration: underline;
	color: #fb524c;
}
.overview dd ul{}
.overview dd li{
	text-indent: -16px;
	margin-left: 12px;
}
.overview .program_list{
	counter-reset: item;
}
.overview .program_list li{
text-indent: -21px;
    padding-left: 10px;
}
.overview .program_list li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
}



/*.sns_link{
  text-align: right;
  max-width: 900px;
  width: 98%;
  margin: 0 auto;
    padding-top: 60px;
}
.sns_link.foot{
  padding-top: 0;
  text-align: center;
}
.sns_link ul{
    background: #fff;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    padding: 10px 40px;
    font-size: 1.4rem;
}
.sns_link.foot ul{
  border-radius:  0 0 10px 10px;
}
.sns_link li{
  margin: 0 10px;
  display: inline-block;
      vertical-align: middle;
}
.sns_link li a{
}
.sns_link li i{
  font-size: 4rem;
  line-height: 1;
}
.facebook_icon i{
  color: #3b5998;
}
.twitter_icon i{
  color: #00acee;
}
.line_icon i{
  color: #06c755;
}
*/






.webinar_wrap .inner_wrap .joint_img{}
.webinar_wrap .inner_wrap .joint_img .kuma{
  height: 30px;
    margin-right: 50px;
}
.webinar_wrap .inner_wrap .joint_img .medicaland{
  height: 32px;
}
.webinar_wrap .inner_wrap .joint_img .invia{
  height: 30px;
    margin-right: 50px;
}
.webinar_wrap .keyword{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}
.webinar_wrap .keyword li{
  padding: 5px 10px;
  color: #fff;
  background: #DF8886;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
}
/*.webinar_wrap h2{
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  color: #1c9898;
}
.webinar_wrap h2.sub{
  margin-bottom: 20px;
}
.webinar_wrap h2 strong{
  font-size:2.4rem;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.webinar_wrap h2 span{
  color: #1c9898;
  font-size:2.4rem;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.webinar_wrap .h2_txt{
  margin-top: 30px;
      font-size: 1.6rem;
    line-height: 1.8;
      margin-bottom: 70px;
}*/
.webinar_wrap .info_detail{
      width: 100%;
}
.webinar_wrap .info_detail p{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.webinar_wrap .agenda{
  background: #e6e6e6;
  width: 100%;
}
.webinar_wrap .agenda span{
  background: #cecece;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
}
.webinar_wrap .info_detail .agenda_ttl{
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
.webinar_wrap .toudansya{
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
      margin-top: 50px;
  margin-bottom: 80px;
  width: 200px;
}
.webinar_wrap .toudansya .img{
  margin-bottom: 10px;
}
.webinar_wrap .toudansya .img img{
  width:100%;
}
.webinar_wrap .toudansya strong{
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.webinar_wrap .iqvia_contact{
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}

.cv_btn_nar_wrap{
  text-align: center;
  width: 100%;
}

.cv_btn_nar_wrap .kigen{
	    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-weight: bold;
}


.webinar_wrap .inner_wrap.col{
  display: flex;
  flex-wrap: wrap;
justify-content: space-between;
}

.webinar_wrap .inner_wrap.col .info_detail{
  width: 70%;
}


.webinar_wrap .agenda_list{
  margin-bottom: 80px;
}
.webinar_wrap .agenda_list li{
  margin-top: 10px;
}

/*

参加方法

*/
.howto{
	padding-bottom: 50px;
}
.howto p{
}
.howto .notice{
	opacity: .5;
	font-size: 1.4rem;
	padding: 40px 40px 0 40px;
	line-height: 1.5;
}
.howto.ondeWrap{
	background: #e8f4f4;
	margin-top: 70px;
	padding-bottom: 10px;
}
.howto.ondeWrap h2{
	margin-top: 0;
}
.howto.ondeWrap p{
	padding: 0 20px;
}
.howto.ondeWrap .cv_btn_nar2{
	margin-bottom: 10px;
}


/*

faq

*/
.faq{
}
.faq dl{}
.faq dt{
	border-top: 1px solid #c8c8c8;
	margin-top: 15px;
}
.faq dt:first-child{
	border-top: none;
}
.faq dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
	    line-height: 1.4;
}
.faq dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
	    line-height: 1.4;
}
.faq dd{}
.faq dt,
.faq dd {
  display: flex;
  align-items: baseline;
   padding-top: 15px;
}

.faq dt::before {
  content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c9898;
    width: 50px;
}

.faq dd::before {
      content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d65556;
    width: 50px;
}






/*　導入事例　*/
.in_case{
	width: 1100px;
	margin-inline: auto;
}
.in_case .ttl_area{}
.in_case .ttl_area h1{
	font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
}
.in_case .ttl_area h1 span{
	font-weight: normal;
	font-size: 1.6rem;
}
.in_case .ttl_area img{
	width: 1120px;
	margin-top: 32px;
}
.in_case .case_inner{}
.in_case .intro{
	margin-top: 56px;
	padding-bottom: 40px;
	font-size: 1.8rem;
	line-height: 2;
}

.interview_wrap{
	margin-top: 80px;
}
.interview_wrap dt{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: normal;
}
.interview_wrap dd{
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 24px;
}
.interview_wrap .speaker{
	color: #23B4B4;
}
.in_case .outro{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: normal;
	margin-top: 80px;
}
.in_case .link_wrap{
	margin-top: 80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.in_case .link_wrap .link_wrap_spacer{
	width: 100%;
}
.in_case .link_wrap .link_box{
	display: flex;
    width: 510px;
    height: 160px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid var(--Black-020, #CCC);
    background: var(--White-100, #FFF);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 40px 20px 0 20px;
	font-size: 1.6rem;
	color: #1C9898;
	line-height: normal;
}
.in_case .link_wrap .link_box img{
	height: 112px;
	margin-right: 32px;
}
.in_case .link_wrap .link_box strong{
	color: #333;
}

/* -------------------------

new 導入事例

----------------------------*/

/* ---------

.ttl_wrap

------------*/
.ttl_wrap .ttl_tag {
  margin-bottom: 16px;
  color: #06A9AA;
  font-size: 2rem;
  letter-spacing: 1.12px;
}
.ttl_wrap .ttl_tag::before {
  content: '•';
  color: #06A9AA;
  margin-right: 0.4em;
}
.ttl_wrap .ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 2.4px;
}
/* ---------

#装飾シェイプ

------------*/
.deco-wrapper {
  position: relative;
  overflow-x: hidden;
}

.deco-1 {
  position: absolute;
  left: -137%;
  top: -480%;
  z-index: -1;
}
.deco-1 img {
  width: 840px;
}
.deco-2 {
  position: absolute;
  right: -280%;
  top: 40%;
  z-index: -1;
}
.deco-2 img {
  width: 610px;
}


/* ---------

#article_ttl

------------*/
.wrap-1448 {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}
#article_ttl {
  background: #1C9898;
  padding: 48px 0 203px;
}
.article_ttl_wrap {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
#article_ttl h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 2.88px;
  align-self: stretch;
}
#article_ttl time {
  text-align: right;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 22px;
}

/* ---------

#lead

------------*/
#lead {
  display: flex;
  width: 1148px;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  margin: 0 auto;
  margin-bottom: 104px;
  margin-top: -172px;
}
#lead .thumbnail img {
  width: 953px;
  height: 536px;
  border-radius: 18px;
}
.lead_wrap {
  display: flex;
  width: 1148px;
  justify-content: space-between;
  align-items: center;
}
.lead_wrap .ttl_wrap {
  position: relative;
}
.client {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.client .ttl_wrap h2 {
  color: #06A9AA;
}
.client_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
.info_wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.info_wrap .client_name{
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.info_wrap .client_name:first-child{
  font-size: 1.6rem;
  line-height: 20px; /* 125% */
  letter-spacing: 1.28px;
}
.info_wrap .client_name p span{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 1.9px;
}
.client_info address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.client_info address .info_address{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.client_info address .info_address p{
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 1.12px;
}
.client_info address .info_address a{
  display: inline-block;
  margin-top: 2px;
}
.client_info .web{
  color: #25C3B1;
  font-weight: 300;
  text-decoration: underline;
}
.lead_wrap .txt_wrap {
  width: 663px;
  padding: 84px 0px;
  font-size: 1.8rem;
  line-height: 29px;
  letter-spacing: 2.4px;
  font-feature-settings: "palt";
}
.lead_wrap .txt_wrap span {
  font-weight: bold;
  color: #1C9898;
}

/* ---------

#movie

------------*/
#movie {
  margin-bottom: 72px;
}
.movie_wrap {
  display: flex;
  padding-left: 81px;
  justify-content: space-between;
  align-items: flex-start;
}
.movie_wrap-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: -16px auto 128px auto;
}
.player_wrap .video-section {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}
.movie_wrap-2 .video-section {
  padding-top: 27.6%;
}

.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.player_wrap {
  width: 63%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.movie_wrap-2 .player_wrap {
  width: 100%;
  flex-direction: row;
  gap: 20px;
  justify-content: space-around;
}

/* ---------

#needs-results

------------*/
#needs-results {
  margin-bottom: 96px;
}
.needs-results_wrap {
  display: flex;
  padding-left: 81px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.needs-results_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}
.needs-results_inner .content_inner {
  border-radius: 16px;
  display: flex;
  padding: 32px 72px;
  align-items: center;
  gap: 56px;
  align-self: stretch;
}
.needs {
  background: #EEE;
}
.results {
  background: #EFF7F3;
}
.needs-results_inner .list_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.needs-results_inner .ttl {
  background: #FFF;
  padding: 8px 20px;
  text-align: center;
  align-content: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.needs-results_inner .ttl .mini {
  font-size: 1.4rem;
}
.needs-results_inner  .ttl .big {
  display: inline-block;
  color: #1C9898;
  font-size: 2.8rem;
  font-style: normal;
  padding-top: 4px;
}
.list_wrap li::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/re_case/common/list_star.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: 1px;
}
.list_wrap li {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.8rem;
  line-height: 23px;
  letter-spacing: 1.44px;
}
.results .list_wrap {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  gap: 32px;
}
.results .list_wrap li span {
  color: #1C9898;
}
.results_l, .results_r {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ---------

#index

------------*/
#index {
  background: linear-gradient(82deg, #F0FBFA 14.49%, #FCFFF2 60.09%);
  height: 100%;
  margin-bottom: 72px;
}
.index_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 80px 0 72px 0;
  align-items: flex-start;
  gap: 152px;
}
.index_li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.index_li a {
  display: block flex;
  align-items: flex-end;
  font-size: 1.6rem;
  line-height: 22px;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

.index_li li {
  font-feature-settings: "palt";
  position: relative;
  height: 32px;
  padding-right: 16px;
}
.index_li li::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #06A9AA;
  bottom: 4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.index_li li:hover::after {
transform: scale(1, 1);
}
.index_li li a:hover {
  opacity: 100;
}
.index_li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-right: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #06A9AA;
}

/* ---------

article

------------*/
#article {
  margin-bottom: 88px;
  background: linear-gradient(90deg, #25C3B1 38.21%, #C4D30F 119.19%);
  border-radius: 16px;
  padding: 1px;
}
.article_wrap {
  padding: 72px 81px 80px 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #ffffff;
  border-radius: 15px;
}
.interview_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.interview_inner h2, .outro p {
  color: #1C9898;
  font-size: 2rem;
  font-weight: bold;
  line-height: 29px; /* 145% */
  letter-spacing: 1.6px;
  text-box-trim: trim-both;
}
.interview_inner h2::before {
  content: "";
  display: inline-block;
  width: 57.5px;
  height: 1px;
  background-color: #1C9898;
  vertical-align:middle;
  margin-right: 16px;
}
.interview_inner p {
  font-size: 1.8rem;
  line-height: 29px;
  letter-spacing: 1.44px;
}
.interview_inner p span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #abe1363d 0%);
  line-height: 1.3em;
}
.outro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.outro p {
  text-box-trim: trim-both;
  line-height: 40px;
}
.outro .mg {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-color: #06A9AA;
  text-decoration-thickness: 20%;
  text-underline-offset: 8%;
  text-underline-position: from-font;
}



/* ---------

#CASE-other

------------*/
.section_title_wrap{
	text-align: center;
}
.section_title{
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
	position: relative;
}
.section_title::before {
	 content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 96px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
	background-image: linear-gradient(135deg, #25C3B1 10%, #C4D30F 100%);
 }

#CASE-other {
  background: #ffffff;
  padding: 80px 0 88px;
}
#CASE-other .case_sp_card .swiper-button-prev {
    margin-left: -50.8%;
} 
.back {
  text-align: center;
}
.back a {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
}
.back a img {
  transform:rotate(90deg);
  margin-right: 16px;
  margin-bottom: 1px;
}