[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.company-philosophy .contents01 h2 {
  padding-bottom: 25px;
  font-size: 40px;
}
.company-philosophy .contents01 h2 + .txt {
  margin-bottom: 25px;
}
.company-philosophy .contents01 .txt p {
  margin-bottom: 2em;
}
.company-philosophy .contents01 .txt p:last-child {
  margin-bottom: 0;
}

.company-philosophy .contents02 {
    background-image: url(img/company/philosophy/bg_vision01_sp.jpg);
    background-size: cover;
    background-position: center top;
}
.company-philosophy .contents02 h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  
}
.company-philosophy .contents02 h2 span {
  display: block;
  font-size: 18px;
}
/*
.company-philosophy .contents02 .vision_list {
  border-bottom: 1px solid #005876;
}
*/
.company-philosophy .contents02 .vision_item {
  margin-bottom: 17px;
  padding: 33px 32px 35px;
  background: #fff;
}
.company-philosophy .contents02 .vision_item h3 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 12px;
/*  color: #005876;*/
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
}
.company-philosophy .contents02 .vision_item h3 span {
  display: block;
  font-size: 14px;
}
.company-philosophy .contents02 .vision_item h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 2px;
  background: #FF0024;
  transform: translateX(-50%);
}
.company-philosophy .contents02 .vision_item h4 {
  margin-bottom: 18px;
  font-size: 24px;
  text-align: center;
}
.company-philosophy .contents02 .list_decimal {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style:  none;
}
.company-philosophy .contents02 .list_decimal > li {
  position: relative;
  padding-left: 1em;
  counter-increment: num;
  margin-bottom: 0.3em;
  font-size: 1.4rem;
}
.company-philosophy .contents02 .list_decimal > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num);
  display: block;
  color: #737D8C;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
}

.company-philosophy .contents03 .ci .corp-logo .visual {
  border: 1px solid #dcdcdc;
}

.company-philosophy .contents04 h2 {
  padding-top: 22px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #737D8C;
}
.company-philosophy .contents04 h2 span {
  display: block;
  font-size: 28px;
  color: #050F1E;
  line-height: 1.5;
}
.company-philosophy .contents04 .news-archive {
  margin-top: 40px;
}
.company-philosophy .contents04 .news-archive li {
  text-align: center;
}
.company-philosophy .contents04 .news-archive li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .company-philosophy .contents01 .txt {
    padding: 0 16px;
    text-align: left;
  }
  .company-philosophy .contents01 .txt p {
    font-size: 1.4rem;
  }
  .company-philosophy .contents02 {
    margin-left: 16px;
    margin-right: 16px;
  }
/*
  .company-philosophy .contents02 .ib {
    display: inline-block;
  }
*/
  .company-philosophy .contents02 .group {
    padding-bottom: 25px;
  }
  .company-philosophy .contents04 .news-archive li {
    margin-bottom: 44px;
  }
  .company-philosophy .contents04 .txt {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .company-philosophy .contents01 h2 {
    font-size: 48px;
  }
  .company-philosophy .contents01 h2 + .txt {
    margin-bottom: 40px;
  }
  .company-philosophy .contents02 {
    background-image: url(img/company/philosophy/bg_vision01_pc.jpg);
  }
  .company-philosophy .contents02 h2 {
    margin-bottom: 45px;
  }
  .company-philosophy .contents02 h2 span {
    font-size: 24px;
  }
  .company-philosophy .contents02 .vision_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
  }
  .company-philosophy .contents02 .vision_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    min-height: 336px;
    margin: 0 0 20px;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .company-philosophy .contents02 .vision_item:last-child {
    margin-bottom: 10px;
  }
  .company-philosophy .contents02 .vision_item h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1.75;
  }
  .company-philosophy .contents02 .vision_item h4 {
    margin-bottom: 28px;
  }
  .company-philosophy .contents02 .vision_item__wide {
    width: 100%;
  }
}