@charset "UTF-8";

/* =========================================================
 *
 * about__mes
 * ====================================================== */
.about__mes {
  background-color: #8ec6db;
  color: #fff;
  padding: 80px 0;
  position: relative;
}

.about__mes::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 200px 0;
  border-color: transparent #8ec6db transparent transparent;
  position: absolute;
  bottom: -200px;
  z-index: -1;
}

.about__mes * {
  color: #fff;
}

.about__mes > div {
  display: flex;
}

.about__mes > div div:first-child {
  flex: none;
  width: 32%;
  margin-right: 9%;
  margin-left: 8%;
}

.about__mes > div div:last-child {
  margin-right: 8%;
}

.about__mes h2 {
  font-size: min(3.5vw, 50px);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.8vw;
}

.about__mes p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .about__mes {
    padding: 40px 0 110px;
    margin-bottom: -80px;
  }

  .about__mes::after {
    border-width: 0 100vw 112px 0;
    bottom: -112px;
  }

  .about__mes > div {
    display: block;
  }

  .about__mes > div div:first-child {
    width: auto;
    margin: 0;
  }

  .about__mes > div div:last-child {
    margin-right: 0;
  }

  .about__mes > div div:first-child img {
    margin: 0 10px;
    margin-bottom: 30px;
  }

  .about__mes h2 {
    font-size: min(8vw, 30px);
    margin-bottom: 30px;
    margin-left: 17.3vw;
  }

  .about__mes p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* =========================================================
 * サービスの全体イメージ
 * about__service
 * ====================================================== */

.about__service {
  background-color: #fff;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 88px 40px 32px;
  margin-bottom: 150px;
  position: relative;
  z-index: 10;
}

.about__service h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .about__service {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .about__service {
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    padding-bottom: 35px;
    overflow: scroll;
    margin: 0 0px 100px;
    background-color: unset;
  }

  .about__service h2 {
    text-align: left;
    font-size: 6.4vw;
    margin-bottom: 20px;
  }

  .about__service > div:first-child {
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
    width: 1200px;
    margin: 0 20px;
    background-color: #fff;
    position: relative;
  }

    .about__service>div:first-child::after{
      position: absolute;
      content: '';
      top: 0;
      left: 100%;
      height: 1px;
      width: 20px;
      background-color: transparent;
    }
}

/* =========================================================
 * 3つの特長
 * about__features
 * ====================================================== */
.about__features {
  position: relative;
  padding-left: 8.5vw;
  margin-bottom: 150px;
}

.about__features h2 {
  position: absolute;
  transform: rotate(90deg);
  top: 11vw;
  left: -8.2vw;
}

.about__features h2 em {
  font-size: 3.57vw;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  margin-bottom: -10px;
  font-weight: 700;
}

.about__features h2 em::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about__features h2 span {
  font-size: 1vw;
}

.about__features__sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 95px;
}

.about__features__sec > p {
  width: 53%;
  flex: none;
  margin-right: 3%;
  border-radius: 20px;
  overflow: hidden;
}

.about__features__sec > div {
  position: relative;
  margin-top: 105px;
  padding: 85px 0 60px;
  z-index: -1;
}

.about__features__sec > div::before {
  content: "";
  width: 147%;
  height: 100%;
  background-color: #8ec6db;
  position: absolute;
  right: -8vw;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}

@media screen and (min-width: 2000px) {
  .about__features__sec > div::before {
    right: -4vw;
  }
}

.about__features__sec > div span {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0;
  top: -55px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__features__sec > div span::after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/about/circle-features.svg)
    no-repeat 50% 50% / contain;
  animation: rotation 30s linear infinite reverse;
  z-index: 11;
  pointer-events: none;
}

.about__features__sec h3 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 22px;
  font-size: clamp(24px, 2.1vw, 30px);
}

.about__features__sec > div p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-weight: 400;
}

.about__features__sec.reverse {
  flex-direction: row-reverse;
  margin-right: -5vw;
  margin-left: 4.2vw;
  margin-bottom: 40px;
}

.about__features__sec.reverse > div {
  margin-top: 0;
}

.about__features__sec.reverse > div::before {
  left: -4.2vw;
}

.about__features__sec.reverse > p {
  margin-right: 0;
  margin-left: 3%;
  margin-top: 105px;
}

@media screen and (max-width: 960px) {
  .about__features {
    padding-left: 0;
    margin-bottom: 100px;
  }

  .about__features h2 {
    position: relative;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 42px;
  }

  .about__features h2 em {
    font-size: min(10.6vw, 50px);
    margin-bottom: 0px;
  }

  .about__features h2 em::before {
    content: "";
    width: 1px;
    height: 30px;
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: 0 auto 10px;
    display: block;
  }

  .about__features h2 span {
    font-size: min(4.2vw, 24px);
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 480px) {
  .about__features__sec {
    display: block;
    margin-bottom: 40px;
  }

  .about__features__sec > p {
    width: auto;
    margin-right: 0%;
    border-radius: 10px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative;
  }

  .about__features__sec > div {
    margin-top: 0;
    padding: 185px 20px 40px 20px;
    margin-right: -20px;
    margin-left: 20px;
    z-index: auto;
  }

  .about__features__sec > div::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    border-radius: 0 0 0 10px;
  }

  .about__features__sec > div span {
    left: auto;
    right: 20px;
    top: 142px;
    z-index: 10;
    width: 90px;
    height: 90px;
    font-size: 21px;
  }

  .about__features__sec > div span::after{
    width: 80px;
    height: 80px;
  }

  .about__features__sec h3 {
    margin-bottom: 20px;
    font-size: 5.3vw;
  }

  .about__features__sec.reverse {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .about__features__sec.reverse > div {
    margin-top: 0;
    margin-right: 0;
    padding: 185px 20px 40px 20px;
    margin-right: 20px;
    margin-left: -20px;
  }

  .about__features__sec.reverse > div::before {
    left: 0;
    border-radius: 0 0 10px 0;
  }

  .about__features__sec.reverse > p {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}

/* =========================================================
 * 目指すビジョン
 * about__vision
 * ====================================================== */
.about__vision {
  margin-bottom: 150px;
  position: relative;
  z-index: 91;
}

.about__vision::before {
  content: "";
  width: 100%;
  height: 68vw;
  background-color: #8ec6db;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about__vision::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 200px 0;
  border-color: transparent #8ec6db transparent transparent;
  position: absolute;
  top: 68vw;
  right: 0;
  z-index: -1;
}

.about__vision > p {
  margin-bottom: -100px;
  width: 100vw;
}

.about__vision > p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__vision .funcompass__inner {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
  z-index: 10;
}

.about__vision h2 {
  text-align: center;
  margin-bottom: 40px;
}

.about__vision h2 em {
  font-size: 4.2vw;
  letter-spacing: 0.1em;
  color: #222;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.about__vision h2 em::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #222;
  display: block;
  margin: 0 auto 20px;
}

.about__vision h2 span {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
}

.about__vision__mes {
  color: #8ec6db;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
}
.about__vision__mes em {
  font-size: clamp(30px, 4.2vw, 60px);
  letter-spacing: 0;
  color: #8ec6db;
  display: block;
  font-weight: 500;
  margin-top: 20px;
}

.about__vision__mes br {
  display: none;
}

.about__vision .funcompass__inner > p {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

.about__vision__inner {
  display: flex;
  justify-content: space-between;
}

.about__vision__inner > div {
  width: 48%;
}

.about__vision__inner h3 {
  width: 160px;
  background-color: #8ec6db;
  border-radius: 25px;
  color: #fff;
  display: block;
  padding: 10px 0;
  margin: 0 auto -20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 10;
}

.about__vision__inner figure {
  display: block;
  background-color: #e8f4f8;
  border-radius: 10px;
  text-align: center;
  padding: 50px 20px 30px;
  margin-bottom: 30px;
}

.about__vision__inner figure img {
  height: 220px;
  width: auto;
}

.about__vision__inner ul {
  list-style: none;
  margin-left: 7%;
}

.about__vision__inner ul li {
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.about__vision__inner ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/funcompass/img/about/icon-check.svg)
    no-repeat 50% 50% / contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 960px) {
  .about__vision .funcompass__inner {
    padding: 60px 40px;
  }

  .about__vision {
    margin-bottom: 120px;
  }

  .about__vision::before {
    content: "";
    height: 80%;
  }

  .about__vision::after {
    border-width: 0 100vw 112px 0;
    top: 80%;
  }

  .about__vision > p {
    margin-bottom: -80px;
    height: 73.3vw;
  }

  .about__vision .funcompass__inner {
    border-radius: 10px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 20px 50px;
  }

  .about__vision h2 em {
    font-size: min(10.6vw, 40px);
    margin-bottom: 8px;
  }

  .about__vision h2 em::before {
    content: "";
    width: 1px;
    height: 30px;
  }

  .about__vision__mes {
    color: #8ec6db;
    font-size: min(5.3vw, 20px);
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .about__vision__mes em {
    font-size: min(8vw, 30px);
    margin-top: 10px;
  }

  .about__vision h2 span {
    font-size: min(4.2vw, 16px);
  }

  .about__vision .funcompass__inner > p {
    font-size: 16px;
    text-align: left;
    margin: 0 20px 40px;
  }

  .about__vision .funcompass__inner > p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about__vision__mes br {
    display: block;
  }
  .about__vision__inner ul {
    margin-left: 0%;
  }

  .about__vision__inner {
    display: block;
  }

  .about__vision__inner > div {
    width: auto;
    margin-bottom: 50px;
  }

  .about__vision__inner h3 {
    width: 150px;
    padding: 10px 0;
    font-size: 18px;
  }

  .about__vision__inner figure {
    border-radius: 5px;
    text-align: center;
    padding: 31px 20px 20px;
    margin-bottom: 30px;
  }

  .about__vision__inner figure img {
    height: 126px;
  }

  .about__vision__inner ul {
    margin: 0 20px;
  }

  .about__vision__inner ul li {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
  }

  .about__vision__inner ul li br {
    display: none;
  }

  .about__vision__inner ul li::before {
    content: "";
    width: 20px;
    height: 20px;
  }
}