/*
company
---------------------------*/
#company .contents {
  border-top: 1px solid #031838;
  border-bottom: 1px solid #031838;
}
#company .contents dl + dl {
  border-top: 1px solid #DDE6ED;
}
#company .contents dt {
  width: 100%;
  margin: 10px 0 15px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#company .contents dd {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}
#company .contents dd p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 769px) {
  #company .contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #company .contents dl + dl {
    border-top: 1px solid #DDE6ED;
  }
  #company .contents dt {
    width: 200px;
    margin: 0;
    padding: 16px 10px 16px 24px;
    font-size: 16px;
  }
  #company .contents dd {
    width: calc(100% - 200px);
    margin-bottom: 0;
    padding: 16px 24px;
  }
  #company .contents dd p {
    font-size: 16px;
  }
}

/*
history
---------------------------*/
#history {
  position: relative;
  z-index: -1;
}
#history .contents {
  position: relative;
  padding: 5px 0 15px 25px;
}
#history .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #DBDAD7;
  border-radius: 10px;
}
#history .contents::after {
  content: "";
  position: fixed;
  top: 200px;
  right: max(0px, (100vw - 1600px) / 2);
  width: 80%;
  max-width: 700px;
  background: url("/img/common/icon-hokkaido.svg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 175/139;
  opacity: 0.6;
  z-index: -1;
}
#history .contents .sidebarCircle {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #DBDAD7;
  border-radius: 50%;
}
#history .contents .sidebarCircle::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #DBDAD7;
  border-radius: 50%;
  opacity: 0.5;
}
#history .contents .sidebarCircle::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #DBDAD7;
  border-radius: 50%;
  opacity: 0.2;
}
#history .contents .seasonWrap {
  position: relative;
  padding: 80px 0 25px;
  z-index: 2;
}
#history .contents .seasonWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #02B4E2;
  background-image: -webkit-gradient(linear, left top, right top, from(#031838), color-stop(50%, rgba(3, 24, 56, 0)));
  background-image: linear-gradient(90deg, #031838 0%, rgba(3, 24, 56, 0) 50%);
  opacity: 0.4;
}
#history .contents .seasonWrap .label {
  position: absolute;
  top: 20px;
  left: 8.5px;
  width: 100px;
  height: 66px;
}
#history .contents .seasonWrap .label .year {
  position: relative;
  width: 90px;
  background: #02B4E2;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
}
#history .contents .seasonWrap .label .year::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 3px;
  height: 100%;
  background: #02B4E2;
}
#history .contents .seasonWrap .label .year::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 3px;
  height: 100%;
  background: #02B4E2;
}
#history .contents .seasonWrap .label .year p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
  -webkit-transform: skew(13deg);
          transform: skew(13deg);
}
#history .contents .seasonWrap .label .year .mark {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34px;
  margin: auto 0;
  width: 34px;
  height: 2px;
  background-image: linear-gradient(to right, #DBDAD7, #DBDAD7 2px, transparent 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#history .contents .seasonWrap .label .year .mark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background: #02B4E2;
  border-radius: 50%;
  -webkit-transform: skew(13deg);
          transform: skew(13deg);
}
#history .contents .seasonWrap .label .year .mark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: skew(13deg);
          transform: skew(13deg);
}
#history .contents .seasonWrap .label .season {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: right;
  color: #02B4E2;
}
#history .contents .seasonWrap dl + dl {
  margin-top: 15px;
}
#history .contents .seasonWrap dt {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#history .contents .seasonWrap dd {
  width: 100%;
}
#history .contents .seasonWrap dd p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 769px) {
  #history .contents {
    padding: 52px 0 29px 190px;
  }
  #history .contents .seasonWrap {
    padding: 0 0 50px;
  }
  #history .contents .seasonWrap + .seasonWrap {
    margin-top: 55px;
  }
  #history .contents .seasonWrap .label {
    position: absolute;
    top: 0;
    left: -156px;
  }
  #history .contents .seasonWrap .label .year {
    width: 90px;
  }
  #history .contents .seasonWrap .label .year p {
    font-size: 20px;
  }
  #history .contents .seasonWrap .label dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #history .contents .seasonWrap .label dl + dl {
    margin-top: 12px;
  }
  #history .contents .seasonWrap .label dt {
    width: 60px;
    font-size: 16px;
  }
  #history .contents .seasonWrap .label dd {
    width: calc(100% - 60px);
    padding-left: 40px;
  }
  #history .contents .seasonWrap .label dd p {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  #history .contents::after {
    width: 650px;
    height: 556px;
  }
}/*# sourceMappingURL=about-operation.css.map */