@charset "UTF-8";
h1, h2, h3, p, li {
  color: #222020;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.concept-content, .services-content, .feature-content, .section-cta {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
/*-------------------------
mv
-------------------------*/
.mv {
  /* height: 980px;*/
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.catch-copy {
  position: absolute;
  top: 15%;
}
.mv p {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
  text-shadow: 0px 5px 15px rgba(69, 93, 122, .5);
  margin-bottom: 60px;
}
.mv h1 {
  color: #FFF;
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 5px 15px rgba(69, 93, 122, .5);
}
/* video */
.mv-video {
  width: 100%;
  /*  height: 100vh;*/
  height: 90vh;
  background: url(/content/dam/nttcom/hq/jp/business/services/ancar/img/mv-img.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
/*
.mv-video::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 35%, #3591BA);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
*/
.mv-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#btn_play, #btn_pause {
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  cursor: pointer;
  /*  mix-blend-mode: multiply;*/
  mix-blend-mode: difference;
}
/*-------------------------
content movement
-------------------------*/
.blur-move {
  opacity: 0;
  -moz-transition: -moz-transform 0.3s all;
  -webkit-transition: -webkit-transform 0.3s all;
  -o-transition: -o-transform 0.3s all;
  -ms-transition: -ms-transform 0.3s all;
  transition: transform 0.3s all;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur {
  -webkit-animation-name: scrollBlur;
  animation-name: scrollBlur;
  opacity: 1;
  transition: .3s;
}
@-webkit-keyframes scrollBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes scrollBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*-------------------------
concept
-------------------------*/
.section-concept {
  background-color: #F2F2F2;
}
.concept-bg {
  background-color: #FFF;
  border-radius: 0 0 100px 0;
  padding: 200px 0 100px 0;
}
.concept-content__txt {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.concept-content__txt h2 {
  margin-bottom: 60px;
  font-size: 27px;
}
.concept-content__txt h2 span {
  font-size: 34px;
  color: #CC0033;
  font-weight: 600;
}
.concept-content__note {
  font-size: 20px;
  text-align: right;
  font-weight: lighter;
  margin: 40px 0 100px 0;
}
.concept-content img {
  width: 100%;
  height: auto;
}
.lb-forpc, .lb-forlead {
  display: block;
}
/*-------------------------
services
-------------------------*/
.section-services {
  background-color: #FFF;
}
.services-bg {
  background-color: #F2F2F2;
  border-radius: 100px 0 0 100px;
  padding: 100px 0 100px 0;
  position: relative;
}
/*
.services-en {
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-weight: 500;
  color: #808080;
  letter-spacing: .1em;
  position: absolute;
  top: 10%;
  right: 0;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  line-height: 0.7;
}
*/
.services-en {
  position: absolute;
  top: 10%;
  right: 0;
  width: 120px;
  height: auto;
}
.services-content h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 140px;
}
.services-item__txt {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(191, 191, 191, .3);
  padding: 40px;
  width: 85%;
}
.serviices-item__right .services-item__txt {
  padding: 40px 40px 40px 20%;
}
.services-item__txt h3 {
  font-size: 36px;
  font-weight: 600;
  color: #CC0033;
}
.services-item__txt p {
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 30px 0;
}
.services-item__txt ul {
  font-size: 20px;
  padding-right: 25%;
  text-align: justify;
}
.services-item__txt ul li {
  margin-bottom: 10px;
}
.services-item__txt ul li::first-letter {
  font-size: 18px;
  color: #505050;
  margin-right: 3px;
}
.serviices-item__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.serviices-item__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 160px 0;
}
.serviices-item__left img {
  position: absolute;
  height: 300px;
  width: auto;
  top: -15%;
  right: 0;
}
.serviices-item__right img {
  position: absolute;
  height: 300px;
  width: auto;
  top: -15%;
  left: 0;
}
.lb-forsp {
  display: none;
}
/*-------------------------
feature
-------------------------*/
.section-feature {
  background-color: #F2F2F2;
}
.feature-bg {
  background-color: #FFF;
  border-radius: 0 100px 0 0;
  padding: 100px 0 0 0;
  position: relative;
}
/*
.feature-en {
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-weight: 500;
  color: #808080;
  letter-spacing: .1em;
  position: absolute;
  top: 20%;
  left: 0;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  line-height: 0.8;
}
*/
.feature-en {
  position: absolute;
  top: 10%;
  left: 0;
  width: 120px;
  height: auto;
}
.feature-content h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 200px;
}
.feature-item__txt {
  background-color: #F2F2F2;
  width: 57%;
  height: 400px;
  padding: 40px;
  border-radius: 30px 0 10px 0;
  z-index: 1;
}
.feature-item__txt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #CC0033;
  margin-bottom: 30px;
}
.feature-item__txt p {
  font-size: 20px;
  text-align: justify;
}
.feature-item {
  position: relative;
}
.feature-item02 {
  margin: 220px 0;
}
.feature-item img {
  width: 650px;
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 20px;
  position: absolute;
  bottom: 15%;
  right: 0;
}
/*-------------------------
cta
-------------------------*/
.section-cta {
  margin: 180px auto 220px auto;
}
.section-cta p {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.cta-btn {
  --btn-bg-L: rgba(229, 1, 57, 1);
  --btn-bg-D: rgba(179, 1, 45, 1);
  --btn-bg-color: rgba(255, 255, 255, 1);
  width: 600px;
  height: 150px;
  transition: 0.5s;
  background-size: 280% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-D) 0%, var(--btn-bg-L) 55%, var(--btn-bg-D) 90%);
  border: none;
  border-radius: 30px 0 10px 0;
  box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.5), 0px 5px 5px -1px rgba(255, 0, 0, 0.25), inset 4px 4px 8px rgba(204, 1, 51, 0.5), inset -4px -4px 8px rgba(204, 1, 51, 0.35);
  padding: 0;
  display: block;
  margin: 60px auto 0 auto;
  cursor: pointer;
}
.cta-btn a {
  font-weight: 600;
  color: #FFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  column-gap: 80px;
  padding: 15px 20px;
*/
}
.cta-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 100px;
  height: 2px;
  background: #FFF;
}
p.txt-forbtn {
  font-size: 48px;
  color: #FFF;
}
.cta-btn:hover {
  background-position: right top;
  transform: scale(1.05);
}
.cta-btn:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-D);
}
.lb-forcta {
  display: block;
}
@media screen and (min-width:1280px) and (max-width:1440px) {
  .mv, .mv-video {
    height: 85vh;
  }
  .mv p {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .mv h1 {
    font-size: 56px;
  }
  .services-en, .feature-en {
    width: 80px;
  }
  .services-item__txt {
    width: 80%;
  }
  .serviices-item__left img {
    right: 5%;
  }
  .serviices-item__right img {
    left: 5%;
  }
  .feature-item img {
    width: 600px;
    height: 400px;
  }
}
@media screen and (min-width:1024px) and (max-width:1279px) {
  .mv, .mv-video {
    height: 85vh;
  }
  .mv p {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .mv h1 {
    font-size: 56px;
  }
  .services-en, .feature-en {
    width: 90px;
  }
  .serviices-item__left img {
    top: -20%;
    right: 3%;
  }
  .feature-item__txt {
    margin-left: 30px;
  }
}
@media screen and (min-width:990px) and (max-width:1023px) {
  .mv p {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .mv h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .mv, .mv-video {
    height: 90vh;
  }
  .mv p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .mv h1 {
    font-size: 48px;
  }
  .concept-content, .services-content, .feature-content, .section-cta {
    width: 90%;
  }
  .services-en, .feature-en {
    width: 80px;
  }
  .services-item__txt {
    width: 80%;
  }
  .serviices-item__left img {
    right: 5%;
  }
  .serviices-item__right img {
    left: 5%;
  }
  .feature-item img {
    width: 600px;
    height: 400px;
  }
  .feature-item__txt {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .main-article {
    padding-top: 0;
  }
  .mv p {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .mv h1 {
    font-size: 38px;
  }
  .concept-content__txt h2 {
    font-size: 24px;
  }
  .concept-content__txt h2 span {
    font-size: 30px;
  }
  .concept-content__txt p {
    font-size: 24px;
  }
  p.concept-content__note {
    font-size: 18px;
  }
  .services-content h2, .feature-content h2 {
    font-size: 30px;
  }
  .lb-forpc {
    display: none;
  }
  .services-item__txt {
    width: 90%;
  }
  .serviices-item__right .services-item__txt {
    padding: 40px;
  }
  .services-item__txt h3 {
    font-size: 34px;
  }
  .services-item__txt p {
    font-size: 26px;
  }
  .services-item__txt ul {
    font-size: 18px;
  }
  .services-content h2 {
    margin-bottom: 220px;
  }
  .serviices-item__left img {
    height: 250px;
    width: auto;
    top: -30%;
    right: 0;
  }
  .serviices-item__right img {
    height: 250px;
    width: auto;
    top: -30%;
    left: 60%;
  }
  .serviices-item__right {
    margin: 200px 0;
  }
  .services-item__txt ul {
    padding-right: 0;
  }
  .services-en {
    width: 60px;
    top: 18%;
  }
  .feature-en {
    width: 60px;
  }
  .feature-content h2 {
    margin-bottom: 300px;
  }
  .feature-item__txt {
    width: 80%;
    height: auto;
  }
  .feature-item__txt h3 {
    font-size: 28px;
  }
  .feature-item__txt p {
    font-size: 18px;
  }
  .feature-item img {
    width: 400px;
    height: 300px;
    bottom: 70%;
  }
  .feature-item02 {
    margin: 280px 0;
  }
  .section-cta p {
    font-size: 30px;
  }
  .section-cta {
    margin: 240px auto 220px auto;
  }
  .cta-btn {
    width: 70%;
  }
  .cta-btn a {
    justify-content: flex-start;
    padding-left: 40px;
  }
  p.txt-forbtn {
    font-size: 36px;
  }
}
@media (max-width: 670px) {
  /*
  .mv, .mv-video {
    height: 80vh;
  }
*/
  .mv p {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .mv h1 {
    font-size: 30px;
  }
  .concept-content__note {
    margin: 40px 0 80px 0;
  }
  .services-en, .feature-en {
    width: 50px;
  }
  .serviices-item__left img {
    height: 200px;
    width: auto;
    top: -25%;
  }
  .serviices-item__right img {
    height: 200px;
    width: auto;
    left: 52%;
    top: -20%;
  }
  .serviices-item__right {
    margin: 180px 0;
  }
  .feature-item img {
    width: 300px;
    height: 250px;
    bottom: 95%;
  }
  .feature-item02 {
    margin: 300px 0;
  }
  .lb-forsp {
    display: block;
  }
  .section-cta {
    margin: 200px auto 220px auto;
  }
  .section-cta p {
    font-size: 28px;
  }
  .lb-forcta {
    display: none;
  }
  p.txt-forbtn {
    font-size: 40px;
  }
  .cta-btn a::after {
    width: 40px;
  }
}
@media (max-width: 480px) {
  /*
  .mv, .mv-video {
    height: 70vh;
  }
*/
  #btn_play, #btn_pause {
    width: 55px;
    height: 55px;
    bottom: 10%;
  }
  .mv p {
    font-size: 18px;
  }
  .mv h1 {
    font-size: 24px;
  }
  .concept-content__txt h2 {
    font-size: 22px;
  }
  .concept-content__txt h2 span {
    font-size: 28px;
  }
  .concept-content__txt p {
    font-size: 22px;
  }
  p.concept-content__note {
    font-size: 16px;
    text-align: justify;
  }
  .lb-forlead {
    display: none;
  }
  .concept-bg {
    border-radius: 0 0 80px 0;
  }
  .services-content h2, .feature-content h2 {
    font-size: 28px;
  }
  .services-en, .feature-en {
    width: 40px;
  }
  .feature-en {
    top: 3%;
  }
  .services-item__txt h3 {
    font-size: 30px;
  }
  .services-item__txt p {
    font-size: 22px;
  }
  .services-item__txt ul {
    font-size: 16px;
  }
  .services-item__txt, .serviices-item__right .services-item__txt {
    padding: 40px 30px 30px 30px;
  }
  .serviices-item__left img {
    height: 180px;
    width: auto;
    top: -23%;
    right: 0;
  }
  .serviices-item__right {
    margin: 180px 0 200px 0;
  }
  .serviices-item__right img {
    height: 180px;
    width: auto;
    top: -23%;
    left: 43%;
  }
  .services-item__txt ul li::first-letter {
    font-size: 14px;
  }
  .services-bg {
    border-radius: 80px 0 0 80px;
  }
  .feature-item__txt {
    width: 100%;
    padding: 30px;
    margin-left: 0;
  }
  .feature-item__txt h3 {
    font-size: 24px;
  }
  .feature-item__txt p {
    font-size: 16px;
  }
  .feature-item img {
    width: 90%;
    height: 250px;
    right: -5%;
  }
  .feature-bg {
    border-radius: 0 80px 0 0;
  }
  .section-cta {
    margin: 180px auto 220px auto;
  }
  .section-cta p {
    font-size: 22px;
  }
  .cta-btn {
    width: 95%;
    height: 120px;
  }
  p.txt-forbtn {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  /*
  .mv, .mv-video {
    height: 60vh;
  }
*/
  .mv p {
    font-size: 18px;
  }
  .mv h1 {
    font-size: 22px;
  }
  .concept-bg {
    padding: 160px 0 100px 0;
  }
  .concept-content__txt h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .concept-content__txt h2 span {
    font-size: 24px;
  }
  .serviices-item__left img {
    height: 160px;
    top: -19%;
  }
  .serviices-item__right img {
    height: 160px;
    top: -19%;
  }
  .feature-item__txt h3 {
    font-size: 22px;
  }
  .section-cta {
    margin: 160px auto 220px auto;
  }
  .section-cta p {
    font-size: 18px;
  }
  .cta-btn {
    width: 100%;
    height: 100px;
  }
  p.txt-forbtn {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .mv p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .mv h1 {
    font-size: 20px;
  }
  .serviices-item__right img {
    top: -17%;
    left: 40%;
  }
  .cta-btn a {
    padding-left: 25px;
  }
}