  /* ===== History ===== */
.history-Hero img {
  width: 100%;
}

.history-Hero__inner {
  position: relative;
  width: 100%;
  background: rgba(0, 168, 169, 0.8);
}

@media print, screen and (min-width: 960px) {
  .history-Hero__inner {
    padding-bottom: 56px;
  }
}

.history-Hero__heading {
  font-weight: normal;
}

@media print, screen and (min-width: 560px) {
  .history-Hero__heading {
    font-size: 4.2rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 559px) {
  .history-Hero__heading {
    font-size: 3rem;
    color: #008486;
  }
}

.history-Hero__heading strong {
  font-weight: inherit;
}

.history-Hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.history-Hero__intro {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #fff;
  background-color: #008486;
}

@media print, screen and (min-width: 560px) {
  .history-Hero__intro {
    margin-bottom: 0;
    padding: 63px 20px 60px;
    text-align: center;
    background-image: url(/corporate/history/images/img_intro_pc_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

@media only screen and (max-width: 559px) {
  .history-Hero__intro {
    margin-bottom: 0;
    text-align: left;
  }
}

.history-Hero__intro:before {
  content: '';
  width: 100%;
}

@media only screen and (max-width: 559px) {
  .history-Hero__intro .button {
    margin-top: 37px;
  }
}

.history-Hero__introText {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 560px) {
  .history-Hero__introText {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 559px) {
  .history-Hero__introText {
    padding: 30px;
  }
}

.history-Hero__introText p:not(:first-child) {
  margin-top: 20px;
}

@media print, screen and (min-width: 560px) {
  .history-Hero__introButton {
    margin-top: 47px;
  }
}

@media only screen and (max-width: 559px) {
  .history-Hero__introButton {
    padding: 0 30px 30px;
  }
}

.history-Hero__introButton .Button {
  border: 1px solid #fff;
}

.history-Hero__introButton .Button__inner {
  padding: 13px 40px;
}

@media only screen and (max-width: 559px) {
  .history-Hero__introTop {
    padding: 20px 15px 30px;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 560px) {
  .history-Hero__introImage {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .history-Hero__introImage {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorContent {
    display: block;
    max-width: 1500px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorContent {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .AnchorContent {
    padding: 0 28px;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorContent {
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorContent__year {
    position: relative;
    display: block;
    padding: 0 0 15px 0;
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorContent__year::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110%;
    border-bottom: 1px solid #4bb9ba;
  }
}

.AnchorContent__yearText {
  font-size: 2.5rem;
}

@media print, screen and (min-width: 560px) {
  .AnchorContent__yearWrap {
    position: relative;
    padding-bottom: 16px;
  }
}

@media print, screen and (min-width: 560px) {
  #history-Content {
    position: relative;
    height: 100%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorNavWrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    margin-bottom: 52px;
    background: rgba(0, 168, 169, 0.8);
    -webkit-transition: top .3s ease .1s;
    transition: top .3s ease .1s;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorNavWrap {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .AnchorNavWrap {
    padding: 0 28px;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorNavWrap {
    display: none;
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorNavWrap.-fixed {
    top: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorNavWrap.-scrollDown {
    top: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorNavWrap.-scrollUp {
    top: 130px;
  }
}

.AnchorNav {
  position: relative;
  top: 0;
  left: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px 0 0 0;
  letter-spacing: -.4em;
}

@media print, screen and (min-width: 560px) {
  .AnchorNav li {
    display: inline-block;
    letter-spacing: normal;
    border-left: 1px solid #a5dcdd;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorNav li {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .AnchorNav li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.AnchorNav li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .AnchorNav li a {
    padding: 9px 50px 27px 17px;
  }
}

@media only screen and (max-width: 1059px) and (min-width: 700px) {
  .AnchorNav li a {
    padding: 9px 35px 27px 12px;
  }
}

@media only screen and (max-width: 699px) and (min-width: 560px) {
  .AnchorNav li a {
    padding: 2px 10px 19px 9px;
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorNav li a:hover, .AnchorNav li a.-scrollCurrent {
    text-decoration: none;
    background-color: #37a7a8;
  }
}

.history-BlockSeparator {
  border: none;
}

@media print, screen and (min-width: 960px) {
  .history-BlockSeparator {
    padding: 0 0 60px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .history-BlockSeparator {
    padding: 0 0 50px;
  }
}

@media only screen and (max-width: 559px) {
  .history-BlockSeparator {
    padding: 0 0 30px;
  }
}

.history-BlockSeparator__item dt {
  color: #333;
}

@media print, screen and (min-width: 560px) {
  .history-BlockSeparator__item dt {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 559px) {
  .history-BlockSeparator__item dt {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.history-BlockSeparator__item dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  border-bottom: 1px solid #4bb9ba;
}

.history-BlockSeparator__item dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 60px);
  border-bottom: 1px solid #dedede;
}

.history-BlockSeparator__item dd {
  color: #008486;
}

@media print, screen and (min-width: 560px) {
  .history-BlockSeparator__item dd {
    padding-left: 60px;
  }
}

@media print, screen and (min-width: 960px) {
  .history-BlockSeparator__item dd {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .history-BlockSeparator__item dd {
    padding-left: 60px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 559px) {
  .history-BlockSeparator__item dd {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 559px) {
  .Js-HistoryAccordion__wrap {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorContent__body {
    margin-left: 270px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .AnchorContent__body {
    margin-left: calc(200px + ((1vw - 9.6px) * (28 / 5.6)));
  }
}

@media only screen and (max-width: 559px) {
  .AnchorContent__body {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorNav__targetArea:last-child {
    border-bottom: 2px solid #4bb9ba;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorNav__targetArea:first-child .AnchorContent__heading:first-child {
    border-top: none;
  }
}

.AnchorContent__heading {
  font-size: 7.5rem;
  line-height: 1;
  color: #dedede;
}

@media print, screen and (min-width: 560px) {
  .AnchorContent__heading {
    float: left;
    clear: left;
    top: 0;
    pointer-events: none;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .AnchorContent__heading {
    font-size: calc(55px + ((1vw - 9.6px) * (20 / 6.4)));
  }
}

@media print, screen and (min-width: 560px) {
  .AnchorContent__heading.-scrollCurrent {
    position: fixed;
    left: 50px;
    z-index: 97;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorContent__heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 23px 2px;
    border-top: 2px solid #4bb9ba;
    background: #fff;
    cursor: pointer;
    text-align: left;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorContent__heading:hover, .AnchorContent__heading:focus {
    cursor: pointer;
    opacity: .8;
  }
}

@media print, screen and (min-width: 960px) {
  .AnchorContent__heading .IconAccdPlus {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorContent__heading .IconAccdPlus {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    overflow: hidden;
    line-height: 1;
    vertical-align: middle;
    background: url(/assets/images/icons/icon_accd_02_plus.svg) 0 0 no-repeat;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }
}

@media only screen and (max-width: 559px) {
  .AnchorContent__heading.-opened .IconAccdPlus {
    background: url(/assets/images/icons/icon_accd_02_minus.svg) 0 0 no-repeat;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.history-Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 960px) {
  .history-Card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -50px;
  }
}

@media only screen and (max-width: 959px) {
  .history-Card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 960px) {
  .history-Card__body {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 60px;
  }
}

.history-Card__paragraphWrap + .history-Card__paragraphWrap {
  margin-top: 38px;
}

.history-Card__subText {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
}

.history-Card__image {
  height: 100%;
}

.history-Card__image ul {
  list-style: none;
}

@media print, screen and (min-width: 960px) {
  .history-Card__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 280px;
    margin-left: 50px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .history-Card__image {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .history-Card__image {
    margin-top: 18px;
  }
}

.history-Card__image img {
  width: 100%;
}
