#about-page {
  background: #cfcbc6;
  position: relative;
  z-index: 2;
}
#about-page .bgImg {
  z-index: 1;
}
#about-page .main {
  width: 100%;
  position: relative;
  z-index: 3;
}
#about-page .main__inner {
  width: min(94%, 1200px);
  margin: 0 auto;
  padding: 105px 0 303px;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner {
    padding: 86px 0 187px;
  }
}
#about-page .main__inner .mainBox img {
  position: absolute;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  top: 171px;
  left: 0;
  z-index: 2;
  height: calc(100% - 171px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner .mainBox img {
    top: 116px;
    height: calc(100% - 116px);
  }
}
#about-page .main__inner .mainBox h2 {
  font-size: 1px;
  line-height: 150%;
  color: #fff;
  position: relative;
  z-index: 3;
}
#about-page .main__inner .mainBox p span.en {
  font-size: 80px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 200;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #about-page .main__inner .mainBox p span.en {
    font-size: 40px;
  }
}
#about-page .message {
  width: 100%;
  position: relative;
  z-index: 3;
}
#about-page .message__inner {
  width: min(83%, 967px);
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner {
    padding: 64px 0 99px;
  }
}
#about-page .message__inner .messageFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about-page .message__inner .messageFlex .photoBox {
  width: 41.3%;
  position: relative;
  margin-bottom: 44px;
}
#about-page .message__inner .messageFlex .photoBox img {
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageFlex .photoBox {
    width: 81.9%;
    margin-bottom: 64px;
  }
}
#about-page .message__inner .messageFlex .photoBox::before {
  position: absolute;
  display: block;
  content: "";
  width: 246px;
  height: 111px;
  top: 27px;
  right: -170px;
  background: url(../images/about/txt_message.svg) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageFlex .photoBox::before {
    width: 173px;
    height: 78px;
    top: inherit;
    bottom: -65px;
    right: -75px;
  }
}
#about-page .message__inner .messageFlex .detailBox {
  width: 48.2%;
  padding-top: 160px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageFlex .detailBox {
    width: 100%;
    padding: 0;
  }
}
#about-page .message__inner .messageFlex .detailBox h4 {
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageFlex .detailBox h4 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
#about-page .message__inner .messageFlex .detailBox p {
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) {
  #about-page .message__inner .messageFlex .detailBox p {
    margin-bottom: 32px;
  }
}
#about-page .message__inner .messageFlex .detailBox .nameBox p {
  margin-bottom: 0;
  font-size: 14px;
}
#about-page .message__inner .messageFlex .detailBox .nameBox p:last-child {
  font-size: 20px;
}
#about-page .about {
  width: 100%;
  position: relative;
  z-index: 3;
}
#about-page .about__inner {
  width: min(89%, 1203px);
  margin: 0 auto;
  padding: 0 0 140px;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner {
    padding: 0 0 64px;
  }
}
#about-page .about__inner .aboutTtlBox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(../images/about/bg_about_pc.png) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutTtlBox {
    background: url(../images/about/bg_about_sp.png) center no-repeat;
    background-size: cover;
  }
}
#about-page .about__inner .aboutTtlBox .ttlBox {
  width: min(89%, 1203px);
  padding: 157px 0 188px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutTtlBox .ttlBox {
    padding: 63px 0 79px;
  }
}
#about-page .about__inner .aboutTtlBox .ttlBox h3 {
  color: #fff;
}
#about-page .about__inner .aboutTtlBox .ttlBox p span.en {
  color: #fff;
}
#about-page .about__inner .aboutFlex {
  padding: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex {
    padding: 64px 0 0;
  }
}
#about-page .about__inner .aboutFlex .detailBox {
  width: 33.5%;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .detailBox {
    width: 100%;
    margin-bottom: 56px;
  }
}
#about-page .about__inner .aboutFlex .detailBox p span.en {
  font-size: 20px;
  line-height: 170%;
  color: var(--color-org);
}
#about-page .about__inner .aboutFlex .detailBox h4 {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .detailBox h4 {
    font-size: 36px;
    margin: 10px 0 32px;
  }
}
#about-page .about__inner .aboutFlex .photoBox {
  width: 58.7%;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .photoBox {
    width: 100%;
  }
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 64px 0;
  border-top: 1px solid #bbb7b2;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .photoBox .photoFlex {
    padding: 40px 0;
  }
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex:last-child {
  border-bottom: 1px solid #bbb7b2;
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex .leftBox {
  width: 56.1%;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .photoBox .photoFlex .leftBox {
    width: 100%;
    margin-bottom: 28px;
  }
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex .leftBox p span.en {
  font-size: 18px;
  line-height: 170%;
  color: var(--color-org);
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .photoBox .photoFlex .leftBox p span.en {
    font-size: 16px;
  }
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex .leftBox h5 {
  font-size: 24px;
  line-height: 170%;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .photoBox .photoFlex .leftBox h5 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex .rightBox {
  width: 38.1%;
}
@media screen and (max-width: 600px) {
  #about-page .about__inner .aboutFlex .photoBox .photoFlex .rightBox {
    width: 100%;
  }
}
#about-page .about__inner .aboutFlex .photoBox .photoFlex .rightBox img {
  box-shadow: 10px 10px 30px rgba(40, 37, 35, 0.1);
}
#about-page .company {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  #about-page .company {
    padding-bottom: 180px;
  }
}
#about-page .company__inner {
  background: #3f3b3a;
}
#about-page .company__inner .companyBox {
  width: min(89%, 1200px);
  margin: 0 auto;
  padding: 160px 0;
}
@media screen and (max-width: 600px) {
  #about-page .company__inner .companyBox {
    padding: 80px 0;
  }
}
#about-page .company__inner .companyBox .companyFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about-page .company__inner .companyBox .companyFlex .ttlBox {
  width: 337px;
}
@media screen and (max-width: 834px) {
  #about-page .company__inner .companyBox .companyFlex .ttlBox {
    width: 100%;
    margin-bottom: 64px;
  }
}
#about-page .company__inner .companyBox .companyFlex .ttlBox p span.en {
  color: #fff;
}
#about-page .company__inner .companyBox .companyFlex .ttlBox h3 {
  color: #fff;
}
#about-page .company__inner .companyBox .companyFlex .tableBox {
  padding: 0;
  width: calc(100% - 437px);
}
@media screen and (max-width: 1080px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox {
    width: calc(100% - 367px);
  }
}
@media screen and (max-width: 834px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox {
    width: 100%;
  }
}
#about-page .company__inner .companyBox .companyFlex .tableBox table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-right: none;
}
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr {
  vertical-align: top;
}
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr:first-child th {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr:first-child th {
    border-top: 1px solid #fff !important;
  }
}
@media screen and (max-width: 600px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr:first-child th:last-child {
    border-top: none !important;
  }
}
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th,
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td {
  border-bottom: 1px solid #fff;
  padding: 40px 40px 40px 0;
  width: 71.5%;
  color: #fff;
  box-sizing: border-box;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th,
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 32px;
  }
}
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th:first-child,
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td:first-child {
  width: 28.4%;
  padding: 40px 5px 40px 40px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th:first-child,
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td:first-child {
    width: 100%;
    padding: 32px 0px 12px 0;
    border: none;
  }
}
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th .mapBox,
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td .mapBox {
  width: 100%;
  margin-top: 12px;
}
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th .mapBox iframe,
#about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td .mapBox iframe {
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 600px) {
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr th .mapBox iframe,
  #about-page .company__inner .companyBox .companyFlex .tableBox table tbody tr td .mapBox iframe {
    height: 140px;
  }
}/*# sourceMappingURL=about.css.map */