@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1200px;
    overflow-x: hidden;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

p, th, td, li {
  color: #006ab7;
  line-height: 7vw;
  font-size: 3.2vw;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 641px) {
  p, th, td, li {
    font-size: 22px;
    line-height: 3rem;
  }
}

strong, b, h1, h2, h3, h4, h5 {
  color: #006ab7;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.02rem;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  color: #006ab7;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}
@media print, screen and (min-width: 641px) {
  img {
    max-width: auto;
  }
}

/*================================================================================
フッター
================================================================================*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Logomark  ----------------------------------------------------------*/
#history header .logo {
  width: 48%;
  margin-top: 7vw;
  margin-left: 5vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history header .logo {
    width: 619px;
    margin-top: 67px;
    margin-left: 86px;
    margin-bottom: 0;
  }
}
#history .fixedHeader .logo {
  width: 48%;
  margin-top: 3vw;
  margin-left: 5%;
}
@media print, screen and (min-width: 641px) {
  #history .fixedHeader .logo {
    width: 619px;
    margin-top: 10px;
    margin-left: 86px;
  }
}
#history .fixedHeader #fh_historyAnchor {
  text-align: center;
}
#history .fixedHeader #fh_historyAnchor ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 641px) {
  #history .fixedHeader #fh_historyAnchor ul li {
    font-size: 16px;
    margin: 0 0.7rem;
  }
}
#history .fixedHeader #fh_historyAnchor ul li span {
  display: none;
}
#history .fixedHeader #fh_historyAnchor ul li a {
  transition: 0.3s;
}
#history .fixedHeader #fh_historyAnchor ul li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

#historyAnchor {
  text-align: center;
}
#historyAnchor ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #historyAnchor ul {
    margin-bottom: 100px;
  }
}
#historyAnchor ul li {
  margin: 0 0.6rem;
}
@media print, screen and (min-width: 641px) {
  #historyAnchor ul li {
    font-size: 18px;
    margin: 0 1rem;
  }
}
#historyAnchor ul li span {
  display: none;
}
@media print, screen and (min-width: 641px) {
  #historyAnchor ul li span {
    display: inline;
  }
}
#historyAnchor ul li a {
  transition: 0.3s;
}
#historyAnchor ul li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

#history .block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #history .block {
    width: 1030px;
  }
}
#history .block .text h2 {
  position: relative;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 641px) {
  #history .block .text h2 {
    font-size: 34px;
  }
}
#history .block .text h2 span {
  font-size: 3.2vw;
  font-weight: normal;
  margin-left: 1rem;
}
@media print, screen and (min-width: 641px) {
  #history .block .text h2 span {
    font-size: 18px;
  }
}
#history .block .text h2 img {
  height: 7.8vw;
}
@media print, screen and (min-width: 641px) {
  #history .block .text h2 img {
    height: 56px;
  }
}
#history .block .text h2 img.s {
  height: 4.2vw;
}
@media print, screen and (min-width: 641px) {
  #history .block .text h2 img.s {
    height: 28px;
  }
}
#history .block .text h3 {
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
@media print, screen and (min-width: 641px) {
  #history .block .text h3 {
    font-size: 28px;
  }
}
#history .block .text p {
  font-size: 2.8vw;
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  #history .block .text p {
    font-size: 16px;
  }
}
#history .block .pic {
  text-align: center;
  z-index: 1;
}
#history .block .pic p {
  font-size: 2.8vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  #history .block .pic p {
    font-size: 16px;
  }
}
#history .block .line_yoko {
  margin-left: 1000px;
}
#history .block .line_yoko.appear {
  transition: 2s;
  margin-left: 0;
}
#history .block .line_tate {
  margin-top: 1000px;
  opacity: 0;
}
#history .block .line_tate.appear {
  transition: 4s;
  margin-top: 0;
  opacity: 1;
}

#history #block_1898 {
  padding: 0 0 10vw 8%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 {
    padding: 0 75px 50px;
  }
}
#history #block_1898 .text {
  width: 85%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 .text {
    width: 410px;
    margin-bottom: 0;
  }
}
#history #block_1898 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 .text h3 {
    font-size: 24px;
  }
}
#history #block_1898 .pic {
  margin-left: 22%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 .pic {
    margin-left: 0;
  }
}
#history #block_1898 .pic img {
  width: 85%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 .pic img {
    width: 439px;
  }
}
#history #block_1898 .line_1898 {
  position: absolute;
  right: 5%;
  top: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 .line_1898 {
    right: 0;
    top: -58px;
  }
}
#history #block_1898 .line_1898 img {
  height: 215vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1898 .line_1898 img {
    width: 38px;
    height: auto;
  }
}
#history #block_1918 {
  padding: 0 0 10vw 8%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1918 {
    padding: 0 75px 100px;
  }
}
#history #block_1918 .text {
  width: 85%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1918 .text {
    width: 410px;
    margin-bottom: 20px;
  }
}
#history #block_1918 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_1918 .text h3 {
    font-size: 24px;
  }
}
#history #block_1918 .pic {
  margin-left: 22%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1918 .pic {
    margin-left: 0;
  }
}
#history #block_1918 .pic img {
  width: 85%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1918 .pic img {
    width: 439px;
  }
}
#history #block_1923 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 {
    padding: 0 0 50px;
  }
}
#history #block_1923 .text {
  margin-left: 14%;
  margin-right: 8%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .text {
    width: 630px;
    margin-left: 338px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .pic {
    margin-left: 75px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .pic img {
    width: 884px;
  }
}
#history #block_1923 .line_1923_1 {
  position: absolute;
  top: 9vw;
  left: 0;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .line_1923_1 {
    position: absolute;
    left: 229px;
    top: 62px;
  }
}
#history #block_1923 .line_1923_1 img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .line_1923_1 img {
    width: 803px;
  }
}
#history #block_1923 .line_1923_2 {
  position: absolute;
  top: 0vw;
  left: 10%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .line_1923_2 {
    top: 0px;
    left: 309px;
  }
}
#history #block_1923 .line_1923_2 img {
  width: 0.7vw;
  height: 325vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1923 .line_1923_2 img {
    width: 3px;
    height: auto;
  }
}
#history #block_1933 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 {
    padding: 0 0 200px;
  }
}
#history #block_1933 .text {
  margin-left: 14%;
  margin-right: 8%;
  margin-bottom: 89vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .text {
    width: 500px;
    margin-left: 150px;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .text p {
    padding-right: 50px;
  }
}
#history #block_1933 .pic01 {
  position: absolute;
  top: 77vw;
  right: 8%;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .pic01 {
    top: 220px;
    right: 0;
  }
}
#history #block_1933 .pic01 img {
  width: 53%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .pic01 img {
    width: 363px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .pic02 {
    margin-left: 75px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .pic02 img {
    width: 636px;
  }
}
#history #block_1933 .line_1933_1 {
  position: absolute;
  top: 9vw;
  left: 0;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .line_1933_1 {
    left: 91px;
    top: 62px;
  }
}
#history #block_1933 .line_1933_1 img {
  width: 60vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .line_1933_1 img {
    width: 554px;
  }
}
#history #block_1933 .line_1933_2 {
  position: absolute;
  top: 195vw;
  right: 10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .line_1933_2 {
    left: 125px;
    right: auto;
    top: -360px;
  }
}
#history #block_1933 .line_1933_2 img {
  height: 170vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1933 .line_1933_2 img {
    width: 3px;
    height: 1000px;
  }
}
#history #block_1938 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 {
    padding: 0 0 200px;
  }
}
#history #block_1938 .text {
  margin-left: 10%;
  margin-right: 13%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .text {
    width: 550px;
    margin-left: 275px;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .text p {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .pic01 {
    margin-left: 275px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .pic01 img {
    width: 653px;
  }
}
#history #block_1938 .pic02 {
  margin-top: -10vw;
  margin-left: -5%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .pic02 {
    margin-top: -280px;
    margin-left: 75px;
  }
}
#history #block_1938 .pic02 img {
  width: 70%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .pic02 img {
    width: 363px;
  }
}
#history #block_1938 .line_1938_1 {
  position: absolute;
  top: 9vw;
  left: 7%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .line_1938_1 {
    left: 274px;
    top: 62px;
  }
}
#history #block_1938 .line_1938_1 img {
  width: 94%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .line_1938_1 img {
    width: 677px;
  }
}
#history #block_1938 .line_1938_2 {
  position: absolute;
  top: 110vw;
  right: 10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .line_1938_2 {
    left: 840px;
    top: -470px;
    right: auto;
  }
}
#history #block_1938 .line_1938_2 img {
  height: 185vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1938 .line_1938_2 img {
    width: 3px;
    height: 1000px;
  }
}
#history #block_1949 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 {
    padding: 0 0 100px 320px;
  }
}
#history #block_1949 .text {
  margin-left: 8%;
  margin-right: 20%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 .text {
    width: 530px;
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}
#history #block_1949 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 .pic img {
    width: 600px;
  }
}
#history #block_1949 .line_1949_1 {
  position: absolute;
  top: 9vw;
  left: 7%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 .line_1949_1 {
    left: 300px;
    top: 62px;
  }
}
#history #block_1949 .line_1949_1 img {
  width: 96%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 .line_1949_1 img {
    width: 613px;
  }
}
#history #block_1949 .line_1949_2 {
  position: absolute;
  top: 70vw;
  right: 10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 .line_1949_2 {
    left: 880px;
    right: auto;
    top: -350px;
  }
}
#history #block_1949 .line_1949_2 img {
  height: 130vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1949 .line_1949_2 img {
    width: 3px;
    height: 840px;
  }
}
#history #block_1960 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 {
    padding: 0 0 100px 315px;
  }
}
#history #block_1960 .text {
  width: 78%;
  margin-left: 8%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 .text {
    width: 500px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_1960 .pic img {
  width: 79%;
  margin-right: -7%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 .pic img {
    width: 552px;
    margin-right: 0;
  }
}
#history #block_1960 .line_1960_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 .line_1960_1 {
    left: 261px;
    top: 62px;
  }
}
#history #block_1960 .line_1960_1 img {
  width: 94%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 .line_1960_1 img {
    width: 613px;
  }
}
#history #block_1960 .line_1960_2 {
  position: absolute;
  right: 10%;
  top: 88vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 .line_1960_2 {
    left: 824px;
    right: auto;
    top: -200px;
  }
}
#history #block_1960 .line_1960_2 img {
  height: 100vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1960 .line_1960_2 img {
    width: 3px;
    height: auto;
  }
}
#history #block_1963 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 {
    padding: 0 0 100px 75px;
  }
}
#history #block_1963 .text {
  width: 76%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 .text {
    width: 651px;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 .pic img {
    width: 651px;
  }
}
#history #block_1963 .line_1963_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 .line_1963_1 {
    left: 75px;
    top: 62px;
  }
}
#history #block_1963 .line_1963_1 img {
  width: 93%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 .line_1963_1 img {
    width: 729px;
  }
}
#history #block_1963 .line_1963_2 {
  position: absolute;
  top: -3vw;
  left: 9%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 .line_1963_2 {
    left: 760px;
    top: -200px;
  }
}
#history #block_1963 .line_1963_2 img {
  height: 270vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1963 .line_1963_2 img {
    height: 1376px;
  }
}
#history #block_1969 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 {
    padding: 0 0 100px 75px;
  }
}
#history #block_1969 .text {
  width: 76%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 .text {
    width: 580px;
    margin-left: 100px;
    margin-bottom: 40px;
  }
}
#history #block_1969 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 .pic img {
    width: 627px;
  }
}
#history #block_1969 .line_1969_1 {
  position: absolute;
  top: 9vw;
  left: 0;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 .line_1969_1 {
    left: 125px;
    top: 62px;
  }
}
#history #block_1969 .line_1969_1 img {
  width: 95%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 .line_1969_1 img {
    width: 747px;
  }
}
#history #block_1969 .line_1969_2 {
  position: absolute;
  top: 90vw;
  left: 9%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 .line_1969_2 {
    left: 150px;
    top: 0px;
  }
}
#history #block_1969 .line_1969_2 img {
  height: 340vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1969 .line_1969_2 img {
    height: 2900px;
  }
}
#history #block_1982 {
  padding: 0 0 20vw 17%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1982 {
    padding: 0 0 200px 175px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1982 .text {
    width: 500px;
  }
}
#history #block_1982 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_1982 .text h3 {
    font-size: 24px;
  }
}
#history #block_1984_1 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_1 {
    padding: 0 0 100px 175px;
  }
}
#history #block_1984_1 .text {
  width: 80%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_1 .text {
    width: 600px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_1984_1 .pic img {
  width: 72%;
  margin-left: -15%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_1 .pic img {
    width: 497px;
    margin-left: 0;
  }
}
#history #block_1984_1 .line_1983 {
  position: absolute;
  top: 9vw;
  left: 0;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_1 .line_1983 {
    left: 114px;
    top: 62px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_1 .line_1983 img {
    width: 916px;
  }
}
#history #block_1984_2 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 {
    padding: 0 0 50px;
  }
}
#history #block_1984_2 .text {
  width: 72%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .text {
    width: 550px;
    margin-left: 175px;
    margin-bottom: 50px;
  }
}
#history #block_1984_2 .pic01 {
  margin-left: -16%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .pic01 {
    margin-left: 75px;
    margin-bottom: 200px;
  }
}
#history #block_1984_2 .pic01 img {
  width: 62%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .pic01 img {
    width: 430px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .pic01 p {
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
  }
}
#history #block_1984_2 .pic02 {
  width: 72%;
  margin-top: -5vw;
  margin-left: 22%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .pic02 {
    position: absolute;
    width: auto;
    top: 490px;
    left: 370px;
    margin: 0;
  }
}
#history #block_1984_2 .pic02 img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .pic02 img {
    width: 497px;
  }
}
#history #block_1984_2 .line_1984_1 {
  position: absolute;
  top: 9vw;
  left: 0;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .line_1984_1 {
    left: 84px;
    top: 62px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .line_1984_1 img {
    width: 680px;
  }
}
#history #block_1984_2 .line_1984_2 {
  position: absolute;
  top: 0;
  right: 10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .line_1984_2 {
    left: 794px;
    right: auto;
    top: 715px;
  }
}
#history #block_1984_2 .line_1984_2 img {
  height: 487vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1984_2 .line_1984_2 img {
    height: 2490px;
  }
}
#history #block_1986 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1986 {
    padding: 0 0 100px 170px;
  }
}
#history #block_1986 .text {
  width: 78%;
  margin-left: 8%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1986 .text {
    width: 600px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_1986 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_1986 .text h3 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1986 .pic img {
    width: 602px;
  }
}
#history #block_1987 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1987 {
    padding: 0 0 100px 170px;
  }
}
#history #block_1987 .text {
  width: 78%;
  margin-left: 8%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1987 .text {
    width: 600px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_1987 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_1987 .text h3 {
    font-size: 24px;
  }
}
#history #block_1988 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1988 {
    padding: 0 0 100px 115px;
  }
}
#history #block_1988 .text {
  width: 78%;
  margin-left: 8%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1988 .text {
    width: 650px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_1988 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_1988 .text h3 {
    font-size: 24px;
  }
}
#history #block_1988 .pic {
  margin-left: -13%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1988 .pic {
    margin-left: 182px;
  }
}
#history #block_1988 .pic img {
  width: 69%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1988 .pic img {
    width: 479px;
  }
}
#history #block_1998 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 {
    padding: 0 0 100px 214px;
  }
}
#history #block_1998 .text {
  width: 73%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .text {
    width: 566px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .pic {
    text-align: left !important;
  }
}
#history #block_1998 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .pic img {
    width: 750px;
  }
}
#history #block_1998 .pic p.left {
  text-align: left;
  width: 48%;
  margin-left: 14%;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .pic p.left {
    text-align: center;
    width: 275px;
  }
}
#history #block_1998 .pic p.right {
  text-align: center;
  line-height: 1.4;
  width: 66%;
  margin-left: 31%;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .pic p.right {
    width: 509px;
    margin-left: 241px;
  }
}
#history #block_1998 .line_1998_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .line_1998_1 {
    left: 214px;
    top: 62px;
  }
}
#history #block_1998 .line_1998_1 img {
  width: 95%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .line_1998_1 img {
    width: 747px;
  }
}
#history #block_1998 .line_1998_2 {
  position: absolute;
  top: -3vw;
  left: 8%;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .line_1998_2 {
    left: 253px;
    top: 530px;
  }
}
#history #block_1998 .line_1998_2 img {
  height: 223vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_1998 .line_1998_2 img {
    height: 816px;
  }
}
#history #block_2004 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 {
    padding: 0 0 100px 57px;
  }
}
#history #block_2004 .text {
  width: 78%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 .text {
    width: 566px;
    margin-bottom: 40px;
    margin-left: 217px;
  }
}
#history #block_2004 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 .pic img {
    width: 702px;
  }
}
#history #block_2004 .line_2004_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 .line_2004_1 {
    left: 225px;
    top: 62px;
  }
}
#history #block_2004 .line_2004_1 img {
  width: 95%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 .line_2004_1 img {
    width: 747px;
  }
}
#history #block_2004 .line_2004_2 {
  position: absolute;
  top: 80vw;
  left: 8%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 .line_2004_2 {
    left: 100px;
    top: 400px;
  }
}
#history #block_2004 .line_2004_2 img {
  height: 100vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2004 .line_2004_2 img {
    height: 700px;
  }
}
#history #block_2006 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 {
    padding: 0 0 100px 25px;
  }
}
#history #block_2006 .text {
  width: 78%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .text {
    width: 566px;
    margin-bottom: 40px;
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .pic img {
    width: 637px;
  }
}
#history #block_2006 .pic01 {
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .pic01 {
    margin-bottom: 300px;
  }
}
#history #block_2006 .pic01 img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .pic01 img {
    width: 637px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .pic02 {
    position: absolute;
    top: 870px;
    left: 442px;
  }
}
#history #block_2006 .pic02 img {
  width: 70%;
  margin-left: 10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .pic02 img {
    width: 460px;
    margin-left: 0;
  }
}
#history #block_2006 .line_2006_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .line_2006_1 {
    left: 58px;
    top: 62px;
  }
}
#history #block_2006 .line_2006_1 img {
  width: 95%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .line_2006_1 img {
    width: 771px;
  }
}
#history #block_2006 .line_2006_2 {
  position: absolute;
  top: 110vw;
  left: 8%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .line_2006_2 {
    left: 250px;
    top: 520px;
  }
}
#history #block_2006 .line_2006_2 img {
  height: 97vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2006 .line_2006_2 img {
    height: 1123px;
  }
}
#history #block_2012 {
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 {
    padding: 0 0 100px 148px;
  }
}
#history #block_2012 .text {
  width: 75%;
  margin-left: 13%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 .text {
    width: 590px;
    margin-bottom: 40px;
    margin-left: 132px;
  }
}
#history #block_2012 .pic img {
  width: 79%;
  margin-right: -10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 .pic img {
    width: 847px;
    margin-right: 0;
  }
}
#history #block_2012 .line_2012_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 .line_2012_1 {
    left: 228px;
    top: 62px;
  }
}
#history #block_2012 .line_2012_1 img {
  width: 95%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 .line_2012_1 img {
    width: 636px;
  }
}
#history #block_2012 .line_2012_2 {
  position: absolute;
  top: 0;
  right: 10%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 .line_2012_2 {
    left: 176px;
    top: 470px;
  }
}
#history #block_2012 .line_2012_2 img {
  height: 142vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2012 .line_2012_2 img {
    height: 922px;
  }
}
#history #block_2018 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 {
    padding: 0 0 100px 25px;
  }
}
#history #block_2018 .text {
  width: 75%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .text {
    width: 620px;
    margin-bottom: 40px;
    margin-left: 177px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .pic img {
    width: 691px;
  }
}
#history #block_2018 .line_2018_1 {
  position: absolute;
  top: 9vw;
  left: 5%;
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .line_2018_1 {
    left: 158px;
    top: 62px;
  }
}
#history #block_2018 .line_2018_1 img {
  width: 95%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .line_2018_1 img {
    width: 655px;
  }
}
#history #block_2018 .line_2018_2 {
  position: absolute;
  top: -3vw;
  left: 3%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .line_2018_2 {
    left: 7px;
    top: 422px;
  }
}
#history #block_2018 .line_2018_2 img {
  height: 360vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .line_2018_2 img {
    height: 3050px;
  }
}
#history #block_2018 .line_2018_2.appear img {
  height: 690vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2018 .line_2018_2.appear img {
    height: 3850px;
  }
}
#history #block_2019_1 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_1 {
    padding: 0 0 150px 32px;
  }
}
#history #block_2019_1 .text {
  width: 80%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_1 .text {
    width: 850px;
    margin-bottom: 40px;
    margin-left: 28px;
  }
}
#history #block_2019_1 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_1 .text h3 {
    font-size: 24px;
  }
}
#history #block_2019_1 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_1 .pic img {
    width: 844px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_1 .pic p.left {
    width: 437px;
  }
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_1 .pic p.right {
    width: 437px;
    margin-left: 407px;
  }
}
#history #block_2019_2 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_2 {
    padding: 0 0 150px 62px;
  }
}
#history #block_2019_2 .text {
  width: 80%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_2 .text {
    width: 620px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_2019_2 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_2 .text h3 {
    font-size: 24px;
  }
}
#history #block_2019_2 .pic img {
  width: 63%;
  margin-left: -25%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2019_2 .pic img {
    width: 439px;
    margin-left: 0;
  }
}
#history #block_2021 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2021 {
    padding: 0 0 150px 62px;
  }
}
#history #block_2021 .text {
  width: 80%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2021 .text {
    width: 650px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_2021 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_2021 .text h3 {
    font-size: 24px;
  }
}
#history #block_2021 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2021 .pic img {
    width: 439px;
  }
}
#history #block_2022 {
  padding-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2022 {
    padding: 0 0 150px 62px;
  }
}
#history #block_2022 .text {
  width: 80%;
  margin-left: 14%;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2022 .text {
    width: 720px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_2022 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_2022 .text h3 {
    font-size: 24px;
  }
}
#history #block_2022 .pic img {
  width: 90%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2022 .pic img {
    width: 439px;
  }
}
#history #block_2023 {
  overflow: hidden;
  position: relative;
  padding-bottom: 30vw;
}
@media print, screen and (min-width: 641px) {
  #history #block_2023 {
    overflow: initial;
    padding: 0 0 200px 62px;
  }
}
#history #block_2023 .text {
  width: 80%;
  margin-left: 14%;
  margin-bottom: 5vw;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  #history #block_2023 .text {
    width: 720px;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#history #block_2023 .text h3 {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  #history #block_2023 .text h3 {
    font-size: 24px;
  }
}
#history #block_2023 .logo {
  position: absolute;
  display: block;
  margin-top: 0vw;
  width: 200vw;
  max-width: none;
  top: 5vw;
  left: -30%;
  opacity: 0;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {
  #history #block_2023 .logo {
    top: 0px;
    left: 30%;
    width: 3000px;
    margin-left: -1334px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#history #block_2023 .logo.appear {
  opacity: 1;
  transition: 2s;
  left: -15%;
}
@media print, screen and (min-width: 641px) {
  #history #block_2023 .logo.appear {
    left: 65%;
  }
}
#history #block_2023 .mask {
  position: absolute;
  left: -50%;
  top: 0;
  background: #fff;
  z-index: 1;
  width: 200%;
  height: 100%;
}
#history #block_2023 .mask.out {
  left: 150%;
  transition: 1s;
}

/* appear ----------------------------------------------------------*/
.appear {
  opacity: 1;
  transition: 1s;
  top: 0;
}/*# sourceMappingURL=history_en.css.map */