@charset "UTF-8";
/* サービスのフロー */
.service-flow-box {
  padding: 1.5rem;
  border-radius: 1.125rem;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 69, 114, 0.25);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
}

.service-flow-box:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.service-flow-box:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5625rem;
  height: 0.875rem;
  background-color: #0068B7;
  mask: url("../images/service/icon-flow-arrow.svg") no-repeat center center/contain;
}

.service-flow-box__round {
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 50%;
  color: #fff;
  background-color: #0068B7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
}

.service-flow-box__round-step {
  display: block;
  line-height: 1.2;
}

.service-flow-box__round-num {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.service-flow-box__content {
  width: 100%;
}

.service-flow-box__content-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2083333333;
  border-bottom: 2px dotted rgba(117, 117, 117, 0.5);
  color: #0068B7;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.service-flow-box__list-item {
  padding-left: 1.875rem;
  position: relative;
  line-height: 1.5;
}

.service-flow-box__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(0.325em);
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #001973;
  border-radius: 50%;
}

.service-flow-box__list-item::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(0.75em);
  left: 0.4em;
  width: 0.6875rem;
  height: 0.5rem;
  background-color: #fff;
  mask: url("../images/icon/icon_check.svg") no-repeat center center/contain;
}

.service-flow-box__list-item:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .service-flow-box__content {
    width: calc(100% - 77px);
    padding-left: 1.4375rem;
  }
}
@media screen and (min-width: 992px) {
  .service-flow-box {
    padding: 2.5rem;
  }
  .service-flow-box:not(:last-child) {
    margin-bottom: 5rem;
  }
  .service-flow-box:not(:last-child)::after {
    bottom: -3.0625rem;
  }
  .service-flow-box__content-ttl {
    font-size: 1.5rem;
  }
  .service-flow-box__list-item {
    line-height: 2;
  }
}
/* //サービスのフロー */
/*FV*/
.company-intro {
  padding-block: 2.8571428571rem;
  padding-inline: 1.25rem;
  background: url(../images/page/company/company-fv-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .company-intro {
    padding-top: 7.625rem;
    padding-bottom: 8.75rem;
    padding-inline: 1.25rem;
  }
}

.company-intro__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.4285714286rem;
}
@media screen and (min-width: 992px) {
  .company-intro__container {
    max-width: 53.5rem;
    margin-inline: auto;
    gap: 0;
  }
}

.company-intro__headline {
  width: 20rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company-intro__headline {
    width: 29.6428571429rem;
  }
}
@media screen and (min-width: 992px) {
  .company-intro__headline {
    width: 40.7142857143rem;
  }
}
@media screen and (min-width: 1200px), print {
  .company-intro__headline {
    width: 39.6875rem;
    margin-bottom: 2.875rem;
  }
}

.company-intro__brand-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.company-intro__brand {
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 1.63855;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .company-intro__brand {
    font-size: 3.4285714286rem;
  }
}
@media screen and (min-width: 992px) {
  .company-intro__brand {
    font-size: 4.5rem;
  }
}

.company-intro__brand--brand {
  color: #001973;
}

.company-intro__brand--x {
  color: #333;
}

.company-intro__brand--DX {
  color: #0068B7;
  position: relative;
}

.company-intro__brand-fulltext {
  content: "Digital Transformation";
  position: absolute;
  bottom: -1rem;
  left: 3px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.64706;
  letter-spacing: 0.05em;
  display: block;
  color: #333;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .company-intro__brand-fulltext {
    white-space: nowrap;
    bottom: 0;
    left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .company-intro__brand-fulltext {
    font-size: 0.9375rem;
  }
}

.company-intro__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .company-intro__lead {
    font-size: 1.875rem;
  }
}

.company-intro__text {
  color: #182230;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4375;
  letter-spacing: 0.05em;
}

/*//FV*/
/*NTT EDXが目指す未来*/
.company-mission {
  padding-block: 5.5rem;
  padding-inline: 1.25rem;
  background: rgba(15, 200, 242, 0.1);
}
@media screen and (min-width: 992px) {
  .company-mission {
    padding-top: 7.625rem;
    padding-bottom: 7.5rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .company-mission__container {
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

.company-mission__cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 992px) {
  .company-mission__cards {
    gap: 3.125rem;
  }
}

.company-mission-card {
  display: flex;
  align-items: center;
  gap: 2.8571428571rem;
  padding: 2.8571428571rem 1.4285714286rem;
  box-shadow: 0 3px 30px 0 rgba(0, 25, 115, 0.15);
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .company-mission-card {
    padding: 4.2857142857rem 1.4285714286rem;
  }
}
@media screen and (min-width: 992px) {
  .company-mission-card {
    flex-direction: row;
    border-radius: 18px;
    padding: 3.75rem 5.375rem;
    gap: 60px;
  }
}

.company-mission-card__media {
  width: 80%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .company-mission-card__media {
    max-width: 397px;
    width: 43%;
  }
}
.company-mission-card__media img {
  display: block;
}

.company-mission-card__body {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .company-mission-card__body {
    width: 49.44%;
  }
}

.company-mission-card__title {
  color: #0068B7;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted rgba(117, 117, 117, 0.5);
}

.company-mission-card__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.05em;
}

/*//NTT EDXが目指す未来*/
/*代表メッセージ*/
.company-message {
  overflow: hidden;
  padding-block: 5.5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 992px) {
  .company-message {
    padding-top: 7.625rem;
    padding-bottom: 11.25rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .company-message__container {
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

.company-message__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.125rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .company-message__grid {
    grid-template-columns: 33% 1fr;
    column-gap: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .company-message__grid {
    column-gap: 3.75rem;
  }
}

.company-message__content {
  order: 2;
}
.company-message__subtitle {
  color: #0068B7;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2.1428571429rem;
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 992px) {
  .company-message__subtitle {
    font-size: 2rem;
    margin-bottom: 3.125rem;
  }
}

.company-message__text {
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .company-message__text {
    font-size: 1.125rem;
  }
}

.company-message__sign {
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .company-message__sign {
    font-size: 1.25rem;
  }
}

.company-message__figure {
  position: relative;
  z-index: 1;
  order: 1;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .company-message__figure {
    width: 100%;
  }
}
.company-message__figure::before {
  z-index: -1;
  content: "";
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0068B7;
  position: absolute;
  width: 10.7142857143rem;
  height: 10.7142857143rem;
  right: -5%;
  bottom: 15%;
  filter: blur(100px);
}
@media screen and (min-width: 992px) {
  .company-message__figure::before {
    filter: blur(117px);
    right: -10%;
    bottom: -10%;
    width: 12.5rem;
    height: 12.5rem;
  }
}

.company-message__figure-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 30px 0 rgba(0, 25, 115, 0.15);
  position: relative;
  z-index: 1;
  /*
    img {
      object-fit: cover;
      height: 100%;
      width: auto;
    }*/
}
@media screen and (min-width: 992px) {
  .company-message__figure-inner {
    border-radius: 20px;
  }
}

/*//代表メッセージ*/
/*会社概要*/
.company-outline {
  overflow: hidden;
  padding-block: 5.5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 992px) {
  .company-outline {
    padding-top: 7.625rem;
    padding-bottom: 7.5rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .company-outline__container {
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

.company-outline__card {
  padding: 2.5rem 1.875rem 3.125rem;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .company-outline__card {
    border-radius: 30px;
    padding: 6.25rem 6.875rem;
  }
}

.company-outline-list {
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}
@media screen and (min-width: 992px) {
  .company-outline-list {
    gap: 0;
  }
}

.company-outline-list__row {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .company-outline-list__row {
    grid-template-columns: 198px 1fr;
  }
}

.company-outline-list__term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0.3125rem 0.5rem;
}
@media screen and (min-width: 992px) {
  .company-outline-list__term {
    border-bottom: 1px solid #0068B7;
    min-height: 3.75rem;
    line-height: 2.4375;
    padding: 0.625rem 1rem;
  }
}

.company-outline-list__desc {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.3125rem 0.5rem 1.25rem;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .company-outline-list__desc {
    padding: 0.625rem 1rem;
    min-height: 3.75rem;
  }
}

.company-outline-list__desc::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #0068B7;
}

@media screen and (min-width: 992px) {
  .company-outline-list__desc::after {
    display: none;
  }
}
.company-outline-list__desc--map {
  position: relative;
  line-height: 1.75;
}

.company-outline-list__desc-itemize {
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: relative;
}
.company-outline-list__desc-itemize::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #0068B7;
  border-radius: 50%;
}

.company-outline-list__desc-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.company-outline-map {
  position: relative;
  padding-top: 66.3082437276%;
  max-width: 558px;
  width: 100%;
  height: auto;
}

.company-outline-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//会社概要*/
/* 見出し */
.company-section-title {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .company-section-title {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px), print {
  .company-section-title {
    margin-bottom: 5rem;
  }
}

.company-section-title .en {
  font-size: 1.125rem;
  color: #001973;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .company-section-title .en {
    font-size: 1.375rem;
  }
}

.company-section-title .ja {
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  padding-top: 0.3rem;
}
@media screen and (min-width: 992px) {
  .company-section-title .ja {
    font-size: 2.625rem;
  }
}

/* //見出し */
/* 出版社・教科書販者様へ */
.flow-box {
  padding: 2rem;
  border-radius: 1.875rem;
}

.flow-box__description {
  font-size: 1.125rem;
  width: 100%;
  max-width: 826px;
}

.merit-box {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 1.875rem;
  box-shadow: 0 3px 1.875rem rgba(0, 69, 114, 0.25);
}

.merit-box__ttl-pattern-1 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.merit-box__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  row-gap: 1.25rem;
}

.merit-box__col {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.merit-box__ttl-pattern-2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2083333333;
  position: relative;
  padding-left: 1.75rem;
}

.merit-box__ttl-pattern-2::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.91em;
  height: 0.91em;
  border-radius: 2px;
  background-color: #0068B7;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .flow-box {
    padding: 5rem 4rem;
  }
  .merit-box {
    padding: 2.25rem 3.125rem;
  }
  .merit-box__ttl-pattern-1 {
    font-size: 2rem;
  }
  .merit-box__ttl-pattern-2 {
    font-size: 1.5rem;
  }
  .merit-box__col {
    width: 50%;
  }
  .merit-box__col:not(:last-child) {
    border-right: 2px dotted rgba(117, 117, 117, 0.5);
  }
}
@media screen and (min-width: 1200px), print {
  .flow-box__description {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1800px) {
  .flow-box {
    padding: 113px;
  }
  .merit-box {
    padding: 2.1875rem 6.875rem;
  }
}
/* 薄青丸リスト */
.merit-box__list-item {
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  position: relative;
  padding-left: 23px;
}

.merit-box__list-item::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 3px;
  width: 1rem;
  height: 1rem;
  background: rgba(0, 115, 201, 0.3);
  border-radius: 50%;
}

@media screen and (min-width: 1200px), print {
  .merit-box__list-item {
    font-size: 1.125rem;
  }
  .merit-box__list-item::before {
    top: 0.2em;
  }
}
.merit-box__list-item:not(:last-child) {
  margin-bottom: 1rem;
}

/* //薄青丸リスト */
/* 取次フロー */
.intermediation-flow {
  padding: 2rem;
  background: rgba(15, 200, 242, 0.1);
  border-radius: 1.875rem;
}

.intermediation-flow__inner {
  max-width: 100%;
  width: 55.9375rem;
  margin-right: auto;
  margin-left: auto;
}

.intermediation-flow__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.55rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #0068B7;
}

@media screen and (min-width: 992px) {
  .intermediation-flow {
    padding: 5rem;
  }
  .intermediation-flow__ttl {
    font-size: 1.5rem;
  }
}
/* //取次フロー */
/* 教科書販社さまへ */
.merit-function__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  padding: 1px;
}

@media screen and (min-width: 768px) {
  .merit-function__ttl {
    font-size: 1.5rem;
  }
}
.merit-function__list-item {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 1.25em;
  position: relative;
  line-height: 1.3333333333;
}

.merit-function__list-item::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.91em;
  height: 0.91em;
  background-color: #0068B7;
  border-radius: 2px;
}

.merit-function__list-item:not(:last-child) {
  margin-bottom: 0.83em;
}

.merit-function__sub-list {
  padding-top: 0.5rem;
}

@media screen and (min-width: 992px) {
  .merit-function__list-item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .merit-function__list-item {
    white-space: nowrap;
  }
}
/* //教科書販社さまへ */
/* //出版社・教科書販者様へ *//*# sourceMappingURL=style-company.css.map */