/* HISTORY
=============================== */

.head-image-area.ghit-history:before,
.head-image-area.ghit-history:after {
  display: none;
}

.ghit-history main {margin: 0; }
.ghit-history .main-visual {
  margin-bottom: 165px;
  background: url(../img/overview/main-visual.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100vh;

	display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.ghit-history .main-visual:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(47,32,27,0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.ghit-history .main-visual .title-block {
	width: 60%;
	text-align: center;
}
.ghit-history .main-visual .title-block h1 {
	font-size: 80px;
	font-size: 8rem;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
}
.ghit-history .main-visual .title-block .lead {
  color: #FFF;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
	.ghit-history .main-visual {
		height: 50vh;

	}

	.ghit-history .main-visual .title-block h1 {
		font-size: 4.0rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.ghit-history .main-visual .title-block .lead {
		font-size: 1.6rem;
		line-height:1.6em;
	}

}

.ghit-history section:not(:last-of-type){
	margin-bottom: 195px;
}
.ghit-history section .container{
	position: relative;
	text-align:center;
}
.ghit-history section .container::after{
	content: "";
	position: absolute;
	display:block;
	left: 50%;
	top: -165px;
/*	width: 1px;*/
	width: 2px;
	height: 140px;
	background-color: #1791d0;
}

[lang="en"] .ghit-history section h2{
	color: #1791d0;
	font-size: 2.4rem;
	line-height:2.8em;
}
[lang="en"] .ghit-history section h3{
	position: relative;
	font-size: 3.4rem;
	margin-bottom: 60px;
}
[lang="ja"] .ghit-history section h2{
	color: #1791d0;
	font-size: 2.2rem;
	line-height:2.6em;
}
[lang="ja"] .ghit-history section h3{
	position: relative;
	font-size: 3.0rem;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	[lang="en"] .ghit-history section h2{
		color: #1791d0;
		font-size: 2.0rem;
		line-height:2.6em;
	}
	[lang="en"] .ghit-history section h3{
		position: relative;
		font-size: 2.4rem;
		margin-bottom: 60px;
	}
	[lang="ja"] .ghit-history section h2{
		color: #1791d0;
		font-size: 1.8rem;
		line-height:2.4em;
	}
	[lang="ja"] .ghit-history section h3{
		position: relative;
		font-size: 2.2rem;
		margin-bottom: 60px;
	}

}
.ghit-history section h3::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -25px;
	width: 50px;
	height: 6px;
	margin-left: -25px;
	background-color: #1791d0;
}
[lang="en"] .ghit-history section p{
	text-align: left;
	font-size: 1.8rem;
	width: 700px;
	margin: 0 auto 20px;
	line-height: 2.0em;
}
[lang="ja"] .ghit-history section p{
	text-align: left;
	font-size: 1.6rem;
	width: 700px;
	margin: 0 auto 20px;
	line-height: 2.0em;
}
.ghit-history section p.center{
	text-align:center;
}

[lang="en"] .ghit-history section p span{
	display: inline;
	font-size: 1.8rem;
	width: auto;
	margin: 0;
	color: #1791d0;
}
[lang="ja"] .ghit-history section p span{
	display: inline;
	font-size: 1.6rem;
	width: auto;
	margin: 0;
	color: #1791d0;
}

@media screen and (max-width: 768px) {
	[lang="en"] .ghit-history section p{
		font-size: 1.6rem;
		display: inline-block;
		margin: 0 auto 20px;
		width: 90%;
	}
	[lang="ja"] .ghit-history section p{
		font-size: 1.4rem;
		display: inline-block;
		margin: 0 auto 20px;
		width: 90%;
	}
	[lang="en"] .ghit-history section p span{
		font-size: 1.6rem;
		display: inline;
		margin: 20 auto 0;
		color: #1791d0;
	}
	[lang="ja"] .ghit-history section p span{
		font-size: 1.4rem;
		display: inline;
		margin: 20 auto 0;
		color: #1791d0;
	}
}

.ghit-history .ghit-history-foot{
	margin-top: 100px;
	padding: 150px 0 160px;
	text-align: center;
	color: #fff;
	background: url(../img/overview/history-foot.webp) no-repeat center center;
	background-size: cover;
}

[lang="en"] .ghit-history .ghit-history-foot h3{
	font-size: 3.4rem;
	margin-bottom: 35px;
}
[lang="en"] .ghit-history .ghit-history-foot p{
	font-size: 2.0rem;
	line-height: 50px;
	text-align: center;
	margin: 0;
	width:100%;
}
[lang="ja"] .ghit-history .ghit-history-foot h3{
	font-size: 3.0rem;
	margin-bottom: 35px;
}
[lang="ja"] .ghit-history .ghit-history-foot p{
	font-size: 1.6rem;
	line-height: 50px;
	text-align: center;
	margin: 0;
	width:100%;
}
.ghit-history section p.right{
	display: inline-block;
	text-align:right;
	width: 700px;
}
img {
	margin-top:30px;
	margin-bottom:30px;
	width:700px;
}
#logo img{
	width:350px;
}
@media screen and (max-width: 768px) {
	[lang="en"] .ghit-history .ghit-history-foot h3{
		font-size: 2.4rem;
		margin-bottom: 35px;
	}
	[lang="en"] .ghit-history .ghit-history-foot p{
		font-size: 1.6rem;
		line-height: 2.0em;
		text-align: center;
		width: 90%;
		margin: 0 auto 0;
	}
	[lang="ja"] .ghit-history .ghit-history-foot h3{
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	[lang="ja"] .ghit-history .ghit-history-foot p{
		font-size: 1.3rem;
		line-height: 2.0em;
		text-align: center;
		margin: 0;
		width: 90%;
		margin: 0 auto 0;
	}
	.ghit-history .ghit-history-foot{
		padding: 65px 0;
		text-align: center;
	}
	.ghit-history section p.caption{
		display: inline-block;
		font-size: 1.3rem;
		width: 90%;
	}
	.ghit-history section p.right{
		display: inline-block;
		text-align:right;
		width: 90%;
	}
	img {
		margin-top:30px;
		margin-bottom:30px;
		width:90%;
	}
	#logo img{
		width:175px;
	}
}
