@charset "utf-8";

:root {
    --color-default: #262626;
    --color-main: #e50012;
    --color-back-green: #fef2f4;
    --color-back-gray: #FAF9FF;
    --header-height: 80px;
    --container-width: 1250px;
    --container-padding: 30px;
    --module-margin: 80px;
    --font-base-size: 24px;
    --font-main: 'Noto Sans JP', "Yu Gothic", "Meiryo", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    --font-mincho: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", "Times New Roman", serif;
}

/*
html {
    scroll-behavior: smooth;
}
*/
body {
    min-height: 100svh;
    color: var(--color-default);
    font-family: var(--font-main);
    font-size: var(--font-base-size);
    font-weight: 400;
    background: #fff;
    padding-top: var(--header-height);
    line-height: 1.66;
    -webkit-text-size-adjust: 100%;
}

input,
textarea,
select,
button {
    font-family: var(--font-main);
    font-weight: 400;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*image-rendering: -webkit-optimize-contrast;*/
}

img[src$=".svg"] {
    width: 100%;
}

a {
    text-decoration: none;
}

a[href^="tel:"]:hover {
    opacity: 1;
}

a.is-blank[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 1.25em;
    aspect-ratio: 1/.7;
    background: url(../img/common/ico_blank.svg) center center / contain no-repeat;
    margin: 0 0 0 .2em;
}

.content-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (min-width:1024px) {

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

}

@media (hover: hover) {

    a {
        transition: .2s opacity;
    }

    a:any-link:hover,
    button:enabled:hover {
        opacity: .6;
    }

}

.is-color-default {
    color: var(--color-default);
}

.is-color-main {
    color: var(--color-main);
}

.is-color-back-green {
    background-color: #edf7e8;
}

.is-color-back-gray {
    background-color: #FAF9FF;
}


/* まるがく専用 - トップ - メニューギミック変更
--------------------------------------------------------------- */

@media (min-width:1024px) {

    .tpl-front {
        padding-top: 0;
    }

    .tpl-front.state-menu-fix {
        padding-top: var(--header-height);
    }

    .tpl-front #cmn-header {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .tpl-front.state-menu-fix #cmn-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

}

.tpl-front.state-menu-fix #cmn-header {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}


/* まるがく専用 - 下層 - メニューギミック変更
--------------------------------------------------------------- */

body:not(.tpl-front) #cmn-header.js-menu-shadow {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}



/* グローバルヘッダー
--------------------------------------------------------------- */

#cmn-header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    padding: 0 var(--container-padding);
    background: #FFF;
    /*box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);*/
    z-index: 3;
    transition: box-shadow .3s;
}

.cmn-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: var(--header-height);
    margin: auto;
}

.cmn-header-inner > * {
    line-height: 1;
    margin: 0;
    padding: 0;
}

#cmn-header .cmn-header-logo img {
    width: auto;
    height: 36px;
}


/* グローバルメニュー
--------------------------------------------------------------- */

@media (min-width:1024px) {

    #cmn-nav {
        display: block !important;
    }

}

#cmn-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 0 min(1.68vw, 32px);
}

#cmn-menu a {
    text-decoration: none;
}

#cmn-menu .current > a {
    color: var(--color-main);
}

.cmn-submenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 0 min(1.68vw, 32px);
}

.cmn-submenu .cmn-menu-icon img {
    width: auto;
    height: 40px;
}

.cmn-submenu .cmn-menu-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #fff;
    padding: .87em;
    background: var(--color-main);
    border-radius: 5px;
}

.cmn-submenu .cmn-menu-button::after {
    content: "";
    display: block;
    width: 26px;
    aspect-ratio: 1/.692;
    background: url(../img/common/ico_mail.svg) center center / contain no-repeat;
}

@media print,
screen and (min-width:1023px) {

    #cmn-nav-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: min(1.68vw, 32px);
    }

}

@media print,
screen and (min-width:1023px) and (max-width:1160px) {
    .cmn-submenu .cmn-menu-button > span {
        display: none;
    }

    #cmn-header .cmn-header-logo img {
        height: 28px;
    }

}


/* グローバルメニューSP
--------------------------------------------------------------- */

#cmn-menu-button {
    display: none;
}


/* 臨時バナー
--------------------------------------------------------------- */

.js-banner {
    position: relative;
    display: none;
    z-index: 3;
}

.banner-module-block {
    position: fixed;
    right: 0;
    bottom: 70px;
    display: grid;
    gap: 10px;
    width: 280px;
    line-height: 1;
    z-index: 1;
}

.banner-module-block h3 {
    display: none;
}

.banner-module-block img {
    width: 100%;
}

.banner-module-block .cs-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    display: grid;
    place-content: center;
    width: 30px;
    aspect-ratio: 1/1;
    border: 2px solid var(--color-main);
    border-radius: 20px;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 1;
    line-height: 1;
    cursor: pointer;
}

.banner-module-block .cs-close-button a {
    display: block;
}

.banner-module-block .cs-close-button img {
    width: 12px;
}

@media (hover: hover) {
    .banner-module-block .cs-close-button:enabled:hover {
        opacity: 1;
    }
}


/* 上に戻る
--------------------------------------------------------------- */

#js-totop {
    position: relative;
    display: none;
    z-index: 1;
}

.totop {
    position: fixed;
    right: 0;
    bottom: 0;
    display: grid;
    place-content: center;
    width: 60px;
    aspect-ratio: 1/1;
    background: var(--color-main);
    z-index: 2;
}

.totop img {
    display: block;
    width: 30px;
    margin: auto;
}


/* グローバルフッター
--------------------------------------------------------------- */

#cmn-footer {
    position: relative;
    font-size: 18px;
    padding: 90px 0 40px;
    line-height: 1.5;
    background: #fff;
}

.cmn-footer-column {
    display: grid;
    grid-template-columns: minmax(auto, 560px) minmax(auto, 590px);
    justify-content: space-between;
    align-items: flex-end;
    gap: 2em;
}

/* -- まるがく専用 - フッター問い合わせ */

.cmn-footer-school .cs-contact {
    padding-bottom: 1.66em;
    border-bottom: 1px solid var(--color-main);
    margin-bottom: 1.66em;
}

.cmn-footer-school .cs-contact .cmn-module-title-1 {
    margin-bottom: 1em;
}


/* -- チャンプ校舎一覧 */

.cmn-footer-school .cs-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.cmn-footer-school .cs-logo img {
    width: auto;
    height: 36px;
}

.cmn-footer-school .cs-line img {
    width: auto;
    height: 36px;
}

.cmn-footer-school .cs-address {
    font-size: .88em;
    margin: 1.62em 0 1.37em;
}

.cmn-footer-school .cs-school {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    line-height: 1;
}

.cmn-footer-school .cs-school li {
    width: 30.35%;
}

.cmn-footer-school .cs-school img {
    border-radius: 30px;
    overflow: hidden;
}

.cmn-footer-school .cs-school figcaption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .52em;
    margin-top: .66em;
}

.cmn-footer-school .cs-school figcaption::after {
    content: "";
    display: block;
    width: 9px;
    aspect-ratio: 1/1.44;
    background: url(../img/common/ico_arrow.svg) center center / contain no-repeat;
}

.cmn-footer-school .cs-group {
    font-size: 16px;
    line-height: 1;
    margin-top: 3em;
}

.cmn-footer-school .cs-group a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cmn-footer-school .cs-group a::after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1/.7;
    background: url(../img/common/ico_blank.svg) center center / contain no-repeat;
}


/* -- フッターメニュー */

.cmn-footer-menu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.66em 0;
    font-size: 24px;
    padding-top: 1.66em;
    line-height: 1;
}

.cmn-footer-menu > ul > li > a {
    color: var(--color-main);
    font-weight: 700;
}

.cmn-footer-menu .has-caption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cmn-footer-menu .is-title {
    display: block;
    width: 25%;
}

.cmn-footer-menu .is-caption {
    color: var(--color-default);
    font-size: .75em;
    font-weight: 400;
}

.cmn-footer-menu > ul > li {
    width: 25%;
}

.cmn-footer-menu > ul > li:nth-of-type(-n+4) {
    width: 100%;
}

.cmn-footer-menu .has-child,
.cmn-footer-menu .has-child ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cmn-footer-menu .has-child > a {
    display: block;
    width: 25%;
}

.cmn-footer-menu .has-child ul {
    width: calc(100% - 25%);
}

.cmn-footer-menu .has-child li {
    font-size: .75em;
}

.cmn-footer-menu .has-child li:not(:last-child)::after {
    content: "│";
    margin: 0 1em;
}

.cmn-footer-menu .has-child ul a {
    color: var(--color-default);
    font-weight: 400;
}

/*
.cmn-footer-menu ul > li:nth-of-type(5),
.cmn-footer-menu ul > li:nth-of-type(8) {
    width: 36%;
}
*/

.cmn-footer-menu ul > li:nth-of-type(6) {
    width: 36%;
}

.cmn-footer-menu .cs-about {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1;
    margin-top: 3em;
}

.cmn-footer-menu .cs-about ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*gap: 3.2em;*/
    gap: 2.2em;
}

.cmn-footer-menu .cs-about small {
    display: block;
    font-size: 16px;
    line-height: 1;
}



/* 共通コンテナ
--------------------------------------------------------------- */

.cmn-inner {
    max-width: var(--container-width);
    padding-inline: var(--container-padding);
    margin: auto;
}


/* エディターコンテナ ※フロントエンド
--------------------------------------------------------------- */

.editor-wrapper {
    max-width: var(--container-width);
    padding: 0 var(--container-padding) var(--module-margin);
    margin: auto;
}

.editor-wrapper .cmn-inner,
.editor-wrapper .course-module-section .cs-columns,
.editor-wrapper .news-section .cs-columns,
.editor-wrapper .blog-module-section .cs-columns {
    padding-inline: 0;
}


/* 各種パーツ - リスト
--------------------------------------------------------------- */

.cmn-list-1 {
    margin: 1em 0;
}

.cmn-list-1 > li:not(:last-child) {
    margin-bottom: .5em;
}

.cmn-list-1 > li {
    text-indent: -1em;
    padding-left: 1em;
}

.cmn-list-1 > li:before {
    content: "・";
}

.cmn-list-1.is-attention > li:before {
    content: "※";
}

.cmn-list-1.is-disc > li:before {
    content: "●";
    position: relative;
    top: -.2em;
    font-size: .7em;
    margin-right: .35em;
}



/* 各種パーツ - olリスト
--------------------------------------------------------------- */

.cmn-ol-1 {
    margin: 1em 0;
}

.cmn-ol-1 > li:not(:last-child) {
    margin-bottom: .5em;
}

.cmn-ol-1.is-kakko {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.cmn-ol-1.is-kakko > li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.cmn-ol-1.is-kakko > li:before {
    counter-increment: item;
    content: '('counter(item)')';
}


/* 各種パーツ - リンク
--------------------------------------------------------------- */

.cmn-link-text-more {
    margin-top: .5em;
}

.cmn-link-text-more a,
.cmn-link-text-more .is-more-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: var(--color-main);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.cmn-link-text-more a::after,
.cmn-link-text-more .is-more-text::after {
    content: "";
    position: relative;
    top: .15em;
    display: block;
    width: 9px;
    aspect-ratio: 1/1.44;
    background: url(../img/common/ico_arrow.svg) center center / contain no-repeat;
}

.cmn-link-image a {
    position: relative;
    display: block;
    width: fit-content;
}

.cmn-link-image a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    display: block;
    width: 24px;
    aspect-ratio: 1/1.44;
    background: url(../img/common/ico_arrow_white.svg) center center / contain no-repeat;
    margin: auto;
}

.cmn-link-image img {
    border-radius: 50px;
    overflow: hidden;
}


/* 各種パーツ - ボタン
--------------------------------------------------------------- */

.cmn-button-1 {
    font-size: 24px;
    margin-top: 2.66em;
}

.cmn-button-1 a {
    box-sizing: border-box;
    display: block;
    width: fit-content;
    min-width: 260px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 1.04em 1.16em 1.16em;
    line-height: 1;
    background: var(--color-main);
    border-radius: 10px;
    margin: auto;
}

.cmn-button-1 a::after {
    content: "";
    position: relative;
    top: .05em;
    display: inline-block;
    width: 12px;
    aspect-ratio: 1/1.44;
    background: url(../img/common/ico_arrow_white.svg) center center / contain no-repeat;
    margin: 0 0 0 .4em;
}

.cmn-button-1.is-sp-medium {
    font-size: var(--font-base-size);
}

.cmn-button-1.is-sp-medium a {
    min-width: 0;
}

/* 各種パーツ - 矢印
--------------------------------------------------------------- */

.is-link-arrow::after {
    content: "";
    position: relative;
    top: 0.02em;
    display: inline-block;
    width: .46em;
    aspect-ratio: 1/1.44;
    background: url(../img/common/ico_arrow.svg) center center / contain no-repeat;
    margin-left: .4em;
}


/* 固定メニュー用 アンカー位置調整
--------------------------------------------------------------- */

.anchor-block {
    scroll-margin-top: 130px;
    /*
    margin-top:-10px;
    padding-top:10px;
	*/
}


/* 以下、SP vw 375pxベース
--------------------------------------------------------------- */

@media screen and (max-width:1023px) {

    :root {
        --header-height: 12vw;
        --container-width: auto;
        --container-padding: 5.33vw;
        --module-margin: 8vw;
        --font-base-size: 3.47vw;
        scrollbar-width: none;
    }

    :root::-webkit-scrollbar {
        display: none;
    }

    body {
        font-size: var(--font-base-size);
    }

    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    input,
    textarea,
    select {
        font-size: 4.27vw;
    }


    /* SP グローバルヘッダー
	--------------------------------------------------------------- */

    #cmn-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 var(--header-height) 0 var(--container-padding);
    }

    .cmn-header-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        max-width: none;
        height: var(--header-height);
        margin: auto;
    }

    #cmn-header .cmn-header-logo img {
        height: 4.8vw;
    }


    /* SP グローバルメニュー
	--------------------------------------------------------------- */

    #cmn-nav {
        box-sizing: border-box;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: rgba(255, 255, 255, .7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: #fff;
        overscroll-behavior-y: contain;
    }

    #cmn-nav-inner {
        box-sizing: border-box;
        min-height: calc(100svh + 1px);
        padding: calc(var(--header-height) * 1.5) var(--container-padding) var(--header-height);
    }

    #cmn-menu {
        font-size: 4.27vw;
        font-weight: 500;
    }

    #cmn-menu > li {
        width: 100%;
        border-bottom: 1px dotted #000;
    }

    #cmn-menu a {
        display: block;
        padding: 1em 2em 1em 1em;
        text-decoration: none;
        background: url(../img/common/ico_arrow.svg) right 1em center / 2.13vw auto no-repeat;
    }

    .cmn-submenu {
        justify-content: center;
        gap: 5.33vw;
        margin-top: var(--module-margin);
    }

    .cmn-submenu .cmn-menu-icon img {
        width: auto;
        height: 10.67vw;
    }

    .cmn-submenu .cmn-menu-button {
        box-sizing: border-box;
        width: 42.67vw;
        height: 10.67vw;
        gap: 6px;
        font-size: 4.27vw;
        padding: 0;
        background: var(--color-main);
        border-radius: 1.33vw;
        line-height: 1;
    }

    .cmn-submenu .cmn-menu-button::after {
        width: 5.33vw;
    }

    .cmn-header-submenu-sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: 4vw;
        padding: 0;
        margin: 0 4vw 0 0;
    }

    .cmn-header-submenu-sp .cmn-menu-icon img {
        height: 6.67vw;
    }

    .cmn-header-submenu-sp .cmn-menu-button {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 23.47vw;
        height: 6.4vw;
        gap: .2em;
        color: #fff;
        font-size: 2.4vw;
        background: var(--color-main);
        border-radius: .8vw;
    }

    .cmn-header-submenu-sp .cmn-menu-button::after {
        content: "";
        display: block;
        width: 3.73vw;
        aspect-ratio: 1/.692;
        background: url(../img/common/ico_mail.svg) center center / contain no-repeat;
    }


    /* SP 臨時バナー
    --------------------------------------------------------------- */

    .js-banner {
        z-index: 1;
    }

    .banner-module-block {
        width: 59.73vw;
        max-width: 220px;
        bottom: 14.67vw;
        gap: 1.33vw;
    }

    .banner-module-block .cs-close-button {
        top: -15px;
        left: -15px;
        right: auto;
        width: 30px;
        border-radius: 20px;
    }

    .banner-module-block .cs-close-button img {
        width: 12px;
    }


    /* SP 上に戻る
    --------------------------------------------------------------- */

    .totop {
        right: 0;
        bottom: 0;
        width: 12vw;
    }

    .totop img {
        width: 6vw;
    }


    /* SP グローバルメニュー ボタン
	--------------------------------------------------------------- */

    #cmn-menu-button {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: var(--header-height);
        aspect-ratio: 1/1;
        padding: 0;
        border: 0;
        margin: auto;
        background: none;
        box-shadow: none;
        line-height: 1;
        cursor: pointer;
        z-index: 3;
    }

    #cmn-menu-button .cmn-menu-button-line {
        position: relative;
        display: block;
        width: 8vw;
        height: 5.87vw;
        overflow: hidden;
        z-index: 0;
    }

    #cmn-menu-button .cmn-menu-button-line span,
    #cmn-menu-button .cmn-menu-button-line:before,
    #cmn-menu-button .cmn-menu-button-line:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: .8vw;
        margin: auto;
        background: #4d4d4d;
        border-radius: 1px;
        transition: .3s;
    }

    #cmn-menu-button .cmn-menu-button-line span {
        overflow: hidden;
        z-index: 1;
        text-indent: -999px;
    }

    #cmn-menu-button .cmn-menu-button-line:before {
        z-index: 2;
        transform: translate(0, -2.13vw);
        content: "";
    }

    #cmn-menu-button .cmn-menu-button-line:after {
        z-index: 2;
        transform: translate(0, 2.13vw);
        content: "";
    }

    #cmn-menu-button.on .cmn-menu-button-line span {
        opacity: 0;
    }

    #cmn-menu-button.on .cmn-menu-button-line:before {
        transform: rotate(45deg);
    }

    #cmn-menu-button.on .cmn-menu-button-line:after {
        transform: rotate(-45deg);
    }


    /* SP グローバルフッター
    --------------------------------------------------------------- */

    #cmn-footer {
        font-size: 3.73vw;
        padding: 10.67vw 0;
    }

    .cmn-footer-column {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2em;
    }

    /* -- SP チャンプ校舎一覧 */

    .cmn-footer-school .cs-logo-wrapper {
        gap: 5.33vw;
    }

    .cmn-footer-school .cs-logo img {
        height: 9.6vw;
    }

    .cmn-footer-school .cs-line img {
        height: 7.47vw;
    }

    .cmn-footer-school .cs-address {
        font-size: .88em;
    }

    .cmn-footer-school .cs-school img {
        border-radius: 4vw;
    }

    .cmn-footer-school .cs-school figcaption::after {
        width: 2.4vw;
    }

    .cmn-footer-school .cs-group {
        font-size: 3.73vw;
        margin-top: 3em;
    }

    .cmn-footer-school .cs-group a::after {
        width: 4.27vw;
    }


    /* -- SP フッターメニュー */

    .cmn-footer-menu > ul {
        font-size: 3.73vw;
    }

    .cmn-footer-menu .has-child li {
        font-size: .75em;
    }

    .cmn-footer-menu .cs-about {
        display: block;
        font-size: 3.73vw;
        margin-top: 3em;
    }

    .cmn-footer-menu .cs-about ul {
        font-size: 3.54vw;
        gap: 1em;
    }


    .cmn-footer-menu .cs-about small {
        font-size: 3.73vw;
        margin-top: 3em;
    }


    /* SP エディターコンテナ ※フロントエンド
    --------------------------------------------------------------- */

    .editor-wrapper {
        padding: 0 var(--container-padding) var(--module-margin);
    }


    /* SP 各種パーツ - リンク
    --------------------------------------------------------------- */

    .cmn-link-text-more a,
    .cmn-link-text-more .is-more-text {
        gap: .41em;
        font-size: var(--font-base-size);
    }

    .cmn-link-text-more a::after,
    .cmn-link-text-more .is-more-text::after {
        top: .1em;
        width: 2.13vw;
    }

    .cmn-link-image a {}

    .cmn-link-image a::after {
        right: 5.33vw;
        width: 5.33vw;
    }

    .cmn-link-image img {
        border-radius: 6.67vw;
    }


    /* SP 各種パーツ - ボタン
    --------------------------------------------------------------- */

    .cmn-button-1 {
        font-size: 5.07vw;
        margin-top: var(--module-margin);
    }

    .cmn-button-1 a {
        min-width: 69.33vw;
        padding: 1.04em 1.16em 1.16em;
        border-radius: 2.67vw;
    }

    .cmn-button-1 a::after {
        top: .05em;
        width: 2.13vw;
    }


    /* 固定メニュー用 アンカー位置調整
	--------------------------------------------------------------- */

    .anchor-block {
        scroll-margin-top: 130px;
        /*
		margin-top:-10px;
		padding-top:10px;
		*/
    }

}
