@charset "UTF-8";
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.all-wrapper {
  /*　////////////////////////////////
  lower_header
  //////////////////////////////////　*/
}
.all-wrapper .lower_header .lower_main_img {
  max-width: 680px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
.all-wrapper .lower_header .lower_title {
  margin-bottom: 40px;
  font-size: clamp(2rem, 3.09vw, 2.7rem);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.all-wrapper .lower_header .first_txt {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.12vw, 4rem);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .all-wrapper .lower_header .lower_main_img {
    margin: 0 auto 80px;
  }
  .all-wrapper .lower_header .lower_title {
    margin-bottom: 80px;
  }
  .all-wrapper .lower_header .first_txt {
    margin-bottom: 80px;
  }
}

/* all-wrapper */
.company_main_img {
  margin-bottom: 40px;
}

.history_wrap {
  margin-bottom: 60px;
}
.history_wrap .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.history_wrap .year span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.history_wrap .year .band {
  position: relative;
}
.history_wrap .year .band::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
}
.history_wrap .year .band01 {
  width: 5vw;
  background: #767cba;
}
.history_wrap .year .band01::after {
  background: #767cba;
  right: -14px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.history_wrap .year .band02 {
  width: calc(100% - 200px - 5vw);
  background: #664497;
}
.history_wrap .year .band02::after {
  background: #664497;
  left: -14px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.history_wrap .year .num {
  width: 200px;
  font-size: clamp(2.8rem, 4.9vw, 4.6rem);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #e95513;
}
.history_wrap .history_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3%;
}
.history_wrap .history_box .left_box, .history_wrap .history_box .right_box, .history_wrap .history_box .half_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.history_wrap .history_box .right_box, .history_wrap .history_box .half_box {
  padding-left: 5vw;
  padding-right: 5vw;
}
.history_wrap .history_box .half_box {
  margin-bottom: 30px;
}
.history_wrap .history_box .history_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #664497;
  font-size: clamp(2.2rem, 3.77vw, 3.5rem);
  line-height: 1.4;
  margin-bottom: 25px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.history_wrap .history_box .border_txt {
  padding-left: 22vw;
  margin-bottom: 20px;
  color: #664497;
  position: relative;
  font-size: clamp(1.8rem, 2.83vw, 2.5rem);
}
.history_wrap .history_box .border_txt::before, .history_wrap .history_box .border_txt::after {
  content: "";
  position: absolute;
  background: #664497;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history_wrap .history_box .border_txt::before {
  height: 1px;
  width: 18vw;
  left: 0;
}
.history_wrap .history_box .border_txt::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 18vw;
}
.history_wrap .company_outline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.history_wrap .company_info {
  font-weight: 400;
  font-size: clamp(1.8rem, 2.69vw, 2.3rem);
}
.history_wrap .company_name {
  font-size: clamp(2.4rem, 3.82vw, 3.4rem);
  margin-bottom: 30px;
  line-height: 1.4;
}
.history_wrap .outline .dl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history_wrap .outline .dl_row dt {
  width: 105px;
}
.history_wrap .outline .dl_row dd {
  width: calc(100% - 105px);
  width: -webkit-calc(100% - 105px);
}

@media (min-width: 768px) {
  .company_main_img {
    margin-bottom: 70px;
  }
  .history_wrap {
    margin-bottom: 100px;
  }
  .history_wrap .year {
    margin-bottom: 60px;
  }
  .history_wrap .year .band {
    position: relative;
  }
  .history_wrap .year .band::after {
    width: 20px;
  }
  .history_wrap .year .band01 {
    width: 7vw;
  }
  .history_wrap .year .band01::after {
    right: -19px;
  }
  .history_wrap .year .band02 {
    width: calc(100% - 300px - 7vw);
  }
  .history_wrap .year .band02::after {
    left: -19px;
  }
  .history_wrap .year .num {
    width: 300px;
  }
  .history_wrap .history_box .left_box, .history_wrap .history_box .right_box, .history_wrap .history_box .half_box {
    width: 48.5%;
  }
  .history_wrap .history_box .history_title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 7vw;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .history_wrap .history_box .right_box {
    padding-right: 7vw;
    padding-left: 0;
  }
  .history_wrap .history_box .border_txt {
    padding-left: 16vw;
  }
  .history_wrap .history_box .border_txt::before {
    width: 13vw;
  }
  .history_wrap .history_box .border_txt::after {
    left: 13vw;
  }
  .history_wrap .history_box .half_box:first-child {
    padding-left: 7vw;
    padding-right: 0;
  }
  .history_wrap .history_box .half_box:last-child {
    padding-right: 7vw;
    padding-left: 0;
  }
  .history_wrap .history_box .company_name {
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .history_wrap .year .band01 {
    width: 18vw;
  }
  .history_wrap .year .band02 {
    width: calc(100% - 300px - 18vw);
  }
  .history_wrap .history_box .history_title {
    padding-left: 18vw;
  }
  .history_wrap .history_box .right_box {
    padding-right: 18vw;
  }
  .history_wrap .history_box .border_txt {
    padding-left: 26vw;
  }
  .history_wrap .history_box .border_txt::before {
    width: 24vw;
  }
  .history_wrap .history_box .border_txt::after {
    left: 24vw;
  }
  .history_wrap .history_box .half_box:first-child {
    padding-left: 18vw;
  }
  .history_wrap .history_box .half_box:last-child {
    padding-right: 18vw;
  }
}