#page.about_us.in {
  color: #333;
}
#page.about_us.in .mv {
  background-image: url(../img/company-bland/mv.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.about_us.in .page-en-title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page.about_us.in .page-ja-title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.4608333333;
}
@media screen and (min-width: 767px) {
  #page.about_us.in .mv {
    background-image: url(../img/company-bland/mv-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    height: 210px;
  }
  #page.about_us.in .mv .wrap {
    max-width: 1000px;
    width: 100%;
  }
  #page.about_us.in .mv .page-en-title {
    text-align: left;
    line-height: 1.75;
  }
  #page.about_us.in .mv .page-ja-title {
    text-align: left;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (min-width: 1000px) {
  #page.about_us.in .breadcrumbs-wrap {
    max-width: 1000px;
  }
}
#page.about_us.in .tab-panel {
  padding: 35px 0;
}
#page.about_us.in .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.about_us.in .tab-group .tab {
  width: 50%;
  border-left: 1px solid #bababb;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#page.about_us.in .tab-group .tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 30px;
}
#page.about_us.in .tab-group .tab:last-child {
  width: 50%;
  border-right: 1px solid #bababb;
}
#page.about_us.in .tab-group .tab:nth-child(even) {
  border-right: 1px solid #bababb;
}
#page.about_us.in .tab-group .tab.is-active {
  border-bottom: 2px solid #c0ab92;
}
#page.about_us.in .tab-group .tab.is-active a {
  color: #c0ab92;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  #page.about_us.in .tab-group {
    height: auto;
    opacity: 1;
    max-width: 100%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #bababb;
    border-bottom: none;
  }
  #page.about_us.in .tab-group .tab {
    width: 20%;
    border: 1px solid #bababb;
    border-right: none;
    border-top: none;
    border-bottom: 4px solid transparent;
    margin-bottom: 0;
  }
  #page.about_us.in .tab-group .tab:nth-child(even) {
    border-right: none;
  }
  #page.about_us.in .tab-group .tab:last-child {
    width: 20%;
    border-bottom: 4px solid transparent;
  }
  #page.about_us.in .tab-group .tab a {
    height: 43px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }
  #page.about_us.in .tab-group .tab:last-child {
    border-right: 1px solid #bababb;
  }
  #page.about_us.in .tab-group .tab.is-active {
    border-bottom: 4px solid #c0ab92;
  }
}
#page.about_us.in .panel {
  display: none;
  padding: 25px 0 0;
}
#page.about_us.in .panel.is-show {
  display: block;
}
#page.about_us.in .history_area {
  position: relative;
}
#page.about_us.in .history_area::before {
  content: "";
  display: block;
  width: 21%;
  height: 43px;
  margin-bottom: 5px;
}
#page.about_us.in .history_area::after {
  content: "";
  display: block;
  width: 21%;
  height: 43px;
  margin-top: 5px;
  background-image: url(../img/about_us/history-te.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 4px 33px;
}
#page.about_us.in .chronology-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
#page.about_us.in .chronology-box:last-child {
  border-bottom: none;
}
#page.about_us.in .chronology-box-year {
  width: 15%;
}
#page.about_us.in .chronology-box-year .box-year {
  padding-top: 7px;
  font-size: 2rem;
  color: #cccccc;
  letter-spacing: 0.03em;
  font-weight: bold;
}
#page.about_us.in .chronology-box-contens {
  width: 80%;
  padding-top: 14px;
  border-left: 4px solid #e6e6e6;
  position: relative;
}
#page.about_us.in .chronology-box-contens::before {
  content: "";
  background-color: #b9a48b;
  width: 44px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 0;
}
#page.about_us.in .chronology-box-year-list {
  padding-left: 18px;
  position: relative;
}
#page.about_us.in .chronology-box-year-list.listmultiple::before {
  content: "";
  position: absolute;
  background-color: #b9a48b;
  width: 2px;
  height: 100%;
  top: 12px;
  margin: auto;
  left: 18px;
}
#page.about_us.in .chronology-box-year-list.listmultiple::after {
  content: "";
  position: absolute;
  background-color: #b9a48b;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 18px;
}
#page.about_us.in .chronology-box-year-list.listmultiple:first-child::after {
  display: none;
}
#page.about_us.in .chronology-box-year-list.listmultiple:last-child::before {
  display: none;
}
#page.about_us.in .chronology-list-month {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1.7;
  padding-left: 32px;
}
#page.about_us.in .chronology-list-month::before {
  content: "";
  display: block;
  background-color: #b9a48b;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
#page.about_us.in .chronology-list-text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding-left: 32px;
  padding-bottom: 7px;
}
@media screen and (min-width: 767px) {
  #page.about_us.in .history_area::before {
    background-size: 8px 66px;
    width: 28%;
    height: 66px;
    margin-bottom: 10px;
  }
  #page.about_us.in .history_area::after {
    width: 28%;
    background-size: 8px 66px;
    height: 66px;
    margin-top: 10px;
  }
  #page.about_us.in .chronology-box:first-child .chronology-box-year {
    padding: 0 0 20px;
  }
  #page.about_us.in .chronology-box-year-list.listmultiple::before {
    left: 49px;
    height: 100%;
  }
  #page.about_us.in .chronology-box-year-list.listmultiple::after {
    width: 42px;
    left: 49px;
    top: 12px;
  }
  #page.about_us.in .chronology-box-year {
    width: 30%;
    padding: 20px 0;
  }
  #page.about_us.in .chronology-box-year .box-year {
    font-size: 6.5rem;
    line-height: 1;
    padding: 0;
  }
  #page.about_us.in .chronology-list-month {
    font-size: 1.6rem;
    padding-left: 40px;
  }
  #page.about_us.in .chronology-list-month::before {
    width: 12px;
    height: 12px;
  }
  #page.about_us.in .chronology-list-text {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 40px;
  }
  #page.about_us.in .chronology-box-contens {
    padding-top: 46px;
    border-left: 8px solid #e6e6e6;
    padding-bottom: 15px;
  }
  #page.about_us.in .chronology-box-contens::before {
    width: 92px;
    top: 58px;
  }
  #page.about_us.in .chronology-box-year-list {
    padding-left: 70px;
  }
}
#page.about_us.in #tab_link {
  margin-top: -100px;
  padding-top: 100px;
}