/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#history .intro {
  padding-top: 84px;
}

@media (max-width: 767px) {
  #history .intro {
    padding-top: 50px;
  }
}

#history .intro__heading {
  color: #154086;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  #history .intro__heading {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.61538em;
    padding: 0 20px;
    text-align: left;
  }
}

#history .intro__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 500;
  max-width: 840px;
  margin: 0 auto;
  padding: 44px 20px 88px;
}

@media (max-width: 767px) {
  #history .intro__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    letter-spacing: 0.025em;
    padding: 26px 20px 64px;
  }
}

#history .intro__gallery {
  height: 312px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  #history .intro__gallery {
    height: 238px;
  }
}

#history .intro__gallery::after {
  content: "";
  position: absolute;
  animation: gallery 150s linear infinite;
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/company/history/img_intro.jpg") left/2183px 312px repeat-x;
  width: calc(2183px * 4);
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #history .intro__gallery::after {
    background-size: 1665px 238px;
    width: calc(1665px * 4);
  }
}

#history .chart {
  width: calc(100% - 40px);
  max-width: 1025px;
  margin: 0 auto;
  padding: 84px 0 140px;
}

@media (max-width: 767px) {
  #history .chart {
    padding: 36px 0 70px;
  }
}

#history .chart .chart-label {
  background: #154086;
  display: flex;
  justify-content: space-between;
  padding-left: 106px;
}

@media (max-width: 767px) {
  #history .chart .chart-label {
    background: none;
    margin: 0 -4px 40px;
    padding: 0;
    position: relative;
  }
  #history .chart .chart-label::before {
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #154086;
    border-bottom: none;
    width: calc(33.3333% - 8px);
    height: calc(100% + 1px);
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  #history .chart .chart-label::after {
    content: "";
    position: absolute;
    background: #154086;
    width: calc(100% + 32px);
    height: 1px;
    left: -16px;
    bottom: -1px;
    z-index: -1;
  }
  #history .chart .chart-label--01::before {
    left: calc(33.3333% * 0 + 4px);
  }
  #history .chart .chart-label--01 li:nth-child(1) .item {
    background: transparent;
    color: #154086;
  }
  #history .chart .chart-label--02::before {
    left: calc(33.3333% * 1 + 4px);
  }
  #history .chart .chart-label--02 li:nth-child(2) .item {
    background: transparent;
    color: #154086;
  }
  #history .chart .chart-label--03::before {
    left: calc(33.3333% * 2 + 4px);
  }
  #history .chart .chart-label--03 li:nth-child(3) .item {
    background: transparent;
    color: #154086;
  }
}

#history .chart .chart-label li {
  width: calc(33.3333% - 7px);
  position: relative;
}

@media (max-width: 767px) {
  #history .chart .chart-label li {
    width: 100%;
    padding: 0 4px;
  }
}

#history .chart .chart-label li:nth-child(2)::before, #history .chart .chart-label li:nth-child(2)::after {
  content: "";
  position: absolute;
  background: #9aafd0;
  width: 1px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #history .chart .chart-label li:nth-child(2)::before, #history .chart .chart-label li:nth-child(2)::after {
    display: none;
  }
}

#history .chart .chart-label li:nth-child(2)::before {
  left: 0;
}

#history .chart .chart-label li:nth-child(2)::after {
  right: 0;
}

#history .chart .chart-label li .item {
  background: none;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 20px 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  #history .chart .chart-label li .item--large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  #history .chart .chart-label li .item {
    background: #dbdbdb;
    color: #8b8b8b;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.23077em;
    padding: 9px 0;
    pointer-events: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
}

#history .chart .chart-label li .item span {
  position: relative;
}

#history .chart .chart-value {
  position: relative;
}

@media (max-width: 767px) {
  #history .chart .chart-value {
    margin: 0 -20px;
  }
}

#history .chart .chart-value--medium::before, #history .chart .chart-value--dark::before {
  content: "";
  position: absolute;
  border-bottom: 16px solid;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  top: -15px;
  left: 78px;
}

@media (max-width: 767px) {
  #history .chart .chart-value--medium::before, #history .chart .chart-value--dark::before {
    border-bottom-width: 7px;
    border-left-width: 6px;
    border-right-width: 6px;
    top: -6px;
    left: 74px;
  }
}

#history .chart .chart-value--medium::before {
  border-bottom-color: #498823;
}

#history .chart .chart-value--dark::before {
  border-bottom-color: #274e0f;
}

#history .information {
  background: #154086;
  padding: 66px 0 80px;
}

@media (max-width: 767px) {
  #history .information {
    padding: 58px 0 66px;
  }
}

#history .information__heading {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #history .information__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.16667em;
    font-style: italic;
  }
}

#history .information__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 38px auto 0;
}

@media (max-width: 767px) {
  #history .information__list {
    margin-top: 28px;
  }
}

#history .information__list li {
  display: flex;
  width: calc(33.3333% - 10px);
  max-width: 320px;
}

@media (max-width: 767px) {
  #history .information__list li {
    width: 100%;
    max-width: unset;
  }
  #history .information__list li:not(:last-child) {
    padding-bottom: 12px;
  }
}

#history .information__list li .link {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  #history .information__list li .link:hover {
    opacity: 1;
  }
  #history .information__list li .link:hover .link__img img {
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  #history .information__list li .link {
    flex-direction: row;
  }
}

#history .information__list li .link__img {
  overflow: hidden;
}

@media (max-width: 767px) {
  #history .information__list li .link__img {
    width: 123px;
  }
}

#history .information__list li .link__img img {
  transition: all 0.3s ease-in-out;
}

#history .information__list li .link__ttl {
  background: #fff;
  color: #154086;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 20px 24px;
  position: relative;
}

@media (max-width: 767px) {
  #history .information__list li .link__ttl {
    flex: 1;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 22px;
  }
}

#history .information__list li .link__ttl::after {
  content: "";
  position: absolute;
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common/icon/ico_arr_circle.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.timeline {
  border-bottom: 1px dashed #aaa;
  display: flex;
}

@media (max-width: 767px) {
  .timeline {
    overflow: hidden;
  }
}

.timeline .years {
  color: #71ba43;
  flex: 0 0 78px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15385em;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 17px 0;
}

@media (max-width: 767px) {
  .timeline .years {
    flex: 0 0 74px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.16667em;
    padding: 16px 11px 0;
    text-align: right;
  }
}

.chart-value--medium .timeline .years {
  color: #498823;
}

.chart-value--dark .timeline .years {
  color: #274e0f;
}

.timeline .line {
  flex: 0 0 28px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .line {
    flex: 0 0 12px;
  }
}

.timeline .line::before {
  content: "";
  position: absolute;
  background: #71ba43;
  width: 100%;
  height: calc(100% + 1px);
}

.chart-value--medium .timeline .line::before {
  background: #498823;
}

.chart-value--dark .timeline .line::before {
  background: #274e0f;
}

.timeline .line i {
  background: #fff;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 2;
}

@media (max-width: 767px) {
  .timeline .line i {
    left: 6px;
  }
}

.timeline .line i::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 28px;
  left: -4px;
}

@media (max-width: 767px) {
  .timeline .line i::before {
    width: 7px;
    height: 7px;
    top: 24px;
    left: -3px;
  }
}

.timeline .col {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 106px) / 3 - 7px);
  min-width: calc((100% - 106px) / 3 - 7px);
  margin-right: 10.5px;
  padding: 20px 12px 20px 20px;
}

@media (max-width: 767px) {
  .timeline .col {
    width: calc(100% - 86px);
    min-width: calc(100% - 86px);
    margin-right: 0;
    padding: 18px 12px;
  }
}

.timeline .col .img {
  width: 66px;
  margin-right: 10px;
}

.timeline .col .img--md {
  width: 68px;
}

.timeline .col .img--md1 {
  width: 123px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .timeline .col .img--md1 {
    width: 103px;
  }
}

.timeline .col .img--md2 {
  width: 256px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .timeline .col .img--md2 {
    width: 212px;
  }
}

.timeline .col .img--large img {
  max-width: 249px;
}

.timeline .col .img--full {
  width: 100%;
  margin-right: 0 !important;
}

.timeline .col--blue .img {
  width: 73px;
}

.timeline .col .txt {
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .timeline .col .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.timeline .col .txt.pt5 {
  padding-top: 5px;
}

.timeline .col .txt.pt10 {
  padding-top: 10px;
}

.timeline .col .txt span {
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}

.timeline .col .txt span:not(:last-child) {
  padding-bottom: 6px;
}

.timeline .col .txt + .img {
  margin: 10px 0 0;
}

.timeline .col .txt--full {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}

.timeline .col .txt--full + .img {
  margin: 0 10px 0 0;
}

.timeline .col--03 {
  margin-right: 0;
}

.timeline .col--blue {
  background: #f2f6fc;
}

.timeline .col--green {
  background: #f3f7f0;
}

@-webkit-keyframes gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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