@charset "UTF-8";
html._history,
body._history {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f8f5; /* 背景色を設定する場合 */
  background-size: cover; /* 背景画像をカバーするように調整 */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効に */
  background-attachment: fixed; /* 背景画像を固定 */
  font-family: "Zen Old Mincho", serif;
}

@media only screen and (max-width: 767px) {
  .main_content._history {
    display: none;
  }
}
.main_content._history._sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main_content._history._sp {
    display: block;
  }
}

.history_container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 85px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  height: 100%;
}

.bg_line {
  position: absolute;
  background-color: #dddbd9;
  width: 2px;
  left: 50%;
  top: 110px;
  z-index: 10;
  height: calc(100% - 92px);
}
.bg_line._top {
  height: calc(100% - 300px);
}
.bg_line .inner {
  position: relative;
  height: 100%;
}
.bg_line .inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/before_line.webp") center center/cover no-repeat transparent;
  top: -46px;
  left: -50%;
  width: 4px;
  height: 46px;
}
.bg_line .inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/before_line.webp") center center/cover no-repeat transparent;
  bottom: -46px;
  left: -50%;
  width: 4px;
  height: 46px;
}
.bg_line._sp {
  left: 0;
  top: 0.9%;
  margin-left: 20px;
  background-color: #dddbd9;
  height: calc(100% - 92px);
  width: 2px;
}
.bg_line._sp._top {
  height: calc(100% - 300px);
}
.bg_line._sp .inner {
  position: relative;
  height: 100%;
}
.bg_line._sp .inner::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/before_line.webp") center center/cover no-repeat transparent;
  top: -46px;
  left: -50%;
  width: 4px;
  height: 46px;
}
.bg_line._sp .inner::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/before_line.webp") center center/cover no-repeat transparent;
  bottom: -46px;
  left: -50%;
  width: 4px;
  height: 46px;
}

.year_box {
  position: relative;
  text-align: right;
}
.year_box .year_box_inner {
  display: flex;
  align-items: center;
  z-index: 10;
}
.year_box .year_box_inner .year_box_img {
  z-index: 10;
}
.year_box .year_box_inner .year_box_img::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/year_point_yellow.webp") center center/cover no-repeat transparent;
  top: 24%;
  right: -18.3%;
  width: 77px;
  height: 28px;
}

.history_wrapper {
  display: flex;
  column-gap: 155px;
}
.history_wrapper._sp {
  display: block;
  margin-top: 0;
  margin: 0 0 150px;
}
@media only screen and (max-width: 767px) {
  .history_wrapper._sp {
    margin: 0 0 100px;
  }
  .history_wrapper._sp.top_box {
    margin: 0 0 80px;
  }
  .history_wrapper._sp.top_box .year_box {
    margin-bottom: 1.5em;
  }
}
.history_wrapper._sp .title {
  max-width: 400px;
  padding-left: 20%;
  margin-bottom: 3.5em;
}
.history_wrapper._sp .title img {
  width: 100%;
}
.history_wrapper._sp .year_box {
  margin-top: 0;
  margin-bottom: 3em;
  justify-content: start;
}
.history_wrapper._sp .year_box .year_box_img {
  max-width: 140px;
  padding-left: 70px;
  padding-right: 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .history_wrapper._sp .year_box .year_box_img {
    padding-left: 55px;
  }
}
.history_wrapper._sp .year_box .year_box_img::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/year_point_red.webp") center center/cover no-repeat transparent;
  top: 10%;
  left: 10px;
  width: 50px;
  height: 18px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .history_wrapper._sp .year_box .year_box_img::before {
    left: 4px;
  }
}
.history_wrapper._sp .year_box .year_box_img img {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .history_wrapper._sp .year_box .year_box_img img {
    max-width: 100px;
  }
}
.history_wrapper._sp .year_box .nengo_box {
  min-width: 100px;
  margin-left: 20px;
  z-index: 10;
}
@media only screen and (max-width: 540px) {
  .history_wrapper._sp .year_box .nengo_box {
    margin-left: 10px;
  }
}
.history_wrapper._sp .year_box .nengo_box .nengo_text {
  font-size: 15px;
}
@media only screen and (max-width: 540px) {
  .history_wrapper._sp .year_box .nengo_box .nengo_text {
    font-size: 13px;
  }
}
.history_wrapper._sp .history_box {
  padding-left: 70px;
  margin-bottom: 2em;
  padding-right: 10px;
  box-sizing: border-box;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .history_wrapper._sp .history_box {
    padding-left: 55px;
    position: relative;
  }
}
.history_wrapper._sp .history_box .history_box_img {
  display: block;
  width: 100%;
}
.history_wrapper._sp .history_box .history_box_img img {
  width: 100%;
}
.history_wrapper._sp .history_box .history_box_text {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .history_wrapper._sp .history_box .history_box_text {
    position: relative;
  }
}
.history_wrapper._sp .history_box .history_box_text._sub::before {
  content: none;
}
.history_wrapper._sp .history_box .history_box_text::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/history_point.webp") center center/cover no-repeat transparent;
  top: 1px;
  left: 4px;
  width: 50px;
  height: 18px;
  transform: scaleX(-1);
  z-index: 10;
}
.history_wrapper._top .history_wrapper_left {
  padding-top: 70px;
}
.history_wrapper._top .history_wrapper_left .title {
  position: relative;
  max-width: 500px;
}
.history_wrapper._top .history_wrapper_left .title img {
  width: 100%;
  position: absolute;
  left: -8.4%;
}
@media (width <= 1242px) {
  .history_wrapper._top .history_wrapper_left .title img {
    padding-left: 70px;
  }
}
.history_wrapper._top .history_wrapper_left .title::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/history_sub_title.webp") center center/cover no-repeat transparent;
  top: -69px;
  left: 0;
  width: 251px;
  height: 39px;
}
@media (width <= 1242px) {
  .history_wrapper._top .history_wrapper_left .title::before {
    left: 14%;
  }
}
.history_wrapper._top .history_wrapper_left .history_box {
  margin-top: 293px;
  padding-left: 36px;
}
.history_wrapper._top .history_wrapper_left .history_box .history_box_img {
  max-width: 480px;
  height: 280px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._top .history_wrapper_left .history_box .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._top .history_wrapper_left .history_box .history_box_img._sub {
  display: flex;
  justify-content: right;
}
.history_wrapper._top .history_wrapper_left .history_box .history_box_img._sub .inner {
  max-width: 360px;
  height: 240px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._top .history_wrapper_left .history_box .history_box_img._sub .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._top .history_wrapper_left .history_box .history_box_text {
  padding-bottom: 18px;
}
.history_wrapper._top .history_wrapper_right .year_box {
  position: relative;
}
.history_wrapper._top .history_wrapper_right .year_box .year_box_img::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/year_point_red.webp") center center/cover no-repeat transparent;
  top: 24%;
  left: -17.6%;
  width: 77px;
  height: 28px;
  z-index: 10;
}
.history_wrapper._top .history_wrapper_right .history_box._01 {
  margin-top: 92px;
}
.history_wrapper._top .history_wrapper_right .history_box._01 .history_box_img {
  max-width: 520px;
  height: 340px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._top .history_wrapper_right .history_box._01 .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
.history_wrapper._top .history_wrapper_right .history_box._02 {
  margin-top: 46px;
}
.history_wrapper._top .history_wrapper_right .history_box._03 {
  margin-top: 104px;
}
.history_wrapper._top .history_wrapper_right .history_box._03 .history_box_img {
  max-width: 340px;
  height: 240px;
  display: block;
}
.history_wrapper._top .history_wrapper_right .history_box._03 .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._center {
  position: relative;
  margin: 112px 0;
}
@media only screen and (max-width: 767px) {
  .history_wrapper._center {
    margin: 80px 0;
  }
}
.history_wrapper._center * {
  z-index: 10;
}
.history_wrapper._center::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  top: 27px;
  left: -50vw;
  width: 200vw;
  height: calc(100% + 112px);
  z-index: -10;
}
@media only screen and (max-width: 767px) {
  .history_wrapper._center::after {
    top: 20px;
    height: calc(100% + 80px);
  }
}
.history_wrapper._center .history_wrapper_left .year_box {
  padding-left: 180px;
  position: relative;
  text-align: right;
}
.history_wrapper._center .history_wrapper_left .year_box .year_box_inner {
  display: flex;
  align-items: center;
}
.history_wrapper._center .history_wrapper_left .year_box .year_box_inner .year_box_img::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/year_point_yellow.webp") center center/cover no-repeat transparent;
  top: 24%;
  right: -18.3%;
  width: 77px;
  height: 28px;
}
.history_wrapper._center .history_wrapper_left .history_box {
  margin-top: 80px;
}
.history_wrapper._center .history_wrapper_left .history_box .history_box_img {
  max-width: 520px;
  height: 340px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._center .history_wrapper_left .history_box .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._center .history_wrapper_left .history_box .history_box_img._sub {
  display: flex;
  justify-content: right;
}
.history_wrapper._center .history_wrapper_left .history_box .history_box_img._sub .inner {
  max-width: 360px;
  height: 220px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._center .history_wrapper_left .history_box .history_box_img._sub .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 1em;
}
.history_wrapper._center .history_wrapper_right .history_box._01 {
  margin-top: 408px;
}
.history_wrapper._center .history_wrapper_right .history_box._01 .history_box_text._sub {
  margin-top: 1em;
}
.history_wrapper._center .history_wrapper_right .history_box._01 .history_box_text._sub::before {
  display: none;
}
.history_wrapper._center .history_wrapper_right .history_box._01 .history_box_img {
  max-width: 400px;
  height: 240px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._center .history_wrapper_right .history_box._01 .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._center .history_wrapper_right .history_box._02 {
  margin-top: 145px;
}
.history_wrapper._center .history_wrapper_right .history_box._03 {
  margin-top: 100px;
}
.history_wrapper._center .history_wrapper_right .history_box._03 .history_box_img {
  max-width: 520px;
  height: 320px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._center .history_wrapper_right .history_box._03 .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._bottom .history_wrapper_left .history_box._01 {
  margin-top: 160px;
}
.history_wrapper._bottom .history_wrapper_left .history_box._01 .history_box_img {
  text-align: right;
  max-width: 520px;
  height: 330px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._bottom .history_wrapper_left .history_box._01 .history_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._bottom .history_wrapper_left .history_box._01 .history_box_img._sub {
  display: flex;
  justify-content: right;
  margin-top: 42px;
}
.history_wrapper._bottom .history_wrapper_left .history_box._01 .history_box_img._sub .inner {
  max-width: 360px;
  height: 220px;
  display: flex;
  align-items: baseline;
}
.history_wrapper._bottom .history_wrapper_left .history_box._01 .history_box_img._sub .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._bottom .history_wrapper_left .history_box._02 {
  margin-top: 90px;
}
.history_wrapper._bottom .history_wrapper_left .history_box._02 .history_box_img {
  display: flex;
  justify-content: right;
}
.history_wrapper._bottom .history_wrapper_left .history_box._02 .history_box_img .inner {
  max-width: 420px;
  height: 280px;
}
.history_wrapper._bottom .history_wrapper_left .history_box._02 .history_box_img .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper._bottom .history_wrapper_right .year_box {
  position: relative;
}
.history_wrapper._bottom .history_wrapper_right .year_box .year_box_img::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/year_point_red.webp") center center/cover no-repeat transparent;
  top: 24%;
  left: -17.6%;
  width: 77px;
  height: 28px;
  z-index: 10;
}
.history_wrapper._bottom .history_wrapper_right .history_box {
  margin-top: 624px;
  max-width: 520px;
  height: 340px;
  display: block;
}
.history_wrapper._bottom .history_wrapper_right .history_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper:last-child._center {
  margin-bottom: 0;
}
.history_wrapper:last-child._center:after {
  height: calc(100% + 80px);
}

.history_box {
  font-size: 20px;
}
.history_box .history_box_text {
  padding-bottom: 20px;
}

.history_wrapper_left {
  width: calc((100% - 155px) / 2);
}
.history_wrapper_left .history_box {
  position: relative;
}
.history_wrapper_left .history_box .history_box_text {
  text-align: right;
}
.history_wrapper_left .history_box .history_box_text::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/history_point.webp") center center/cover no-repeat transparent;
  top: 0;
  right: -18.2%;
  width: 79px;
  height: 28px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .history_wrapper_left .history_flex {
    justify-content: end;
    text-align: right;
  }
}

.history_wrapper_right {
  width: calc((100% - 155px) / 2);
}
.history_wrapper_right .history_box {
  position: relative;
}
.history_wrapper_right .history_box .history_box_text::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/history_point.webp") center center/cover no-repeat transparent;
  top: 0;
  left: -17.4%;
  width: 79px;
  z-index: 10;
  height: 28px;
  transform: scaleX(-1);
}

.year_box {
  display: flex;
  align-items: center;
}
.year_box .year_box_img {
  max-width: 181px;
  z-index: 10;
  padding-right: 24px;
}
.year_box .year_box_img img {
  width: 100%;
}
.year_box .nengo_box {
  min-width: 130px;
  border-radius: 20px;
  height: 40px;
  background-color: #f1efe8;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.year_box .nengo_box .nengo_text {
  line-height: 40px;
  font-size: 18px;
}

.history_link_wrapper {
  max-width: 520px;
  margin: 200px auto 0;
  display: flex;
  column-gap: 40px;
}
.history_link_wrapper._sp {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0;
  margin-top: 300px;
}
@media only screen and (max-width: 767px) {
  .history_link_wrapper._sp {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .history_link_wrapper._sp {
    display: block;
  }
  .history_link_wrapper._sp .history_link_btn {
    margin: 0 auto 10px;
  }
}
.history_link_wrapper .history_link_btn {
  max-width: 240px;
  height: 80px;
  display: inline-block;
  background-color: #ffffff;
  color: #493727;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 10px 30px 0px rgba(208, 206, 200, 0.4);
}
.history_link_wrapper .history_link_btn .history_link_btn_text {
  text-align: center;
  font-size: 14px;
}
.history_link_wrapper .history_link_btn .history_link_btn_text .year_text {
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
.history_link_wrapper .history_link_btn::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/orange_small_arrow.webp") center center/cover no-repeat transparent;
  width: 11px;
  height: 12px;
  top: 50%;
  left: 6.3%;
  transform: translate(-50%, -50%);
}

.logo_wrapper {
  padding-top: 56px;
  max-width: 308px;
  margin: 0 auto 56px;
}
.logo_wrapper .logo {
  margin-bottom: 40px;
}
.logo_wrapper .logo img {
  width: 100%;
}
.logo_wrapper .layer_site_title {
  max-width: 220px;
  margin: 0 auto;
}
.logo_wrapper .layer_site_title img {
  width: 100%;
}

.history_flex {
  display: flex;
  transform: translateY(-5px);
}
@media only screen and (min-width: 768px) {
  .history_flex._r {
    justify-content: end;
    text-align: right;
  }
}
.history_flex ._month {
  margin-right: 10px;
  line-height: 2;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .history_flex ._month {
    margin-right: 5px;
  }
}
.history_flex ._content {
  line-height: 2;
}

.history_flex + .history_box_img {
  margin-top: 1rem;
}

.reiwa {
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .reiwa {
    font-size: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .reiwa {
    padding: 0 5px;
  }
}

/*# sourceMappingURL=history.css.map */
