/* ==========================================================
common
==========================================================*/
body article {
  margin-top: 0;
}
.iframe_wrapper > iframe {
  max-width: 100%;
}
.sp_block {
  display: none;
}
.tab_block {
  display: none;
}
.mt_30 {
  margin-top: 30px;
}
.mb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.tab_none {
		display: none;
	}
	.tab_block {
		display: block;
	}
}
@media screen and (max-width: 375px) {
	.sp_none {
		display: none;
	}
	.sp_block {
		display: block;
	}
}
/* ==========================================================
/about_heatmap's utility
==========================================================*/
.about_heatmap {
  color: #607d8b;
  background-color: #e0f2f1;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
	/*common*/
  .about_heatmap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* テキスト関連 */
.about_heatmap .explain{
	margin-bottom: 32px;
}
.about_heatmap .explain.explain__mb0{
	margin-bottom: 0;
}
.about_heatmap .explain > strong,
.about_heatmap .explain > b {
	font-weight: 700;
}
/* コンテナ関連 */
.about_heatmap .wrapper {
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 32px;
  padding-bottom: 24px;
}
.about_heatmap .wrapper_md {
	max-width: 768px;
	margin: 0 auto;
}
.about_heatmap .flex_center {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.about_heatmap .wrapper_md{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}
/* 画像 */
.about_heatmap .img_box {
	margin-bottom: 32px;
}
.about_heatmap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 768px) {
	.about_heatmap .img_box {
		width: 100%;
	}
}
/* 見出し、タイトル関連 */
.border_heading {
  font-size: 24px;
  font-weight: normal;
  color: #009688;
  line-height: 1.5;
  text-align: left;
  background-color: #f0fff0;
  border-left: #00a59a solid 5px;
  padding: 5px 10px;
  margin: 44px 0 20px;
}
.frame_heading {
  font-size: 20px;
  color: #009688;
  padding: 10px;
  border: solid 1px #009688;
  line-height: 1.5em;
  margin: 44px 0 20px;
}
.small_heading {
  font-size: 18px;
  font-weight: bold;
  color: #009688;
  text-align: left;
  margin: 44px 0 20px;
}
/* 箇条書き */
.about-heatmap__bullet-points-wrapper {
  padding-left: 16px;
  margin-bottom: 32px;
}
.about-heatmap__bullet-points {
  margin-left: 16px;
  position: relative;
}
.about-heatmap__bullet-points:not(:last-child) {
  margin-bottom: 10px;
}
.about-heatmap__bullet-points > span{
  position: absolute;
  top: 0;
  left: -16px;
}
@media screen and (max-width: 768px) {
  .about-heatmap__bullet-points-wrapper {
    padding-left: 0;
  }
}
/* タイトル付きの説明文 */
.about-heatmap__definition-sentence__wrapper {
  margin-bottom: 32px;
}
.about-heatmap__definition-sentence:not(:last-child) {
  margin-bottom: 32px;
}

.about-heatmap__definition-sentence__title {
  font-weight: 700;
  margin-bottom: 5px;
}
.about-heatmap__definition-sentence__body {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .about-heatmap__definition-sentence__body {
    padding-left: 0;
  }
}
/* テーブル */
.about-heatmap__table {
  border-collapse: collapse;
}
.about-heatmap__table td{
  font-size: 16px;
  border: 1px solid #566d77;
  padding: 10px;
  vertical-align: middle;
}
.about-heatmap__table tr > td:first-of-type{
  background-color: #eafff5;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  border-right: 3px double #566d77;
}
@media screen and (max-width: 768px) {
  .about-heatmap__table tr > td:first-of-type {
    min-width: 60px;
    white-space: initial;
  }
}
/* リンク関連 */
.about-heatmap__link > a{
  color: #00a59a;
}
.about-heatmap__link > a:hover{
  text-decoration: underline;
}
/* 赤枠強調部分 */
.emphasis_frame {
  color: #fa6400;
  margin: 0 auto 32px;
  padding: 0 5px;
}
.emphasis_frame__wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.emphasis_frame__box {
  padding: 11px;
  border-radius: 16px;
  text-align: center;
  border: solid 4px #fa6400;
  width: 50%;
  max-width: 300px;
  white-space: nowrap;
}
.emphasis_frame__box:nth-of-type(2n+1) {
  margin-right: 20px;
}
.emphasis_frame__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.emphasis_frame__body{
  font-size: 40px;
}
.emphasis_frame__number{
  font-size: 50px;
  font-weight: 600;
}
.emphasis_frame__percent{
  font-size: 30px;
  font-weight: 600;
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .emphasis_frame__box {
    width: 85%;
    max-width: 100%;
  }
  .emphasis_frame__box:nth-of-type(2n+1){
    margin-right: 0;
  }
  .emphasis_frame__box:not(:last-of-type){
    margin-bottom: 10px;
  }
  .emphasis_frame__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .emphasis_frame__heading {
    margin-bottom: 10px;
  }
  .emphasis_frame__box {
    width: 80%;
    max-width: 270px;
  }
  .emphasis_frame__body{
    font-size: 28px;
  }
  .emphasis_frame__number{
    font-size: 36px;
  }
  .emphasis_frame__percent{
    font-size: 20px;
    margin-left: -8px;
  }
}
/* 改善率比較カード */
.comparison_card {
  text-align: center;
  border: 2px solid #14a59a;
  padding-bottom: 20px;
  margin: 0 auto 32px;
}
.comparison_card b, .comparison_card strong {
  color: #fa6400;
}
.comparison_card__title{
  color: #fff;
  background-color: #14a59a;
  font-size: 26px;
  padding: 10px;
}
.comparison_card__wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}
.comparison_card__item {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 25%;
  padding: 20px 40px;
}
.comparison_card__item > span {
  white-space: nowrap;
}
.comparison_card__imgWrap {
  overflow: hidden;
  margin-bottom: 10px;
  flex-grow: 1;
}
.comparison_card__explain {
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
}
@media screen and (max-width: 375px) {
  .comparison_card__wrap {
    flex-direction: column;
  }
  .comparison_card__item {
    width: initial;
  }
}
/* 比較表 */
.comparison-table {
  display: flex;
}
.comparison-table__item {
  border-collapse: collapse;
  text-align: center;
  width: 50%;
  border: solid 1px #607d8b;
  display: flex;
  flex-direction: column;
}
.comparison-table__item:first-of-type {
  border-right: none;
}
.comparison-table__top{
  font-weight: 700;
  padding: 5px;
  background-color: #14a59a;
  color: #fff;
}
.comparison-table__body{
  padding: 5px 10px;
  flex-grow: 1;
}
.comparison-table__heading{
  font-weight: bold;
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.comparison-table__text{
  text-align: left;
  margin-bottom: 10px;
}
.comparison-table__footer{
  padding: 5px;
  background-color: #cfe2f3;
  color: #000;
}
@media screen and (max-width: 768px) {
  .comparison-table {
    flex-direction: column;
  }
  .comparison-table__item {
    width: 100%;
  }
  .comparison-table__item:first-of-type {
    border-right: solid 1px #607d8b;
    margin-bottom: 20px;
  }
}
/* ==========================================================
First view
==========================================================*/
section.first_view {
	height: 144px;
	background-image: url("https://glad-cube.cf1.fastest.jp/sitest/images/heatmap/fv_bg_about_heatmap.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
section.first_view >p {
	position: relative;
	top: 160px;
	line-height: 1em;
}
section.first_view >p.breadcrumb {
	position: absolute;
	left: calc(50% - 480px);
	top: 90px;
}
section.first_view >p.breadcrumb >a {
	text-decoration: none;
}
section.first_view >p.breadcrumb >a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 960px) {
	section.first_view >p.breadcrumb {
			left: 40px;
			padding-right:40px;
      top: 70px;
	}
}
@media screen and (max-width: 720px) {
  section.first_view >h1,
	section.first_view >p {
			top: 80px;
	}
  section.first_view >h1.first_title {
    padding: 0 32px;
  }
	section.first_view >p.breadcrumb {
	}
  section.first_view .sp_none {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	section.first_view >p {
			top: 74.5px;
	}
}

/* ==========================================================
article_top(記事先頭見出し)
==========================================================*/
.about_heatmap .article_top .heading {
  font-size: 24px;
  line-height: 150%;
  color: #009688;
  text-align: left;
  font-weight: normal;
}
.about_heatmap .article_top .explain {
	margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .about_heatmap .article_top .explain {
		margin: 16px 0 40px;
	}
}

/* ==========================================================
guide(目次)
==========================================================*/
.about_heatmap .guide {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: #566d77;
}
.about_heatmap .guide_nav {
	margin-bottom: 40px;
  padding-left: 16px;
	color: #00a59a;
}
.about_heatmap .guide_nav li {
	margin-bottom: 8px;
}
.about_heatmap .guide_nav li:first-child {
	margin-top: 14px;
}
.about_heatmap .guide_nav li:last-child {
	margin-bottom: 0;
}
.about_heatmap .guide_nav .sub {
	margin-left: 1em;
}
.about_heatmap .guide_nav .sub::before {
	content: '・';
	margin-left: -1em;
}
.about_heatmap .guide_nav li a {
	color: #00a59a;
	text-decoration: underline;
}
.about_heatmap .guide_nav li a:hover {
	color: #5bc1ba;
}

/* ==========================================================
trial (CTA部分)
==========================================================*/
.about_heatmap .trial {
	background-color: #00a59a;
	text-align: center;
	padding-bottom: 36px;
}
.about_heatmap .trial .confirmation {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	padding: 16px 0 24px;
}
.about_heatmap .trial .btn {
	width: 468px;
	border-radius: 28px;
	margin: 0 auto;
	background-color: #ffd600;
	line-height: 1;
	box-shadow: 0 3px 0 0 #fdca39;
}
.about_heatmap .trial .btn a {
	font-size: 24px;
	font-weight: 600;
	color: #455a64;
	text-decoration: none;
	display: block;
	padding: 16px 0;
}
.about_heatmap .trial .btn a .fas {
	padding-left: 8px;
}
.about_heatmap .trial .btn:hover {
	background-color: #ffea60;
}
.about_heatmap .trial .btn:active {
	box-shadow: none;
	position: relative;
	top: 3px;
}
@media screen and (max-width: 768px) {
  .about_heatmap .trial {
		padding: 0 32px 24px;
	}
	.about_heatmap .trial .confirmation {
		font-size: 24px;
		padding: 8px 0 16px;
	}
	.about_heatmap .trial .btn {
		width: 100%;
	}
	.about_heatmap .trial .btn a {
		font-size: 16px;
	}
}

/* ==========================================================
footer
==========================================================*/
footer {
  padding-top: 80px;
}
footer .company_information {
  max-width: 768px;
  margin: 0 auto 32px auto;
  padding: 0 24px;
}
footer .company_information_header{
  border-bottom: solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer .company_information dl{
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  gap:5px
}
footer .company_information dd > a{
  color: #cfd8dc;
}

