body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

br.pc-only {
    display: none;
}

br.sp-only {
    display: block;
}

.fv .inner, .cost-route .inner, .adtp-intro .inner, .success-model .inner, .case-media .inner, .case-media-news-area .inner, .reason-malaysia .inner, .route-flex .inner, .guide-faq .inner, .guide-faq-list-wrap .inner, .about-final .inner {
    width: calc(100% - 24px);
    margin: 0 auto;
}

.fv {
    background: var(--bg-blue-main);
}

.fv-hero {
    position: relative;
    z-index: 5;
}

.fv-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.22) 100%); */
    pointer-events: none;
}

.fv-hero-media, .fv-hero-media picture, .fv-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.fv-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.fv-hero-media img {
    object-fit: cover;
    object-position: center top;
}

.fv-hero-inner {
    position: relative;
    z-index: 1;
    min-height: clamp(432px, 120vw, 478px);
    padding: 28px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.fv-title {
    width: 100%;
    margin: 0 0 28px;
    text-align: center;
    color: var(--c-white);
    font-size: clamp(24px, 9vw, 41px);
    line-height: 1.34;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.fv-pill {
    width: 100%;
    margin: 0 auto -15px;
    padding: 16px 16px 10px;
    border-radius: 999px;
    font-size: clamp(12px, 3.7vw, 22px);
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.fv-pill::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 16px solid var(--c-white);
}

.fv-band {
    background: var(--bg-blue-main);
    position: relative;
    z-index: 4;
}

.fv-band-inner {
    padding: 38px 0 24px;
    text-align: center;
}

.fv-lead {
    margin: 0;
    color: var(--c-white);
    font-size: clamp(21px, 5.9vw, 38px);
    line-height: 1.56;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.fv-lead span {
    color: var(--c-yellow);
    font-size: 1.16em;
    line-height: 1;
    vertical-align: -0.02em;
}

.fv-lead span b {
    font-size: 1.42em;
    font-weight: 700;
}

.cost-route {
    overflow: hidden;
}

.cost-route-top {
    position: relative;
    background: url("img/2bg.jpg") right top / auto 100% no-repeat;
}

.cost-route-top-inner {
    padding: 32px 0 0;
}

.cost-route-title {
    margin: 0;
    text-align: center;
    font-size: clamp(24px, 6.2vw, 36px);
    line-height: 1.32;
    font-weight: 700;
    letter-spacing: 0;
}

.cost-route-sub {
    margin: 12px 0 0;
    text-align: center;
    font-size: clamp(13px, 4vw, 18px);
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0;
}

.cost-route-main {
    display: grid;
    grid-template-columns: clamp(92px, 26vw, 108px) minmax(0, 1fr);
    grid-template-areas: "tag tag" "list list" "woman alert";
    column-gap: 14px;
    row-gap: 10px;
    align-items: end;
    margin: 22px auto 0;
}

.cost-route-copy {
    display: contents;
}

.cost-route-tag {
    grid-area: tag;
    margin: 0 0 2px 8px;
    justify-self: start;
    padding: 8px 16px;
    font-size: clamp(16px, 4.9vw, 23px);
    line-height: 1;
    font-weight: 700;
    transform: rotate(-6deg);
    transform-origin: center center;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
}

.cost-route-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid var(--c-white);
}

.cost-route-list {
    grid-area: list;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cost-route-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: clamp(16px, 4.2vw, 22px);
    line-height: 1.62;
    font-weight: 700;
    text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
}

.cost-route-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--c-red);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.cost-route-list li span {
    color: var(--c-red);
}

.cost-route-woman {
    grid-area: woman;
    width: clamp(92px, 30vw, 148px);
    align-self: end;
}

.cost-route-woman img {
    width: 100%;
}

.cost-route-alert {
    grid-area: alert;
    width: 88%;
    margin: 0;
    padding: 14px 12px 15px;
    align-self: end;
    font-size: clamp(14px, 5vw, 22px);
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.01em;
    position: relative;
    top: -21vw;
    right: -6vw;
    background: #ea1c1cc9;
    max-width: 300px;
}

.cost-route-pill {
    width: calc(100% - 26px);
    max-width: 454px;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
    padding: 14px 18px 12px;
    font-size: clamp(13px, 4.45vw, 20px);
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    border-radius: 999px;
}

.cost-route-pill::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 17px solid var(--c-white);
}

.cost-route-band {
    background: var(--bg-blue-main);
}

.cost-route-band-inner {
    padding: 50px 0 22px;
}

.cost-route-band-title {
    margin: 0;
    text-align: center;
    color: var(--c-white);
    font-size: clamp(22px, 8vw, 40px);
    line-height: 1.56;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.cost-route-band-title span {
    color: var(--c-yellow);
}

.cost-route-band-title b {
    font-size: 1.36em;
    line-height: 1;
    font-weight: 700;
}

.cost-route-bottom {
    background: var(--bg-soft);
}

.cost-route-bottom .inner {
    width: calc(100% - 8px);
}

.cost-route-bottom-inner {
    padding: 70px 0 20px;
    text-align: center;
    margin-top: 0;
}

.cost-route-chart {
    max-width: none;
    margin: 0 auto 12px;
    width: 330px;
}

.cost-route-chart picture, .cost-route-chart img {
    display: block;
    width: 100%;
}

.cost-route-cta {
    display: block;
    margin-top: 0;
}

.cost-route-cta img {
    margin: 0 auto;
    width: 350px;
}

.adtp-intro-head {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    position: relative;
    z-index: 6;
}

.adtp-intro-head-inner {
    padding: 40px 0 44px;
    text-align: center;
}

.adtp-intro-head-copy {
    margin: 0;
    font-size: clamp(13px, 5.3vw, 25px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    transform: rotate(-5deg);
}

.adtp-intro-logo {
    width: clamp(150px, 60vw, 240px);
    margin: 10px auto 8px;
    padding: 6px 0 2px;
    font-size: clamp(40px, 12vw, 72px);
    line-height: 1;
    font-weight: 900;
    transform: rotate(-5deg);
}

.adtp-intro-head-sub {
    font-size: clamp(14px, 5vw, 28px);
    line-height: 1.3;
    transform: rotate(-5deg);
}

.adtp-intro-head-sub::before, .adtp-intro-head-sub::after {
    display: none;
}

.adtp-intro-body {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.adtp-intro-body-inner {
    padding: 0 0 22px;
    text-align: center;
}

.adtp-intro-map {
    width: calc(100% + 24px);
    max-width: none;
    margin: -10px 0 0 -12px;
    display: flex;
    justify-content: center;
}

.adtp-intro-map picture, .adtp-intro-map img {
    display: block;
    width: 96%;
}

.adtp-intro-en {
    margin: 8px 0 0;
    font-size: clamp(14px, 4.8vw, 18px);
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.adtp-intro-title {
    margin: 6px 0 0;
    font-size: clamp(19px, 6vw, 40px);
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.adtp-intro-title span {
    display: block;
    margin-top: 8px;
    color: var(--c-red);
    font-size: clamp(28px, 8vw, 48px);
}

.adtp-intro-steps {
    width: 90%;
    max-width: 600px;
    margin: 18px auto 0;
}

.adtp-step {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.adtp-step + .adtp-step {
    margin-top: 12px;
}

.adtp-step-flag {
    width: clamp(40px, 11vw, 44px);
    flex: 0 0 clamp(40px, 15vw, 60px);
}

.adtp-step-flag img {
    width: 100%;
}

.adtp-step-text {
    text-align: left;
    padding-top: 2px;
}

.adtp-step-label {
    margin: 0 0 2px;
    font-size: clamp(14px, 4.4vw, 21px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.adtp-step-desc {
    margin: 0;
    font-size: clamp(11px, 3.5vw, 16px);
    line-height: 1.55;
    font-weight: 700;
}

.adtp-intro-foot {
    clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 100%);
}

.adtp-intro-foot-inner {
    padding: 45px 0 22px;
    transform: rotate(-4deg);
    text-align: center;
}

.adtp-intro-foot-copy {
    font-size: clamp(13px, 5vw, 27px);
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-model-inner {
    padding: 24px 0 0;
}

.success-model-head {
    text-align: center;
}

.success-model-catch {
    position: relative;
    display: inline-block;
    padding-bottom: 28px;
    font-size: clamp(14px, 4.8vw, 19px);
    line-height: 1.35;
    font-weight: 700;
}

.success-model-catch::before, .success-model-catch::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 28px;
    height: 2px;
    background: var(--c-red);
}

.success-model-catch::before {
    right: 50%;
    transform-origin: right center;
    transform: rotate(28deg);
}

.success-model-catch::after {
    left: 50%;
    transform-origin: left center;
    transform: rotate(-28deg);
}

.success-model-question {
    width: calc(100% - 18px);
    max-width: 90%;
    margin: 12px auto 0;
    padding: 10px 12px 9px;
    border-radius: 999px;
    font-size: clamp(14px, 4vw, 22px);
    line-height: 1.25;
    font-weight: 700;
}

.success-model-question::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid var(--c-blue-solid);
}

.success-rate {
    padding: 18px 0 0;
}

.success-rate-ring {
    width: min(70vw, 320px);
    margin: 0 auto;
}

.success-rate-ring img {
    width: 100%;
}

.success-rate-label {
    margin: 2px 0 1px;
    font-size: clamp(30px, 9vw, 58px);
    line-height: 1;
}

.success-rate-note {
    margin: 0 0 6px;
    font-size: clamp(8px, 3vw, 15px);
    line-height: 1;
}

.success-rate-value-main {
    padding: 0 3px;
    font-size: clamp(64px, 21vw, 112px);
    line-height: 0.9;
}

.success-rate-value-main::after {
    left: 3px;
    right: 1px;
    bottom: 6px;
    height: clamp(13px, 3vw, 24px);
}

.success-rate-value-main small {
    font-size: clamp(26px, 11vw, 48px);
    line-height: 1;
}

.success-rate-copy {
    max-width: 80%;
    margin: 16px auto 0;
}

.success-rate-copy p {
    font-size: clamp(14px, 3vw, 18px);
    line-height: 1.85;
    font-weight: 700;
}

.success-rate-copy p + p {
    margin-top: 0;
}

.success-rate-copy span {
    font-size: 1em;
}

.success-model-divider {
    position: relative;
    width: 52px;
    height: 16px;
    margin: 12px auto 0;
}

.success-model-divider::before, .success-model-divider::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: var(--c-red);
}

.success-model-divider::before {
    right: 50%;
    transform-origin: right center;
    transform: rotate(28deg);
}

.success-model-divider::after {
    left: 50%;
    transform-origin: left center;
    transform: rotate(-28deg);
}

.success-model-reasons {
    margin-top: 10px;
}

.success-reasons-list {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.success-reason {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: start;
    padding: 16px 0;
    border-top: 1px solid #d6d6d6;
}

.success-reason:first-child {
    border-top: 0;
}

.success-reason-num {
    width: clamp(44px, 13vw, 80px);
    height: clamp(44px, 13vw, 80px);
    padding-top: 4px;
    font-size: clamp(10px, 3vw, 21px);
    line-height: 1;
    align-self: start;
}

.success-reason-num b {
    font-size: clamp(18px, 5.5vw, 32px);
    line-height: 1;
}

.success-reason-text {
    width: calc(100% - clamp(54px, 16vw, 90px));
    padding: 0;
}

.success-reason-text h3 {
    font-size: clamp(18px, 5vw, 36px);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.success-reason-text p {
    margin: 4px 0 0;
    font-size: clamp(11px, 3vw, 19px);
    line-height: 1.55;
    font-weight: 700;
}

.success-reason-image {
    width: 60%;
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.success-reason-image img {
    /* width: 100%; */
    /* height: auto; */
    /* aspect-ratio: 1.2 / 0.6; */
    /* object-fit: cover; */
}

.success-model-band {
    position: relative;
    margin-top: 10px;
}

.success-model-band::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 10px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--bg-soft);
}

.success-model-band-inner {
    position: relative;
    padding: 37px 0 24px;
    text-align: center;
}

.success-model-band-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 36px solid var(--c-white);
}

.success-model-band-copy {
    font-size: clamp(16px, 6vw, 29px);
    line-height: 1.52;
    font-weight: 700;
}

.success-model-cta-inner {
    padding: 18px 0 30px;
    text-align: center;
}

.success-model-cta-link {
    display: block;
}

.success-model-cta-link img {
    width: 350px;
    margin: 0 auto;
}

.success-university-inner {
    padding: 0 0 34px;
}

.success-university-title {
    margin: 0;
    text-align: center;
    color: var(--c-university-title);
    font-size: clamp(22px, 7vw, 36px);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-university-cards {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 22px;
}

.success-university-card {
    display: flex;
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 0 12px;
    align-items: flex-end;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
}

.success-university-thumb {
    grid-row: 1 / 3;
    width: 50%;
    aspect-ratio: 1.5 / 1;
    background: #5A5A62;
}

.success-university-card h3 {
    margin: 0;
    color: #083C8C;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    width: 39%;
    text-align: left;
}

.success-university-card p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.success-university-more {
    display: table;
    margin: 18px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: clamp(15px, 4vw, 20px);
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.success-university-more-content.is-open {
    margin-top: 20px;
    max-height: unset;
}

.case-media-case-area {
    padding: 32px 0 36px;
}

.case-media-title {
    margin: 0 auto 38px;
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.45;
}

.case-media-title::before, .case-media-title::after {
    width: 24px;
    height: 2px;
}

.case-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    padding: 22px 14px 18px;
}

.case-card + .case-card {
    margin-top: 28px;
}

.case-card-label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 7px;
    font-size: clamp(18px, 7vw, 28px);
    line-height: 1;
    font-weight: 700;
    width: 90%;
}

.case-card-label span {
    font-size: clamp(11px, 4vw, 16px);
    font-weight: 700;
}

.case-card-main, .case-card-left {
    display: contents;
}

.case-card-title {
    order: 1;
    margin: 20px 0 14px;
    color: #00377A;
    font-size: clamp(16px, 5vw, 18px);
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.case-card-title br {
    display: none;
}

.case-card-photo {
    order: 2;
    width: 68%;
    max-width: 230px;
    margin: 0 auto;
}

.case-card-photo img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #ddd;
}

.case-card-route {
    order: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -14px 21px;
    padding: 10px 0 12px;
    background: #00377A;
}

.case-card-route::before, .case-card-route-start::after, .case-card-route-end::before {
    display: none;
}

.case-card-route-start {
    order: 1;
    width: 100%;
    padding: 0 12px 10px;
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 5vw, 17px);
    line-height: 1.3;
    font-weight: 700;
}

.case-card-route-center {
    order: 2;
    position: relative;
    z-index: 1;
    width: clamp(72px, 24vw, 100px);
    height: clamp(72px, 24vw, 100px);
    margin: 0 0 8px;
    border: 3px solid #00377A;
    border-radius: 50%;
    background: #fff;
    color: #B51110;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-en);
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1;
    font-weight: 900;
}

.case-card-route-center::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
}

.case-card-route-end {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #fff;
    text-align: center;
}

.case-card-route-country {
    position: static;
    display: block;
    font-family: var(--ff-en);
    font-size: clamp(16px, 6vw, 21px);
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 2px;
}

.case-card-route-school {
    display: block;
    color: #fff;
    font-size: clamp(12px, 4.5vw, 17px);
    line-height: 1.35;
    font-weight: 700;
}

.case-card-meta:first-of-type {
    order: 4;
}

.case-card-meta:last-of-type {
    order: 5;
}

.case-card-meta + .case-card-meta {
    margin-top: 10px;
}

.case-card-meta-head {
    width: auto;
    min-width: 78px;
    padding: 10px 32px 8px;
    font-size: clamp(12px, 4vw, 14px);
    line-height: 1;
    border-width: 2px;
    margin-bottom: 6px;
}

.case-card-meta ul {
    padding-left: 16px;
    margin: 0;
}

.case-card-meta li, .case-card-meta p {
    font-size: clamp(12px, 3.9vw, 14px);
    line-height: 1.55;
    font-weight: 500;
}

.case-card-body {
    order: 6;
    margin-top: 12px;
}

.case-card-body p {
    font-size: clamp(12px, 3.6vw, 13px);
    line-height: 1.72;
    font-weight: 500;
}

.case-card-body p + p {
    margin-top: 12px;
}

.case-media-news-area {
    padding: 42px 0 60px;
}

.case-media-news-area-inner {
    text-align: center;
}

.case-media-news-badge {
    width: min(100%, 440px);
    padding: 8px 14px 7px;
    border-radius: 999px;
    font-size: clamp(12px, 3.8vw, 18px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.case-media-news-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid var(--c-blue-solid);
}

.case-media-news-badge span {
    font-size: 1.45em;
    font-weight: 800;
    margin: 0 2px;
}

.case-media-news-title {
    margin: 18px 0 0;
    font-size: clamp(18px, 6.5vw, 34px);
    line-height: 1.26;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.case-media-news-title span {
    display: inline-block;
    color: var(--c-red);
    font-size: 1em;
    line-height: 1.18;
}

.case-media-news-copy {
    margin: 14px 0 0;
    font-size: clamp(12px, 4.2vw, 18px);
    line-height: 1.55;
    font-weight: 700;
}

.case-media-news-image {
    max-width: none;
    margin: 14px auto 0;
    width: 80%;
}

.case-media-news-image img {
    width: 100%;
    max-width: 500px;
}

.reason-malaysia {
}

.reason-malaysia-reason {
    padding: 0 0 32px;
    background: var(--c-blue-solid);
}

.reason-malaysia-reason-inner {
    position: relative;
    top: 0;
    text-align: center;
}

.reason-malaysia-badge {
    position: relative;
    top: -22px;
    min-width: 0;
    padding: 9px 16px 8px;
    border-width: 2px;
    border-radius: 999px;
    font-size: clamp(12px, 4.3vw, 22px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.reason-malaysia-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--c-white);
}

.reason-malaysia-copy {
    margin-top: 20px;
}

.reason-malaysia-copy p {
    margin: 0;
    color: var(--c-white);
    font-size: clamp(18px, 5.3vw, 34px);
    line-height: 1.42;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.reason-malaysia-copy p + p {
    margin-top: 6px;
}

.reason-malaysia-copy span {
    color: var(--c-yellow);
}

.reason-malaysia-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
    margin-top: 46px;
}

.reason-malaysia-card {
    min-height: 0;
    padding: 22px 10px 14px;
    border-radius: 4px;
}

.reason-malaysia-card-check {
    top: -18px;
    font-size: 28px;
}

.reason-malaysia-card h3 {
    min-height: 54px;
    font-size: clamp(15px, 4.2vw, 22px);
    line-height: 1.25;
    font-weight: 700;
}

.reason-malaysia-card-icon {
    height: 51px;
    margin: 10px auto 10px;
}

.reason-malaysia-card-icon img {
    max-height: 100%;
    width: auto;
}

.reason-malaysia-card p {
    font-size: clamp(11px, 3.7vw, 16px);
    line-height: 1.55;
    font-weight: 700;
}

.reason-malaysia-attraction {
}

.reason-malaysia-hero {
    min-height: 238px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.82) 82%, rgba(255, 255, 255, 1) 100%), url("img/8.jpg") center top 65% / cover no-repeat;
}

.reason-malaysia-hero-inner {
    padding: 34px 0 116px;
    text-align: center;
}

.reason-malaysia-hero-sub {
    display: inline-block;
    margin: 0;
    font-size: clamp(13px, 3.7vw, 21px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.reason-malaysia-hero-sub::before, .reason-malaysia-hero-sub::after {
    display: none;
}

.reason-malaysia-hero-title {
    margin: 12px 0 0;
    font-size: clamp(24px, 6vw, 42px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.reason-malaysia-feature-inner {
    margin-top: -40px;
    padding-bottom: 24px;
}

.reason-malaysia-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
}

.reason-malaysia-feature-card {
    text-align: center;
}

.reason-malaysia-feature-image img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.reason-malaysia-feature-image h3 {
    bottom: 8px;
    width: calc(100% - 10px);
    font-size: clamp(14px, 5vw, 22px);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.reason-malaysia-feature-card p {
    margin: 8px 0 0;
    font-size: clamp(11px, 3.9vw, 16px);
    line-height: 1.45;
    font-weight: 700;
}

.route-flex-band-title {
    font-size: clamp(28px, 9vw, 52px);
}

.route-flex-slider-cta-inner {
    padding: 40px 0 20px;
}

.route-flex-slider-cta-link {
    display: block;
}

.route-flex-slider-cta-link img {
    width: 350px;
    margin: 0 auto;
}

.route-flex-plan-inner {
    width: calc(100% - 24px);
    padding: 0 0 32px;
}

.route-flex-plan-badge {
    width: min(70%, 320px);
    margin: 0 auto;
    padding: 10px 0 7px;
    font-size: clamp(16px, 5vw, 24px);
}

.route-flex-plan-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--c-blue-solid);
}

.route-flex-plan-title {
    margin: 28px 0 0;
    font-size: clamp(24px, 7vw, 42px);
    line-height: 1.34;
    text-align: center;
}

.route-flex-plan-layout {
    display: block;
    margin-top: 28px;
}

.route-flex-plan-gallery {
    display: none;
}

.guide-faq {
    background: #ffffff;
    overflow: hidden;
}

.guide-faq-hero {
    position: relative;
    overflow: hidden;
    background: url("img/10.jpg") center top /auto 130vw no-repeat;
    padding-top: 40px;
}

.guide-faq-hero-overlay {
    display: none;
}

.guide-faq-hero-inner {
    position: relative;
    z-index: 1;
    padding: 18px 0 0;
    text-align: center;
}

.guide-faq-lead {
    margin: 0;
    color: #0A3F8C;
    font-size: clamp(12px, 4.8vw, 18px);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.guide-faq-lead span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    font-size: clamp(12px, 4.8vw, 18px);
}

.guide-faq-lead span::before, .guide-faq-lead span::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 25px;
    height: 2px;
    background: #0A3F8C;
}

.guide-faq-lead span::before {
    left: 0;
    transform: rotate(48deg);
    transform-origin: left center;
}

.guide-faq-lead span::after {
    right: 0;
    transform: rotate(-48deg);
    transform-origin: right center;
}

.guide-faq-title {
    margin: 12px 0 0;
    color: #0A3F8C;
    font-size: clamp(26px, 6.8vw, 40px);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.guide-faq-copy {
    width: 90%;
    max-width: 540px;
    margin: 30px auto 0;
    font-size: clamp(12px, 3.7vw, 18px);
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.95), 0 0 6px rgba(255, 255, 255, 0.95);
    text-align: center;
}

.guide-faq-copy br {
    display: none;
}

.guide-faq-main {
    position: relative;
    width: 100vw;
    margin: 70vw calc(50% - 50vw) 0;
    padding: 0;
    background: #1E6AAF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.guide-faq-main::before {
    content: "";
    position: absolute;
    top: -116px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #1E6AAF;
    clip-path: polygon(0 56%, 100% 0, 100% 100%, 0 100%);
}

.guide-faq-book {
    position: absolute;
    z-index: 2;
    width: clamp(118px, 55vw, 400px);
    margin: -10px auto 0;
    top: -68vw;
}

.guide-faq-book img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.22));
}

.guide-faq-points {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 20px 0;
    color: #ffffff;
    text-align: center;
}

.guide-faq-points h3 {
    margin: 0;
    font-size: clamp(15px, 5.2vw, 26px);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: none;
}

.guide-faq-points ul {
    width: 100%;
    max-width: 500px;
    margin: 14px auto 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.guide-faq-points li {
    position: relative;
    margin: 0;
    padding-left: 16px;
    color: #ffffff;
    font-size: clamp(12px, 3.7vw, 18px);
    line-height: 1.78;
    font-weight: 700;
    text-shadow: none;
}

.guide-faq-points li + li {
    margin-top: 2px;
}

.guide-faq-points li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.78;
    font-weight: 700;
    text-shadow: none;
}

.guide-faq-points-copy {
    max-width: 520px;
    margin: 22px auto 0;
    color: #ffffff;
    font-size: clamp(16px, 5vw, 30px);
    line-height: 1.52;
    font-weight: 700;
    text-align: center;
}

.guide-faq-points-copy span {
    color: var(--c-yellow);
}

.guide-faq-cta {
    width: 100%;
    margin: 0px auto 0;
    padding: 20px 20px 40px;
    text-align: center;
    background: #1E6AAF;
}

.guide-faq-cta a {
    display: block;
    max-width: 560px;
    margin: 0 auto;
}

.guide-faq-cta img {
    width: 350px;
    display: block;
    margin: 0 auto;
}

.guide-faq-list-wrap {
    background: #ffffff;
}

.guide-faq-list-inner {
    padding: 50px 0 34px;
}

.guide-faq-list-title {
    margin: 0;
    color: #4B4B50;
    font-size: clamp(20px, 8vw, 29px);
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
}

.guide-faq-list {
    max-width: 95%;
    margin: 30px auto 0;
    border-top: 1px solid #bfbfbf;
}

.faq-item {
    border-bottom: 1px solid #bfbfbf;
}

.faq-question {
    width: 100%;
    padding: 15px 0;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 14px;
    gap: 10px;
    align-items: start;
    text-align: left;
}

.faq-q, .faq-a {
    display: inline-block;
    font-family: var(--ff-en);
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
}

.faq-q {
    color: var(--c-red);
}

.faq-a {
    color: #0A3F8C;
}

.faq-question-text {
    font-size: clamp(14px, 4.8vw, 16px);
    line-height: 1.45;
    font-weight: 700;
}

.faq-toggle {
    position: relative;
    width: 14px;
    height: 14px;
    justify-self: end;
    margin-top: 4px;
}

.faq-toggle::before, .faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #8A8A8A;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.faq-answer-inner {
    padding: 0 0 15px;
}

.faq-answer-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.faq-answer-text p {
    margin: 0;
    font-size: clamp(13px, 4.2vw, 15px);
    line-height: 1.65;
    font-weight: 500;
}
.inner.adtp-intro-head-inner {transform: rotate(1deg);}
.about-final {
    background: #ffffff;
}

.about-team {
    padding: 22px 3% 34px;
    background: #ffffff;
}

.about-team-inner {
    text-align: center;
}

.about-team-title {
    margin: 0;
    color: #E1A204;
    font-size: clamp(20px, 6vw, 36px);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.about-team-title span {
    position: relative;
    display: inline-block;
    padding: 0 24px;
}

.about-team-title span::before, .about-team-title span::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 29px;
    height: 2px;
    background: #E1A204;
}

.about-team-title span::before {
    left: -10px;
    transform: rotate(48deg);
    transform-origin: left center;
}

.about-team-title span::after {
    right: -10px;
    transform: rotate(-48deg);
    transform-origin: right center;
}

.about-team-photo {
    margin: 16px auto 0;
    max-width: none;
}

.about-team-photo img {
    width: 100%;
}

.about-team-heading {
    margin: 18px 0 0;
    font-size: clamp(18px, 4.9vw, 24px);
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.about-team-copy {
    display: block;
    margin: 18px 0 0;
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
}

.about-final-cta {
    position: relative;
    margin-top: 0;
    background: var(--bg-blue-main);
}

.about-final-cta::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 14px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #ffffff;
}

.about-final-cta-inner {
    padding: 28px 0 18%;
    text-align: center;
}

.about-final-message {
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 6vw, 32px);
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.about-final-message span {
    color: var(--c-yellow);
}

.about-final-sub {
    display: inline-block;
    margin: 18px auto 20px;
    font-size: clamp(12px, 4.6vw, 18px);
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.about-final-cta-button {
    /* width: 90%; */
    margin: 20px auto 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.about-final-cta-button a {
    display: block;
}

.about-final-cta-button img {
    width: 350px;
    margin: 0 auto;
}

.about-final-copyright {
    margin: 0px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 30px;
}
.fv-title b {
    font-size: 1.09em;
}