@charset "UTF-8";
/****************************************************
 * Stylesheet 沿革
 ****************************************************/
.pagetitle {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01_sp.jpg");
  }
}

.p-history__message {
  padding-top: 6rem;
  padding-bottom: 17rem;
}
@media only screen and (min-width: 768px) {
  .p-history__message {
    background: url("../images/company/history/message_bg01.png") left top/68.3rem auto no-repeat, url("../images/company/history/message_bg02.png") right bottom/68.3rem auto no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .p-history__message {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background: url("../images/company/history/message_bg01_sp.png") left top/37.5rem auto no-repeat, url("../images/company/history/message_bg02_sp.png") right bottom/37.5rem auto no-repeat;
  }
}
.p-history__message h2 {
  margin-bottom: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-history__message h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-history__message h2 span {
  margin-top: 1em;
  font-family: "Raleway", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #0092E5;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-history__message h2 span {
    font-size: 1.4rem;
  }
}
.p-history__message p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-history__message p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.p-history__history {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-history__history {
    margin-top: -6rem;
  }
}
.p-history__history .menu {
  width: 21.8%;
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #F2F5F7;
  position: absolute;
}
.p-history__history .menu:before {
  width: 13.3rem;
  height: 100%;
  content: "";
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}
.p-history__history .menu:after {
  width: 26%;
  height: 100%;
  content: "";
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.p-history__history .menu ul {
  width: 20rem;
}
.p-history__history .menu ul li + li {
  margin-top: 1.6rem;
}
.p-history__history .menu ul li a {
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #303C4D;
  display: block;
  position: relative;
}
.p-history__history .menu ul li a:before {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background-color: #D6D6D6;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.p-history__history .menu ul li a span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
.p-history__history .menu ul li a:hover {
  color: #0092E5;
}
.p-history__history .menu ul li a:hover:before {
  background-color: #0092E5;
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.p-history__history .menu ul li.current a {
  color: #0092E5;
  pointer-events: none;
}
.p-history__history .menu ul li.current a:before {
  background-color: #0092E5;
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.p-history__history .content {
  width: 78.2%;
  margin: 0 0 0 auto;
  padding-top: 21rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.p-history__history .content .titled_box01 + dl {
  margin-top: 6rem;
}
.p-history__history .content .titled_box01 dt {
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dt {
    padding: 0;
    font-size: 2.2rem;
  }
}
.p-history__history .content .titled_box01 dt a {
  padding: 2rem 8rem 1.5rem 3rem;
  color: #ffffff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dt a {
    padding: 1.4rem 6rem 1.4rem 2rem;
  }
}
.p-history__history .content .titled_box01 dt a span {
  margin-left: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: 0.2em;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dt a span {
    margin: 0;
    font-size: 1.5rem;
    display: block;
  }
}
.p-history__history .content .titled_box01 dt a:after {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  content: "";
  background-color: transparent;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.7rem auto;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dt a:after {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    background-size: 1.3rem auto;
    right: 2rem;
  }
}
.p-history__history .content .titled_box01 dt a:hover:after {
  background-color: #0092E5;
  border-color: #0092E5;
}
.p-history__history .content .titled_box01 dd {
  padding: 4rem 5rem 10rem 5rem;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd {
    padding: 2rem;
  }
}
.p-history__history .content .titled_box01 dd ul li {
  padding-bottom: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-history__history .content .titled_box01 dd ul li:before {
  width: 1px;
  height: 100%;
  content: "";
  background-color: #0092E5;
  position: absolute;
  top: 0;
  left: 11.3rem;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li:before {
    left: 8.5rem;
  }
}
.p-history__history .content .titled_box01 dd ul li:first-child:before {
  top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li:first-child:before {
    top: 2rem;
  }
}
.p-history__history .content .titled_box01 dd ul li:last-child:before {
  height: calc(100% + 5rem);
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li:last-child:before {
    height: 100%;
  }
}
.p-history__history .content .titled_box01 dd ul li.last {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li.last {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-history__history .content .titled_box01 dd ul li.last:before {
    height: calc(100% + 2.5rem) !important;
  }
}
.p-history__history .content .titled_box01 dd ul li.last:after {
  width: 18.6rem;
  content: "Keep Moving to 100th";
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #0092E5;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li.last:after {
    width: 12rem;
    font-size: 1.6rem;
  }
}
.p-history__history .content .titled_box01 dd ul li .year {
  width: 14rem;
  padding-right: 5rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #313C4E;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li .year {
    width: 10rem;
    padding-right: 3rem;
    font-size: 2.5rem;
  }
}
.p-history__history .content .titled_box01 dd ul li .year:before {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  margin-right: -0.2rem;
  content: "";
  background-color: #0092E5;
  border-radius: 50%;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li .year:before {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    margin-right: -0.3rem;
    top: 2rem;
    right: 1.5rem;
  }
}
.p-history__history .content .titled_box01 dd ul li .year:after {
  width: 5rem;
  height: 1px;
  content: "";
  background-color: #0092E5;
  position: absolute;
  top: 2.5rem;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li .year:after {
    width: 3rem;
    top: 2rem;
  }
}
.p-history__history .content .titled_box01 dd ul li .text {
  width: calc(100% - 14rem);
  padding-top: 1.25rem;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li .text {
    width: calc(100% - 10rem);
    padding-top: 0.75rem;
    padding-left: 1rem;
    font-size: 1.4rem;
  }
}
.p-history__history .content .titled_box01 dd ul li .text .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-history__history .content .titled_box01 dd ul li .text .img_area figure {
  width: 44.8%;
  margin-top: 2rem;
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li .text .img_area figure {
    width: 18.5rem;
    margin-top: 1rem;
    margin-right: 1rem;
  }
}
.p-history__history .content .titled_box01 dd ul li .text .img_area figure figcaption {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-history__history .content .titled_box01 dd ul li .text .img_area figure figcaption {
    font-size: 1.2rem;
  }
}

[id^=history-modal] {
  display: none;
}

.fancybox-container .fancybox-bg {
  background-color: #000000;
  opacity: 0.8;
}
.fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-progress, .fancybox-container .fancybox-caption {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-navigation {
    display: none;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button {
  width: 2.3rem;
  height: 4.35rem;
  padding: 0;
  background: none;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  top: 50%;
  left: calc(50% - 38rem);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  top: 50%;
  right: calc(50% - 38rem);
}
.fancybox-container .fancybox-navigation .fancybox-button:disabled {
  display: none;
}
.fancybox-container .fancybox-navigation .fancybox-button div {
  width: 100%;
  height: 100%;
  background-image: url("../images/company/history/popup_arrow.png");
  background-size: cover;
}
.fancybox-container .fancybox-navigation .fancybox-button div svg {
  display: none;
}
.fancybox-container .fancybox-stage .fancybox-content {
  width: 90%;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-stage .fancybox-content {
    max-width: 68rem;
    margin-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content {
    margin-top: 7rem;
  }
}
.fancybox-container .fancybox-stage .fancybox-content:before {
  content: none;
}
.fancybox-container .fancybox-stage .fancybox-content .fancybox-button.fancybox-close-small {
  width: 3rem;
  height: 3rem;
  padding: 0;
  opacity: 1;
  fill: #ffffff;
}
.fancybox-container .fancybox-stage .fancybox-content h3 {
  height: auto;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content h3 {
    font-size: 2rem;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .fancybox-container .fancybox-stage .fancybox-content h3 {
    font-size: 1.8rem;
  }
}
.fancybox-container .fancybox-stage .fancybox-content .box {
  width: 100%;
  padding: 2rem;
  color: #333333;
  background-color: #ffffff;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-stage .fancybox-content .box {
    max-height: calc(var(--winH, 1vh) * 100 - 9rem - 10rem - 6rem - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content .box {
    max-height: calc(var(--winH, 1vh) * 100 - 7rem - 10rem - 5rem - 1.5rem);
  }
}
.fancybox-container .fancybox-stage .fancybox-content .box .img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .img {
    width: 100%;
    height: 24rem;
    margin-bottom: 2.5rem;
    background-color: #242122;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .img {
    width: 37.5rem;
    max-width: 100%;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .img img {
    width: auto;
    height: 100%;
  }
}
.fancybox-container .fancybox-stage .fancybox-content .box .text_area {
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .text_area {
    padding: 0;
  }
}
.fancybox-container .fancybox-stage .fancybox-content .box .text_area h4 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .text_area h4 {
    font-size: 1.5rem;
  }
}
.fancybox-container .fancybox-stage .fancybox-content .box .text_area p {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .text_area p {
    font-size: 1.4rem;
  }
}
.fancybox-container .fancybox-stage .fancybox-content .box .text_area p + h4 {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content .box .text_area p + h4 {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-stage .fancybox-content#history-modal02 h3, .fancybox-container .fancybox-stage .fancybox-content#history-modal06 h3 {
    height: 9rem;
  }
  .fancybox-container .fancybox-stage .fancybox-content#history-modal02 .box, .fancybox-container .fancybox-stage .fancybox-content#history-modal06 .box {
    max-height: calc(var(--winH, 1vh) * 100 - 9rem - 10rem - 9rem - 1.5rem);
  }
}