* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000;
    line-height: 1.7;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* トップセクション */
.top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #fff038;
}

.title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 80px;
}

.section-title-container {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 4px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.1px;
}

.main-title {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.1px;
    width: 100%;
    max-width: 891px;
}

.description-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1240px;
}

.description {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.1px;
    max-width: 953px;
}

.note {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

/* メリットセクション */
.benefits-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: #fff038;
}

.section-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-top: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 1240px;
}

.benefit-card {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid transparent;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: 195px;
}

.benefit-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 3px solid #00c7cc;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.benefit-description {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    max-width: 535px;
}

/* フローセクション */
.flow-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: #fff038;
}

.steps-container {
    display: flex;
    align-items: center;
    gap: -8px;
    width: 100%;
    max-width: 1240px;
}

.step-container {
    display: flex;
    align-items: center;
    padding: 0px;
}

.step-item {
    background-color: #fff;
    border-radius: 10px;
    border: 0px solid #ddd;
    padding: 30px 60px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.step-item.responsibility {
    width: 402px;
}

.step-item.process {
    width: 462px;
}

.step-item.delivery {
    width: 338px;
    padding: 2px 50px;
    align-items: center;
    gap: 4px;
}

.responsibility-title {
    color: #ff6b6b;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1px;
}

.responsibility-underline {
  width: 120px;
  height: 2px;
  background: #e74c3c;
  margin-top: 1px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.process-title {
    color: #00c7cc;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1px;
    position: relative;
}

.process-underline {
  width: 80px;
  height: 2px;
  background: #00c7cc;
  margin-top: 1px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.free-badge {
    width: 220px;
    background-color: #ffff00;
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 40px;
    right: 80px;
    text-align: center;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.step-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
}

.step-bullet {
    width: 8px;
    height: 8px;
    background-color: #ff6b6b;
    border-radius: 50%;
    flex-shrink: 0;
}

.process-bullet {
    background-color: #00c7cc;
}

.step-note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 30px solid #13142e;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin: 0 0px;
    z-index: 1;
}

.arrow-sp {
    display: none;
}

.delivery-step {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.delivery-main {
    font-size: 24px;
    letter-spacing: 1px;
}

/* CTAセクション */
.cta-section {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff038;
    padding: 80px 0;
}

.cta-box {
    border: 8px solid #00c7cc;
    border-radius: 0;
    padding: 80px 90px;
    display: flex;
    align-items: flex-start;
    gap: 90px;
    max-width: 1240px;
    margin: 0 auto;
    background-color: #fff;
}

.cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 529px;
    background-color: #fff;
}

.cta-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: #0b0b0b;
    line-height: 1.5;
}

.cta-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.cta-button {
    background-color: #ffff00;
    border: 3px solid #231815;
    border-radius: 50px;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 529px;
    min-height: 70px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.button-icon {
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.button-icon::after {
    content: '→';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
}

.disclaimer {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #0b0b0b;
    max-width: 529px;
    line-height: 1.5;
}

.example-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    flex-shrink: 0;
}

.example-image {
    width: 360px;
    height: 220px;
    background-color: #d9d9d9;
    border: 1.5px solid #ccc;
}

.example-description {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.1px;
    max-width: 309px;
}

.sp-only {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {

    .container {
        padding: 40px 20px 60px;
    }

    .main-container {
        gap: 60px;
    }

    .main-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .section-title {
        font-size: 20px;
    }

    .description {
        font-size: 18px;
        width:80%;
        text-align:left;
    }

    .note {
        width: 80%;
        font-size: 10px;
        text-align:left;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0px 20px;
    }

    .benefit-card {
        padding: 30px 20px;
    }

    .benefit-title {
        font-size: 22px;
    }

    .benefit-description {
        font-size: 15px;
    }

    .free-badge {
        width: 200px;
        top: 30px;
        right: 20px;
        text-align: center;
    }
    
    .steps-container {
        flex-direction: column;
        gap: 20px;
        padding: 0px 20px;
    }

    .step-container {
        width: 100%;
        justify-content: center;
    }

    .step-item {
        width: 100% !important;
        max-width: 100%;
        padding: 20px 60px;
        min-height: 250px;
    }

    .step-item.delivery {
        min-height: 100px;
    }

    .responsibility-title {
        font-size: 20px;
    }

    .responsibility-underline {
        width: 100px;
    }

    .process-title {
        font-size: 20px;
    }

    .process-underline {
        width: 65px;
    }

    .arrow {
        display: none;
    }

    .arrow-sp {
        display: inline;
        position: absolute;
        left: 50%;
        bottom: -15px;  /* 三角を外に出す。高さは三角の高さに合わせて調整 */
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 15px solid #13142e; /* ←下向きの三角 */
        border-bottom: 0;
        margin: 0;
        z-index: 2;
    }

    .cta-section {
        padding: 40px 20px;
    }

    .cta-box {
        flex-direction: column;
        gap: 24px;
        padding: 40px 20px;
        border-width: 5px;
        align-items: center;
    }

    .cta-content {
        max-width: 295px;
        width: 100%;
    }

    .cta-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .cta-button {
        width: 100%;
        max-width: 295px;
        padding: 20px;
        font-size: 16px;
        justify-content: center;
    }

    .example-section {
        width: 100%;
        max-width: 295px;
    }

    .example-image {
        width: 100%;
        max-width: 295px;
        height: auto;
        aspect-ratio: 295/184;
    }

    .example-description {
        font-size: 11px;
        max-width: 283px;
    }

    .section-heading {
        font-size: 32px;
    }

    .cta-description {
        font-size: 32px;
    }

    .sp-only {
        display: inline;
    }
}

aside .box ul.service-list {
  display: flex;
  gap: 16px !important;
  justify-content: center;
  margin-top: 24px;
}

aside .box ul.service-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    width: 240px;
    transition: box-shadow 0.2s;
}

aside .box ul.service-list li img {
    max-height: 120px;
    width: auto;
    margin: auto;
    display: block;
}

@media (max-width: 1200px) {
    aside .box ul.service-list {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    aside .box ul.service-list li {
        width: 90vw;
        min-width: 180px;
        max-width: 340px;
        min-height: 120px;
    }
}