@charset "UTF-8";
*, *::before, *::after { box-sizing: border-box; }
html { text-size-adjust: none; -webkit-text-size-adjust:100%; tab-size: 4; line-height: 1.5; font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 100%; }
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
a { background-color: transparent; text-decoration: none; color: inherit;}
.cf:before, .cf:after { content: " "; display: table; height: 0px; clear: both; visibility: hidden; font-size: 0; }
img{ vertical-align: bottom; }
#result_content, 
#annual_callout, 
#extended_section { 
    display: none; 
}

.main-wrap { font-family: "NotoSansJP", "Helvetica Neue", Arial, sans-serif; background-color: #F4F7FA; min-height: 100vh; }
.head-area { background-color: #3A5793; padding: 32px 20px 28px; margin-top: 80px; }
.container-1100 { max-width: 1100px; margin: 0px auto; }
.logo-box { display: inline-flex; align-items: center; background-color: #FFFFFF; border-radius: 8px; padding: 0 5px; margin-bottom: 14px; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px; }
.logo-img { height: 48px; width: auto; display: block; }
.main-title { font-size: 1.9rem; font-weight: 800; color: #FFFFFF; letter-spacing: -0.02em; margin-bottom: 10px; }
.main-desc { font-size: 0.95rem; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }
.container-pad { max-width: 1200px; margin: 0px auto; padding: 32px 20px; }
.grid-2col-main { display: grid; grid-template-columns: 460px 1fr; gap: 20px; align-items: stretch; }
.input-card { background-color: #FFFFFF; border-radius: 10px; padding: 18px 20px; margin-bottom: 12px; box-shadow: rgba(27, 45, 80, 0.07) 0px 2px 10px; }
.card-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #1E2D3D; padding-bottom: 10px; margin-bottom: 18px; }
.card-title { font-size: 1rem; font-weight: 700; color: #1E2D3D; }
.badge-req { font-size: 0.7rem; font-weight: 700; line-height: 1.5; padding: 3px 8px; border-radius: 3px; background-color: #FEE2E2; color: #DC2626; }
.mb-16 { margin-bottom: 16px; }
.flex-between-10 { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.input-label { font-size: 0.875rem; font-weight: 600; color: #1E2D3D; line-height: 1.4; }
.input-wrap { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.input-field { width: 86px; height: 34px; padding: 0px 10px; border: 1px solid #E2E8F0; border-radius: 5px; font-size: 0.875rem; color: #1E2D3D; background-color: #F8FAFC; outline: none; text-align: right; transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s; }
.input-unit { font-size: 0.78rem; color: #64748B; white-space: nowrap; width: 52px; }
.card-box-no-mb { background-color: #FFFFFF; border-radius: 10px; padding: 18px 20px; box-shadow: rgba(27, 45, 80, 0.07) 0px 2px 10px; }
.badge-opt { font-size: 0.7rem; line-height: 1.5; font-weight: 500; padding: 3px 8px; border-radius: 3px; background-color: #E2E8F0; color: #475569; }

button.btn-submit { display: block; width: 100%; margin-top: 20px; height: 52px; background-color: #CBD5E1; color: #FFFFFF; border: none; border-radius: 7px; font-size: 1rem; font-weight: 700; cursor: not-allowed; letter-spacing: 0.02em; transition: background 0.2s, box-shadow 0.2s, transform 0.1s; }
button.btn-submit:not(:disabled) { background-color: #3A5793; cursor: pointer; box-shadow: rgba(0, 82, 204, 0.28) 0px 4px 12px; }
button.btn-submit:not(:disabled):hover { transform: translateY(-1px); }

.res-panel { border-radius: 12px; overflow: hidden; box-shadow: rgba(27, 45, 80, 0.22) 0px 10px 40px; display: flex; flex-direction: column; height: 100%; }
.res-head { background-color: #0EA5E9; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
.res-head-title { font-size: 1.3rem; font-weight: 700; color: #FFFFFF; letter-spacing: 0.01em; }
.period-toggle { display: none; border-radius: 5px; overflow: hidden; background-color: rgba(255, 255, 255, 0.2); }
.btn-month-init { padding: 4px 12px; font-size: 0.73rem; font-weight: 700; border: none; cursor: pointer; border-radius: 4px; transition: background 0.15s; background-color: #FFFFFF; color: #0284C7; }
.btn-annual-init { padding: 4px 12px; font-size: 0.73rem; font-weight: 700; border: none; cursor: pointer; border-radius: 4px; transition: background 0.15s; background-color: transparent; color: rgba(255, 255, 255, 0.75); }
.res-body { background-color: #E8F6FD; flex: 1 1 0%; display: flex; flex-direction: column; }
.res-ph { text-align: center; padding: 60px 32px; }
.res-ph-icon { margin: 0px auto 16px; }
.res-ph-txt { font-size: 0.88rem; color: #64748B; line-height: 1.8; margin: 0; }
.res-content { display: none; flex-direction: column; flex: 1 1 0%; }
.plan-banner-container { background: linear-gradient(90deg, #FFF3CD 0%, #FEF9E7 100%); border-bottom: 1px solid rgba(14, 165, 233, 0.15); padding: 14px 24px; display: flex; align-items: center; justify-content: space-between;}
.plan-banner-label { font-size: 1.3rem; font-weight: 700; color: #92400E; display: flex; align-items: center; }
.plan-banner-label img { width: 26px; margin-right: 8px; }
.plan-banner-value { font-size: 1rem; font-weight: 900; color: #0284c7; background: #FFFFFF; padding: 5px 14px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0.08);}
.res-row-first { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-top: none; }
.res-row-left { display: flex; align-items: center; gap: 12px; }
.res-icon-box { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.res-lbl-main { font-size: 1.2rem; font-weight: 700; color: #0369A1; margin-bottom: 2px; margin-top: 0; }
.res-lbl-sub { font-size: 0.68rem; color: #64748B; margin: 0; }
.text-right { text-align: right; }
.res-val-box { display: inline-flex; align-items: baseline; line-height: 1; }
.res-val-cur { font-family: Montserrat, sans-serif; font-size: 30px; font-weight: 600; color: #0C2340; padding-bottom: 2px; margin-right: 4px; }
.res-val-num-lg { max-width: 320px; word-wrap: break-word; font-family: Montserrat, sans-serif; font-size: 58px; font-weight: 600; color: #0C2340; letter-spacing: 0.01em; }
.res-val-suf-lg { font-family: "Noto Sans JP", sans-serif; font-size: 20px; font-weight: 700; color: #0369A1; margin-left: 5px; padding-bottom: 1px; }
.res-row-border { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-top: 1px solid rgba(14, 165, 233, 0.15); }
.res-val-num-md { font-family: Montserrat, sans-serif; font-size: 42px; font-weight: 600; color: #0C2340; letter-spacing: 0.01em; }
.res-unit-pct { font-family: "Noto Sans JP", sans-serif; font-size: 15px; font-weight: 700; color: #0369A1; margin-left: 5px; padding-bottom: 1px; }
.res-val-num-sm { font-family: Montserrat, sans-serif; font-size: 38px; font-weight: 600; color: #0C2340; letter-spacing: 0.01em; }
.res-unit-time { font-family: "Noto Sans JP", sans-serif; font-size: 13px; font-weight: 700; color: #0369A1; margin-left: 5px; padding-bottom: 1px; }
.comp-wrap { display: flex; align-items: center; gap: 10px; }
.comp-old { max-width:190px; word-wrap: break-word; font-family: Montserrat, sans-serif; font-size: 1.4rem; font-weight: 600; color: #64748B; text-decoration: line-through; letter-spacing: 0.01em; }
.comp-new { font-family: Montserrat, sans-serif; font-size: 1.8rem; font-weight: 600; color: #0C2340; letter-spacing: 0.01em; }
.bd-area { padding: 16px 24px; border-top: 1px solid rgba(14, 165, 233, 0.15); background-color: #FFFFFF; }
.bd-head-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.bd-title { font-size: 1.2rem; font-weight: 700; color: #0369A1; margin: 0; }
.bd-list { display: flex; flex-direction: column; gap: 11px; }
.flex-spacer { flex: 1 1 0%; background-color: #FFFFFF; }
.ext-section { display: none; }
.ext-intro { text-align: center; margin-top: 36px; }
.ext-intro-txt { font-size: 1.25rem; font-weight: 700; color: #0284C7; margin: 0 0 8px 0; }
.bounce-icon { display: inline-block; animation: bounce 1.4s ease infinite; }
.sec-mt-20 { margin-top: 20px; }
.sec-head { text-align: center; margin-bottom: 28px; }
.sec-badge { display: inline-block; background-color: #FFF3CD; border: 1.5px solid #FBBF24; border-radius: 20px; padding: 4px 16px; font-size: 0.78rem; font-weight: 700; color: #92400E; margin-bottom: 10px; }
.sec-title { font-size: 1.3rem; font-weight: 800; color: #1E2D3D; letter-spacing: -0.01em; margin: 0; }
.grid-2col { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
.testi-card { background-color: #FFFFFF; border-radius: 14px; box-shadow: rgba(27, 45, 80, 0.09) 0px 4px 16px; overflow: hidden; display: grid; grid-row: span 5; grid-template-rows: subgrid; }
.testi-head { background-color: #0EA5E9; padding: 14px 20px; display: flex; align-items: center; gap: 10px; }
.testi-head-txt { font-size: 1.1rem; font-weight: 900; color: #FFFFFF; letter-spacing: -0.01em; line-height: 1.4; }
.testi-img { width: 100%; height: 250px; object-fit: cover; display: block; }
.testi-body { padding: 20px 18px 16px; display: flex; gap: 14px; align-items: flex-start; }
.testi-avatar { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background-color: #E0F2FE; border: 2px solid #0EA5E9; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.testi-bubble-wrap { flex: 1 1 0%; position: relative; height: 100%; }
.testi-arr { position: absolute; left: -8px; top: 14px; width: 0px; height: 0px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 8px solid #E0F2FE; }
.testi-bubble-bg { background-color: #E0F2FE; border-radius: 4px 12px 12px; padding: 12px 14px; height: 100%; }
.testi-bubble-txt { font-size: 0.87rem; font-weight: 700; color: #1E2D3D; line-height: 1.7; margin: 0; }
.testi-tag-wrap { padding-inline: 18px; margin-bottom: 14px; }
.testi-tag { font-size: 0.7rem; line-height: 1.5; font-weight: 700; color: #FFFFFF; background-color: #3A5793; padding: 2px 10px; border-radius: 20px; }
.testi-foot { border-top: 1px solid #E2E8F0; padding: 12px 18px 24px; display: flex; align-items: center; justify-content: space-between; }
.testi-comp-name { font-size: 0.78rem; font-weight: 700; color: #1E2D3D; margin: 0; }
.testi-comp-ind { font-size: 0.7rem; color: #64748B; margin: 2px 0 0 0; }
.testi-link { display: inline-flex; align-items: center; gap: 4px; font-size: 0.78rem; line-height: 1.5; font-weight: 700; color: #0EA5E9; background-color: #E0F2FE; padding: 10px 14px; border-radius: 6px; text-decoration: none; transition: opacity 0.15s; white-space: nowrap; }
.testi-link:hover{ opacity: 0.75;}
.cta-sec { margin-top: 56px; margin-bottom: 20px; }
.cta-head { background-color: #3A5793; border-radius: 14px 14px 0px 0px; padding: 40px 48px 36px; text-align: center; }
.cta-title { font-size: 1.6rem; font-weight: 900; color: #FFFFFF; letter-spacing: -0.02em; line-height: 1.4; margin: 0 0 16px 0; }
.cta-desc { font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); line-height: 1.85; max-width: 830px; margin: 0px auto 24px; }
.cta-tag-grp { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-tag { width: 200px; font-size: 1.05rem; line-height: 1; font-weight: 700; color: #3A5793; background-color: #E8E83D; padding: 11px 19px; border-radius: 20px; text-align: center; }
.cta-form-bg { background-color: #FFFFFF; border-radius: 0px 0px 14px 14px; box-shadow: rgba(27, 45, 80, 0.12) 0px 8px 32px; padding: 40px 48px; min-height: 400px; }

/* フォーム */
.cta-form-bg .bubble { position: relative; display: inline-block; margin-bottom: 14px; padding: 14px 16px; border-radius: 6px; background-color: #506a9f; text-align: center; font-size: 16px; font-weight: 600; line-height: 1; color: #ffffff; }
.cta-form-bg .bubble::after { content: ""; position: absolute; bottom: 0; left: 50%; border-style: solid; border-width: 14px 12px 0 12px; border-color: #506a9f transparent transparent; translate: -50% 100%; }
.cta-form-bg .bubble-box { width: 100%; margin: 0 auto; text-align: center; }
.cta-form-bg h2 { position: relative; display: block; margin-bottom: 32px; padding-bottom: 16px; font-size: 2rem; text-align: center; }
.cta-form-bg h2::before { content: ''; position: absolute; bottom: -3px; left: 50%; width: 64px; height: 3px; border-radius: 9999px; background-color: #d1d100; transform: translateX(-50%); }
.form_wrap { display: flex; flex-flow: row wrap; max-width: 640px; margin-inline: auto; }
.form_wrap > * { width: 100%; }
.form_wrap > .form_content > * + * { margin-top: 48px; }
.form_box { margin-top: 48px; }
.form_wrap img { height: auto; max-width: 100%; }
.form_wrap h3 { margin-bottom: 16px; color: #3A5793; font-size: 18px; font-weight: 600; }
.form_text_list li { padding-left: 19px; position: relative; font-size: 16px; line-height: 1.5; }
.form_text_list li + li { margin-top: 8px; }
.form_text_list li + li  &::before { content: '・'; position: absolute; left: 0; }
@media screen and (min-width: 1024px) {
	.form_wrap { justify-content: space-between; max-width: inherit; }
	.form_wrap > .form_content { width: 55%; }
    .form_box { width: 40%; margin-top: 0; }
    .form_box > div { padding: 24px 24px 0; }
    .cta-form-bg h2 { margin-bottom: 64px; padding-bottom: 24px; font-size: 28px; text-align: center; }
}

/* 年間コールアウト部分のクラス */
.annual-callout { display: none; padding: 22px 28px; border-top: 1px solid rgba(14, 165, 233, 0.15); background-color: #0284C7; align-items: center; justify-content: space-between; }
.annual-left { display: flex; align-items: center; gap: 10px; }
.annual-txt { font-size: 1rem; font-weight: 700; color: #FFFFFF; }
.annual-val-wrap { font-family: Montserrat, sans-serif; font-size: 1.6rem; font-weight: 600; color: #FFFFFF; letter-spacing: 0.01em; }
.annual-suf { font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif; font-size: 0.8rem; font-weight: 600; margin-left: 4px; color: rgba(255, 255, 255, 0.7); }

/* JS生成部分 */
.bd-js-row { display: flex; justify-content: space-between; margin-bottom: 5px; cursor: pointer; line-height: 1.5; }
.bd-js-lbl { font-size: 0.76rem; color: #64748B; display: flex; align-items: center; gap: 4px; }
.bd-js-arr { font-size: 0.65rem; color: #0EA5E9; transform: rotate(0deg); display: inline-block; transition: transform 0.2s; }
.bd-js-val { font-family: Montserrat, sans-serif; font-size: 0.76rem; font-weight: 700; }
.bd-js-bar-wrap { height: 4px; border-radius: 2px; background-color: #BAE6FD; overflow: hidden; margin-bottom: 0px; }
.bd-js-bar { height: 100%; border-radius: 2px; transition: width 1s cubic-bezier(0.34, 1.2, 0.64, 1); }
.bd-js-det { font-size: 0.7rem; color: #64748B; background-color: #E8F6FD; border-radius: 4px; padding: 6px 10px; margin-top: 6px; display: none; }

/* アニメーション・ボタン活性 */
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* === レスポンシブ対応 === */
@media (max-width: 1200px) {
    .container-pad { padding: 20px 14px; }
    .grid-2col-main { grid-template-columns: 1fr; gap: 16px; }
    .grid-2col { grid-template-columns: 1fr; }
    .main-title { font-size: 1.5rem; }
    
    .res-row-first, .res-row-border { align-items: flex-start; gap: 8px; }
    .text-right { text-align: left; }
    .comp-wrap { justify-content: flex-start; }
    
    .cta-head { padding: 30px 20px; }
    .cta-title { font-size: 1.3rem; }
    .cta-form-bg { padding: 30px 20px; min-height: 300px; }

    .res-head{ padding: 14px 16px; }
    .res-val-num-lg{ font-size: 40px; max-width: none; }
    .res-val-num-md, .res-val-num-sm{ font-size: 32px;}
    .comp-new{ font-size: 26px; }

    .annual-callout { flex-direction: column; align-items: flex-start; gap: 8px; }
    .testi-card:first-child{ margin-bottom: 20px; }
    .testi-img { height: 510px; }
}
@media (max-width: 800px) {
    .testi-img { height: 345px; }
}
@media (max-width: 650px) {
    .res-row-first, .res-row-border { flex-direction: column; }
    .testi-img { height: 280px; }
    .text-right, .annual-val-wrap { margin-left: auto;}
    .res-head-title{ font-size: 1rem; }
    .plan-banner-label{ font-size: 0.92rem; }
    .plan-banner-label img{ width: 24px; margin-right: 6px; }
    .res-lbl-main, .bd-title{ font-size: 0.875rem; }
}
@media (max-width: 480px) {
    .testi-img { height: 180px; }
    .plan-banner-container{ padding-inline: 6px; }
    .plan-banner-label { font-size: 14px; line-height: 1.5; }
    .plan-banner-value{ font-size: 14px; line-height: 1.5; padding-inline: 4px; }
    .res-row-border{ padding-inline: 16px; }
}
@media (max-width: 400px) {
    .res-val-num-lg{ max-width: 235px; }
    .comp-old, .comp-new{ max-width: 125px; }
    .comp-new{ word-wrap: break-word; }
}
/*-----------------
 *ヘッダー
-----------------*/
.h_list_pc li{ line-height: 1.5; font-size: 16px; }
.h_list_pc li a{ font-size: 16px; }
.h_list_pc li a.h_cta_btn { font-size: 18px; }
.h_logo a h1{ font-size: 28px; }
.glo_nav_list li a{ font-size: 20px; line-height: 21px; }
.glo_nav_cta{ font-size: 24px; line-height: 21px; }
.glo_nav_list .nav-accordion-sp summary{ font-size: 20px; }
.glo_nav_list .nav-accordion-sp .nav-accordion-menu li a{ font-size: 18px; }
.h_list_pc .nav-dropdown-title{ font-size: 16px; }
.nav-dropdown-pc .nav-dropdown-menu li a{ font-size: 14px; }
@media (max-width: 64em) {
    .head-area{ margin-top: 50px; }
}
/*-----------------
 *フッター
-----------------*/
footer { padding: 48px 0 32px; }
footer.footer2022{ font-family: NotosansJP; }
.footer_nav .footer_list_title{ font-size: 19px; }
footer li{ font-size: 16px; line-height: 1.5; }
footer.footer2022 .copyright { font-size: 12px; }
footer .im_top_2023{ max-width: 320px; margin-block: 32px; }
@media (max-width: 64em) {
    footer .im_top_2023{ max-width: 280px; margin-block: 28px; }
}
