/*************************************************

company-message

*************************************************/
.company-message {
  position: relative;
  z-index: 1;
}

.company-message__title {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 0;
}
.company-message__title img {
  max-width: 74.2rem;
}
@media (max-width: 767px) {
  .company-message__title img {
    max-width: 33rem;
  }
}

.company-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 82rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company-message__flex {
    display: block;
  }
}

.company-message__flex__left {
  width: 35.8536585366%;
}
@media (max-width: 767px) {
  .company-message__flex__left {
    width: 29.4rem;
    margin: 0 auto;
  }
}

.company-message__flex__photo {
  margin-bottom: 2rem;
  line-height: 0;
}

.company-message__flex__pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.company-message__flex__pos .in-name {
  margin-left: 3rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .company-message__flex__pos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company-message__flex__sign {
  max-width: 18.6rem;
  margin-top: 2rem;
  margin-left: auto;
  line-height: 0;
}
@media (max-width: 767px) {
  .company-message__flex__sign {
    margin: 1rem auto 0;
  }
}

.company-message__flex__right {
  width: 54.8780487805%;
}
@media (max-width: 767px) {
  .company-message__flex__right {
    width: auto;
    margin: 1.5rem 1.8rem 0;
  }
}
.company-message__flex__right * {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.company-message__flex__right p + p {
  margin-top: 1.7em;
}
@media (max-width: 767px) {
  .company-message__flex__right p + p {
    margin-top: 0;
  }
}
.company-message__flex__right .in-color {
  color: #fb8dc4;
}

/*************************************************

company-about

*************************************************/
.company-about {
  position: relative;
  padding: 20rem 0 35rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-about {
    padding: 7rem 0 8rem;
  }
}
.company-about > * {
  position: relative;
  z-index: 4;
}

.company-about__bg01 {
  position: absolute;
  top: -17rem;
  left: 50%;
  width: 256rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .company-about__bg01 {
    top: -1rem;
    width: 100%;
    height: 100%;
  }
  .company-about__bg01 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center top;
       object-position: center top;
  }
}

[class^=company-about__illust] {
  position: absolute;
  line-height: 0;
}

@media (min-width: 768px) {
  .company-about__illust01 {
    top: 6rem;
    left: 50%;
    margin-left: -53.5rem;
  }
}
@media (max-width: 767px) {
  .company-about__illust01 {
    top: 2rem;
    left: 3rem;
    width: 2.5rem;
  }
}

@media (min-width: 768px) {
  .company-about__illust02 {
    top: 21rem;
    left: 50%;
    margin-left: 43rem;
  }
}
@media (max-width: 767px) {
  .company-about__illust02 {
    top: 5rem;
    right: 2rem;
    width: 3.4rem;
  }
}

@media (min-width: 768px) {
  .company-about__illust03 {
    top: 47rem;
    left: 50%;
    margin-left: -52rem;
  }
}
@media (max-width: 767px) {
  .company-about__illust03 {
    bottom: 35rem;
    left: 0.7rem;
    width: 5.4rem;
  }
}

@media (min-width: 768px) {
  .company-about__illust04 {
    bottom: 25rem;
    left: 50%;
    margin-left: 42rem;
  }
}
@media (max-width: 767px) {
  .company-about__illust04 {
    bottom: 3rem;
    right: 1rem;
    width: 8.7rem;
  }
}

.company-about__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90rem;
  margin: 0 auto;
  padding: 3.6rem 5rem;
  background: #fff url(../images/common/bg_dots.jpg) repeat center center/10px auto;
  border-radius: 2rem;
  border: #000 solid 2px;
}
@media (max-width: 767px) {
  .company-about__box {
    margin: 0 1.8rem;
    padding: 2.3rem 1.4rem;
  }
}

.company-about__box__group + .company-about__box__group {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .company-about__box__group + .company-about__box__group {
    margin-top: 2.5rem;
  }
}

.company-about__box__label {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 0.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .company-about__box__label {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.company-about__box__label::before, .company-about__box__label::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-about__box__label::before {
  left: 2rem;
}
.company-about__box__label::after {
  right: 2rem;
}

.company-about__box__title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .company-about__box__title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.company-about__box__text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .company-about__box__text {
    text-align: left;
  }
  .company-about__box__text.is-spsc {
    text-align: center;
  }
}

/*************************************************

company-overview

*************************************************/
.company-overview {
  position: relative;
  padding-bottom: 15rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .company-overview {
    padding-bottom: 5rem;
  }
}
.company-overview > * {
  position: relative;
  z-index: 4;
}

[class^=company-overview__illust] {
  position: absolute;
  line-height: 0;
}

@media (min-width: 768px) {
  .company-overview__illust01 {
    top: -8rem;
    left: 50%;
    width: 19.7rem;
    margin-left: -58.5rem;
  }
}
@media (max-width: 767px) {
  .company-overview__illust01 {
    display: none;
  }
}

@media (min-width: 768px) {
  .company-overview__illust02 {
    top: 8.5rem;
    left: 50%;
    width: 43rem;
    margin-left: 42.5rem;
  }
}
@media (max-width: 767px) {
  .company-overview__illust02 {
    display: none;
  }
}

@media (min-width: 768px) {
  .company-overview__illust03 {
    bottom: 16.5rem;
    left: 50%;
    width: 7.3rem;
    margin-left: 50.5rem;
  }
}
@media (max-width: 767px) {
  .company-overview__illust03 {
    display: none;
  }
}

.company-overview__bg01 {
  position: absolute;
  top: -37.5rem;
  left: 50%;
  width: 256rem;
  line-height: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .company-overview__bg01 {
    top: -8rem;
    width: 100%;
  }
}

.company-overview__outline {
  max-width: 90rem;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .company-overview__outline {
    margin: 0 1.8rem;
  }
}
.company-overview__outline * {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.667;
}
@media (max-width: 767px) {
  .company-overview__outline * {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

.company-overview__outline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #d9d9d9 solid 1px;
}
@media (max-width: 767px) {
  .company-overview__outline__row {
    display: block;
    border-bottom: none;
  }
}
.company-overview__outline__row:first-child {
  border-top: #d9d9d9 solid 1px;
}
@media (max-width: 767px) {
  .company-overview__outline__row:first-child {
    border-top: none;
  }
}

.company-overview__outline__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20rem;
  padding: 0.6rem 0;
  background-color: #f2f2f2;
  border-right: #d9d9d9 solid 1px;
  text-align: center;
}
@media (max-width: 767px) {
  .company-overview__outline__title {
    width: auto;
    padding: 1rem 0;
  }
}
.company-overview__outline__title > span {
  display: block;
  max-width: 11.8rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 0 auto;
}

.company-overview__outline__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20rem);
  padding: 0.6rem 2rem;
}
@media (max-width: 767px) {
  .company-overview__outline__body {
    width: auto;
    text-align: center;
    padding: 1rem 0;
  }
}
.company-overview__outline__body .in-numlist {
  counter-reset: number 0;
}
@media (max-width: 767px) {
  .company-overview__outline__body .in-numlist {
    padding: 0 1rem;
  }
}
.company-overview__outline__body .in-numlist__item {
  position: relative;
  padding-left: 1.4em;
  text-align: left;
}
.company-overview__outline__body .in-numlist__item::before {
  position: absolute;
  left: 0.1em;
  top: 1.05em;
  width: 1em;
  font-size: 0.9em;
  padding-bottom: 0.1rem;
  text-align: center;
  counter-increment: number 1;
  content: counter(number);
  line-height: 1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .company-overview__outline__body .in-numlist__item::before {
    top: 0.35em;
  }
}
.company-overview__outline__body .in-numlist__item::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.9em;
  height: 1.1em;
  width: 1.1em;
  padding-bottom: 0.1rem;
  content: "";
  border: #000 solid 1px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .company-overview__outline__body .in-numlist__item::after {
    top: 0.3em;
  }
}