@charset "utf-8";

/* = = = = = = = = = = = = = = = = = = = = = = = = = =
  2024-10-03 Voice 個別用
= = = = = = = = = = = = = = = = = = = = = = = = = = */

.l-overlay-menu .nav-ut-button ul li.c-secondary a,
.l-header .p-action .c-tertiary a {
  border-radius: 10px;
  box-shadow: unset;
  background: #428CBF;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.l-overlay-menu .nav-ut-button ul li.c-secondary a:hover,
.l-header .p-action .c-tertiary a:hover {
  background: #428CBF;
  color: rgba(255, 255, 255, 0.6);
}


@media only screen and (max-width: 834px) {
  .l-header.type-short .l-utility .p-action {
    display: none;
  }
}

/*  */

.section-visual.type-003 .c-heading {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .section-visual.type-003 .in-unit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-visual.l-container.adjust-blankspace .in-container {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .main-visual.l-container.adjust-blankspace .in-container {
    margin-bottom: 0;
  }
}

picture.picture-arrange-parts .c-parts-01 {
  display: block;
  left: auto;
  right: 23px;
  top: auto;
  bottom: 30px;
  width: 410px;
  border-radius: 10px;
  background: #CE0064;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
picture.picture-arrange-parts .c-parts-01:hover {
  color: #ffffffa7;
}
@media only screen and (max-width: 1100px) { /* page幅 */
  picture.picture-arrange-parts .c-parts-01 {
    right: 2%;
    bottom: 5%;
    width: 37.5%;
  }
}
@media only screen and (max-width: 834px) {
  picture.picture-arrange-parts .c-parts-01 {
    width: 300px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  picture.picture-arrange-parts .c-parts-01 {
    left: 50%;
    right: auto;
    bottom: 1.7%;
    transform: translateX(-50%);
    width: calc( 100% - 9% );
    /* margin-left: 2%;
    margin-right: 2%; */
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 28px;
    text-align: center;
  }
}









/* = = = = = = = = = = = = = = = = = = = = = = = = = =
  2026-02-19 Voice LP Renewal
= = = = = = = = = = = = = = = = = = = = = = = = = = */

.vc-main-visual{
  position: relative;
  background: #FFF9FB;
  padding: 40px 0;
}

.vc-main-visual .vc-lp-content {
    max-width: 540px;
    width: 100%;
    position: relative;
}

.vc-main-visual .vc-lp-content::after {
    content: "";
    width: 580px;
    height: 580px;
    display: block;
    position: absolute;
    background: #FFF9FB;
    top: -110px;
    z-index: 1;
    right: -100px;
    border-radius: 100%;
}

.vc-main-visual .vc-lp-content::before {
    content: "";
    width: 260px;
    height: calc(100% + 80px);
    display: block;
    position: absolute;
    background: url(/assets/img-lp/voice/sakura-pattern.svg) no-repeat center;
    background-size: cover;
    top: -40px;
    z-index: 1;
    right: -210px;
}

.vc-main-visual .vc-lp-content > *{
    z-index: 2;
    position: relative;
}

.vc-main-visual .main-img {
    position: absolute;
    height: 100%;
    width: calc(50% + 10px);
    top: 0;
    left: calc(50% - 10px);
    min-width: 700px;
}

.vc-main-visual .main-img img {
  max-width: 100%;
}

.vc-main-visual .vc-lp-content .vcl-top-text {
    font-size: 2rem;
    font-weight: bold;
    color: #E269A4;
    margin-bottom: 24px;
    display: block;
    line-height: 1;
}

.vc-main-visual .vc-lp-content h2 {
    font-weight: 900;
    font-size: 4rem;
    margin-bottom: 24px;
}

.vc-japan .vc-main-visual .vc-lp-content h2 {
    font-size: 3.6rem;
}

.vc-main-visual .vc-lp-content .vcl-box {
    background: #FFF;
    padding: 16px 24px;
    border-radius: 0px 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    width: fit-content;
    align-items: center;
}

.vc-main-visual .vc-lp-content .vcl-box .img {
    width: 160px;
    filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.12));
}

.vc-main-visual .vc-lp-content .vcl-box .img img {
    width: 100%;
}

.vc-main-visual .vc-lp-content .vcl-box ul {
  margin-bottom: 0;
}

.vc-main-visual .vc-lp-content .vcl-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #737373;
    margin-bottom: 15px;
    line-height: 1;
}

.vc-main-visual .vc-lp-content .vcl-box ul li:last-child {
    margin-bottom: 0;
}

.vc-main-visual .vc-lp-content .vcl-box ul li::before {
  content: "";
  background: url(/assets/img-lp/voice/gray-check.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 15px;
}

.vclp-main-button {
    width: 100%;
    height: 45px;
    background: #76B63D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.vclp-main-button:hover {
    background: #498B0E;
    color: #FFF;
}

.vc-main-visual .vc-lp-content .vclp-main-button {
    width: 180px;
}

.vc-main-visual .main-img .tp-wrapper {
    background: #F5F5F5;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.vc-main-visual .main-img .tp-wrapper {
    background: #F5F5F5;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.vc-main-visual .main-img .tp-wrapper .trustpilot-widget {
    width: 100%;
}

.vc-foryou ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.vc-foryou ul li {
    width: calc(50% - 10px);
    text-align: center;
    padding: 0;
    border: 2px solid #D7D7D7;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 20px;
    box-shadow: 8px 8px 12px 0px #0000001F;
}

.vc-foryou ul li.yes {
  border-color: #E269A4;
  background: #FCECF3;
}

.vc-foryou ul li h3 {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.vc-foryou ul li span{
  width: 100%;
  display: block;
  line-height: 1.25;
}

.vc-foryou ul li > img {
    margin: 0 auto 16px;
}

.l-container h2.vc-heading.heading-ut {
    font-size: 3.2rem;
    color: #222222;
    margin-bottom: 40px;
    line-height: 1.2;
}

.l-container h3.vc-heading.heading-ut {
    font-size: 2.4rem;
    color: #222222;
    margin-bottom: 24px;
    line-height: 1.2;
}

.vc-reason {
    background: #F5F5F5;
}

.vc-reason ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vc-reason ul li{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.vc-reason ul li > img{
    display: block;
    margin-bottom: 20px;
}

.vc-reason ul li > .txt{
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100%;
}

.vc-wsm .vcwsm-p {
  font-size: 2rem;
  font-weight: 700;
  color: #E269A4;
}

.vc-wsm {
    background: #FFF;
}

.vc-wsm ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vc-wsm ul li{
    display: flex;
    width: calc(50% - 10px);
    height: 64px;
    background: #F5F5F5;
    border-radius: 12px;
    align-items: center;
    padding: 0 16px;
}


.vc-wsm ul.vcwsm-bottom li {
    background: #FCECF3;
    width: calc(33.3333% - (40px / 3));
}


.vc-wsm ul.vcwsm-bottom li:last-child {
    width: 100%;
}

.vc-wsm ul.vcwsm-top li {
    width: calc(33.3333% - (40px / 3));
}

.vc-wsm ul li > img{
    display: block;
    margin-right: 16px;
}

.vc-wsm ul li > .txt{
    display: block;
    font-weight: 700;
    width: 100%;
}

.vc-pricing {
    background: #F5F5F5;
}

.vc-pricing .block-plan-table-b > .unit-ut > .in-unit {
    padding: 24px 20px;
}

.vc-pricing .block-plan-table-b > .unit-ut {
    background: #FFF;
}

.vc-pricing .block-plan-table-b .unit-ut.highlight-most-popular {
    border: solid 3px #E269A4;
}

.vc-pricing .block-plan-table-b .unit-ut.highlight-most-popular:after {
    content: "Best value";
    background: #E269A4;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    width: 115px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
}

.vc-pricing .vclp-main-button {
  max-width: 240px;
  margin: auto;
}

.vc-pricing a.button-ut.c-secondary.type-okaka {
    border: 1px solid #595857;
    color: #595857;
    transition: 0.2s;
}

.vc-pricing a.button-ut.c-secondary.type-okaka:hover {
    background: #595857;
    color: #fff;
}

.vc-pricing .block-plan-table-b .c-heading:has(+.vcprc-txt) {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 1;
    font-size: 6.4rem;
    color: #E269A4;
}

.vc-pricing .block-plan-table-b .c-heading:has(+.vcprc-txt) span {
    font-size: 3.2rem;
}

.vc-pricing .block-plan-table-b .vcprc-txt {
    border-bottom: 2px solid #EE96BD;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #737373;
}

.vc-pricing .block-plan-table-b .c-info {
    padding: 0 0 10px;
    color: #595857;
    font-size: 1.4rem;
}

.vc-pricing .block-plan-table-b .c-info .c-highlight {
    font-size: 2.4rem;
}

.vc-pricing .block-plan-table-b .c-info span {
    font-size: 2rem;
    font-weight: 700;
}

.vc-pricing .block-panel-standard > .unit-ut {
  background: #FFF;
}

.vc-pricing .block-panel-standard > .unit-ut .card-ut {
  padding: 0 0;
}

.vc-pricing .block-panel-standard .card-ut .c-heading.badge-ut.type-line-1:after,
.vc-pricing .block-panel-standard .card-ut .c-heading.badge-ut.type-line-2:after {
  display: none;
}

.vc-pricing .block-panel-standard.card-ut.type-nitrogen {
    grid-template-columns: 80px 170px 1fr;
}

.vc-pricing .block-list-row-a {
    background: #FFF;
    text-align: center;
}

.vc-pricing .list-ut-bullet-icon > li {
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.vc-pricing .list-ut-bullet-icon > li:before {
    background: #E269A4 !important;
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    top: 8px;
    left: 2px;
    content: "";
    border-radius: 4px;
}

.vc-bundle {
    background: #F5F5F5;
}

.vc-pickup .vcp-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    counter-reset: item;
    margin-bottom: 40px;
}

.vc-pickup .vcp-list li {
    width: calc(25% - 12px);
    background: #F5F5F5;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #595857;
    padding-left: 60px;
    position: relative;
    padding-right: 20px;
}

.vc-pickup .vcp-list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #E269A4;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  counter-increment: item;
  content: counter(item);
}

.vc-pickup .vcp-txt{
  color: #E269A4;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.vc-pickup .vcp-counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.vc-pickup .vcp-counters .vcpc-partner {
  
}

.vc-pickup .vcp-counters h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.vc-pickup .vcp-counters .vcpc-partner ul {
    margin: 0;
}

.vc-pickup .vcp-counters .vcpc-partner ul li {
  margin-bottom: 16px;
}

.vc-pickup .vcp-counters .vcpc-partner ul li .airport {
  display: block;
  margin-bottom: 0;
  position: relative;
  padding-left: 24px;
}

.vc-pickup .vcp-counters .vcpc-partner ul li .airport::before {
    content: "";
    background: url(/assets/img-lp/voice/map-pin.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vc-pickup .vcp-counters .vcpc-partner ul li .time {
  font-size: 1.4rem;
  color: #737373;
}

.vc-pickup .vcp-counters .vcpc-special {

}

.vc-pickup .vcp-counters .vcpc-special ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.vc-pickup .vcp-counters .vcpc-special ul li {
  width: 265px;
  position: relative;
}

.vc-pickup .vcp-counters .vcpc-special ul li img{
  width: 100%;
}

.vc-pickup .vcp-counters .vcpc-special ul li .info {
    background: #FFFFFFD9;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.vc-pickup .vcp-counters .vcpc-special ul li .airport {
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 1.8rem;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
}

.vc-pickup .vcp-counters .vcpc-special ul li .airport::before {
    content: "";
    background: url(/assets/img-lp/voice/map-pin.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vc-pickup .vcp-counters .vcpc-special ul li .time {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  width: 100%;
}

.vc-pickup .vc-apply {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 24px;
}

.vc-pickup .vc-apply ul {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.vc-pickup .vc-apply ul li {
    position: relative;
    text-align: center;
}

.vc-pickup .vc-apply ul li:first-child:after {
    content: "";
    width: 4px;
    height: 16px;
    background: #595857;
    position: absolute;
    left: calc(100% + 48px);
    top: 50%;
    transform: translateY(-50%);
}

.vc-pickup .vc-apply ul li:first-child:before {
    content: "";
    height: 4px;
    width: 16px;
    background: #595857;
    position: absolute;
    left: calc(100% + 42px);
    top: 50%;
    transform: translateY(-50%);
}

.vc-pickup .vc-apply ul li img {
    margin-bottom: 20px;
}

.vc-pickup .vc-apply ul li h3 {
    font-size: 2rem;
    font-weight: bold;
}

.vc-pickup .vc-apply ul li span {
    font-size: 1.4rem;
}

.vc-review {
    background: #F5F5F5;
}

.vc-review .in-container > .tp-wrapper {
    display: none !important;
}

.vc-review .grw-net-widget {
    display: flex;
    align-items: center;
}

.vc-review .review-slider-viewport > .review-slider > li::before,
.vc-review .review-slider-viewport > .review-slider > li::after{
    display: none;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-top {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-top .reviewer {
    color: #04996E;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-top .reviewer::before {
    content: "";
    background: url(/assets/img/home/user-reviews-green.svg) no-repeat center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 8px;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-top .reviewer span {
    margin-left: 5px;
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 0;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-middle .review-cate {
    font-size: 1.2rem;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-middle .review-stars span::after {
    width: 16px;
    height: 15px;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont .review-middle {
    margin-bottom: 20px;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.vc-review .review-slider-viewport > .review-slider > li .review-cont p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont {
    padding: 20px 20px;
}

.vc-review .review-slider-viewport > .review-slider > li .review-cont > .review-cate {
    font-size: 1.2rem;
    height: 26px;
    padding: 0 12px;
    background: #EE96BD;
    line-height: 26px;
    font-weight: bold;
    color: #FFF;
    border-radius: 26px;
    text-align: center;
    width: fit-content;
}




.accordion-ut.vc-accordion {
    margin-bottom: 40px;
}

.vc-accordion.accordion-ut .wrap-unit {
    margin-bottom: 24px;
}

.vc-accordion.accordion-ut .wrap-unit:last-child {
    margin-bottom: 0;
}

.vc-accordion.accordion-ut .wrap-unit > .c-nav > a {
    height: 68px;
    padding: 0 24px;
    border: 1px solid #D7D7D7;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 8px 8px 16px 0px #00000014;
}

.vc-accordion.accordion-ut .wrap-unit .icon {
    width: 45px;
}

.accordion-ut.vc-accordion .wrap-unit > .c-nav > a:after {
    content: "";
    background: url(/assets/img-lp/travel-esim/icon/arrow-bottom.svg) no-repeat center;
    background-size: cover;
    width: 17px;
    height: 10px;
    position: relative;
    top: 0;
    right: 0;
    margin: auto 0 auto auto;
    transition: 0.2s;
}

.accordion-ut.vc-accordion .wrap-unit.st-active > .c-nav > a:after {
    transform: scaleY(-1);
}

.accordion-ut.vc-accordion .unit-ut .sim-compatibility {
    margin-top: 0;
}

.pag-lp-travel-esim .accordion-ut.vc-accordion .unit-ut .l-container .in-container {
    padding-top: 0;
    padding-bottom: 0;
    background: #F5F5F5;
}

.accordion-ut.vc-accordion .wrap-unit > .unit-ut {
    padding: 20px 10px 0 10px;
    border-bottom: 0;
}

.accordion-ut.vc-accordion .sim-compatibility .sim-comp-area h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
}

.accordion-ut.vc-accordion .sim-compatibility .sim-comp-area h2::before {
    background: url(/assets/img-lp/travel-esim/icon/sim.svg) no-repeat center;
    background-size: cover;
}

.accordion-ut.vc-accordion .sim-compatibility .sim-comp-area>span {
    margin-bottom: 20px;
}

.accordion-ut.vc-accordion .sim-compatibility .sim-comp-area .sub-heading {
    font-size: 1.4rem;
    color: #737373;
    font-weight: normal;
    margin-bottom: 16px;
}

.vc-accordion.accordion-ut .how-to-activate {
    background: #F5F5F5;
    padding: 32px 0;
    border-radius: 20px;
}



.vc-accordion.accordion-ut .in-container > .block-tab-a > .p-nav {
    display: none;
}

.vc-accordion.accordion-ut .in-container > .block-tab-a > .unit-ut > .panel-ut.type-trisect.card-pdng-0 {
    display: none;
}

.vc-accordion.accordion-ut .block-tab-a > .p-nav {
    background: none;
}

.vc-accordion.accordion-ut .block-tab-a > .p-nav > li a {
    background: none;
}

.vc-accordion.accordion-ut .block-tab-a > .p-nav > li a.st-active{
    background: none;
}

.vc-accordion.accordion-ut .in-container > .block-tab-a > .unit-ut h3.heading-ut {
    margin-bottom: 24px;
    padding-top: 0;
    margin-top: 0 !important;
}

.pag-lp-travel-esim .accordion-ut.vc-accordion .unit-ut .l-container.how-to-activate .in-container {
    padding-left: 20px;
    padding-right: 20px;
}

.vc-accordion.accordion-ut .scroll-horizontal-tablet {
    margin-bottom: 40px;
}

.vc-footer .vclp-main-button {
    width: 150px;
    margin: 0 auto;
}












.vc-howitworks .vch-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    counter-reset: item;
    margin-bottom: 40px;
}

.vc-howitworks .vch-list > li {
    width: 100%;
}

.vc-howitworks .vch-list > li .vchl-t {
    width: 100%;
    background: #F5F5F5;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #595857;
    padding-left: 60px;
    position: relative;
    padding-right: 20px;
}



.vc-howitworks .vch-list > li > .vchl-b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vc-howitworks .vch-list > li > .vchl-b li{
    display: flex;
    width: calc(25% - 6px);
    height: 50px;
    background: #FFF;
    border-radius: 6px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #D7D7D7;
    justify-content: center;
}

.vc-howitworks .vch-list > li > .vchl-b li > img{
    display: block;
    margin-right: 16px;
}

.vc-howitworks .vch-list > li > .vchl-b li > .txt{
    display: block;
    font-weight: 700;
    width: fit-content;
    color: #595857;
}

.vc-howitworks .vch-list > li .vchl-t span {
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: auto;
}

.vc-howitworks .vch-list > li .vchl-t::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #E269A4;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  counter-increment: item;
  content: counter(item);
}

.vc-howitworks .vc-apply {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 24px;
}

.vc-howitworks .vc-apply ul {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.vc-howitworks .vc-apply ul li {
    position: relative;
    text-align: center;
}

.vc-howitworks .vc-apply ul li:first-child:after {
    content: "";
    width: 4px;
    height: 16px;
    background: #595857;
    position: absolute;
    left: calc(100% + 48px);
    top: 50%;
    transform: translateY(-50%);
}

.vc-howitworks .vc-apply ul li:first-child:before {
    content: "";
    height: 4px;
    width: 16px;
    background: #595857;
    position: absolute;
    left: calc(100% + 42px);
    top: 50%;
    transform: translateY(-50%);
}

.vc-howitworks .vc-apply ul li img {
    margin-bottom: 20px;
    max-width: 100%;
}

.vc-howitworks .vc-apply ul li h3 {
    font-size: 2rem;
    font-weight: bold;
}

.vc-howitworks .vc-apply ul li span {
    font-size: 1.4rem;
}

.vc-howitworks .vch-list > li .vclp-txt {
    margin: 16px 0;
    display: block;
    color: #595857;
}














@media only screen and (max-width: 1100px) {
  .vc-howitworks .vch-list > li > .vchl-b li {
      width: 100%;
  }
  .vc-main-visual .vc-lp-content h2 {
      font-size: 2.8rem;
  }

  .vc-japan .vc-main-visual .vc-lp-content h2 {
      font-size: 2.6rem;
  }

  .vc-main-visual .vc-lp-content .vcl-top-text {
      font-size: 1.6rem;
  }

  .vc-main-visual .vc-lp-content .vcl-box ul li {
      gap: 10px;
      font-size: 1.2rem;
  }

  .vc-main-visual .vc-lp-content .vcl-box ul li::before {
      width: 14px;
      height: 12px;
  }

  .vc-main-visual .vc-lp-content .vcl-box .img {
      width: 100px;
  }

  .vc-main-visual .vc-lp-content .vcl-box {
      padding: 12px 16px;
      gap: 16px;
      margin-bottom: 24px;
  }

  .vc-main-visual .vc-lp-content {
      max-width: 360px;
  }

  .vc-main-visual .main-img {
      width: 80%;
      left: 360px;
      min-width: auto;
  }

  .vc-main-visual .vc-lp-content::after {
      z-index: 3;
  }

  .vc-main-visual .vc-lp-content > * {
      z-index: 4;
  }

  .vc-main-visual .main-img .tp-wrapper {
      top: 0;
      bottom: auto;
      width: 100vw;
      z-index: 5;
      right: auto;
      left: -360px;
  }

  .vc-main-visual {
      padding: 60px 0 40px;
  }
  .vc-reason ul {
      gap: 24px;
  }
  .vc-reason ul li {
      width: calc(50% - 12px);
  }
  .vc-howitworks .vch-list > li > .vchl-b li > .txt br {
      display: none;
  }

}

@media only screen and (max-width: 834px) {
  .vc-main-visual .vc-lp-content::after {
      right: -60px;
  }

  .vc-main-visual .vc-lp-content::before {
      right: -160px;
  }

  .vc-main-visual .main-img {
      width: 100%;
  }
  .vc-pickup .vcp-list li {
      width: 100%;
  }
  .vc-pickup .vcp-list li::after {
      content: "";
      background: #E269A4;
      width: 2px;
      height: 16px;
      left: calc(50% - 1px);
      position: absolute;
      top: 100%;
  }
  .vc-pickup .vcp-list li:last-child:after {
      display: none;
  }
  .vc-pickup .vcp-counters .vcpc-partner {
      width: 100%;
  }
  .vc-pickup .vcp-counters .vcpc-special {
      width: 100%;
      margin: 32px 0 0 0;
  }
  .vc-pickup .vcp-counters .vcpc-special ul li {
      width: calc(50% - 10px);
  }

  .vc-japan .vc-main-visual .vc-lp-content h2 {
      font-size: 2.4rem;
  }

  .vc-japan .vc-main-visual .vc-lp-content h2 br {
      display: none;
  }

  .vc-wsm ul.vcwsm-top li,
  .vc-wsm ul.vcwsm-bottom li {
    width: 100%;
  }

  .vc-howitworks .vc-apply ul li:first-child:before {
      left: calc(50% - 8px);
      bottom: -52px;
      transform: none;
      top: auto;
  }

  .vc-howitworks .vc-apply ul li:first-child:after {
      left: calc(50% - 2px);
      bottom: -58px;
      transform: none;
      top: auto;
  }
}

@media only screen and (max-width: 640px) {
    .vc-main-visual {
        padding: 60px 0 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .vc-main-visual > .in-container {
        order: 2;
    }

    .vc-main-visual > .main-img {
        order: 1;
    }

    .vc-main-visual .main-img {
        width: 100%;
        position: relative;
        left: 0;
        padding-top: 36px;
    }

    .vc-main-visual .main-img .tp-wrapper {
        width: 100%;
        left: 0;
    }

    .vc-main-visual {
        padding: 0 0 40px;
    }

    .vc-main-visual .vc-lp-content {
        max-width: 100%;
        width: 100%;
    }

    .vc-main-visual .vc-lp-content::after {
        right: calc(50% - 320px);
        top: -70px;
        width: 640px;
        height: 140px;
    }

    .vc-main-visual .vc-lp-content::before {
        right: -20px;
        top: -150px;
        width: 135px;
        height: 119px;
        background: url(/assets/img-lp/voice/sakura-pattern-sp.svg) no-repeat center;
    }

    .vc-foryou ul li {
        width: 100%;
        padding: 32px 24px;
    }

    .vc-foryou ul li span {
        font-size: 1.4rem;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        justify-content: center;
    }
    .vc-wsm ul li {
        width: 100%;
    }

    .vc-pickup .vcp-counters .vcpc-special ul li .info {
        position: relative;
    }

    .vc-pickup .vcp-counters .vcpc-special ul li .airport {
        font-size: 1.5rem;
    }
    .vc-main-visual .vc-lp-content .vcl-box {
        width: 100%;
    }
    .vc-howitworks .vch-list > li .vchl-t span {
        max-width: 72px;
    }

    .vc-pricing .block-plan-table-b > .unit-ut > .in-unit {
        padding: 16px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .vc-pricing .block-plan-table-b .vcprc-txt {
        order: 1;
        width: 100%;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 10px;
    }

    .vc-pricing .block-plan-table-b .c-heading:has(+.vcprc-txt) {
        order: 2;
        margin: 0 16px 0 0;
        padding: 0 16px 0 0;
        border-right: 2px solid #EE96BD;
        min-width: 30%;
    }

    .vc-pricing .block-plan-table-b .c-info {
        order: 3;
        padding: 0 0 0 0;
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .vc-pricing .vclp-main-button {
        order: 4;
        margin-top: 16px;
    }

    .vc-pricing .block-plan-table-b .c-heading:has(+.vcprc-txt) span {
        font-size: 2.4rem;
    }

    .vc-pickup .vcp-counters h3 {
        text-align: center;
    }

    .vc-accordion.accordion-ut .wrap-unit > .c-nav > a {
        padding: 10px 34px 10px 24px;
        height: auto;
    }

    .accordion-ut.vc-accordion .wrap-unit > .c-nav > a:after {
        top: 50%;
        transform: translateY(-50%);
        right: 17px;
        position: absolute;
    }
    .accordion-ut.vc-accordion .wrap-unit.st-active > .c-nav > a:after {
        transform: translateY(-50%) scaleY(-1);
    }

    .l-container h2.vc-heading.heading-ut {
        font-size: 2.8rem;
        margin-bottom: 24px;
    }

    .vc-pricing .block-panel-standard > .unit-ut {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vc-pricing .icon-ut.type-large, .icon-ut.type-large:before {
        width: 36px;
        height: 36px;
    }

    .vc-pricing .block-panel-standard > .unit-ut .card-ut {
        position: relative;
        display: block;
        padding-left: 56px;
    }

    .vc-pricing .card-ut.type-nitrogen .c-pic {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .vc-pricing .card-ut.type-nitrogen .c-heading {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .vc-pricing .block-panel-standard .card-ut.type-nitrogen .c-lead {
      margin-left: 0;
    }

}

@media only screen and (max-width: 440px) {
    .vc-main-visual .vc-lp-content::after {
        right: calc(50% - 260px);
        top: -30px;
        width: 520px;
        height: 140px;
    }

    .vc-main-visual .vc-lp-content::before {
        top: -110px;
    }

    .vc-main-visual .vc-lp-content h2 br {
        display: none;
    }

    .vc-main-visual .vc-lp-content .vclp-main-button {
        margin: 0 auto;
    }

    .vc-main-visual .main-img .tp-wrapper {
        width: 120%;
        left: -10%;
        transform: scale(0.85);
    }

    .vc-main-visual .main-img .tp-wrapper .trustpilot-widget {
        width: 100%;
    }
}