@charset "utf-8";

#article .information_title h2 {
  background: url(/jp/information/history/img/img-title_main.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
}

#article .history_title {
  font-size: 3.4rem;
  text-align: center;
  color: #202020;
  margin-bottom: 45px;
}

/*----------------------------------------
    .evolution_section
----------------------------------------*/
.evolution_section {
	padding: 73px 0 71px 0;	
}
.evolution_section .evolution_table {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 1px;
	padding: 25px 0 19px 0;
}
.evolution_section .evolution_table:first-of-type {
	border-top: 1px solid #eeeeee;
}
.evolution_section .evolution_table_title {
	font-size: 2.2rem;
	color: #BE191F;
	width: 13%;
	font-weight: 500;
}
.evolution_section .evolution_table_title span {
	font-size: 1.4rem;
	margin-left: 5px;
}
.evolution_section .evolution_table_text {
	font-size: 1.6rem;
	color: #202020;
	width: 87%;
	display: flex;
	padding-right: 1%;
}
.evolution_section .evolution_table_text ul {
	width: 82%;
}
.evolution_section .evolution_table_text li {
	display: flex;
}
.evolution_section .evolution_table_text li:not(:first-child) {
	margin-top: 9px;
}
.evolution_section .evolution_table_text li h4 {
	width: 8%;
}
.evolution_section .evolution_table_text .photo {
	width: 18%;
	max-width: 160px;
}
.evolution_section .evolution_table_text .photo img {
	width: 100%;
}
.evolution_section .evolution_table_text p.text {
	padding-left: 8%;
	width: 82%;
}

/*----------------------------------------
    .history_section
----------------------------------------*/
.history_section {
	background-color: #f5f5f5;
	padding: 76px 0 32px 0;
}
.history_section ul {
	position: relative;
	padding-bottom: 34px;
}
.history_section ul::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 100%;
	background: linear-gradient(to bottom, #e0e0e0 0%,#e0e0e0 90%,#f5f5f5 100%);
	content: "";
	display: block;
}
.history_section ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.history_section ul li:not(:first-child) {
	padding-top: 8px;
}
.history_section ul li .text_area {
	width: 50%;
}
.history_section ul li .text {
	background-color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.9;
	padding: 17px 20px 13px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #dddddd;
	position: relative;
	font-weight: 500;
}
.history_section ul li:nth-child(odd) .text_area {
	padding-right: 2.4%;
}
.history_section ul li:nth-child(even) .text_area {
	padding-left: 2.4%;
}
.history_section ul li .text span {
	font-size: 1.4rem;
	font-weight: 350;
}
.history_section ul li .text::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	transform: rotate(45deg);
}
.history_section ul li:nth-child(odd) .text::after {
	border-left: 14px solid #ffffff;
	border-bottom: 14px solid #ffffff;
	right: -7px;
	box-shadow: 2px -2px 4px #dddddd;
}
.history_section ul li:nth-child(even) .text::after {
	border-right: 14px solid #ffffff;
	border-bottom: 14px solid #ffffff;
	left: -7px;
	box-shadow: -2px 2px 4px #dddddd;
}
.history_section ul li .year {
	width: 50%;	
	font-size: 2.2rem;
	color: #BE191F;
	position: relative;
	padding: 15px 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.history_section ul li:first-child .year {
	padding: 12px 0;
}
.history_section ul li:nth-child(even) .year {
	text-align: right;
	padding-right: 16px;
}
.history_section ul li:nth-child(odd) .year {
	padding-left: 16px;	
}
.history_section ul li .year span {
	font-size: 1.4rem;
	margin-left: 5px;
}
.history_section ul li .year::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #bf1a20;
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	z-index: 999;
}
.history_section ul li:nth-child(odd) .year::before {
	left: -7.5px;
}
.history_section ul li:nth-child(even) .year::before {
	right: -7.5px;
}
.history_section ul li:first-child .year::after {
	content: "";
	display: block;
	width: 6px;
	height: 38px;
	background-color: #f5f5f5;
	position: absolute;
	bottom: 22px;
	left: -3px;
	z-index: 998;
	
}

/*----------------------------------------
    .relocation_section
----------------------------------------*/
.relocation_section {
	padding: 72px 0 50px 0;
}
.relocation_section .relocation_photo {
	margin-top: 77px;
}
.relocation_section .relocation_photo img {
	width: 100%;
}

@media screen and (max-width: 979px){
.evolution_section .evolution_table_text li h4 {
	width: 10%;
}
.evolution_section .evolution_table_text p.text {
	padding-left: 10%;
}
.history_section ul li:first-child .year::after {
	height: 54px;
}
.history_section ul li:nth-child(odd) .text_area {
	padding-right: 3.4%;
}
.history_section ul li:nth-child(even) .text_area {
	padding-left: 3.4%;
}
.history_section ul::after {
	background: linear-gradient(#e0e0e0 92%, rgba(224,224,224,0.5) 8%);
}
}