@charset "UTF-8";

/* ==========================================
   Reset & Common
========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.sp-br {
    display: none;
}

/* ==========================================
   Header
========================================== */
.header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    margin: 0;
}

.header__logo-img {
    height: 42px;
    width: auto;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__contact {
    text-align: right;
}

.header__tel-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.header__tel {
    margin: 0;
}

.header__tel-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: 900;
    color: rgba(254, 147, 14, 1);
    text-decoration: none;
    letter-spacing: 0.05em;
}

.header__tel-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.header__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(3, 97, 159, 1);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header__btn:hover {
    background: rgba(3, 97, 159, 0.8);
}

.header__btn-icon {
    width: 20px;
    height: 16px;
    vertical-align: middle;
}

/* ==========================================
   FV (First View)
========================================== */
.fv {
    width: 100%;
}

.fv__inner {
    width: 100%;
}

.fv__image {
    width: 100%;
    display: block;
}

/* ==========================================
   CTA Bar
========================================== */
.cta-bar {
    background: rgba(254, 147, 14, 1);
    padding: 20px 0;
}

.cta-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.cta-bar__box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    padding: 20px 40px;
    max-width: 800px;
    width: 100%;
}

.cta-bar__tel {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #333;
    text-decoration: none;
}

.cta-bar__tel-icon {
    width: 46px;
    height: 30.18px;
    margin-right: 8px;
    vertical-align: middle;
}

.cta-bar__tel-number {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin: 0;
    color: rgba(232, 34, 34, 1);
}

.cta-bar__tel-time {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #333;
}

.cta-bar__divider {
    width: 1px;
    height: 60px;
    background: #ccc;
}

.cta-bar__btn-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-bar__btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(3, 97, 159, 1);
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 45px 15px 60px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 2px 5px 0px 0px rgba(0, 60, 130, 1);
    transition: background 0.3s;
}

.cta-bar__btn:hover {
    background: rgba(3, 97, 159, 0.8);
}

.cta-bar__btn-arrow {
    width: 7.36px;
    height: 12.73px;
    vertical-align: middle;
}

/* ==========================================
   Merit Section
========================================== */
.merit {
    background: #fff9f5;
    padding-top: 40px;
}

.merit__title-section {
    background: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    padding: 18px 20px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.merit__title-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.merit__title {
    font-size: 28px;
    font-weight: bold;
    color: rgba(254, 147, 14, 1);
    margin: 0;
    text-align: center;
}

.merit__title-icon {
    position: absolute;
    right: 40px;
    bottom: 0;
}

.merit__title-icon-img {
    height: 60px;
    width: auto;
    display: block;
}

.merit__inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.merit__content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.merit__item {
    flex: 1;
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.merit__image {
    text-align: center;
    margin-bottom: 20px;
}

.merit__image img {
    max-width: 210px;
}

.merit__item-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
}

.merit__item-title br.sp-br {
    display: none;
}

.merit__text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
}

.merit__highlight {
    color: #ff6b35;
    font-weight: normal;
}

.merit__marker {
    background: linear-gradient(transparent 60%, rgba(255, 255, 96, 1) 60%);
}

/* ==========================================
   Difference Section
========================================== */
.difference {
    background: #fff;
    padding-top: 20px;
}

.difference__title-section {
    background: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    padding: 18px 20px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.difference__title-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.difference__title {
    font-size: 28px;
    font-weight: bold;
    color: rgba(254, 147, 14, 1);
    margin: 0;
    text-align: center;
}

.difference__title br.sp-br {
    display: none;
}

.difference__title-icon {
    position: absolute;
    right: 40px;
    bottom: 0;
}

.difference__title-icon-img {
    height: 60px;
    width: auto;
    display: block;
}

.difference__inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 60px;
}

.difference__content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.difference__chart {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.difference__chart-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.difference__chart-title br.sp-br {
    display: none;
}

.difference__chart-highlight {
    color: rgba(3, 97, 159, 1);
}

.difference__chart-subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}

.difference__chart-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

.difference__chart-image {
    text-align: center;
}

.difference__chart-image img {
    max-width: 200px;
}

.difference__chart-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.difference__chart-result {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.difference__chart-label {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.difference__chart-bad {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #d32f2f;
    border: 2px solid #d32f2f;
    padding: 5px 15px 7px;
    line-height: 1.1;
}

.difference__chart-number {
    font-size: 20px;
    font-weight: bold;
    color: #d32f2f;
}

.difference__chart-number-big {
    font-size: 40px;
    margin: 0 3px;
}

.difference__chart-arrow {
    text-align: center;
}

.difference__chart-arrow img {
    width: 32px;
}

.difference__reason {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.difference__bubble {
}

.difference__bubble-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ff6b35;
    margin-bottom: 10px;
}

.difference__bubble-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #ff6b35;
}

.difference__bubble-image {
    text-align: center;
    margin-bottom: 20px;
}

.difference__bubble-image img {
    max-width: 600px;
}

.difference__bubble-price {
    text-align: center;
    margin-bottom: 20px;
}

.difference__bubble-age {
    font-size: 18px;
    margin-bottom: 5px;
}

.difference__bubble-amount {
    font-size: 32px;
    font-weight: bold;
    color: #d32f2f;
}

.difference__bubble-text {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.difference__comparison {
}

.difference__comparison-text {
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
}

.difference__highlight {
    font-weight: bold;
    color: #1e6bb8;
    background: linear-gradient(transparent 60%, rgba(255, 255, 96, 1) 60%);
}

.difference__seo {
    font-weight: bold;
}

.difference__comparison-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.difference__comparison-item {
    background: #fff;
    padding: 12px 10px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
}

.difference__comparison-item--bad {
    border: 2px solid #ccc;
}

.difference__comparison-item--good {
    border: 2px solid rgba(254, 147, 14, 1);
}

.difference__comparison-label {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.4;
}

.difference__comparison-keyword {
    font-size: 22px;
    line-height: 1.4;
}

.difference__comparison-keyword-highlight {
    color: #1e6bb8;
    font-weight: bold;
    font-size: 25px;
}

.difference__comparison-keyword-highlight--good {
    color: #1e6bb8;
    font-weight: bold;
    font-size: 25px;
    background: linear-gradient(transparent 60%, rgba(255, 255, 96, 1) 60%);
}

.difference__comparison-arrow {
    display: flex;
    align-items: center;
}

.difference__comparison-arrow img {
    width: 14px;
}

/* ==========================================
   Achievement Section
========================================== */
.achievement {
    padding: 60px 0;
    background: #fff;
}

.achievement__inner {
    max-width: 800px;
    margin: 0 auto;
}

.achievement__images {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.achievement__image {
    flex: 1;
    max-width: 380px;
}

.achievement__image img {
    width: 100%;
    height: auto;
}

/* ==========================================
   Voice Section
========================================== */
.voice {
    padding: 60px 0;
    background: #fff9f5;
}

.voice__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.voice__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;
    color: #333;
}

.voice__title-highlight {
    font-size: 28px;
    font-weight: bold;
}

.voice__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.voice__item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.voice__item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.voice__item-logo {
    width: 60px;
}

.voice__item-logo img {
    width: 100%;
    height: auto;
}

.voice__item-company {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}

.voice__item-section {
    margin-bottom: 25px;
}

.voice__item-section:last-child {
    margin-bottom: 0;
}

.voice__item-section-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    background: #fff9f5;
    margin-bottom: 15px;
}

.voice__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.voice__item-content + .voice__item-content {
    margin-top: 15px;
}

.voice__item-question {
    font-size: 15px;
    font-weight: bold;
    color: rgba(254, 147, 14, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.voice__item-answer {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.voice__item-marker {
    color: #1e6bb8;
}

.voice__item-icon {
    font-size: 32px;
}

.voice__item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ff6b35;
}

.voice__more {
    text-align: center;
    margin-top: 40px;
}

.voice__more-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #1e6bb8;
    padding: 15px 50px;
    border: 2px solid #1e6bb8;
    border-radius: 50px;
    transition: all 0.3s;
}

.voice__more-btn:hover {
    background: #1e6bb8;
    color: #fff;
}

/* ==========================================
   Team Section
========================================== */
.team {
    background: #fff;
}

.team__inner {
    width: 100%;
}

.team__image {
    width: 100%;
}

.team__image img {
    width: 100%;
    display: block;
}

.team__badge {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}

.team__badge-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.team__badge-name {
    font-size: 20px;
}

/* ==========================================
   FAQ Section
========================================== */
.faq {
    padding: 60px 0;
    background: #fff;
}

.faq__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.faq__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq__question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px;
    cursor: pointer;
    background: #fff;
}

.faq__q-icon {
    font-size: 26px;
    font-weight: bold;
    color: #1e6bb8;
    flex-shrink: 0;
}

.faq__q-text {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
}

.faq__toggle {
    font-size: 24px;
    font-weight: bold;
    color: #1e6bb8;
    width: 30px;
    text-align: center;
}

.faq__answer {
    display: none;
    align-items: flex-start;
    gap: 15px;
    padding: 0 30px 25px 30px;
    background: #fff;
}

.faq__item:first-child .faq__answer {
    display: flex;
}

.faq__a-icon {
    font-size: 26px;
    font-weight: bold;
    color: #e82222;
    flex-shrink: 0;
}

.faq__a-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 8px;
}

/* ==========================================
   Trust Section
========================================== */
.trust {
    padding: 60px 0;
    background: #fff;
}

.trust__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.trust__title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}

.trust__highlight {
    color: #1e6bb8;
    background: linear-gradient(transparent 60%, rgba(255, 255, 96, 1) 60%);
}

.trust__content {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.trust__image {
    flex: 0 0 35%;
    margin: auto 0;
}

.trust__text {
    flex: 1;
    font-size: 15px;
    line-height: 1.8;
}

.trust__text p {
    margin-bottom: 15px;
}

.trust__text-highlight {
    background: linear-gradient(transparent 60%, rgba(255, 255, 96, 1) 60%);
    font-weight: bold;
}

.trust__company {
    background: transparent;
    padding: 0;
}

.trust__table {
    width: 100%;
    border-collapse: collapse;
}

.trust__table th,
.trust__table td {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.trust__table tr:first-child th,
.trust__table tr:first-child td {
    border-top: 1px solid #ddd;
}

.trust__table th {
    width: 130px;
    font-weight: bold;
    background: #fff;
}

.trust__table td {
    background: #fff;
}

.trust__table-row--no-border th {
    border-bottom: none;
}

/* ==========================================
   Contact Section
========================================== */
.contact {
    padding: 60px 0 20px;
    background: rgba(254, 147, 14, 1);
    color: #fff;
}

.contact__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.contact__title-highlight {
    background: #fff;
    color: #333;
    padding: 2px 10px;
    margin: 0 8px;
}

.contact__subtitle {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.contact__description {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.contact__description-highlight {
    color: #fff;
}

.contact__form-box {
    background: #fff8e6;
    color: #333;
    margin-bottom: 15px;
}

.contact__form-header {
    display: flex;
}

.contact__form-title {
    flex-shrink: 0;
    background: rgba(255, 255, 96, 1);
    color: #333;
    padding: 10px 40px;
    display: flex;
    align-items: center;
}

.contact__form-label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.contact__form-price {
    flex: 1;
    background: #fff;
}

.contact__form-amount {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.contact__form-small {
    font-size: 14px;
}

.contact__form-note {
    font-size: 11px;
    color: #333;
    text-align: center;
    padding-bottom: 10px;
}

.contact__form-description p {
    margin-bottom: 10px;
}

.contact__notes {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 15px;
}

.contact__notes p {
    margin: 0;
}

.contact__cta {
    background: rgba(254, 147, 14, 1);
    padding: 20px 0;
}

.contact__cta-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__cta-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    padding: 20px 40px;
    max-width: 800px;
    width: 100%;
}

.contact__cta-tel {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #333;
    text-decoration: none;
}

.contact__cta-tel-icon {
    width: 46px;
    height: 30.18px;
    margin-right: 8px;
    vertical-align: middle;
}

.contact__cta-tel-number {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin: 0;
    color: rgba(232, 34, 34, 1);
}

.contact__cta-tel-time {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #333;
}

.contact__cta-divider {
    width: 1px;
    height: 60px;
    background: #ccc;
}

.contact__cta-btn-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(3, 97, 159, 1);
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 45px 15px 60px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 2px 5px 0px 0px rgba(0, 60, 130, 1);
    transition: background 0.3s;
}

.contact__cta-btn:hover {
    background: rgba(3, 97, 159, 0.8);
}

.contact__cta-btn-arrow {
    width: 7.36px;
    height: 12.73px;
    vertical-align: middle;
}
