/** common **/

body,
h1,
h2,
h3,
h4,
h5,
ul,
p,
dl,
span {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    overflow-x: visible;
}
html{
    scroll-behavior: smooth;
}
aside{
    font-size: 60%;
    text-align: left;
    margin: 10px 0 0;
}
.headerColorScroll{
    background-color: var(--bk-color);
    transition: color 0.4s ease-out;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
.strength_half{
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}
.strength_half_list{
    position: relative;
    width: 48%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}
.strength_half_list .strength_list_ttl{
    margin: 0% 0 7% 51px;
    font-size: 1.5rem;
    width: 100%;
}

.strength_half_list img{
    position: absolute;
    right: -140px;
    height: 180px;
    bottom: -49px;
}
.strength_half_list .strength_list_txt{
    width: 65%;
}
.logo{
    max-width: 200px;
    width: 100%;
}
li {
    list-style: none;
}
header{
    background: var(--bk-color);
    transition: color 0.4s ease-out;
    padding: 12px 0;
    position: sticky;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 200;
    overflow-x: hidden;
}
.pc_br {
    display: block;
}
.header_bt span{
    color: #0091ac;
    display: none;
    width: 70%;
    margin: -10px auto 12px;
    font-size: 55%;
    background: #fff;
    border: 1px solid #0091ac;
    border-radius: 4px;
    padding: 5px;
}
.sp_br,.sp {
    display: none;
}

a {
    display: block;
    text-decoration: none;
    font-optical-sizing: auto;
    color: var(--text--color);
}

button {
    border: none;
    background: none;
}

.wasaviva_application {
    font-size: 16px;
    scroll-behavior: smooth;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

:root {
    --primary--color: #0091ac;
    --secondary--color: #eb612a;
    --bk-color: #ee9843;
    --text--color: #222c37;
    --yellow--color: #FFCD60;
    --light--color: #f4ded9;
    --wte--color: #fff;
    --contents--medium--width: 960px;
    --contents--short--width: 780px;
}

.hamburger {
    display: block;
    height: 64px;
    margin-left: auto;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 30px;
    z-index: 9999;
    width: 64px;
    border: 1px solid #fff;
    background-color: var(--primary--color);
    border-radius: 75%;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
    content: 'é–‰ã˜ã‚‹';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: var(--wte--color);
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--wte--color);
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "ãƒ¡ãƒ‹ãƒ¥ãƒ¼";
    text-align: center;
    color: var(--wte--color);
    font-size: 12px;
    font-weight: 900;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    min-height: 100vh;
    height: auto;
    width: 100%;
    visibility: hidden;
    overflow: scroll;
    padding-top: 60px;
    background-color: var(--wte--color);
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
    visibility: visible;
    overflow-y: auto !important;
}
.global-navigation {
    width: 90%;
    margin: 4em auto;
    padding: 40px 25px 120px;
}
.global-navigation__list{
    margin: 0 0 1.75em;
}
.global-navigation__list > li {
    padding: 0 0 20px;
    border-bottom: 2px solid #cccccc;
}
.global-navigation__list > li + li {
    margin: 20px 0 0;
}
.global-navigation__link {
    justify-content: space-between;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.sub_title img{
    width: 440px;
    padding: 30px 0 0;
    margin: 0 auto 0px;
}
.chat{
    display: block;
    max-width: 670px;
    position: relative;
    margin: 0 auto 13px;
    z-index: 10;
}
.shakehand{
    max-width: 450px;
    width: 100%;
    margin: -55px auto 0;
    position: relative;
    z-index: 10;
}
.mv_price_wrapper{
    max-width: 800px;
    right: 80px;
    position: absolute;
    bottom: 20px;
    width: 30%;
    border: 3px solid #db3a15;
    padding: 0 0 11px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    background: #fff;
    border-radius: 4px;
}
.mv_price_title{
    text-align: center;
    background: #db3a15;
    padding: 4px 0;
    font-size: 25px;
    width: 100%;
    color: #fff;
}
.mv_price{
    text-align: center;
    color: #db3a15;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 800;
    padding: 9px 0 5px;
}
.mv_price span{
    font-size: 160%;
    font-weight: 900;
}

.wasaviva_application,
h1 {
    font-size: 2rem;
}

.wasaviva_application,
h2 {
    font-size: 2rem;
}

.wasaviva_application,
h4 {
    font-size: 2rem;
    margin: 0 0 2rem;
}

.wasaviva_application,
h5 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5em;
}
.strength{
    background: var(--light--color);
    margin: 0 auto;
    padding: 40px 0 80px;
}
.wasaviva_application,
h6 {
    margin: 0 0 0.5rem;
    font-size: 1.3rem;
}
.strength_wide_list{
    background: #fff;
    padding: 40px;
    margin: 40px 0;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}

.mv_wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
@keyframes rotate-bg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.mv_wrapper::before{
       content: '';
       position: absolute;
       bottom: -35%;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 0;
       background: url(../../img/wasaviva/earth.png) no-repeat bottom center;
       background-size: contain;
       background-position: center;
       animation: rotate-bg 200s linear infinite;
       transform-origin: center center;
}

.mv_item{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    position: relative;
}
.mv_item01,.mv_item02,.mv_item03,.mv_item04{
    position: absolute;
    z-index: 50;
}.mv_item01 {
    max-width: 160px;
    bottom: 50px;
    left: 160px;
    animation-name: fadeIn1s;
    animation-delay: 500ms;   /* 1s (1000ms) ã‹ã‚‰ 500ms ã«å¤‰æ›´ */
    animation-duration: 0.25s; /* 0.5s ã‹ã‚‰ 0.25s ã«å¤‰æ›´ */
    animation-fill-mode: forwards;
    transform: translateY(2px);
    opacity: 0;
}

@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.mv_item02 {
    max-width: 100px;
    left: 330px;
    bottom: 160px;
    animation-name: fadeIn500ms;
    animation-delay: 500ms;
    animation-duration: 0.25s; /* 0.5s ã‹ã‚‰ 0.25s ã«å¤‰æ›´ */
    animation-fill-mode: forwards;
    transform: translateX(-1px);
    opacity: 0;
}

@keyframes fadeIn500ms {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.mv_item03 {
    max-width: 130px;
    left: 60px;
    top: -240px;
    right: 0;
    margin: auto;
    animation-name: fadeIn1500ms;
    animation-delay: 1200ms;
    animation-duration: 0.25s; /* 0.5s ã‹ã‚‰ 0.25s ã«å¤‰æ›´ */
    animation-fill-mode: forwards;
    transform: translateX(3px);
    opacity: 0;
}

@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.mv_item04 {
    max-width: 200px;
    right: 100px;
    bottom: 200px;
    animation-name: fadeIn2s;
    animation-delay: 1800ms;
    animation-duration: 0.25s; /* 0.5s ã‹ã‚‰ 0.25s ã«å¤‰æ›´ */
    animation-fill-mode: forwards;
    transform: translateX(2px);
    opacity: 0;
}

@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.chat {
    animation-delay: 2.5s; 
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.mv_contents_wrapper {
    position: relative;
    align-items: center;
}

.middle_wrapper {
    max-width: var(--contents--medium--width);
    width: 100%;
    margin: auto;
    padding: 2rem 0 0;
    background-size: 100%;
}

.mv_ttl_wrapper {
    width: 70%;
}

.mv_ttl_sub {
    font-size: 1.25rem;
    background: var(--secondary--color);
    border-radius: 34px;
    width: 100%;
    font-weight: 800;
    color: var(--wte--color);
    padding: 1rem 0rem;
    text-align: center;
    margin: 0 0 0.5rem;
}

.mv_ttl {
    color: var(--primary--color);
    margin: 5px 0 1.5rem;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.25em;
}

.mv_txt {
    line-height: 1.75em;
    font-size: 1rem;
}

.mv_ttl_img {
    width: 95%;
}

.problem_ttl {
    text-align: center;
    margin: 0 0 2rem;
    font-size: 2.8rem;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    font-weight: 800;
}

.problem_ttl_min {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text--color);
}

.problem_gellery {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0 230px;
    border-radius: 12px;
    flex-wrap: wrap;
    width: var(--contents--medium--width);
    margin: 0 auto 4rem;
    background: url(../../img/wasaviva/problem_man.png) no-repeat #f1f1f1 bottom center;
    background-size: 25%;
}

.problem_list {
    width: 21%;
    border-radius: 8px;
    text-align: center;
    padding: 0.5rem 0rem;
}

.problem_icon {
    margin: 0 auto 0.5rem;
    width: 100%;
    max-width: 170px;
}

.problem_list_ttl{
    color: var(--text--color);
    font-weight: 800;
    margin: auto;
}
.problem_copy_wrapper{
    background: var(--secondary--color);
    background-position-y: -106px;
    background-size: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 0 0 90px;
}
.consignment_icon{
    width: 19%;
    margin: 40px auto 0;
    position: relative;
    max-width: 210px;
}
.consignment_icon img{
    margin: 20px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    width: 210px;
}
.consignment{
    width: 570px;
    margin: 42px auto 40px;
    padding: 190px 0 0;
}
.merit_gellery{
    display: block;
    justify-content: space-around;
    width: var(--contents--medium--width);
    margin: 0 auto 70px;
}
.merit_gellery li{
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin: 0 0px 80px;
    padding: 40px;
    box-sizing:border-box;
}
.merit_gellery li:nth-child(even){
    margin:20px 0 0;
}

.reverce{
    flex-direction:row-reverse;
}
.merit_txt{
    width: 46%;
    color: var(--text--color);
}
.merit_gellery h5{
    color: #000;
    text-align: left;
    font-size: 36px;
    position:relative;
    margin: 0 0 30px;
}
.merit_txt p{
    font-size: 15px;
    line-height: 1.75em;
}
.skew_speed{
    /* position:relative; */
    /* display: list-item; */
    background: #db3a15;
    color: #fff;
    border-radius: 4px;
    padding: 1px 14px;
    display: table;
    /* padding: 10px 0; */
    /* margin: 0 0 20px; */
    /* max-width: 300px; */
    /* width: 100%; */
    /* border-radius: 44px; */
    margin: 0 0 20px;
}
.skew_speed::before{
    /* content: ""; */
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 38px;
    right: 0;
    z-index: 0;
    border-radius: 3px;
    background: red;
    transform: skewX(-15deg);
}
.merit_gellery li img{
    width: 50%;
    z-index: 100;
    position: relative;
    border-radius: 9px;
}
.consignment img{
    width: 100%;
}
.problem_copy_wrapper h6{
    text-align: center;
}
.problem_copy {
    text-align: center;
    font-weight: 800;
    font-size: 3rem;
    margin: 24px 0 0;
}

.problem_copy_yellow {
    font-size: 0.5em;
    max-width: 59%;
    display: block;
    padding: 0 0 12px;
    margin: 42px auto 10px;
    background: linear-gradient(transparent 70%, #FFCD60 50%);
}

.triangle {
    height: 60px;
    width: 90px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    transform: scaleY(-1);
    margin: auto;
}

.strength_ttl {
    text-align: center;
    margin: 51px 0 4rem;
    font-size: 3.5rem;
    line-height: 1.75em;
    font-weight: 800;
}

.strength_num {
    color: var(--secondary--color);
    font-size: 6rem;
    margin: 0 8px;
    font-weight: 900;
}

.strength_gellery {
    width: var(--contents--medium--width);
    margin: auto;
}

.strength_list {
    margin: 50px 0 1rem;
    background: #fff;
}

.strength_list_num {
    background: #d93932;
    display: inline-block;
    line-height: 0.95em;
    color: var(--wte--color);
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 800;
    padding: 0px 13px 14px;
    border-bottom-right-radius: 20px;
    margin: 0 0 0.5rem;
}
.strength_list_num span{
    font-size: 40%;
}
.strength_img {
    max-width: 250px;
}
.wide{
    width: 100%;
    max-width: 960px;
}

.strength_txt {
    width: 100%;
}

.strength_list_ttl {
    color: var(--secondary--color);
    font-size: 2.5rem;
    margin: -25px 0 0.9rem 44px;
    font-weight: 800;
    width: 90%;
}

.strength_list_txt {
    font-size: 1rem;
    line-height: 1.75em;
    margin: 0 0 10px;
}
.graph_txt{
    background: #0091ac;
    padding: 2px 0;
    text-align: center;
    width: 100%;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    display: block;
    margin: 0 0 20px;
}
.network{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 4px;
    justify-content: center;
    background: #efefef;
    gap: 19px 7px;
}
.network li{
    width: 140px;
    height: 74px;
}

.strength_list.reverce {
    flex-direction: row-reverse;
}

.deep {
    background: var(--secondary--color);
}

.short_wrapper {
    max-width: var(--contents--medium--width);
    width: 100%;
    margin: auto;
    padding: 4rem 0;
}

.user_ttl {
    text-align: center;
    color: var(--wte--color);
    font-size: 3.5rem;
    margin: 0 0 4rem;
    font-weight: 800;
}

.user_gellery {
    width: var(--contents--short--width);
    margin: auto;
    padding: 0;
}

.user_list {
    display: flex;
    background: var(--wte--color);
    margin: 3rem 0 1.2rem;
    padding: 0rem 4.2rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
}

.user_icon {
    margin: 0 0 -6px;
    height: auto;
    width: 100%;
    max-width: 135px;
    position: relative;
}

.user_icon img{
    height: auto;
    width: 60%;
    margin: -24px 0 6px;
}

.user_comment {
    font-size: 1.05rem;
    width: 75%;
}

.user_list.reverce {
    flex-direction: row-reverse;
}

.gray {
    background: var(--light--color);
}

.movie_ttl {
    text-align: center;
    font-weight: 800;
}

.movie_gellery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.movie_list {
    width: 23%;
    margin: 0 0 1.5rem;
}

.movie_box {
    width: 90%;
    margin: 0 auto 1rem;
}

.movie_box iframe{
    max-width: 430px;
    width: 100%;
    height: 242px;
}

.youtube-lazy-load {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
}

.youtube-lazy-load .youtube-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.youtube-lazy-load .youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: #f00;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* å†ç”Ÿãƒœã‚¿ãƒ³ã®ä¸­ã®ä¸‰è§’å½¢ */
.youtube-lazy-load .youtube-play-button::before {
    content: '';
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}

/* å‹•ç”»ãŒèª­ã¿è¾¼ã¾ã‚ŒãŸå¾Œã®ã‚¹ã‚¿ã‚¤ãƒ« */
.youtube-lazy-load.loaded .youtube-thumbnail,
.youtube-lazy-load.loaded .youtube-play-button {
    opacity: 0;
    pointer-events: none;
}

/* åŸ‹ã‚è¾¼ã¾ã‚ŒãŸYouTubeã®iframe */
.youtube-lazy-load iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.movie_list_ttl{
    text-align: center;
    font-weight: 800;
    line-height: 1.5rem;
}

.faq_ttl {
    text-align: center;
    margin: 0 0 3rem;
    font-weight: 800;
}

.faq_gellery {
    width: var(--contents--short--width);
    margin: auto;
    padding: 0;
}

.faq_list {
    margin: 0 0 2.75rem;
}

.faq_question {
    font-weight: 800;
}

.answer {
    font-size: 0.9rem;
    line-height: 1.75em;
}

.attention {
    font-weight: 800;
    text-align: center;
    font-size: 2.8rem;
    color: var(--wte--color);
}

.light {
}

.wte {
    background: var(--wte--color);
    width: 600px;
    padding: 60px;
    margin: auto;
}

.attention_gellery {
    padding: 1.5rem;
}

.attention_list {
    color: var(--text--color);
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 1rem;
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.table-container {
    width: 100%;
    max-width: 900px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.table-header {
    padding: 3rem 2rem;
    text-align: center;
}

.table-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #111827;
}

.table-header p {
    font-size: 1rem;
    color: #6b7280;
}

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* Small screen fallback */
}

th, td {
    text-align: left;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.95rem;
}

th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #4b5563;
}

tr:last-child td {
    border-bottom: none;
}

.plan-name {
    font-weight: 700;
    font-size: 1.125rem;
    color: #1f2937;
}

.price-text {
    color: #4b5563;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    margin-bottom: 0.5rem;
    color: #4b5563;
    position: relative;
    padding-left: 1.25rem;
}

.feature-list li::before {
    content: 'âœ”';
    color: #10b981;
    position: absolute;
    left: 0;
}

.highlighted-plan {
    background-color: #f0f9ff;
}

.highlighted-plan .plan-name {
    color: #2563eb;
}


.header__menu__wide__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4px 20px 0px;
}

.header__menu__wide {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    align-items: center;
}

.header__menu__wide li {
    display: flex;
    align-items: center;
}

.header__menu__wide a {
    text-decoration: none;
    color: var(--wte--color);
    display: block;
    font-size: 15px;
}

.header__menu__wide__wrapper > li:first-child,
.header__menu__wide__wrapper > li:last-child {
    display: flex;
    align-items: center;
}

.request__bt,.cta_bt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    background: #00a1cc;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 64px;
    padding: 8px 30px 8px;
    box-shadow: 0 5px 0 #016ba7;
}
.center_bt{
    max-width: 510px;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 30px auto 5px;
    height: 60px;
    display: block;
}
.request__bt a,.cta_bt a {
    color: inherit;
    text-decoration: none;
    display: block;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.request__bt:hover,.cta_bt:hover{
    box-shadow: none;
    transform: translateY(5px);
    transition: 0.3s;
}

.page-container {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
    margin: 0;
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.flow-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 16px;
}

.flow-container h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 2.5rem;
}

.flow-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    position: relative;
}

.flow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50px;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #e9ecef;
    z-index: 1;
}

.step-icon-container {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
    z-index: 2;
}

.step-icon {
    font-size: 1.5rem;
}

.step-content {
    flex-grow: 1;
}

.step-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.step-content p {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #495057;
}

.note-container {
    margin-top: 3rem;
    padding-left: 5rem;
}

.note-container p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
}

/*============================
#mv
============================*/
#mv{
    background-color: var(--bk-color);
    background-size: 4px 4px;
}
.mv_pattern{
    background-image: radial-gradient(#ffffff 0.4px, var(--bk-color) 0.4px);
    position: relative;
    z-index: 10;
}
.skew_left{
    width: 1920px;
    height: 660px;
    opacity: 0.25;
    background-blend-mode: soft-light;
    background: #f5bc3b;
    position: absolute;
    z-index: 6;
    clip-path: polygon(40% 0%, -5% 0%, 40% 100%, 0% 100%);
}
.skew_right{
    width: 1920px;
    height: 660px;
    background: #ed6d34;
    background-blend-mode: overlay;
    position: absolute;
    opacity: 0.25;
    /* right: 0; */
    z-index: 9;
    clip-path: polygon(40% 0%, 77% 0%, 40% 100%, 0% 100%);
}
.sub_title{
    position: relative;
    z-index: 120;
}
.main_title{
    max-width: 960px;
    width: 100%;
    position: relative;
    margin: auto;
}
.mv_footer{
    background: #fff;
    padding: 14px;
    position: sticky;
}
.mv_footer_contents{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: nowrap;
    max-width: 1020px;
    margin: auto;
}
.award_gellery{
    width: 55%;
    gap: 20px;
    padding: 0 30px;
    align-items: end;
    margin: 0;
    display: flex;
}
.award_gellery li{
    width: 100%;
}
.price_flex{
    display: flex;
    border: 1px solid #db3a15;
}
.cta_bt span{
    display: none;
    margin: -26px auto 9px;
    border-radius: 24px;
}
.problem{
    margin: -1px 0 0;
    padding: 40px 0 0;
    position: relative;
    z-index: 10;
    background: #fff;
}
.problem_sub_copy{
    text-align: center;
    color: var(--secondary--color);
    font-weight: 800;
    letter-spacing: 0.15em;
    margin: 0 0 79px;
    font-size: 30px;
}
.case_copy{
    text-align: center;
    line-height: 1.5em;
}
.case_gellery{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: var(--contents--medium--width);
    margin: 0 auto 90px;
}
.case{
    background: #fff;
    width: 24%;
    border-radius: 184px;
    box-sizing: border-box;
}

.case img{
    border-radius: 8px;
}


@media (min-width: 768px) and (max-width: 1199px) {
    :root {
        --contents--medium--width: 90%;
        --contents--short--width: 80%;
    }
    .wasaviva_application {
        font-size: 14px;
    }
    .pc_br{
        display: block;
    }
    .sp_br {
        display: none;
    }
    .triangle {
        height: 200px;
        width: 200px;
        background-color: var(--light--color);
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
    }
    .skew_right{
    width: 100%;
    height: 100%;
    clip-path: polygon(69% 0%, 100% 0%, 40% 100%, 0% 100%);
}
    .skew_left{
    width: 100%;
    height: 100%;
    clip-path: polygon(40% 0%, -3% 0%, 40% 100%, 0% 100%);
}
    
.sub_title img{
    padding: 2% 0 0;
}
.chat{
        width: 90%;
        margin: 0 auto;
    }
    .shakehand{
        width: 100%;
        margin: -4% auto;
    }
.mv_item{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    position: relative;
}
.mv_item01,.mv_item02,.mv_item03,.mv_item04{
    position: absolute;
    z-index: 50;
}
.mv_item01{
    max-width: 130px;
    bottom: 120%;
    left: 7%;
}
.mv_item02{
    max-width: 100px;
    left: 12%;
    top: -200%;
}
.mv_item03{
    /* width: 130px; */
    left: 2%;
    right: 10px;
    margin: auto;
}
.mv_item04{
    right: 3%;
    bottom: 150%;
}
    .mv_footer_contents{
        flex-wrap:wrap;
    }
    .mv_price_wrapper{
        width: 70%;
        position: sticky;
        margin: 0 auto 3%;
    }
    .mv_price_title{
        padding: 2% 0;
    }
    .mv_price{
        padding: 3% 0 1.5%;
    }
    .strength_half_list img{
        position: sticky;
    }
    .strength_half_list{
        width: 48%;
    }
    .strength_half_list .strength_list_ttl{
        margin: 20% 0 5%;
    }
    .strength_half_list .strength_list_txt{
        width:100%;
    }


}


@media screen and (max-width: 768px) {
    .wasaviva_application {
        font-size: 13px;
    }
    :root {
        --contents--medium--width: 90%;
        --contents--short--width: 80%;
    }
    .pc_br,.pc{
        display: none;
    }
    .sp_br,.sp{
        display: block;
        margin: auto;
    }

    .strength_half_list .strength_list_ttl{
        margin: 20% 0 3%;
        font-size: 1.5rem;
        width: 100%;
    }

    .chat{
        display: block;
        width: 90%;
        margin: 1px auto 33px;
    }
    .shakehand{
        width: 60%;
        margin: -48px auto 0;
    }
    .mv_wrapper::before{
        bottom: -14%;
    }
    .mv_item{
        width: 100%;
        margin: auto;
        position: relative;
    }
    .mv_item01,.mv_item02,.mv_item03,.mv_item04{
        position: absolute;
        z-index: 50;
    }
    .mv_item01{
        max-width: 60px;
        top: -70%;
        left: 2%;
    }
    .mv_item02{
        max-width: 70px;
        left: 5%;
        top: -40%;
    }
    .mv_item03{
        width: 80px;
        left: -20px;
        top: -173px;
        right: 0;
    }
    .mv_item04{
        max-width: 90px;
        right: 9px;
        bottom: 192px;
    }
    .header_bt{
    width: 100%;
    padding: 12px 16px;
    box-shadow: 0 2px 0 #016ba7;
    }
    .request__bt, .cta_bt{
        
    }

    .header_bt a{
        font-size: 1rem;
    }
    .attention{
        line-height: 1.5em;
        font-size: 1.75em;
    }
    .mv_contents_wrapper {
        flex-direction: column;
    }
    .mv_ttl_wrapper {
        width: 100%;
    }
    .mv_ttl_sub {
        font-size: 1.2rem;
        line-height: 1.5em;
    }
    .mv_ttl {
        text-align: center;
        font-size: 4rem;
    }
    .mv_txt {
        width: var(--contents--medium--width);
        margin: 0 auto 3rem;
    }

    .case{
        width: 48%;
        margin: 0 0 5%;
    }
    .problem_ttl {
        font-size: 2rem;
    }
    .problem_ttl_min {
        margin: 0 0 1rem;
        line-height: 1.25em;
        font-size: 2rem;
    }
    .problem_list {
        width: var(--contents--short--width);
    }
    .problem_icon {
        width: 78%;
        margin: auto;
    }
    .problem_copy_yellow {
        display: inline-block;
        margin: 1rem auto 0;
        font-size: 1.5rem;
        line-height: 1.25em;
        max-width: 90%;
        font-weight: normal;
    }
    .triangle {
        height: 30px;
        width: 70px;
        display: none;
        background-color: var(--light--color);
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
    }
    .middle_wrapper{
        padding: 8% 0 4%;
    }
    .strength_ttl {
        font-size: 2rem;
        line-height: 2.25em;
        margin: 0;
    }
    .strength_list {
        flex-direction: column;
    }
    .strength_img {
        margin: auto;
    }
    .strength_txt {
        width: 100%;
    }
    .strength_list_ttl {
        font-size: 1.5rem;
    }
    .strength_list_txt {
        font-size: 13px;
        line-height: 1.75em;
        margin: 0 0 8%;
    }
    .strength_list.reverce {
        flex-direction: column;
    }
    .short_wrapper {
        padding: 16% 0 0;
    }
    .user_ttl {
        font-size: 2.5rem;
    }
    .user_list {
        flex-direction: column;
        padding: 1.5rem;
        width: 100%;
        margin: 0 0 3.2rem;
    }
    .user_icon img{
        margin: -40px auto 2rem;
        width: 80%;
        height: auto;
        display: block;
    }
    .user_comment {
        line-height: 1.75em;
        width: 95%;
    }
    .user_list.reverce {
        flex-direction: column;
    }

    .main_title{
        max-width: 960px;
        margin: auto;
    }
    .mv_footer{
        /* background: #fff; */
        padding: 4% 0 8%;
    }
    .mv_footer_contents{
        align-items: end;
        width: 80%;
        margin: auto;
        flex-direction: column;
    }
    .award_gellery{
        width: 100%;
        padding: 0;
        margin: auto;
    }
    .award_gellery li{
        width: 100%;
    }

    .consignment_icon{
        width: 19%;
        margin: 40px auto 0;
        position: relative;
        max-width: 210px;
    }
    .consignment_icon img{
        margin: -10px auto; 
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        width: 90px;
    }

    .merit_gellery{
        justify-content: space-around;
        flex-direction: column;
        width: var(--contents--medium--width);
        margin: 0 auto 70px;
    }
    .merit_gellery li{
        display: block;
        padding: 8%;
        width: 100%;
        border-radius: 10px;
        margin: 0 auto 8%;
    }
    .merit_gellery h5{
        color: #000;
        font-size: 1em;
        line-height: 1.5em;
        margin: 0 0 5%;
    }
    .skew_speed{
        margin: 0 0 2%;
        font-size: 22px;
        padding: -1px 12px;
    }
    .merit_gellery li img{
        width: 100%;
        margin: 0px auto;
    }
    .merit_txt{
        width:100%;
        margin: 8% 0 0;
    }
    .consignment img{
        width: 100%;
    }
    .movie_gellery {
        flex-direction: column;
    }
    .movie_list {
        width: var(--contents--short--width);
        margin: 0 auto 3rem;
    }
    .faq_gellery {
        width: var(--contents--medium--width);
    }
    .faq_question {
        line-height: 2rem;
        margin: 0 0 1rem;
        text-align: justify;
    }
    .answer {
        line-height: 1.75em;
    }
    .attention_list {
        line-height: 1.75em;
        margin: 0 0 0.5rem;
    }
    .flow-container {
        padding: 1rem;
    }
    .flow-container h1 {
        font-size: 2rem;
    }
    .flow-step {
        margin-bottom: 2rem;
    }
    .step-icon-container {
        margin-right: 1rem;
    }
    .note-container {
        padding-left: 3rem;
        margin-top: 2rem;
    }
    .table-header {
        padding: 2rem 1rem;
    }
    .table-header h1 {
        font-size: 2rem;
    }
    th, td {
        padding: 1rem;
    }
    .strength_half_list img{
        position: unset;
    }
    .wte{
        width: 90%;
        padding: 20px;
    }
    .sub_title img{
        width: 72%;
        padding: 0;
    }
    .strength_half{
        display: block;
        width: 100%;
    }
    .strength_half_list{
        width: 95%;
        margin: 0 auto 8%;
    }
    .header__menu__wide__wrapper{
        width: 90%;
        display: flex;
        padding: 6px 10px 12px;
    }
    .skew_right{
        width: 100%;
        clip-path: polygon(120% 0%, 59% 0%, -100% 100%, 0% 100%);
        height: 100%;
    }
    .skew_left{
        width: 100%;
        clip-path: polygon(0% 0%, -12% 0%, 101% 100%, 0% 100%);
        height: 100%;
    }
    .logo{
        width: 170px;
    }
    header{
        width: 100%;
        overflow: hidden;
    }
    .mv_wrapper{
        background-position-y: 236px;
    }
    .mv_price_wrapper{
        width: 80%;
        margin: 0px auto 20px;
        font-size: 13px;
        position: static;
        line-height: 1.75em;
    }
    .mv_price_title{
        padding: 2% 0;
        width: 100%;
        font-size: 2.5em;
        line-height: 1.25em;
    }
    .mv_price{
        font-size: 20px;
        letter-spacing: 0;
        padding: 3% 0 1.5%;
    }
    .cta_bt.center_bt{
        width: 90%;
        margin: 4% auto 0;
    }
    .request__bt, .cta_bt{
        transform:translateY(2px);
    }
    .problem_gellery{
        width: 95%;
        margin: auto;
        padding: 0 0 83px;
    }
    .problem_list{
        width: 33%;
    }
    .problem_list_ttl{
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 0;
    }
    .problem_copy_wrapper{
        padding: 0 0 16%;
    }
    .consignment{
        width: 75%;
        margin: 20px auto;
        padding: 73px 0 0;
    }
    .problem_sub_copy{
        font-size: 23px;
        margin: 0 0 0px;
    }

    .strength_wide_list{
    margin: 0 auto 8%;
    padding: 8%;
    width: 95%;
    }
    .strength_list_ttl{
        margin: 60px 0 11px;
        width: 100%;
    }
    .strength_half_list .strength_list_txt{
        width: 100%;
        font-size: 14px;
    }
    .graph_txt{
        font-size: 1rem;
        letter-spacing: 0.02rem;
        line-height: 1.5em;
    }
    .network{
        width: 100%;
        padding: 4% 0;
        box-sizing: border-box;
        gap: 2%;
    }
    .network li{
        width: 45%;
        margin: 0 0 36px;
    }
    .case_gellery{
        margin: 0 auto;
        gap: 4%;
        width: 85%;
    }
}