/* ==========================================================================
   Index
   ========================================================================== */
/* Common parts
   ========================================================================== */
.index-ul-notes > li {
  margin-top: 8px;
  padding-left: 1.3em;
  line-height: 2.0;
  font-size: 1.1em;
}
.index-ul-notes > li:first-child {
  margin-top: 0;
}
/* Intro
   ========================================================================== */
.intro {
  min-height: 400px;
  padding: 85px 0 75px;
  background: #f2f2f2 url(/assets/img/index_intro_hero_bg01.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro_title {
  line-height: 1.9;
  font-weight: 300;
  font-size: 2.6em;
  letter-spacing: -0.03em;
}
/* News
   ========================================================================== */
.news {
  background-color: #f3f6fb;
}
.news dt,
.news dd {
  padding: 23px 0 22px;
  font-size: 1.4em;
}
.news dt {
  display: table-cell;
  width: 140px;
  background-color: #e9ecf3;
  text-align: center;
  vertical-align: middle;
}
.news dd {
  display: table-cell;
  padding-left: 30px;
}
/* Feature
   ========================================================================== */
.feature {
  margin-top: 40px;
}
.feature_list {
  overflow: hidden;
  zoom: 1;
}
.feature_list > li {
  float: left;
  width: 310px;
  margin-left: 25px;
  font-size: 1.0em;
}
.feature_list > li:first-child {
  margin-left: 0;
}
.feature_list > li > a {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: block;
  border: #d1d4da 1px solid;
  border-radius: 5px;
  color: #252e33;
  text-align: center;
  text-decoration: none;
}
.feature_list > li > a:hover {
  border-color: #f57d41;
}
.feature_list_title {
  margin-top: 40px;
}
.feature_list_icon {
  margin-top: 24px;
}
.feature_list_description {
  position: relative;
  margin-top: 28px;
  padding: 30px 29px 26px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f3f6fb;
  line-height: 1.7;
  font-size: 1.3em;
  text-align: left;
}
.feature_list_description:after {
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 10px;
  height: 10px;
  background: url(/img/index_feature_icn01.png) no-repeat;
  content: "";
}
.feature_list_description.thema-blank:after {
  background: url(/img/index_feature_icn02.png) no-repeat;
  background-size: 10px auto;
}
/* Performance
   ========================================================================== */
.performance {
  min-height: 815px;
  padding: 65px 0 107px;
  background: url(/img/index_performance_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.performance-inner {
  position: relative;
}
.performance_title {
  line-height: 1.4;
  font-weight: 300;
  font-size: 2.8em;
  text-align: center;
}
.performance_list {
  overflow: hidden;
  zoom: 1;
  margin-top: 33px;
  border-radius: 5px;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}
.performance_list > li {
  float: left;
  width: 50%;
  min-height: 530px;
  border-left: #d1d4da 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.performance_list > li:first-child {
  border-left: none;
}
.performance_list > li:first-child .performance_list_object > img {
  width: auto;
}
.performance_list_object {
  padding-top: 60px;
  text-align: center;
}
.performance_list_description {
  margin-top: 30px;
  padding: 0 75px;
}
.performance-button {
  position: absolute;
  right: -20px;
  bottom: -37px;
}
/* Office
   ========================================================================== */
.office {
  margin-top: 0;
  padding: 70px 0;
  background-color: #f3f6fb;
}
.office_wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 60px 545px 62px 55px;
  border: #dadfe4 1px solid;
  border-radius: 5px;
  background: #ffffff url(/img/index_office_bg01.jpg) no-repeat right top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.office_title {
  line-height: 1.4;
  font-weight: 300;
  font-size: 2.8em;
}
.office-button {
  margin-top: 28px;
}
/* Contact
   ========================================================================== */
.contact {
  margin-top: 66px;
}
.contact_description {
  float: left;
  width: 570px;
}
.contact_description_title {
  line-height: 1.4;
  font-weight: 300;
  font-size: 2.8em;
}
.contact_address {
  float: right;
  margin-top: 5px;
}
.contact_address_tel {
  margin-top: 25px;
  border: #d9dde5 1px solid;
  border-radius: 5px;
}
.contact_address_tel_heading {
  padding: 12px 0;
  background-color: #d9dde5;
  line-height: 1.0;
  text-align: center;
  letter-spacing: .05em;
}
.contact_address_tel_number {
  margin-top: 0;
  padding: 29px 23px 32px 82px;
  background: url(/common/img/parts/contact_tel_icn01.png) no-repeat 23px center;
}
