/* ==========================================
   General Styles
========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* ==========================================
   Header
========================================== */
.header-top {
    color: white;
    padding: 15px 0;
}

.logo {
    max-width: 180px;
    height: auto;
}

.header-buttons .btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 13px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    background: white;
    color: #00b5ad;
}

.header-buttons .btn:hover {
    background:#00b5ad;
    color: #fff;
}

/* ==========================================
   Hero Section
========================================== */
.hero-section {
    background: url('../img/main_bg.jpg'), #23b7b8;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    padding: 0px 0 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: 6vw;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    font-feature-settings: "palt" 1;
    letter-spacing: .3em;
    margin-top: 6vw;
    margin-bottom: 9vw;
}

.hero-features {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.feature-badge {
    background: rgba(255, 245, 127, 0.65);
    border: #fff57f 6px solid;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    padding-bottom: 1rem;
}

.feature-badge:hover {
    transform: translateY(-5px);
}

.badge-label {
    font-size: 3vw;
    color: #254b6d;
    font-weight: 900;
}

.badge-value {
    font-size: 8vw;
    font-weight: 900;
    color: #254b6d;
    line-height: 1;
}

.hero-subtext {
    margin-top: 20px;
    border: 3px solid #fff;
    border-radius: 1rem;
}

.subtext-item-left {
    padding: 12px 20px;
    font-size: 2.8vw;
    font-weight: 700;
    text-align: center;
}

.subtext-item-right {
    color: #23b7b8;
    background: rgba(255,255,255,1);
    padding: 12px 20px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    width: 100%;
    border-radius: 0 .5rem .5rem 0;
    font-size: 2.8vw;
    font-weight: 700;
    text-align: center;
}

.hero-image {
    max-width: 100%;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}

.pamphlet-bn {
    border: 2px solid #fff;
    display: inline-block;
    width: 300px;
    border-radius: 1rem;
    overflow: hidden;
}

/* ==========================================
   Switch Info Section
========================================== */
.switch-info {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.title-icon {
    width: 50px;
    height: 50px;
}

.title-icon-small {
    width: 35px;
    height: 35px;
}

.info-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    font-weight: 700;
    color: #00b5ad;
    margin-bottom: 15px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2vw
}

.subsection-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
}

.subsection-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url('../img/ttl_icon_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.step-icon {
    position: relative;
}

.step-icon div{
    display: inline-block;
    margin-bottom: 20px;
    background: #fff;
    aspect-ratio: 1 / 1;
    border-radius: 10rem;
    padding-top: 2rem;
    width: 170px;
    width: 170px;
    position: relative;
}

@media (max-width: 1400px) {
    .step-icon div {
        width: 200px;
        height: 200px;
    }
}

.step-icon::after {
    content: '';
    display: block;
    background: url('../img/arrow.png') no-repeat center;
    background-size: contain;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    bottom: 60%;
}

@media (max-width: 1400px) {
    .step-icon::after {
        right: -15px;
    }
}

@media (max-width: 1200px) {
    .step-icon::after {
        right: -18px;
    }
}

@media (max-width: 960px) {
    .step-icon::after {
        bottom: -25px;
        right: 0;
        left: 0;
        transform: rotate(90deg);
    }
}



.step-icon_last-child::after {
    content: '';
    background:none;
}

.step-icon img {
    width: 100px;
    margin-bottom: 0px;

}

.step-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    width: 100%;
}

.requirements-box {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 30px;
}


.requirements-box h3 {
    color: #254b6d;
}

.requirements-box p {
    color: #666;
    line-height: 1.6;
}

.small-text {
    font-size: 14px;
    color: #666;
}

.requirement-item {
    gap: 20px;
    border-top: 1px solid #666;
    padding-top: 1rem;
}

.requirement-item h3 {
    color: #254b6d;
}

/* ==========================================
   New Power Section
========================================== */
.new-power-section {
    padding: 80px 0;
    background: linear-gradient( #e1f2f3 20%, #b8e0e2 100%);
}

.section-title-blue {
    font-size: 2.5rem;
    font-weight: 900;
    color: #254b6d;
    margin-bottom: 50px;
    position: relative;
    padding-left: 65px;
    background: url('../img/ttl_line_bg_b.svg') no-repeat left bottom;
    background-size: 1280px;
    padding-bottom: 2rem;
    font-feature-settings: "palt" 1;
}

.section-title-blue::before {
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('../img/ttl_icon_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.explanation-box {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.explanation-box h4 {
    color: #00b5ad;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.explanation-box p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

.diagram-image {
    margin: 0 auto;
}

.stella-info {
    background: linear-gradient(135deg, #00d4cc 0%, #00b5ad 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.stella-info strong {
    font-size: 1.3rem;
}

/* ==========================================
   Q&A Section
========================================== */
.qa-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #00d4cc 0%, #00b5ad 100%);
    padding: 50px;
    border-radius: 15px;
    margin-top: 3rem;
}

.section-title-white {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 50px;
    position: relative;
    padding-left: 65px;
    background: url('../img/ttl_line_bg_w.svg') no-repeat left bottom;
    background-size: 1280px;
    padding-bottom: 2rem;
}

.section-title-white::before {
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('../img/ttl_icon_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.qa-items {
    max-width: 900px;
    margin: 0 auto;
}

.qa-item {
    margin-bottom: 40px;
}

.question {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.face-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
}

.question-text {
    background: white;
    padding: 20px 25px;
    border-radius: 15px;
    flex: 1;
    font-weight: 500;
    position: relative;
}

.question-text::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.answer {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
    margin-left: 50px;
}

.character-icon {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}

.answer-bubble {
    background: #fffcd1;
    padding: 20px 25px;
    border-radius: 15px;
    flex: 1;
    position: relative;
}

.answer-bubble::before {
    content: '';
    position: absolute;
    right: -9px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fffcd1;
}

/* ==========================================
   Pricing Section
========================================== */
.pricing-section {
    padding: 50px 50px 0px 50px;
    background: #fff;
    margin-top: 3rem;
    border-radius: 15px;
}

.pricing-subtitle {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #23b7b8;
    text-align: left;
}

.pricing-examples {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pricing-card {
    background: white;
    overflow: hidden;
}

.pricing-card.family-card {
    background: #fffcd1;
}

.pricing-card.shop-card {
    background: #e6f4fd;
}

.pricing-card.office-card {
    background: #fce5e7;
}

.pricing-header {
    color: #254b6d;
    padding: 20px 30px;
    
}

.pricing-header h4 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.pricing-body {
    padding: 0px 30px 30px 30px;
}

.current-price,
.new-price {
    text-align: center;
}

.current-price {
    background: #f8f9fa;
    border-radius: 0px;
    padding: 5px;
}

.family-card .current-price {
    background: #fff3a4;
}

.shop-card .current-price {
    background: #c7e3f7;
}
.office-card  .current-price {
    background: #f7c7ce;
}

.new-price {
    background: #fff;
}

.label {
    margin-bottom: 10px;
}

.current-price .label {
   font-size: 1.2rem;
   font-weight: 700;
   margin-bottom: 0px;
}

.new-price .label {
   font-size: 1.2rem;
   font-weight: 700;
}

.family-card .new-price .label {
    background: #ffdf00;
}

.shop-card .new-price .label {
    background: #5eb4e6;
    color: white;
}

.office-card .new-price .label {
    background: #ee859d;
    color: white;
}

.price {
    font-size: 1.45rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 5px;
}

.bg-danger {
    background-color: #e95504 !important;
}

.new-price .price {
    font-size: 1.45rem;
    padding-bottom: 1rem;
}

.new-price .price b{
    color: #e90404;
}

.annual {
    font-size: 14px;
    color: #666;
}

.savings {
    font-size: 1.3rem;
    font-weight: 900;
    color: #ff5722;
    margin-top: 15px;
}

.arrow {
    font-size: 1rem;
    color: #fff;
    background: #254b6d;
    font-weight: bold;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.pricing-table-section h3 {
    color: #23b7b8;
}

.pricing-table {
    background: white;
}

.yellow-bg {
    background-color: #fffacd !important;
}

.green-bg {
    background-color: #23b7b8 !important;
    color: #fff !important;
}

.blue-bg {
    background-color: #e6f2ff !important;
}

.pink-bg {
    background-color: #fce4ec !important;
}

.row-header {
    background-color: #f5f5f5;
    font-weight: bold;
}

.pricing-table th {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #000;
}

.pricing-table td {
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    border: 1px solid #000;
}

.table-note {
    padding: 30px;
    border-radius: 10px;
}

.character-message {
}

.character-message img {
    max-width: 400px;
    margin-bottom: -.5rem;
}

/* ==========================================
   Application Section
========================================== */
.application-section {
    padding: 50px;
    background: #fff;
    border-radius: 15px;
    margin-top: 3rem;
}

.application-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto 40px;
}

.app-step {
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 30px;
    transition: transform 0.3s ease;
}

.app-step01 {
    background: #fff297;
}

.app-step02 {
    background: #b9e3f9;
}

.app-step03 {
    background: #f7c7ca;
}

.app-step:hover {
    transform: translateX(10px);
}

.character-small {
    width: 80px;
    height: auto;
}

.step-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #254b6d;
    margin: 0;
}

.notes-section {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.notes-section ul {
    list-style: none;
    padding: 0;
}

.notes-section li {
    padding: 10px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.notes-section li:last-child {
    border-bottom: none;
}

/* ==========================================
   Footer
========================================== */
.footer {
    background: #23b7b8;
    color: white;
    padding: 60px 0 30px;
}

.footer-logo {
    max-width: 200px;
    filter: brightness(0) invert(1);
    background: none;
}

.footer-text {
    color: #fff;
    margin: 15px 0;
}

.footer-copyright {
    color: #fff;
    font-size: 14px;
    padding-top: 0px;
}

.footer-contact-btn {
    background-color: #fff;
    color: #23b7b8;
    border: 3px solid #fff;
    padding: 20px 40px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-image: url('../img/character_face.png');
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 50px 50px;
    padding-left: 75px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.footer-contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: #1a8f90;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* 満足度ラジオボタン */
.satisfaction-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.satisfaction-radio .form-check-input:checked + .form-check-label {
    color: #23b7b8;
    font-weight: bold;
}

.satisfaction-radio .form-check-input {
    margin-top: 0.3em;
    cursor: pointer;
}

.satisfaction-radio .form-check-label {
    cursor: pointer;
    user-select: none;
}

@media (max-width: 768px) {
    .footer-contact-btn {
        font-size: 16px;
        padding: 16px 35px;
        padding-left: 65px;
        background-size: 40px 40px;
        background-position: left 12px center;
    }
}

/* ==========================================
   Responsive Styles
========================================== */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title,
    .section-title-blue,
    .section-title-white {
        font-size: 2rem;
    }
    
    .feature-badge {
        padding-bottom: 0px;
    }
    
    .badge-value {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-section {
       background-position: center 100px;
    }
    
    .section-title,
    .section-title-blue,
    .section-title-white {
        font-size: 1.5rem;
        flex-direction: column;
    }
    
    .header-buttons {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    .header-buttons .btn {
        margin: 0 !important;
    }
    
    .feature-badge {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
    
    .badge-value {
        font-size: 32px;
    }
    
    .explanation-box {
        padding: 25px;
    }
    
    .requirements-box {
        padding: 25px;
    }
    
    .answer {
        margin-left: 0;
    }
    
    .character-icon {
        width: 80px;
    }

    .face-icon {
        width: 80px;
        height: auto;
    }
    
    .arrow {
        font-size: 1rem;
        margin: 20px 0;
        display: inline-block;
        padding-top: 1.7rem;
    }
    
    .app-step {
        flex-direction: column;
        text-align: center;
    }
    
    .pricing-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .info-box {
        font-size: 21px;
    }


    .requirements-box,
    .explanation-box,
    .qa-section,
    .pricing-section,
    .application-section 
    {
        padding: 25px 15px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .section-title,
    .section-title-blue,
    .section-title-white {
        font-size: 1.3rem;
    }
    
    .subsection-title {
        font-size: 1.3rem;
    }
    
    .feature-badge {
    }
    
    .badge-label {
        
    }
    
    .badge-value {
  
    }

    .info-box {
        font-size: 16px;
    }

    .header-top .d-flex {
       display: block !important;
       margin-top: 1rem;
        
    }

    .header-buttons {
        width: 100%;
        display: inline-block;
        margin-top: 1rem;
    }
}
