@charset "UTF-8";

.talk_section .bg_inner {
	width: 978px;
}

.col_row {
	margin: 0 -15px;
}

@media screen and (max-width: 640px){
	/* ------------------	sp	 ------------------	 */
	.col_row {
		margin: 0 -10px;
	}
}

.page_header {
  margin-bottom: 0;
}

.page_header img {
  width: 270px;
  margin-top: 1px;
}

.talk_hero {
  margin-bottom: 36px;
}

.talk_hero .talk_hero_visual {
  margin-bottom: 22px;
  line-height: 0;
}

.talk_hero .talk_hero_visual .talk_hero_title {
  max-width: 980px;
  margin: 0 auto;;
  transform: translateY(-43px);
}

.talk_hero .talk_hero_visual .talk_hero_img {
  width: 100%;
  max-width: inherit;
}

.talk_hero .talk_hero_lead {
  width: 810px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}

.talk_hero .hero_thumb_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1010px;
  margin: 0 auto;
}

.talk_hero .hero_thumb_list > li {
  width: 170px;
  margin: 0 16px 16px;
}

.talk_hero .hero_thumb_list > li.hero_thumb > img {
  display: block;
  margin-bottom: 13px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

.talk_hero .hero_thumb_list > li.hero_thumb .hero_name {
  /*padding: 0 15px;*/
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.talk_hero .hero_thumb_list > li.hero_thumb .hero_name strong {
  color: #008cd6;
}

.talk_section {
	padding: 30px 0 10px;
}

.talk_section-dot {
  background: url(../../cmn/images/pattern/dot_bg.gif) repeat center top;
}

.talk_heading {
	text-align: center;
	margin: 0 0 30px;
}

.talk_heading img.img-fluid {
	width: 100%;
	margin-bottom: 30px;
	max-width: inherit;
}

.talk_heading .talk_num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
	color: #727a7f;
	letter-spacing: .05em;
	font-weight: 200;
	font-family: "Helvetica" , Helvetica , Arial , sans-serif;
}

.talk_heading h3 {
  max-width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #008cd6;
	font-weight: bold;
	font-size: 36px;
	z-index: 1;
}

.remark {
	text-align: justify;
	margin-bottom: 40px;
	display: flex;
	font-size: 16px;
	line-height: 1.875;
}

.remark.remark-odd {
	margin-right: 84px;
}

.remark.remark-even {
	margin-left: 84px;
}

.col_row .remark.remark-odd {
	margin-right: 0;
}

.col_row .remark.remark-even {
	margin-left: 0;
}

.remark sup {
	color: #008cd6;
}

.remark_thumb {
	line-height: 1.25;
	text-align: center;
	flex: 0 0 auto;
}

.remark.remark-odd .remark_thumb {
	margin-right: 15px;
}

.remark.remark-even .remark_thumb {
	margin-left: 15px;
	order: 2;
}

.remark .remark_thumb .remark_name {
  margin-top: 0.25em;
  font-size: 14px;
}

.remark .remark_thumb .remark_name strong {
  color: #008cd6;
}

.remark_thumb img {
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 2px #008cd6;
	overflow: hidden;
}

.remark_body {
  position: relative;
	padding: 30px;
	box-sizing: border-box;
	width: calc(100% - 110px);
	border: solid 1px #e2f3f8;
	background: #f2fbff;
	border-radius: 5px;
}

.remark_body::after {
  display: block;
  content: '';
  position: absolute;
  top: 45px;
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: url(../images/balloon_arrow.svg) no-repeat center center;
}

.remark.remark-odd .remark_body::after {
  left: -15px;
}

.remark.remark-even .remark_body::after {
  right: -15px;
  transform: rotate(180deg);
}

.remark-all {
	text-align: justify;
	margin-bottom: 40px;
	display: flex;
	font-size: 16px;
	line-height: 1.875;
}

.remark-all .remark_body {
	margin: 0 auto;
}

.remark-all .remark_body::after {
	display: none;
}

.remark-all .remark_text {
	position: relative;
	padding-left: 53px;
}

.remark-all .remark_icon {
	position: absolute;
	left: 0;
}

.remark_photo {
  margin: 0 0 40px;
  text-align: center;
}

.remark_photo img {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

.remark_icon strong {
	color: #008cd6;
}

.remark_note {
	margin: 0.75em 0;
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	color: #7b8285;
}

.remark_note_icon {
	white-space: nowrap;
	margin-right: 10px;
	color: #008cd6;
}

.btn_back {
  padding-top: 20px;
  text-align: center;
  line-height: 0;
}

.btn_back a {
  display: inline-block;
}

.btn_back a:hover img {
    opacity: .8;
}


@media screen and (max-width: 640px){
	/* ------------------	sp	 ------------------	 */
	.page_header img {
		width: 270px;
    margin-top: 1px;
	}
		
  .talk_hero .talk_hero_visual .talk_hero_title {
    width: 260px;
    transform: translate(0,-22px);
    margin-left: 0;
  }

  .talk_hero .talk_hero_visual .talk_hero_title .img-fluid {
    width: 100%;
    max-width: 100%;
  }

    .talk_hero .talk_hero_visual {
      margin-bottom: 0;
    }
  .talk_hero .talk_hero_lead {
    width: inherit;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
  }

  .talk_hero .hero_thumb_list {
    width: 100%;
    padding: 0 10px;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .talk_hero .hero_thumb_list > li {
    width: 33%;
    margin: 0 0 16px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .talk_hero .hero_thumb_list > li.hero_thumb > img {
    margin: 0 auto 10px;
  }

  .talk_hero .hero_thumb_list > li.hero_thumb .hero_name {
    padding: 0 5px;
    font-size: 12px;
  }
  
	.talk_section {
		padding: 5px 0 20px;
	}

	.talk_section .bg_inner {
		width: 100%;
	}

  .talk_heading {
    margin-bottom: 16px;
  }
  
	.talk_heading img.img-fluid {
		width: 100%;
		max-width: inherit;
    margin-bottom: 16px;
	}
	
	.talk_heading h3 {
		position: relative;
    padding: 0 15px;
		margin: 0;
		display: inline-block;
		color: #008cd6;
		font-weight: bold;
		font-size: 23px;
		letter-spacing: normal;
	}

	.remark {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}

  .remark.remark-odd {
    margin-right: 0;
  }

  .remark.remark-even {
    margin-left: 0;
  }
  
  .remark_photo {
    padding-top: 10px;
    margin: 0 30px 30px;
    line-height: 0;
  }

  .remark_thumb img {
  	width: 60px;
  	height: 60px;
    border: solid 1px #008cd6;
  }

  .remark_body {
  	padding: 10px;
  	width: calc(100% - 70px);
  }

  .remark_body::after {
    top: 20px;
  }
  
	.remark_note {
		font-size: 12px;
	}
  
	.remark-all {
		margin-bottom: 20px;
  }

  .remark-all .remark_text {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .btn_back a {
    width: 204px;
  }
  
  .btn_back a:hover img {
    opacity: 1;
  }

  
}
