.section-about-introduction {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") repeat 0 0/100%;
}
@media print, (min-width: 768px) {
  .section-about-introduction {
    padding: 100px 0 100px;
  }
  .section-about-introduction .title-common-primary {
    margin-bottom: 94px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-introduction {
    padding-bottom: 0.35rem;
  }
  .section-about-introduction .title-common-primary {
    margin-bottom: 0.4rem;
    padding: 0 0.3rem;
  }
}

.introduction-development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/about/development_bg.jpg") no-repeat 0 0/cover;
  color: #fff;
}
.introduction-development .wrapper {
  position: relative;
}
.introduction-development .wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/about/development_title.png") no-repeat 0 0/auto 100%;
}
.introduction-development .development-title {
  letter-spacing: 0.08em;
}
.introduction-development .development-text {
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .introduction-development {
    min-height: 800px;
    padding: 52px 0 50px;
  }
  .introduction-development .wrapper {
    max-width: 962px;
  }
  .introduction-development .wrapper::after {
    top: -157px;
    right: -9px;
    width: 240px;
    height: 626px;
  }
  .introduction-development .development-content {
    max-width: 620px;
  }
  .introduction-development .development-title {
    margin-bottom: 30px;
    font-size: 0.24rem;
    line-height: 1.9;
  }
  .introduction-development .development-text {
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
}
@media only screen and (max-width: 767.98px) {
  .introduction-development {
    padding: 1.2rem 0.9rem 1.2rem 0;
  }
  .introduction-development .wrapper::after {
    top: -0.9rem;
    right: -0.8rem;
    width: 0.9rem;
    height: 2.6rem;
  }
  .introduction-development .development-title {
    margin-bottom: 0.3rem;
    font-size: 0.2rem;
  }
}

.introduction-description .description-image {
  overflow: hidden;
}
.introduction-description .description-text {
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .introduction-description {
    padding-top: 101px;
  }
  .introduction-description .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1280px;
  }
  .introduction-description .description-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 360px;
  }
  .introduction-description .description-content {
    padding-top: 36px;
    padding-left: 480px;
  }
  .introduction-description .description-text {
    margin-bottom: 36px;
    line-height: 2;
  }
}
@media print, (min-width: 768px) and (max-width: 1339.98px) {
  .introduction-description .description-content {
    padding-left: 440px;
  }
}
@media only screen and (max-width: 767.98px) {
  .introduction-description {
    padding-top: 0.6rem;
  }
  .introduction-description .description-image {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto 0.4rem;
  }
  .introduction-description .description-text p {
    margin-bottom: 0.25rem;
  }
}

.section-about-favorite {
  position: relative;
  padding: 0.6rem 0;
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/0.5rem 0.5rem;
}
.section-about-favorite .favorite-wrapper {
  margin-bottom: 0.4rem;
}
.section-about-favorite .favorite-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section-about-favorite .favorite-text {
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .section-about-favorite .favorite-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-about-favorite .favorite-content {
    width: calc(50% - 60px);
    padding: 55px 120px 10px 0;
  }
  .section-about-favorite .favorite-title {
    margin-bottom: 24px;
    font-size: 0.28rem;
  }
  .section-about-favorite .favorite-text {
    margin-bottom: 34px;
  }
  .section-about-favorite .favorite-image {
    width: calc(50% + 60px);
    height: 520px;
  }
  .section-about-favorite .favorite-slider {
    margin: 0 -20px;
  }
  .section-about-favorite .slider-slide {
    width: 33.3333333333%;
    height: 302px;
    padding: 0 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1459.98px) {
  .section-about-favorite .favorite-content {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-favorite .favorite-content {
    margin-bottom: 0.4rem;
  }
  .section-about-favorite .favorite-title {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .section-about-favorite .favorite-text {
    margin-bottom: 0.25rem;
  }
  .section-about-favorite .favorite-image {
    position: relative;
    padding-top: 66.6666666667%;
  }
  .section-about-favorite .favorite-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section-about-favorite .slider-slide {
    height: 2.2rem;
  }
}

.section-about-company {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") repeat 0 0/100%;
}
.section-about-company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.section-about-company .company-title {
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.section-about-company .company-block:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-about-company {
    padding: 153px 0 160px;
  }
  .section-about-company::before {
    height: 56px;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 56px;
  }
  .section-about-company .wrapper {
    max-width: 1280px;
  }
  .section-about-company .company-title {
    margin-bottom: 47px;
    font-size: 0.34rem;
    pointer-events: none;
  }
  .section-about-company .company-block {
    margin-bottom: 149px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-company {
    padding: 1rem 0 0.6rem;
  }
  .section-about-company::before {
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
  .section-about-company .company-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0.5rem;
    margin-bottom: 0;
    padding: 0.05rem 0.6rem;
    background: #ccc;
    font-size: 0.2rem;
    cursor: pointer;
  }
  .section-about-company .company-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 0.13rem;
    height: 0.08rem;
    margin-top: -0.03rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_01.svg") center/auto 100%;
  }
  .section-about-company .company-wrapper.is-active .company-title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section-about-company .company-block {
    margin-bottom: 0.3rem;
  }
}

.table-block .company-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.table-block .table-heading,
.table-block .table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.05em;
}
@media print {
  .table-block .table-heading,
  .table-block .table-content {
    border-bottom: 3px solid #ccc !important;
  }
}
.table-block .table-heading {
  border-color: #aaa;
}
.table-block .table-heading:first-of-type {
  position: relative;
}
.table-block .table-heading:first-of-type::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 0;
  left: 0;
  border-top: 1px solid #aaa;
}
@media print {
  .table-block .table-heading:first-of-type::before {
    border-top: 3px solid #aaa !important;
  }
}
.table-block .table-heading.has-background {
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/0.5rem 0.5rem;
}
.table-block .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.table-block .heading-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table-block .table-address {
  margin-bottom: 0;
}
.table-block .table-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .table-block {
    display: block !important;
  }
  .table-block .table-heading,
  .table-block .table-content {
    min-height: 78px;
    padding: 18px 30px 18px 60px;
  }
  .table-block .table-heading {
    width: 350px;
  }
  .table-block .table-content {
    width: calc(100% - 350px);
    padding-right: 10px;
  }
  .table-block .heading-wrapper {
    min-width: 130px;
  }
  .table-block .heading-year {
    margin-right: 20px;
  }
  .table-block.is-history .table-heading {
    width: 298px;
  }
  .table-block.is-history .table-content {
    width: calc(100% - 298px);
  }
}
@media only screen and (max-width: 767.98px) {
  .table-block {
    display: none;
    margin-top: 0.4rem;
  }
  .table-block .company-table {
    width: 8rem;
  }
  .table-block .table-heading,
  .table-block .table-content {
    min-height: 0.5rem;
    padding: 0.1rem 0.15rem;
  }
  .table-block .table-heading {
    width: 2rem;
  }
  .table-block .table-content {
    width: calc(100% - 2rem);
    padding-right: 0.1rem;
  }
  .table-block .heading-year {
    margin-right: 0.2rem;
  }
}
/*# sourceMappingURL=about.css.map */