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

    /* 余白 */
    --section-padding-top: 80px;
    --section-padding-bottom: 80px;
    --hedding-block-margin-bottom: 50px;
    --intro-margin-bottom: 30px;
    --subtext-margin-top: 30px;

    --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: #c02;
    --color-h2-line-left: #e50029;
    --color-h3-line: #e50029;

    /* 背景色 */
    --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: 32px;
    --font-weight-h2: 700;
    --line-height-h2: 42px;
  
    --font-size-h3: 30px;
    --font-weight-h3: 700;
    --line-height-h3: 37px;

    --font-size-h4: 24px;
    --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: 32px;
    --letter-spacing-p1: 1.92px;
  
    --font-size-p2: 18px;
    --font-weight-p2: 400;
    --line-height-p2: 27px;
    --letter-spacing-p2: 1.44px;

    --font-size-p3: 14px;
    --font-weight-p3: 400;
    --line-height-p3: 22px;
    --letter-spacing-p3: 0.6px;

    --font-size-p4: 12px;
    --font-weight-p4: 400;
    --line-height-p4: 22px;
    --letter-spacing-p4: 0.6px;

    --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: 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;
}

/* 調整用（スタイル打ち消し） */
a, a:visited { text-decoration: none; }
dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, p, th, td {
    line-height: unset;
    border: none;
}
h2::after {
    display: none;
}
section dl, section ul, section ul li, section h1, section h2, section h3, section h4, section h5, section h6, section p, section th, section td { line-height: unset; }
body {
    color: unset;
    font-size: unset;
    line-height: unset;
    background-color: unset;
}
table {
    margin: 0;
    width: unset;
    border: none;
}
table th {
    padding: unset;
    width: unset;
}
table td {
    padding: unset;
    font-size: unset;
}
@media screen and (max-width: 767px) {
    table { margin: 0; }
}
#Contents {
	background: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
    .JS body {
        background: none;
    }
    .ServiceChild .ServiceFooterContact {
        margin: 0;
    }
}
.ServiceChild .ServiceFooterContact, .ServiceTop .ServiceFooterContact {
    margin-top: 0;
}

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

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

section h1,
h1 {
    margin: 0;
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-h1);
    line-height: var(--line-height-h1);
    color: var(--color-main);
}

section h2,
h2 {
    margin: 0;
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-h2);
    line-height: var(--line-height-h2);
    color: var(--color-main);
}

section h3,
h3 {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-h3);
    line-height: var(--line-height-h3);
    color: var(--color-main);
}

section h4,
h4 {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-h4);
    line-height: var(--line-height-h4);
    color: var(--color-main);
}

section h5,
h5 {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-h5);
    line-height: var(--line-height-h5);
    color: var(--color-main);
}

section h6,
h6 {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-h6);
    line-height: var(--line-height-h6);
    color: var(--color-main);
}

section p,
p {
    margin: 0;
    font-size: var(--font-size-p3);
    font-weight: var(--font-weight-p3);
    line-height: var(--line-height-p3);
    letter-spacing: var(--letter-spacing-p3);
    color: var(--color-main);
}

.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 {
    text-align: center;
}

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

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

.hedding-block h2.line-left {
    padding-left: 35px;
    text-align: left;
    position: relative;
}

.hedding-block h2.line-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background-color: var(--color-h2-line-left);
    border-radius: 5px;
}

h3.line {
    padding-left: 25px;
    position: relative;
}

h3.line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-color: var(--color-h3-line);
    border-radius: 5px;
}

.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) {
    section h1,
    h1 {
        font-size: var(--sp-font-size-h1);
        font-weight: var(--sp-font-weight-h1);
        line-height: var(--sp-line-height-h1);
    }

    section h2,
    h2 {
        font-size: var(--sp-font-size-h2);
        font-weight: var(--sp-font-weight-h2);
        line-height: var(--sp-line-height-h2);
    }

    section h3,
    h3 {
        font-size: var(--sp-font-size-h3);
        font-weight: var(--sp-font-weight-h3);
        line-height: var(--sp-line-height-h3);
    }

    section h4,
    h4 {
        font-size: var(--sp-font-size-h4);
        font-weight: var(--sp-font-weight-h4);
        line-height: var(--sp-line-height-h4);
    }

    section h5,
    h5 {
        font-size: var(--sp-font-size-h5);
        font-weight: var(--sp-font-weight-h5);
        line-height: var(--sp-line-height-h5);
    }

    section h6,
    h6 {
        font-size: var(--sp-font-size-h6);
        font-weight: var(--sp-font-weight-h6);
        line-height: var(--sp-line-height-h6);
    }

    section p,
    p {
        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-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.button-white,
a.button-red,
a.button-white-orange,
a.button-orange,
a.button-white-green,
a.button-green,
a.button-white-gold,
a.button-gold {
    box-sizing: border-box;
    width: 306px;
    height: 62px;
    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-weight: 700;
    line-height: 1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;

    transition: all 0.3s ease;
}

a.button-white {
    color: #C02;
    background-color: #fff;
    border: 2px #C02 solid;
}

a.button-red {
    color: #fff;
    border: 2px solid #C02;
    background: #C02;
}

a.button-white-orange {
    color: #f39800;
    background: #fff;
    border: 2px solid #fff;
}

a.button-orange {
    color: #fff;
    background: #f39800;
    border: 2px solid #f39800;
}

a.button-white-green {
    color: #85bb45;
    border: 2px solid #85bb45;
    background: #FFF;
}

a.button-green {
    color: #fff;
    border: 2px solid #85bb45;
    background: #85bb45;
}

a.button-white-gold {
    color: #bda72c;
    border: 2px solid #bda72c;
    background: #FFF;
}

a.button-gold {
    color: #fff;
    border: 2px solid #bda72c;
    background: #bda72c;
}

a.button-white::after,
a.button-red::after,
a.button-white-orange::after,
a.button-orange::after,
a.button-white-green::after,
a.button-green::after,
a.button-white-gold::after,
a.button-gold::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 24px;
    translate: 0 -50%;
    width: 9px;
    height: 9px;
    transform: rotate(225deg);
    transition: all 0.3s ease;
}

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

a.button-red::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-white-orange::after {
    border-bottom: 2px solid #f39800;
    border-left: 2px solid #f39800;
}

a.button-orange::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-white-green::after {
    border-bottom: 2px solid #85bb45;
    border-left: 2px solid #85bb45;
}

a.button-green::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-white-gold::after {
    border-bottom: 2px solid #bda72c;
    border-left: 2px solid #bda72c;
}
a.button-gold::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-white:hover {
    color: #fff;
    background: #C02;
}

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

a.button-red:hover {
    color: #c02;
    background: #fff;
}

a.button-red:hover::after {
    border-bottom: 2px solid #c02;
    border-left: 2px solid #c02;
}

a.button-white-orange:hover {
    color: #fff;
    background: #f39800;
}

a.button-white-orange:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-orange:hover {
    color: #f39800;
    background: #fff;
}

a.button-orange:hover::after {
    border-bottom: 2px solid #f39800;
    border-left: 2px solid #f39800;
}

a.button-white-green:hover {
    color: #fff;
    background: #85bb45;
}

a.button-white-green:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-green:hover {
    color: #85bb45;
    background: #fff;
}

a.button-green:hover::after {
    border-bottom: 2px solid #85bb45;
    border-left: 2px solid #85bb45;
}

a.button-white-gold:hover {
    color: #fff;
    background: #bda72c;
}

a.button-white-gold:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

a.button-gold:hover {
    color: #bda72c;
    background: #fff;
}

a.button-gold:hover::after {
    border-bottom: 2px solid #bda72c;
    border-left: 2px solid #bda72c;
}

/* 追従フッター */
.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 a.button-white,
.sticky-footer ul li a.button-red {
    padding: 9px 19px;
}

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

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

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

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

/* 以下共通パーツ */

/* 用途・シーン */

.supported-cases .content-block .video-list {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.supported-cases .content-block .video-list .video-item {
    display: grid;
    grid-template-columns: 1fr;
    align-content: baseline;
    gap: 20px;
    min-width: 0;
}

.supported-cases .content-block .video-list .video-item .video-box iframe {
    width: 100%;
    aspect-ratio: 452 / 255; /* 約1.77:1 */
    height: auto;
    border: 0;
}

.supported-cases .content-block .video-list .video-item .video-box p {
    text-align: center;
}

.supported-cases .content-block .function-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

.supported-cases .content-block .function-list .function-item {
    padding: 34px 30px;
    width: 470px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: baseline;
    gap: 30px;
    min-width: 0;
    border: 3px solid #f2f2f2;
}

.supported-cases .content-block .function-list .function-item .image-box {
    max-width: 412px;
}

.supported-cases .content-block .function-list .function-item .text-box h4 {
    margin-bottom: 20px;
    font-size: 24px;
}

.supported-cases .content-block .function-list .function-item .text-box p {
    height: 222px;
}

.supported-cases .content-block .function-list .function-item .tag-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.supported-cases .content-block .function-list .function-item .tag-list .tag-item {
    padding: 12px 22px;
    background: rgba(241, 170, 0, 0.20);
    text-align: center;
}

.supported-cases .content-block .function-list .function-item .cta-box {
    display: flex;
    justify-content: center;
}

.supported-cases .content-block .button-box {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .supported-cases .content-block .video-list {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .supported-cases .content-block .function-list {
        flex-direction: column;
    }

    .supported-cases .content-block .function-list .function-item {
        width: unset;
        padding: 1.5rem 1rem;
    }

    .supported-cases .content-block .function-list .function-item .text-box p {
        height: unset;
    }

    .supported-cases .content-block .function-list .function-item .tag-list {
        grid-template-columns: 1fr;
    }

    .supported-cases .content-block .function-list .function-item .cta-box a {
        width: 100%;
    }
}

/* 機能一覧 */

.function .content-block h3 {
    margin: 80px 0 20px;
}

.function .content-block table {
    width: 965px;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    table-layout: auto;
}

.function .content-block table th {
    padding: 15px 30px;
    color: #fff;
    background-color: #4e4e4e;
    border: 1px solid #c1bfbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.function .content-block table td {
    padding: 20px;
    border: 1px solid #c1bfbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.function .content-block table .bg00 {
    font-weight: 700;
    background: #D0CFCF;
    white-space: nowrap;
}

.function .content-block table .bg01 {
    /* width: 180px; */
    font-weight: 700;
    background-color: #ddd;
}

.function .content-block table .bg02 {
    /* width: 280px; */
    background-color: #f2f2f2;
}

.function .content-block table.service {
    margin-bottom: 10px;
}

.function .content-block table.service th:first-child {
    width: 355px;
}

@media screen and (max-width: 767px) {
    .function .scroll {
        width: 100%;
        overflow-x: scroll;
    }

    .function .content-block table {
        width: 700px;
    }

    .function .content-block table .bg01,
    .function .content-block table .bg02 {
        text-wrap: nowrap;
    }
}

/* CTA */

.cta {
    background: url(/products/images/gms/cta_bg.png) no-repeat center center / cover;
}

.cta .content-block h2 {
    text-align: center;
}

.cta .content-block p {
    margin-top: 30px;
    text-align: center;
}

.cta .cta-block {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* リンク集 */

.gms-links .hedding-block {
    margin-bottom: 30px;
}

.gms-links .hedding-block h2 {
    padding-bottom: 30px;
    text-align: left;
    border-bottom: 1px dotted #333;
}

.gms-links .content-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.gms-links .content-block ul {
    padding-left: 30px;
}

.gms-links .content-block ul li a {
    display: inline-block;
    position: relative;
    color: #c02;
    text-decoration: none;
}

.gms-links .content-block ul li a::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -20px;
    color: #c02;
}

.gms-links .content-block ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(225deg);
    border-bottom: 1px solid #c02;
    border-left: 1px solid #c02;
}

.gms-links .content-block ul li a:hover {
    text-decoration: underline;
    color: #b1000e;
}

.gms-links .content-block ul li a:hover::before {
    color: #b1000e;
}

.gms-links .content-block ul li a:hover::after {
    right: -14px;
    border-bottom: 1px solid #b1000e;
    border-left: 1px solid #b1000e;
}

.gms-links .content-block ul li ul {
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .gms-links .content-block {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


/* scroll-hint */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint-icon {
  position: absolute;
  /* top: calc(50% - 25px); */
  top: 200px; /* tableのheightが画面サイズよりも大きい時にhintが見えないので変更 */
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after
 {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before
 {
  opacity: 1;
  visibility: visible;
}