/* animation. */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

/*-----------------------------------------------
 * history
-------------------------------------------------*/
@media screen and (min-width: 768px) {
  .history__wrapper {
    margin: 0 10px;
  }
}

.history__inner {
  background-color: #f29600;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .history__inner {
    padding: 50px 50px 120px;
  }
}

@media screen and (max-width: 767px) {
  .history__inner {
    width: 100%;
    padding: 30px 20px;
  }
}

.history__h2 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.76;
  letter-spacing: .2rem;
}

@media screen and (max-width: 767px) {
  .history__h2 {
    font-size: 16px;
  }
}

.history__txt {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 2.06;
  letter-spacing: .2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .history__txt {
    font-size: 10px;
    margin-bottom: 22px;
    line-height: 1.5;
    letter-spacing: .15rem;
  }
}

.history__backNum {
  max-width: 800px;
  margin: 0 auto 36px;
}

@media screen and (max-width: 767px) {
  .history__backNum {
    margin: 0 auto 22px;
  }
}

@media screen and (min-width: 768px) {
  .history__backNum ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.history__backNum ul li {
  width: 100%;
  max-width: 393px;
  position: relative;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .history__backNum ul li {
    max-width: 196px;
    margin: 0 auto;
  }
  .history__backNum ul li:nth-of-type(1) {
    margin-bottom: 8px;
  }
}

.history__backNum ul li a {
  display: block;
  padding: 10px 0;
  border: 2px solid #f29600;
  background-color: #fff;
  font-size: 22px;
  line-height: 2.4;
  color: #f29600;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .35s;
  transition: .35s;
}

@media screen and (max-width: 767px) {
  .history__backNum ul li a {
    font-size: 12px;
    line-height: 1.2;
  }
}

.history__backNum ul li a::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 28px;
  right: 18px;
  background: url(../../assets/img/common/icon_arrow_r_orange.png) no-repeat center center/contain;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

@media screen and (max-width: 767px) {
  .history__backNum ul li a::before {
    width: 14px;
    height: 14px;
    top: 12px;
    right: 12px;
  }
}

.history__backNum ul li a:hover {
  color: #fff;
  background-color: #f29600;
}

.history__backNum ul li a:hover::before {
  background: url(../../assets/img/common/icon_arrow_r_orange.png) no-repeat center center/contain;
}

.history__backNum ul li a:hover::before {
  background: url(../../assets/img/common/icon_arrow_r.png) no-repeat center center/contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  right: 10px;
}


/* bottom image */
.bottomImg {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.bottomImg {
		width: 60%;
	}
}
