@charset "UTF-8";
/*----------------------------------------
	company/greeting.scss
---------------------------------------- */
.p-company-greeting {
  position: relative;
  padding: 15.625vw 0 0;
}
.p-company-greeting__text .m-text + .m-text {
  margin-top: 2em;
}
.p-company-greeting__text .ceo {
  margin-top: 1em;
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: right;
}
.p-company-greeting__text .ceo span {
  margin-right: 1em;
  font-size: 3.6458333333vw;
  font-weight: 700;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-company-greeting {
    padding: 10.4166666667vw 0 0;
  }
  .p-company-greeting__text .ceo {
    font-size: 2.5vw;
  }
  .p-company-greeting__text .ceo span {
    font-size: 1.875vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-company-greeting {
    padding: 100px 0 0;
  }
  .p-company-greeting__text .ceo {
    font-size: 1.8rem;
  }
  .p-company-greeting__text .ceo span {
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	company/profile.scss
---------------------------------------- */
.p-company-profile {
  padding: 19.53125vw 0 0;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-company-profile {
    padding: 10.4166666667vw 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-company-profile {
    padding: 100px 0 0;
  }
}

/*----------------------------------------
	company/history.scss
---------------------------------------- */
.p-company-history {
  position: relative;
  padding: 19.53125vw 0 0;
}
.p-company-history__text .m-text + .m-text {
  margin-top: 2em;
}
.p-company-history__text .ceo {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
}
.p-company-history__text .ceo span {
  margin-right: 1em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-company-history {
    padding: 10.4166666667vw 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-company-history {
    padding: 100px 0 0;
  }
}

/*----------------------------------------
	company/clients.scss
---------------------------------------- */
.p-company-clients {
  padding: 19.53125vw 0 0;
}
.p-company-clients__list {
  margin-top: -2.6041666667vw;
  text-align: left;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company-clients__list li {
  margin-right: 3em;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.p-company-clients__list li::before {
  display: inline-block;
  margin-right: 0.3em;
  content: "・";
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-company-clients {
    padding: 10.4166666667vw 0 0;
  }
  .p-company-clients__list {
    margin-top: -3.125vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-company-clients {
    padding: 100px 0 0;
  }
  .p-company-clients__list {
    margin-top: -20px;
  }
}

/*----------------------------------------
	company/partners.scss
---------------------------------------- */
.p-company-partners {
  padding: 19.53125vw 0 15.625vw;
}
.p-company-partners__list {
  margin-top: -2.6041666667vw;
  text-align: left;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company-partners__list li {
  margin-right: 3em;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.p-company-partners__list li::before {
  display: inline-block;
  margin-right: 0.3em;
  content: "・";
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-company-partners {
    padding: 10.4166666667vw 0 20.8333333333vw;
  }
  .p-company-partners__list {
    margin-top: -3.125vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-company-partners {
    padding: 100px 0 250px;
  }
  .p-company-partners__list {
    margin-top: -20px;
  }
}

/*----------------------------------------
	company/service.scss
---------------------------------------- */
@media screen and (min-width: 576px) and (max-width: 959px) {
  .company.service .m-lead__figure picture {
    margin-top: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .company.service .m-lead__figure picture {
    margin-top: 40px;
  }
}
.p-company-service {
  padding: 19.53125vw 0 15.625vw;
}
.p-company-service .m-head--plane {
  margin-bottom: 5.2083333333vw;
}
.p-company-service__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.6041666667vw;
}
.p-company-service__photo .photo {
  width: 48%;
  margin-top: 5.2083333333vw;
}
.p-company-service__photo .caption {
  margin-top: 0.6em;
  font-size: 3.6458333333vw;
}
.p-company-service__notes {
  margin-top: 5.2083333333vw;
  font-size: 3.3854166667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-company-service {
    padding: 10.4166666667vw 0 20.8333333333vw;
  }
  .p-company-service .m-head--plane {
    margin-bottom: 2.6041666667vw;
  }
  .p-company-service__photo {
    margin-top: 2.0833333333vw;
  }
  .p-company-service__photo .photo {
    width: 31.0416666667%;
    margin-top: 2.6041666667vw;
  }
  .p-company-service__photo .caption {
    margin-top: 0.8em;
    font-size: 1.875vw;
  }
  .p-company-service__notes {
    margin-top: 3.125vw;
    font-size: 1.875vw;
    text-align: right;
  }
}
@media print, screen and (min-width: 960px) {
  .p-company-service {
    padding: 100px 0 250px;
  }
  .p-company-service .m-head--plane {
    margin-bottom: 25px;
  }
  .p-company-service__photo {
    margin-top: 20px;
  }
  .p-company-service__photo .photo {
    width: 31.0416666667%;
    margin-top: 30px;
  }
  .p-company-service__photo .caption {
    margin-top: 0.8em;
    font-size: 1.4rem;
  }
  .p-company-service__notes {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: right;
  }
}

/*----------------------------------------
	company/image.scss
---------------------------------------- */
.p-service-image {
  position: relative;
  width: 100%;
  height: 130.2083333333vw;
}
.p-service-image .image-parallax img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  width: 100%;
  height: 130.2083333333vw;
}
.p-service-image__catch {
  position: absolute;
  left: 50%;
  bottom: 3.90625vw;
  width: calc(100% - 10.4166666666vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.p-service-image__catch img {
  width: 48.046875vw;
  height: 15.7552083333vw;
}
.p-service-image__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-service-image__contents .m-head--section {
  color: #fff;
  text-align: center;
}
.p-service-image__contents .m-text--en {
  color: #fff;
}
.p-service-image__contents .m-text {
  padding: 0 3.90625vw;
  font-size: 3.6458333333vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-service-image__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.2083333333vw 0 6.5104166667vw;
}
.p-service-image__figure picture {
  width: 23.4375vw;
  margin: 0 0.5208333333vw;
}
.p-service-image.--01 .p-service-image__catch {
  text-align: right;
}
.p-service-image.--02 .p-service-image__catch {
  text-align: left;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .p-service-image {
    height: 78.125vw;
  }
  .p-service-image .image-parallax img {
    height: 78.125vw;
  }
  .p-service-image .m-head--section {
    margin-bottom: 2.0833333333vw;
  }
  .p-service-image__catch {
    bottom: 2.6041666667vw;
  }
  .p-service-image__catch img {
    width: 35vw;
    height: 11.4583333333vw;
  }
  .p-service-image__contents .m-text {
    font-size: 2.0833333333vw;
  }
  .p-service-image__figure {
    margin: 3.125vw 0 4.1666666667vw;
  }
  .p-service-image__figure picture {
    width: 17.7083333333vw;
    margin: 0 0.5208333333vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-service-image {
    height: 746px;
  }
  .p-service-image .image-parallax img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    height: 746px;
  }
  .p-service-image__catch {
    bottom: 50px;
  }
  .p-service-image__catch img {
    width: 369px;
    height: 121px;
  }
  .p-service-image__contents .m-text {
    font-size: 2rem;
  }
  .p-service-image__figure {
    margin: 50px 0 60px;
  }
  .p-service-image__figure picture {
    width: 200px;
    margin: 0 12px;
  }
}
@media print, screen and (min-width: 1340px) {
  .p-service-image .image-parallax img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*// ============================================================
// company
// ============================================================*/