.lower-home-hero {
	background: rgb(213,242,246);
	background: linear-gradient(90deg, rgba(213,242,246,1) 0%, rgba(244,252,254,1) 100%);
}
.lower-home-hero__inner {
	display: flex;
}
.lower-home-hero__title-area {
	display: flex;
	align-items: center;
}
.lower-home-hero__title {
	margin: 0;
	font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
	line-height: 1.6;
}
.lower-home-hero__figure-area{
	display: flex;
	align-items: flex-end;
}
.lower-home-hero__read{
  font-weight: 500;
  background: url(/extlib/corporate/kddi/president/index/bg_01.png) no-repeat center bottom 15px;
  background-size: contain;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
	.lower-home-hero__inner {
		max-width: 1256px;
		margin: 0 auto;
    padding: 34px 36px;
	}
	.lower-home-hero__title-area {
		width: 843px;
		height: 250px;
	}
	.lower-home-hero__title {
		font-size: 36px;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
	.lower-home-hero__figure-area{
		width: calc((100% - 1em) / 2);
		justify-content: center;
    margin-bottom: -34px;
	}
	.lower-home-hero__read{
		padding: 0 40px 40px;
		font-size: 28px;
		letter-spacing: 2px;
	}
}
@media only screen and (max-width: 767px) {
	.lower-home-hero__inner {
		justify-content: space-between;
	}
	.lower-home-hero__title {
		font-size: min(5vw, 24px);
		font-weight: 400;
		line-height: 1.6;
		text-indent: -0.5em;
		padding-left: 0.5em;
		letter-spacing: 0.08em;
	}
	.lower-home-hero__title-area {
		min-height: 180px;
		padding: 20px 21px;

	}
	.lower-home-hero__figure-area {
		min-width: 143px;
	}
	.lower-home-hero__figure-area img{
		max-width: 100%;
		height: auto;
	}
	.lower-home-hero__read{
		padding: 0 10px 15px;
		font-size: 20px;
		background-size: contain;
		background-position-y: bottom;
	}
}
