@charset "utf-8";

:root {
    /* COLOR */
    --color-blue-primary: #0695F0;
    --color-gray-0: #fff;
    --color-gray-50: #F8FAFE;
    --color-gray-300: #DDDFE3;
    --color-gray-600: #727478;
    --color-gray-900: #1F2023;
    --color-gray-A200: #F1F1F1;
    --color-gray-org100: #E9E9E9;
    --color-gray-org200: #EEE;
    --color-gray-org300: #757575;
    --color-gray-org400: #050F1A;
    --color-gray-0-rgb: 255,255,255;
    --color-gray-org400-rgb: 5, 15, 26;
    --color-navy-origin: #003DA5;
}
#zaif-card div,
#zaif-card h2,
#zaif-card h3,
#zaif-card h4,
#zaif-card h5,
#zaif-card h6,
#zaif-card p,
#zaif-card li,
#zaif-card dt,
#zaif-card dd{
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    color: var(--color-gray-900);
    margin: 0;
}
#zaif-card p{
    display: block;
}
#zaif-card span {
    display: inline;
}
#zaif-card div,
#zaif-card figure {
    margin: 0 auto;
}
#zaif-card #wrapper {
    background: var(--color-gray-0);
  }
#zaif-card a:focus,
#zaif-card a:hover,
#zaif-card a:active,
#zaif-card a:focus-visible{
    outline: none;
    text-decoration: none;
}
#zaif-card .btn-cv,
#zaif-card .btn-cv:hover,
#zaif-card .btn-cv:active,
#zaif-card .btn-cv:visited,
#zaif-card .btn-cv:focus,
#zaif-card .btn-cv:focus-visible{
    margin: 0 auto;
    flex-direction: row;
    display: flex;
    width: 280px;
    height: 56px;
    padding: 12px 12px 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px; 
    border-radius: 100px;
    text-decoration: none;
    outline: none;
}
#zaif-card a.btn-cv-request{
    color: var(--color-blue-primary);
    border: 1px solid var(--color-blue-primary);
    background: var(--color-gray-0);       
}
#zaif-card a.btn-cv-new{
    background: var(--color-blue-primary);
    color: var(--color-gray-0);
}

/* ************************************************ */
/*  COMMON                                          */
/* ************************************************ */
#zaif-card .visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}
/* nav-down icon */
#zaif-card .nav-down-container {
    display: flex;
    width: 100%;
    height: 20px;
    justify-content: center;
    align-items: center;
}
#zaif-card .nav-down-container img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}
#zaif-card section .text-points {
    display: flex;
    padding: 6px 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    color: #FFF;
    background: var(--color-navy-origin);
}
#zaif-card .cta {
    display: flex;
    width: 100%;
    max-width: 960px;
    padding: 24px 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
}
#zaif-card .cta >.cta__container {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    align-items: flex-start;
    gap: 13px;
    align-self: stretch;
    margin: 0 auto;
    display: flex;
    padding: 24px 16px;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--color-gray-300);
    background: var(--color-gray-0);
}
#zaif-card .cta-title{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(6, 240, 150, 0.00) 50%, #06F096 50%);    
    text-align: center;
    margin: 0 auto;

    font-size: 22px;
    font-weight: 700;
    line-height: 36px; /* 150% */    
}
#zaif-card .cta-title::before{
    content: "＼";
}
#zaif-card .cta-title::after{
    content: "／";
}
#zaif-card .cta__left {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}
#zaif-card .cta__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    max-width: 432px;
}
#zaif-card .cta__right > .cta-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
#zaif-card .cta-allow-icon {
    display: inline-block;
    width: 18px;   /* アイコンのサイズ */
    height: 18px;    
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
#zaif-card .cta-allow-blue{
    background-color: var(--color-blue-primary);
}
#zaif-card .cta-allow-white{
    background-color: var(--color-gray-0);
}
/* 記事　ナビfont */
#zaif-card .article__nav-font {
    color: var(--color-blue-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    text-align: center;
}
#zaif-card .article__nav-font > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
/* 記事　タイトルテキスト */
#zaif-card .article__title-text, 
#zaif-card .article__nav-text{
    display: block;
    align-self: stretch;
}
#zaif-card .article__title-font{
    color: var(--color-blue-primary);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}
#zaif-card .article__title-font > span.small{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-blue-primary);
}
#zaif-card .article__subtitle_font {
    align-self: stretch;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */    
}
/* 記事　概要テキスト */
#zaif-card .article__summary-text {
    display: block;
    width: 100%;
    padding-top: 8.25px;
}
/* 記事　概要Font */
#zaif-card .article__summary-font {
    color: rgba(var(--color-gray-org400-rgb), 0.95);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 150% */
}
/* 記事　説明テキスト */
#zaif-card .article__dict-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin: 0 auto;
}
#zaif-card .article__dict-font {
    color: rgba(var(--color-gray-org400-rgb), 0.95);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
/* 記事 注釈テキスト */
#zaif-card .article__note-text {
    display: flex;
    width: 100%;
    padding-top: 8.25px;
    flex-direction: column;
    align-self: stretch;
    text-align: right;
}
/* 記事 注釈Font */
#zaif-card .article__note-font,
#zaif-card .article__caption-font{
    color: var(--color-gray-org300);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
}
#zaif-card .article__caption-text {
    margin: 8px auto 0;
    text-align: center;
}
/* ************************************************ */
#zaif-card .hero {
    background-size: cover;
    background-position: center;
    padding-top: 16px;
}
#zaif-card .hero > div{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1043px;
    margin: 0 auto;
    margin-bottom: 32px;
    place-items: center;
    gap: 48px;
}
#zaif-card .hero .hero-image{
    width: 343px;
}
#zaif-card .hero .hero-image > img{
    margin: 0 auto;
}
#zaif-card .hero .hero-catch{
    margin: 0 auto;
}
#zaif-card .hero .hero-catch > h2{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -3px;
}
#zaif-card .hero .hero-catch > h2 > span.currency{
    color: var(--color-blue-primary);
}
#zaif-card .hero .hero-catch > h2 > span.merit{
    color: var(--color-navy-origin);
    line-height: 40px;
}
#zaif-card .hero .hero-catch > h2 > span.merit-1{
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}
#zaif-card .hero .hero-catch > h2 > span.merit-2{
    font-weight: 700;
}
#zaif-card .hero .hero-catch > h2 > span.merit-3{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 2px;
}
#zaif-card .hero .hero-cv{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#zaif-card .hero .hero-cv > .hero-cv-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
#zaif-card .hero .hero-cv > .hero-cv-wrapper p{
    text-align: center;
    color: var(--color-gray-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
#zaif-card .hero > p {
    align-self: stretch;
    color: var(--color-gray-600);
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
    padding: 0 16px 32px;
}
#zaif-card .point-navi {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(92deg, #003DA5 35.34%, rgba(0, 61, 165, 0.50) 65.34%), rgba(6, 149, 240, 0.75);    
}
#zaif-card .point-navi > ul{
    width: 100%;
    max-width: 1440px;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 16px;
    align-self: stretch;
    flex-wrap: wrap;    
    margin: 0 auto;
}
#zaif-card .point-navi > ul > li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    background: #FFF;
    width: 100%;
    max-width: 360px;
}
#zaif-card .point-navi > ul > li > a{
    display: flex;
    padding: 16px 8px 8px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#zaif-card .point-navi > ul > li > a > p:first-child{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}
#zaif-card .point-navi > ul > li > a > p:nth-child(2) {
    color: var(--color-blue-primary);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}
#zaif-card .section {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
#zaif-card .section > .l-container {
    display: flex;    
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
#zaif-card .section > .l-container > header {
    margin: 0 auto;
}
#zaif-card .section > .l-container > header > h3{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
#zaif-card .section > .l-container > header > h3 > span:first-child{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px; /* 150% */
}
#zaif-card .section > .l-container > header > h3 > span:nth-child(2){
    color: var(--color-blue-primary);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 51.2px; /* 160% */
}
#zaif-card .section > .l-container > header > h3::after {
    content: "";
    width: 211px;
    height: 4px;
    background: linear-gradient(92deg, #0695F0 4.18%, rgba(6, 149, 240, 0.50) 100%);    
}
#zaif-card .points-overview > .l-container > nav {
    width: 100%;
}
#zaif-card .points-overview > .l-container > nav > ul{
    display: flex;
    padding-top: 39.99px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    list-style: none;
    margin: 0 auto;
    margin-block: initial ;
    padding-inline: initial;
}
#zaif-card .points-overview > .l-container > nav > ul > li {
    display: flex;
    padding: 24px 20px 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    
    border-radius: 8px;
    background: var(--color-gray-50);
    position: relative;
    justify-content: center;
}
#zaif-card .points-overview > .l-container > nav > ul > li > a{
    width: 100%;
}
#zaif-card .points-overview > .l-container > nav > ul > li > a > p:first-child {
    align-self: stretch;
    width: 100%;
}
#zaif-card .points-overview > .l-container > nav > ul > li > a > p:nth-child(2) {
    display: flex;
    padding: 6px 24px;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -17.99px;
    left: calc(100% / 2 - 46px);
}
#zaif-card .points-overview > .l-container > nav > ul > li > a > div{
    position: absolute;
    left: calc(100% / 2 - 28px);
    bottom: 12px;
    width: 56px;
}
#zaif-card .points-overview > .l-container > .article-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 100%;
    max-width: 1160px;
}
#zaif-card .points-overview article {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: var(--color-gray-50);
    gap: 16px;
}
#zaif-card .points-overview article > .header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
#zaif-card .points-overview article > .service{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 8px;
}
#zaif-card .points-overview article > .service > picture{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 315px;
    margin: 0 auto;
}
#zaif-card .points-overview article > .service > picture > img{
    width: 100%;
    height: auto;
}
#zaif-card .points-overview article > .service > h5{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */    
}

#zaif-card .points-overview article > .service > .reward{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
}
#zaif-card .points-overview article > .service > .reward-child-margin{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
#zaif-card .points-overview article > .service  .reward-child{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    gap: 8px;
}
#zaif-card .points-overview article > .service  .reward-child > P{
    color: #333;
    font-variant-numeric: lining-nums tabular-nums;
    margin: 0 auto;
}
#zaif-card .points-overview article > .service  .reward-item{
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;  
    border-radius: 8px;
    background: rgba(var(--color-gray-0-rgb), 0.75);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);      
    width: 100%;
    max-width: 200px;
}
#zaif-card .points-overview article > .service  .reward-item >div {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
}
#zaif-card .points-overview article > .service  .reward-item > p{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}
#zaif-card .points-overview article > .aside{
    margin: 0 auto;
    display: none;
}
#zaif-card .use-case > .l-container > .article-container > article{
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(--color-gray-50);    
    gap: 16px;
}
#zaif-card #how-to-apply > .l-container {
    max-width: 960px;
}
#zaif-card #how-to-apply > .l-container > .article-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    padding-inline-start: 0;
}
#zaif-card #how-to-apply .cards .card {
    display: flex;
    padding: 20px 16px 4px 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: var(--color-gray-50);
}
#zaif-card #how-to-apply .cards .card > .card__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
#zaif-card #card-spec {
    display: flex;
    padding: 56px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
#zaif-card #card-spec > .l-container {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    max-width: 960px;
}
#zaif-card #card-spec > .l-container > h3,
#zaif-card #notes > .l-container > h3{
    align-self: stretch;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 51.2px; /* 160% */    
}
#zaif-card #card-spec > .l-container > dl {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
}
#zaif-card #card-spec > .l-container > dl > dt,
#zaif-card #card-spec > .l-container > dl > dd{
    border-bottom: 1px solid var(--color-gray-600); 
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0; 
    text-align: center;
}
#zaif-card #card-spec > .l-container > dl > dt {
    width: 160px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; /* 125% */       
}
#zaif-card #aside-cta {
    display: flex;
    padding: 56px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: var(--color-gray-A200);
}
#zaif-card #aside-cta .cta >.cta__container{
    width: 326px;
}
#zaif-card #notes {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
#zaif-card #notes > .l-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 0;
    max-width: 960px;
}
#zaif-card #notes > .l-container > ul {
    padding-inline-start: 20px;
}
#zaif-card #notes > .l-container > ul > li {
    align-self: stretch;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
#zaif-card #inquiry {
    display: flex;
    padding: 56px 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
#zaif-card #inquiry > .l-container,
#zaif-card #attention > .l-container {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    max-width: 960px;
}
#zaif-card #inquiry > .l-container {
    padding: 0 15px;
    align-items: flex-start;
    gap: 16px;
}
#zaif-card #inquiry > .l-container > h3 {
    display: flex;
    padding: 8px 0;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--color-gray-org100);
    color: #333;
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.4px;    
}
#zaif-card #inquiry > .l-container > ul {
    padding-inline-start: 20px;
}
#zaif-card #attention {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--color-gray-org200);    
}
#zaif-card #attention > .l-container {
    padding: 32px 16px;
    gap: 10px;
}
#zaif-card #attention > .l-container > h3 {
    align-self: stretch;
}
#zaif-card #attention > .l-container > h3,
#zaif-card #attention > .l-container > ul > li {
    color: var(--color-gray-600);
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
}
#zaif-card #attention > .l-container > ul {
    padding-inline-start: 20px;
}
#zaif-card .middle-reverse{
    display: none;
}
/* Screen size 769px and above  */
@media (min-width: 769px) {
    #zaif-card .section > .l-container {
        padding: 40px 0;
        gap: 56px;
    }
    #zaif-card .points-overview > .l-container > .article-container {
        gap: 56px;
    }
    #zaif-card .use-case > .l-container > .article-container > article{ 
        gap: 24px;
    }
    /* 記事　メインテキスト */
    #zaif-card .article__summary-text{
        text-align: center;
    }
    #zaif-card .article__summary-font {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px; /* 150% */
    }
    #zaif-card .cta__left{
        display: flex;
    }
    #zaif-card .hero p{
        text-align: right;
        max-width: 1448px;
        margin: 0 auto;
    }
    #zaif-card .points-overview > .l-container > nav > ul{
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;        
    }
    #zaif-card .points-overview > .l-container > nav > ul > li {
        display: flex;
        padding: 24px 20px 40px 20px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 8px;
        background: var(--color-gray-50);
    }
    #zaif-card .points-overview article > .service picture{
        width: 100%;
        max-width: 960px;
    }
    #zaif-card .points-overview article > .service  .reward-item {
        padding: 24px 0;
    }
    #zaif-card .points-overview article > .aside{
        display: block;
    }
    #zaif-card #how-to-apply > .l-container > .article-container {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    #zaif-card #how-to-apply .cards .card {
        flex: 1;
        min-width: 0;
    }
    #zaif-card #aside-cta .cta >.cta__container {
        width: 100%;
    }
    #zaif-card #attention > .l-container {
        align-items: flex-start;
    }
    #zaif-card .points-overview article {
        gap: 24px;
    }
}
@media (min-width: 769px) and (max-width: 1199px) { 
    #zaif-card .article__title-font {
        font-size: 28px;
        line-height: 32px;
    }
    #zaif-card .low {
        display: none;
    }
}
@media (min-width: 1200px){
    #zaif-card .article__title-font {
        font-size: 32px;
        line-height: 48px; /* 150% */
    }
    #zaif-card .points-overview article > .header {
        flex-direction: row;
        gap: 24px;
    }
    #zaif-card .low,
    #zaif-card .middle {
        display: none;
    }
    #zaif-card .middle-reverse{
        display: inline;
    }
    #zaif-card .article__nav-font {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px; /* 150% */
    }
    #zaif-card .hero > div {
        grid-template-columns: 1fr 1fr;
        padding-top: 103.5px;
        place-items: center;
        gap: initial;
      }  
    #zaif-card .hero .hero-catch { 
        grid-column: 1; 
        grid-row: 1; 
        width: 630px;
    }
    #zaif-card .hero .hero-catch > h2{
        font-size: 56px;
        font-weight: 700;
        line-height: 78px; /* 139.286% */
        letter-spacing: -3.36px;
    }
    #zaif-card .hero .hero-catch > h2 > span.merit-1{
        font-size: 42px;
        font-weight: 900;
    }
    #zaif-card .hero .hero-catch > h2 > span.merit-3{
        font-size: 14px;
        margin: 0 4px;
    }
    #zaif-card .hero .hero-image { 
        grid-column: 2; 
        grid-row: 1 / 3; 
        margin-bottom: 0;
    }
    #zaif-card .hero .hero-cv { 
        grid-column: 1; 
        grid-row: 2; 
        margin-top: 26px;
        flex-direction: row;
    }
}