@charset "UTF-8";

/* *, *::before, *::after          { box-sizing: border-box; }
html                            { font-family: 'Roboto', sans-serif; }
body                            { width: 100%; margin: 0 auto; }
main                            { margin: 0 auto; text-align: center; }
ul, li                          { margin: 0; padding: 0; list-style: none; }
p, span, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-size: 1rem; }
p, span                         { line-height: 1.6; }
a                               { text-decoration: none; color: inherit; }
th                              { font-weight: normal; }
img                             { max-width: 100%; height: auto; display: block; }
button                          { all: unset } */

/* 高DPI環境（スケール125%〜150%以上）向け 
@media (min-resolution: 144dpi) {
    html {
        font-size: 15px;
    }
}*/

body{
    font-family: 'Roboto', sans-serif;
}

main {
    max-width: 1920px;
    width: 100%;
    color: #5F5F5F;
    text-align: center;
}

@media screen and (min-width: 668px) and (max-width: 769px) {
    main {
        max-width: 768px;
    }
}
@media screen and (min-width: 392px) and (max-width: 667px) {
    main {
        max-width: 666px;
    }
}

@media screen and (max-width: 391px) {
    main {
        max-width: 390px;
    }
}

#fv {
    background-image: url('../../images/service/001.webp');
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    font-weight: 900;
}

.fv-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 85%;
}

.fv-circle {
    position: absolute;
    top: -22%;
    left: 6%;
    background-color: #00C4FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 185px;
    width: 185px;
    border-radius: 100%;
    box-shadow: 3px 3px 15px #9c9c9c;
    transform: rotate(-10deg);
}

html[lang="vi"] .fv-circle {
    width: 190px;
    height: 190px;
}

.fv-circle-head {
    margin: 0 auto 2px;
}

.fv-circle-head p {
    font-size: 1.25rem;
    line-height: 1.3;
    color: #fff;
    filter: drop-shadow(3px 0px 3px #00C4FF);
}

.fv-circle-head-big {
    font-size: 5rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.fv-h01 {
    display: block;
    text-shadow: 1px 1px 8px #fff;
    font-size: 3.2rem;
    color: #00C4FF;
}

.fv-h02 {
    display: block;
    text-shadow: 1px 1px 8px #fff;
    font-size: 3.7rem;
    color: #FF9D00;
}

.fv-h03 {
    text-shadow: 1px 1px 8px #fff;
    padding: 5px 0;
    line-height: 1.6;
    font-size: 2.2rem;
    color: #5F5F5F;
}

.fv-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}

.fv-images img {
    width: 200px;
    height: 200px;
}

/* 高DPI環境（スケール125%〜150%以上）向け */
@media (min-resolution: 144dpi) {
    /* FVの文字・画像を大きく圧縮 */
    .fv-h01 { font-size: 2.4rem; }
    .fv-h02 { font-size: 3rem; }
    .fv-h03 { font-size: 1.6rem; }
    .fv-circle-head p { font-size: 1rem; }
    html[lang="en"] .fv-circle-head p { font-size: .9rem; }
    .fv-circle-head-big { font-size: 3.1rem; }
    .fv-circle { height: 135px; width: 135px; left: 15%; }
    html[lang="en"] .fv-circle { height: 150px; width: 150px; left: 5%; }
    html[lang="vi"] .fv-circle { height: 160px; width: 160px; left: 5%; }
    .fv-container { gap: 6px; }
    .fv-images { gap: 12px; }
    .fv-images img { width: 130px; height: 130px; }

    /* 「なぜ無料なの？」ブロック */
    .fv-ex-head p { font-size: 1.35rem; }
    .fv-ex-h01 { font-size: 2.75rem; }
    .fv-ex-span { font-size: 3.25rem; }
    .fv-ex-foot p { font-size: 1.25rem; }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
    #fv {
        background-image: url('../../images/service/001.webp');
        background-size: cover;
        height: 600px;
    }

    .fv-circle,
    html[lang="en"] .fv-circle {
        top: 60%;
        left: 90%;
        width: 140px;
        height: 140px;
        transform: rotate(0deg);
    }

    html[lang="en"] .fv-circle-head p {
        font-size: .8rem;
    }
    

}
@media screen and (min-width: 392px) and (max-width: 769px) {
    #fv {
        background-image: url('../../images/service/020.webp');
        background-size: cover;
        background-position: center top;
        /* width: 390px; */
        height: 250px;
    }

    .fv-container {
        transform: scale(.6);
    }

    .fv-circle {
        top: 65%;
        left: 90%;
        width: 100px;
        height: 100px;
        transform: rotate(0deg);
    }

    html[lang="en"] .fv-circle {
        top: 60%;
        right: -50%;
        left: initial;
        width: 120px;
        height: 120px;
        transform: rotate(0deg);
    }

    html[lang="vi"] .fv-circle {
        width: 100px;
        height: 100px;
    }

    .fv-circle-head p {
        font-size: 0.6rem;
    }

    .fv-circle-head-big {
        font-size: 1.75rem;
    }

    .fv-images img {
        width: 100px;
        height: 100px;
    }

    .fv-h01 {
        font-size: 2rem;
    }

    .fv-h02 {
        font-size: 2.5rem;
    }

    .fv-h03 {
        font-size: 1.5rem;
    }

    .fv-images {
        gap: 10px;
    }
}

@media screen and (max-width: 391px) {
    #fv {
        background-image: url('../../images/service/020.webp');
        background-size: cover;
        /* width: 390px; */
        height: 250px;
    }

    .fv-txt__container {
        padding-top: 10px;
    }

    .fv-h01 {
        font-size: 1rem;
    }

    .fv-h02 {
        line-height: 1.15;
        font-size: 1.75rem;
    }

    .fv-h03 {
        line-height: 1.15;
        font-size: 0.875rem;
    }

    .fv-circle,
    html[lang="en"] .fv-circle {
        top: 65%;
        left: 90%;
        width: 77px;
        height: 77px;
        transform: rotate(0deg);
    }
    
    html[lang="vi"] .fv-circle {
        width: 80px;
        height: 80px;
        top: -20%;
        left: 2%;
    }

    .fv-circle-head p,
    html[lang="en"] .fv-circle p {
        font-size: 0.5rem;
    }

    p.fv-circle-head-big {
        font-size: 1.5rem;
    }
    
    html[lang="en"] p.fv-circle-head-big {
        font-size: 1.5rem;
    }

    .fv-images {
        padding-top: 5px;
        gap: 10px;
    }

    .fv-images img {
        width: 55px;
        height: 55px;
    }
}

#fv-ex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px;
    gap: 20px;
}

.fv-ex-head p {
    font-weight: bold;
    font-size: 1.625rem;
    color: #5F5F5F;
}

/* 英語だけ */
:lang(en) .fv-ex-head p {
    font-size: 1.5rem;
}

.fv-ex-h01 {
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: 0.35rem;
    color: #FF9D00;
}

.fv-ex-span {
    font-size: 3.75rem;
    letter-spacing: 0.35rem;
    color: #00C4FF;
}

.fv-ex-foot p {
    font-size: 1.375rem;
    color: #5F5F5F;
    line-height: 2;
}

:lang(vi) .fv-ex-foot .fv-ex-p01,
:lang(vi) .fv-ex-foot .fv-ex-p02 {
    font-size: 1.3rem;
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    #fv-ex {
        width: 100%;
    }

    .fv-ex-head p {
        font-size: 1.35rem;
    }

    .fv-ex-h01 {
        font-size: 2.5rem;
    }

    .fv-ex-foot p {
        font-size: 1.25rem;
    }

    :lang(vi) .fv-ex-foot .fv-ex-p01,
    :lang(vi) .fv-ex-foot .fv-ex-p02 {
        font-size: 1.15rem;
    }

    .fv-ex-span {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 391px) {
    #fv-ex {
        width: 100%;
        padding: 30px;
    }

    .fv-ex-head p {
        font-size: 1.25rem;
    }

    .fv-ex-h01 {
        padding-bottom: 5px;
        font-size: 1.75rem;
        letter-spacing: 0.2rem;
    }

    .fv-ex-span {
        font-size: 2rem;
        letter-spacing: 0.2rem;
    }

    .fv-ex-foot .fv-ex-p01,
    .fv-ex-foot .fv-ex-p02 {
        font-size: 1rem;
    }

    :lang(vi) .fv-ex-foot .fv-ex-p01,
    :lang(vi) .fv-ex-foot .fv-ex-p02 {
        font-size: 0.95rem;
    }
}

#rcp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}

.rcp-head {
    background-image: url('../../images/service/003.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    max-width: 1000px;
    height: 400px;
    margin: 0 auto;
}

.rcp-head-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 85%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

.rcp-head-inner p {
    line-height: 1;
}

.rcp-head-p02 .square {
    background-color: #07BEF5;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.875rem;
    font-weight: bold;
    color: #fff;
}

.rcp-head-p01,
.rcp-head-p02 .small,
.rcp-head-p02 .right,
.rcp-head-p03 {
    text-shadow:
    /* white outline */
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px  2px 0 #fff,
    2px  2px 0 #fff,
    -2px  0px 0 #fff,
    2px  0px 0 #fff,
    0px -2px 0 #fff,
    0px  2px 0 #fff,
    /* soft shadow */
    4px 6px 6px rgba(0, 0, 0, 0.2);
}


.rcp-head-p01 {
    padding: 10px 0;
    text-shadow:
        /* white outline */
        -2px -2px 0 #fff,
         2px -2px 0 #fff,
        -2px  2px 0 #fff,
         2px  2px 0 #fff,
        -2px  0px 0 #fff,
         2px  0px 0 #fff,
         0px -2px 0 #fff,
         0px  2px 0 #fff,
        /* soft shadow */
         4px 6px 6px rgba(0, 0, 0, 0.2);
    font-size: 2.125rem;
    font-weight: bold;
    color: #FF9D00;
}

.rcp-head-p02 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: #07BEF5;
}

.rcp-head-p02 .small {
    margin-top: -10px;
    font-size: 1.875rem;
}

.rcp-head-p02 .right {
    margin-top: -10px;
    margin-left: -8px;
    line-height: 2.5rem;
    font-size: 2.5rem;
}

.rcp-head-p03 {
    font-size: 5.625rem;
    font-weight: bold;
    color: #07BEF5;
}

.rcp-head-p03-en {
    font-size: 3rem;
}

.rcp-head-p03-vi {
    font-size: 2.5rem;
}

.rcp-head-p03-span {
    font-size: 5rem;
    font-weight: bold;
}

.rcp-ex {
    padding: 50px 0;
}

.rcp-ex-p01 {
    padding-bottom: 50px;
    font-size: 1.5rem;
    color: #5F5F5F;
}

.rcp-ex-title {
    border-top: 1px solid #07BEF5;
    border-bottom: 1px solid #07BEF5;
    padding: 10px;
}

.rcp-ex-title h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #07BEF5;
}


.rcp-ex-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 824px;
    padding: 30px;
    margin: 0 auto;
    gap: 1rem;
}

.rcp-ex-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.rcp-ex-item p:lang(en) {
    font-size: 21px;
}

.rcp-ex-item p {
    font-size: 1.5rem;
}

.rcp-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    gap: 80px;
}

.rcp-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 450px;
    gap: 20px;
}

.rcp-inner {
    position: relative;
    width: 450px;
}

.rcp-inner .extra {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -30px;
    width: 130px;
    height: 130px;
}

.rcp-inner .rcp-img {
    width: 450px;
    height: 260px;
}

.rcp-inner .image-adjust {
    width: 450px;
    height: 260px;
    overflow: hidden;
}

.rcp-img.adjust {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.25);
  transform-origin: center top;
  object-fit: cover;
  object-position: center;
}

.rcp-inner .item-title {
    background-color: #07BEF5;
    width: 450px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rcp-inner .item-title p {
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
}

.rcp-inner-text {
    padding: 20px 0;;
}

.rcp-inner-text p {
    font-weight: bold;
}

.rcp-inner-text-big {
    font-size: 1.25rem;
    font-weight: bold;
    color: #07BEF5;
}

/* 高DPI環境（スケール125%〜150%以上）向け */
@media (min-resolution: 144dpi) {
    /* セクション見出し類 */
    .rcp-head-p01 { font-size: 2rem; }
    .rcp-head-p02 { font-size: 2.25rem; }
    .rcp-head-p03 { font-size: 5rem; line-height: 1.2 !important; }
    .rcp-head-p03.rcp-head-p03-en { font-size: 4rem; line-height: 1.2 !important; }
    .rcp-head-p03.rcp-head-p03-vi { font-size: 3.75rem; line-height: 1.2 !important; }
    .rcp-ex-p01 { font-size: 1.35rem; }
    .rcp-ex-title h2 { font-size: 1.6rem; }
}

@media screen and (min-width: 668px) and (max-width: 769px) {
    #rcp {
        width: 100%;
        height: auto;
    }

    .rcp-head {
        background-image: url('../../images/service/021.webp');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
        height: 300px;
        margin: 0;
    }

    .rcp-head-p03 {
        font-size: 4rem;
    }

    .rcp-head-p03-en {
        font-size: 3rem !important;
    }

    .rcp-head-p03-span {
        font-size: 4rem;
    }

    .rcp-ex {
        width: 100%;
    }

    .rcp-ex-item p {
        font-size: 1.25rem;
    }

    .rcp-ex-list {
        width: 100%;
    }

    .rcp-ex-p01 {
        width: 100%;
        padding: 0 20px 20px;
        box-sizing: border-box;
    }

    .rcp-contents {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0 20px;
        gap: 40px;
    }

    .rcp-item {
        width: 340px;
    }

    .rcp-inner .extra {
        left: -15px;
        width: 100px;
        height: 100px;
    }

    .rcp-inner {
        width: 100%;
    }

    .rcp-inner .rcp-img {
        width: 340px;
        height: auto;
    }

    .rcp-inner .image-adjust {
        width: 340px;
        height: auto;
    }

    .rcp-inner .item-title {
        width: 340px;
    }
}

@media screen and (min-width: 392px) and (max-width: 667px) {
    #rcp {
        width: 100%;
        max-width: 660px;
        height: auto;
    }

    .rcp-head {
        background-image: url('../../images/service/021.webp');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
        height: 300px;
        margin: 0;
    }

    .rcp-head-p03 {
        font-size: 4rem;
    }

    .rcp-head-p03-en {
        font-size: 3rem !important;
    }

    .rcp-head-p03-span {
        font-size: 4rem;
    }

    .rcp-head-inner {
        transform: scale(0.8);
    }

    .rcp-ex {
        width: 100%;
    }

    .rcp-ex-item p {
        font-size: 1.25rem;
    }

    .rcp-ex-list {
        width: 100%;
    }

    .rcp-ex-p01 {
        width: 100%;
        padding: 0 20px 20px;
        box-sizing: border-box;
    }

    .rcp-contents {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0 20px;
        gap: 40px;
    }

    .rcp-item {
        width: 340px;
    }

    .rcp-inner .extra {
        left: -15px;
        width: 100px;
        height: 100px;
    }

    .rcp-inner {
        width: 100%;
    }

    .rcp-inner .rcp-img {
        width: 340px;
        height: auto;
    }

    .rcp-inner .image-adjust {
        width: 340px;
        height: auto;
    }

    .rcp-inner .item-title {
        width: 340px;
    }
}

@media screen and (max-width: 391px) {
    #rcp {
        width: 100%;
        max-width: 390px;
        padding: 40px 0;
    }

    .rcp-head {
        background-image: url('../../images/service/021.webp');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
        max-width: 360px;
        height: 200px;
        margin: 0;
    }

    .rcp-head-p01 {
        padding-bottom: 5px;
        text-shadow:
            -1px -1px 0 #fff,
             1px -1px 0 #fff,
            -1px  1px 0 #fff,
             1px  1px 0 #fff,
             0px  0px 4px rgba(0, 0, 0, 0.15);
        font-size: 1rem;
    }

    .rcp-head-p02 {
        line-height: 1;
        font-size: 1rem;
    }

    .rcp-head-p02 span {
        text-shadow: 1px 1px 1px #fff;
    }

    .rcp-head-p02 .square {
        width: 32px;
        height: 32px;
        text-shadow: none;
        line-height: 32px;
        font-size: 1.75rem;
    }

    .rcp-head-p02 .small {
        font-size: 0.875rem;
    }

    .rcp-head-p02 .right {
        display: inline-block;
        margin-left: -4px;
        font-size: 1.125rem;
    }

    .rcp-head-p03 {
        line-height: 1;
        text-shadow: 1px 1px 1px #fff;
        font-size: 2.375rem;
    }

    .rcp-head-p03-en {
        font-size: 1.3rem !important;
    }

    .rcp-head-p03-vi {
        font-size: 1.3rem !important;
    }

    .rcp-head-p03-span {
        line-height: 1;
        text-shadow: 1px 1px 1px #fff;
        font-size: 2.125rem;
    }

    .rcp-head-inner {
        transform: scale(0.8);
    }

    .rcp-ex {
        width: 100%;
        padding: 20px 10px;
    }

    .rcp-ex-p01 {
        font-size: 1.125rem;
        padding-bottom: 30px;
    }

    .rcp-check {
        width: 20px;
        height: auto;
    }

    .rcp-ex-list {
        padding: 30px 10px;
        width: 100%;
    }

    .rcp-ex-item p {
        font-size: 1.125rem;
        text-align: left;
    }

    .rcp-contents {
        width: 100%;
        gap: 30px;
    }

    .rcp-item {
        width: 340px;
        margin: 0 auto;
    }

    .rcp-inner {
        width: 100%;
    }

    .rcp-inner .item-title {
        width: 100%;
    }

    .rcp-inner .item-title p {
        font-size: 1.375rem;
        font-weight: 600;
    }

    .rcp-inner .image-adjust {
        width: 100%;
        height: 180px;
    }

    .rcp-inner .rcp-img {
        width: 100%;
        height: 180px;
    }

    .rcp-inner .extra {
        width: 90px;
        height: 90px;
        top: -5%;
        left: -5%;
    }

    .rcp-inner-text {
        padding: 10px 0;
    }
}

#cando {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.how-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
    gap: 0.5rem;
}

.how-head-p01 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 16px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #5F5F5F;
}

.how-head-p01::before,
.how-head-p01::after {
    content: "";
    display: block;
    width: 2px;
    height: 1.25rem;
    background: #5F5F5F;
}

.how-head-p01::before{
    transform: rotate(-25deg);
}

.how-head-p01::after{
    transform: rotate(25deg);
}


.how-head-p02 {
    font-size: 2rem;
    font-weight: bold;
    color: #07BEF5;
}

.how-ex {
    background-color: #FCFCFC;
    width: 100%;
    max-width: 900px;
    padding: 50px;
    margin: 0 auto;
    border-radius: 20px;
}

.how-ex-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    gap: 1rem;
}

.how-ex-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.how-ex-item img {
    width: 100%;
    max-width: 300px;
    /* height: 200px; */
}

.how-ex-item-text .how-ex-item-big {
    font-size: 1.25rem;
    font-weight: bold;
    color: #07BEF5;
}

.how-ex-item-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.how-ex-item-text p {
    color: #5F5F5F;
}

.how-flow {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
}

.how-flow-head h2 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #07BEF5;
}

.how-flow-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    padding-top: 50px;
    gap: 1rem;
}

.how-flow-content img {
    margin: 0 auto;
}

.how-flow-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}

.how-flow-item-left .title {
    margin-right: 10px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 4.875rem;
    font-weight: bold;
    color: #07BEF5;
}

.how-flow-item-left .text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #07BEF5;
}

.how-flow-item-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    max-width: 220px;
}

.how-flow-item-right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-left: 1px solid #07BEF5;
    width: 100%;
    max-width: 660px;
    padding: 10px;
    gap: 0.5rem;
    text-align: left;
}

.how-flow-item-right p {
    line-height: 1.3;
    text-align: left;
}

.how-flow-item-right-p01 {
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-weight: bold;
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    #cando {
        width: 100%;
    }

    .how-flow-head h2 {
        font-size: 2.5rem;
    }

    .how-ex {
        width: 90%;
        padding: 40px 25px;
    }

    .how-ex-items {
        width: 100%;
        flex-direction: column;
    }

    .how-ex-item-text .how-ex-item-big {
        font-size: 1.125rem;
    }

    .how-ex-item-text p {
        font-size: 0.8rem;
    }

    .how-ex-item {
        flex-direction: column;
        width: 100%;
    }

    .how-flow {
        width: 100%;
    }

    .how-flow-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
        gap: 0.5rem;
    }

    .how-flow-content {
        width: 100%;
        max-width: 768px;
    }

    .how-head-p01 {
        display: grid;
        grid-template-columns: repeat(3, auto);
        column-gap: 16px;
        justify-content: center;
        justify-items: center;
        align-items: end;
        font-size: 0.95rem;
        padding-bottom: 1rem;
    }

    .how-head-p01::before,
    .how-head-p01::after {
        height: 2rem;
    }

    .how-head-p01 span {
        display: block;
        font-size: 1.375rem;
    }
    
    .how-head-p01 span:nth-child(2) {
        font-size: 1.5rem;
    }

    .how-flow-item-left {
        width: 100%;
        max-width: 200px;
        justify-content: flex-start;
        width: auto;
        padding-right: 20px;
        border-right: 1px solid #07BEF5;
    }

    .how-flow-item-left .text {
        font-size: 0.95rem;
    }

    .how-flow-item-left .title {
        font-size: 3rem;
    }

    .how-flow-item-right {
        padding: 0;
        text-align: left;
        width: 100%;
        border: none;
    }

    .how-flow-item-right p {
        font-size: 1.25rem;
    }

    .how-flow-item-right .how-flow-item-right-p02 {
        font-size: 0.9rem;
    }

    .how-flow-item-right .how-flow-item-right-p03 {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 391px) {
    #cando {
        width: 100%;
        max-width: 390px;
    }

    .how-ex {
        width: 90%;
        padding: 25px;
    }

    .how-ex-items {
        width: 100%;
        gap: 2rem;
    }

    .how-ex-item {
        width: 100%;
        flex-direction: column;
    }

    .how-flow {
        width: 100%;
    }

    .how-flow-content {
        width: 100%;
    }

    .how-head {
        padding-bottom: 0;
    }

    .how-head-p01 {
        font-size: 0.95rem;
        padding-bottom: 1rem;
    }

    .how-head-p01 span {
        display: block;
        font-size: 1rem;
    }

    .how-head-p01 span:nth-child(2) {
        font-size: 1.375rem;
    }

    .how-head-p02 {
        font-size: 1.375rem;
    }

    .how-ex-item img {
        width: 340px;
        height: auto;
    }

    .how-ex-item-text {
        gap: 1rem;
    }

    .how-ex-item-text p {
        line-height: 1.6;
    }

    .how-flow-head h2 {
        font-size: 1.875rem;
    }

    .how-flow-content {
        padding: 25px 20px 0;
    }

    .how-flow-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .how-flow-item-left {
        justify-content: flex-start;
        width: auto;
        padding-right: 20px;
        border-right: 1px solid #07BEF5;
    }

    .how-flow-item-left .title {
        font-size: 2.5rem;
    }

    .how-flow-item-left .text {
        font-size: 1rem;
    }

    .how-flow-item-right {
        padding: 0;
        text-align: left;
        width: 90%;
        border: none;
    }

    .how-flow-item-right p {
        line-height: 1.6;
    }

    .how-flow-item-right-p01 {
        font-size: 1.125rem;
    }

    .how-flow-item-right-p02 {
        font-size: 1rem;
    }
}

#faq {
    padding: 50px 0;
    background-color: rgba(7, 190, 245, 0.1);
}

.faq-head {
    padding-bottom: 15px;
}

.faq-head h2 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #07BEF5;
}

.faq-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 1.5rem;
}

.faq-content {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 96%;
    max-width: 900px;
    padding: 20px;
    gap: 0;
}

.faq-content .big-q {
    line-height: 1;
    font-size: 4rem;
    font-weight: bold;
    color: #07BEF5;
}

.faq-content .big-a {
    margin-left: 8px;
    line-height: 1;
    font-size: 4rem;
    font-weight: bold;
    opacity: 0.5;
    color: #07BEF5;
}

.faq-content p {
    text-align: left;
}

.faq-content-default {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    cursor: pointer;
}

.faq-content-default p {
    font-size: 1.25rem;
    font-weight: bold;
}

.faq-content-default .arrow-down {
    position: absolute;
    right: 25px;
    transition: transform 0.3s ease;
}

.faq-content-open {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.faq-content-open.is-open {
    max-height: none;
    opacity: 1;
    margin-top: 1rem;
}

.faq-content-default .arrow-down.is-open {
    transform: rotate(180deg);
}

.faq-content-open p {
    font-size: 1.125rem;
}

/* 高DPI環境（スケール125%〜150%以上）向け */
@media (min-resolution: 144dpi) {
    /* FAQ */
    .faq-head h2 { font-size: 2.75rem; }
    .faq-content-default p { font-size: 1.15rem; padding: 0 2rem 0 0; }
    .faq-content-open p { font-size: 1rem; }
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    #faq {
        width: 100%;
        padding: 50px 20px;
    }

    .faq-head h2 {
        font-size: 2.5rem;
    }

    .faq-container {
        width: 100%;
    }

    .faq-content {
        width: 100%;
    }

    .faq-content-default {
        width: 80%;
    }
}

@media screen and (max-width: 391px) {
    #faq {
        width: 100%;
        max-width: 390px;
        padding: 20px;
        box-sizing: border-box;
    }

    .faq-container {
        width: 100%;
        gap: 40px;
    }

    .faq-content {
        width: 100%;
        padding: 10px;
    }

    .faq-head h2 {
        font-size: 1.875rem;
    }

    .faq-content-default {
        gap: 1rem;
    }

    .faq-content-default p {
        font-size: 1rem;
        padding: 0 3rem 0 0;
    }

    .faq-content-open p {
        font-size: 0.875rem;
    }

    .faq-content .big-q {
        font-size: 2.5rem;
    }

    .faq-content .big-a {
        margin-left: 4px;
        font-size: 2.5rem;
    }
}

.z-gotop {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.z-btn__container {
    background-image: url('../../images/service/002.webp');
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
}

.z-btn {
    width: 400px;
    height: 100px;
    background-color: #FF9D00;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

html[lang="vi"] .z-btn {
    width: 460px;
}

.z-btn a {
    text-decoration: none;
    color: #fff;
}

.z-btn:hover {
    opacity: .5;
}

.z-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.z-btn-link:hover {
    color: #fff;
    text-decoration: none;
}

html[lang="en"] .z-btn p,
html[lang="vi"] .z-btn p {
  margin-left: 0.5em;
}

.z-btn:has(.z-btn-en),
.z-btn:has(.z-btn-vi) {
  justify-content: flex-start;
}

.z-btn:has(.z-btn-en) p,
.z-btn:has(.z-btn-vi) p {
  margin-left: 3em;
}

.z-btn img {
    margin: 0;
}

.z-btn p {
    font-size: 2rem;
    font-weight: 500;
}

.z-btn-span {
    font-size: 1.75rem;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* 高DPI環境（スケール125%〜150%以上）向け */
@media (min-resolution: 144dpi) {
    /* ボタンのサイズ・文字サイズ調整 */
    .z-btn { width: 360px; height: 90px; }
    .z-btn p { font-size: 1.8rem; }
    .z-btn-span { font-size: 1.55rem; }
}

.br-sp {
    display: none;
}

.br-pc {
    display: block;
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    .z-btn {
        width: 340px;
        height: 85px;
    }

    .z-btn p {
        font-size: 1.75rem;
    }

    .z-btn-span {
        font-size: 1.5rem;
    }

    .z-btn img {
        margin-top: 0px;
    }
    
    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

@media screen and (max-width: 391px) {
    .z-btn {
        width: 340px;
        height: 85px;
    }

    .z-btn p {
        font-size: 1.75rem;
    }

    .z-btn img {
        margin-top: 5px;
    }

    .z-btn-span {
        font-size: 1.5rem;
    }
    
    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/* 非日本語（lang != ja）の時に fv-h01 を少し小さくするルール */
html:not([lang="ja"]) .fv-h01 {
    font-size: 3.0rem;
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    html:not([lang="ja"]) .fv-h01 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 391px) {
    html:not([lang="ja"]) .fv-h01 {
        font-size: 0.85rem;
    }
}

/* 非日本語のとき fv-h02 を小さくする（fv-h01 と同様の比率） */
html:not([lang="ja"]) .fv-h02 {
    font-size: 4rem;
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    html:not([lang="ja"]) .fv-h02 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 391px) {
    html:not([lang="ja"]) .fv-h02 {
        font-size: 1.6rem;
    }
}

/* vi (ベトナム語) のときはさらに小さく調整 */
html[lang="vi"] .fv-h01 {
    font-size: 2.2rem;
}
@media screen and (min-width: 392px) and (max-width: 769px) {
    html[lang="vi"] .fv-h01 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 391px) {
    html[lang="vi"] .fv-h01 {
        font-size: 1rem;
    }
}

html[lang="vi"] .fv-h02 {
    font-size: 3rem;
}
@media screen and (min-width: 392px) and (max-width: 769px) {
    html[lang="vi"] .fv-h02 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 391px) {
    html[lang="vi"] .fv-h02 {
        font-size: 1.5rem;
    }
}

/* vi (ベトナム語) のときはfv-circle-head も小さく */
html[lang="vi"] .fv-circle-head p {
    font-size: .8rem;
}

html[lang="vi"] .fv-circle-head-big {
    font-size: 2.5rem;
}

@media screen and (min-width: 392px) and (max-width: 769px) {
    html[lang="vi"] .fv-circle-head-big {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 391px) {
    /* use a more specific selector (include #fv) so it overrides the generic mobile rule without !important */
    html[lang="vi"] #fv .fv-container .fv-circle .fv-circle-head-big {
        font-size: 0.8rem;
    }
    /* vi only: make fv-circle-head p smaller on phones */
    html[lang="vi"] #fv .fv-container .fv-circle .fv-circle-head p {
        font-size: 0.45rem;
    }
}

/* page top */
.page_to_top {
    &.is-visible {
        background: #00C4FF;
    }
}