@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.hero {
  margin-bottom: 125px;
}
.hero__inner {
  position: relative;
}
.hero__image {
  width: 71.4%;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0 0 0 200px;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  height: auto;
}
.hero__heading {
  position: absolute;
  top: 50%;
  left: 7.57%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .hero {
    margin-bottom: 100px;
  }
  .hero__image {
    width: 80%;
    border-radius: 0 0 0 140px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    margin-bottom: 60px;
  }
  .hero__image {
    width: 90%;
    margin-bottom: 20px;
    border-radius: 0 0 0 60px;
  }
  .hero__heading {
    position: static;
    transform: none;
    padding-left: 20px;
  }
}

.heading--en {
  margin-bottom: 7px;
  color: #E40215;
  font-size: 55px;
  line-height: 1.18;
  letter-spacing: 0.01em;
}
.heading--ja {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .heading--en {
    font-size: 38px;
  }
  .heading--ja {
    font-size: 16px;
  }
}

.subheading__inner {
  display: inline-block;
  text-align: center;
}
.subheading--ja {
  margin: auto;
  font-size: 47px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}
.subheading--en {
  color: #E40215;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .subheading--ja {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .subheading--ja {
    font-size: 28px;
  }
  .subheading--en {
    font-size: 13px;
  }
}

.text {
  position: absolute;
  color: #efefef;
  font-size: 190px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .text {
    font-size: 130px;
  }
}
@media screen and (max-width: 576px) {
  .text {
    font-size: 70px;
  }
}

.line image {
  width: 100%;
  height: auto;
}

.hero__image {
  position: relative;
}
.hero__image::after {
  display: block;
  padding-top: 59.4%;
  content: "";
}
.hero__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.outline {
  position: relative;
  margin-bottom: 100px;
}
.outline__line {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.outline__line > img {
  position: relative;
  z-index: 5;
}
.outline__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 18px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.outline__inner {
  width: 85.7%;
  max-width: 1400px;
  margin: auto;
}
.outline__text {
  top: 0;
  right: 0;
  transform: translateX(10px);
  z-index: -1;
}
.outline__heading {
  margin-bottom: 57px;
  margin-left: 105px;
}
.outline__list {
  border-top: 1px solid #707070;
}
.outline__item {
  display: flex;
  align-items: flex-start;
  padding-top: 42px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.outline__item dt {
  width: 165px;
  padding-top: 2px;
  padding-left: 37px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.outline__item dd {
  flex: 1;
  line-height: 1.78;
  letter-spacing: 0.025em;
}
.outline__item--license {
  position: relative;
}
.outline__item--license .outline__icons {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 35px;
}
.outline__item--license .outline__icon--iso {
  width: 180px;
  margin-right: 25px;
}
.outline__item--license .outline__icon--sdgs {
  width: 120px;
}
.outline__item--license a {
  text-decoration: underline;
}
.outline__item--license a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .outline__heading {
    margin-left: 50px;
  }
  .outline__item--license .outline__icons {
    position: static;
    margin-top: 20px;
  }
  .outline__item--license .outline__icon--iso {
    width: 150px;
    margin-right: 25px;
  }
  .outline__item--license .outline__icon--sdgs {
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .outline {
    margin-bottom: 80px;
  }
  .outline__inner {
    width: 100%;
    padding: 0 20px;
  }
  .outline__text {
    top: 95px;
    transform: translateX(5px);
  }
  .outline__heading {
    margin-bottom: 60px;
    margin-left: 20px;
  }
  .outline__item {
    display: block;
    padding: 25px 10px 20px;
  }
  .outline__item dt {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
  }
}

.history {
  padding-bottom: 180px;
}
.history__inner {
  position: relative;
}
.history__line {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.history__line > img {
  position: relative;
  z-index: 5;
}
.history__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
  stroke-dasharray: 1500; /* この行を追加 */
  stroke-dashoffset: 1500; /* この行を追加 */
}
.history__heading {
  margin-right: 15%;
  margin-bottom: 150px;
  text-align: right;
}
.history__contents {
  padding-left: 8.6%;
}
.history__list {
  position: relative;
  padding-top: 140px;
}
.history__list .slick-track {
  display: flex;
}
.history__list .slick-slide {
  height: auto !important;
}
.history__item {
  position: relative;
  width: 390px;
  margin-right: 15px;
  padding: 170px 40px 40px;
  background-color: #f0f0f0;
}
.history__year {
  position: absolute;
  top: -30px;
  right: 18px;
  color: #fff;
  font-size: 130px;
  letter-spacing: -0.05em;
}
.history__calendar {
  margin-bottom: 16px;
}
.history__calendar img, .history__calendar span {
  display: inline-block;
  vertical-align: middle;
}
.history__star {
  display: inline-block;
  width: 21px;
  margin-right: 8px;
}
.history__month {
  font-size: 20px;
}
.history__detail {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.57;
}
.history__arrow {
  position: absolute;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #E40215;
  cursor: pointer;
  transition: 0.3s;
}
.history__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.history__arrow--prev {
  right: calc(11.9% + 80px);
}
.history__arrow--next {
  right: 11.9%;
}
.history__arrow.slick-disabled {
  background-color: #aaa;
  cursor: auto;
}
@media screen and (max-width: 1200px) {
  .history__heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .history {
    padding-bottom: 100px;
  }
  .history__heading {
    margin-right: 30px;
    margin-bottom: 50px;
  }
  .history__contents {
    padding-left: 20px;
  }
  .history__list {
    padding-top: 80px;
  }
  .history__item {
    width: 280px;
    padding: 120px 25px 25px;
  }
  .history__year {
    top: -15px;
    font-size: 100px;
  }
  .history__detail {
    font-size: 14px;
  }
  .history__star {
    display: inline-block;
    width: 17px;
    margin-right: 5px;
  }
  .history__month {
    font-size: 17px;
  }
  .history__arrow {
    width: 50px;
    height: 50px;
  }
  .history__arrow img {
    width: 16px;
  }
  .history__arrow--prev {
    right: 95px;
  }
  .history__arrow--next {
    right: 30px;
  }
}/*# sourceMappingURL=company.css.map */