@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
  overflow-x: hidden;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.about-linkwrap {
  display: flex;
  justify-content: center;
}
.about-link {
  width: 276px;
  max-width: 50%;
  text-align: center;
  padding: 5px 15px;
  font-size: 19px;
  font-weight: 700;
}
.about-current {
  color: #339599;
}
.about-notcurrent {
  color: #333;
}
.about-link > span {
  position: relative;
}
.about-link > span::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #339599;
}
.about-link-left {
  border-right: 1px solid #CDCDCD;
}
.about-fv {
  width: 100%;
}
.about-sec1-h2 {
  font-size: 32px;
  font-weight: 700;
}
.size-23-34 {
  font-size: 23px;
  line-height: 1.47;
}
.about-sec2-h2 {
  font-size: 1.66rem;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
}
.about-sec2-h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 108px;
  height: 1px;
  background: #339599;
}
.w-max-content {
  width: max-content;
  max-width: 100%;
}
.logo-region {
  width: 536px;
}
.size-20-29 {
  font-size: 1.33rem;
  line-height: 1.45;
}
.size-15-30 {
  font-size: 1rem;
  line-height: 2;
}
.sec-history-items:nth-child(even) {
  padding-top: 7.5rem;
}
.year {
  font-size: 2.2rem;
  letter-spacing: .1em;
  color: #9E9E9E;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.year::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 90px;
  width : -webkit-calc(100% - 90px);
  width : calc(100% - 90px);
  height: 1px;
  display: inline-block;
  border-bottom: 1px dotted #CDCDCD;
}
.text-white .year {
  color: #fff;
}
.text-white .year::before {
  border-bottom: 1px dotted #fff;
}
.founded-ttl {
  letter-spacing: .1em;
  margin-bottom: 15px;
}
.founded-subttl {
  font-size: 1.73rem;
  letter-spacing: .1em;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.size-40 {
  font-size: 2.66rem;
}
.size-50 {
  font-size: 3.33rem;
}
.size-80 {
  font-size: 5.33rem; 
}
.about-bottom-copy {
  font-size: 2.8rem;
  line-height: 1.4;
}
.history-img {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin: 0 -12px 15px;
}
.history-img span {
  width: 50%;
  padding: 0 12px;
}
.sec-history {
  position: relative;
  overflow: hidden;
}
.sec-history::before {
  content: '';
  position: absolute;
  top: 108px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #D8EFE8;
  z-index: -1;
}
.sec-history-icon-wrap {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 117px;
  height : -webkit-calc(100% - 100px);
  height : calc(100% - 100px);
}
.sec-history-icon-inner {
  position: relative;
  height: 100%;
}
.sec-history-icon {
  font-size: 1.06rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  padding-top: 37px;
  color: #fff;
  width: 100%;
  height: 138px;
  text-align: center;
  background: url(../images/about/icon-bg.svg) no-repeat center center/contain;
}
.sec-history-items p {
  margin-bottom: 0;
}
.bg-1991.lazyloaded {
  background: url(../images/about/bg-1.jpg) no-repeat center center/cover;
}
.bg-2006.lazyloaded {
  background: url(../images/about/bg-2.jpg) no-repeat center center/cover;
}
.size-42 {
  font-size: 2.8rem;
}
.size-18-30 {
  font-size: 1.2rem;
}
.fromnowon-imgs {
  display: flex;
  gap: 20px;
}
.fromnowon-imgs > div {
  width: 25%;
}
.bt-line {
  border-top: 1px solid #CDCDCD;
}
/* ものづくりの流れ */
.bb-line {
  border-bottom: 1px solid #CDCDCD;
}
.size-32-47 {
  font-size: 2.13rem;
  line-height: 1.46;
}
.brand-sec1-p {
  font-size: 1.53rem;
  line-height: 1.47;
  margin-bottom: 0;
}
.h2-sub {
  font-size: 1.2rem;
  font-weight: 400;
  color: #339599;
}
.brand-content strong {
  font-size: 1.13rem;
  font-weight: 700;
  display: block;
}
.brand-label-wrap {
  display: flex;
  gap: 15px;
}
.brand-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 95px;
  height: 40px;
  background: #EEDE79;
}
.text-gray333 {
  color: #333;
}
.to-global {
  padding: 150px 0;
}
.to-global.lazyloaded {
  background: url(../images/brand/bg-abroad.jpg) no-repeat center center/cover;
}
.to-global .common-btn {
  padding: 20px 25px;
  width: 464px;
  margin-bottom: 0;
}
/* //ものづくりの流れ */
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
  .sec-history-items:nth-child(even) {
    padding-top: 4rem;
  }
  .year {
    font-size: 2rem;
  }
  .founded-subttl {
    font-size: 1.5rem;
  }
  .size-40 {
    font-size: 2rem;
  }
  .size-50 {
    font-size: 3rem;
  }
  .size-80 {
    font-size: 5rem; 
  }
  /* ものづくりの流れ */
  .to-global {
    padding: 100px 0;
  }
  /* //ものづくりの流れ */
}


@media all and (max-width: 991px) {
  .about-sec1-h2 {
    font-size: 25px;
  }
  .year {
    font-size: 1.75rem;
  }
  .founded-subttl {
      font-size: 1.2rem;
      letter-spacing: .075em;
  }
  .size-23-34 {
    font-size: 19px;
  }
  .size-40 {
    font-size: 1.8rem;
  }
  .size-50 {
    font-size: 2.5rem;
  }
  .size-80 {
    font-size: 3.75rem; 
  }
  .sec-history-icon-wrap {
    top: 75px;
    width: 95px;
    height : -webkit-calc(100% - 75px);
    height : calc(100% - 75px);
  }
  .sec-history-icon {
    font-size: 14px;
    padding-top: 25px;
    letter-spacing: 0;
    height: 105px;
  }
  .year::before {
    left: 75px;
    width : -webkit-calc(100% - 75px);
    width : calc(100% - 75px);
  }
  .size-42 {
    font-size: 2.25rem;
  }
  .about-bottom-copy {
    font-size: 2.25rem;
  }
  .size-18-30 {
    font-size: 1.2rem;
  }
  .size-18-30 {
      font-size: 1.1rem;
  }
  /* ものづくりの流れ */
  .brand-sec1-p {
    font-size: 1.25rem;
  }
  .to-global {
    padding: 60px 0;
  }
  /* //ものづくりの流れ */
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .about-link {
    width: 200px;
    font-size: 16px;
  }
  .about-fv {
    width: 130%;
    max-width: 130%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: relative;
  }
  .sec-history-icon-wrap {
    top: 50px;
    right: 93px;
    width: 75px;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    margin-right: 0;
  }
  .sec-history-icon {
    font-size: 11px;
    padding-top: 22px;
    height: 86px;
  }
  .pe-foricon {
    padding-right: 85px;
  }
  .sec-history::before {
    right: 129.5px;
    margin-right: 0;
  }
  .history-img {
      row-gap: 10px;
      margin: 0 -5px 15px;
  }
  .history-img span {
      padding: 0 5px;
  }
  .sec-history-items:nth-child(even) {
    padding-top: 0;
  }
  .sec-history-items:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 700px) {
  .sec-history-icon-wrap {
    right: 28px;
  }
  .sec-history::before {
    right: 64.5px;
  }
  .fromnowon-imgs {
    gap: 10px;
  }
}
/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
  .about-link {
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .about-sec1-h2 {
    font-size: 22px;
  }
  .size-23-34 {
    font-size: 14px;
  }
  .sec-history-icon-wrap {
    right: 5px;
    width: 65px;
  }
  .sec-history-icon {
      font-size: 10px;
      padding-top: 19px;
      height: 76px;
  }
  .sec-history::before {
    right: 37.5px;
  }
  .pe-foricon {
      padding-right: 69px;
  }
  .founded-subttl {
      font-size: 16px;
      letter-spacing: 0;
  }
  .size-42 {
      font-size: 1.7rem;
  }
  .about-bottom-copy {
    font-size: 1.7rem;
  }
  .size-18-30 {
      font-size: 1.06rem;
  }
  /* ものづくりの流れ */
  .size-32-47 {
    font-size: 1.8rem;
  }
  .brand-sec1-p {
    font-size: 1rem;
  }
  .brand-label-wrap {
      gap: 10px;
  }
  .brand-label {
    height: 34px;
  }
  .to-global .common-btn {
    padding: 15px 25px;
  }
  /* //ものづくりの流れ */
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
  .pe-foricon {
    padding-right: 0;
  }
 
}
@media all and (max-width: 400px) {
  .about-bottom-copy {
    font-size: 1.5rem;
  }
  .birth-richell {
    letter-spacing: -0.04em;
    font-feature-settings: "palt";
  }
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
