:root {
    --fo-main-color: rgba(21, 96, 130, 1);
    --fo-sub-color: rgba(10, 156, 200, 1);
    --fo-accent-color: rgba(240, 131, 0, 1);
    --fo-background-color1: rgba(255, 255, 255, 1);
    --fo-background-color2: rgba(240, 241, 240, 1);
    --fo-shadow-color: rgba(0, 0, 26, 0.08);
    --fo-h1-font-size-pc: 46px;
    --fo-h2-font-size-pc: 32px;
    --fo-h3-font-size-pc: 24px;
    --fo-h4-font-size-pc: 20px;
    --fo-h5-font-size-pc: 16px;
    --fo-h1-font-size-sp: 28px;
    --fo-h2-font-size-sp: 26px;
    --fo-h3-font-size-sp: 22px;
    --fo-h4-font-size-sp: 18px;
    --fo-h5-font-size-sp: 16px;
    --fo-text-font-size-pc: 16px;
    --fo-text-font-size-sp: 16px;
    --fo-text-line-height: 1.75;
    --fo-text-letter-spacing: 0.1em;
    --fo-heading-letter-spacing: 0em;
    --fo-heading-line-height: 1.5;
    --fo-button-download-fa-unicode: '';
    --fo-button-contact-fa-unicode: '';
    --fo-tag-border-radius: 0;
    --fo-tag-background-color: rgba(255, 255, 255, 1);
    --fo-tag-border-color: rgba(18, 23, 18, 1);
    --fo-tag-text-color: rgba(18, 23, 18, 1);
    --fo-button-large-min-width-pc: 280px;
    --fo-button-large-min-width-sp: 100%;
    --fo-button-medium-min-width-pc: 240px;
    --fo-button-medium-min-width-sp: 90%;
    --fo-button-small-min-width-pc: 200px;
    --fo-button-small-min-width-sp: 80%;
    --fo-spacing-coef: 1;
    --fo-button-large-font-size: 14px;
    --fo-button-medium-font-size: 14px;
    --fo-button-small-font-size: 14px;
    --fo-heading-main-color: rgba(0, 0, 0, 1);
    --fo-heading-accent-color: rgba(45, 110, 179, 1);
    --fo-heading-font-family: Noto Sans JP;
    --fo-heading-link-color: rgba(53, 154, 208, 1);
    --fo-heading-link-hover-opacity: 0.4;
    --fo-text-main-color: rgba(34, 24, 21, 1);
    --fo-text-accent-color: rgba(45, 110, 179, 1);
    --fo-text-font-family: Noto Sans JP;
    --fo-text-link-color: rgba(21, 96, 130, 1);
    --fo-text-link-hover-opacity: 0.4;
    --fo-button1-border-radius: 0;
    --fo-button1-text-color: rgba(18, 23, 18, 1);
    --fo-button1-border-color: rgba(18, 23, 18, 1);
    --fo-button1-hover-opacity: 0.4;
    --fo-button2-border-radius: 0;
    --fo-button2-text-color: rgba(255, 255, 255, 1);
    --fo-button2-background: rgba(21, 96, 130, 1);
    --fo-button2-hover-background-color: rgba(255, 255, 255, 1);
    --fo-button2-hover-text-color: rgba(21, 96, 130, 1);
    --fo-button2-hover-border-color: rgba(21, 96, 130, 1);
    --fo-button3-border-radius: 0;
    --fo-button3-text-color: rgba(255, 255, 255, 1);
    --fo-button3-background: rgba(0, 0, 0, 1);
    --fo-button3-hover-background-color: rgba(255, 255, 255, 1);
    --fo-button3-hover-text-color: rgba(0, 0, 0, 1);
    --fo-button3-hover-border-color: rgba(0, 0, 0, 1)
}

/* 選ばれる３つの理由 */
section.content-element.content-11 {
    padding: calc(80px * var(--fo-spacing-coef) - 30px) 0 calc(80px * var(--fo-spacing-coef) - 40px);
}