@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	color:#000;
	text-align: center;
	overflow-x: hidden;
}
body img{
    width: 100%;
    height: auto;
}

body .sp_item {
    display: none !important; }
  body .pc_item {    
    display: block !important; }	

p {
    line-height: 1.4;
}
.inner{
    max-width: 1000px;
    margin: 0 auto;
}
a{
    display: block;
}
a:hover{
    opacity: 0.5;
}

header{
    background: #fff;
}
header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    width: 35%;
    text-align: left;
}
header .logo img{
    width: 180px;
}
header .cta{
    width: 40%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
    margin: 0;
}
header .cta .img{
    width: 100%;
}
header .cta .img img{
    width: 50%;
}
header .cta a{
    width: 48%;
    margin: 10px 1% 0;
}

/* Header CTA Button */
.header-cta {
    display: flex;
    align-items: center;
}
.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #d30e29 0%, #ff4444 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(211, 14, 41, 0.3);
}
.btn-primary:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 14, 41, 0.4);
}

/* First View */
.fv {
    background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
    padding: 90px 0;
}
.fv .inner {
    max-width: 1200px;
}
.fv-content {
    text-align: center;
}
.fv-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    align-items: center;
}
.fv-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv-image img {
    width: 100%;
    height: auto;
}

/* FV Form Card */
.fv-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    padding: 30px 25px;
}
.fv-form-title {
    color: #d30e29;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.fv-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.fv-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.fv-step-num {
    font-size: 11px;
    color: #ccc;
    font-weight: bold;
}
.fv-step.active .fv-step-num {
    color: #d30e29;
}
.fv-step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
}
.fv-step.active .fv-step-dot {
    border-color: #d30e29;
    background: #d30e29;
}
.fv-step-line {
    width: 40px;
    height: 2px;
    background: #ddd;
    margin: 12px 4px 0;
}
.fv-form-box {
    background: #fff;
    border: 2px solid #d30e29;
    border-radius: 12px;
    padding: 25px 20px;
}
.fv-form-question {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    color: #333;
}
.fv-form-box .selector-buttons {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.fv-catch {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.fv-sub {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* Work Style Selector */
.work-style-selector {
    margin: 40px 0;
}
.selector-label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}
.selector-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}
.work-btn {
    background: #d30e29;
    border: none;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(211, 14, 41, 0.3);
}
.work-btn:hover {
    background: #a00a1f;
    transform: translateY(-2px);
}
.work-btn.selected {
    background: #fff;
    color: #d30e29;
    border: 3px solid #d30e29;
}
.work-btn.secondary {
    background: #fff;
    color: #999;
    border: 2px solid #ddd;
    box-shadow: none;
}
.work-btn.secondary:hover {
    color: #d30e29;
    border-color: #d30e29;
    background: #fef5f6;
}

/* Trust Section - Fire Background */
.trust-section {
    background: linear-gradient(135deg, #ffffff 0%, #d30e29 50%, #ffffff 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 100%, rgba(255, 100, 0, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(255, 50, 0, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(255, 150, 0, 0.2) 0%, transparent 60%);
    pointer-events: none;
}
.trust-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.trust-item {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    background: rgba(255,255,255,0.1);
}
.trust-banner-img {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Trust Badges (legacy) */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.badge {
    background: linear-gradient(135deg, #d30e29 0%, #a00a1f 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(211, 14, 41, 0.25);
    letter-spacing: 1px;
    border: none;
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
    text-align: center;
}
.cta-section.bg-red {
    background: linear-gradient(135deg, #d30e29 0%, #a00a1f 100%);
}
.cta-lead {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #d30e29 0%, #ff4444 100%);
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(211, 14, 41, 0.4);
    animation: pulse 2s infinite;
}
.cta-button.white {
    background: #fff;
    color: #d30e29;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.cta-button:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(211, 14, 41, 0.5);
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Achievements Section */
.achievements {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.achievements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(211, 14, 41, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 200, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}
.achievements-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.achievements-en {
    font-size: 13px;
    letter-spacing: 5px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
    font-weight: bold;
}
.achievements h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.achievements-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d30e29, #ff6b6b);
    margin: 0 auto;
    border-radius: 2px;
}
.achievement-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.achievement-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
    width: 280px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.4s ease;
    position: relative;
}
.achievement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(211, 14, 41, 0.5);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.08) 100%);
}
.achievement-card .number {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-weight: 700;
    background: linear-gradient(180deg, #fff 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
    filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.2));
}
.achievement-card .number small {
    font-size: 28px;
}
.achievement-card .label {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.kv{
    background: #f2f2f2;
    padding: 100px 0 50px;
}
.amazon{
    background: #d30e29;
    padding: 100px 0;
}

.cta{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 100px 0;
}
.cta .img{
    width: 100%;
}
.cta .img img{
    width: 60%;
}
.cta a{
    width: 48%;
    margin: 30px 1% 0;
}
.trouble .midashi{
    background: #d30e29;
    padding: 50px 0;
    position: relative;
}
.trouble .midashi::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d30e29;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.trouble .midashi p{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.trouble .midashi h2{
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.trouble .trouble_main{
    background: #f2f2f2;
    padding: 100px 0 50px;
    position: relative;
}
.trouble .trouble_main img{
    max-width: 1000px;
    margin: 0 auto;
}
.trouble .trouble_main:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -120px;
    left: 50%;
    border-top: 120px solid #f2f2f2;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
}
.trouble .solution{
    padding: 200px 0 100px;
}
.trouble .solution img:nth-child(1){
    width: 70%;
}
.trouble .solution img:nth-child(2){
    padding: 30px 0 50px;
    width: 85%;
}

.bg_cta{
    background: url(../img/contact_bg.jpg) no-repeat top;
    padding: 130px 0;
    background-size: cover;
}
.bg_cta a:hover{
    opacity: 1;
}
.bg_cta img{
    max-width: 800px;
}
.bg_cta a{
    margin-top: 30px;
}

.reason{
    padding-bottom: 100px;
}
.reason .midashi{
    background: #d30e29;
    padding: 50px 0;
    position: relative;
}
.reason .midashi img{
    width: 30%;
}
.reason .midashi::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d30e29;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.reason .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;
}
.reason .wrap .img{
    width: 38%;
}
.reason .wrap .text{
    width: 58%;
    text-align: left;
}
.reason .wrap .text p{
    font-size: 23px;
    line-height: 2;
    margin: 20px 0 0 60px;
}
.reason .wrap .text img{
    width: 100%;
}
.reason .wrap.row{
    flex-direction: row-reverse;
}

.flow{
    background: #f2f2f2;
    padding: 100px 0;
}
.flow .img{
    width: 80%;
    margin: 0 auto 50px;
}

.voice .midashi{
    background: #d30e29;
    padding: 50px 0;
    position: relative;
}
.voice .midashi h2{
    width: 50%;
    margin: 0 auto;
}
.voice .midashi::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d30e29;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.voice .voice-main{
    background: #fbe7ea;
    padding: 100px 0;
}
.voice .voice-main .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.voice .voice-main .wrap.row{
    flex-direction: row-reverse;
}
.voice .voice-main .wrap .img{
    width: 25%;
}
.voice .voice-main .wrap .text{
    width: 65%;
    background: #fff;
    padding: 30px 20px;
    text-align: left;
    border-radius: 20px;
    position: relative;
}
.voice .voice-main .wrap.row .text::after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #fff;
    right: -7%;
    top: 40%;
}
.voice .voice-main .wrap .text h4{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}
.voice .voice-main .wrap .text h4 span{
    color: #d30e29;
}
.voice .voice-main .wrap .text p{
    font-size: 18px;
    line-height: 1.8;
}
.voice .voice-main .wrap:nth-child(2){
    margin-top: 60px;
}
.voice .voice-main .wrap:nth-child(2) .text::after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid #fff;
    left: -7%;
    top: 40%;
}

.beginer{
    padding: 100px 0;
}
.beginer .head{
    width: 90%;
    margin: 0 auto 80px;
}
.beginer .head .img{
    width: 40%;
    margin: 0 auto 20px;
}
.beginer .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.beginer .wrap .img{
    width: 23%;
}

/* Logo Banner */
.logo-banner {
    padding: 60px 0;
    background: #fff;
}
.logo-banner-img {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

footer{
    background: #d30e29;
    padding: 15px 0;
}
footer p{
    color: #fff;
}

.yohaku{
    margin-top: 30px;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #fff;
}
.faq .midashi {
    background: #d30e29;
    padding: 50px 0;
    position: relative;
    margin-bottom: 50px;
}
.faq .midashi h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.faq .midashi::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d30e29;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}
.faq-item summary {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    list-style: none;
    text-align: left;
    background: #fff;
    transition: background 0.3s;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::before {
    content: "Q.";
    color: #d30e29;
    font-weight: bold;
    margin-right: 10px;
}
.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #d30e29;
    transition: transform 0.3s;
}
.faq-item[open] summary::after {
    content: "−";
}
.faq-item summary:hover {
    background: #fef5f6;
}
.faq-item p {
    padding: 20px 25px;
    text-align: left;
    line-height: 1.8;
    background: #f8f8f8;
    border-top: 1px solid #eee;
}

/* Final CTA */
.final-cta {
    padding: 150px 0;
}

/* Footer enhancement */
footer .inner {
    max-width: 1000px;
    margin: 0 auto;
}
footer small {
    font-size: 12px;
    opacity: 0.9;
}

/* Contact Form */
.contact-form {
    background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
    padding: 80px 0;
}
.form-header {
    text-align: center;
    margin-bottom: 40px;
}
.form-header-en {
    font-size: 13px;
    letter-spacing: 5px;
    color: #d30e29;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.form-header h2 {
    font-size: 34px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.form-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d30e29, #ff6b6b);
    margin: 12px auto 0;
    border-radius: 2px;
}
.form-lead {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}
.form-body {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.form-group {
    margin-bottom: 25px;
    text-align: left;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 15px;
}
.required {
    background: #d30e29;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s;
}
.form-group input:focus {
    outline: none;
    border-color: #d30e29;
}
.radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.radio-label {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    min-width: 100px;
    justify-content: center;
}
.radio-label:hover {
    border-color: #d30e29;
    background: #fef5f6;
}
.radio-label input {
    margin-right: 8px;
}
.radio-label input:checked + span {
    color: #d30e29;
    font-weight: bold;
}
.radio-label:has(input:checked) {
    border-color: #d30e29;
    background: #fef5f6;
}
.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #d30e29 0%, #ff4444 100%);
    color: #fff;
    padding: 18px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(211, 14, 41, 0.3);
}
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 14, 41, 0.4);
}
.form-note {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    text-align: center;
}

/* Thanks Page */
.thanks-section {
    padding: 100px 0;
    min-height: 60vh;
}
.thanks-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.thanks-icon {
    width: 80px;
    height: 80px;
    background: #28a745;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.thanks-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.thanks-message {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}
.next-steps {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: left;
}
.next-steps h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.next-steps ol {
    list-style: decimal;
    padding-left: 25px;
}
.next-steps li {
    margin-bottom: 10px;
    font-size: 15px;
}
.line-cta {
    padding: 30px;
    background: #06c755;
    border-radius: 15px;
    color: #fff;
}
.line-cta p {
    margin-bottom: 15px;
    font-size: 14px;
}
.line-btn {
    display: inline-block;
}
.line-btn img {
    max-width: 250px;
}

@media screen and (max-width: 899px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp_item {
        display: block !important; }
      body .pc_item {
        display: none !important; } 
    .inner{
        margin: 0 15px;
    }
    
    /* Header - compact */
    header {
        padding: 8px 0;
    }
    header .inner {
        padding: 0;
    }
    header .logo img {
        width: 100px;
    }
    
    /* FV - fit in screen, fix line breaks */
    .fv {
        padding: 30px 0;
    }
    .fv-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .fv-catch {
        font-size: 22px;
        line-height: 1.5;
        padding: 0 10px;
    }
    .fv-sub {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 10px;
    }
    .work-style-selector {
        margin: 25px 0;
    }
    .selector-label {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .selector-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 5px;
    }
    .work-btn {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    /* Trust Section */
    .trust-section {
        padding: 25px 10px;
    }
    .trust-content {
        gap: 10px;
    }
    .trust-item {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .kv, .amazon, .cta, .flow, .beginer{
        padding: 50px 0;
    }
    .cta{
        margin: 0 15px;
    }
    .cta .img img, .cta a{
        width: 100%;
    }
    .cta a:nth-child(3){
        margin-top: 0;
    }
    .trouble .midashi{
        padding: 30px 0;
    }
    .trouble .midashi p{
        font-size: 25px;
    }
    .trouble .midashi h2{
        font-size: 28px;
    }
    .trouble .trouble_main{
        padding: 80px 15px 30px;
    }
    .trouble .trouble_main:after{
        border-top: 50px solid #f2f2f2;
        bottom: -50px;
    }
    .trouble .solution{
        padding: 100px 0 50px;
    }
    .trouble .solution img:nth-child(1){
        width: 95%;
    }
    .trouble .solution img:nth-child(2){
        width: 100%;
        padding: 10px 0 20px;
    }
    .bg_cta{
        padding: 80px 15px;
    }
    .reason .midashi img{
        width: 80%;
    }
    .reason .midashi{
        padding: 30px 0;
    }
    .reason .wrap .text{
        width: 100%;
    }
    .reason .wrap{
        justify-content: center;
        margin-top: 50px;
    }
    .reason .wrap .img{
        width: 85%;
    }
    .reason .wrap .text p{
        margin-left: 15px;
        font-size: 16px;
    }
    .flow .img{
        width: 100%;
        margin-bottom: 20px;
    }
    .voice .midashi{
        padding: 30px 0;
    }
    .voice .midashi h2{
        width: 80%;
    }
    .voice .voice-main .wrap .img{
        width: 100%;
    }
    .voice .voice-main .wrap .img img{
        width: 70%;
    }
    .voice .voice-main .wrap .text{
        width: 100%;
        margin-top: 50px;
    }
    .voice .voice-main .wrap .text h4{
        font-size: 19px;
    }
    .voice .voice-main .wrap .text p{
        font-size: 15px;
    }
    .voice .voice-main .wrap.row .text::after, .voice .voice-main .wrap:nth-child(2) .text::after{
        display: none;
    }
    .voice .voice-main .wrap .text::before{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #fff;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .beginer .head{
        width: 100%;
        margin-bottom: 30px;
    }
    .beginer .head .img{
        width: 55%;
    }
    .beginer .wrap .img{
        width: 48%;
        margin-top: 20px;
    }
    header .cta{
        position: fixed;
        background: #fff;
        bottom: 0;
        width: 100%;
        align-items: center;
        z-index: 100;
        left: 0;
    }
    footer{
        padding-bottom: 120px;
    }
    .yohaku{
        margin-top: 20px;
    }
    /* FAQ responsive */
    .faq {
        padding: 50px 0;
    }
    .faq .midashi {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .faq .midashi h2 {
        font-size: 24px;
    }
    .faq-list {
        margin: 0 15px;
    }
    .faq-item summary {
        font-size: 15px;
        padding: 15px 40px 15px 15px;
    }
    .faq-item p {
        font-size: 14px;
        padding: 15px;
    }
    .final-cta {
        padding: 80px 15px;
    }
}

