@charset "UTF-8";
body {
  background-color: #F5F3F0;
  background-image: url("../media/images/history/bg.png");
  background-repeat: repeat-y;
  background-size: 115% auto;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../media/images/history/bg_sp.png");
    background-position: top 60px center;
    background-size: 170% auto;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #F5F3F0;
  }
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 10px 0 39px 25px;
  }
}
.contents__inner {
  margin: 0;
  width: 920px;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .contents__inner {
    margin-left: 0;
    width: 100%;
    max-width: unset;
  }
}
.contents__inner .listMenu {
  padding-right: 25px;
}
.contents .heading {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .contents .heading {
    margin-left: 0;
  }
}
.contents .message {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3px;
  margin-left: 60px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .contents .message {
    font-size: 14px;
    line-height: 2.857;
    letter-spacing: 2px;
    margin-left: 0;
    margin-bottom: 60px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .localNav {
    margin-right: 25px;
  }
}
.history {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.history__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .history__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 4px;
  }
}
.history__block--primary {
  z-index: 1;
  position: relative;
  width: 408px;
  height: 100%;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .history__block--primary {
    border-left: 4px solid #000;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .history__block--primary > * {
    padding-right: 25px;
  }
}
.history__block--secondary {
  z-index: 0;
  position: relative;
  width: 500px;
  height: 100%;
  border-left: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .history__block--secondary {
    width: 100%;
    height: auto;
  }
  .history__block--secondary > * {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .history__block--age {
    border-left: 4px solid #000;
  }
  .history__block--age .history__block--primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-left: none;
  }
  .history__block--age .history__block--secondary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.history__block--age1970 {
  height: 310px;
}
@media screen and (max-width: 768px) {
  .history__block--age1970 {
    height: auto;
  }
}
.history__block--age1990 {
  height: 384px;
}
@media screen and (max-width: 768px) {
  .history__block--age1990 {
    height: auto;
  }
}
.history__block--age1990 .history__ageWrap {
  width: 204px;
}
.history__block--age2000 {
  height: 274px;
}
@media screen and (max-width: 768px) {
  .history__block--age2000 {
    height: auto;
  }
}
.history__block--age2010 {
  height: 302px;
}
@media screen and (max-width: 768px) {
  .history__block--age2010 {
    height: auto;
  }
}
.history__block--age2010 .history__ageWrap {
  width: 214px;
}
@media screen and (max-width: 768px) {
  .history__block--item {
    padding-left: 8px;
  }
  .history__block--item .history__block--primary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .history__block--item .history__block--secondary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.history__block--item .history__event {
  padding-top: 52px;
}
@media screen and (max-width: 768px) {
  .history__block--item .history__event {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.history__block--item .history__item {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .history__block--item .history__item {
    padding-top: 10px;
  }
  .history__block--item .history__itemAge {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .history__block--item .history__itemDetail {
    margin-bottom: 20px;
  }
}
.history__block--item1973 {
  height: 214px;
}
@media screen and (max-width: 768px) {
  .history__block--item1973 {
    height: auto;
  }
}
.history__block--item1973 .history__event {
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  .history__block--item1973 .history__event {
    padding-top: 0;
  }
}
.history__block--item1973 .history__item {
  padding-top: 66px;
}
@media screen and (max-width: 768px) {
  .history__block--item1973 .history__item {
    padding-top: 30px;
  }
}
.history__block--item1973 .history__itemDetail {
  top: -20px;
}
@media screen and (max-width: 768px) {
  .history__block--item1973 .history__itemDetail {
    top: 0;
  }
}
.history__block--item1979 {
  height: 135px;
}
@media screen and (max-width: 768px) {
  .history__block--item1979 {
    height: auto;
  }
}
.history__block--item1979 .history__eventTitle {
  margin: 0;
}
.history__block--item1979 .history__item {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .history__block--item1979 .history__item {
    padding-top: 10px;
  }
}
.history__block--item1988 {
  height: 216px;
}
@media screen and (max-width: 768px) {
  .history__block--item1988 {
    height: auto;
  }
  .history__block--item1988 .history__item {
    padding-bottom: 60px;
  }
}
.history__block--item1989 {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .history__block--item1989 {
    height: auto;
  }
}
.history__block--item1989 .history__item {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .history__block--item1989 .history__item {
    padding-top: 30px;
  }
}
.history__block--item1994 {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .history__block--item1994 {
    height: auto;
  }
}
.history__block--item1996 {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .history__block--item1996 {
    height: auto;
  }
}
.history__block--item1996 .history__event {
  padding-top: 66px;
}
@media screen and (max-width: 768px) {
  .history__block--item1996 .history__event {
    padding-top: 0;
  }
}
.history__block--item2000 {
  height: 240px;
}
@media screen and (max-width: 768px) {
  .history__block--item2000 {
    height: auto;
  }
  .history__block--item2000 .history__item {
    padding-bottom: 60px;
  }
}
.history__block--item2003 {
  height: 289px;
}
@media screen and (max-width: 768px) {
  .history__block--item2003 {
    height: auto;
  }
  .history__block--item2003 .history__item {
    padding-top: 30px;
  }
}
.history__block--item2005 {
  height: 274px;
}
@media screen and (max-width: 768px) {
  .history__block--item2005 {
    height: auto;
  }
}
.history__block--item2005 .history__event {
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  .history__block--item2005 .history__event {
    padding-top: 0;
  }
}
.history__block--item2005 .history__eventTitle {
  margin: 0;
}
.history__block--item2006 {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .history__block--item2006 {
    height: auto;
  }
}
.history__block--item2008 {
  height: 232px;
}
@media screen and (max-width: 768px) {
  .history__block--item2008 {
    height: auto;
  }
  .history__block--item2008 .history__item {
    padding-bottom: 60px;
  }
}
.history__block--item2009 {
  height: 310px;
}
@media screen and (max-width: 768px) {
  .history__block--item2009 {
    height: auto;
  }
}
.history__block--item2009 .history__established {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .history__block--item2009 .history__established {
    padding-top: 0;
  }
}
.history__block--item2009 .history__item {
  padding-top: 92px;
}
@media screen and (max-width: 768px) {
  .history__block--item2009 .history__item {
    padding-top: 30px;
  }
}
.history__block--item2010 {
  height: 318px;
}
@media screen and (max-width: 768px) {
  .history__block--item2010 {
    height: auto;
  }
  .history__block--item2010 .history__block--primary {
    z-index: 0 !important;
  }
  .history__block--item2010 .history__block--secondary {
    z-index: 1 !important;
  }
}
.history__block--item2011 {
  height: 170px;
}
@media screen and (max-width: 768px) {
  .history__block--item2011 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .history__block--item2011 .history__block--primary {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .history__block--item2011 .history__block--secondary {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
.history__block--item2011 .history__event {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .history__block--item2011 .history__event {
    padding-top: 0;
  }
}
.history__block--item2012 {
  height: 165px;
}
@media screen and (max-width: 768px) {
  .history__block--item2012 {
    height: auto;
  }
}
.history__block--item2013 {
  height: 336px;
}
@media screen and (max-width: 768px) {
  .history__block--item2013 {
    height: auto;
  }
}
.history__block--item2015 {
  height: 314px;
}
@media screen and (max-width: 768px) {
  .history__block--item2015 {
    height: auto;
  }
}
.history__block--item2015 .history__established {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .history__block--item2015 .history__established {
    padding-top: 0;
  }
}
.history__block--item2015 .history__item {
  padding-top: 92px;
}
@media screen and (max-width: 768px) {
  .history__block--item2015 .history__item {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history__block--item2015 .history__block--primary {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .history__block--item2015 .history__block--secondary {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
.history__block--item2018 {
  height: 445px;
}
@media screen and (max-width: 768px) {
  .history__block--item2018 {
    height: auto;
  }
}
.history__block--item2018 .history__established {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .history__block--item2018 .history__established {
    padding-top: 0;
  }
}
.history__block--item2018 .history__item--after-join .history__itemWrap {
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  .history__block--item2018 .history__item--after-join .history__itemWrap {
    padding-top: 0;
  }
}
.history__block--item2020 {
  height: 414px;
}
@media screen and (max-width: 768px) {
  .history__block--item2020 {
    height: auto;
  }
}
.history__block--item2020 .history__established {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .history__block--item2020 .history__established {
    padding-top: 0;
  }
}
.history__block--item2020 .history__item {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .history__block--item2020 .history__item {
    padding-top: 10px;
  }
}
.history__block--item2020 .history__itemWrap {
  padding-top: calc(92px - 25px);
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  .history__block--item2020 .history__itemWrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .history__block--item2020 .history__block--primary {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .history__block--item2020 .history__block--secondary {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
.history__block--item2100 {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .history__block--item2100 {
    height: auto;
  }
}
.history__block--item2100 .history__established {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .history__block--item2100 .history__established {
    padding-top: 0;
  }
}
.history__block--item2100 .history__item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .history__block--item2100 .history__item {
    height: auto;
  }
}
.history__block--item2100 .history__itemWrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .history__block--item2100 .history__itemWrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .history__block--item2100 .history__topic {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 768px) {
  .history__block--after-sktrading .history__block--primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .history__block--after-sktrading .history__block--secondary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .history__block--after-sktrading .history__event {
    border-left: 4px solid #45B035;
    margin-left: 4px;
  }
  .history__block--after-sktrading .history__established {
    border-left: 4px solid #45B035;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .history__block--after-sktrading .history__topics {
    border-left: 4px solid #45B035;
    margin-top: 0;
    margin-left: 4px;
  }
}
.history__block--after-sktrading .history__item {
  border-left: 4px solid #45B035;
  margin-left: 4px;
}
.history__block--after-sktrading .history__itemWrap {
  margin-left: -8px;
}
.history__block--after-sktrading .history__item--after-join {
  margin-top: 25px;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .history__block--after-sktrading .history__item--after-join {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .history__block--after-stepsnine.history__block--join .history__block--primary:after {
    top: 25px;
    height: calc(100% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .history__block--after-stepsnine .history__block--primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .history__block--after-stepsnine .history__block--primary:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: -12px;
    border-left: 4px solid #00B9EF;
    z-index: -1;
  }
  .history__block--after-stepsnine .history__block--secondary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .history__block--after-stepsnine .history__topics {
    border-left: 4px solid #00B9EF;
    margin-top: 0;
    margin-left: -12px;
  }
  .history__block--after-stepsnine .history__topicsWrap {
    border-left: 4px solid #45B035;
    margin-left: 12px;
  }
  .history__block--after-stepsnine .history__join:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: 12px;
    border-left: 4px solid #45B035;
    z-index: -1;
  }
}
.history__block--after-stepsnine .history__item {
  position: relative;
}
.history__block--after-stepsnine .history__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-left: 4px solid #00B9EF;
  margin-left: -20px;
}
.history__block--after-stepsnine .history__item--after-join {
  margin-top: 0;
  padding-top: 25px;
}
.history__block--after-stepsnine .history__item--after-join:before {
  top: 25px;
  height: calc(100% - 25px);
}
@media screen and (max-width: 768px) {
  .history__block--after-stepsnine .history__item--after-join:before {
    top: 0;
    height: 100%;
  }
}
.history__block--after-skholdings .history__block--primary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.history__block--after-skholdings .history__block--secondary {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .history__block--after-skholdings .history__topics {
    border-left: 4px solid #EB6EA5;
    margin-top: 0;
    margin-left: -4px;
  }
  .history__block--after-skholdings .history__topicsWrap {
    border-left: 4px solid #45B035;
    margin-left: 4px;
  }
  .history__block--after-skholdings .history__join:before {
    top: -4px;
    left: 4px;
    height: 34px;
  }
  .history__block--after-skholdings .history__join:after {
    content: "";
    position: absolute;
    height: 34px;
    width: 4px;
    top: -4px;
    left: -12px;
    border-left: 4px solid #00B9EF;
    z-index: -1;
  }
}
.history__block--after-skholdings .history__item {
  position: relative;
}
.history__block--after-skholdings .history__item:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 4px;
  height: calc(100% - 25px);
  border-left: 4px solid #EB6EA5;
  margin-left: -12px;
}
.history__block--after-skholdings .history__item--after-join {
  margin-top: 0;
  padding-top: 0;
}
.history__block--after-skholdings .history__item--after-join:before {
  top: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .history__block--after-skholdings .history__item--after-join {
    display: none;
  }
}
.history__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-right: 4px solid #000;
  padding-right: 68px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 4.5px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .history__age {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0;
    border-right: none;
    border-left: 4px solid #000;
    font-size: 20px;
  }
}
.history__ageWrap {
  text-align: right;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .history__ageWrap {
    text-align: left;
    width: 90%;
    margin-left: 4px;
    border-left: 4px solid #000;
    padding: 30px 0 20px 20px;
  }
}
.history__ageWrap > span {
  display: inline-block;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .history__ageWrap > span.pc_only {
    display: none;
  }
}
.history__ageTitle {
  text-align: left;
  white-space: nowrap;
}
.history__ageValue {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 3.6px;
  white-space: nowrap;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .history__ageValue {
    font-size: 40px;
  }
}
.history__ageValue span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 768px) {
  .history__ageValue span {
    font-size: 20px;
  }
  .history__ageValue span.tab_only {
    display: inline;
  }
}
.history__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-left: 4px solid #000;
  margin-left: 4px;
  padding-left: 74px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .history__description {
    height: auto;
    padding-left: 20px;
    padding-bottom: 30px;
    white-space: normal;
    font-size: 12px;
  }
}
.history__event {
  text-align: right;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .history__event {
    text-align: left;
    margin-left: 28px;
  }
}
.history__event + .history__event {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .history__event + .history__event {
    padding-top: 0;
  }
}
.history__eventWrap {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 26px 20px 26px 26px;
  background-color: #6A6661;
  color: #FFF;
  margin-right: 53px;
}
@media screen and (max-width: 768px) {
  .history__eventWrap {
    margin-right: 0;
    padding: 20px;
  }
}
.history__eventWrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  border: 24px solid transparent;
  border-top: 15px solid #6A6661;
}
@media screen and (max-width: 768px) {
  .history__eventWrap:before {
    right: unset;
    left: -17px;
    border: 17px solid transparent;
    border-top: 9px solid #6A6661;
  }
}
.history__eventWrap--sub {
  padding: 15px 20px 18px 32px;
}
@media screen and (max-width: 768px) {
  .history__eventWrap--sub {
    padding: 20px;
  }
}
.history__eventWrap--shinsai {
  width: 280px;
  padding: 24px 30px 31px;
}
@media screen and (max-width: 768px) {
  .history__eventWrap--shinsai {
    width: 91.85%;
    max-width: 360px;
    margin-right: 0;
    margin-left: 20px;
  }
}
.history__eventTitle {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .history__eventTitle {
    font-size: 14px;
    font-weight: 700;
  }
}
.history__eventTitle--sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .history__eventTitle--sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71429;
  }
}
.history__eventTitle--shinsai {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .history__eventTitle--shinsai {
    font-size: 12px;
    font-weight: 500;
  }
}
.history__eventImage {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .history__eventImage {
    width: 100%;
  }
}
.history__eventTriangle {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.history__eventTriangle img {
  width: 30px;
  height: 13px;
}
.history__event p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
}
@media screen and (max-width: 768px) {
  .history__event p {
    font-size: 12px;
    font-weight: 500;
  }
}
.history__event p.shinsai {
  font-size: 12px;
  font-weight: 500;
}
.history__item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .history__item {
    height: auto;
  }
}
.history__itemWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .history__itemWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.history__itemAge {
  position: relative;
  width: 158px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .history__itemAge {
    width: 100%;
    padding-left: 18px;
  }
}
.history__itemAge span {
  display: inline-block;
  line-height: 1;
}
.history__itemAge .year_world {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .history__itemAge .year_world {
    font-size: 30px;
  }
}
.history__itemAge .year_world:before {
  content: "";
  position: absolute;
  left: -38px;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .history__itemAge .year_world:before {
    left: -28px;
  }
}
.history__itemAge .year_world--after2000 {
  letter-spacing: 0;
}
.history__itemAge .year_japan {
  position: relative;
  top: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .history__itemAge .year_japan {
    margin-left: 12px;
    top: -1px;
  }
}
.history__itemDetail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .history__itemDetail {
    padding-left: 28px;
  }
}
.history__itemIcon {
  margin-right: 30px;
}
.history__itemIcon--saiko {
  width: 66.74px;
  height: 89.68px;
}
.history__itemDesc {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history__itemDesc {
    white-space: normal;
    font-size: 14px;
    font-weight: 700;
  }
}
.history__itemDesc .em {
  display: inline-block;
  height: 35px;
  padding: 0 16px;
  border-radius: 18px;
  background-color: #000;
  color: #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history__itemDesc .em {
    font-size: 12px;
    font-weight: 700;
    height: 26px;
    padding: 0 12px;
    margin-bottom: 8px;
  }
}
.history__itemDesc img {
  width: 270px;
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .history__itemDesc img {
    width: 94.75%;
    max-width: 360px;
  }
}
.history__itemDesc p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  margin-top: 10px;
}
.history__popup {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: inline-block;
  width: 220px;
  height: auto;
  bottom: 50px;
  right: -20px;
  padding: 15px 20px;
  background-color: #FFF;
  color: #666;
  white-space: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.667;
  -webkit-transition-property: opacity, visibility, color, background-color;
  -o-transition-property: opacity, visibility, color, background-color;
  transition-property: opacity, visibility, color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  .history__popup {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .history__popup {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
.history__popup:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 12px solid #FFF;
  bottom: -20px;
  right: 22px;
}
.history__info {
  display: inline-block;
  position: relative;
  bottom: -3px;
}
@media screen and (max-width: 768px) {
  .history__info {
    bottom: -4px;
  }
}
.history__info img {
  width: 17.97px;
  height: 17.97px;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .history__info:hover .history__popup {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .history__info.hover .history__popup {
    opacity: 1;
    visibility: visible;
  }
}
.history__established {
  text-align: right;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .history__established {
    text-align: left;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
.history__establishedWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .history__establishedWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 28px;
  }
}
.history__establishedWrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .history__establishedWrap img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.history__establishedWrap .establish_company {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .history__establishedWrap .establish_company {
    font-size: 14px;
    line-height: 1.71429;
  }
}
.history__established > p {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history__established > p {
    white-space: normal;
    margin-left: 28px;
  }
}
.history__established--sktrading {
  width: 88.49px;
  height: 89.2px;
}
@media screen and (max-width: 768px) {
  .history__established--sktrading {
    width: 59.59px;
    height: 60.08px;
  }
}
.history__established--stepsnine {
  width: 82.88px;
  height: 89.26px;
}
@media screen and (max-width: 768px) {
  .history__established--stepsnine {
    width: 55.97px;
    height: 60.28px;
  }
}
.history__established--skholdings {
  width: 98.91px;
  height: 89.48px;
}
@media screen and (max-width: 768px) {
  .history__established--skholdings {
    width: 66.91px;
    height: 60.53px;
  }
}
.history__established .logo__skg {
  width: 198.5px;
  height: 27.48px;
  margin-top: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .history__established .logo__skg {
    width: 151px;
    height: 20.9px;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
.history__join {
  position: relative;
  border-top-right-radius: 20px;
  border-top: 4px solid #45B035;
  border-right: 4px solid #45B035;
  height: 30px;
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .history__join {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-left: 4px solid #45B035;
    border-right: none;
    margin-left: 0;
  }
}
.history__join--sktrading {
  margin-right: -16px;
}
@media screen and (max-width: 768px) {
  .history__join--sktrading {
    margin: 0 0 0 4px;
  }
}
.history__join--stepsnine {
  border-color: #00B9EF;
}
@media screen and (max-width: 768px) {
  .history__join--stepsnine {
    margin-left: -12px;
  }
}
.history__join--skholdings {
  margin-right: -8px;
  border-color: #EB6EA5;
}
@media screen and (max-width: 768px) {
  .history__join--skholdings {
    margin-right: 0;
    margin-left: -4px;
  }
}
.history__topics {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .history__topics {
    margin-top: 30px;
  }
}
.history__topicsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .history__topicsWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.history__topic {
  width: 255px;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .history__topic {
    margin-left: 32px;
    width: calc(100% - 38px);
  }
}
.history__topicYear {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.history__topicYear--sktrading {
  color: #45B035;
}
.history__topicYear--stepsnine {
  color: #00B9EF;
}
.history__topicYear--skholdings {
  color: #EB6EA5;
}
.history__topicDetail {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
}

.phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  margin-left: 240px;
}
@media screen and (max-width: 768px) {
  .phase {
    margin-top: 34px;
    margin-left: 0;
    padding-right: 25px;
  }
}
.phase__heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .phase__heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.phase__detail {
  font-size: 20px;
  font-weight: 700;
  line-height: 3;
  letter-spacing: 3px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .phase__detail {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.1429;
    letter-spacing: 1.4px;
    margin-bottom: 60px;
  }
}
.phase__logo {
  width: 316px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .phase__logo {
    width: 214px;
    margin: 0 auto 22px;
  }
}
.phase__logo--sub {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 3.6px;
  white-space: nowrap;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .phase__logo--sub {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }
}
.phase__logo img {
  width: 100%;
  height: auto;
}
.phase__btnArea {
  width: 206px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .phase__btnArea {
    margin: 0 auto;
  }
}
.phase__btnArea .button {
  width: 206px;
}

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