* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

.mv {
    width: 100%;
}

.mv-container {
    background-color: #FFDAB9;
    padding: 60px 30px;
    padding-bottom: 0;
}

.mv-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start
}

.mv-text {
    flex: 1;
    padding-right: 20px;
    min-width: 300px;
}

.mv-heading {
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
    color: #df6121;
    margin-bottom: 30px;
    padding-top: 20px;
}

.mv-image {
    min-width: 300px;
    text-align: center;
}

.mv-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .mv-container {
        padding: 40px 20px;
    }

    .mv-content {
        flex-direction: column;
    }

    .mv-text {
        padding-right: 0;
        margin-bottom: 30px;
        margin-bottom: 0px;
        text-align: center;
    }

    .mv-heading {
        font-size: 24px;
    }
}

.contact-banner {
    width: 100%;
    background-color: #df6121;
    padding: 30px 20px;
    text-align: center;
}

.contact-banner-container {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-banner-text {
    margin-bottom: 20px;
}

.contact-banner-heading {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.contact-banner-subheading {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.contact-banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-banner-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    min-width: 390px;
    justify-content: center;
}

.header-fbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phone-button {
    background-color: #ffffff;
    color: #333333;
}

.consultation-button {
    background-color: #1a9464;
    color: #ffffff;
}

.button-icon {
    margin-left: 25px;
    margin-right: 10px;
    width: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button-icon img {
    width: 78px;
    height: auto;
}

.button-content {
    text-align: left;
}

.button-number {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

.button-hours {
    font-size: 12px;
    color: #df6121;
    text-align: center;
}

.button-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.header-contact-banner-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    /* padding: 15px 20px; */
    padding: 8px 20px;
    border-radius: 4px;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
    min-width: 250px;
    max-height: 35px;
    justify-content: center;
}

.header-phone-button {
    background-color: #ffffff;
    color: #333333;
}

.consultation-button {
    background-color: #1a9464;
    color: #ffffff;
}

.header-button-icon {
    margin-left: 25px;
    margin-right: 10px;
    width: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-button-icon img {
    width: 45px;
    height: auto;
}

.header-button-content {
    text-align: left;
}

.header-button-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.header-button-hours {
    font-size: 12px;
    color: #df6121;
    text-align: center;
}


@media (max-width: 768px) {
    .header-button-content {
        display: none;
    }

    .contact-banner-buttons {
        flex-direction: column;
        align-items: center;
    }

    .contact-banner-button {
        width: 100%;
        min-width: initial;
        max-width: 320px;
        justify-content: initial;
    }

    .button-icon img {
        width: 50px;
    }

    .button-number {
        font-size: 26px;
    }

    .button-text {
        font-size: 20px;
    }

    .contact-banner-heading {
        font-size: 30px;
    }

    .contact-banner-subheading {
        font-size: 25px;
    }

    .header-contact-banner-button {
        min-width: initial;
        padding: 0;
    }
}

.quote-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.badge {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 30px;
}

.speed-badge {
    background-color: #df6121;
    color: #f6ff00;
}

.feature-text {
    font-size: 30px;
    font-weight: bold;
}

.quote-form {
    width: 100%;
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.form-label {
    width: 180px;
    padding-top: 8px;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}

.form-field {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.required-badge {
    display: inline-block;
    background-color: #df6121;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: bold;
}

.radio-container {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.radio-label {
    margin-left: 5px;
}

.form-note {
    color: #df6121;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
}

.radio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.radio-button {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    background-color: #fff;
    transition: background-color 0.2s;
}

.radio-button:hover {
    background-color: #f5f5f5;
}

.radio-button input {
    margin-right: 5px;
}

.text-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.text-input::placeholder {
    color: #aaa;
}

.privacy-policy {
    justify-content: center;
    margin: 20px 0;
    white-space: nowrap;
}

.privacy-link {
    color: #2980b9;
    text-decoration: underline;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.submit-button {
    background-color: #1a9464;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #147c53;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-label {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .radio-button {
        min-width: 110px;
        font-size: 13px;
    }

    .privacy-policy {
        white-space: initial;
    }

    .form-badges {
        margin-bottom: 0;
    }
}

/* ラジオボタンの丸いデザインを消して選択時にくなるスタイル */
.radio-button {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    background-color: #fff;
    transition: background-color 0.2s, border-color 0.2s;
    position: relative;
}

/* ラジオボタンを非表示にする */
.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-button input[type="radio"]:checked+span {
    color: #fff;
}

.radio-button input[type="radio"]:checked {
    background-color: transparent;
}

.radio-button input[type="radio"]:checked~span,
.radio-button input[type="radio"]:checked {
    background-color: transparent;
}

.radio-button input[type="radio"]:checked~.radio-button,
.radio-button input[type="radio"]:checked+span {
    background-color: transparent;
}

.radio-button input[type="radio"]:checked+span {
    color: #fff;
}

/* 選択された項目のラジオボタン全体のスタイル */
input[type="radio"]:checked+span,
.radio-button:has(input[type="radio"]:checked) {
    background-color: #df6121;
    border-color: #df6121;
    color: white;
}

/* 法人・個人ラジオボタンのスタイル */
.radio-container {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.radio-container input[type="radio"] {
    display: none;
}

.radio-container input[type="radio"]:checked+.radio-label {
    color: #fff;
}

.radio-container:has(input[type="radio"]:checked) {
    background-color: #df6121;
    border-color: #df6121;
    color: white;
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.form-label {
    width: 130px;
    padding-top: 8px;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
    flex-shrink: 0;
}

.required-badge {
    display: inline-block;
    background-color: #df6121;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.form-field {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* スマホ表示の調整 */
@media (max-width: 768px) {
    .form-row {
        flex-wrap: wrap;
    }

    .form-label {
        width: auto;
        margin-bottom: 5px;
        padding-right: 10px;
        flex: 0 0 auto;
    }

    .required-badge {
        margin-bottom: 5px;
    }

    .form-field {
        width: 100%;
        flex-basis: 100%;
    }
}

.features-section {
    background-color: #FFF5EC;
    padding: 60px 20px;
    text-align: center;
}

.speech-bubbles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.speech-bubble {
    position: relative;
    margin: 10px;
    max-width: 280px;
}

.bubble-image {
    width: 100%;
    height: auto;
}

.bubble-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.headline {
    margin: 20px 0 40px;
}

.headline-text {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.headline-highlight {
    font-size: 32px;
    font-weight: bold;
    color: #df6121;
}

.divider {
    height: 2px;
    background-color: #ccc;
    margin: 0 auto 60px;
    max-width: 800px;
    position: relative;
}

.divider:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #ccc;
    border-bottom: 0;
    margin-left: -15px;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background-color: white;
    border: 2px solid #df6121;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.feature-number {
    background-color: #df6121;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.feature-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 10px 0;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    fill: #df6121;
}

@media (max-width: 768px) {
    .bubble-image {
        width: 130%;
    }

    .speech-bubbles {
        flex-direction: column;
    }

    .feature-card {
        max-width: 100%;
    }

    .headline-text {
        font-size: 24px;
    }

    .headline-highlight {
        font-size: 26px;
    }

    .bubble-text {
        font-size: 16px;
        text-align: center;
        width: 300px;
        left: 180px;
    }
}


/* 選ばれている理由セクションのスタイル */
.reasons {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff;
}

.reasons-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reasons-title {
    font-size: 28px;
    color: #df6121;
    /* オレンジ色 */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.reasons-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #df6121;
    /* オレンジ色の下線 */
}

.reasons-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.reason-card {
    flex: 1;
    min-width: 300px;
    border: 2px solid #df6121;
    /* オレンジ色の枠線 */
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.reason-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #df6121;
    /* オレンジ色の背景 */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.reason-subtitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}

.reason-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.reason-icon {
    margin-top: auto;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-image-01 {
    width: 80px;
    height: auto;
}


/* ご利用企業の声セクションのスタイル */
#testimonials {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.testimonials-content {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials-title {
    font-size: 28px;
    color: #df6121;
    /* オレンジ色 */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.testimonials-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #df6121;
    /* オレンジ色の下線 */
}


.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.testimonial-card {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.client-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.client-avatar img {
    width: 40px;
    height: 40px;
}

.client-profile {
    font-size: 14px;
    color: #666;
}

.testimonial-text {
    margin-bottom: 20px;
}

.testimonial-highlight {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}

.deal-details {
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}

.detail-item {
    /* background-color: #e9f0ff; */
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.detail-label {
    background-color: #df6121;
    color: #fff;
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 10px;
    white-space: nowrap;
}

.detail-value {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.testimonial-content {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}


/* ご利用までの流れセクションのスタイル */
.flow {
    width: 100%;
    padding: 60px 0;
    background-color: #df6121;
    /* オレンジ色の背景 */
}

.flow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.flow-title {
    font-size: 28px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.4;
}

.flow-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: white;
    /* 白色の下線 */
}

.flow-steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.flow-step {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-header {
    color: #df6121;
    /* オレンジ色 */
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.step-image {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.step-image img {
    width: 85px;
    height: 150px;
}

.step-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.step-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.flow-subtext {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

/* よくあるご質問セクションのスタイル */
.faq {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-title {
    font-size: 28px;
    color: #df6121;
    /* オレンジ色 */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.faq-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #df6121;
    /* オレンジ色の下線 */
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.question-mark {
    color: #df6121;
    /* オレンジ色 */
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    min-width: 25px;
}

.question-text {
    flex: 1;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding-right: 30px;
}

.toggle-icon {
    position: absolute;
    right: 20px;
    color: #df6121;
    /* オレンジ色 */
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s;
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    background-color: #fff;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer {
    display: flex;
    padding: 20px;
    max-height: 1000px;
    /* 十分な高さを設定 */
    border: 1px solid #f0f0f0;
    border-top: none;
}

.answer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}


/* 会社概要とニュースセクションの共通スタイル */
.company, .news {
    width: 100%;
    padding: 60px 0;
}

.company-container, .news-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 28px;
    color: #df6121;
    /* オレンジ色 */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #df6121;
    /* オレンジ色の下線 */
}

/* 会社概要テーブルのスタイル */
.company-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.company-table th, .company-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.company-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.company-table th {
    width: 25%;
    min-width: 100px;
    text-align: left;
    font-weight: normal;
    color: #333;
    vertical-align: top;
}

.company-table td {
    width: 75%;
    color: #555;
}



/* フッターのスタイル */
.footer {
    width: 100%;
    background-color: #df6121;
    /* オレンジ色の背景 */
    color: white;
    padding: 40px 0 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* ロゴ部分 */
.footer-logo {
    margin-bottom: 20px;
}

.logo-image {
    width: 160px;
    height: auto;
}

/* メニュー部分 */
.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.menu-column {
    margin-right: 30px;
    min-width: 180px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.menu-privacy {
    display: flex;
    align-items: flex-start;
}

.privacy-button {
    background-color: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.privacy-button:hover {
    background-color: #f0f0f0;
}

/* コンタクト部分 */
.footer-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.contact-phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.icon-image {
    width: 20px;
    height: 20px;
    /* オレンジ色に変更（オプション） */
    filter: invert(50%) sepia(80%) saturate(1000%) hue-rotate(350deg) brightness(90%) contrast(90%);
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-number {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.contact-hours {
    font-size: 12px;
    margin: 0;
}

.contact-mail {
    display: flex;
    align-items: center;
}

.mail-button {
    display: flex;
    align-items: center;
    background-color: white;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.mail-button:hover {
    background-color: #f0f0f0;
}

.mail-icon {
    margin-right: 10px;
}

.mail-text {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

/* コピーライト部分 */
.footer-copyright {
    margin-top: 17px;
    margin-bottom: 17px;
    background-color: #fff;
    /* margin-top: 30px; */
    text-align: center;
    font-size: 16px;
    color: #df6121;
}

@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
    }

    .deal-details {
        flex-direction: column;
    }
}


/* プライバシーポリシーセクションのスタイル */
#privacy-policy {
    background-color: #f8f9fa;
    padding: 80px 20px;
}

.privacy-policy-content {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy-policy-title {
    font-size: 28px;
    color: #df6121;
    /* オレンジ色 */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.privacy-policy-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #df6121;
    /* オレンジ色の下線 */
}


.privacy-policy-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.privacy-policy-card {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.sp-br {
    display: none;
}

@media (max-width: 768px) {
    .sp-br {
        display: block;
    }
}


/* ヘッダーの基本スタイル */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* ロゴ部分 */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

/* ナビゲーションメニュー */
.nav {
    display: flex;
    list-style: none;
}

.nav li {
    margin: 0 15px;
}

.nav a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: color 0.3s;
}

.nav a:hover {
    color: #df6121;
}

/* お問い合わせボタン */
.btn-contact {
    max-height: 35px;
    background-color: #df6121;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.btn-contact:hover {
    background-color: #c0392b;
}

/* メインコンテンツのパディング調整 */
main {
    padding-top: 70px;
    /* ヘッダーの高さに合わせて調整 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .header {
        flex-direction: row;
        padding: 15px;
    }


    .btn-contact {
        order: 2;
        font-size: 12px;
        padding: 6px 12px;
    }

    .btn-contact.active {
        display: none;
    }

    main {
        padding-top: 60px;
        /* スマホ版ヘッダーの高さに合わせて調整 */
    }
}


.mv2-stats {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 60px;
}

.stat-item {
    position: relative;
    width: 120px;
    height: 110px;
}

.stat-background {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%;
height: 100%; */
    width: 160px;
    height: 80px;
    z-index: 1;
}

.stat-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    text-align: center;
    left: 20px;
    top: -10px;
}

.stat-label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    line-height: 1.2;
    font-weight: bold;
}

.stat-value {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
}

.percent, .unit {
    font-size: 20px;
    vertical-align: middle;
}

.mv2-fbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .mv2-stats {
        justify-content: center;
        gap: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .stat-background {
        width: 100px;
        left: 10px;
    }

    .stat-label {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .stat-value {
        font-size: 24px;
    }

    .stat-content {
        left: 0px;
    }

    .percent, .unit {
        font-size: 16px;
    }

    .mv-heading {
        padding-top: 0px;
    }

    .mv2-fbox {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.t2-button-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 600px;
}

.t2-contact-button {
    min-width: 280px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    color: white;

    justify-content: center;
}

.t2-contact-button:hover {
    opacity: 0.9;
}

.t2-phone-button {
    background-color: #df6121;
}

.t2-mail-button {
    background-color: #295ea4;
}

.t2-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t2-icon img {
    width: 40px;
        margin-right: 20px;
}

.t2-text-container {
    display: flex;
    flex-direction: column;
}

.t2-button-title {
    font-size: 16px;
    line-height: 1.2;
}

.t2-button-subtitle {
    font-size: 12px;
    font-weight: normal;
}

/* スマホ表示用のスタイル */
@media (max-width: 768px) {

    .t2-button-title,
    .t2-button-subtitle {
        display: none;
    }

    .t2-contact-button {
    min-width:20px;
    border-radius:0px;
        padding: 12px;
        justify-content: center;
    }

    .t2-icon {
        margin-right: 0;
    }
    
.t2-icon img {
        margin-right: 0px;
}
}

/* サンクスページ */

#thanks {
    width: 100%;
    padding: 60px 0;
}

.thanks-container {
    max-width: 800px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

.thanks-title {
    text-align: center;
}

.thanks-text {
    margin-top: 30px;
    text-align: center;
}