@charset "UTF-8";
/* CSS Document */
body {
	/*
  font-family: "游ゴシック", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  */
  font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.marker {
  background: linear-gradient(transparent 75%, #f6d019 75%);
  font-weight: bold;
}
.center, .image_center {
  text-align: center;
}
.sans {
  font-family: "Source Sans Pro";
}
.red {
  color: #ff4b36;
}
.blue {
  color: #5285ea;
}
.green {
  color: #35af91;
}
/*--------------------------------------------
header
--------------------------------------------*/
#visual {
  width: 100%;
  min-width: 1120px;
  overflow: hidden;
}
#visual-image {
  /*
  position: relative;
  left: 50%;
  margin-left: -720px;
  */
}
/*--------------------------------------------
common
--------------------------------------------*/
.content_inner {
  width: 1024px;
  margin: auto;
}
.content_outer {
  background: #f6d019;
  padding: 40px 0;
  margin: 80px auto 0px;
}
.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sub_header {
  font-size: 2.4rem;
}
/*--------------------------------------------
lead
--------------------------------------------*/
.lead_wrapper {
  width: 1024px;
  margin: 40px auto 0px;
}
.lead {
  text-align: center;
  line-height: 1.8;
}
.lead h2 {
  font-size: 2.5rem;
  text-align: center;
}
.lead h2 img {
  width: 16em;
}
.lead p {
  font-size: 2rem;
  margin-top: 10px;
  font-weight: bold;
}
/*--------------------------------------------
overview
--------------------------------------------*/
.overview {
  width: 960px;
  margin: 100px auto 0px;
}
.overview h3 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  margin-bottom: 0.5em;
}
.overview h3 img {
  display: block;
  width: 340px;
  margin: 0 auto 0.5em;
}
/* point1 */
.overview .point1 {
  margin: 40px auto;
}
.overview .point1 .scene_img {
  width: 27%;
}
/* point2 */
.overview .point2 {
  margin: 60px auto;
}
.overview .point2 .scene_img {
  width: 45%;
  text-align: center;
}
.overview .point2 .scene_img img {
  margin-bottom: 1em;
}
/* point2 */
.overview .point3 {
  margin: 60px auto;
}
.overview .point3 .scene_img {
  width: 45%;
  text-align: center;
}
.overview .point3 .scene_img img {
  margin-bottom: 1em;
}
.overview p {
	font-weight: bold;
}
/*--------------------------------------------
columun
--------------------------------------------*/
.content_column {
  width: 800px;
  margin: 0px auto;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.content_column h3 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
}
.content_column_inner {
  letter-spacing: -1.0rem;
  margin-top: 30px;
}
.content_column_inner div {
  display: inline-block;
  letter-spacing: 0.0rem;
  vertical-align: top;
}
.content_cplumn_img {
  width: 260px;
  margin-right: 30px;
}
.content_cplumn_txt {
  width: 430px;
}
.content_cplumn_txt h4 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: -3px;
}
.content_cplumn_txt p {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
  margin-top: 10px;
}
.content_column span {
  position: relative;
  padding-top: 0.2em;
}
.content_column span::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #FF4B36;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
/* talk_case */
.talk_case {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0px;
  padding: 15px 0;
}
.talk_case .talk_case_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: center;
}
.talk_case.case1 {
  background-image: url("/lib/images/lp/talk/talk_case01_bg.jpg");
}
.talk_case.case2 {
  background-image: url("/lib/images/lp/talk/talk_case02_bg.jpg");
}
.talk_case_content {
  width: 800px;
  margin: 0px auto;
  position: relative;
  padding-top: 40px;
}
.talk_case .hidden_sp img {
  height: 560px;
  width: auto;
}
/*--------------------------------------------
memo
--------------------------------------------*/
.memo {
  text-align: center;
  margin: 80px auto 100px;
}
.memo h3 {
  line-height: 60px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 1.8rem;
}
.memo h3 i {
  display: block;
  height: 60px;
  width: 80px;
  background: url(/lib/images/lp/talk/memo.svg) no-repeat left center;
  background-size: contain;
  line-height: 60px;
  float: left;
  margin-right: 0.75em;
  margin-top: 0.25em;
}
/*--------------------------------------------
merit
--------------------------------------------*/
.talk_merit {
  margin: 60px auto;
}
.talk_merit .merit {
  width: 46%;
}
.talk_merit .merit dd {
  width: 95%;
  margin: 20px auto 60px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.attention {
	font-size: 1.2rem;
	font-weight: normal;
}