@charset 'UTF-8';

/*
 固定ナビ
----------------------------*/
.nav-service {
z-index: 10;
background: #273038;
}

.nav-service > .inner {
max-width: 1100px;
margin: 0 auto;
}

.nav-service > .inner::after {
display: block;
clear: both;
content: ' ';
}

.nav-service nav {
width: 595px;
float: left;
}

@media only screen and (max-width: 1077px) {
  .nav-service nav {
  width: calc(100% - 465px);
  }
}

.cv_btn_02 {
width: 230px;
float: right;
}

.nav-service ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
padding-top: 13px;
}
.nav-service .list {
  padding-bottom: 13px;
}

.nav-service ul a {
line-height: 1.3;
text-align: center;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
}

.nav-service ul a:hover,
.nav-service ul a:active,
.nav-service ul a:focus {
text-decoration: none;
}

.nav-service a[href^='#anc-']::before {
display: none;
}

@media only screen and (min-width: 768px) {
.nav-service {
padding: 0;
}
.nav-service.is-fixed {
padding: 0;
border: 0;
}
.nav-service ul a::after {
display: block;
content: "";
position: absolute;
bottom: -6px;
left: 25px;
width: calc( 100% - 50px );
height: 2px;
background: #36d1dc;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;
}

.nav-service ul a:hover::after,
.nav-service ul a.current::after {
transform: scale(1, 1);
}
}

.nav-service ul li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
}

.nav-service:not(.type-2) ul li,
.nav-service ul.option li {
flex: auto;
}

.nav-service ul li + li::before {
display: block;
content: "";
position: absolute;
left: 0;
top: 50%;
width: 1px;
height: 20px;
margin-top: -10px;
background-color: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .nav-service {
  display: none;
  padding: 0;
  }
}

.nav-service.type-2 {
  padding: 0;
  background: #f4f4f4;
  border-top: 1px solid #fff;
  color: #000000;
}
.nav-service.type-2.is-fixed {
  position: static;
}
.nav-service.type-2 .inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.nav-service.type-2 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-top: 0;
}
.nav-service.type-2 ul.option {
  float: left;
}
.nav-service.type-2 li {
  padding: 11px 0 9px;
  font-size: 1.3rem;
}
.nav-service.type-2 li + li {
  margin-left: 35px;
}
.nav-service.type-2 li a {
  position: relative;
  color: #223;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: inherit;
  margin-right: 4px;
  color: #314da5;
}
.nav-service.type-2 li a + a,
.nav-service.type-2 li a + span {
  margin: 0 4px;
}
.nav-service.type-2 li a::before {
  left: -10px;
  border-left: 6px solid #575757;
}
.nav-service.type-2 ul.customer {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 8px;
}
.nav-service.type-2 ul.customer li {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.nav-service.type-2 ul.customer a {
  font-size: 1.4rem;
  font-weight: bold;
}
.nav-service.type-2 ul a::after {
  content: none;
}
.nav-service.type-2 ul a:hover {
  text-decoration: underline;
}


/*
 コンテンツ
----------------------------*/
.str-serviceTitle {
  border-bottom: 0;
  margin: 0;
}
/* .kv-area {
  margin-bottom: 50px;
} */
.unq-index_img-4 {
  position: relative;
}
.anc-collabo,
.anc-docomo {
  position: absolute;
  top: 61.04%;
  display: block;
  width: 65.5%;
  height: 29.85%;
  color: transparent;
}
.anc-collabo {left: 2.75%;}
.anc-docomo {right: 2.75%;}
.anc-collabo:hover,
.anc-docomo:hover {
  opacity: .3;
  border-radius: 10px;
  background: #fff;
  color: transparent;
}

@media only screen and (min-width: 768px) {
  [href^='#anc-'].mod-btn-3.type-wXL > span > span::before {
    left: -1em;
  }
  .unq-cvbox {
    margin-top: 55px;
  }
  .unq-cvbox .mod-lytBtn + .mod-lytBtn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* .kv-area {
    margin-bottom: 30px;
  } */
  .anc-collabo,
  .anc-docomo {
    top: 60%;
    height: 31.66%;
  }
  .anc-collabo:hover,
  .anc-docomo:hover {
    border-radius: 17px;
  }
  .cmp-applyArea .mod-btn {
    border-radius: 0;
    font-weight: bold;
  }
  .cmp-applyArea .mod-btn[href^='#anc-'] > span > span::before {
    left: -1em;
  }
}

.js_spPageNav.customer {
    justify-content: center;
}


/****************************************
***** v6 plus redesign 2020-09-14
****************************************/
.mediaSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mediaSp {
    display: block;
  }
  .mediaPc {
    display: none;
  }
}

.kv-area {
  background: url(../img/index_img_44_pc.png) no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
.kv-area-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 300px;
}
.kv-area-hdg {
  text-align: center;
  font-size: 48px;
  margin: 0;
  padding: 140px 0 0;
}
.kv-area-subhdg {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 70px 0;
}
.kv-area-link-wrap {
  padding: 0 15px;
}
.kv-area-link {
  display: block;
  background: #000000;
  text-align: center;
  color: #ffffff;
  width: 480px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 16px;
  position: relative;
}
.kv-area-link:hover {
  color: #ffffff;
}
.kv-area-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  height: 10px;
}

.vp-feature {
  position: relative;
}
.vp-feature-list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -230px;
  width: 100%;
  margin: 0;
}
.vp-feature-item {
  padding: 18px;
  width: calc((100% / 3) - 38px);
  background: #ffffff;
}
.vp-feature-item-text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 8px 0 0;
  line-height: 26px;

}
.vp-feature-item:nth-child(1) .vp-feature-item-text,
.vp-feature-item:nth-child(2) .vp-feature-item-text {
  padding: 24px 0 0;
}
.vp-feature-item-text > span {
  font-size: 13px;
}

.vp-intro {
  background: #f5f5f5;
}

.vp-ancList-wrap {
  padding: 120px 110px 0;
}
.vp-ancList {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.vp-ancList-item a[href^='#anc-']::before {
  content: none;
}

.vp-intro-img {
  text-align: center;
  padding: 80px 0 0;
}

.vp-description {
  background: #00bebe;
  position: relative;
  z-index: 0;
}
.vp-description::before {
  content: "";
  background: url(/access/hikari/v6plus/img/index_img_54_pc.png) no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.vp-descHead {
  text-align: center;
  margin: 0;
  padding: 70px 0 10px;
}
.vp-descHead-title {
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding: 6px 0;
}
.vp-descHead-title:nth-child(1) {
  background: #ffffff;
  color: #00bebe;
  font-size: 30px;
  max-width: 600px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
.vp-descHead-title:nth-child(2) {
  font-size: 26px;
  padding: 16px 0 0;
}
.vp-descHead-title:nth-child(3) {
  font-size: 40px;
}

.vp-descSubHead {
  padding: 40px 40px 20px;
}
.vp-descSubHead-inner {
  display: flex;
  justify-content: space-between;
}
.vp-descSubHead-img {
  flex-shrink: 0;
}
.vp-descSubHead-title {
  margin: 0;
  padding: 0 20px 0 0;
  flex-shrink: 0;
}

.vp-descSubHead-title-text {
  color: #ffffff;
  display: block;
  font-weight: bold;
}
.vp-descSubHead-title-text:nth-child(1) {
  font-size: 22px;
}
.vp-descSubHead-title-text:nth-child(2) {
  font-size: 30px;
}
.vp-descSubHead-caption {
  font-size: 36px;
  color: #fddd00;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}

.vp-descBody {
  background: #ffffff;
}
.vp-descBody-inner {
  padding: 50px;
}
.vp-descBody-title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.vp-descBody-image {
  padding: 30px 0 0
}

.vp-hdg {
  text-align: center;
  padding: 100px 0 50px;
  font-size: 36px;
  margin: 0;
}

.vp-anchor-link-wrap {
  padding: 60px 0 0;
}
.vp-anchor-link {
  display: block;
  background: #000000;
  color: #ffffff;
  padding: 16px 0;
  width: 480px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.vp-anchor-link:hover {
  color: #ffffff;
}
.vp-anchor-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  height: 10px;
}

.vp-flow {
  background: #efefef;
}
.vp-flow-caution {
  color: #ee3689;
  text-align: center;
  font-weight: bold;
}
.vp-flow-confirm-wrap {
  padding: 10px 0 0;
}
.vp-flow-confirm {
  display: block;
  background: #000000;
  color: #ffffff;
  text-align: center;
  width: 260px;
  padding: 12px 0;
  margin: 0 auto;
  position: relative;
}
.vp-flow-confirm::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  height: 10px;
}
.vp-flow-step {
  display: flex;
  margin: 0;
  padding: 60px 0 0;  
}

.vp-flow-detail-wrap {
  padding: 50px 0 0;
}
.vp-flow-detail {
  padding: 0 0 0 120px;
  position: relative;
}
.vp-flow-detail::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 38px;
}
.vp-flow-detail-dt {
  font-size: 26px;
  font-weight: bold;
  padding: 50px 0 20px;
  position: relative;
}
.vp-flow-detail-dt:nth-child(1) {
  padding-top: 0;
}
.vp-f-icon1::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/access/hikari/v6plus/img/index_img_63_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -120px;
}
.vp-f-icon2::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/access/hikari/v6plus/img/index_img_64_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: -120px;
}
.vp-f-icon3::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/access/hikari/v6plus/img/index_img_65_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: -120px;
}
.vp-f-icon4::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/access/hikari/v6plus/img/index_img_66_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: -120px;
}
.vp-flow-detail-dd {
  font-size: 14px;
}

.vp-caution {
  background: #f5f5f5;
}

.vp-apply-inner {
  display: flex;
  justify-content: space-between;
}
.vp-apply-container {
  width: calc(50% - 20px);
  background: #f5f5f5;
}
.vp-apply-container.type-col1 {
  width: 100%;
}
.vp-apply-title {
  margin: 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  padding: 20px 0;
}
.vp-apply-body {
  background: #f5f5f5;
  padding: 40px;
}
.vp-apply-btn-already {
  display: block;
  background: #fcdb00;
  color: #000000;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}
.vp-apply-btn-already::before {
  content: "";
  display: block;
  background: url(/access/hikari/v6plus/img/icon-apply-black.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.vp-apply-btn-already::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.vp-apply-btn-already:hover {
  color: #000000;
}
.vp-apply-btn-already > img {
  display: none;
}
.vp-apply-description {
  margin: 0;
  text-align: center;
  padding: 30px 0 0;
}
.vp-apply-list {
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
}
.vp-apply-list li {
  padding: 0 20px 0 0;
}

.vp-apply-btn-new {
  display: block;
  background: #0a68c2;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}
.vp-apply-btn-new:hover {
  color: #ffffff;
}
.vp-apply-btn-new::before {
  content: "";
  display: block;
  background: url(/access/hikari/v6plus/img/icon-apply-white.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.vp-apply-btn-new::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.vp-apply-btn-new > img {
  display: none;
}

.vp-confirm-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.vp-border {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 10px;
  box-sizing: border-box;
}
.vp-border::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #dddddd;
}
.vp-confirm-container {
  width: calc(50% - 20px);
  text-align: center;
  margin: 0 auto;
}
.vp-confirm-container a {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 10px 0;
  position: relative;
}
.vp-confirm-container a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.vp-confirm-container.type-big a {
  font-size: 17px;
}
.vp-confirm-container.type-big a span {
  font-size: 13px;
}
.vp-confirm-container.type-big a span img[src$="icon-outside.png"] {
  display: none;
}

@media screen and (max-width: 767px) {
  .vp-descSubHead-inner {
    flex-direction: column;
  }
  .vp-description::before {
    width: 250px;
    height: 250px;
    background-size: contain;
  }
  .kv-area-link {
    width: 100%;
    font-size: 14px;
  }
  .vp-anchor-link {
    width: 100%;
  }

  .kv-area-inner {
    padding: 0 0 165px;
  }
  .kv-area-hdg {
    font-size: 20px;
    padding: 50px 0 0;
  }
  .kv-area-subhdg {
    padding: 35px 0;
    font-size: 14px;
  }
  .vp-feature-list {
    top: -130px;
  }
  .vp-feature-item {
    padding: 10px;
    width: calc((100% / 3) - 22px);
  }
  .vp-feature-item-text {
    font-size: 12px;
    line-height: 16px;
  }
  .vp-feature-item:nth-child(1) .vp-feature-item-text,
  .vp-feature-item:nth-child(2) .vp-feature-item-text,
  .vp-feature-item:nth-child(3) .vp-feature-item-text {
    padding: 10px 0 0;
  }
  .vp-feature-item-text > span {
    font-size: 10px;
    white-space: nowrap;
  }

  .vp-ancList-wrap {
    /* padding: 60px 0 0; */
    padding: 18vw 0 0;
  }
  .vp-ancList {
    flex-wrap: wrap;
  }
  .vp-ancList-item {
    width: calc(50% - 5px);
  }
  .vp-ancList-item:nth-child(n + 3) {
    padding: 10px 0 0;
  }
  .vp-ancList-item img {
    width: 100%;
  }
  .vp-intro-img {
    padding: 40px 0 0;
  }

  .vp-descHead-title:nth-child(1) {
    font-size: 16px;
    margin: 0 20px;
  }
  .vp-descHead-title:nth-child(2) {
    font-size: 14px;
  }
  .vp-descHead-title:nth-child(3) {
    font-size: 22px;
  }

  .vp-descSubHead-inner {
    flex-direction: column-reverse;
  }
  .vp-descSubHead {
    padding: 20px 0px 10px;
  }
  .vp-descSubHead-img {
    padding: 0 55px 0;
  }
  .vp-descSubHead-title {
    padding: 10px 0 0;
  }
  .vp-descSubHead-title-text {
    text-align: center;
  }
  .vp-descSubHead-title-text:nth-child(1) {
    font-size: 14px;
  }
  .vp-descSubHead-title-text:nth-child(2) {
    font-size: 18px;
  }
  .vp-descSubHead-caption {
    font-size: 20px;
    padding: 0;
  }

  .vp-descBody-inner {
    padding: 15px;
  }
  .vp-descBody-title {
    font-size: 12px;
    line-height: 24px;
  }
  .vp-descBody-image {
    padding: 15px 0 0;
  }
  
  .vp-hdg {
    padding: 50px 0 25px;
    font-size: 20px;
  }
  .vp-anchor-link-wrap {
    padding: 30px 0 0;
  }

  .vp-flow-caution {
    font-size: 12px;
  }
  .vp-flow-step {
    flex-direction: column;
    padding: 30px 0 0;
  }

  .vp-f-icon1::before,
  .vp-f-icon2::before,
  .vp-f-icon3::before,
  .vp-f-icon4::before {
    left: -60px;
    width: 45px;
    height: 45px;
  }
  .vp-flow-detail::before {
    left: 20px;
  }
  .vp-flow-detail {
    padding: 0 0 0 60px;  
  }
  .vp-flow-detail-dt {
    font-size: 18px;
  }
  .vp-flow-detail-dd {
    font-size: 12px;
  }
  .vp-flow-detail-dt:nth-child(1) {
    padding: 10px 0;
  }
  .vp-flow-detail-dt {
    padding: 60px 0 20px;
  }

  .vp-apply-inner {
    flex-direction: column;
  }
  .vp-apply-container {
    width: 100%;
  }
  .vp-apply-body {
    padding: 20px;
  }
  .vp-apply-title {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
  }
  .vp-apply-container:nth-child(2) {
    margin: 20px 0 0;
  }
  .vp-apply-btn-apply,
  .vp-apply-btn-new {
    font-size: 16px;
  }
  .vp-apply-btn-already::before,
  .vp-apply-btn-new::before {
    width: 25px;
    height: 25px;
    left: 20px;
  }
  .vp-apply-btn-apply::after,
  .vp-apply-btn-new::after {
    right: 20px;
  }

  .vp-confirm-inner {
    flex-direction: column;
    padding-top: 30px;
  }
  .vp-confirm-container {
    width: 100%;
  }
  .vp-confirm-container:nth-child(n + 2) {
    padding: 12px 0 0;
  }
  .vp-confirm-container.type-big a {
    font-size: 13px;
  }
  .vp-confirm-container.type-big a span {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .vp-feature-item-text > span {
    white-space: normal;
  }
}

/*
 モジュール機能追加
----------------------------*/

.mod-listNotice.type-white li {
  color: #fff;
}
.mod-listNotice.type-white li .mark {
  color: #fff;
}
