@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

html.ja.Windows.Chrome {
  text-shadow: 0 0 0.1px rgba(0, 0, 0, 0.2);
}

body {
  letter-spacing: 0.03em;
}

/*
 * Mixin for placeholder
 * @include placeholderStyles($Size,$Family);
 */
/*
 * Mixin for MSIE after IE10
 */
@-webkit-keyframes ClosetoOpenArrow {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes ClosetoOpenArrow {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes OpentoCloseArrow {
  0% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes OpentoCloseArrow {
  0% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  51% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes CommonFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes CommonFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes CommonFadeInEx {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes CommonFadeInEx {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes CommonFadeOutEx {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes CommonFadeOutEx {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/*
========================================================================================================================
== For Unique Modules
========================================================================================================================
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
    */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background-color: #707070;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

@media only screen and (max-width: 767px) {
  #colorbox {
    top: 0px !important;
    padding-top: 0px !important;
    height: 100% !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

#cboxContent {
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

.Section__HeroArea .Title {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .Section__HeroArea .Caption {
    text-align: left;
  }
}

html {
  width: 100%;
}

body {
  width: 100%;
}

.en .Section__CompanyHistory .Prologue .Prologue__Contents .Prologue__Title02 {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
}

.Section__Movie {
  position: relative;
  display: block;
}

.Section__Movie:after {
  content: '';
  position: absolute;
  background-image: url("/content/dam/hamamatsu-photonics/sites/static/common/images/icons/movie.svg");
  width: 48px;
  height: 38px;
  background-size: 48px 38px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.InlineModal .InlineModal__Close {
  display: none;
  color: #fff;
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 10000;
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MS43MiA0MS43MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fSAuY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8zIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAzIj48cmVjdCB4PSIyMC4zNiIgeT0iLTguMTQiIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEiIGhlaWdodD0iNTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjY0IDIwLjg2KSByb3RhdGUoLTQ1KSIvPjxyZWN0IHg9Ii04LjE0IiB5PSIyMC4zNiIgY2xhc3M9ImNscy0yIiB3aWR0aD0iNTgiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguNjQgMjAuODYpIHJvdGF0ZSgtNDUpIi8+PC9nPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  text-decoration: none !important;
}

.InlineModal .InlineModal__Close p {
  font-size: 1.4rem;
  padding-top: 43px;
}

@media only screen and (max-width: 767px) {
  .InlineModal .InlineModal__Close {
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    top: 15px;
    right: 15px;
  }
  .InlineModal .InlineModal__Close p {
    padding-top: 30px;
    font-size: 1.0rem;
  }
}

.Modal02 {
  background-color: rgba(112, 112, 112, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: scroll;
  text-align: left;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.Modal02.active {
  opacity: 1;
  visibility: visible;
  z-index: 1002;
}

.Modal02 .Modal02__inner {
  max-width: 708px;
  position: relative;
  min-height: 815px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .Modal02 .Modal02__inner {
    top: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    height: auto;
    margin-bottom: 120px;
  }
}

.Modal02 .Modal02__inner .InlineModal__Elm {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .Modal02 .Modal02__inner .InlineModal__Elm {
    top: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.InlineModal__Elm {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .InlineModal__Elm {
    padding: 30px;
    padding-top: 70px;
    box-sizing: border-box;
  }
}

.InlineModal__Elm .InlineModal__Box {
  width: 100%;
  background-color: #fff;
}

.InlineModal__Elm .InlineModal__Image {
  width: 100%;
}

.InlineModal__Elm .InlineModal__Image img {
  width: 100%;
}

.InlineModal__Elm .InlineModal__Image .InlineModal__Frame {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
}

.InlineModal__Elm .InlineModal__Image .InlineModal__Frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.InlineModal__Elm .InlineModal__Contents {
  padding: 30px 40px;
  box-sizing: border-box;
}

.InlineModal__Elm .InlineModal__Title {
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  font-size: 2rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .InlineModal__Elm .InlineModal__Title {
    font-size: 18px;
    color: #333333;
  }
}

.InlineModal__Elm .InlineModal__text {
  margin-top: 15px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .InlineModal__Elm .InlineModal__text {
    font-size: 12px;
  }
}

.InlineModal__Elm .InlineModal__Copy {
  margin-top: 22px;
  font-size: 1.2rem;
}

.Section__CompanyHistory {
  font-family: "HelveticaNeueLTStd-Roman", "HPK-ヒラギノ角ゴ StdN W4", "FP-ヒラギノ角ゴ StdN W4";
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory {
    padding-bottom: 50px;
  }
}

.Section__CompanyHistory .Prologue {
  padding: 0;
  position: relative;
  margin-top: 50px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .Prologue {
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.Section__CompanyHistory .Prologue .Prologue__Contents {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .Prologue .Prologue__Contents {
    position: static;
    width: 100%;
    padding-bottom: 35px;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    text-align: center;
  }
}

.Section__CompanyHistory .Prologue .Prologue__Contents .Prologue__Title01 {
  font-size: 1.4rem;
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  color: #333333;
  font-style: italic;
}

.Section__CompanyHistory .Prologue .Prologue__Contents .Prologue__Title02 {
  margin-top: 10px;
  font-size: 30px;
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  line-height: 1.5;
  color: #333333;
}

.Section__CompanyHistory .Prologue .Prologue__Contents .Prologue__Caption {
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  font-size: 1.6rem;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .Prologue .Prologue__Contents .Prologue__Caption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.Section__CompanyHistory .Prologue .Prologue__Image img {
  width: 100%;
}

.Section__CompanyHistory .Inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0 60px;
  max-width: 1520px;
  margin: 0 auto;
}

@media only screen and (max-width: 1099px) {
  .Section__CompanyHistory .Inner {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .Inner {
    display: block;
    padding: 0;
  }
}

.Section__CompanyHistory .TimeLine {
  position: absolute;
  width: 90px;
  height: 100%;
  margin-left: -60px;
  z-index: 10;
  border-left: 1px solid #e0e0e0;
  top: 0;
}

@media print, screen and (min-width: 1520px) {
  .Section__CompanyHistory .TimeLine {
    margin-left: -0px;
  }
}

@media print, screen and (max-width: 1099px) {
  .Section__CompanyHistory .TimeLine {
    margin-left: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .TimeLine {
    position: relative !important;
    transform: none !important;
    width: calc(100% + 21px);
    border-left: 0px;
    margin-left: -1px;
  }
}

.Section__CompanyHistory .TimeLine .TimeLine__Title {
  font-family: "HelveticaNeueLTStd-Roman", "HPK-ヒラギノ角ゴ StdN W4", "FP-ヒラギノ角ゴ StdN W4";
  font-size: 1.2rem;
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  padding-top: 1px;
  text-align: center;
  color: #333;
  border: 1px solid #e0e0e0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .TimeLine .TimeLine__Title {
    font-size: 1.6rem;
    font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
    padding: 3px 0;
    box-sizing: border-box;
    height: auto;
    border-top: 1px solid #e0e0e0;
  }
}

.Section__CompanyHistory .TimeLine .TimeLine__Nav {
  margin-top: 43px;
  margin-left: 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .TimeLine .TimeLine__Nav {
    display: none;
  }
}

.Section__CompanyHistory .TimeLine .TimeLine__Nav .TimeLine__Line {
  position: absolute;
  width: 1px;
  height: calc(100% - 8px);
  top: 0;
  left: -1px;
  z-index: 0;
  border-left: 1px solid #e0e0e0;
  box-sizing: border-box;
  transition: all 0.5s linear;
}

.Section__CompanyHistory .TimeLine .TimeLine__Nav .TimeLine__Line.TimeLine__Line--02 {
  border-left: 1px solid #c00;
}

.Section__CompanyHistory .TimeLine .TimeLine__List {
  line-height: 100%;
  position: relative;
  top: -5px;
  list-style: none;
}

.Section__CompanyHistory .TimeLine .TimeLine__List a {
  text-decoration: none;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm {
  margin-bottom: 50px;
  text-align: left;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a {
  font-family: "HelveticaNeueLTStd-Roman", "HPK-ヒラギノ角ゴ StdN W4", "FP-ヒラギノ角ゴ StdN W4";
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a.active:before {
  background-color: #c00;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a:before {
  transition: all 0.2s linear;
  position: absolute;
  top: 3.5px;
  left: -4.5px;
  display: block;
  width: 7px;
  height: 7px;
  content: '';
  background-color: #e0e0e0;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a .TimeLine__ListTip {
  position: absolute;
  background-color: #f7f7f7;
  display: block;
  padding: 10px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  white-space: nowrap;
  left: 60px;
  top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a .TimeLine__ListTip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 15px solid #f7f7f7;
  z-index: 2;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a .TimeLine__ListTip:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 15px solid #e0e0e0;
  z-index: 1;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a:hover .TimeLine__ListTip {
  opacity: 1;
  visibility: visible;
}

.Section__CompanyHistory .CompanyHistory {
  width: calc(100% - 30px);
  min-height: 100%;
  position: relative;
  border-left: 1px solid #e0e0e0;
  overflow-y: hidden;
  margin-left: 30px;
  padding-bottom: 80px;
}

@media print, screen and (min-width: 1520px) {
  .Section__CompanyHistory .CompanyHistory {
    width: calc(100% - 90px);
    margin-left: 90px;
  }
}

@media print, screen and (max-width: 1099px) {
  .Section__CompanyHistory .CompanyHistory {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-left: 0px;
    overflow-X: hidden;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts {
  margin-top: 25px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts {
    padding-left: 18px !important;
    margin-left: 20px !important;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid #b2b2b2;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  background-color: #e0e0e0;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: -3px;
  z-index: 2;
  transition: all 0.2s linear 0.5s;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts:before {
    background-color: #c00;
  }
}

.Section__CompanyHistory .CompanyHistory .active.CompanyHistory__Parts:before {
  background-color: #c00;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__TimeLine {
  position: absolute;
  min-height: 100%;
  width: 3px;
  border-left: 2px solid #e0e0e0;
  left: 59px;
  top: 0px;
  z-index: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__TimeLine {
    left: 20px;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__TimeLine.CompanyHistory__TimeLine--Active {
  min-height: auto;
  height: 10px;
  border-left: 2px solid #c00;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__TimeLine.CompanyHistory__TimeLine--Active {
    min-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--GroupLast {
    margin-bottom: 25px;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA {
  margin-top: 45px;
  padding-left: 92px;
  color: #333;
  position: relative;
  z-index: -1;
  text-align: left;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA {
    margin-left: 0 !important;
    padding-left: 34px !important;
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA.CompanyHistory__Parts--GroupFirst {
    margin-top: 10px !important;
    z-index: 3;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA .CompanyHistory__Date {
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  font-size: 4.0rem;
  font-weight: 200;
  line-height: 1.2;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeA .CompanyHistory__Date {
    font-size: 3.2rem;
    padding: 0 5px;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB {
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  padding-left: 32px;
  color: #333;
  position: relative;
  z-index: 0;
  text-align: left;
  margin-left: 60px;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .InlineModal__Elm {
  display: none;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents {
  background-color: #fff;
  padding: 0 15px;
  padding-right: 0px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents {
    display: block;
    padding: 0;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Image {
  width: 250px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Image a {
  outline: 0;
  transition: all 0.2s linear 0.0s;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Image a:hover {
  opacity: 0.7;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Image {
    width: 100%;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text {
  width: 100%;
  max-width: 550px;
  padding: 0 25px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text {
    border-left: 1px solid #e0e0e0;
    max-width: 100%;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text .CompanyHistory__TextElm p {
  font-size: 1.8rem;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text .CompanyHistory__TextElm .CompanyHistory__BlankModal {
  font-size: 1.4rem;
  margin-top: 15px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text .CompanyHistory__TextElm p {
    font-size: 1.6rem;
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeB .CompanyHistory__Contents .CompanyHistory__Text .CompanyHistory__TextElm .CompanyHistory__BlankModal {
    font-size: 1.2rem;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC {
  padding-left: 32px;
  color: #707070;
  position: relative;
  z-index: 0;
  text-align: left;
  margin-left: 60px;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents {
    padding-left: 0;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents .CompanyHistory__Image {
  width: 180px;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents .CompanyHistory__Image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents .CompanyHistory__Image {
    width: 50%;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents .CompanyHistory__Text {
  width: calc(100% - 180px);
  padding-left: 25px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeC .CompanyHistory__Contents .CompanyHistory__Text {
    width: 50%;
    padding-left: 20px;
    line-height: 1.6;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeD {
  margin-top: 20px;
  padding-left: 32px;
  color: #707070;
  position: relative;
  z-index: 0;
  text-align: left;
  margin-left: 60px;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeD .CompanyHistory__Title {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeD .CompanyHistory__Title {
    padding-left: 0;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE {
  font-family: "HelveticaNeueLTStd-Lt", "HPK-ヒラギノ角ゴ StdN W2", "FP-ヒラギノ角ゴ StdN W2";
  margin-top: 100px;
  text-align: center;
  padding: 50px 50px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-left: 0;
  position: relative;
  z-index: 2;
}
.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE[data-nav='2010'] {
  border-bottom: 1px solid #e0e0e0;
}
.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE[data-nav='2020'] {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 768px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE[data-nav='2020'] {
    border: 1px solid #e0e0e0;
    border-left: none;
    margin-top: 100px;
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE[data-nav='2020'] {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE[data-nav='2030'] {
  margin-top: 0;
  border: none;
  padding: 0;
}


.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE.CompanyHistory__Parts--First {
  margin-top: 45px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE.CompanyHistory__Parts--First {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE {
    width: calc(100% + 20px);
    margin-left: 0px !important;
    padding: 16px;
    box-sizing: border-box;
    border-right: 0;
    display: block;
    margin-top: 0;
    border: 0px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE:after, .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE:before {
  display: none;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date {
  font-size: 4.5rem;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date {
    width: 100%;
    text-align: left;
    font-size: 2.2rem !important;
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Toggle {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    top: 13px;
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Toggle img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Toggle .Icon__Minus {
    width: 16px;
    height: 2px;
    display: none;
  }
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Toggle .Icon__Plus {
    width: 16px;
    height: 16px;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Title {
  font-size: 1.8rem;
  display: block;
  margin-top: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Date .CompanyHistory__Title {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Contents {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-top: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .Section__CompanyHistory .CompanyHistory .CompanyHistory__Parts.CompanyHistory__Parts--TypeE .CompanyHistory__Contents {
    margin-top: 3px;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .Section__NewsPickup.Type--LastItem {
    margin-top: 5px;
  }
}

.Section__NewsPickup.Type--LastItem h2 {
  margin-top: 0px;
  border-top: 0;
}

.Section__NewsPickup.Type--LastItem h2:before {
  display: none;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a[data-id='7'] .TimeLine__ListTip {
  display: none;
}

.Section__CompanyHistory .TimeLine .TimeLine__ListElm a[data-id='7']:before {
  top: 6px;
}

.ja .InlineModal .InlineModal__Close p {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .ja .InlineModal .InlineModal__Close p {
    font-size: 0.9rem;
    margin: 0 -5px;
  }
}

/* AEM */
.hpk-container--main > .cmp-container > .Inner > * {
  max-width: none;
  padding: 0;
}
@media only screen and (max-width: 1099px) {
  .hpk-container--main > .cmp-container > .Inner > * {
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .hpk-container--main > .cmp-container > .Inner .container {
    padding: 0;
  }
}
.Section h1, .Section h2, .Section h3, .Section h4 {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.7;
}
.local-navigation {
  margin-top: 65px;
}