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

    /* 余白 */
    --section-padding-top: 80px;
    --section-padding-bottom: 80px;
    --hedding-block-margin-bottom: 60px;
    --intro-margin-bottom: 10px;
    --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: #ffcd30;
    --color-h2-line-left: #c02;
    --color-h2-underline2-main: #4bccbe;
    --color-h2-underline2-bg: #ededed;

    /* 背景色 */
    --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: 24px;
    --font-weight-h3: 700;
    --line-height-h3: 150%;

    --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: normal;
  
    --font-size-p2: 20px;
    --font-weight-p2: 700;
    --line-height-p2: 200%;
    --letter-spacing-p2: normal;

    --font-size-p3: 18px;
    --font-weight-p3: 700;
    --line-height-p3: 200%;
    --letter-spacing-p3: normal;

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

    --font-size-p5: 14px;
    --font-weight-p5: 700;
    --line-height-p5: 200%;
    --letter-spacing-p5: normal;

    --font-size-p6: 12px;
    --font-weight-p6: 400;
    --line-height-p6: 150%;
    --letter-spacing-p6: normal;

    /* モバイルフォント */
    --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: normal;

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

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

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

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

    --sp-font-size-p6: .8rem;
    --sp-font-weight-p6: 400;
    --sp-line-height-p6: 1.4;
    --sp-letter-spacing-p6: normal;
}

/* 調整用（スタイル打ち消し） */
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;
}
h3 {
    border: none;
    background: none;
}
h4::before {
    display: none;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
#GlobalNaviMenu > li {
    font-size: 16px;
}
@media screen and (max-width: 994px) {
    .JS #Contents {
      padding: 0;
    }
}

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

iframe {
    border: none;
}

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

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

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

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

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

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

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

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

li {
    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);
}

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

.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: 80px;
    height: 3px;
    background: var(--color-h2-underline);
    border-radius: 3px;
    margin: 30px auto 0;
}

.hedding-block h2.underline2 {
    padding-bottom: 20px;
    text-align: left;
    position: relative;
}

.hedding-block h2.underline2::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-h2-underline2-bg);
}

.hedding-block h2.underline2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-h2-underline2-main);
}

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

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

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

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

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

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

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

    li {
        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);
    }

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

    .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-yellow {
    width: 300px;
    padding: 15px 32px 15px 20px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;

    border-radius: 200px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.8px;

    transition: all 0.3s ease;
}
a.button-white {
    color: #333;
    border: 2px solid #fff;
    background: #fff;
}
a.button-yellow {
    color: #333;
    border: 2px solid #ffcd30;
    background: #ffcd30;
}
a.button-white::after,
a.button-yellow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    translate: 0 -50%;
    width: 9px;
    height: 9px;
    transform: rotate(225deg);
    transition: all 0.15s ease;
}
a.button-white::after,
a.button-yellow::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}
a.button-white:hover {
    background: #efefef;
    border: 2px solid #efefef;
}
a.button-yellow:hover {
    background: #ffc400;
    border: 2px solid #ffc400;
}
a.button-white:hover::after,
a.button-yellow:hover::after {
    right: 20px;
}

/* 追従フッター */
.sticky-footer {
    background: #909090;
    padding: 17px 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-yellow {
    padding: 9px 19px;
    width: 244px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; 
}

.sticky-footer ul li a.button-white::after,
.sticky-footer ul li a.button-yellow::after {
    /* width: 7px;
    height: 7px; */
    display: none;
}

@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-yellow {
        padding: 9px 0;
        width: 160px;

        font-size: .8rem;
    }
    
    .sticky-footer ul li a.button-white::after,
    .sticky-footer ul li a.button-yellow::after {
        right: 14px;
        width: 6px;
        height: 6px;
    }
}

/* マーカー */

.marker {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.marker::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffcd30;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .marker::after {
        display: none;
    }
}