@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	position:relative !important;
	width:100% !important;
	overflow-x: hidden !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
.mb {
    display: none;
}
/* ==============================
トップ
============================== */
/* ==============================
背景エフェクト
============================== */
.background-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
/* 	background: linear-gradient(135deg, #b0deff 0%, #e8f7fe 100%); */
	background-color:#f6f6f6;
}

.circle {
    position: fixed;
    border-radius: 50%;
    filter: blur(1px);
    animation: float 20s infinite ease-in-out;
    z-index: 1;
}

.circle-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(220 240 255 / 60%) 0%, rgb(157 187 255 / 10%) 70%, transparent 100%);
    top: 10%;
    left: 20%;
    animation-delay: -5s;
}

.circle-2 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgba(78, 205, 196, 0.1) 70%, transparent 100%);
    top: 30%;
    right: 15%;
    animation-delay: -10s;
}

.circle-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 195, 113, 0.7) 0%, rgba(255, 195, 113, 0.1) 70%, transparent 100%);
    bottom: 20%;
    left: 30%;
    animation-delay: -15s;
}

.circle-4 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgb(233 255 147 / 40%) 0%, rgb(247 255 142 / 10%) 70%, #e8ff6f00 100%);
    top: 60%;
    right: 30%;
    animation-delay: -2s;
}

.circle-6 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 10%) 70%, transparent 100%);
    bottom: 10%;
    right: 10%;
    animation-delay: -12s;
}

.circle-7 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(113, 159, 237, 0.3) 0%, rgba(113, 159, 237, 0.1) 70%, transparent 100%);
    top: 40%;
    left: 10%;
    animation-delay: -18s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-30px) translateX(20px) scale(1.1);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-10px) translateX(-15px) scale(0.9);
        opacity: 0.7;
    }
    75% {
        transform: translateY(-40px) translateX(10px) scale(1.05);
        opacity: 0.85;
    }
}

/* ==============================
ヒーローセクション
============================== */
#lp01 {
    background: url(https://simulation.kaishu-fuyouhin.com/wp-content/uploads/2025/08/back.jpg);
	background-size: cover;
    background-position: center;
	max-width: 100%;
}
.fv {
    position: relative;
    z-index: 10;
/*     background: url(https://simulation.kaishu-fuyouhin.com/wp-content/uploads/2025/08/back.jpg); */
    background-size: cover;
    background-position: center;
    max-width: 100%;
}
.fv img {
    width: 100%;
    margin: auto !important;
    display: block;
}
.hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
}

.image-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    perspective: 1000px;
    overflow: hidden;
    pointer-events: none;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7) blur(0px);
    transition: filter 0.3s ease;
}

.hero-text {
    font-size: 3rem;
    line-height: 1.2;
    z-index: 3;
    position: relative;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-text h1 {
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-text span {
    font-size: 1.5rem;
    opacity: 0.9;
    font-weight: 400;
}

/* ==============================
マルチステップフォーム
============================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    overflow-x: hidden;
    color: #333;
}

.multistep-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    z-index: 10;
}

.form-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 40px;
    max-width: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.progress-bar2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
    background-color: transparent;
    padding: 1rem;
	flex-direction: inherit !important;
}

.progress-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
}

.progress-step.active {
    background: #ff4e4e !important;
    color: white;
    transform: scale(1.1);
}

.form-step {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.form-step.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.remaining-count {
    text-align: center;
    font-size: 14px;
    color: #ff6b6b;
    margin-bottom: 10px;
    font-weight: bold;
}

.question-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.option-group, .checkbox-group {
    margin-bottom: 20px;
}

.option-button, .checkbox-option {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.option-button:hover, .checkbox-option:hover {
    border-color: #ff6b6b;
    background: #fff5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
}

.option-button.selected, .checkbox-option.selected {
    border-color: #ff6b6b;
    background: linear-gradient(135deg, #ff6b6b, #ff5252);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
}

.summary-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.summary-label {
    font-weight: bold;
    color: #495057;
}

.summary-value {
    color: #6c757d;
    text-align: right;
    max-width: 60%;
}

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 15px;
}

.btn {
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    min-width: 100px;
}

.btn-back {
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    color: #666;
}

.btn-back:hover {
    background: linear-gradient(135deg, #e0e0e0, #d0d0d0);
    transform: translateY(-2px);
}

.btn-next {
    background: #ff4e4e !important;
    color: white;
    flex: 1;
}

.btn-next:hover {
    background: linear-gradient(135deg, #e55a5a, #e04848);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

/* Contact Form 7のスタイル調整 */
.wpcf7-form {
    margin: 0;
}
.pcp {
    margin-top: 2rem;
	margin-bottom: 6px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #ff6b6b;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

.wpcf7-form .btn-submit {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-weight: bold;
}

.wpcf7-form .btn-submit:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

/* ==============================
レスポンシブ対応
============================== */

/* タブレット（768px以下） */
@media (max-width: 768px) {
    .background-container {
        min-height: 100vh;
    }
    
    .circle-1, .circle-2, .circle-3, .circle-4, .circle-6, .circle-7 {
        width: 50%;
        height: 150px;
        animation-duration: 25s;
    }
    
    .hero {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-text {
        font-size: 2.2rem;
        padding: 20px 30px;
        margin: 0 20px;
    }
    
    .hero-text h1 {
        font-size: 2.2rem;
        margin-bottom: 8px;
    }
    
    .hero-text span {
        font-size: 1.1rem;
    }
    
    .multistep-form-container {
        padding: 20px 15px;
    }
    
    .form-container {
        padding: 25px;
        margin: 0 10px;
        max-width: 90%;
        border-radius: 15px;
    }
    
    .progress-bar2 {
        gap: 8px;
        padding: 0.8rem;
        margin-bottom: 25px;
    }
    
    .progress-step {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
    
    .question-title {
        font-size: 17px;
        margin-bottom: 18px;
    }
    
    .option-button, .checkbox-option {
        padding: 14px 18px;
        font-size: 15px;
        margin-bottom: 8px;
        border-radius: 20px;
    }
    
    .summary-section {
        padding: 18px;
        border-radius: 12px;
    }
    
    .summary-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 10px 0;
    }
    
    .summary-value {
        max-width: 100%;
        font-size: 14px;
        text-align: left;
        font-weight: 500;
        color: #495057;
    }
    
    .button-group {
        gap: 12px;
        margin-top: 25px;
    }
    
    .btn {
        padding: 14px 25px;
        font-size: 15px;
        border-radius: 20px;
    }
    
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form textarea {
        padding: 14px;
        font-size: 16px; /* iOSのズームを防ぐ */
        border-radius: 8px;
    }
}

/* スマートフォン（480px以下） */
@media (max-width: 480px) {
    .circle-1, .circle-2, .circle-3, .circle-4, .circle-6, .circle-7 {
        width: 80%;
        height: 120px;
        animation-duration: 30s;
    }
    
    .hero {
        height: 70vh;
        min-height: 450px;
    }
    
    .hero-text {
        font-size: 1.8rem;
        padding: 15px 20px;
        margin: 0 15px;
        border-radius: 15px;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    
    .hero-text span {
        font-size: 0.9rem;
    }
    
    .multistep-form-container {
        padding: 50px 10px;
    }
    
    .form-container {
        padding: 20px 15px;
        margin: 0 5px;
        max-width: 95%;
        border-radius: 12px;
    }
    
    .progress-bar2 {
        gap: 6px;
        padding: 0.6rem 0.3rem;
        margin-bottom: 20px;
    }
    
    .progress-step {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }
    
    .remaining-count {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .question-title {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .option-button, .checkbox-option {
        padding: 12px 15px;
        font-size: 14px;
        margin-bottom: 6px;
        border-radius: 18px;
        line-height: 1.3;
    }
    
    .summary-section {
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    
    .summary-item {
        padding: 8px 0;
    }
    
    .summary-label {
        font-size: 14px;
        margin-bottom: 3px;
    }
    
    .summary-value {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .button-group {
        flex-direction: column-reverse;
        gap: 10px;
        margin-top: 20px;
    }
    
    .btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        border-radius: 18px;
    }
    
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form textarea {
        padding: 12px;
        font-size: 16px; /* iOSのズームを防ぐ */
        border-radius: 6px;
    }
    
    .wpcf7-form .btn-submit {
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 18px;
    }
}

/* 小さなスマートフォン（360px以下） */
@media (max-width: 360px) {
    .hero-text {
        font-size: 1.5rem;
        padding: 12px 15px;
    }
    
    .hero-text h1 {
        font-size: 1.5rem;
    }
    
    .hero-text span {
        font-size: 0.8rem;
    }
    
    .form-container {
        padding: 15px 12px;
    }
    
    .progress-step {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    
    .question-title {
        font-size: 15px;
    }
    
    .option-button, .checkbox-option {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* 横向きスマートフォン対応 */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        height: 100vh;
        min-height: 400px;
    }
    
    .hero-text {
        font-size: 1.8rem;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
    }
    
    .multistep-form-container {
        padding: 20px 15px;
    }
}

/* 大画面対応（1200px以上） */
@media (min-width: 1200px) {
    .form-container {
        max-width: 600px;
        padding: 50px;
    }
    
    .hero-text {
        font-size: 3.5rem;
        padding: 30px 50px;
    }
    
    .hero-text span {
        font-size: 1.8rem;
    }
    
    .question-title {
        font-size: 20px;
    }
    
    .option-button, .checkbox-option {
        font-size: 17px;
        padding: 18px 25px;
    }
}
.pip {
    text-align: center;
    padding-bottom: 1rem;
}
.pcp span {
    background-color: red;
    color: #fff;
    padding: 2px 4px;
    border-radius: 100px;
	font-size: 0.7rem;
    margin-left: 5px;
}
    .multistep-form-container {
        background-color: #fe561d;
    }
#lp01-back {
     background-color: #fe0000;
}
.wpcf7-response-output {
    display: none !important;
}
#bbb {
    margin-top: 3rem;
}
/* ==============================
プライバシーポリシー
============================== */
.privacy-area {
    width:100%;
/* 	overflow: scroll; */
    height: 150px;
	overflow-x: hidden !important;
	border: 3px solid #ebebeb;
    background-color: #fafafa;
	margin-top:2rem;
	padding: 0.5rem;
}
.privacy-area h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 1rem;
}
.privacy-area h4 {
    font-weight: bold;
    padding: 1.5rem 0 0.5rem 0;
}
.privacy-area p {
    line-height: 1.5rem;
}
.doui {
    text-align: center;
    margin-top: 1.5rem;
}
.new-btn {
    text-align: center;
    margin-top: 1rem;
    margin-left: -1rem;
}
/* ==============================
ラストフッター
============================== */
#company {
    max-width: 100%;
    background-color: #000000;
    padding: 1rem 0;
    font-size: 0.8rem;
    color: #fff;
}
#company table {
    width: 40%;
    margin: auto;
}
#company th {
    padding-top: 0.7rem;
	font-weight:bold;
}
#company td {
	font-weight:bold;
}
small {
	text-align:center;
	display: flow-root;
    padding-top:1rem;
	font-weight:bold;
}
#company p {
	position:absolute;
	z-index:-1;
}
.footer {
    color: #ffffff !important;
    text-align: center;
    padding-top: 3rem;
}
#company a {
    color: rgb(255 255 255) !important;
}
#privacy {
    text-align: center;
    margin-top: 1rem;
}
#privacy a {
    border-bottom: 1px solid #fff;
}