@charset "utf-8";

/* START! NEXT 50YEARS
------------------------------------------------------------*/
.head_imgarea {
	
}
.history_area {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;	
}
.history_area2 {
	padding-top: 3%;
	padding-bottom: 5%;
	position: relative;
	background-color: #f4f2ee;
}
.history_logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3%;
}
.history_tx {
	text-align: center;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px)  {
.history_tx {	
	font-size: 16px;
}
}
.history_nav_area {
	padding-top: 5%;
	padding-bottom: 5%;
}

.history_h2 {
	font-size: 157px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #002364;
}

.history_year {
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #002364;
}
.history_read {
	font-size: 42px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #002364;
}
@media (max-width: 768px)  {
.history_h2 {
	font-size: 36px;	
}

.history_year {
	font-size: 14px;	
}
.history_read {
	font-size: 18px;	
}
}

/* タイムライン
------------------------------------------------------------*/
.history {
	position: relative;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  /*.history {
    width: 1200px;
  }*/
	.history {
    width: 100%;
  }
}
.history:before {
  content: "";
  width: 1px;
  height: 100%;
  background: orange;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .history:before {
    left: 50%;
  }
}
.history .history__item {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}
@media only screen and (min-width: 768px) {
  .history .history__item {
    padding: 0;
  }
}
.history .history__item:first-child {
    padding-top: 40px;
    /*padding-right: 0;
    padding-left: 20px;
    padding-bottom: 35px;*/
}
.history .history__item2 {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}
@media only screen and (min-width: 768px) {
  .history .history__item2 {
    justify-content: flex-end;
  }
}
/*@media only screen and (min-width: 768px) {
  .history .history__item:nth-of-type(2n) {
    justify-content: flex-end;
  }
}*/
.history .history__item3 {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}
@media only screen and (min-width: 768px) {
  .history .history__item3 {
    justify-content: flex-end;
  }
}
.history .history__item3:first-child {
    padding-top: 40px;
    /*padding-right: 0;
    padding-left: 20px;
    padding-bottom: 35px;*/
}
.history .history__item4 {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}
@media only screen and (min-width: 768px) {
  .history .history__item4 {
    padding: 0;
  }
}
.history .history__item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #002364;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .history .history__item:before {
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
  }
}
.history .history__item:first-child:before {
    margin-top: 40px;
    /*padding-right: 0;
    padding-left: 20px;
    padding-bottom: 35px;*/
}

.history .history__item2:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #002364;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .history .history__item2:before {
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
  }
}

.history .history__item3:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #002364;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .history .history__item3:before {
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
  }
}
.history .history__item3:first-child:before {
    margin-top: 40px;
    /*padding-right: 0;
    padding-left: 20px;
    padding-bottom: 35px;*/
}
.history .history__item4:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #002364;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .history .history__item4:before {
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
  }
}
.history .history__item4:first-child:before {
    margin-top: 40px;
    /*padding-right: 0;
    padding-left: 20px;
    padding-bottom: 35px;*/
}

.history .history__item:last-child {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .history .history__item:last-child {
    padding-bottom: 0;
  }
}

.history .history__item:last-child:after {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  position: absolute;
  /*transform: translateX(-50%) rotate(-45deg);*/
  border-left: 1px solid orange;
  /*border-bottom: 1px solid orange;*/
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .history .history__item:last-child:after {
    left: 50%;
    width: 8px;
    height: 8px;
  }
}

.mt-none {	
	margin-top: 0%;
}

.history .history__inner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
 .history .history__inner {
  width: 45%;
}
}
.history .history__iamge {
    line-height: 1;
    margin: 0;    
}
.history .history__iamge img {
  box-shadow: 0 0 15px rgba(30, 29, 29, 0.33);
  display: block;
	/*padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;*/
}


.history_year2 {
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
	margin-top: -5px;
	line-height: 1.2;
	padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.history_year2 {
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
	margin-top: -5px;
	line-height: 1.2;
	padding-bottom: 20px;
}
}
.history_year2 span {
	font-size: 14px;
	font-weight: bold;
	color: #2d3c56;
	display: block;
}
.history_year2_r {
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: -5px;
	line-height: 1.2;
	padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.history_year2_r {
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-top: -5px;
	line-height: 1.2;
	padding-bottom: 20px;
}
}
.history_year2_r span {
	font-size: 14px;
	font-weight: bold;
	color: #2d3c56;
	display: block;
}
.history_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #2d3c56;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
.history_ttl {
	font-size: 28px;
	font-weight: bold;
	color: #2d3c56;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
}
.history_ttl_r {
	font-size: 20px;	
	font-weight: bold;
	color: #2d3c56;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
@media only screen and (min-width: 768px) {
.history_ttl_r {
	font-size: 28px;	
	font-weight: bold;
	color: #2d3c56;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
}
.history_tx2 {
	font-size: 18px;	
}
.history_tx2_r {
	font-size: 18px;
	text-align: left;
}
.history_img_r img {
	text-align: left;
	margin-right: auto;
	margin-left: 0;
}
@media only screen and (min-width: 768px) {
.history_tx2_r {
	font-size: 18px;
	text-align: right;
}
.history_img_r img {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
}
}
.logo_area {
	background-color: #FFFFFF;
	padding-bottom: 3%;	
}
.logo_ttl {
	font-size: 28px;
	background-color: #002364;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.logo_read {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	padding-top: 5%;
	padding-left: 10px;
	padding-right: 10px;
}
.logo_tx {
	font-size: 18px;	
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px)  {
.logo_ttl {
	font-size: 19px;
	margin-bottom: 20px;	
}
.logo_read {
	font-size: 18px;
	
}
.logo_tx {
	font-size: 15px;	
	
}
}
.logo_img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.logo_img img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/* NEXT 50YEARS
------------------------------------------------------------*/
.next_area {
	padding-top: 3%;
	padding-bottom: 15%;
	background-image: url(../img/50th/next_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 1380px)  {
.next_area {	
	padding-bottom: 0%;
}	
}
@media (max-width: 768px)  {
.next_area {	
	padding-bottom: 10%;
}	
}
.next_box {
    position: relative;
    margin-top: 5%;
	margin-bottom: 5%;
}
@media (max-width: 1380px)  {
.next_box {
    position: relative;
    margin-top: 5%;
	margin-bottom: 3%;
}	
}
.next_box11 {
	position: absolute;
	width: 50%;
	top: 30%;
	right: 10%;
	background-color: #f8f9f9;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
@media (max-width: 1435px)  {
.next_box11 {	
	width: 70%;	
	top: 50%;
	right: 0%;
}	
}
@media (max-width: 1380px)  {
.next_box11 {
	position: static;
	width: 100%;	
}	
}
@media (max-width: 768px)  {
.next_box11 {
	position: static;
	width: 100%;	
}	
}
.next_h2 {
	font-size: 157px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #12948b;
}
.next_year {
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
}
.next_read {
	font-size: 42px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
}
@media (max-width: 768px)  {
.next_h2 {
	font-size: 36px;	
}

.next_year {
	font-size: 14px;	
}
.next_read {
	font-size: 18px;	
}
}
.next_read2 {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;	
	color: #000;
}
.next_read3 {
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
	padding-top: 2%;
	padding-bottom: 2%;
}
.next_tx {
	font-size: 18px;
	color: #000;
}
.next_name {
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #000;
	text-align: right;
}
@media (max-width: 768px)  {
.next_read2 {
	font-size: 18px;
	
}
.next_read3 {
	font-size: 14px;
	
}
.next_tx {
	font-size: 15px;
	color: #000;
}
.next_name {
	font-size: 16px;
	margin-top: 5px;	
}	
}

