#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;
}
@media screen and (min-width: 767px) {
  #page.about_us.in .tab-panel {
    padding: 35px 0 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;
}
#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;
}
#page.about_us.in .panel {
  display: none;
  padding: 25px 0 0;
}
#page.about_us.in .panel.is-show {
  display: block;
}
@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.clicked {
    padding-bottom: 0;
  }
  #page.about_us.in .tab-group.clicked .tab {
    padding: 0;
    font-size: 1.6rem;
  }
  #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 {
    padding: 62px 0 0;
  }
}
#page.about_us.in .company_message_box {
  background-image: url(../img/about_us/tree-icon-s.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 86px 91px;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.about_us.in .company_message {
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: justify;
}
#page.about_us.in .company_box {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding: 60px 0px 15px;
  position: relative;
}
#page.about_us.in .company_box.last {
  border-bottom: none;
}
#page.about_us.in .box_title {
  font-size: 2rem;
  position: absolute;
  top: 35px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#page.about_us.in .left_box {
  margin-bottom: 20px;
}
#page.about_us.in .left_box img {
  border-radius: 10px;
}
#page.about_us.in .box_text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  text-align: justify;
}
#page.about_us.in .box_text.b_text {
  font-size: 1.7rem;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #page.about_us.in .company_message_box {
    background-image: url(../img/about_us/tree-icon.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 356px 182px;
    height: 182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  #page.about_us.in .company_message {
    font-size: 3.2rem;
  }
  #page.about_us.in .company_box {
    margin-top: 0px;
    padding: 80px 50px;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.about_us.in .company_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #page.about_us.in .company_box.last {
    padding-bottom: 0;
  }
  #page.about_us.in .company_box .left_box {
    width: 38.3%;
    margin-bottom: 0;
  }
  #page.about_us.in .company_box .right_box {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.about_us.in .box_title {
    font-size: 3.2rem;
    position: static;
    text-align: left;
    line-height: 1;
    margin: 0 0 38px;
  }
  #page.about_us.in .box_text {
    font-size: 1.6rem;
  }
  #page.about_us.in .box_text.b_text {
    font-size: 2.1rem;
  }
}
#page.about_us.in #tab_link {
  margin-top: -100px;
  padding-top: 100px;
}