/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/scss/company.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.company-contents__inner {
  width: 100%;
  max-width: 1380px;
  padding: 80px 40px;
  margin: 0 auto;
}
.company-contents__headingBox {
  text-align: center;
}
.company-contents__heading {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.company-contents__subHeading {
  font-size: 30px;
  margin-top: 20px;
}

.company-history {
  margin-top: 100px;
}
.company-history__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.company-history__container:nth-child(even) {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.company-history__container:nth-child(even) .company-history__box {
  right: -15px;
  left: auto;
}
.company-history__container:nth-child(even) .company-history__contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
          align-items: flex-end;
}
.company-history__container:nth-child(even) .company-history__top {
  padding-left: 0;
  padding-right: 30px;
}
.company-history__container:nth-child(even) .company-history__bottom {
  padding-left: 0;
  padding-right: 30px;
}
.company-history__box {
  width: 50%;
  position: relative;
  right: auto;
  left: -15px;
  display: -webkit-box;
  display: flex;
}
.company-history__contents {
  width: 100%;
}
.company-history__top {
  border-bottom: 2px solid #2db5e7;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 30px;
  width: 80%;
  height: 124px;
}
.company-history__top--navy {
  border-bottom: 2px solid #1d5187;
}
.company-history__top--orange {
  border-bottom: 2px solid #ef873a;
}
.company-history__year {
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: bold;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.company-history__bottom {
  padding-top: 20px;
  padding-left: 30px;
  width: 80%;
}
.company-history__detail {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
}
.company-history__detail--sougyou {
  font-size: 45px;
}
.company-history__icon {
  height: 70px;
}
.company-history__iconImage {
  height: 100%;
}
.company-history__endContents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.company-history__endIcon {
  height: 168px;
}
.company-history__end {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.company-history__endIcon {
  margin-top: 40px;
}
.company-history__endText {
  margin-top: 30px;
  font-size: 50px;
  font-weight: bold;
}

.company-picture {
  margin-top: 180px;
}
.company-picture__carouselWrapper {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.company-picture__headingBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 40px;
}
.company-picture__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 80px;
  font-weight: bold;
  z-index: 1;
  width: 100%;
}
.company-picture__subHeding {
  font-size: 40px;
}
.company-picture__subHedingMin {
  font-size: 0.8em;
}
.company-picture__back {
  background-color: #2db5e7;
  width: 700px;
  height: 215px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.company-picture__carousel {
  margin-top: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.company-picture__carouselItem {
  width: 400px;
  height: 240px;
  overflow: hidden;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  position: relative;
  margin: 0 -30px;
}
.company-picture__carouselItem::after {
  content: "";
  background-image: url(/assets/img/common/icon/icon_expansion.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  right: 60px;
  bottom: 10px;
  opacity: 0.9;
}
.company-picture__carouselThumb {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.company-picture__carouselText {
  margin-top: 60px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.company-overview {
  background-color: #f3f8fa;
  margin-top: 180px;
}
.company-overview__inner {
  padding: 100px 40px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.company-overview__heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.company-overview__data {
  display: -webkit-box;
  display: flex;
  border-bottom: 2px solid #333333;
}
.company-overview__dt {
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
  width: 300px;
  padding: 20px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.company-overview__dd {
  font-size: 22px;
  line-height: 2;
  padding: 20px 15px;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
}
.company-overview__br {
  display: none;
}
.company-overview__listItem {
  text-indent: -1em;
  margin-left: 1em;
}
.company-overview__listItem::before {
  content: "・";
}
.company-overview__link {
  color: #3ad8ff;
}

.lb-nav a.lb-prev {
  background: url(/assets/img/lib/lightbox/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
  background: url(/assets/img/lib/lightbox/next.png) right 48% no-repeat;
}

.lb-cancel {
  background: url(/assets/img/lib/lightbox/loading.gif) no-repeat;
}

.lb-data .lb-close {
  background: url(/assets/img/lib/lightbox/close.png) top right no-repeat;
}

@media screen and (min-width: 1920px) { /**/ }

@media screen and (max-width: 1380px) { /**/ }

@media screen and (max-width: 1080px) { /**/
  .company-history__top {
    width: 100%;
  }
  .company-history__year {
    font-size: 40px;
  }
  .company-history__bottom {
    width: 100%;
  }
  .company-history__detail {
    font-size: 26px;
  }
  .company-history__detail--sougyou {
    font-size: 40px;
  }
  .company-history__endIcon {
    height: 140px;
  }
  .company-history__endText {
    font-size: 40px;
  }
  .company-picture__heading {
    font-size: 70px;
  }
  .company-picture__subHeding {
    font-size: 30px;
  }
  .company-picture__back {
    width: 560px;
    height: 195px;
  }
  .company-overview__dt {
    font-size: 18px;
    width: 200px;
  }
  .company-overview__dd {
    font-size: 18px;
  } }

@media screen and (min-width: 769px) { /**/ }

@media screen and (max-width: 768px) { /**/
  .company-contents__inner {
    padding: 70px 20px 40px 20px;
  }
  .company-contents__heading {
    font-size: 40px;
  }
  .company-contents__subHeading {
    font-size: 24px;
  }
  .company-history {
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .company-history__container:nth-child(even) .company-history__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    right: 0;
  }
  .company-history__container:nth-child(even) .company-history__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    padding-left: 15px;
    padding-right: 0;
  }
  .company-history__container:nth-child(even) .company-history__bottom {
    padding-left: 15px;
    padding-right: 0;
  }
  .company-history__box {
    width: 100%;
    left: 0;
  }
  .company-history__top {
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .company-history__year {
    font-size: 30px;
    letter-spacing: 0;
  }
  .company-history__bottom {
    padding-top: 15px;
    padding-left: 15px;
  }
  .company-history__detail {
    font-size: 20px;
  }
  .company-history__end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .company-history__endText {
    font-size: 30px;
    margin-top: 20px;
  }
  .company-picture {
    margin-top: 120px;
  }
  .company-picture__headingBox {
    padding: 0 20px;
  }
  .company-picture__heading {
    font-size: 40px;
  }
  .company-picture__subHeding {
    font-size: 20px;
    position: relative;
    top: -10px;
  }
  .company-picture__back {
    width: 85%;
    height: 115px;
  }
  .company-picture__carouselItem {
    width: 300px;
    height: 180px;
  }
  .company-picture__carouselText {
    font-size: 20px;
  }
  .company-overview__inner {
    padding: 60px 20px;
  }
  .company-overview__heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .company-overview__data {
    border-bottom: 1px solid #333333;
  }
  .company-overview__dt {
    font-size: 16px;
    width: 100px;
    padding: 15px 10px;
    line-height: 1.5;
  }
  .company-overview__dd {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 1.5;
  }
  .company-overview__br {
    display: block;
  } }

@media screen and (max-width: 374px) { /**/ }
