/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* SP専用要素 - PCでは非表示 */
br.sp-only,
.sp-only {
    display: none;
}

/* PC専用要素 - SPでは非表示 */
br.pc-only,
.pc-only {
    display: block;
}

body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #FFFFFF;
    color: #2E2E2E;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* ヘッダー */
.header {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    padding: 0 min(calc(201 / 1400 * 100vw), 201px) min(calc(15 / 1400 * 100vw), 15px);
    box-sizing: border-box;
    z-index: 100;
}

.header-logo {
    position: relative;
    width: min(calc(160 / 1400 * 100vw), 160px);
    height: min(calc(91 / 1400 * 100vw), 91px);
}

.logo-img {
    width: min(calc(150 / 1400 * 100vw), 150px);
    height: min(calc(61 / 1400 * 100vw), 61px);
    object-fit: contain;
    display: block;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}

/* MVラッパー */
.mv-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

/* 背景画像 */
.mv-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw * 600 / 1400);
    max-height: calc(2000px * 600 / 1400);
    background: url('images/mv_bg.png') no-repeat center top;
    background-size: contain;
    background-position: center top;
    z-index: 0;
    pointer-events: none;
}

/* メインコンテンツ */
.main-content {
    position: relative;
    width: 100%;
    max-width: 2000px;
    height: auto;
    /*min-height: calc(100vw * 650 / 1400);*/
    margin: 0 auto;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 1400 / 600;
    display: block;
    z-index: 10;
}

/* 左側画像 */
/* メインテキスト */
.main-text {
    position: absolute;
    left: 50%;
    top: calc(75 / 600 * 100%);
    width: calc(492 / 1400 * 100%);
    min-width: 280px;
    max-width: 90%;
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.title-main {
    position: relative;
    width: calc(408 / 1400 * 100%);
    max-width: 100%;
    margin-left: calc(5 / 1400 * 100%);
    margin-bottom: calc(12 / 600 * 100%);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(18px, calc(34 / 1400 * 100vw), calc(34 / 1400 * 2000px));
    line-height: clamp(22px, calc(41 / 1400 * 100vw), calc(41 / 1400 * 2000px));
    color: #2E2E2E;
    white-space: nowrap;
}

.title-sub {
    position: relative;
    width: auto;
    max-width: 100%;
    margin-bottom: calc(24 / 600 * 100%);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(28px, calc(69.4674 / 1400 * 100vw), calc(69.4674 / 1400 * 2000px));
    line-height: clamp(34px, calc(83 / 1400 * 100vw), calc(83 / 1400 * 2000px));
    letter-spacing: -0.01em;
    color: #2E2E2E;
}

.green-line {
    position: relative;
    width: 100%;
    max-width: none;
    height: clamp(2px, calc(3 / 600 * 100%), 5px);
    min-height: 2px;
    margin-bottom: calc(27 / 600 * 100%);
    background: #06B41D;
    display: block;
}

.description {
    position: absolute;
    left: 49.2%;
    transform: translateX(-49.2%);
    top: calc(340 / 600 * 100%);
    width: calc(560 / 1400 * 100%);
    min-width: 260px;
    max-width: 90%;
    margin: 0;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(14px, calc(22 / 1400 * 100vw), calc(22 / 1400 * 2000px));
    line-height: clamp(21px, calc(33 / 1400 * 100vw), calc(33 / 1400 * 2000px));
    text-align: center;
    color: #2E2E2E;
    z-index: 10;
    box-sizing: border-box;
}

/* PC: 説明1行目を折り返さない */
@media (min-width: 769px) {
    .description .description-line1 {
        white-space: nowrap;
    }
}

/* ボタン */
.btn-container {
    position: absolute;
    width: calc(476 / 1400 * 100%);
    min-width: 260px;
    max-width: 90%;
    height: calc(76 / 600 * 100%);
    min-height: 50px;
    left: 50%;
    top: calc(444 / 600 * 100%);
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.btn-container .btn-contact {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.btn-contact {
    background: #FC5B2A;
    border-radius: clamp(12px, calc(20 / 1400 * 100vw), calc(20 / 1400 * 2000px));
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, calc(10 / 1400 * 100vw), calc(10 / 1400 * 2000px));
    transition: all 0.3s;
    padding: 0;
    text-decoration: none;
    color: inherit;
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 91, 42, 0.4);
}

.btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(16px, calc(24 / 1400 * 100vw), calc(24 / 1400 * 2000px));
    line-height: clamp(19px, calc(29 / 1400 * 100vw), calc(29 / 1400 * 2000px));
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.btn-arrow {
    width: clamp(14px, calc(20.4 / 1400 * 100vw), calc(20.4 / 1400 * 2000px));
    height: clamp(14px, calc(20.4 / 1400 * 100vw), calc(20.4 / 1400 * 2000px));
    color: #FFFFFF;
    font-size: clamp(10px, calc(14 / 1400 * 100vw), calc(14 / 1400 * 2000px));
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 市場直結バッジ */
.market-badge {
    position: absolute;
    width: calc(163 / 1400 * 100%);
    min-width: 80px;
    height: auto;
    min-height: 80px;
    aspect-ratio: 1 / 1;
    left: calc(50% - (246 + 113 + 81.5 - 100) / 1400 * 100%);
    top: calc(128 / 600 * 100%);
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.badge-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #3AB54A;
    border-radius: 50%;
    box-sizing: border-box;
}

.badge-text {
    position: absolute;
    width: calc(150 / 163 * 100%);
    height: calc(150 / 163 * 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: clamp(6px, calc(10 / 1400 * 100vw), calc(10 / 1400 * 2000px)) clamp(5px, calc(8 / 1400 * 100vw), calc(8 / 1400 * 2000px));
    box-sizing: border-box;
    overflow: hidden;
}

.badge-line1 {
    font-size: clamp(24px, calc(40 / 1400 * 100vw), calc(40 / 1400 * 2000px));
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
}

.badge-line2 {
    font-size: clamp(24px, calc(40 / 1400 * 100vw), calc(40 / 1400 * 2000px));
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 0;
}

.badge-line3 {
    font-size: clamp(8px, calc(12 / 1400 * 100vw), calc(12 / 1400 * 2000px));
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
    margin-top: 3px;
}



/******************** 悩みセクション ********************/

.problem-section {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0;
    background: #E1F2E4;
    overflow-x: hidden;
}

.problem-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.problem-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(32 / 1400 * 100vw), 32px);
    line-height: normal;
    letter-spacing: min(calc(0.96 / 1400 * 100vw), 0.96px);
    color: #333;
    text-align: center;
    margin: 0;
    margin-bottom: min(calc(40 / 1400 * 100vw), 40px);
}

.problem-card-wrapper-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(calc(20 / 1400 * 100vw), 20px) min(calc(20 / 1400 * 100vw), 20px);
    max-width: min(calc(873 / 1400 * 100vw), 873px);
    margin: 0 auto;
    justify-items: start;
}

.problem-card-wrapper-3 {
    margin-top: min(calc(-20 / 1400 * 100vw), -45px);
}

.problem-card-wrapper {
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    gap: min(calc(10 / 1400 * 100vw), 20px);
}

.problem-card-wrapper-1,
.problem-card-wrapper-2 {
    align-items: flex-start;
}

.problem-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(calc(10 / 1400 * 100vw), 10px);
    flex-shrink: 0;
}

.problem-person-1,
.problem-person-3 {
    margin-right: min(calc(20 / 1400 * 100vw), 20px);
}

.problem-person-2,
.problem-person-4 {
    margin-left: min(calc(20 / 1400 * 100vw), 20px);
}

.problem-person-img {
    width: min(calc(90 / 1400 * 100vw), 90px);
    height: auto;
    object-fit: contain;
}

.problem-person-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(12 / 1400 * 100vw), 12px);
    line-height: min(calc(22 / 1400 * 100vw), 22px);
    color: #333;
    margin: 0;
}

.problem-speech-bubble {
    position: relative;
}

.speech-bubble-box {
    background: #FFFFFF;
    border-radius: min(calc(10 / 1400 * 100vw), 10px);
    padding: min(calc(21 / 1400 * 100vw), 21px) min(calc(23 / 1400 * 100vw), 20px);
    width: min(calc(302 / 1400 * 100vw), 302px);
    box-sizing: border-box;
}

.problem-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(18 / 1400 * 100vw), 18px);
    line-height: min(calc(22 / 1400 * 100vw), 22px);
    color: #333;
    margin: 0;
    margin-bottom: min(calc(13 / 1400 * 100vw), 13px);
    white-space: nowrap;
}

.problem-card-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(24 / 1400 * 100vw), 24px);
    color: #333;
    margin: 0;
}

/* 吹き出しの三角 */
.speech-bubble-tail {
    position: absolute;
    width: 0;
    height: 0;
}

/* 左側の三角形 */
.speech-bubble-tail-left {
    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    border-top: min(calc(11 / 1400 * 100vw), 11px) solid transparent;
    border-bottom: min(calc(11 / 1400 * 100vw), 11px) solid transparent;
    border-right: min(calc(25 / 1400 * 100vw), 25px) solid #FFFFFF;
}

/* 上の段の左側の三角形 */
.problem-card-wrapper-1 .speech-bubble-tail-left {
    top: calc(50% - 30px);
}

/* 右側の三角形 */
.speech-bubble-tail-right {
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    border-top: min(calc(11 / 1400 * 100vw), 11px) solid transparent;
    border-bottom: min(calc(11 / 1400 * 100vw), 11px) solid transparent;
    border-left: min(calc(25 / 1400 * 100vw), 25px) solid #FFFFFF;
}

/* 上の段の右側の三角形 */
.problem-card-wrapper-2 .speech-bubble-tail-right {
    top: calc(50% - 30px);
}

/* 相談ボタン */
.problem-consult-btn {
    position: absolute;
    width: min(calc(110 / 1400 * 100vw), 110px);
    height: min(calc(110 / 1400 * 100vw), 110px);
    right: min(calc(-100 / 1400 * 100vw), -100px);
    top: min(calc(-30 / 1400 * 100vw), -30px);
    z-index: 10;
    text-decoration: none;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.problem-consult-btn.fixed {
    position: fixed;
    right: min(calc(100 / 1400 * 100vw), 100px);
    top: min(calc(60 / 1400 * 100vw), 30px);
    z-index: 1000;
}

.consult-btn-circle {
    position: relative;
    width: min(calc(110 / 1400 * 100vw), 110px);
    height: min(calc(110 / 1400 * 100vw), 110px);
    background: #FC5B2A;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.consult-btn-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 min(calc(4 / 1400 * 100vw), 4px) min(calc(12 / 1400 * 100vw), 12px) rgba(252, 91, 42, 0.4);
}

.consult-btn-text {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(21 / 1400 * 100vw), 21px);
    text-align: center;
    letter-spacing: min(calc(0.8 / 1400 * 100vw), 0.8px);
    color: #FFFFFF;
    margin: 0;
}

.consult-btn-arrow {
    position: relative;
    width: min(calc(15 / 1400 * 100vw), 15px);
    height: min(calc(15 / 1400 * 100vw), 15px);
    color: #FFFFFF;
    font-size: min(calc(12 / 1400 * 100vw), 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: min(calc(5 / 1400 * 100vw), 5px);
}

/* 強みセクション */
.strength-section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: min(calc(60 / 1400 * 100vw), 60px) 0;
    overflow: hidden;
}

.strength-bg-top {
    position: absolute;
    left: 0;
    top: 0;
    width: min(calc(504 / 1400 * 100vw), 504px);
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.strength-bg-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(calc(458 / 1400 * 100vw), 458px);
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.strength-triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(80 / 1400 * 100vw), 80px);
    height: min(calc(50 / 1400 * 100vw), 50px);
    z-index: 2;
}

.strength-triangle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: min(calc(40 / 1400 * 100vw), 40px) solid transparent;
    border-right: min(calc(40 / 1400 * 100vw), 40px) solid transparent;
    border-top: min(calc(50 / 1400 * 100vw), 50px) solid #E1F2E4;
}

.strength-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 min(calc(50 / 1400 * 100vw), 50px);
    z-index: 3;
}

/* タイトル */
.strength-title-wrapper {
    text-align: center;
    margin-bottom: min(calc(30 / 1400 * 100vw), 30px);
}

.strength-title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(30 / 1400 * 100vw), 30px);
    line-height: normal;
    color: #333;
    margin: min(calc(15 / 1400 * 100vw), 15px) 0 min(calc(5 / 1400 * 100vw), 5px) 0;
}

.strength-title-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(42 / 1400 * 100vw), 42px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(20 / 1400 * 100vw), 20px) 0;
}

.strength-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(28 / 1400 * 100vw), 28px);
    color: #333;
    margin: 0;
}

.strength-description strong {
    font-weight: 700;
}

/* まとめ */
.strength-summary {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: min(calc(10 / 1400 * 100vw), 10px);
}

.summary-image {
    width: 100%;
    max-width: min(calc(800 / 1400 * 100vw), 800px);
    height: auto;
    object-fit: contain;
}

/* SP用画像はPCでは非表示 */
.summary-image-sp {
    display: none;
}

/* 仕入れハイライトセクション */
.strength-highlight-card {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: min(calc(50 / 1400 * 100vw), 50px) auto 0;
    background: #3AB54A;
    border: min(calc(4 / 1400 * 100vw), 4px) solid #3AB54A;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    padding: min(calc(20 / 1400 * 100vw), 20px) min(calc(20 / 1400 * 100vw), 20px) min(calc(20 / 1400 * 100vw), 20px) min(calc(20 / 1400 * 100vw), 20px);
    box-sizing: border-box;
}

.highlight-content {
    display: flex;
    gap: min(calc(20 / 1400 * 100vw), 20px);
    align-items: flex-start;
    justify-content: space-between;
}

.highlight-left {
    flex: 1;
    display: flex;
    gap: min(calc(20 / 1400 * 100vw), 20px);
    align-items: flex-start;
}

.highlight-point {
    width: min(calc(100 / 1400 * 100vw), 100px);
    height: min(calc(100 / 1400 * 100vw), 100px);
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.point-label {
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(26 / 1400 * 100vw), 26px);
    line-height: min(calc(42 / 1400 * 100vw), 42px);
    color: #3AB54A;
    letter-spacing: min(calc(0.52 / 1400 * 100vw), 0.52px);
}

.highlight-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(calc(10 / 1400 * 100vw), 10px);
}

.highlight-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(42 / 1400 * 100vw), 42px);
    color: #FFFFFF;
    letter-spacing: min(calc(1.6 / 1400 * 100vw), 1.6px);
    margin: 0 0 -15px 0;
}

/* PCではSP用のsubtitleを非表示、PC用を表示 */
.highlight-subtitle-sp {
    display: none;
}

.highlight-subtitle-pc {
    display: block;
}

.highlight-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(30 / 1400 * 100vw), 30px);
    line-height: min(calc(42 / 1400 * 100vw), 42px);
    color: #FFFFFF;
    letter-spacing: min(calc(3 / 1400 * 100vw), 3px);
    margin: 0;
    white-space: nowrap;
}

.highlight-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    line-height: min(calc(30 / 1400 * 100vw), 30px);
    color: #FFFFFF;
    margin: 0;
}

.highlight-line {
    width: 100%;
    max-width: min(calc(450 / 1400 * 100vw), 450px);
    height: min(calc(2 / 1400 * 100vw), 2px);
    background: #FFFFFF;
    margin: min(calc(5 / 1400 * 100vw), 5px) 0 min(calc(10 / 1400 * 100vw), 10px);
}

.highlight-profile {
    display: flex;
    flex-direction: column;
    gap: min(calc(10 / 1400 * 100vw), 10px);
}

.profile-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    line-height: min(calc(22 / 1400 * 100vw), 22px);
    color: #FFFFFF;
    letter-spacing: min(calc(0.7 / 1400 * 100vw), 0.7px);
    margin: 0;
}

    .highlight-right {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.highlight-image-right {
    width: auto;
    max-width: min(calc(260 / 1400 * 100vw), 260px);
    height: auto;
    object-fit: contain;
}

/* PCでは吹き出し画像を非表示 */
.highlight-speech-image {
    display: none;
}

/* 商品企画セクション */
.strength-card {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: min(calc(50 / 1400 * 100vw), 50px) auto 0;
    background: #FFFFFF;
    border: min(calc(4 / 1400 * 100vw), 4px) solid #3AB54A;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    padding: min(calc(40 / 1400 * 100vw), 40px);
    box-sizing: border-box;
}

.strength-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(20 / 1400 * 100vw), 20px);
    margin-bottom: min(calc(20 / 1400 * 100vw), 20px);
}

.strength-card-icon {
    width: auto;
    height: min(calc(36 / 1400 * 100vw), 36px);
    object-fit: contain;
}

.strength-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(36 / 1400 * 100vw), 36px);
    line-height: min(calc(42 / 1400 * 100vw), 42px);
    color: #06B41D;
    letter-spacing: min(calc(3.6 / 1400 * 100vw), 3.6px);
    margin: 0;
}

.strength-card-line {
    width: 100%;
    height: min(calc(2 / 1400 * 100vw), 2px);
    background: #3AB54A;
    margin: min(calc(20 / 1400 * 100vw), 20px) 0;
}

.strength-card-content {
    display: flex;
    gap: min(calc(30 / 1400 * 100vw), 30px);
    align-items: center;
}

.strength-card-content-top {
    align-items: flex-start;
}

.strength-card-image {
    flex-shrink: 0;
    width: min(calc(205 / 1400 * 100vw), 205px);
}

.card-illustration {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* SP用画像はPCでは非表示 */
.card-illustration-sp,
.strength-card-image-sp {
    display: none;
}

.strength-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(calc(15 / 1400 * 100vw), 15px);
}

.strength-card-item {
    display: flex;
    gap: min(calc(10 / 1400 * 100vw), 10px);
    align-items: flex-start;
}

.card-bullet {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(30 / 1400 * 100vw), 30px);
    color: #06B41D;
    margin: 0;
    flex-shrink: 0;
}

.card-item-content {
    flex: 1;
}

.card-item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(20 / 1400 * 100vw), 20px);
    line-height: min(calc(30 / 1400 * 100vw), 30px);
    color: #333;
    margin: 0 0 min(calc(5 / 1400 * 100vw), 5px) 0;
}

.card-item-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(27 / 1400 * 100vw), 27px);
    color: #333;
    margin: 0;
}

/* アフターフォローセクション */
.strength-after-section {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: min(calc(50 / 1400 * 100vw), 50px) auto 0;
    background: url('images/point12.jpg') no-repeat center;
    background-size: contain;
    padding: min(calc(50 / 1400 * 100vw), 50px) min(calc(60 / 1400 * 100vw), 60px);
    box-sizing: border-box;
    min-height: min(calc(200 / 1400 * 100vw), 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-content {
    text-align: center;
    max-width: min(calc(590 / 1400 * 100vw), 590px);
}

.after-bottom {
    width: 100%;
}

/* PCではSP用画像を非表示 */
.after-image-sp {
    display: none;
}

.after-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(28 / 1400 * 100vw), 28px);
    line-height: min(calc(36 / 1400 * 100vw), 36px);
    color: #333;
    letter-spacing: min(calc(1.4 / 1400 * 100vw), 1.4px);
    margin: 0 0 min(calc(20 / 1400 * 100vw), 20px) 0;
}

.after-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(18 / 1400 * 100vw), 18px);
    line-height: min(calc(28 / 1400 * 100vw), 28px);
    color: #333;
    margin: 0;
}

/* お問い合わせボタン */
.strength-contact-btn {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: min(calc(50 / 1400 * 100vw), 50px) auto 0;
    display: flex;
    justify-content: center;
}

.contact-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(15 / 1400 * 100vw), 15px);
    background: #FC5B2A;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    padding: min(calc(19 / 1400 * 100vw), 19px) min(calc(50 / 1400 * 100vw), 50px);
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.contact-btn-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 min(calc(4 / 1400 * 100vw), 4px) min(calc(12 / 1400 * 100vw), 12px) rgba(252, 91, 42, 0.4);
}

.contact-btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(28 / 1400 * 100vw), 28px);
    line-height: min(calc(42 / 1400 * 100vw), 42px);
    color: #FFFFFF;
    letter-spacing: min(calc(1.4 / 1400 * 100vw), 1.4px);
    white-space: nowrap;
}

.contact-btn-arrow {
    font-size: min(calc(20 / 1400 * 100vw), 20px);
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-left: min(calc(5 / 1400 * 100vw), 5px);
}

/* 導入メリットセクション */
.benefit-section {
    width: 100%;
    background: rgba(225, 242, 228, 0.5);
    padding: min(calc(60 / 1400 * 100vw), 60px) 0 min(calc(100 / 1400 * 100vw), 100px);
    position: relative;
    overflow: hidden;
}

.benefit-bg-top {
    position: absolute;
    left: 0;
    top: 0;
    width: min(calc(504 / 1400 * 100vw), 504px);
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.benefit-bg-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(calc(458 / 1400 * 100vw), 458px);
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.benefit-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 min(calc(50 / 1400 * 100vw), 50px);
    position: relative;
    z-index: 3;
}

/* タイトル */
.benefit-title-wrapper {
    text-align: center;
    margin-bottom: min(calc(50 / 1400 * 100vw), 50px);
}

.benefit-title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(42 / 1400 * 100vw), 42px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(20 / 1400 * 100vw), 20px) 0;
}

.benefit-title-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(20 / 1400 * 100vw), 20px) 0;
}

.benefit-intro {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(28 / 1400 * 100vw), 28px);
    color: #333;
    margin: 0;
}

/* 3つのメリットカード */
.benefit-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(calc(15 / 1400 * 100vw), 15px);
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: 0 auto min(calc(50 / 1400 * 100vw), 50px);
}

.benefit-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}

.benefit-card {
    position: relative;
    background: #FFFFFF;
    border: min(calc(3 / 1400 * 100vw), 3px) solid #3AB54A;
    border-radius: min(calc(20 / 1400 * 100vw), 20px) min(calc(20 / 1400 * 100vw), 20px) 0 0;
    padding: min(calc(40 / 1400 * 100vw), 40px) 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: min(calc(300 / 1400 * 100vw), 300px);
    width: 100%;
}

.benefit-card-number-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    pointer-events: none;
    z-index: 10;
    transform: translateY(-50%);
}

.benefit-card-number {
    width: min(calc(50 / 1400 * 100vw), 50px);
    height: min(calc(50 / 1400 * 100vw), 50px);
    background: #06B41D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(30 / 1400 * 100vw), 30px);
    line-height: min(calc(50 / 1400 * 100vw), 50px);
    color: #FFFFFF;
    flex-shrink: 0;
}

.benefit-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(22 / 1400 * 100vw), 22px);
    line-height: min(calc(34 / 1400 * 100vw), 34px);
    color: #06B41D;
    text-align: center;
    margin: 0 0 min(calc(30 / 1400 * 100vw), 30px) 0;
}

.benefit-card-image {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.card-img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/* 売上拡大施策 */
.benefit-strategy {
    width: min(calc(900 / 1400 * 100vw), 900px);
    height: min(calc(217 / 1400 * 100vw), 217px);
    margin: 0 auto min(calc(50 / 1400 * 100vw), 50px);
    background: url('images/merit04.png') no-repeat center;
    background-size: contain;
    padding: min(calc(40 / 1400 * 100vw), 40px) min(calc(60 / 1400 * 100vw), 60px);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.strategy-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(28 / 1400 * 100vw), 28px);
    line-height: min(calc(30 / 1400 * 100vw), 30px);
    color: #333;
    letter-spacing: min(calc(1.4 / 1400 * 100vw), 1.4px);
    margin: 0 0 min(calc(15 / 1400 * 100vw), 15px) 0;
}

.strategy-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(24 / 1400 * 100vw), 24px);
    color: #333;
    margin: 0;
}

/* 導入事例 */
.benefit-case {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: 0 auto min(calc(50 / 1400 * 100vw), 50px);
}

.case-title-wrapper {
    text-align: center;
    margin-bottom: min(calc(40 / 1400 * 100vw), 40px);
}

.case-title-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(5 / 1400 * 100vw), 5px) 0;
}

.case-title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(42 / 1400 * 100vw), 42px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(15 / 1400 * 100vw), 15px) 0;
}

.case-intro {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(26 / 1400 * 100vw), 26px);
    color: #333;
    margin: 0;
}

.case-card {
    background: #FFFFFF;
    border: min(calc(3 / 1400 * 100vw), 3px) solid #3AB54A;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    padding: min(calc(30 / 1400 * 100vw), 30px) min(calc(40 / 1400 * 100vw), 40px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.case-company {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(24 / 1400 * 100vw), 24px);
    color: #323232;
    margin: 0 0 min(calc(25 / 1400 * 100vw), 25px) 0;
    text-align: center;
}

.case-content-right .case-company {
    text-align: left;
    margin-bottom: min(calc(10 / 1400 * 100vw), 10px);
}

.case-top-section {
    display: flex;
    flex-direction: row;
    gap: min(calc(30 / 1400 * 100vw), 30px);
    align-items: center;
    margin-bottom: 0;
}

.case-person {
    flex-shrink: 0;
    width: min(calc(150 / 1400 * 100vw), 150px);
}

.case-person-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.case-content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.case-quote {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(19 / 1400 * 100vw), 19px);
    line-height: min(calc(28 / 1400 * 100vw), 28px);
    color: #3AB54A;
    margin: 0 0 min(calc(15 / 1400 * 100vw), 15px) 0;
}

.case-line {
    width: 100%;
    height: min(calc(2 / 1400 * 100vw), 2px);
    background: #3AB54A;
    margin: 0 0 min(calc(25 / 1400 * 100vw), 25px) 0;
}

.case-content-right .case-line {
    margin-bottom: min(calc(10 / 1400 * 100vw), 10px);
}

.case-line.pc-only {
    display: block;
}

.case-line.sp-only {
    display: none;
}

.case-details {
    display: flex;
    flex-direction: column;
}

.case-details.pc-only {
    display: flex;
}

.case-details.sp-only {
    display: none;
}

.case-details p {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(28 / 1400 * 100vw), 28px);
    color: #333;
    margin: 0;
    padding-left: min(calc(10 / 1400 * 100vw), 10px);
    text-indent: min(calc(-10 / 1400 * 100vw), -10px);
}

.benefit-contact-btn {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: min(calc(50 / 1400 * 100vw), 50px) auto 0;
    display: flex;
    justify-content: center;
}

/* フォームセクション */
.form-section {
    width: 100%;
    background: #FFFFFF;
    padding: min(calc(60 / 1400 * 100vw), 60px) 0 min(calc(100 / 1400 * 100vw), 100px);
    position: relative;
    overflow: hidden;
}

.form-bg-top {
    position: absolute;
    left: 0;
    top: 0;
    width: min(calc(504 / 1400 * 100vw), 504px);
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.form-bg-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(calc(458 / 1400 * 100vw), 458px);
    height: auto;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.form-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 min(calc(339 / 1400 * 100vw), 339px);
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* タイトル */
.form-title-wrapper {
    text-align: center;
    margin-bottom: min(calc(50 / 1400 * 100vw), 50px);
}

.form-title-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(20 / 1400 * 100vw), 20px) 0;
}

.form-title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(42 / 1400 * 100vw), 42px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(15 / 1400 * 100vw), 15px) 0;
}

.form-intro {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: normal;
    color: #333;
    margin: 0 0 min(calc(30 / 1400 * 100vw), 30px) 0;
}

/* 初回相談無料ボックス */
.form-consult-box {
    width: auto;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    height: auto;
    min-height: 0;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    gap: min(calc(20 / 1400 * 100vw), 20px);
}

.consult-text {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: 1.6;
    color: #333;
    text-align: center;
    padding: min(calc(16 / 1400 * 100vw), 16px) min(calc(20 / 1400 * 100vw), 20px);
    box-sizing: border-box;
    min-width: 0;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #06B41D;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    overflow: hidden;
}

.consult-text p {
    margin: 0 0 0.5em 0;
    white-space: normal;
}

.consult-text p:last-child {
    margin-bottom: 0;
}

.consult-highlight {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #FC5B2A;
}

.consult-image {
    flex-shrink: 0;
    width: min(calc(160 / 1400 * 100vw), 160px);
    height: min(calc(147 / 1400 * 100vw), 147px);
    position: relative;
    align-self: center;
}

.consult-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* フォーム */
.contact-form {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: 0 auto;
}

.form-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: min(calc(30 / 1400 * 100vw), 30px);
    gap: min(calc(20 / 1400 * 100vw), 20px);
    flex-wrap: wrap;
}

.form-row-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(calc(5 / 1400 * 100vw), 5px);
    min-width: 0;
}

.form-label {
    flex-shrink: 0;
    width: min(calc(248 / 1400 * 100vw), 248px);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(18 / 1400 * 100vw), 18px);
    line-height: min(calc(30 / 1400 * 100vw), 30px);
    color: #333;
    text-align: left;
}

.required {
    color: #F50707;
    margin-left: min(calc(2 / 1400 * 100vw), 2px);
}

.form-label-note {
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    margin-left: min(calc(5 / 1400 * 100vw), 5px);
    line-height: normal;
}

.form-input {
    flex: 1 1 min(calc(420 / 1400 * 100vw), 420px);
    width: 100%;
    max-width: min(calc(420 / 1400 * 100vw), 420px);
    min-width: min(calc(420 / 1400 * 100vw), 420px);
    height: min(calc(48 / 1400 * 100vw), 48px);
    min-height: min(calc(48 / 1400 * 100vw), 48px);
    max-height: min(calc(48 / 1400 * 100vw), 48px);
    background: #FFFFFF;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #ADADAD;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    padding: 0 min(calc(16 / 1400 * 100vw), 16px);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(46 / 1400 * 100vw), 46px);
    color: #333;
    vertical-align: middle;
    resize: none;
    overflow: hidden;
}

.form-phone-group {
    flex: 1;
    display: flex;
    gap: min(calc(10 / 1400 * 100vw), 10px);
    max-width: min(calc(420 / 1400 * 100vw), 420px);
    min-width: min(calc(420 / 1400 * 100vw), 420px);
}

.form-input-phone {
    flex: 1;
    width: min(calc(120 / 1400 * 100vw), 120px);
    height: min(calc(48 / 1400 * 100vw), 48px);
    background: #FFFFFF;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #ADADAD;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    padding: 0 min(calc(12 / 1400 * 100vw), 12px);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(46 / 1400 * 100vw), 46px);
    color: #333;
    vertical-align: middle;
}

.form-email-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: min(calc(5 / 1400 * 100vw), 5px);
    max-width: min(calc(420 / 1400 * 100vw), 420px);
    min-width: min(calc(420 / 1400 * 100vw), 420px);
}

.form-input-email-left {
    width: min(calc(150 / 1400 * 100vw), 150px);
    height: min(calc(48 / 1400 * 100vw), 48px);
    background: #FFFFFF;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #ADADAD;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    padding: 0 min(calc(12 / 1400 * 100vw), 12px);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(46 / 1400 * 100vw), 46px);
    color: #333;
    vertical-align: middle;
}

.email-at {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: min(calc(18 / 1400 * 100vw), 18px);
    line-height: normal;
    color: #333;
    flex-shrink: 0;
}

.form-input-email-right {
    flex: 1;
    width: min(calc(228 / 1400 * 100vw), 228px);
    height: min(calc(48 / 1400 * 100vw), 48px);
    background: #FFFFFF;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #ADADAD;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    padding: 0 min(calc(12 / 1400 * 100vw), 12px);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(46 / 1400 * 100vw), 46px);
    color: #333;
    vertical-align: middle;
}

.form-select-wrapper {
    flex: 1;
    position: relative;
    max-width: min(calc(420 / 1400 * 100vw), 420px);
    min-width: min(calc(420 / 1400 * 100vw), 420px);
}

.form-select {
    width: 100%;
    height: min(calc(48 / 1400 * 100vw), 48px);
    background: #FFFFFF;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #ADADAD;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    padding: 0 min(calc(16 / 1400 * 100vw), 16px);
    padding-right: min(calc(40 / 1400 * 100vw), 40px);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(46 / 1400 * 100vw), 46px);
    color: #333;
    appearance: none;
    cursor: pointer;
    vertical-align: middle;
}

.form-select option {
    color: #333;
}

.form-select:invalid {
    color: #7D7E7D;
}

.select-arrow {
    position: absolute;
    right: min(calc(16 / 1400 * 100vw), 16px);
    top: 50%;
    transform: translateY(-50%);
    font-size: min(calc(18 / 1400 * 100vw), 18px);
    color: #7D7E7D;
    pointer-events: none;
    line-height: 1;
}

.form-textarea {
    flex: 1;
    width: 100%;
    max-width: min(calc(420 / 1400 * 100vw), 420px);
    min-width: min(calc(420 / 1400 * 100vw), 420px);
    height: min(calc(240 / 1400 * 100vw), 240px);
    background: #FFFFFF;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #ADADAD;
    border-radius: min(calc(8 / 1400 * 100vw), 8px);
    padding: min(calc(16 / 1400 * 100vw), 16px);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(24 / 1400 * 100vw), 24px);
    color: #333;
    resize: vertical;
}

.form-submit-wrapper {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: min(calc(50 / 1400 * 100vw), 50px) auto 0;
    display: flex;
    justify-content: center;
}

.form-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: min(calc(10 / 1400 * 100vw), 10px);
    background: #FC5B2A;
    border: none;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    width: min(calc(460 / 1400 * 100vw), 460px);
    height: min(calc(80 / 1400 * 100vw), 80px);
    padding: 0 min(calc(20 / 1400 * 100vw), 20px);
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 min(calc(4 / 1400 * 100vw), 4px) min(calc(12 / 1400 * 100vw), 12px) rgba(252, 91, 42, 0.4);
}

.submit-btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(26 / 1400 * 100vw), 26px);
    line-height: min(calc(33 / 1400 * 100vw), 33px);
    color: #FFFFFF;
    letter-spacing: min(calc(1.3 / 1400 * 100vw), 1.3px);
    margin: 0;
}

.submit-btn-arrow {
    position: absolute;
    right: min(calc(20 / 1400 * 100vw), 20px);
    font-size: min(calc(20 / 1400 * 100vw), 20px);
    color: #FFFFFF;
    line-height: 1;
    flex-shrink: 0;
}

/* メッセージセクション */
.message-section {
    width: 100%;
    height: min(calc(300 / 1400 * 100vw), 300px);
    position: relative;
    overflow: hidden;
    background: #FBFafa;
    background-image: url('images/news_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.message-bg-image {
    display: none;
}

.message-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.message-text {
    font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    line-height: min(calc(50 / 1400 * 100vw), 50px);
}

.message-line1 {
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    letter-spacing: min(calc(1.2 / 1400 * 100vw), 1.2px);
}

.message-comma {
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    letter-spacing: min(calc(-1.2 / 1400 * 100vw), -1.2px);
}

.message-line2 {
    font-size: min(calc(38 / 1400 * 100vw), 38px);
    letter-spacing: min(calc(0.76 / 1400 * 100vw), 0.76px);
}

/* お知らせセクション */
.news-section {
    width: 100%;
    background: #E1F2E4;
    padding: min(calc(30 / 1400 * 100vw), 30px) 0 min(calc(40 / 1400 * 100vw), 40px);
    position: relative;
}

.news-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 min(calc(50 / 1400 * 100vw), 50px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-title {
    width: 100%;
    max-width: min(calc(1000 / 1400 * 100vw), 1000px);
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    line-height: normal;
    color: #333;
    text-align: left;
    margin: 0 0 min(calc(10 / 1400 * 100vw), 10px) 0;
}

.news-box {
    width: 100%;
    max-width: min(calc(1000 / 1400 * 100vw), 1000px);
    margin: 0 auto min(calc(20 / 1400 * 100vw), 20px);
    background: #FFFFFF;
    border-radius: min(calc(10 / 1400 * 100vw), 10px);
    padding: min(calc(23 / 1400 * 100vw), 23px) min(calc(30 / 1400 * 100vw), 30px);
    box-sizing: border-box;
    height: min(calc(180 / 1400 * 100vw), 180px);
    overflow-y: auto;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: min(calc(5 / 1400 * 100vw), 5px);
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: min(calc(10 / 1400 * 100vw), 10px);
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: min(calc(28 / 1400 * 100vw), 28px);
    color: #333;
    margin: 0;
}

.news-date {
    flex-shrink: 0;
}

.news-content {
    flex: 1;
}

.news-link {
    width: 100%;
    max-width: min(calc(1000 / 1400 * 100vw), 1000px);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    line-height: normal;
    color: #333;
    text-align: right;
    margin: 0;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
}

.news-link:hover {
    opacity: 0.7;
}

/* フッター */
.footer {
    width: 100%;
    background: #FFFFFF;
    position: relative;
    padding: min(calc(15 / 1400 * 100vw), 15px) 0 min(calc(25 / 1400 * 100vw), 25px);
    box-sizing: border-box;
}

.footer-container {
    width: 100%;
    max-width: min(calc(1400 / 1400 * 100vw), 1400px);
    margin: 0 auto;
    height: min(calc(31 / 1400 * 100vw), 31px);
    position: relative;
    box-sizing: border-box;
}

.footer-logo {
    position: absolute;
    left: min(calc(198 / 1400 * 100vw), 198px);
    top: 0;
    width: min(calc(100 / 1400 * 100vw), 100px);
    height: min(calc(31 / 1400 * 100vw), 31px);
}

.footer-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.footer-text {
    position: absolute;
    left: min(calc(1034.5 / 1400 * 100vw), 1034.5px);
    top: min(calc(7 / 1400 * 100vw), 7px);
    transform: translateX(-50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: min(calc(12 / 1400 * 100vw), 12px);
    line-height: normal;
    color: #333;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.footer-link {
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s;
    margin-right: min(calc(30 / 1400 * 100vw), 30px);
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-copyright {
    display: inline;
}

/* フォームエラー・成功メッセージ */
.form-errors {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: 0 auto min(calc(30 / 1400 * 100vw), 30px);
    padding: min(calc(20 / 1400 * 100vw), 20px);
    background: #FFF3F3;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #FF6B6B;
    border-radius: min(calc(10 / 1400 * 100vw), 10px);
    box-sizing: border-box;
}

.error-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    font-weight: 700;
    color: #D32F2F;
    margin: 0 0 min(calc(10 / 1400 * 100vw), 10px) 0;
}

.error-list {
    margin: 0;
    padding-left: min(calc(20 / 1400 * 100vw), 20px);
    list-style: disc;
}

.error-list li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    color: #D32F2F;
    margin-bottom: min(calc(5 / 1400 * 100vw), 5px);
}

.error-message {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(12 / 1400 * 100vw), 12px);
    color: #D32F2F;
    margin-top: min(calc(5 / 1400 * 100vw), 5px);
}

.error-message i {
    color: #D32F2F;
    margin-right: min(calc(5 / 1400 * 100vw), 5px);
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    flex-shrink: 0;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.form-input.error,
.form-input-phone.error,
.form-input-email-left.error,
.form-input-email-right.error,
.form-select.error {
    border-color: #FF6B6B;
    background: #FFF3F3;
}

.form-success-message {
    width: 100%;
    max-width: min(calc(900 / 1400 * 100vw), 900px);
    margin: 0 auto;
    padding: min(calc(40 / 1400 * 100vw), 40px);
    background: #F0F9F4;
    border: min(calc(2 / 1400 * 100vw), 2px) solid #3AB54A;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    box-sizing: border-box;
    text-align: center;
}

.form-success-message h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    font-weight: 700;
    color: #2E2E2E;
    margin: 0 0 min(calc(20 / 1400 * 100vw), 20px) 0;
}

.form-success-message > p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    color: #2E2E2E;
    margin: 0 0 min(calc(30 / 1400 * 100vw), 30px) 0;
    line-height: 1.8;
}

.form-success-details {
    text-align: left;
    background: #FFFFFF;
    padding: min(calc(30 / 1400 * 100vw), 30px);
    border-radius: min(calc(10 / 1400 * 100vw), 10px);
    margin-top: min(calc(30 / 1400 * 100vw), 30px);
}

.form-success-details p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    color: #2E2E2E;
    margin: 0 0 min(calc(15 / 1400 * 100vw), 15px) 0;
    line-height: 1.8;
}

.form-success-details p:last-child {
    margin-bottom: 0;
}

.form-success-details strong {
    font-weight: 700;
    color: #333;
}

/* 確認モーダル（body直下・必ず最前面に表示） */
.confirm-modal {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483647 !important;
    align-items: center;
    justify-content: center;
}

.confirm-modal-content {
    position: relative !important;
    z-index: 2147483647 !important;
    background: #FFFFFF;
    border-radius: min(calc(20 / 1400 * 100vw), 20px);
    padding: min(calc(40 / 1400 * 100vw), 40px);
    max-width: min(calc(600 / 1400 * 100vw), 600px);
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.confirm-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(24 / 1400 * 100vw), 24px);
    font-weight: 700;
    color: #2E2E2E;
    margin: 0 0 min(calc(30 / 1400 * 100vw), 30px) 0;
    text-align: center;
}

.confirm-body {
    margin-bottom: min(calc(30 / 1400 * 100vw), 30px);
}

.confirm-item {
    margin-bottom: min(calc(20 / 1400 * 100vw), 20px);
    padding-bottom: min(calc(15 / 1400 * 100vw), 15px);
    border-bottom: min(calc(1 / 1400 * 100vw), 1px) solid #E0E0E0;
}

.confirm-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.confirm-item label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: min(calc(5 / 1400 * 100vw), 5px);
}

.confirm-item span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(14 / 1400 * 100vw), 14px);
    color: #2E2E2E;
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
}

.confirm-buttons {
    display: flex;
    gap: min(calc(20 / 1400 * 100vw), 20px);
    justify-content: center;
    margin-top: min(calc(30 / 1400 * 100vw), 30px);
}

.confirm-btn-cancel,
.confirm-btn-submit {
    padding: min(calc(15 / 1400 * 100vw), 15px) min(calc(40 / 1400 * 100vw), 40px);
    border-radius: min(calc(10 / 1400 * 100vw), 10px);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(16 / 1400 * 100vw), 16px);
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    min-width: min(calc(120 / 1400 * 100vw), 120px);
}

.confirm-btn-cancel {
    background: #E0E0E0;
    color: #333;
}

.confirm-btn-cancel:hover {
    background: #D0D0D0;
}

.confirm-btn-submit {
    background: #FC5B2A;
    color: #FFFFFF;
}

.confirm-btn-submit:hover {
    background: #E04A1F;
    transform: translateY(-2px);
    box-shadow: 0 min(calc(4 / 1400 * 100vw), 4px) min(calc(12 / 1400 * 100vw), 12px) rgba(252, 91, 42, 0.4);
}

.footer-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: min(calc(14 / 1400 * 100vw), 14px);
    background: #3AB54A;
}

/******************** SPレイアウト ********************/

/* MVセクション - SP */

@media (max-width: 768px) {
    /* SP専用要素を表示 */
    br.sp-only {
        display: block;
    }
    .sp-only {
        display: block;
    }
    /* PC専用要素を非表示 */
    br.pc-only,
    .pc-only {
        display: none;
    }
    /* ヘッダー */
    .header {
        padding: 0 20px 10px;
    }

    .header-logo {
        width: 120px;
        height: 68px;
    }

    .logo-img {
        width: 110px;
        height: 45px;
        padding: 8px;
    }

    /* MVラッパー - SP */
    .mv-wrapper::before {
        display: none;
    }

    /* メインコンテンツ */
    .main-content {
        aspect-ratio: 375 / 600;
        background-image: url('images/MV_bg_sp.jpg');
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        min-height: calc(600 / 375 * 100vw);
    }

    /* 左側画像 - SPでは非表示 */
    /* メインテキスト */
    .main-text {
        position: absolute;
        left: 50%;
        top: calc(145 / 375 * 100vw);
        width: calc(100% - 40 / 375 * 100vw);
        max-width: calc(335 / 375 * 100vw);
        transform: translateX(-50%);
        z-index: 10;
    }

    .title-main {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        font-size: calc(19.6503 / 375 * 100vw);
        line-height: calc(32 / 375 * 100vw);
        white-space: normal;
        text-align: center;
        font-weight: 700;
        color: #2E2E2E;
    }

    .title-sub {
        width: 100%;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 700;
        font-size: calc(40.1487 / 375 * 100vw);
        line-height: calc(50 / 375 * 100vw);
        letter-spacing: -0.01em;
        text-align: center;
        color: #2E2E2E;
    }

    .green-line {
        display: none;
    }

    /* description - MV左下に配置 */
    .description {
        position: absolute;
        left: calc(20 / 375 * 100vw);
        top: auto;
        bottom: calc(80 / 375 * 100vw);
        transform: none;
        width: calc(100% - 40 / 375 * 100vw);
        max-width: calc(280 / 375 * 100vw);
        margin: 0;
        font-size: calc(13 / 375 * 100vw);
        line-height: calc(20 / 375 * 100vw);
        text-align: left;
        color: #2E2E2E;
        z-index: 10;
    }

    /* ボタン - SP */
    .btn-container {
        position: fixed !important;
        bottom: 0 !important;
        left: 50% !important;
        right: auto !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100% !important;
        height: calc(76 / 375 * 100vw) !important;
        padding: 10px calc(12 / 375 * 100vw) !important;
        padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
        margin: 0 !important;
        margin-left: -50vw !important;
        background: #D9D9D9 !important;
        z-index: 1000 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        transform: none !important;
        top: auto !important;
    }

    .btn-container .btn-contact {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: calc(60 / 375 * 100vw) !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        box-sizing: border-box !important;
        padding: 0 8px !important;
    }

    .btn-contact {
        border-radius: calc(12 / 375 * 100vw) !important;
        gap: calc(8 / 375 * 100vw) !important;
    }

    .btn-text {
        font-size: calc(18 / 375 * 100vw) !important;
        line-height: calc(17 / 375 * 100vw) !important;
        letter-spacing: 0.05em !important;
    }

    .btn-arrow {
        width: calc(18 / 375 * 100vw) !important;
        height: calc(18 / 375 * 100vw) !important;
        font-size: calc(12 / 375 * 100vw) !important;
    }

    /* 市場直結バッジ - SPでは背景画像に含まれているため非表示 */
    .market-badge {
        display: none;
    }

    /* 相談ボタン - SPでは非表示 */
    .problem-consult-btn {
        display: none !important;
    }

    /******************** 悩みセクション - SP ********************/
    
    .problem-section {
        padding: calc(30 / 375 * 100vw) 0;
    }

    .problem-container {
        padding: 0 calc(20 / 375 * 100vw);
    }

    .problem-title {
        font-size: calc(28 / 375 * 100vw);
        letter-spacing: calc(0.72 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
        text-align: left;
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .problem-card-wrapper-container {
        display: flex;
        flex-direction: column;
        gap: calc(25 / 375 * 100vw);
        max-width: 100%;
    }

    .problem-card-wrapper-3 {
        margin-top: 0;
    }

    .problem-card-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: calc(12 / 375 * 100vw);
        width: 100%;
    }

    .problem-card-wrapper-1,
    .problem-card-wrapper-2,
    .problem-card-wrapper-3,
    .problem-card-wrapper-4 {
        align-items: flex-end;
    }

    /* カード1と3: 左にイラスト、右に吹き出し */
    .problem-card-wrapper-1,
    .problem-card-wrapper-3 {
        flex-direction: row;
    }

    .problem-card-wrapper-1 .problem-person,
    .problem-card-wrapper-3 .problem-person {
        margin-right: calc(12 / 375 * 100vw);
        margin-left: 0;
    }

    /* カード2と4: 右にイラスト、左に吹き出し */
    .problem-card-wrapper-2,
    .problem-card-wrapper-4 {
        flex-direction: row;
        justify-content: flex-end;
    }

    .problem-card-wrapper-2 .problem-person,
    .problem-card-wrapper-4 .problem-person {
        order: 2;
        margin-left: calc(12 / 375 * 100vw);
        margin-right: 0;
    }

    .problem-card-wrapper-2 .problem-speech-bubble,
    .problem-card-wrapper-4 .problem-speech-bubble {
        order: 1;
    }

    .problem-person {
        flex-shrink: 0;
        gap: calc(6 / 375 * 100vw);
    }

    .problem-person-img {
        width: calc(70 / 375 * 100vw);
    }

    .problem-person-label {
        font-size: calc(11 / 375 * 100vw);
        line-height: calc(16 / 375 * 100vw);
    }

    .speech-bubble-box {
        width: calc(248 / 375 * 100vw);
        flex: none;
        padding: calc(20 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        box-sizing: border-box;
    }

    .problem-card-title {
        font-size: calc(18 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
        white-space: normal;
    }

    .problem-card-text {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(20 / 375 * 100vw);
    }

    /* 吹き出しの三角 - SP用に調整 */
    .speech-bubble-tail-left {
        border-top-width: calc(8 / 375 * 100vw);
        border-bottom-width: calc(8 / 375 * 100vw);
        border-right-width: calc(18 / 375 * 100vw);
    }

    .speech-bubble-tail-right {
        border-top-width: calc(8 / 375 * 100vw);
        border-bottom-width: calc(8 / 375 * 100vw);
        border-left-width: calc(18 / 375 * 100vw);
    }

    .problem-card-wrapper-1 .speech-bubble-tail-left,
    .problem-card-wrapper-2 .speech-bubble-tail-right {
        top: 50%;
    }

    /******************** 強みセクション - SP ********************/
    
    .strength-section {
        padding: calc(30 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
    }

    .strength-bg-top,
    .strength-bg-bottom {
        display: block;
        width: auto;
        max-width: calc(150 / 375 * 100vw);
    }

    .strength-bg-top {
        width: auto;
        max-width: calc(150 / 375 * 100vw);
    }

    .strength-bg-bottom {
        width: auto;
        max-width: calc(150 / 375 * 100vw);
    }

    .strength-triangle {
        width: calc(80 / 375 * 100vw);
        height: calc(60 / 375 * 100vw);
    }

    .strength-triangle::before {
        border-left-width: calc(30 / 375 * 100vw);
        border-right-width: calc(30 / 375 * 100vw);
        border-top-width: calc(35 / 375 * 100vw);
    }

    .strength-container {
        padding: 0 calc(20 / 375 * 100vw);
    }

    .strength-title-wrapper {
        margin-bottom: calc(25 / 375 * 100vw);
    }

    .strength-title-main {
        font-size: calc(24 / 375 * 100vw);
        margin: calc(40 / 375 * 100vw) 0 calc(5 / 375 * 100vw) 0;
    }

    .strength-title-sub {
        font-size: calc(30 / 375 * 100vw);
        margin: 0 0 calc(15 / 375 * 100vw) 0;
    }

    .strength-description {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(28 / 375 * 100vw);
    }

    .strength-summary {
        margin: calc(20 / 375 * 100vw) auto calc(50 / 375 * 100vw);
    }

    .summary-image {
        max-width: 100%;
    }

    .summary-image-pc {
        display: none;
    }

    .summary-image-sp {
        display: block;
    }

    /* カード */
    .strength-card {
        max-width: 100%;
        margin: calc(30 / 375 * 100vw) auto 0;
        padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
        border-width: calc(3 / 375 * 100vw);
        border-radius: calc(20 / 375 * 100vw);
    }

    .strength-card-header {
        gap: calc(12 / 375 * 100vw);
        margin-bottom: calc(15 / 375 * 100vw);
    }

    .strength-card-icon {
        height: calc(30 / 375 * 100vw);
    }

    .strength-card-title {
        font-size: calc(28 / 375 * 100vw);
        line-height: calc(28 / 375 * 100vw);
        letter-spacing: calc(2.4 / 375 * 100vw);
    }

    .strength-card-line {
        height: calc(2 / 375 * 100vw);
        margin: calc(15 / 375 * 100vw) 0;
    }

    .strength-card-content {
        flex-direction: column;
        gap: calc(20 / 375 * 100vw);
        align-items: flex-start;
    }

    .strength-card-content-top {
        align-items: flex-start;
    }

    .strength-card:has(.strength-card-icon[alt="Order management icon"]) .strength-card-content {
        flex-direction: column;
    }

    .strength-card-image {
        width: 100%;
        max-width: calc(250 / 375 * 100vw);
        margin: auto;
    }

    .card-illustration-pc {
        display: none;
    }

    .card-illustration-sp {
        display: block;
    }

    .strength-card-image-sp {
        display: block;
        width: 100%;
        max-width: calc(250 / 375 * 100vw);
        margin: calc(15 / 375 * 100vw) auto 0;
    }

    .card-illustration-sp-only {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .strength-card-text {
        width: 100%;
        gap: calc(12 / 375 * 100vw);
    }

    .strength-card-item {
        gap: calc(8 / 375 * 100vw);
    }

    .card-bullet {
        font-size: calc(19 / 375 * 100vw);
    line-height: calc(31 / 375 * 100vw);
    }

    .card-item-title {
        font-size: calc(20 / 375 * 100vw);
        line-height: calc(30 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .card-item-description {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(28 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    /* ハイライトカード */
    .strength-highlight-card {
        max-width: 100%;
        margin: calc(30 / 375 * 100vw) auto 0;
        padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw);
        border-width: calc(3 / 375 * 100vw);
        border-radius: calc(20 / 375 * 100vw);
        box-sizing: border-box;
        overflow: hidden;
    }

    .highlight-content {
        flex-direction: column;
        gap: calc(20 / 375 * 100vw);
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .highlight-left {
        flex-direction: row;
        flex-wrap: wrap;
        gap: calc(12 / 375 * 100vw);
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        box-sizing: border-box;
        overflow: hidden;
    }

    .highlight-point {
        width: calc(70 / 375 * 100vw);
        height: calc(70 / 375 * 100vw);
        flex-shrink: 0;
        align-self: flex-start;
    }

    .point-label {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        letter-spacing: calc(0.32 / 375 * 100vw);
    }

    .highlight-subtitle-sp {
        display: block !important;
        flex: 1;
        min-width: 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        letter-spacing: calc(0.05 / 375 * 100vw);
        color: #FFFFFF;
        margin: 0;
        align-self: center;
    }

    /* PC用のsubtitleはSPでは非表示 */
    .highlight-subtitle-pc {
        display: none !important;
    }

    .highlight-text {
        width: 100%;
        flex: none;
        min-width: 0;
        gap: calc(10 / 375 * 100vw);
        box-sizing: border-box;
        margin-top: 0;
    }

    /* title以降をsubtitleの下に配置 */
    .highlight-title {
        margin-top: 0;
    }

    /* highlight-lineはSPでは非表示 */
    .highlight-line {
        display: none !important;
    }

    .highlight-title {
        font-size: calc(26 / 375 * 100vw);
        line-height: calc(30 / 375 * 100vw);
        letter-spacing: calc(2.2 / 375 * 100vw);
        white-space: normal;
        margin: 0;
        text-align: center;
    }

    .highlight-description {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(26 / 375 * 100vw);
        margin: 0;
        padding: 0 5px;
    }

    .highlight-line {
        display: none;
    }

    /* プロフィール */
    .highlight-profile {
        margin-top: calc(15 / 375 * 100vw);
        padding: 0 10px;
    }

    .profile-text {
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        letter-spacing: calc(0.6 / 375 * 100vw);
    }

    /* PC用のhighlight-rightはSPでは非表示 */
    .highlight-right-pc {
        display: none !important;
    }

    /* 吹き出しとイラストの画像 */
    .highlight-speech-image {
        display: block !important;
        width: 100%;
        margin-top: calc(15 / 375 * 100vw);
    }

    .highlight-speech-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* アフターフォローセクション */
    .strength-after-section {
        max-width: 100%;
        margin: calc(30 / 375 * 100vw) auto 0;
        padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw) calc(5 / 375 * 100vw);
        min-height: auto;
        background: #E1F2E4;
        border-radius: calc(20 / 375 * 100vw);
        background-image: none;
    }

    .after-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(15 / 375 * 100vw);
        text-align: left;
    }

    .after-title {
        width: 100%;
        font-size: calc(18 / 375 * 100vw);
        line-height: calc(26 / 375 * 100vw);
        letter-spacing: calc(1 / 375 * 100vw);
        margin: 0;
        text-align: center;
    }

    .after-bottom {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: calc(10 / 375 * 100vw);
    }

    .after-description {
        flex: 1;
        min-width: 0;
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        text-align: left;
        margin: 0;
        letter-spacing: -0.05em;
    }

    /* SP用画像を表示 */
    .after-image-sp {
        display: block;
        flex-shrink: 0;
        width: auto;
        max-width: calc(120 / 375 * 100vw);
    }

    .after-image-sp-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* お問い合わせボタン */
    .strength-contact-btn {
        display: none !important;
    }

    .contact-btn-link {
        width: 100%;
        max-width: 335px;
        padding: 15px 30px;
        border-radius: 12px;
        gap: 10px;
    }

    .contact-btn-text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.8px;
        white-space: normal;
    }

    .contact-btn-arrow {
        font-size: 14px;
    }

    /******************** 導入メリットセクション - SP ********************/
    
    .benefit-section {
        padding: calc(80 / 375 * 100vw) 0;
    }

    .benefit-bg-top,
    .benefit-bg-bottom {
        display: block;
        width: auto;
        max-width: calc(150 / 375 * 100vw);
    }

    .benefit-bg-top {
        max-width: calc(150 / 375 * 100vw);
    }

    .benefit-bg-bottom {
        max-width: calc(150 / 375 * 100vw);
    }

    .benefit-container {
        padding: 0 calc(20 / 375 * 100vw);
    }

    .benefit-title-wrapper {
        margin-bottom: calc(60 / 375 * 100vw);
    }

    .benefit-title-sub {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .benefit-title-main {
        font-size: calc(30 / 375 * 100vw);
        margin-bottom: calc(15 / 375 * 100vw);
    }

    .benefit-intro {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(28 / 375 * 100vw);
    }

    /* 3つのメリットカード - SP */
    .benefit-cards {
        display: flex;
        flex-direction: column;
        gap: calc(60 / 375 * 100vw);
        max-width: 100%;
        margin: 0 auto calc(30 / 375 * 100vw);
    }

    .benefit-card-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .benefit-card {
        position: relative;
        background: #FFFFFF;
        border: calc(3 / 375 * 100vw) solid #3AB54A;
        border-radius: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0 0;
        padding: calc(40 / 375 * 100vw) 0 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-height: auto;
    }

    .benefit-card-number {
        position: absolute;
        top: calc(-25 / 375 * 100vw);
        left: 50%;
        transform: translateX(-50%);
        width: calc(50 / 375 * 100vw);
        height: calc(50 / 375 * 100vw);
        background: #3AB54A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(30 / 375 * 100vw);
        line-height: calc(50 / 375 * 100vw);
        color: #FFFFFF;
        padding: 0 0 calc(5 / 375 * 100vw);
        margin: 0;
    }

    .benefit-card-title {
        font-size: calc(20 / 375 * 100vw);
        line-height: calc(30 / 375 * 100vw);
        color: #06B41D;
        text-align: center;
        margin: 0 0 calc(20 / 375 * 100vw) 0;
    }

    .benefit-card-image {
        width: 100%;
        margin-bottom: 0;
        display: block;
    }

    .card-img {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

    /* 売上拡大施策 - SP */
    .benefit-strategy {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: calc(180 / 375 * 100vw);
        margin: 0 auto calc(30 / 375 * 100vw);
        background: #E1F2E4;
        padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
        box-sizing: border-box;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: calc(12 / 375 * 100vw);
        border-radius: calc(20 / 375 * 100vw);
        overflow: visible;
    }

    .strategy-image-left {
        position: absolute;
        top: calc(-10 / 375 * 100vw);
        left: calc(5 / 375 * 100vw);
        width: auto;
        height: auto;
        max-width: calc(55 / 375 * 100vw);
        z-index: 1;
    }

    .strategy-content {
        width: 100%;
        z-index: 2;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: calc(12 / 375 * 100vw);
    }

    .strategy-title {
        font-size: calc(20 / 375 * 100vw);
        line-height: calc(28 / 375 * 100vw);
        letter-spacing: calc(0.5 / 375 * 100vw);
        margin-bottom: 0;
        text-align: left;
        font-weight: 700;
        color: #333;
        padding-left: calc(40 / 375 * 100vw);
    }

    .strategy-description-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(15 / 375 * 100vw);
    }

    .strategy-description {
        flex: 1;
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        text-align: left;
        color: #333;
        margin: 0;
        min-width: 0;
    }

    .strategy-image-right {
        flex-shrink: 0;
        width: auto;
        max-width: calc(110 / 375 * 100vw);
        height: auto;
        z-index: 2;
    }

    /* 導入事例 - SP */
    .benefit-case {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .case-title-wrapper {
        text-align: center;
        margin-bottom: calc(25 / 375 * 100vw);
    }

    .case-title-sub {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(5 / 375 * 100vw);
    }

    .case-title-main {
        font-size: calc(30 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .case-intro {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(26 / 375 * 100vw);
    }

    .case-card {
        background: #FFFFFF;
        border: calc(3 / 375 * 100vw) solid #3AB54A;
        border-radius: calc(20 / 375 * 100vw);
        padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: calc(10 / 375 * 100vw);
    }

    .case-company {
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        margin: 0;
        text-align: center;
    }

    .case-top-section {
        display: flex;
        flex-direction: row;
        gap: calc(0 / 375 * 100vw);
        align-items: flex-start;
    }

    .case-person {
        flex-shrink: 0;
        width: 100%;
        max-width: calc(90 / 375 * 100vw);
    }

    .case-person-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .case-quote {
        font-size: calc(18 / 375 * 100vw);
        line-height: calc(26 / 375 * 100vw);
        margin: 0;
        flex: 1;
    }

    .case-line {
        width: 100%;
        height: calc(2 / 375 * 100vw);
        background: #3AB54A;
        margin: calc(5 / 375 * 100vw) 0;
    }

    .case-line.pc-only {
        display: none !important;
    }

    .case-line.sp-only {
        display: block !important;
    }

    .case-details {
        display: flex;
        flex-direction: column;
        gap: calc(10 / 375 * 100vw);
    }

    .case-details.pc-only {
        display: none !important;
    }

    .case-details.sp-only {
        display: flex !important;
    }

    .case-details p {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        margin: 0;
    }

    /* お問い合わせボタン - SP */
    .benefit-contact-btn {
        display: none;
    }

    /******************** フォームセクション - SP ********************/
    
    .form-section {
        padding: calc(40 / 375 * 100vw) 0;
        overflow: visible;
    }

    .form-bg-top,
    .form-bg-bottom {
        display: block;
        width: auto;
        max-width: calc(150 / 375 * 100vw);
    }

    .form-bg-top {
        max-width: calc(150 / 375 * 100vw);
    }

    .form-bg-bottom {
        max-width: calc(150 / 375 * 100vw);
    }

    .form-container {
        padding: 0 calc(20 / 375 * 100vw);
        overflow-x: hidden;
        overflow-y: visible;
    }
    
    .form-title-wrapper {
        overflow: visible;
    }

    .form-title-wrapper {
        margin-bottom: calc(30 / 375 * 100vw);
    }

    .form-title-sub {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .form-title-main {
        font-size: calc(30 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .form-intro {
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .form-consult-box {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background: transparent;
        border: none;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: calc(10 / 375 * 100vw);
        position: relative;
    }

    .consult-text {
        flex: 1;
        min-width: 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
        color: #333;
        text-align: left;
        padding: calc(16 / 375 * 100vw) calc(15 / 375 * 100vw);
        background: #FFFFFF;
        border: calc(2 / 375 * 100vw) solid #06B41D;
        border-radius: calc(8 / 375 * 100vw);
        box-sizing: border-box;
    }

    .consult-text p {
        margin: 0 0 calc(4 / 375 * 100vw) 0;
        white-space: normal;
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(22 / 375 * 100vw);
    }

    .consult-text p:last-child {
        margin-bottom: 0;
    }

    .consult-highlight {
        font-family: 'Noto Sans JP', sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #FC5B2A;
    }

    .consult-image {
        flex-shrink: 0;
        width: calc(109 / 375 * 100vw);
        height: auto;
        position: relative;
        align-self: center;
        display: block;
    }

    .consult-img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .contact-form {
        max-width: 100%;
    }

    .form-row {
        flex-direction: column;
        gap: calc(10 / 375 * 100vw);
        margin-bottom: calc(25 / 375 * 100vw);
    }

    .form-label {
        width: 100%;
        font-size: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
    }

    .form-row-content {
        width: 100%;
    }

    .form-input {
        max-width: 100%;
        min-width: 100%;
        height: calc(48 / 375 * 100vw);
        min-height: calc(48 / 375 * 100vw);
        max-height: calc(48 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        padding: 0 calc(16 / 375 * 100vw);
        line-height: calc(46 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
        resize: none;
        overflow: hidden;
    }

    .form-phone-group {
        max-width: 100%;
        min-width: 100%;
        gap: calc(8 / 375 * 100vw);
    }

    .form-input-phone {
        width: 100%;
        height: calc(48 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        padding: 0 calc(12 / 375 * 100vw);
        line-height: calc(46 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    .form-email-group {
        max-width: 100%;
        min-width: 100%;
        gap: calc(5 / 375 * 100vw);
    }

    .form-input-email-left {
        width: 100%;
        max-width: calc(140 / 375 * 100vw);
        height: calc(48 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        padding: 0 calc(12 / 375 * 100vw);
        line-height: calc(46 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    .form-input-email-right {
        width: 100%;
        height: calc(48 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        padding: 0 calc(12 / 375 * 100vw);
        line-height: calc(46 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    .form-select-wrapper {
        max-width: 100%;
        min-width: 100%;
    }

    .form-select {
        height: calc(48 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        padding: 0 calc(16 / 375 * 100vw);
        padding-right: calc(40 / 375 * 100vw);
        line-height: calc(46 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    .email-at {
        font-size: calc(20 / 375 * 100vw);
    }

    .form-label-note {
        font-size: calc(14 / 375 * 100vw);
    }

    .select-arrow {
        font-size: calc(16 / 375 * 100vw);
        right: calc(16 / 375 * 100vw);
        color: #7D7E7D;
    }

    .form-textarea {
        max-width: 100%;
        min-width: 100%;
        height: calc(180 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        padding: calc(16 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    .form-submit-wrapper {
        max-width: 100%;
        margin: calc(40 / 375 * 100vw) auto calc(60 / 375 * 100vw);
    }

    .form-submit-btn {
        width: 90%;
        max-width: calc(335 / 375 * 100vw);
        height: calc(60 / 375 * 100vw);
        border-radius: calc(12 / 375 * 100vw);
    }

    .submit-btn-text {
        font-size: calc(26 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        letter-spacing: calc(0.9 / 375 * 100vw);
    }

    .submit-btn-arrow {
        right: calc(15 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    .form-errors {
        max-width: 100%;
        padding: calc(15 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .error-title {
        font-size: calc(14 / 375 * 100vw);
        margin-bottom: calc(8 / 375 * 100vw);
    }

    .error-list {
        padding-left: calc(18 / 375 * 100vw);
    }

    .error-list li {
        font-size: calc(13 / 375 * 100vw);
        margin-bottom: calc(4 / 375 * 100vw);
    }

    .error-message {
        font-size: calc(12 / 375 * 100vw);
        margin-top: calc(4 / 375 * 100vw);
    }

    .error-message i {
        font-size: calc(16 / 375 * 100vw);
        margin-right: calc(6 / 375 * 100vw);
    }

    .form-success-message {
        max-width: 100%;
        padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    }

    .form-success-message h3 {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(15 / 375 * 100vw);
    }

    .form-success-message > p {
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .form-success-details {
        padding: calc(20 / 375 * 100vw);
        margin-top: calc(20 / 375 * 100vw);
    }

    .form-success-details p {
        font-size: calc(13 / 375 * 100vw);
        margin-bottom: calc(12 / 375 * 100vw);
    }

    .confirm-modal-content {
        padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
        max-width: 90%;
    }

    .confirm-title {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .confirm-item {
        margin-bottom: calc(15 / 375 * 100vw);
        padding-bottom: calc(12 / 375 * 100vw);
    }

    .confirm-item label {
        font-size: calc(13 / 375 * 100vw);
        margin-bottom: calc(4 / 375 * 100vw);
    }

    .confirm-item span {
        font-size: calc(13 / 375 * 100vw);
    }

    .confirm-buttons {
        gap: calc(15 / 375 * 100vw);
        margin-top: calc(20 / 375 * 100vw);
        flex-direction: column;
    }

    .confirm-btn-cancel,
    .confirm-btn-submit {
        width: 100%;
        padding: calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }

    /******************** お知らせセクション - SP ********************/
    
    .news-section {
        padding: calc(40 / 375 * 100vw) 0;
    }

    .news-container {
        padding: 0 calc(20 / 375 * 100vw);
    }

    .news-title {
        width: 100%;
        max-width: none;
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .news-box {
        width: 100%;
        max-width: none;
        padding: calc(20 / 375 * 100vw);
        border-radius: calc(8 / 375 * 100vw);
        margin-bottom: calc(15 / 375 * 100vw);
        box-sizing: border-box;
        height: calc(180 / 375 * 100vw);
        overflow-y: auto;
    }

    .news-list {
        gap: calc(8 / 375 * 100vw);
    }

    .news-item {
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(24 / 375 * 100vw);
        gap: calc(8 / 375 * 100vw);
        width: 100%;
    }

    .news-date {
        flex-shrink: 0;
    }

    .news-content {
        flex: 1;
        min-width: 0;
    }

    .news-link {
        width: 100%;
        max-width: none;
        font-size: calc(14 / 375 * 100vw);
        text-align: right;
    }

    /******************** メッセージセクション - SP ********************/
    
    .message-section {
        height: calc(200 / 375 * 100vw);
        background-size: cover;
        background-position: center;
    }

    .message-content {
        padding: 0 calc(20 / 375 * 100vw);
    }

    .message-text {
        line-height: calc(36 / 375 * 100vw);
    }

    .message-line1 {
        font-size: calc(20 / 375 * 100vw);
        letter-spacing: calc(0.9 / 375 * 100vw);
    }

    .message-comma {
        font-size: calc(24 / 375 * 100vw);
        letter-spacing: calc(-0.9 / 375 * 100vw);
    }

    .message-line2 {
        font-size: calc(28 / 375 * 100vw);
        letter-spacing: calc(0.56 / 375 * 100vw);
    }

    /******************** フッター - SP ********************/
    
    .footer {
        padding: calc(40 / 375 * 100vw) 0;
        margin-bottom: calc(76 / 375 * 100vw);
    }

    .footer-container {
        padding: 0 calc(20 / 375 * 100vw);
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(15 / 375 * 100vw);
    }

    .footer-logo {
        position: relative;
        left: auto;
        top: auto;
        width: calc(100 / 375 * 100vw);
        height: calc(31 / 375 * 100vw);
    }

    .footer-text {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        font-size: calc(12 / 375 * 100vw);
        text-align: center;
        white-space: normal;
        line-height: calc(30 / 375 * 100vw);
    }

    .footer-line {
        height: calc(17 / 375 * 100vw);
    }
}
