/* ==========================================================
   tel/css/sp_style.css
   G-Call 電話ページ（SP用 / max-width: 767px）
   ========================================================== */

/* カラー変数 */
:root {
}

/* ----------------------------------------------------------
   header tel独自
   ---------------------------------------------------------- */

.tel_menu {
    display: none;
}

.tel_smenu {
    background: #142637;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 20px;
    white-space: nowrap;
    font-size: 1.3rem;
}
.tel_smenu li a {
    color: #c2cfd8;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}
.tel_smenu li a:hover {
    color: #fff;
}

/* ----------------------------------------------------------
   HERO SECTION (新)
   ---------------------------------------------------------- */
.sec_hero {
    position: relative;
    background-color: #daebf4;
    overflow: hidden;
}
.sec_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/designChange/tel/img/hero_bg.png") no-repeat 60% top / cover;
    opacity: 0.25;
}
.sec_hero_inner {
    position: relative;
    z-index: 1;
    padding: 40px 20px 50px;
}
.hero_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero_heading {
    font-size: 3.6rem;
    font-weight: 700;
    color: #003366;
    line-height: 1.4;
    margin: 0;
}
.hero_heading_accent {
    color: #0097ce;
}
.hero_price_cards {
    display: flex;
    gap: 4px;
}
.hero_price_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 18px 86px rgba(0, 151, 206, 0.1);
}
.hero_price_card_header {
    background: #0097ce;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 4px 8px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_price_card_body {
    flex: 1;
    padding: 8px 4px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_price_row {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    padding: 0 8px;
}
.hero_price_num {
    display: flex;
    align-items: flex-end;
    gap: 2px;
}
.hero_price_val {
    font-family: "Outfit", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    color: #0097ce;
    line-height: 1;
}
.hero_price_unit {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0097ce;
    line-height: 1;
    padding-bottom: 4px;
}
.hero_price_sub {
    font-size: 1rem;
    font-weight: 400;
    color: #314158;
    line-height: 1.4;
    text-align: center;
}
.hero_price_free {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #0097ce;
    line-height: 1;
    display: block;
    text-align: center;
}
.hero_desc {
    font-size: 1.5rem;
    font-weight: 500;
    color: #314158;
    line-height: 1.8;
    margin: 0;
}
.hero_desc br {
    display: none;
}
.hero_cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #0097ce;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 14px 20px 14px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
}
.hero_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.hero_cta_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: #fff;
}

/* ----------------------------------------------------------
   POINTS SECTION (新)
   ---------------------------------------------------------- */
.sec_points {
    background-color: var(--color-white);
    padding: 50px 0;
}
.sec_points_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec_points_heading_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}
.sec_points_title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
}
.sec_points_title_accent {
    color: var(--color-mygcall);
}
.sec_points_subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0;
}
.points_grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-top: 30px;
}
.point_card {
    background-color: var(--color-bg-light);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.point_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-mygcall);
    color: var(--color-white);
    font-family: "Outfit", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 12px;
    align-self: flex-start;
    line-height: 1.4;
}
.point_card_heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
}
.point_icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: var(--color-mygcall);
}
.point_icon svg {
    width: 100%;
    height: 100%;
}
.point_card_title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
    flex: 1;
}
.point_card_desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 12px 0 0;
}

/* ----------------------------------------------------------
   PRICING SECTION (新)
   ---------------------------------------------------------- */
.sec_pricing {
    background-color: #071c3f;
    padding: 50px 0;
}
.sec_pricing_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.pricing_heading_block {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.pricing_title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    margin: 0;
}
.pricing_subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-footer-sub);
    line-height: 1.8;
    margin: 0;
}
.pricing_cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.pricing_card {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.pricing_card_label {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.4;
    margin-bottom: 12px;
    background-color: var(--color-bg);
    border-radius: 8px;
    text-align: center;
    padding: 6px 0px 8px;
}
.pricing_card_value {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    justify-content: center;
}
.pricing_num {
    font-family: "Outfit", sans-serif;
    font-size: 6.4rem;
    font-weight: 700;
    color: #37caff;
    line-height: 1;
}
.pricing_num--sm {
    font-size: 5.6rem;
}
.pricing_unit {
    font-size: 4rem;
    font-weight: 700;
    color: #37caff;
    line-height: 1;
    padding-bottom: 4px;
}
.pricing_meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 4px;
}
.pricing_note,
.pricing_per {
    font-size: 1.4rem;
    color: var(--color-footer-sub);
    line-height: 1.4;
}
.pricing_free {
    font-size: 5.6rem;
    font-weight: 700;
    color: #37caff;
    line-height: 1;
}
.pricing_card_tag {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1.4;
    text-align: center;
    margin: 12px 0 0;
}
.pricing_comparison_row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.pricing_comparison {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.comparison_title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    margin: 0;
}
.comparison_subtitle {
    font-size: 1.2rem;
    color: var(--color-footer-sub);
    line-height: 1.6;
    margin: 0;
}
.comparison_note {
    font-size: 1.2rem;
    color: var(--color-footer-sub);
    line-height: 1.6;
    margin: 0;
}
.comparison_chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}
.chart_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: flex-end;
}
.bar_price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
}
.bar_fill {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px 4px 0 0;
}
.chart_bar--gcall .bar_fill {
    background-color: var(--color-mygcall);
}
.chart_bar:nth-child(1) .bar_fill {
    height: 60px;
}
.chart_bar:nth-child(2) .bar_fill {
    height: 69px;
}
.chart_bar:nth-child(3) .bar_fill {
    height: 72px;
}
.chart_bar:nth-child(4) .bar_fill {
    height: 144px;
}
.bar_name {
    font-size: 1rem;
    color: var(--color-footer-sub);
    text-align: center;
    line-height: 1.4;
}
.pricing_phone_wrap {
    display: flex;
    justify-content: center;
}
.pricing_phone_img {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
}
.pricing_bottom_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    text-align: center;
}

.pricing_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-mygcall);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 14px 20px 14px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
}
.pricing_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.pricing_cta_arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   DEALS SECTION (新)
   ---------------------------------------------------------- */
.sec_deals {
    background-color: var(--color-mygcall);
    padding: 60px 0;
}
.sec_deals_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.deals_coins_wrap {
    display: none;
}
.deals_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.deals_title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    margin: 0;
}
.deals_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.deals_item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.deals_item_icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(../img/ico_check.png) 0 0 no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
}
.deals_item_text {
    font-size: 1.6rem;
    color: var(--color-white);
    line-height: 1.6;
    margin: 0;
}
.deals_item_label {
    color: var(--color-bg);
    font-weight: 400;
}
.deals_item_text strong {
    font-weight: 700;
    color: var(--color-white);
}
.deals_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 14px 20px 14px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
}
.deals_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.deals_cta_arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   NAV CARDS SECTION (新)
   ---------------------------------------------------------- */
.sec_nav_cards {
    background-color: var(--color-bg-light);
    padding: 60px 0;
    border-top: 1px solid var(--color-bg);
}
.sec_nav_cards_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/* 横長カード（法人） */
.nav_card_wide {
    background-color: var(--color-white);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.1);
    overflow: hidden;
}
.nav_card_wide_content {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.nav_card_tag {
    display: inline-flex;
    align-items: center;
    background-color: rgba(0, 151, 206, 0.1);
    color: var(--color-mygcall);
    font-size: 1.4rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 4px;
    align-self: flex-start;
    line-height: 1.4;
}
.nav_card_wide_content .nav_card_heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 12px 0 16px;
}
.nav_card_wide_content .nav_card_text {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0 0 20px;
}
.nav_card_wide_img_wrap {
    overflow: hidden;
}
.nav_card_wide_img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
/* 2カラムカード */
.nav_cards_row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.nav_card {
    background-color: var(--color-white);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.1);
    overflow: hidden;
}
.nav_card_img_wrap {
    overflow: hidden;
}
.nav_card_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.nav_card_body {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
}
.nav_card_body .nav_card_heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0 0 16px;
}
.nav_card_body .nav_card_text {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0 0 20px;
}
/* 共通CTAボタン */
.nav_card_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 14px 20px 14px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.nav_card_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.nav_card_btn_arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   FLOW SECTION (新)
   ---------------------------------------------------------- */
.sec_flow {
    background-color: var(--color-white);
    padding: 60px 0;
    border-top: 1px solid var(--color-bg);
}
.sec_flow_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_heading_block {
    text-align: center;
    width: 100%;
}
.flow_heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
}
.flow_subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-text);
    line-height: 1.8;
    margin: 16px 0 0;
    text-align: center;
}
.flow_steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 40px 0 20px;
    gap: 8px;
}
.flow_step {
    width: 100%;
    background-color: var(--color-bg-light);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.flow_step_label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.flow_step_text {
    font-family: "Outfit", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-mygcall);
    line-height: 1;
}
.flow_step_num {
    font-family: "Outfit", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-mygcall);
    line-height: 1;
}
.flow_step_icon_wrap {
    margin-top: 16px;
}
.flow_step_icon {
    width: 80px;
    height: 80px;
    display: block;
}
.flow_step_badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 10px 8px 12px;
    border-radius: 0 12px 0 12px;
    white-space: nowrap;
}
.flow_step_title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 12px 0 0;
    text-align: center;
}
.flow_step_desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 12px 0 0;
    text-align: left;
    width: 100%;
}
.flow_arrow {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--color-bg-light);
}
.flow_note {
    font-size: 1.3rem;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0 0 0;
    width: 100%;
}
.flow_note strong {
    font-weight: 700;
}

/* ----------------------------------------------------------
   FAQ SECTION (新)
   ---------------------------------------------------------- */
.sec_faq {
    background-color: var(--color-bg-light);
    padding: 60px 0;
}
.sec_faq_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq_heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.faq_list {
    width: 100%;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq_divider {
    height: 1px;
    background-color: var(--color-footer-sub);
}
.faq_q {
    display: flex;
    align-items: center;
    gap: 16px;
}
.faq_badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    flex-shrink: 0;
}
.faq_badge--q {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.faq_badge--a {
    background-color: var(--color-white);
    color: var(--color-primary);
}
.faq_q_text {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.5;
}
.faq_a {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 12px;
}
.faq_a_text {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    padding-top: 8px;
}
.faq_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 14px 20px 14px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
}
.faq_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.faq_cta_arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   NEWS SECTION (新)
   ---------------------------------------------------------- */
.sec_news {
    background-color: var(--color-white);
    padding: 60px 0;
    border-top: 1px solid var(--color-bg);
}
.sec_news_inner {
    padding: 0 20px;
}
.news_heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.news_list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}
.news_item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-bg);
    text-decoration: none;
    transition: opacity 0.2s;
}
.news_item:hover {
    opacity: 0.7;
    text-decoration: none;
}
.news_date {
    font-family: "Outfit", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.4;
    white-space: nowrap;
    flex-shrink: 0;
}
.news_tag {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-family: "Outfit", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.26;
}
.news_title {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.6;
    text-decoration: underline;
    width: 100%;
}

/* ----------------------------------------------------------
   LEGAL SECTION (新)
   ---------------------------------------------------------- */
.sec_legal {
    background-color: var(--color-white);
    padding: 0 20px 60px;
}
.sec_legal_inner {
    max-width: 100%;
}
.legal_box {
    background-color: var(--color-bg-light);
    border: 1px solid var(--color-footer-sub);
    border-radius: 12px;
    overflow: hidden;
}
.legal_box_heading {
    background-color: var(--color-text-bold);
    border-radius: 12px 12px 0 0;
    padding: 14px 20px;
}
.legal_box_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.legal_box_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 24px;
    gap: 16px;
}
.legal_box_text {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0;
    text-align: center;
}
.legal_box_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-text);
    border-radius: 200px;
    padding: 8px 12px 9px 24px;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.2s;
}
.legal_box_btn:hover {
    opacity: 0.7;
    text-decoration: none;
    color: var(--color-text-bold);
}
.legal_box_btn_arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-text-bold);
}

/* ----------------------------------------------------------
   CTA SECTION (新)
   ---------------------------------------------------------- */
.sec_cta {
    background: var(--color-primary) url("/designChange/tel/img/cta_bg.png") center / cover
        no-repeat;
    padding: 60px 20px;
}
.sec_cta_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.cta_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}
.cta_sublabel {
    font-size: 1.6rem;
    font-weight: 400;
    color: #1ab4ec;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.04em;
}
.cta_title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    margin: 0;
}
.cta_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.cta_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.cta_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    box-shadow: 8px 16px 40px rgba(0, 151, 206, 0.5);
    width: 100%;
    max-width: 360px;
}
.cta_btn:hover {
    opacity: 0.85;
    text-decoration: none;
    color: var(--color-primary);
}
.cta_btn_icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: auto;
}
.cta_phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.cta_phone_row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cta_phone_icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.cta_phone_num {
    font-family: "Outfit", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: 0.02em;
}
.cta_phone_num:hover {
    opacity: 0.85;
    text-decoration: none;
    color: var(--color-white);
}
.cta_phone_hours {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.cta_note {
    font-size: 1.1rem;
    font-weight: 400;
    color: #90a1b9;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* ----------------------------------------------------------
   SERVICES SECTION (新)
   ---------------------------------------------------------- */
.sec_services {
    background-color: #f8fafc;
    padding: 60px 0;
}
.sec_services_inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* サービス紹介ブロック */
.services_intro {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.services_intro_heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.services_intro_accent {
    display: block;
    color: var(--color-mygcall);
}
.services_intro_cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* .service_card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
} */
.service_card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0px 15px rgba(0, 51, 102, 0.1);
}
.service_card_content {
    display: flex;
    flex-direction: column;
}
.service_card_heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.service_card_icon {
    display: block;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}
.service_card_title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
}
.service_card_desc {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0 0 20px;
}
.service_card_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 14px 20px 15px 32px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.service_card_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.service_card_btn_arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}
.service_card_imgs {
    display: flex;
}
.service_card_img {
    flex: 1;
    height: 100px;
    object-fit: cover;
    display: block;
}

/* 便利機能ブロック */
.services_features {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.services_features_head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services_features_sublabel {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--color-mygcall);
    line-height: 1.4;
    margin: 0;
}
.services_features_title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 8px 0 0;
}
.services_features_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
}
.services_feature_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.services_feature_item img {
    width: 56px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 5px 5px 30px rgba(0, 151, 206, 0.3);
}
.services_feature_icon {
    display: block;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
}
.services_feature_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.services_feature_desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0;
}

/* ----------------------------------------------------------
   下層HERO SECTION (新)
   ---------------------------------------------------------- */
.sec_un_hero {
    margin: 0 0 40px;
    background: url(../img/bg_un_hero.jpg) no-repeat center center;
    background-size: cover;
}
.sec_un_hero .sec_un_hero_inner {
    padding: 24px 20px;
}
.un_hero_heading {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-primary);
}

/* ----------------------------------------------------------
   下層CONTENS SECTION (新)
   ---------------------------------------------------------- */
.sec_contents {
    margin: 0 0 40px;
    line-height: 1.8;
}
.sec_contents .sec_contents_inner {
    padding: 0 20px;
}
.sec_contents .sec_contents_inner .sec_contents_block {
    margin: 0 0 40px;
}
.un_contents_heading {
    margin: 0 0 24px;
    padding: 14px 0 0;
    border-top: 2px solid var(--color-bg);
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-text-bold);
    line-height: 1.4;
    position: relative;
    z-index: 0;
}
.un_contents_heading::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--color-mygcall);
}
.un_contents_sub_heading {
    margin: 0 0 24px;
    padding: 6px 16px 6px 12px;
    border-left: 4px solid var(--color-mygcall);
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-text-bold);
    line-height: 1.4;
    background: var(--color-bg-light);
}

.un_app {
    color: var(--color-white);
    background: var(--color-mygcall);
}
.un_app .un_app_img {
    position: relative;
    line-height: 0;
}
.un_app .un_app_img .un_app_img_appstore {
    position: absolute;
    bottom: 10%;
    left: 8%;
    width: 25%;
}
.un_app .un_app_img .un_app_img_googleplay {
    position: absolute;
    bottom: 10%;
    left: 36%;
    width: 25%;
}
.un_app .un_app_txt {
    padding: 20px;
    font-size: 1.6rem;
}

.un_app_list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 16px;
    padding: 20px;
    border: 1px solid var(--color-footer-sub);
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-text-bold);
    line-height: 1.4;
}
.un_app_list dl {
    display: flex;
    align-items: center;
    gap: 16px;
}

.un_hl_txt {
    margin: 0 0 8px;
}
.un_hl_txt p {
    display: inline-block;
    padding: 8px 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-text-bold);
    line-height: 1.4;
    background: var(--color-bg-light);
}
.un_hl_txt .un_hl_txt_em {
    margin: 0 8px 0 0;
    color: var(--color-mygcall);
}

.un_img_r {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sec_contents_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-text);
    border-radius: 200px;
    margin: 16px 0 0;
    padding: 8px 12px 9px 24px;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-text-bold);
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.2s;
}
.sec_contents_btn:hover {
    opacity: 0.7;
    text-decoration: none;
    color: var(--color-text-bold);
}
.sec_contents_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-text-bold);
}
.un_img_r .un_img_r_img img {
    margin: 0 auto;
    border-radius: 10px;
}

.un_func_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.un_func_list dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.un_func_list dl dt {
    display: inline-block;
    padding: 2px 16px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-white);
    line-height: 1.4;
    background: var(--color-mygcall);
}

.un_ico_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.un_ico_list .un_ico_list_col {
    display: flex;
    justify-content: space-between;
}
.un_ico_list .un_ico_list_col .un_ico_list_col_img {
    width: 88px;
}
.un_ico_list .un_ico_list_col .un_ico_list_col_img img {
    border-radius: 44px;
    box-shadow: 4px 8px 12px rgba(0, 151, 206, 0.2);
}
.un_ico_list .un_ico_list_col .un_ico_list_col_txt {
    width: calc(100% - 106px);
}

.sec_contents .sec_contents_inner .sec_contents_block .tbr {
    border-top-color: var(--color-footer-sub);
    border-left-color: var(--color-footer-sub);
}
.sec_contents .sec_contents_inner .sec_contents_block .tbr th {
    border-bottom-color: var(--color-footer-sub);
    background: var(--color-bg-light);
}
.sec_contents .sec_contents_inner .sec_contents_block .tbr td {
    border-right-color: var(--color-footer-sub);
    border-bottom-color: var(--color-footer-sub);
}
.sec_contents .sec_contents_inner .sec_contents_block .tbr thead th {
    color: var(--color-white);
    background: var(--color-text);
}

.un_number_intro {
    margin: 0 0 16px;
    text-align: center;
}
.un_number_intro .un_number_intro_inner {
    display: inline-block;
    padding: 8px 16px;
    background: var(--color-bg-light);
}
.un_number_intro .un_number_intro_inner .un_number_intro_inner_em {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-mygcall);
}
.un_number_intro .un_number_intro_inner .un_number_intro_inner_small {
    font-size: 1.2rem;
}
.txt_btn_set {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.txt_btn_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.helptop-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px 8px 20px;
    border: 1px solid #45556c;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: #314158;
    line-height: 1.4;
    white-space: nowrap;
}
.helptop-info-btn:active {
    opacity: 0.75;
}
.helptop-info-btn-arrow {
    display: block;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    position: relative;
}
.helptop-info-btn-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #314158;
    transform: translateY(-50%);
}
.helptop-info-btn-arrow::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #314158;
    border-right: 2px solid #314158;
    transform: translateY(-50%) rotate(45deg);
}

/* でんわ バナー */
.den-banner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	min-height: auto;
	overflow: hidden;
	background: var(--color-bg-light);
	border-radius: 16px;
	padding: 16px;
}
.den-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 8px 0 16px 0;
	width: 100%;
	flex-shrink: 0;
}
.den-caption {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--color-mygcall);
	line-height: 1.4;
	margin: 0;
}
.den-heading-row {
	display: flex;
	align-items: center;
	gap: 12px;
}
.den-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #003366;
	box-shadow: 4px 8px 16px rgba(0, 151, 206, 0.4);
	flex-shrink: 0;
}
.den-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #314158;
	margin: 0;
	line-height: 1.4;
}
.den-price-section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.den-catch {
	font-size: 1.8rem;
	font-weight: 700;
	color: #003366;
	margin: 0;
	line-height: 1.4;
}
.den-price-boxes {
	display: flex;
	gap: 4px;
}
.den-price-box {
	display: flex;
	flex-direction: column;
	flex: 1;
	border: 2px solid #fff;
	overflow: hidden;
	border-radius: 8px;
}

.den-price-box-header {
	background: var(--color-mygcall);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	padding: 2px 8px;
}
.den-price-box-body {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 4px;
	padding: 12px 8px;
	background: #fff;
	flex: 1;
}
.den-price-main {
	display: flex;
	align-items: flex-end;
	gap: 2px;
}
.den-price-num {
	font-family: "Outfit", var(--font-jp);
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--color-mygcall);
	line-height: 1;
}
.den-price-unit {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--color-mygcall);
	line-height: 1;
	padding-bottom: 2px;
}
.den-price-note {
	font-size: 1.1rem;
	color: var(--color-mygcall);
	text-align: center;
	line-height: 1.4;
	margin: 0;
}
.den-price-box-body--free {
	justify-content: center;
	align-items: center;
}
.den-price-free {
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--color-mygcall);
	line-height: 1;
}
.den-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #314158;
	color: #314158;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 12px 9px 24px;
	border-radius: 9999px;
	text-decoration: none;
	line-height: 1.4;
	align-self: stretch;
	transition: opacity 0.2s;
}
.den-btn:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #314158;
}
.den-right {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
}
.den-person-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

/* ===== 法人管理ソフトバナー ===== */

.mgmt-banner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background: linear-gradient(to right, #003b74 0%, #00a0da 44%);
	overflow: hidden;
	min-height: auto;
}

.mgmt-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px 16px;
	width: 100%;
	box-sizing: border-box;
	flex-shrink: 0;
}

.mgmt-header-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.mgmt-tabs {
	display: flex;
	gap: 2px;
	width: 100%;
}

.mgmt-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	background: #eef4f7;
	color: #003366;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 8px 9px;
	flex: 1;
}
.mgmt-tab img {
	width: 18px;
	height: auto;
}
.mgmt-tab--first {
	border-radius: 8px 0 0 8px;
}

.mgmt-tab--last {
	border-radius: 0 8px 8px 0;
}

.mgmt-tab-icon {
	flex-shrink: 0;
}

.mgmt-feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mgmt-feature-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.mgmt-feature-list li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background-image: url("../img/ico_check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.mgmt-right {
	flex-shrink: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.mgmt-office-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ===== 法人管理ソフト 補足 ===== */
.mgmt-explain {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 48px;
}
.mgmt-explain-heading,
.mgmt-steps-heading {
	background: #eef4f7;
	border-left: 4px solid var(--color-mygcall);
	padding: 12px 24px;
	font-size: 2rem;
	font-weight: 700;
	color: #314158;
	line-height: 1.4;
}
.mgmt-explain-rows {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.mgmt-explain-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.mgmt-explain-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--color-mygcall);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 2px 16px;
	border-radius: 4px;
	white-space: nowrap;
	flex-shrink: 0;
	min-width: 68px;
}
.mgmt-explain-row p {
	font-size: 1.6rem;
	color: #314158;
	line-height: 1.8;
	margin: 0;
}
.mgmt-steps {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.mgmt-steps-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.mgmt-step {
	display: flex;
	align-items: center;
	gap: 8px;
}
.mgmt-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-mygcall);
	color: #fff;
	font-family: "Outfit", var(--font-jp);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}
.mgmt-step-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.mgmt-step-text {
	font-size: 1.6rem;
	font-weight: 700;
	color: #314158;
	line-height: 1.4;
	margin: 0;
}
.mgmt-step-sub {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--color-mygcall);
	margin: 0;
	line-height: 1.4;
}
.badge-yellow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffff00;
	color: #003366;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 16px;
	border-radius: 9999px;
	height: 40px;
	white-space: nowrap;
	flex-shrink: 0;
}
.white-logo {
	filter: brightness(0) invert(1);
	display: block;
	width: 140px;
	height: auto;
	flex-shrink: 0;
}
.white-title {
	font-size: 4.8rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}
/* ----------------------------------------------------------
   Tab Navigation
   ---------------------------------------------------------- */
.recruit-tabs {
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    gap: 4px;
    padding: 0 4px;
    border-bottom: 1px solid #45556c;
}
.recruit-tab {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px 9px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #314158;
    line-height: 1.2;
    border: 1px solid #45556c;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    bottom: -1px;
    transition: 0.2s;
}
.recruit-tab:hover {
    background: #003366;
    color: #ffffff;
}
.recruit-tab--active {
    background: #003366;
    color: #ffffff;
    border-bottom: 1px solid #003366;
    z-index: 1;
}

.international-tabs {
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    gap: 4px;
    padding: 0 4px;
    border-bottom: 1px solid #45556c;
}
.international-tab {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px 9px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #314158;
    line-height: 1.2;
    border: 1px solid #45556c;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    bottom: -1px;
    transition: 0.2s;
}
.international-tab:hover {
    background: #003366;
    color: #ffffff;
}
.international-tab--active {
    background: #003366;
    color: #ffffff;
    border-bottom: 1px solid #003366;
    z-index: 1;
}

/* タブパネル共通 */
.un-tab-body {
    padding: 20px 0;
}
.un-tab-body--center {
    text-align: center;
    padding: 32px 0;
}

.un_number_tbr_wrap {
    overflow: visible;
}

.un_number_tbr_wrap .un_number_tbr {
    border: none;
    width: 100%;
}

/* ===== 汎用カードレイアウト (.tbl-card) ===== */
/* 使い方: <table class="tbl-card"> + 各 <td data-label="列名"> */
.tbl-card {
    display: block;
    width: 100%;
}
.tbl-card thead {
    display: none;
}
.tbl-card tbody {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tbl-card tr {
    display: block;
    border: 1px solid #c8cdd4;
    overflow: hidden;
}
.tbl-card tr:nth-child(even) td {
    background: inherit;
}
.tbl-card td {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #e8eaed;
    font-size: 1.3rem;
    background: #fff;
}
.tbl-card td:last-child {
    border-bottom: none;
}
.tbl-card td::before {
    content: attr(data-label);
    flex-shrink: 0;
    width: 30%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background: #45556c;
    padding: 10px;
}
/* data-label="" はラベル非表示・インデントで補助行として表示 */
.tbl-card td[data-label=""] {
    padding-left: 24px;
    font-size: 1.2rem;
    color: #45556c;
}
.tbl-card td[data-label=""]::before {
    display: none;
}

.un_cta {
    margin: 32px 0 0;
    text-align: center;
}

.un_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: var(--color-mygcall);
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.un_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.un_cta_btn::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    mask: url("../img/ico_request.svg") no-repeat center / contain;
    -webkit-mask: url("../img/ico_request.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

.un_houjin {
    margin: 0 0 16px;
    position: relative;
}
.un_houjin .un_houjin_btn {
    position: absolute;
    bottom: 6%;
    left: 5%;
    width: 36%;
}
.un_houjin .un_houjin_btn img {
    border-radius: 40px;
    box-shadow: 8px 16px 40px rgba(0, 151, 206, 0.5);
}

.un_solution .un_solution_top {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    color: var(--color-white);
    background: var(--color-mygcall);
}
.un_solution .un_solution_top .un_solution_top_title {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.un_solution .un_solution_top .un_solution_top_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 500;
}
.un_solution .un_solution_top .un_solution_top_list li {
    padding: 0 0 0 30px;
    background: url(../img/ico_check.png) no-repeat 0 0.3em;
    background-size: 20px auto;
}
.un_solution .un_solution_btm {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: var(--color-bg-light);
    position: relative;
}
.un_solution .un_solution_btm::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    border-top: 10px solid var(--color-mygcall);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.un_solution .un_solution_btm .un_solution_btm_title {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-mygcall);
    text-align: center;
    line-height: 1.4;
}
.un_solution .un_solution_btm .un_solution_btm_col .un_solution_btm_col_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 1.6rem;
    font-weight: 500;
}
.un_solution
    .un_solution_btm
    .un_solution_btm_col
    .un_solution_btm_col_list
    li {
    padding: 0 0 0 30px;
    background: url(../img/ico_check_wb.png) no-repeat 0 0.3em;
    background-size: 20px auto;
}
.un_solution
    .un_solution_btm
    .un_solution_btm_col
    .un_solution_btm_col_list
    .un_solution_btm_col_list_em {
    font-weight: bold;
    color: var(--color-mygcall);
}
.un_solution
    .un_solution_btm
    .un_solution_btm_col
    .un_solution_btm_col_img
    img {
    margin: 0 auto;
}

.tbr.pc {
    display: none;
}
.call_charge.sp {
    display: block;
    width: 100%;
    border: none;
}
.tbr.call_charge thead {
    display: none;
}
.tbr.call_charge tbody {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tbr.call_charge tr {
    display: block;
    border: 1px solid #c8cdd4;
    overflow: hidden;
}
.tbr.call_charge tr:nth-child(even) td {
    background: inherit;
}
.tbr.call_charge td {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #e8eaed;
    font-size: 1.4rem;
    background: #fff;
}
.tbr.call_charge td:last-child {
    border-bottom: none;
}
.tbr.call_charge td::before {
    content: attr(data-label);
    flex-shrink: 0;
    width: 30%;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    background: var(--color-bg-light);
    padding: 10px;
    align-self: stretch;
}
/* data-label="" はラベル非表示・インデントで補助行として表示 */
.tbr.call_charge td[data-label=""] {
    padding-left: 24px;
    font-size: 1.4rem;
    color: #333;
}
.tbr.call_charge td[data-label=""]::before {
    display: none;
}

/* ----------------------------------------------------------
   入力、確認画面
   ---------------------------------------------------------- */

/* 入力画面 */
table.procedure {
	margin: 0 0 30px;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4;
	font-size: 1.3rem;
	border-bottom: 1px solid #F5F3EF;
}

table.procedure,
table.procedure thead,
table.procedure tbody,
table.procedure tr,
table.procedure th,
table.procedure td {
	display: block;
	border: none;
}

table.procedure tr {
	display: flex;
	flex-wrap: wrap;
}

table.procedure th,
table.procedure td {
	width: 100%;
	border: none;
	box-sizing: border-box;
}

table.procedure th {
	padding: 5px 15px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	background: #F5F3EF;
	text-align: center;
}

table.procedure tbody>tr>th {
	padding: 5px 15px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	background: #B1A38C;
	text-align: center;
}

table.procedure td {
	background: #F5F3EF;
}

table.procedure td[data-label] {
	display: block;
	padding: 0;
}

table.procedure td[data-label] .label_in {
	display: block;
	align-self: center;
	padding: 8px 15px;
}

table.procedure td[data-label]::before {
	content: attr(data-label);
	display: block;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	font-weight: bold;
	color: black;
	background: #F5F3EF;
}

table.procedure textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

/* 確認画面 */
table.procedure.confirm td{
	font-size: 1.2em;
}

input.name {
	width: 10em;
}

input.address {
	width: 5em;
}

select.days {
	width: 5em;
}

input.middleSize {
	width: 80%;
}

input.upperSize {
	width: 100%;
}

/* td min_height */
table.min_height62 td {
	min-height: 62px;
}

/* 枠のみ */
div.frameOnly {
	background: #F5F3EF;
	padding: 10px;
	width: fit-content;
}
div.frameOnlyInner {
	background: #FFF;
	padding: 10px;
}

/* 次画面用ボタン */
.next_flow_btn {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	background-color: var(--color-mygcall);
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: 700;
	padding: 14px 40px;
	border-radius: 200px;
	text-decoration: none;
	line-height: 1.4;
	transition: opacity 0.2s;
	align-self: flex-start;
}
.next_flow_btn:hover {
	opacity: 0.8;
	text-decoration: none;
	color: var(--color-white);
}
.next_flow_btn_arrow {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
	-webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
	background-color: var(--color-white);
}

/* thanks画面 */
.thanks-underinfo-img {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
}
.thanks-underinfo-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.thanks-underinfo-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.thanks-underinfo-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #314158;
	line-height: 1.4;
	margin: 0;
}
.thanks-underinfo-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}
.thanks-underinfo-desc {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	color: #45556c;
	line-height: 1.8;
	margin: 0;
}