@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* crm */
/* -- 画像をトリミング -- */
/* ===== company.css ===== */
/* -- company_box01 -- */
.company_box01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.9rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #E1E1E1;
}
.company_box01-img {
  text-align: center;
  padding-left: 14px;
  width: 155px;
}
.company_box01-cnt {
  width: calc(100% - 155px);
}
@media screen and (max-width: 900px) {
  .company_box01 {
    display: block;
  }
  .company_box01-img {
    padding-left: 0;
    width: auto;
  }
  .company_box01-img img {
    width: 60px;
  }
  .company_box01-cnt {
    margin-top: 15px;
    width: auto;
  }
}

/* -- company_history_box01 -- */
.company_history_box01 {
  text-align: center;
}
.company_history_box01 > :nth-child(1) br {
  display: none;
}
.company_history_box01-tit {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.78;
  color: #08519F;
}
.company_history_box01 > :nth-child(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  .company_history_box01 {
    display: block;
  }
  .company_history_box01 > :nth-child(1) {
    width: 100%;
  }
  .company_history_box01 > :nth-child(1) br {
    display: block;
  }
  .company_history_box01 > :nth-child(2) {
    margin-top: 20px;
    width: 100%;
  }
}

/* -- company_history_box02 -- */
.company_history_box02 {
  margin-top: 0.1rem;
}
.company_history_box02 > * {
  padding-top: 41.6%;
}
.company_history_box02 > *:not(:last-child) {
  margin-bottom: 10.4rem;
}
.company_history_box02 #year1900_1950 {
  background: url(../img/company/company_history_year1900_1950_bg01@2x.png) no-repeat top center/100% auto;
}
.company_history_box02 #year1951_1999 {
  background: url(../img/company/company_history_year1951_1999_bg01@2x.png) no-repeat top center/100% auto;
}
.company_history_box02 #year2000_ {
  background: url(../img/company/company_history_year2000_bg01@2x.png) no-repeat top center/100% auto;
}
.company_history_box02-tit {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1;
  color: #08519F;
  text-align: center;
}
.company_history_box02-tit span {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 8rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.6rem;
}
.company_history_box02-tit span:nth-child(2)::before {
  font-size: 3rem;
  display: inline-block;
  position: relative;
  top: -0.8rem;
  margin: 0 1.1rem 0 1rem;
  content: "-";
}
.company_history_box02 .company_history_box01 {
  margin-top: 19.5rem;
}
.company_history_box02 > * > :not(:first-child) .company_history_box01 {
  margin-top: 15.4rem;
}
.company_history_box02-slider {
  margin-top: 9.3rem;
}
.company_history_box02-slider .splide__slide {
  transition: opacity 0.3s;
}
.company_history_box02-slider .splide__slide:not(.is-active) {
  opacity: 0.3;
}
.company_history_box02-slider .splide__slide img {
  width: 100%;
}
.company_history_box02-slider .splide__slide > :first-child {
  position: relative;
  padding-top: 66.5%;
  background: #e1e1e1;
}
.company_history_box02-slider .splide__slide > :first-child img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center;
  object-fit: contain;
}
.company_history_box02-slider .splide__arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 5.3rem;
}
.company_history_box02-slider .splide__arrows .splide__pagination {
  font-family: "ClashDisplay-Medium";
  font-size: 13px;
  line-height: 1;
  order: 2;
  margin: 0 23px;
}
.company_history_box02-slider .splide__arrows .splide__pagination li {
  margin: 0 13px;
}
.company_history_box02-slider .splide__arrows .splide__pagination li > * {
  transition: opacity 0.3s;
}
.company_history_box02-slider .splide__arrows .splide__pagination li > *:not(.is-active) {
  opacity: 0.3;
}
.company_history_box02-slider .splide__arrows .splide__arrow--prev {
  order: 1;
}
.company_history_box02-slider .splide__arrows .splide__arrow--next {
  order: 3;
}
.company_history_box02-slider .splide__arrows .splide__arrow {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 10px;
  background: none;
  border: none;
  transform: translateY(-1px);
}
.company_history_box02-slider .splide__arrows .splide__arrow:focus, .company_history_box02-slider .splide__arrows .splide__arrow:focus-visible {
  outline: none;
}
.company_history_box02-slider .splide__arrows .splide__arrow svg {
  display: none;
}
.company_history_box02-slider .splide__arrows .splide__arrow::before {
  display: block;
  width: 30px;
  height: 10px;
  background: url(../img/top/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
.company_history_box02-slider .splide__arrows .splide__arrow.splide__arrow--prev::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 900px) {
  .company_history_box02 {
    margin-top: 30px;
  }
  .company_history_box02 > * {
    padding-top: 34%;
  }
  .company_history_box02-tit {
    font-size: 18px;
  }
  .company_history_box02-tit span {
    font-size: 40px;
    top: 3px;
    margin-right: 3px;
  }
  .company_history_box02-tit span:nth-child(2)::before {
    font-size: 24px;
    top: -4px;
    margin: 0 6px 0 8px;
  }
  .company_history_box02 .company_history_box01 {
    margin-top: 25px;
  }
  .company_history_box02 > * > :not(:first-child) .company_history_box01 {
    margin-top: 60px;
  }
  .company_history_box02-slider {
    margin-top: 50px;
  }
}

#company .company_history_box01 + .alink_box {
  justify-content: center;
}
@media screen and (max-width: 900px) {
  #company .company_history_box01 + .alink_box a {
    font-size: 1.3rem;
  }
  #company .company_history_box01 + .alink_box a:not(:last-child) {
    margin-right: 2rem;
  }
}/*# sourceMappingURL=company.css.map */