@charset "UTF-8";
.nci {
  width: 100vw;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 3%;
  color: #474747;
  box-sizing: border-box;
}
.nci p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 3%;
}
.nci .break {
  display: inline-block;
}
.nci .br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nci .br-sp {
    display: block;
  }
}
.nci .br-sp {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .nci .br-sp {
    display: block;
  }
}
.nci .pc-on {
  display: block;
}
@media only screen and (max-width: 767px) {
  .nci .pc-on {
    display: none;
  }
}
.nci .sp-on {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nci .sp-on {
    display: block;
  }
}
.nci .btn {
  width: 320px;
  height: 56px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: 0px 0px 8px 0px rgba(39, 175, 149, 0.2);
  border-radius: 4px;
}
.nci .btn__text {
  flex: 1;
  text-align: center;
  font-weight: 600;
}
.nci .btn__icon {
  display: flex;
  align-items: center;
  width: 48px;
}
.nci .btn-application {
  background-color: #27AF95;
  color: #FFF;
}
.nci .btn-business {
  background-color: #FFF;
  color: #004097;
  font-size: 1.4rem;
  letter-spacing: 2%;
  font-weight: 600;
}
.nci .btn-close {
  background-color: #d6d6d6;
  color: #fff;
  box-shadow: none;
}
.nci h3 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .nci h3 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nci h3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nci h3 .h3__eng {
  color: #93D6C2;
  display: block;
}
.nci h3 .h3__eng-big {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 9.6rem;
  line-height: 11.2rem;
  letter-spacing: 6%;
  text-align: left;
  line-height: 4.8rem;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .nci h3 .h3__eng-big {
    font-size: 4.8rem;
  }
}
.nci h3 .h3__eng-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: 5.6rem;
  letter-spacing: 6%;
  text-align: center;
}
.nci h3 .h3__jp {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 4%;
}
@media only screen and (max-width: 767px) {
  .nci h3 .h3__jp {
    font-size: 2rem;
  }
}
.nci .top {
  max-width: 1280px;
  margin: 0 auto 80px;
  height: 640px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 40px;
  position: relative;
}
.nci .top::before {
  content: url(img/nc-i/img-mv.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.nci .top::after {
  content: url(img/nc-i/img-mvSub-pc.png);
  position: absolute;
  top: 0;
  left: 96px;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  .nci .top {
    height: 816px;
  }
  .nci .top::after {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .nci .top::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(img/nc-i/img-mv.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .nci .top {
    height: 778px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }
}
.nci .top__body {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.nci .top__body p {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 767px) {
  .nci .top__body {
    width: 100%;
    align-items: center;
  }
  .nci .top__body p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 3%;
    letter-spacing: 0.5px;
    width: 320px;
  }
}
.nci .top__body h2 {
  width: 100%;
}
.nci .top__body h2 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nci .top__body h2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nci .top__body h2 img {
    width: 320px;
  }
}
.nci .top__body span {
  color: #27AF95;
  font-size: 2.4rem;
  font-weight: 700;
}
.nci .top__btnArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.nci .about {
  text-align: center;
  margin-bottom: 80px;
}
.nci .about p {
  font-size: 2rem;
  padding-left: 16px;
  padding-right: 16px;
}
.nci .about span.emp {
  font-weight: 600;
  color: #27AF95;
}
.nci .empathy {
  max-width: 970px;
  margin: 80px auto 80px;
  text-align: center;
}
.nci .empathy h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.nci .empathy h3 p {
  font-size: 3.6rem;
  color: #27AF95;
}
@media only screen and (max-width: 767px) {
  .nci .empathy h3 p {
    font-size: 1.8rem;
  }
}
.nci .empathy h3 p.bracket {
  font-size: 4.8rem;
  line-height: 8.4rem;
}
@media only screen and (max-width: 767px) {
  .nci .empathy h3 p.bracket {
    font-size: 2.4rem;
  }
}
.nci .empathy__body {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
  .nci .empathy__body {
    gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nci .empathy__body {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
}
.nci .empathy__body:nth-of-type(2) {
  justify-content: flex-end;
  margin-bottom: 24px;
}
.nci .empathyItem {
  padding: 16px 24px;
  background-color: #F2F6F5;
  font-weight: 700;
  position: relative;
  border-radius: 100px;
  max-width: 480px;
  width: 100%;
}
.nci .empathyItem::before {
  content: url(img/nc-i/bracket.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.nci .empathyImg {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.nci .empathyImg img {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .nci .empathyImg {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.nci .empathy .bubble {
  width: 56px;
  position: absolute;
  right: -24px;
}
@media only screen and (max-width: 767px) {
  .nci .empathy .bubble {
    position: static;
  }
}
.nci .solution {
  max-width: 970px;
  margin: 0 auto 40px;
  text-align: center;
}
.nci .solution h3 {
  color: #004097;
  padding-top: 72px;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
  padding-left: 0;
  position: relative;
}
.nci .solution h3::before {
  content: "";
  width: 24px;
  height: 48px;
  background-image: url(img/nc-i/solution.svg);
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .nci .solution h3 {
    padding-left: 16px;
    gap: 8px;
    margin-bottom: 24px;
  }
}
.nci .solution h3 p {
  font-size: 3.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .nci .solution h3 p {
    font-size: 2rem;
  }
}
.nci .solution h3 p span {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .nci .solution h3 img {
    width: 24px;
  }
}
.nci .solution__body {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
  .nci .solution__body {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nci .solution__body {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    gap: 24px;
  }
}
.nci .solutionItem {
  display: flex;
  gap: 24px;
  padding: 24px 16px;
  width: calc(50% - 24px);
  text-align: left;
  background-color: #F2F6F5;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nci .solutionItem {
    width: 100%;
  }
}
.nci .solutionItem .num {
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 5.6rem;
  color: #27AF95;
}
@media only screen and (max-width: 767px) {
  .nci .solutionItem .num {
    font-size: 3.2rem;
  }
}
.nci .solutionItem .text {
  color: #004097;
}
.nci .solutionItem .text span {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #F8F4A0 30%);
}
.nci .solutionImg img {
  width: 320px;
}
.nci .cta {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.nci .cta .nci-logo {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .nci .cta .nci-logo {
    width: 270px;
  }
}
.nci .cta .nci-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nci .divider img {
  position: relative;
  left: 50%;
  height: 240px;
}
.nci .feature {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nci .feature {
    padding-top: 64px;
  }
}
.nci .feature::before {
  content: url(img/nc-i/img-deco.svg);
  position: absolute;
  top: 240px;
  left: -80px;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  .nci .feature::before {
    left: -40px;
  }
}
@media only screen and (max-width: 959px) {
  .nci .feature::before {
    display: none;
  }
}
.nci .feature::after {
  content: url(img/nc-i/img-deco.svg);
  position: absolute;
  bottom: 148px;
  right: -80px;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .nci .feature::after {
    display: none;
  }
}
.nci .feature h3 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .nci .feature h3 {
    margin-bottom: 40px;
  }
}
.nci .feature__body {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
.nci .featureItem {
  width: 320px;
  box-shadow: 0px 0px 8px 0px rgba(39, 175, 149, 0.2);
  border-radius: 4px;
  background: #fff;
}
.nci .featureItem__img img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
}
.nci .featureItem__num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 7.8rem;
  color: #93D6C2;
  position: absolute;
  top: -39px;
  right: 0;
}
.nci .featureItem__text {
  padding: 40px 16px 16px;
  position: relative;
  letter-spacing: -0.5px;
}
.nci .featureItem__title {
  font-weight: 700;
  font-size: 2rem;
  color: #004097;
  text-align: center;
  margin-bottom: 32px;
}
.nci .featureItem__detail span {
  font-size: 0.8rem;
  vertical-align: top;
}
.nci .structure {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .nci .structure {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nci .structure h3 {
  margin-bottom: 80px;
}
.nci .structure__body img {
  max-width: 960px;
  width: 80%;
  min-width: 343px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .nci .structure__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nci .structureItem__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.nci .structureItem__title .num {
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #27AF95;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nci .structureItem__title .title {
  font-weight: 700;
  color: #004097;
}
.nci .price {
  margin: 0 auto 80px;
  position: relative;
}
.nci .price::before {
  content: url(img/nc-i/img-deco-price-1.svg);
  position: absolute;
  top: 0;
  left: -320px;
}
.nci .price::after {
  content: url(img/nc-i/img-deco-price-2.svg);
  position: absolute;
  bottom: 0;
  right: -320px;
}
.nci .price h3 {
  margin-bottom: 40px;
}
.nci .price__body {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  background-color: #F1F9F8;
  border-radius: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .nci .price__body {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 959px) {
  .nci .price__body {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    border-radius: 40px;
  }
}
.nci .priceItem {
  color: #27AF95;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3%;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .nci .priceItem {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .nci .priceItem {
    margin-bottom: 24px;
  }
}
.nci .priceItem span {
  font-size: 3.6rem;
}
.nci .priceItem span.small {
  font-size: 1.4rem;
}
.nci .price__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  margin-bottom: 40px;
}
.nci .price__content h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3%;
  color: #004097;
  display: block;
  border-bottom: 1px solid #004097;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .nci .price__content h4 {
    font-size: 1.8rem;
  }
}
.nci .devices__body {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .nci .devices__body {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.nci .devicesItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nci .devicesItem {
    width: 120px;
  }
}
.nci .devicesItem__img {
  width: 120px;
  height: 120px;
}
.nci .devicesItem__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nci .devicesItem p {
  font-size: 1.4rem;
  letter-spacing: 2%;
  font-weight: 700;
  color: #004097;
}
.nci .flow {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .nci .flow {
    padding-bottom: 0px;
  }
}
.nci .flow h3 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .nci .flow h3 {
    margin-bottom: 40px;
  }
}
.nci .flow__body {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  gap: 48px;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .nci .flow__body {
    width: 640px;
    flex-wrap: wrap;
    row-gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .nci .flow__body {
    width: 100%;
    max-width: 400px;
    gap: 96px;
  }
}
.nci .flowItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: 248px;
  background-color: #fff;
  border: 2px solid #27AF95;
  padding: 64px 24px 40px;
  z-index: 10;
}
.nci .flowItem::before {
  content: url(img/nc-i/next.svg);
  transform: rotate(-90deg);
  position: absolute;
  top: 80px;
  right: -40px;
}
@media only screen and (max-width: 767px) {
  .nci .flowItem::before {
    transform: none;
    top: auto;
    bottom: -48px;
    right: calc(50% - 12px);
  }
}
.nci .flowItem:nth-of-type(4)::before {
  display: none;
}
.nci .flowItem__num {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: #27AF95;
  background-color: #fff;
  border: 2px solid #27AF95;
  position: absolute;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nci .flowItem__num p {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: 5.6rem;
  letter-spacing: 6%;
}
.nci .flowItem-gray .flowItem__num {
  background-color: #d6d6d6;
}
.nci .flowItem__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.nci .flowItem__title-1line {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}
.nci .flow__annotation {
  position: absolute;
  top: -120px;
  color: #27AF95;
  text-align: center;
  display: flex;
  gap: 8px;
}
.nci .flow__annotation::before {
  content: url(../img/line-left.svg);
}
.nci .flow__annotation::after {
  content: url(../img/line-right.svg);
}
@media only screen and (max-width: 767px) {
  .nci .flow__annotation {
    writing-mode: vertical-rl;
    top: 24px;
    left: -64px;
  }
  .nci .flow__annotation::before {
    content: url(../img/line-left-sp.svg);
  }
  .nci .flow__annotation::after {
    content: url(../img/line-right-sp.svg);
  }
}
.nci .place {
  text-align: center;
  padding-bottom: 120px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .nci .place {
    margin-bottom: 0;
  }
}
.nci .place h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .nci .place h3 {
    margin-bottom: 24px;
  }
}
.nci .place__body {
  max-width: 960px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .nci .place__body {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nci .place__body img {
  width: 100%;
}
.nci .placeItem {
  background-color: #27AF95;
  display: none;
  align-items: center;
  width: 100%;
  color: #fff;
  padding: 8px 16px 8px 8px;
  border-radius: 14px;
}
@media only screen and (max-width: 767px) {
  .nci .placeItem {
    display: flex;
  }
}
.nci .placeItem__img {
  width: 120px;
  height: 120px;
}
.nci .placeItem__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nci .placeItem__text {
  flex: 1;
  text-align: left;
}
.nci .placeItem__title {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.nci .comparison {
  margin: 0 auto 40px;
}
.nci .comparison h3 {
  margin-bottom: 40px;
}
.nci .comparison__bodyWrapper {
  max-width: 1040px;
  margin: 0 auto;
  background-color: #F1F9F8;
  border-radius: 80px;
  padding: 80px 16px 80px;
}
@media only screen and (max-width: 959px) {
  .nci .comparison__bodyWrapper {
    width: calc(100% - 32px);
    border-radius: 40px;
    padding: 40px 16px 80px;
  }
}
.nci .comparison__bodyInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 24px 8px;
}
.nci .comparison__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .nci .comparison__body::after {
    content: "スクロールして比較する→";
    position: absolute;
    left: 120px;
    bottom: -40px;
    font-weight: 600;
    color: #27AF95;
  }
}
.nci .comparison__headlineList {
  padding-top: 48px;
  flex-shrink: 0;
}
.nci .comparison__headline {
  height: 64px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
}
.nci .comparison__headline-price {
  height: 56px;
}
.nci .comparison__item {
  width: 240px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3%;
  text-align: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .nci .comparison__item {
    font-size: 1.8rem;
  }
}
.nci .comparison__item-nc {
  width: 280px;
  box-shadow: 0px 0px 8px 0px rgba(39, 175, 149, 0.2);
}
@media only screen and (max-width: 959px) {
  .nci .comparison__item-nc {
    width: 240px;
    box-shadow: none;
  }
}
.nci .comparison__title {
  background-color: #27AF95;
  color: #fff;
  height: 48px;
  line-height: 48px;
  border-radius: 8px 8px 0 0;
}
.nci .comparison__title-nc {
  background-color: #004097;
  height: 56px;
  line-height: 56px;
}
@media only screen and (max-width: 959px) {
  .nci .comparison__title-nc {
    height: 48px;
    line-height: 48px;
  }
}
.nci .comparison__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 3%;
  font-weight: 700;
  color: #27AF95;
  height: 64px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nci .comparison__content-nc {
  color: #004097;
  height: 80px;
}
.nci .comparison__content-nc span {
  font-size: 1.4rem;
  letter-spacing: 2%;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .nci .comparison__content-nc {
    height: 64px;
  }
}
.nci .comparison__content-price {
  font-size: 2rem;
  height: 56px;
}
.nci .comparison__content-price p {
  font-weight: 700;
  font-size: 2rem;
}
.nci .comparison__content-price.comparison__content-nc {
  height: 64px;
}
@media only screen and (max-width: 959px) {
  .nci .comparison__content-price.comparison__content-nc {
    height: 56px;
  }
}
.nci .comparison__content-price.comparison__content-nc.comparison__content-nc-01 {
  padding-top: 8px;
}
@media only screen and (max-width: 959px) {
  .nci .comparison__content-price.comparison__content-nc.comparison__content-nc-01 {
    padding-top: 0;
  }
}
.nci .message h3 {
  margin-bottom: 64px;
}
.nci .message h3 .h3__eng {
  color: #E0EDFF;
}
.nci .message__body {
  max-width: 1280px;
  margin: 0 auto 160px;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1279px) {
  .nci .message__body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nci .message__body {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 80px;
  }
}
.nci .message__body h4 {
  font-weight: 700;
  color: #004097;
  margin-bottom: 24px;
}
.nci .message__body p {
  margin-bottom: 40px;
}
.nci .message__body p.name {
  padding-top: 40px;
  font-weight: 700;
}
.nci .message__img {
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nci .message__img {
    width: 80%;
    max-width: 400px;
  }
  .nci .message__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.nci .message__img::before {
  content: "";
  background-color: #E0EDFF;
  border-radius: 0 120px 120px 0;
  width: 100%;
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  left: -80px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .nci .message__img::before {
    border-radius: 0 80px 80px 0;
  }
}
.nci .faq {
  background-color: #F1F9F8;
  padding-top: 80px;
  padding-bottom: 80px;
}
.nci .faq h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .nci .faq h3 {
    margin-bottom: 24px;
  }
}
.nci .faq__body {
  max-width: 960px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .nci .faq__body {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nci .faqItem {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(39, 175, 149, 0.2);
  padding: 8px 64px 16px 24px;
  margin-bottom: 24px;
  border-radius: 24px;
  width: 100%;
  position: relative;
}
.nci .faqItem__body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .nci .faqItem__body {
    gap: 8px;
  }
}
.nci .faqItem__icon {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #27AF95;
  display: block;
  width: 28px;
}
@media only screen and (max-width: 767px) {
  .nci .faqItem__icon {
    font-size: 2.4rem;
  }
}
.nci .faqItem__content {
  flex: 1;
}
.nci .faqItem .q__content {
  padding-top: 16px;
  font-weight: 600;
  color: #004097;
}
@media only screen and (max-width: 767px) {
  .nci .faqItem .q__content {
    padding-top: 8px;
  }
}
.nci .faqItem .q::before {
  content: url(img/nc-i/toggleOpen.svg);
  position: absolute;
  right: 24px;
  top: 16px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .nci .faqItem .q::before {
    top: 8px;
  }
}
.nci .faqItem .q.close::before {
  content: url(img/nc-i/toggleClose.svg);
  position: absolute;
  right: 24px;
  top: 16px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .nci .faqItem .q.close::before {
    top: 8px;
  }
}
.nci .faqItem .a__content {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .nci .faqItem .a__content {
    padding-top: 6px;
  }
}
.nci .faqItem .a__icon {
  padding-left: 2px;
}