/* rayout
===================*/
section.history {
  position: relative;
  box-sizing: border-box;
  max-width: none !important;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #004FDF;
  overflow: hidden;
}
section.history > span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 600px;
  height: 284px;
  background: url("../img/top/history_top_bg.png") no-repeat right top;
}
section.history div.history-ttl {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  section.history div.history-ttl {
    max-width: 970px;
  }
}
section.history div.history-ttl h3 {
  position: absolute;
  box-sizing: border-box;
  color: #FFFFFF;
  font-family: "Oswald";
  font-weight: 400;
}
@media (min-width: 768px) {
  section.history div.history-ttl h3 {
    top: -34px;
    left: -14px;
    font-size: 20rem;
    line-height: 20rem;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  section.history div.history-ttl h3 {
    top: -2.1vw;
    left: 0.8vw;
    font-size: 30vw;
    line-height: 25vw;
    transform: scaleX(86%) translateX(-9vw);
  }
}
section.history div.history-ttl h3 span,
section.history div.history-ttl h3 small {
  padding-left: 0.2em;
  display: block;
  font-weight: 700;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  section.history div.history-ttl h3 span {
    font-size: 6rem;
  }
  section.history div.history-ttl h3 small {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  section.history div.history-ttl h3 span {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  section.history div.history-ttl h3 small {
    font-size: 1.6rem;
    margin-top: 0px;
  }
}
section.history .history-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 970px;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.history .history-wrapper {
    margin: 40rem auto 9rem auto;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper {
    margin: 20rem auto 9rem auto;
    padding: 0 20px;
  }
}
section.history .history-wrapper .history-block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block {
    gap: 80px 16px;
    padding-bottom: 1px;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block {
    gap: 40px 20px;
  }
}
section.history .history-wrapper .history-block .history-box {
  padding: 20px 10px 0 10px;
  background: url("../img/top/history_list_top.png") no-repeat left top;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box {
    width: 230px;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box {
    width: 100%;
  }
}
section.history .history-wrapper .history-block .history-box .chapter {
  display: flex;
  align-items: baseline;
  font-family: "Oswald";
}
section.history .history-wrapper .history-block .history-box .chapter .number {
  font-size: 1.4rem;
  margin-right: 0.5em;
  margin-bottom: -3px;
}
section.history .history-wrapper .history-block .history-box .chapter .number span {
  font-size: 2.2rem;
}
section.history .history-wrapper .history-block .history-box .chapter .year {
  opacity: 0.7;
  font-size: 1.4rem;
  align-items: center;
}
section.history .history-wrapper .history-block .history-box .chapter .year p {
  display: inline-flex;
  align-items: center;
}
section.history .history-wrapper .history-block .history-box .chapter .year em {
  line-height: 1em;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .chapter .year em {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .chapter .year em {
    font-size: 3rem;
  }
}
section.history .history-wrapper .history-block .history-box .chapter .year span {
  font-size: 1.4rem;
  padding: 0 5px;
  align-items: center;
}
section.history .history-wrapper .history-block .history-box .title {
  display: flex;
  align-items: center;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .title {
    height: 2em;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .title {
    padding: 10px 0;
    font-size: 2rem;
    font-weight: 700;
  }
  section.history .history-wrapper .history-block .history-box .title br {
    display: none;
  }
}
section.history .history-wrapper .history-block .history-box .stitle {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .stitle {
    height: 3em;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .stitle {
    padding: 0 0 10px 0;
  }
  section.history .history-wrapper .history-block .history-box .stitle br {
    display: none;
  }
}
section.history .history-wrapper .history-block .history-box picture {
  position: relative;
  display: block;
}
section.history .history-wrapper .history-block .history-box picture::before {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 79px;
  height: 83px;
  content: "";
  display: block;
  background: url("../img/top/history_list_bottom.png") no-repeat right bottom;
}
section.history .history-wrapper .history-block .history-box .section_box {
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
}
section.history .history-wrapper .history-block .history-box .section_box a {
  color: #FFFFFF;
}
section.history .history-wrapper .history-block .history-box .section_box a .number {
  font-size: 1.4rem;
}
section.history .history-wrapper .history-block .history-box .section_box a .number span {
  font-family: "Oswald";
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .section_box a .number span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .section_box a .number span {
    font-size: 2rem;
  }
}
section.history .history-wrapper .history-block .history-box .section_box a .ttl {
  padding-right: 20px;
  background: url("../img/top/history_ic_arrow.svg") no-repeat right 5px top 0.3em;
  transition: 0.2s;
}
section.history .history-wrapper .history-block .history-box .section_box a:hover .ttl {
  background: url("../img/top/history_ic_arrow.svg") no-repeat right 0 top 0.3em;
}

section.history .history-wrapper .history-block:has(.history-note) {
  display: block;
}
section.history .history-wrapper .history-block .history-note{
  margin-top: 80px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-note{
   margin-top: 40px;
  }
}
section.history .history-wrapper .history-block .history-note-inner {
  padding: 20px;
}
section.history .history-wrapper .history-block .history-note-inner p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
section.history .history-wrapper .history-block .history-note-inner ol {
  margin-left: 25px;
}





section.top-menu ul li {
  max-width: 866px;
}
section.top-menu ul li a div.top-menu-tx {
  right: inherit;
}
@media (min-width: 768px) {
  section.top-menu ul li a div.top-menu-tx {
    left: -80px;
  }
}
@media (max-width: 767px) {
  section.top-menu ul li a div.top-menu-tx {
    left: -6%;
  }
}
section.top-menu ul li a div.top-menu-tx h3, section.top-menu ul li a div.top-menu-tx p {
  text-align: left;
}
section.top-menu ul li a:hover div.top-menu-tx {
  transform: translateX(10%) scale(1.05) !important;
}
section.top-menu ul li:nth-child(2n) a div.top-menu-tx {
  left: inherit;
}
@media (min-width: 768px) {
  section.top-menu ul li:nth-child(2n) a div.top-menu-tx {
    right: -80px;
  }
}
@media (max-width: 767px) {
  section.top-menu ul li:nth-child(2n) a div.top-menu-tx {
    right: -6%;
  }
}
section.top-menu ul li:nth-child(2n) a div.top-menu-tx h3, section.top-menu ul li:nth-child(2n) a div.top-menu-tx p {
  text-align: right;
}
section.top-menu ul li:nth-child(2n) a:hover div.top-menu-tx {
  transform: translateX(-10%) scale(1.05) !important;
}/*# sourceMappingURL=top.css.map */