@charset "UTF-8";
/*
Theme Name: satuken
*/
.container_1 {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 0.8fr 0.fr;
    gap: 0px 0px;
    grid-template-areas:
        "txt pic"
        "botan pic";
}
.txt { grid-area: txt; }
.botan { grid-area: botan; }
.pic { grid-area: pic; }

.img_100 {
    width: 100%;
}
.txt {
    padding-top: 50px;
}
@media (max-width: 820px) {
.container_1{
  display: grid; 
  grid-template-columns: 1fr 0.8fr; 
  grid-template-rows: 0.fr 0.5fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "txt pic"
    "botan botan"; 
}
}
@media (max-width: 750px) {
.container_1{
  display: grid; 
  grid-template-columns: 1fr 0.8fr; 
  grid-template-rows: 0.fr 0.5fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "txt pic"
    "botan botan"; 
}
}
.dai_txt {
    font-size:3.75rem;
    font-weight: bold;
    line-height: 1.1;
}
.nka_txt {
font-size: 1.125rem;
    line-height: 1.75rem;
}
.shita_15 {
    margin-bottom: 1.5rem;
}
.shita_20 {
    margin-bottom: 2.0rem;
}
@media (max-width: 1024px) {
    .pic {
        padding-top: 0%;
        padding-bottom: 20px;
    }
.txt {
    padding-top: 10px;
}
    .botan {
         margin: 0 auto;
    }
.dai_txt {
    font-size:1.8rem;
    line-height: 1.5;
}
.nka_txt {
font-size: 1.2rem;
    line-height: 1.3rem;
}
.shita_15 {
    margin-bottom: 0.8rem;
}
.shita_20 {
    margin-bottom: 1.0rem;
}
}

@media (max-width: 750px) {
    .pic {
        padding-top: 10%;
    }
.txt {
    padding-top: 10px;
}
    .botan {
         margin: 0 auto;
    }
.dai_txt {
    font-size:1rem;
    font-weight: bold;
    line-height: 1.1;
}
.nka_txt {
font-size: 0.8rem;
    line-height: 1rem;
}
.shita_15 {
    margin-bottom: 0.8rem;
}
.shita_20 {
    margin-bottom: 1.0rem;
}
}
        .hero-gradient {
            background:#092e4e;
        }
        .section-gradient {
            background: linear-gradient(to bottom, #f8fafc, #e2e8f0);
        }
        .card-shadow {
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .btn-primary {
            padding-left: 2rem;
            padding-right: 2rem;
            background: #f39800;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
        }

@media (max-width: 750px) {
        .btn-primary {
            padding-left: 1rem;
            padding-right: 1rem;
        }
}
        .btn-orange {
            background: #f39800;
        }
        .point-card {
            transition: transform 0.3s ease;
        }
        .point-card:hover {
            transform: translateY(-5px);
        }
        .header-banner {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 12px 0;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
        }
        .problem-text {
            font-size: 2.0rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: .5rem;
        }
        .before-after-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2rem 0;
        }
        .before-after-item {
            text-align: center;
        }
        .before-after-item img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .before-after-label {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            color: white;
        }
        .before-label {
            background-color: #dc2626;
        }
        .after-label {
            background-color: #059669;
        }
body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(to bottom right, #1E3C72, #2A5298);
    margin: 0;
    padding: 0;
    color: #333;
}
h2 {
    text-align: center;
    margin-bottom: 30px;
}
label {
    display: block;
    margin-bottom: 15px;
}

button:hover {
    background-color: #e03e3e!important;
    color: #fff;
        font-weight: bold;
}
@media (max-width: 820px) {
            .problem-text {
                font-size: 1.5rem;
            }
}
        @media (max-width: 768px) {
            .problem-text {
                font-size: 0.8rem;
                line-height: 1.2;
                margin-bottom: .2rem;
            }
            .header-banner {
                font-size: 0.75rem;
                padding: 8px 0;
            }
            .before-after-container {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
*{box-sizing:border-box;font-family:'Nunito',sans-serif;}

.container{
    padding:4vw 2vw;
    justify-content:center;
}
.card{
    margin: 0 auto;
    width:100%;
    max-width:720px;
    background:#fff;
    padding:2.5rem 2rem;
    border-radius:10px;
    box-shadow:0 12px 28px rgba(0,0,0,0.12);
}
.title{
    font-size:1.4rem;
    align-items:center;
    gap:.4rem;
    margin-bottom:0.5rem;
}
.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:1rem 1.2rem;
}
.field{
    display:flex;
    flex-direction:column;
}
.full{
    grid-column:1/-1;
}
label{
    font-weight:700;
    margin-bottom:.3rem;
}
.req{
    color:#e63946;
}
input,textarea{
    width:100%;
    padding:.75rem 1rem!important;
    border:1px solid #dfe3e8;
    border-radius:6px;
    font-size:1rem;
    transition:border .2s;
}
input:focus,textarea:focus{
    border-color:#0d5cd3;
    outline:none;
}
textarea{
    resize:vertical;
    min-height:140px;
}
.btn{
    margin-top:1.8rem;
    width:100%;
    padding:1rem;
    border:none;
    border-radius:6px;
    font-size:1rem;
    font-weight:700;
    color:#fff;
    background: #f39800;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.5rem;
    cursor:pointer;
    transition:opacity .2s;
}
.btn:hover{
    opacity:.9;
}

@media (prefers-color-scheme:dark){
  body{background:linear-gradient(135deg,#0b3fa3,#0d5cd3);}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}