:root {
    /* サイト幅 */
    --site-width: 965px;

    /* 余白 */
    --section-padding-top: 48px;
    --section-padding-bottom: 48px;
    --hedding-block-margin-bottom: 48px;
    --intro-margin-bottom: 10px;
    --subtext-margin-top: 48px;

    --sp-section-padding-top: 3rem;
    --sp-section-padding-bottom: 3rem;
    --sp-hedding-block-margin-bottom: 2rem;
    --sp-intro-margin-bottom: 1rem;
    --sp-subtext-margin-top: 1rem;

    /* color */
    --color-main: #333;
    --color-strong: #333;
    --color-h2-underline: #fbdf62;
    --color-h2-line-left: #fbdf62;

    /* 背景色 */
    --bg-color1: linear-gradient(0deg, #E4E4E4 0.33%, #F8F8F8 101.51%);
    --bg-color2: linear-gradient(180deg, #3C3131 0%, #745E5E 100%);

    /* PCフォント */
    --font-size-h1: 42px;
    --font-weight-h1: 700;
    --line-height-h1: 50px;

    --font-size-h2: 36px;
    --font-weight-h2: 700;
    --line-height-h2: 42px;
  
    --font-size-h3: 30px;
    --font-weight-h3: 700;
    --line-height-h3: 37px;

    --font-size-h4: 20px;
    --font-weight-h4: 700;
    --line-height-h4: 30px;

    --font-size-h5: 18px;
    --font-weight-h5: 700;
    --line-height-h5: 24px;

    --font-size-h6: 14px;
    --font-weight-h6: 700;
    --line-height-h6: 20px;
  
    --font-size-p1: 24px;
    --font-weight-p1: 400;
    --line-height-p1: 36px;
    --letter-spacing-p1: normal;
  
    --font-size-p2: 20px;
    --font-weight-p2: 400;
    --line-height-p2: 30px;
    --letter-spacing-p2: normal;

    --font-size-p3: 18px;
    --font-weight-p3: 400;
    --line-height-p3: 27px;
    --letter-spacing-p3: normal;

    --font-size-p4: 16px;
    --font-weight-p4: 400;
    --line-height-p4: 1.5;
    --letter-spacing-p4: normal;

    --font-size-p5: 10px;
    --font-weight-p5: 400;
    --line-height-p5: 18px;
    --letter-spacing-p5: 0.5px;

    /* モバイルフォント */
    --sp-font-size-h1: 2.4rem;
    --sp-font-weight-h1: 700;
    --sp-line-height-h1: 1.2;
  
    --sp-font-size-h2: 1.8rem;
    --sp-font-weight-h2: 700;
    --sp-line-height-h2: 1.4;
  
    --sp-font-size-h3: 1.4rem;
    --sp-font-weight-h3: 700;
    --sp-line-height-h3: 1.4;
  
    --sp-font-size-h4: 1.2rem;
    --sp-font-weight-h4: 700;
    --sp-line-height-h4: 1.4;

    --sp-font-size-h5: 1rem;
    --sp-font-weight-h5: 700;
    --sp-line-height-h5: 1.4;

    --sp-font-size-h6: .8rem;
    --sp-font-weight-h6: 700;
    --sp-line-height-h6: .9;

    --sp-font-size-p1: 1.2rem;
    --sp-font-weight-p1: 400;
    --sp-line-height-p1: 1.6;
    --sp-letter-spacing-p1: 1.2px;

    --sp-font-size-p2: 1.1rem;
    --sp-font-weight-p2: 400;
    --sp-line-height-p2: 1.4;
    --sp-letter-spacing-p2: 1.1px;

    --sp-font-size-p3: 1rem;
    --sp-font-weight-p3: 400;
    --sp-line-height-p3: 1.4;
    --sp-letter-spacing-p3: 1px;

    --sp-font-size-p4: .9rem;
    --sp-font-weight-p4: 400;
    --sp-line-height-p4: 1.4;
    --sp-letter-spacing-p4: 0.8px;

    --sp-font-size-p5: .8rem;
    --sp-font-weight-p5: 400;
    --sp-line-height-p5: 1.4;
    --sp-letter-spacing-p5: 0.6px;
}

/* 調整用（スタイル打ち消し） */
table th {
    border: none;
    text-align: center;
}
table td {
    border: none;
  
}
a {
    text-decoration: unset;
}
a:hover, a:hover * {
    text-decoration: unset;
}
  
a:active, a:active * {
    text-decoration: unset;
}
h2 span {
    background: none;
    display: unset;
    font-weight: unset;
    padding: unset;
}
section h3 {
    border: none;
    background: none;
}
section h4::before {
    display: none;
}
@media screen and (max-width: 994px) {
    .JS #Contents {
        padding: 0;
    }
    .JS #Contents .GridSet .PageTitleStyle1 {
        margin: 0 15px 2.6em 15px;
    }
    .JS #Contents .GridSet .Section {
        margin: 0 15px;
    }
    .JS #Contents .GridSet .Grid1 {
        margin: 0 0 0 15px;
        padding: 15px 20px 0;
    }
}

/* 基本設定 */

body {
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

section {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
}

ul, ol {
    padding: 0;
}

.style-h1 {
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-h1);
    line-height: var(--line-height-h1);
}

.style-h2 {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-h2);
    line-height: var(--line-height-h2);
}

.style-h3 {
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-h3);
    line-height: var(--line-height-h3);
}

.style-h4 {
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-h4);
    line-height: var(--line-height-h4);
}

.style-h5 {
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-h5);
    line-height: var(--line-height-h5);
}

.style-h6 {
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-h6);
    line-height: var(--line-height-h6);
}

.style-p1 {
    font-size: var(--font-size-p1);
    font-weight: var(--font-weight-p1);
    line-height: var(--line-height-p1);
    letter-spacing: var(--letter-spacing-p1);
}

.style-p2 {
    font-size: var(--font-size-p2);
    font-weight: var(--font-weight-p2);
    line-height: var(--line-height-p2);
    letter-spacing: var(--letter-spacing-p2);
}

.style-p3 {
    font-size: var(--font-size-p3);
    font-weight: var(--font-weight-p3);
    line-height: var(--line-height-p3);
    letter-spacing: var(--letter-spacing-p3);
}

.style-p4 {
    font-size: var(--font-size-p4);
    font-weight: var(--font-weight-p4);
    line-height: var(--line-height-p4);
    letter-spacing: var(--letter-spacing-p4);
}

.style-p5 {
    font-size: var(--font-size-p5);
    font-weight: var(--font-weight-p5);
    line-height: var(--line-height-p5);
    letter-spacing: var(--letter-spacing-p5);
}

.wrapper {
    max-width: var(--site-width);
    margin: 0 auto;
}

.hedding-block {
    margin-bottom: var(--hedding-block-margin-bottom);
}

.hedding-block h2,
.hedding-block .intro,
.hedding-block .subtext {
    text-align: center;
}

.hedding-block h2.underline::after {
    content: "";
    display: block;
    width: 160px;
    height: 5px;
    background: var(--color-h2-underline);
    border-radius: 3px;
    margin: 20px auto 0;
}

.hedding-block h2.line-left {
    text-align: left;
}

.hedding-block h2.line-left::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.5em;
    background-color: var(--color-h2-line-left);
    margin-right: 12px;
    vertical-align: middle;
}

.hedding-block .intro {
    margin-bottom: var(--intro-margin-bottom);
}

.hedding-block .subtext {
    margin-top: var(--subtext-margin-top);
}

.summary-block {
    text-align: center;
}

.summary {
    color: var(--color-summary);
}

.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .style-h1 {
        font-size: var(--sp-font-size-h1);
        font-weight: var(--sp-font-weight-h1);
        line-height: var(--sp-line-height-h1);
    }
    
    .style-h2 {
        font-size: var(--sp-font-size-h2);
        font-weight: var(--sp-font-weight-h2);
        line-height: var(--sp-line-height-h2);
    }
    
    .style-h3 {
        font-size: var(--sp-font-size-h3);
        font-weight: var(--sp-font-weight-h3);
        line-height: var(--sp-line-height-h3);
    }
    
    .style-h4 {
        font-size: var(--sp-font-size-h4);
        font-weight: var(--sp-font-weight-h4);
        line-height: var(--sp-line-height-h4);
    }
    
    .style-h5 {
        font-size: var(--sp-font-size-h5);
        font-weight: var(--sp-font-weight-h5);
        line-height: var(--sp-line-height-h5);
    }
    
    .style-h6 {
        font-size: var(--sp-font-size-h6);
        font-weight: var(--sp-font-weight-h6);
        line-height: var(--sp-line-height-h6);
    }
    
    .style-p1 {
        font-size: var(--sp-font-size-p1);
        font-weight: var(--sp-font-weight-p1);
        line-height: var(--sp-line-height-p1);
        letter-spacing: var(--sp-letter-spacing-p1);
    }
    
    .style-p2 {
        font-size: var(--sp-font-size-p2);
        font-weight: var(--sp-font-weight-p2);
        line-height: var(--sp-line-height-p2);
        letter-spacing: var(--sp-letter-spacing-p2);
    }
    
    .style-p3 {
        font-size: var(--sp-font-size-p3);
        font-weight: var(--sp-font-weight-p3);
        line-height: var(--sp-line-height-p3);
        letter-spacing: var(--sp-letter-spacing-p3);
    }
    
    .style-p4 {
        font-size: var(--sp-font-size-p4);
        font-weight: var(--sp-font-weight-p4);
        line-height: var(--sp-line-height-p4);
        letter-spacing: var(--sp-letter-spacing-p4);
    }
    
    .style-p5 {
        font-size: var(--sp-font-size-p5);
        font-weight: var(--sp-font-weight-p5);
        line-height: var(--sp-line-height-p5);
        letter-spacing: var(--sp-letter-spacing-p5);
    }

    .wrapper {
        padding: 0 20px;
        overflow: hidden;
    }

    section {
        padding-top: var(--sp-section-padding-top);
        padding-bottom: var(--sp-section-padding-bottom);
    }

    .hedding-block {
        margin-bottom: var(--sp-hedding-block-margin-bottom);
    }

    .hedding-block .intro {
        margin-bottom: var(--sp-intro-margin-bottom);
    }

    .hedding-block .subtext {
        margin-top: var(--sp-subtext-margin-top);
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/* 以下複数のページで利用するデザイン */

/* テキストリンク */

a.text-link:link,
a.text-link:visited {
    color: #b1000e;
    text-decoration: underline;
}

a.text-link:link:hover,
a.text-link:visited:hover {
    opacity: 1;
    text-decoration: none;
}

/* ボタン */
.button-white-yellow,
.button-yellow {
    box-sizing: border-box;
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    border-radius: 200px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.8px;

    transition: all 0.3s ease;
}

.button-white-yellow,
.button-white-yellow:link,
.button-white-yellow:visited {
    color: #333;
    border: 3px solid #fbdf62;
    background: #FFF;
}

.button-yellow,
.button-yellow:link,
.button-yellow:visited {
    color: #333;
    border: 3px solid #fff;
    background: #fbdf62;
}

.button-white-yellow::after,
.button-yellow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    translate: 0 -50%;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    transition: all 0.3s ease;
}

.button-white-yellow::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}

.button-yellow::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}

.button-white-yellow:hover,
.button-yellow:hover {
    box-shadow: 0 10px 10px 2px rgb(0 0 0 / 30%);
    opacity: .8;
}

/* .button-white-yellow:hover {
    border: 2px solid #fff;
    color: #333;
    background: #fbdf62;
}

.button-white-yellow:hover::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}

.button-yellow:hover {
    color: #fbdf62;
    background: #fff;
}

.button-yellow:hover::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
} */

/* 追従フッター */
.sticky-footer {
    background-color: rgba(95, 95, 95, 0.9);
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    display: none;
    box-sizing: border-box;
}

.sticky-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.sticky-footer ul li .button-white,
.sticky-footer ul li .button-red {
    padding: 9px 19px;
}

.sticky-footer ul li .button-white::after,
.sticky-footer ul li .button-red::after {
    top: 13px;
}

@media screen and (max-width: 767px) {
    .sticky-footer {
        padding: 10px;
    }

    .sticky-footer ul {
        gap: 10px;
    }

    .sticky-footer ul li .button-white,
    .sticky-footer ul li .button-red {
        padding: 9px 0;
        width: 160px;
    }
    
    .sticky-footer ul li .button-white::after,
    .sticky-footer ul li .button-red::after {
        top: 14px;
        right: 14px;
        width: 8px;
        height: 8px;
    }
}

/* CTA上部 */

.top-cta {
    padding: 40px 0;
    background: linear-gradient(101deg, rgba(251, 223, 98, 0.24) 0.01%, rgba(255, 208, 0, 0.30) 100.01%);
}

.top-cta .hedding-block {
    margin-bottom: 40px;
}

.top-cta .hedding-block p {
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .top-cta .hedding-block p {
        font-size: 1rem;
        text-align: left;
    }
}

/* 導入事例 */

.use-case .content-block {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    background: #fffbec;
    border-radius: 20px;
}

.use-case .content-block .image-box img {
    max-width: 340px;
}

.use-case .content-block .text-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.use-case .content-block .text-box h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #000;
}

.use-case .content-block .text-box h3::before {
    display: none;
}

.use-case .content-block .text-box .title {
    font-weight: 700;
}

.use-case .content-block .text-box ol {
    margin: 0;
    counter-reset: count;
    list-style: none;
}

.use-case .content-block .text-box ol li {
    padding-left: 40px;
    position: relative;
    counter-increment: count;
}

.use-case .content-block .text-box ol li::before {
    content: counter(count);
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fbdf62;
    border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .use-case .content-block {
        padding: 2rem 1rem;
        flex-direction: column;
    }
}

/* 以下jsで埋め込む共通パーツ */
/* CTAボタン */

.parts-cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .parts-cta-button {
        flex-direction: column;
        gap: 1rem;
    }
}

/* CTA下部 */

.parts-bottom-cta {
    padding: 48px 0;
    background: linear-gradient(101deg, rgba(251, 223, 98, 0.24) 0.01%, rgba(255, 208, 0, 0.30) 100.01%);
}

.parts-bottom-cta .hedding-block {
    margin-bottom: 40px;
}

.parts-bottom-cta .hedding-block h2 {
    text-align: center;

    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.parts-bottom-cta .hedding-block p {
    margin-top: 20px;

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.parts-bottom-cta .content-block ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.parts-bottom-cta .content-block ul li a {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.parts-bottom-cta .content-block ul li a:hover {
    box-shadow: 0 10px 10px 2px rgb(0 0 0 / 30%);
    opacity: .8;
    top: -2px;
}

.parts-bottom-cta .content-block ul li .image-box {
    max-width: 100px;
    margin: 0 auto;
}

.parts-bottom-cta .content-block ul li .image-box img {
    width: 100%;
}

.parts-bottom-cta .button-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.parts-bottom-cta .button-block .button-yellow {
    width: 420px;
    height: 70px;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

    border: 3px solid #fff;
}

@media screen and (max-width: 767px) {
    .parts-bottom-cta .hedding-block h2 {
        font-size: 1.6rem;
    }

    .parts-bottom-cta .hedding-block p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .parts-bottom-cta .content-block ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .parts-bottom-cta .content-block ul li {
        width: unset;
    }
}

/* コラム記事詳細CTA */

.parts-column-cta {
    margin-top: 40px;
    background: linear-gradient(101deg, rgba(251, 223, 98, 0.24) 0.01%, rgba(255, 208, 0, 0.30) 100.01%);
}

.parts-column-cta .hedding-block {
    max-width: 509px;
    margin: 0 auto;
    text-align: center;
}

.parts-column-cta .hedding-block .description {
    margin-bottom: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}

.parts-column-cta .hedding-block .image-box {
    margin-bottom: 15px;
}

.parts-column-cta .hedding-block .image-box img {
    max-width: 509px;
}

.parts-column-cta .content-block {
    max-width: 626px;
    margin: 0 auto;
}

.parts-column-cta .content-block p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.parts-column-cta .content-block p strong {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #fbdf62;
    text-decoration-thickness: 20%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.parts-column-cta .cta-block {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .parts-column-cta .hedding-block .description {
        font-size: 19px;
    }

    .parts-column-cta .content-block p {
        font-size: 1.1rem;
    }

    .parts-column-cta .cta-block {
        flex-direction: column;
        gap: 1rem;
    }
}