.pala {
    opacity: 0;
    transition: all 1s ease
}

.pala--down {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.pala--down2 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.pala--up {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.pala--up2 {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

.pala--lr {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0)
}

.pala--lr5 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pala--rl {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0)
}

.pala--scaleUp {
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}

.pala--scaleDown {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.delay50 {
    transition-delay: .05s
}

.delay100 {
    transition-delay: .1s
}

.delay150 {
    transition-delay: .15s
}

.delay200 {
    transition-delay: .2s
}

.delay250 {
    transition-delay: .25s
}

.delay300 {
    transition-delay: .3s
}

.delay400 {
    transition-delay: .4s
}

.delay500 {
    transition-delay: .5s
}

.delay600 {
    transition-delay: .6s
}

.delay700 {
    transition-delay: .7s
}

.delay800 {
    transition-delay: .8s
}

.delay900 {
    transition-delay: .9s
}

.delay1000 {
    transition-delay: 1s
}

.delay1100 {
    transition-delay: 1.1s
}

.delay1200 {
    transition-delay: 1.2s
}

.delay1300 {
    transition-delay: 1.3s
}

.delay1400 {
    transition-delay: 1.4s
}

.delay1500 {
    transition-delay: 1.5s
}

@keyframes line_anime {
    0% {
        height: 0
    }

    100% {
        height: 90px
    }
}

@keyframes line_anime_sp {
    0% {
        height: 0
    }

    100% {
        height: 2rem
    }
}

.pala.action,
.pala_line.action {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

@media print,
screen and (min-width: 1024px) {
    ._hover {
        transition: opacity .15s linear;
        -webkit-transition: opacity .15s linear
    }

    ._hover:hover {
        opacity: .5
    }
}

:root {
    --global--font-family: "Noto Sans JP", sans-serif;
    --global--font-family-en: "Inter", sans-serif;
    --global--font-weight-400: 400;
    --global--font-weight-500: 500;
    --global--font-weight-700: 700;
    --global--font-base: 16px;
    --global--font-base13: clamp(10px, 1.3vw, 13px);
    --global--font-base14: clamp(11px, 1.4vw, 14px);
    --global--font-base16: clamp(12px, 1.6vw, 16px);
    --global--font-base20: clamp(15px, 2vw, 20px);
    --global--font-base24: clamp(18px, 2.4vw, 24px);
    --global--font-base28: clamp(22px, 2.8vw, 28px);
    --global--font-base32: clamp(24px, 3.2vw, 32px);
    --global--font-base40: clamp(28px, 4vw, 40px);
    --global--font-base56: clamp(36px, 5.6vw, 56px);
    --global--font-sp-base: 3.5vw;
    --global--font-base-en: 16px;
    --global--font-sp-base14: 3.2vw;
    --global--font-sp-base16: 3.5vw;
    --global--font-sp-base18: 4.2vw;
    --global--font-sp-base20: 5vw;
    --global--font-sp-base24: 5.25vw;
    --global--font-sp-base-en: 3.5vw
}

.en {
    font-family: var(--global--font-family-en);
    font-size: var(--global--font-base-en)
}

.weight400 {
    font-weight: var(--global--font-weight-400)
}

.weight500 {
    font-weight: var(--global--font-weight-500)
}

.weight700 {
    font-weight: var(--global--font-weight-700)
}

:root {
    --global--color-main: linear-gradient(5deg, rgba(192, 0, 0, 1) 0%, rgba(253, 99, 248, 1) 100%);
    --global--color-sub: #1D191E;
    --global--color-font: #1B1F5F;
    --global--color-sub1: #C21830;
    --global--color-sub2: #BBD000;
    --global--color-sub3: #F6F6F6
}

.altimg {
    font-size: 0;
    text-indent: -9999px
}

.altimg a {
    display: block;
    width: 100%;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1px
}

._flex {
    display: flex
}

._flex._wrap {
    flex-wrap: wrap
}

._flex._between {
    justify-content: space-between
}

._flex._around {
    justify-content: space-around
}

._flex._center {
    justify-content: center
}

._flex._align-items_start {
    align-items: flex-start
}

._flex._align-items_center {
    align-items: center
}

@media print,
screen and (max-width: 768px) {
    .pc_only {
        display: none !important
    }
}

@media print,
screen and (min-width: 769px) {
    .sp_only {
        display: none !important
    }
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    margin: 0;
    color: var(--global--color-font);
    font-size: var(--global--font-base16);
    font-size: 1.6rem;
    font-family: var(--global--font-family);
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.8;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt"
}

@media print,
screen and (max-width: 768px) {
    body {
        font-size: var(--global--font-sp-base)
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

hr {
    display: none
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    color: var(--global--color-font)
}

ul {
    padding: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th,
p,
li,
dd,
td {
    color: var(--global--color-font)
}

p,
li,
dd,
td {
    font-weight: 400;
    line-height: 1.8
}

figure {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top
}

a {
    text-decoration: none;
    color: var(--global--color-font)
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal
}

::-moz-placeholder {
    color: #ccc;
    font-weight: normal
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal
}

html,
body {
    height: 100%
}

header,
footer {
    width: 100%
}

p {
    text-align: justify
}

ul {
    list-style-type: none
}

* {
    box-sizing: border-box
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

@media print,
screen and (max-width: 768px) {
    .wrap {
        padding: 0 3%
    }
}

body .xmas2025 {
    background-color: #fff9d7
}

.char {
    animation: floatChar 5s ease-in-out infinite
}

@keyframes floatChar {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-6px)
    }

    50% {
        transform: translateY(4px)
    }

    75% {
        transform: translateY(-12px)
    }

    100% {
        transform: translateY(0)
    }
}

.totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    display: none;
    width: 120px
}

.totop a {
    display: block
}

@media print,
screen and (max-width: 768px) {
    .totop {
        right: 2vw;
        bottom: 2vw;
        width: 24vw
    }
}

header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    padding: 24px 42px;
    color: #fff;
    z-index: 9999
}

header img {
    display: block;
    width: 249px;
    height: auto;
    object-fit: contain
}

@media print,
screen and (max-width: 768px) {
    header img {
        width: 205px
    }
}

header p {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: var(--global--font-base14);
    font-weight: 700;
    line-height: 1.21;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    letter-spacing: 0;
    color: #fff
}

@media print,
screen and (min-width: 769px) {
    header p {
        display: flex;
        align-items: center;
        gap: 12px
    }
}

@media print,
screen and (max-width: 768px) {
    header p {
        font-size: 12px
    }
}

header nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto
}

header nav li {
    width: 120px;
    height: 48px
}

header nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Sans", "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 30px 0 rgba(24, 25, 46, .1), -2px -2px 30px 0 rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

header nav a:nth-child(2) {
    font-size: 13px
}

@media print,
screen and (max-width: 768px) {
    header nav {
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(24, 25, 46, .9);
        position: absolute;
        top: 0;
        left: 0
    }

    header nav ul {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        height: 100%
    }

    header nav ul li {
        width: 80%;
        margin: 0 auto
    }

    header nav ul li a {
        background: var(--global--color-main);
        font-size: var(--global--font-sp-base18);
        color: #fff;
        gap: 12px
    }

    header nav ul li a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid #fff;
        border-right: 0
    }
}

header .menu {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 80px;
    height: 40px;
    padding: 0;
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 8px 30px rgba(24, 25, 46, .1), -2px -2px 30px rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    border: 1px #fff solid;
    border-radius: 5px;
    font-family: "NotoSansJP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #1b1f5f;
    z-index: 1
}

@media print,
screen and (min-width: 1024px) {
    header .menu {
        display: none
    }
}

header .menu.active {
    background-color: rgba(24, 25, 46, .6);
    box-shadow: 0 8px 15px rgba(24, 25, 46, .06), -2px -2px 15px rgba(255, 255, 255, .2);
    border-color: #18192e;
    color: #fff
}

@media print,
screen and (max-width: 768px) {
    header {
        position: fixed;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 16px
    }

    header nav {
        width: 100%;
        gap: 6px
    }

    header nav a {
        flex: 1;
        width: auto
    }
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 94%;
    margin: 0 auto;
    padding: 12px 0
}

@media print,
screen and (max-width: 768px) {
    footer {
        padding: 16px 0;
        flex-direction: column;
        align-items: center
    }
}

footer .logo {
    width: 212px
}

@media print,
screen and (max-width: 768px) {
    footer .logo {
        width: 50%;
        margin: 0 auto 6px
    }
}

footer address {
    font-style: normal;
    font-size: 11px
}

@media print,
screen and (max-width: 768px) {
    footer address {
        padding-left: 5%;
        text-align: left;
        font-size: 10px
    }
}

.mv {
    position: relative;
    width: 100vw;
    height: 100vh
}

@media print,
screen and (max-width: 768px) {
    .mv {
        margin-bottom: -1px
    }
}

.mv-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/mv_bg1_l.png) repeat-y left top, url(../images/mv_bg1_r.png) repeat-y right top;
    background-size: 160px auto
}

@media print,
screen and (max-width: 768px) {
    .mv-bg {
        background-position: left -10vw top, right -10vw top;
        background-size: 30vw auto
    }
}

.mv-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    background: url(../images/mv_bg2_l.png) no-repeat left bottom, url(../images/mv_bg2_r.png) no-repeat right bottom;
    background-size: auto 100%
}

@media print,
screen and (max-width: 768px) {
    .mv-bg::after {
        height: 5.5vw
    }
}

.mv-body {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    padding-bottom: 5%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 1
}

@media print,
screen and (max-width: 768px) {
    .mv-body {
        padding-bottom: 30vw
    }
}

.mv-body h1 {
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
    font-size: var(--global--font-base56);
    font-weight: bold;
    line-height: 1.5
}

.mv-body h1 small {
    font-size: 50%
}

.mv-copy-sub {
    font-size: var(--global--font-base24);
    color: #fff;
    text-align: center
}

.mv-copy-sub span {
    font-size: 110%;
    font-weight: bold
}

.mv-copy-sub span.yellow {
    font-size: 120%;
    color: #ff0
}

.mv-read {
    font-size: var(--global--font-base16);
    color: #fff;
    text-align: center;
    font-weight: bold
}

.mv figure {
    width: 100vw;
    height: 100vh
}

.mv figure video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.btn-contact,
.btn-fixed-contact {
    width: 200px;
    background: var(--global--color-main);
    border: solid 1px #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #fff;
    z-index: 999;
    transition: background .15s linear;
    -webkit-transition: background .15s linear
}

@media print,
screen and (min-width: 1024px) {

    .btn-contact:hover,
    .btn-fixed-contact:hover {
        background: linear-gradient(5deg, #fd63f8 0%, #fd63f8 100%)
    }
}

@media print,
screen and (min-width: 769px) {

    .btn-contact,
    .btn-fixed-contact {
        position: fixed;
        right: 40px;
        bottom: 40px
    }
}

@media print,
screen and (max-width: 768px) {

    .btn-contact,
    .btn-fixed-contact {
        position: absolute;
        left: 50%;
        bottom: 4vw;
        width: 80%;
        margin: 0 auto;
        transform: translateX(-50%)
    }
}

.btn-contact a,
.btn-fixed-contact a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 0 18px
}

@media print,
screen and (max-width: 768px) {

    .btn-contact a,
    .btn-fixed-contact a {
        padding: 12px 0 14px
    }
}

.btn-contact p,
.btn-contact span,
.btn-fixed-contact p,
.btn-fixed-contact span {
    text-align: center;
    color: #fff;
    line-height: 1.2
}

.btn-contact p,
.btn-fixed-contact p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: var(--global--font-base20);
    font-weight: bold
}

@media print,
screen and (max-width: 768px) {

    .btn-contact p,
    .btn-fixed-contact p {
        margin-bottom: 5px;
        font-size: var(--global--font-sp-base20)
    }
}

.btn-contact p::after,
.btn-fixed-contact p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0
}

.btn-contact span,
.btn-fixed-contact span {
    display: block;
    font-size: var(--global--font-base13);
    line-height: 1.5;
    font-weight: 300
}

@media print,
screen and (max-width: 768px) {

    .btn-contact span,
    .btn-fixed-contact span {
        font-size: var(--global--font-sp-base14)
    }
}

@media print,
screen and (max-width: 768px) {
    .btn-fixed-contact {
        display: none;
        position: fixed;
        left: auto;
        right: 10px;
        bottom: 10px;
        width: 36vw;
        transform: translateX(0)
    }

    .btn-fixed-contact p {
        gap: 6px;
        font-size: var(--global--font-sp-base16)
    }

    .btn-fixed-contact span {
        font-size: 2.5vw
    }
}

.applications {
    background-color: #1d191e;
    color: #e1e1e8;
    padding: 100px 32px
}

.applications__label {
    color: #bbd000;
    font-size: var(--global--font-base14);
    line-height: 1.4;
    letter-spacing: .04em;
    text-align: center
}

.applications h2 {
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 24px;
    font-size: var(--global--font-base40);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background: url(../images/application_line.png) no-repeat center bottom;
    background-size: 100% 28px
}

.applications h2 small {
    font-size: 80%;
    font-weight: normal
}

@media print,
screen and (max-width: 768px) {
    .applications h2 {
        padding-bottom: 6vw;
        font-size: 7vw;
        background-size: 100% 10px
    }
}

.applications__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto
}

.applications .applications__card figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.applications .applications__card figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.applications .applications__card figure::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #1d191e 0%, rgba(29, 25, 30, 0) 100%)
}

.applications .applications__card .applications__card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px
}

.applications .applications__card .icon {
    position: absolute;
    left: 5px
}

.applications .applications__card .icon.icon_new {
    top: -28px;
    width: 56px;
    height: 56px
}

.applications .applications__card .icon.icon_up {
    top: -24px;
    width: 48px;
    height: 48px
}

.applications .applications__card h3 {
    color: #e1e1e8;
    font-size: var(--global--font-base20);
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

@media print,
screen and (max-width: 768px) {
    .applications .applications__card h3 {
        font-size: var(--global--font-sp-base20)
    }
}

.applications .applications__card .applications__desc {
    color: #e1e1e8;
    font-size: var(--global--font-base16);
    line-height: 1.6
}

@media print,
screen and (max-width: 768px) {
    .applications .applications__card .applications__desc {
        font-size: var(--global--font-sp-base16)
    }
}

.applications .applications__card .applications__cta {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: flex-start;
    min-width: 200px;
    margin: 24px 0 0 auto;
    padding: 12px 20px;
    color: #ececec;
    background-color: #221e23;
    border: 2px solid #2f2d30;
    border-radius: 100vh;
    font-size: var(--global--font-base16);
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .08)
}

.applications .applications__card .applications__cta::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--global--color-sub1)
}

@media print,
screen and (min-width: 1024px) {
    .applications .applications__card .applications__cta {
        transition: background-color .15s linear;
        -webkit-transition: background-color .15s linear
    }

    .applications .applications__card .applications__cta:hover {
        color: #000;
        background-color: #fff
    }
}

@media print,
screen and (max-width: 768px) {
    .applications .applications__card .applications__cta {
        width: 80%;
        margin: 12px auto 0;
        font-size: var(--global--font-sp-base16)
    }
}

@media print,
screen and (min-width: 1024px) {
    .applications .applications__card:nth-of-type(2) {
        transition-delay: .2s
    }

    .applications .applications__card:nth-of-type(3) {
        transition-delay: .4s
    }

    .applications .applications__card:nth-of-type(4) {
        transition-delay: .6s
    }
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .applications {
        padding: 56px 24px 72px
    }

    .applications__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media print,
screen and (max-width: 768px) {
    .applications {
        padding: 64px 20px 80px
    }

    .applications__title {
        flex-direction: column;
        gap: 0;
        font-size: var(--global--font-base32)
    }

    .applications__title-middle {
        font-size: var(--global--font-base28)
    }

    .applications__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .applications__cta {
        width: 100%;
        justify-content: center
    }
}

.applications .application_sample {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    max-width: 1000px;
    gap: 36px;
    margin: 36px auto 0;
    padding: 10px;
    border: solid 1px #2f2d30
}

@media print,
screen and (max-width: 768px) {
    .applications .application_sample {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        padding: 5%
    }
}

.applications .application_sample p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--global--font-base16);
    color: #fff
}

.applications .application_sample img {
    width: 36px;
    height: 36px
}

.plan-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 32px;
    z-index: 1
}

@media print,
screen and (max-width: 768px) {
    .plan-head {
        flex-direction: column
    }
}

.plan-head .ttl_sub {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: var(--global--font-base20);
    color: var(--global--color-sub1)
}

.plan-head .ttl_sub img {
    width: 56px
}

@media print,
screen and (max-width: 768px) {
    .plan-head .ttl_sub {
        margin-bottom: 12px
    }
}

.plan-head .ttl {
    font-size: var(--global--font-base32);
    line-height: 1.2
}

.plan-head .ttl span {
    font-size: 125%;
    font-weight: bold
}

.plan-head .ttl span.red {
    color: var(--global--color-sub1)
}

.plan-head .ttl_ex {
    margin-top: 10px;
    font-size: var(--global--font-base16)
}

.plan-head figure {
    width: 60%;
    margin-top: 64px;
    box-shadow: 8px 8px 25px rgba(69, 16, 67, .2)
}

.plan-head figure iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
    aspect-ratio: 16/9
}

@media print,
screen and (max-width: 768px) {
    .plan-head figure {
        width: 100%;
        margin: 24px auto 0
    }
}

.plan-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 18px
}

@media print,
screen and (max-width: 768px) {
    .plan-body {
        flex-direction: column;
        gap: 12px
    }
}

.plan-ex {
    width: 94%;
    max-width: 1200px;
    margin: 10px auto 0;
    font-size: 12px;
    text-align: right
}

.plan-item {
    position: relative;
    width: calc((100% - 18px)/2);
    padding: 32px;
    background-color: #fff;
    border: solid 1px #aa9aae;
    box-shadow: 8px 8px 25px rgba(69, 16, 67, .1)
}

.plan-item:nth-child(2n) {
    transition-delay: .2s
}

@media print,
screen and (max-width: 768px) {
    .plan-item {
        width: 100%;
        padding: 16px
    }
}

.plan-item::before,
.plan-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: var(--global--color-sub)
}

.plan-item::before {
    left: -5px;
    top: -5px
}

.plan-item::after {
    right: -5px;
    bottom: -5px
}

.plan-item h3 {
    margin-bottom: 24px;
    font-size: var(--global--font-base24);
    font-weight: bold;
    color: var(--global--color-sub1)
}

@media print,
screen and (max-width: 768px) {
    .plan-item h3 {
        margin-bottom: 12px;
        text-align: center;
        font-size: var(--global--font-sp-base24)
    }
}

.plan-item p {
    font-size: var(--global--font-base16);
    line-height: 1.6
}

@media print,
screen and (max-width: 768px) {
    .plan-item p {
        font-size: var(--global--font-sp-base16)
    }
}

.command {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 90%;
    max-width: 1020px;
    margin: 32px auto 24px;
    padding: 24px 0;
    background-color: #262327;
    border-radius: 8px
}

@media print,
screen and (max-width: 768px) {
    .command {
        flex-direction: column;
        width: 94%;
        margin: 16px auto;
        padding: 5% 0;
        gap: 16px
    }
}

.command h3 {
    font-size: var(--global--font-base20);
    color: #fff
}

.command h3 img {
    display: block;
    width: 39px;
    height: 39px;
    margin: 12px auto 0
}

@media print,
screen and (max-width: 768px) {
    .command h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        font-size: var(--global--font-sp-base20)
    }

    .command h3 img {
        width: 32px;
        height: 32px;
        margin: 0
    }
}

.command figure {
    width: 754px
}

@media print,
screen and (max-width: 768px) {
    .command figure {
        width: 90%
    }
}

.plan-txt .plan-txt-body {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 12px 0;
    background: url(../images/scaffolding-plan_bg3.png) no-repeat left top;
    background-size: 100% 100%
}

.plan-txt .plan-txt-body h4 {
    text-align: center;
    font-size: var(--global--font-base24);
    font-weight: bold;
    color: var(--global--color-sub1)
}

.plan-txt .plan-txt-body p {
    text-align: center;
    font-size: var(--global--font-base16)
}

@media print,
screen and (max-width: 768px) {
    .plan-txt .plan-txt-body h4 {
        font-size: var(--global--font-sp-base20)
    }

    .plan-txt .plan-txt-body p {
        font-size: var(--global--font-sp-base16)
    }
}

.plan-txt .ex {
    text-align: center;
    font-size: var(--global--font-base13)
}

.scaffolding-plan {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 124px 0 100px;
    background: url(../images/scaffolding-plan_bg1.png) no-repeat center top;
    background-size: 100% 125px
}

@media print,
screen and (max-width: 768px) {
    .scaffolding-plan {
        padding: 64px 0 48px;
        background-image: url(../images/scaffolding-plan_bg1.png);
        background-size: 100% 10vw
    }
}

.scaffolding-plan .plan-head::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: url(../images/scaffolding-plan_bg2.png) no-repeat left bottom -100px;
    background-size: 60% 330px;
    transform: translateX(-50%);
    z-index: -1
}

@media print,
screen and (max-width: 768px) {
    .scaffolding-plan .plan-head::before {
        left: auto;
        right: 50%;
        background-size: 100% auto;
        background-position: center top 6vw;
        transform: scaleX(-1) translateX(-50%)
    }
}

.scaffolding-plan .scaffolding-plan-maker {
    display: flex;
    align-items: center;
    width: 94%;
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 30px 40px;
    background-color: rgba(95, 95, 95, .1);
    border-radius: 8px
}

.scaffolding-plan .scaffolding-plan-maker dt {
    width: 240px;
    font-size: var(--global--font-base20);
    font-weight: bold
}

.scaffolding-plan .scaffolding-plan-maker dd {
    width: calc(100% - 240px);
    padding-left: 24px;
    border-left: solid 1px #21060c;
    font-size: var(--global--font-base16)
}

@media print,
screen and (max-width: 768px) {
    .scaffolding-plan .scaffolding-plan-maker {
        flex-direction: column;
        padding: 5%
    }

    .scaffolding-plan .scaffolding-plan-maker dt {
        width: 100%;
        padding-bottom: 12px;
        text-align: center;
        font-size: var(--global--font-sp-base20)
    }

    .scaffolding-plan .scaffolding-plan-maker dd {
        width: 100%;
        padding: 12px 0 0;
        border: none;
        border-top: solid 1px #21060c;
        font-size: var(--global--font-sp-base16)
    }
}

.bracing-plan {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background: url(../images/bracing-plan_bg1.png) no-repeat left top #f6f6f6;
    background-size: 283px 62px;
    border-radius: 0 0 24px 24px
}

@media print,
screen and (max-width: 768px) {
    .bracing-plan {
        padding: 64px 0;
        background-size: 30vw auto
    }
}

@media print,
screen and (min-width: 769px) {
    .bracing-plan .plan-head {
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap: 64px
    }
}

.bracing-plan .plan-head::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: url(../images/bracing-plan_bg2.png) no-repeat right bottom -50px;
    background-size: 60% 330px;
    transform: translateX(-50%);
    z-index: -1
}

@media print,
screen and (max-width: 768px) {
    .bracing-plan .plan-head::before {
        background-size: 100% auto;
        background-position: center top
    }
}

.bracing-plan .scaffolding-plan-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 18px
}

.bracing-plan .scaffolding-plan-item {
    position: relative;
    width: calc((100% - 18px)/2);
    padding: 32px;
    background-color: #fff;
    border: solid 1px #aa9aae;
    box-shadow: 8px 8px 25px rgba(69, 16, 67, .1)
}

.bracing-plan .scaffolding-plan-item::before,
.bracing-plan .scaffolding-plan-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: var(--global--color-sub)
}

.bracing-plan .scaffolding-plan-item::before {
    left: -5px;
    top: -5px
}

.bracing-plan .scaffolding-plan-item::after {
    right: -5px;
    bottom: -5px
}

.bracing-plan .scaffolding-plan-item h3 {
    margin-bottom: 24px;
    font-size: var(--global--font-base24);
    font-weight: bold;
    color: var(--global--color-sub1)
}

.bracing-plan .scaffolding-plan-item p {
    font-size: var(--global--font-base16);
    line-height: 1.6
}

.bracing-plan .scaffolding-plan-maker {
    display: flex;
    align-items: center;
    width: 94%;
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 30px 40px;
    background-color: rgba(95, 95, 95, .1);
    border-radius: 8px
}

.bracing-plan .scaffolding-plan-maker dt {
    width: 240px;
    font-size: var(--global--font-base20);
    font-weight: bold
}

.bracing-plan .scaffolding-plan-maker dd {
    width: calc(100% - 240px);
    padding-left: 24px;
    border-left: solid 1px #21060c;
    font-size: var(--global--font-base16)
}

.construction-plan {
    position: relative;
    display: flex;
    gap: 64px;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 32px
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .construction-plan {
        flex-direction: column
    }
}

@media print,
screen and (max-width: 768px) {
    .construction-plan {
        padding: 64px 0 32px
    }

    .construction-plan .plan-head .ttl {
        line-height: 1.6
    }
}

.construction-plan .construction-plan-figure {
    width: 49.17%
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .construction-plan .construction-plan-figure {
        width: auto;
        margin: 0 auto
    }
}

@media print,
screen and (min-width: 1024px) {
    .construction-plan .construction-plan-figure .construction-plan-figure-body {
        position: sticky;
        left: 0;
        top: 40px
    }
}

.construction-plan .construction-plan-figure p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 80px;
    margin: 24px auto 0;
    background: url(../images/construction-plan_bg1.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: var(--global--font-base20);
    font-weight: bold;
    color: var(--global--color-sub1)
}

@media print,
screen and (max-width: 768px) {
    .construction-plan .construction-plan-figure {
        width: 100%
    }

    .construction-plan .construction-plan-figure p {
        width: 90%;
        height: 60px;
        margin-top: 16px;
        font-size: var(--global--font-sp-base16)
    }
}

.construction-plan .construction-plan-body {
    width: 500px
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .construction-plan .construction-plan-body {
        width: 100%
    }
}

.construction-plan .construction-plan-body .plan-head {
    width: 100%;
    margin-bottom: 48px
}

@media print,
screen and (max-width: 768px) {
    .construction-plan .construction-plan-body {
        width: 100%
    }

    .construction-plan .construction-plan-body .plan-head {
        margin-bottom: 32px
    }
}

.construction-plan .construction-plan-item {
    position: relative;
    padding: 0 0 24px
}

.construction-plan .construction-plan-item+.construction-plan-item {
    padding-top: 24px;
    border-top: solid 1px #dcd4de
}

.construction-plan .construction-plan-item+.construction-plan-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 9px;
    height: 9px;
    background-color: #dcd4de
}

.construction-plan .construction-plan-item h3 {
    margin-bottom: 18px;
    font-size: var(--global--font-base24);
    font-weight: bold
}

@media print,
screen and (max-width: 768px) {
    .construction-plan .construction-plan-item h3 {
        font-size: var(--global--font-sp-base24)
    }
}

.construction-plan .construction-plan-item p {
    font-size: var(--global--font-base16)
}

@media print,
screen and (max-width: 768px) {
    .construction-plan .construction-plan-item p {
        font-size: var(--global--font-sp-base16)
    }
}

.model-3D-editing {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 64px;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0 100px;
    background: url(../images/model-3D-editing_line.png) no-repeat center top;
    background-size: 100% 36px
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .model-3D-editing {
        flex-direction: column
    }
}

@media print,
screen and (max-width: 768px) {
    .model-3D-editing {
        padding: 64px 0
    }
}

.model-3D-editing .model-3D-editing-figure {
    width: 49.17%
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .model-3D-editing .model-3D-editing-figure {
        width: auto;
        margin: 0 auto
    }
}

@media print,
screen and (min-width: 769px) {
    .model-3D-editing .model-3D-editing-figure .model-3D-editing-figure-body {
        position: sticky;
        left: 0;
        top: 40px
    }
}

.model-3D-editing .model-3D-editing-figure p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 80px;
    margin: 24px auto 0;
    background: url(../images/construction-plan_bg1.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: var(--global--font-base20);
    font-weight: bold;
    color: var(--global--color-sub1)
}

@media print,
screen and (max-width: 768px) {
    .model-3D-editing .model-3D-editing-figure {
        width: 100%
    }

    .model-3D-editing .model-3D-editing-figure p {
        width: 90%;
        height: 60px;
        margin-top: 16px;
        font-size: var(--global--font-sp-base16)
    }
}

.model-3D-editing .model-3D-editing-body {
    width: 530px
}

@media print,
screen and (min-width: 768px)and (max-width: 1023px) {
    .model-3D-editing .model-3D-editing-body {
        width: 100%
    }
}

.model-3D-editing .model-3D-editing-body .plan-head {
    width: 100%;
    margin-bottom: 48px
}

.model-3D-editing .model-3D-editing-body li {
    margin: 10px 0;
    padding: 12px 32px;
    font-size: var(--global--font-base16);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media print,
screen and (max-width: 768px) {
    .model-3D-editing .model-3D-editing-body li {
        padding: 12px;
        font-size: var(--global--font-sp-base16)
    }
}

.popular-3D-parts-planning {
    position: relative;
    padding: 124px 0;
    background: url(../images/model-3D-editing_bg2_l.png) repeat-y left top, url(../images/model-3D-editing_bg2_r.png) repeat-y right top;
    background-size: 160px auto;
    background-color: #1d191e
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning {
        padding: 64px 0;
        background-position: left -10vw top, right -10vw top;
        background-size: 30vw auto
    }
}

.popular-3D-parts-planning::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    background: url(../images/model-3D-editing_bg1_l.png) no-repeat left top, url(../images/model-3D-editing_bg1_r.png) no-repeat right top;
    background-size: auto 100%
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning::after {
        height: 5.5vw
    }
}

.popular-3D-parts-planning__label {
    color: var(--global--color-sub1);
    font-size: var(--global--font-base14);
    line-height: 1.4;
    letter-spacing: .04em;
    text-align: center
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning__label {
        margin-bottom: 12px
    }
}

.popular-3D-parts-planning h2 {
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 24px;
    font-size: var(--global--font-base32);
    line-height: 1.6;
    text-align: center;
    color: #fff
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning h2 {
        margin-bottom: 12px;
        padding-bottom: 12px;
        line-height: 1.4
    }
}

.popular-3D-parts-planning h2 span {
    font-size: 125%;
    font-weight: bold
}

.popular-3D-parts-planning h2 span.red {
    background: var(--global--color-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.popular-3D-parts-planning h2 small {
    font-size: 50%
}

.popular-3D-parts-planning .popular-3D-parts-planning-figure {
    width: 94%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 42px;
    background-color: #000;
    border-radius: 8px
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning .popular-3D-parts-planning-figure {
        padding: 5%
    }
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie {
    width: 94%;
    max-width: 1200px;
    margin: 42px auto
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning .popular-3D-parts-planning-movie {
        margin: 24px auto
    }
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie .popular-3D-parts-planning-movie-list {
    display: flex;
    justify-content: space-between;
    gap: 64px
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning .popular-3D-parts-planning-movie .popular-3D-parts-planning-movie-list {
        flex-direction: column;
        gap: 24px
    }
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie figure {
    width: 100%;
    box-shadow: 8px 8px 25px rgba(69, 16, 67, .2)
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie figure iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
    aspect-ratio: 16/9
}

@media print,
screen and (min-width: 1024px) {
    .popular-3D-parts-planning .popular-3D-parts-planning-movie figure:nth-child(2n) {
        transition-delay: .2s
    }
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie figcaption {
    margin-top: 12px;
    text-align: center;
    color: #fff;
    font-size: var(--global--font-base20)
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning .popular-3D-parts-planning-movie figcaption {
        margin-top: 6px;
        font-size: var(--global--font-sp-base16)
    }
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 400px;
    height: 80px;
    margin: 42px auto 0;
    background: url(../images/construction-plan_bg1.png) no-repeat center center #fff;
    background-size: 100% 100%;
    font-size: var(--global--font-base20);
    font-weight: bold;
    color: var(--global--color-sub1)
}

@media print,
screen and (max-width: 768px) {
    .popular-3D-parts-planning .popular-3D-parts-planning-movie p {
        width: 90%;
        height: 60px;
        margin-top: 16px;
        font-size: var(--global--font-sp-base16)
    }
}

.popular-3D-parts-planning .popular-3D-parts-planning-movie span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: var(--global--font-base13);
    color: #99949a
}

.program {
    width: 94%;
    max-width: 1200px;
    margin: 48px auto 0;
    padding: 42px;
    background: var(--global--color-main);
    border-radius: 8px
}

@media print,
screen and (max-width: 768px) {
    .program {
        margin: 24px auto 0;
        padding: 5% 4%
    }
}

.program .logo {
    width: 300px;
    margin: 0 auto 24px
}

@media print,
screen and (max-width: 768px) {
    .program .logo {
        width: 80%
    }
}

.program h2 {
    font-size: var(--global--font-base40);
    text-align: center;
    color: #fff
}

.program h2 small {
    font-size: 80%
}

.program h2 span {
    font-weight: bold
}

.program h2 span small {
    font-size: 60%
}

@media print,
screen and (max-width: 768px) {
    .program h2 {
        margin-bottom: 24px;
        line-height: 1.4
    }
}

.program p {
    font-size: var(--global--font-base16);
    text-align: center;
    color: #fff
}

@media print,
screen and (max-width: 768px) {
    .program p {
        font-size: var(--global--font-sp-base16)
    }
}

.program .program-list {
    display: flex;
    justify-content: space-between;
    margin-top: 48px
}

@media print,
screen and (max-width: 768px) {
    .program .program-list {
        flex-direction: column;
        margin-top: 24px
    }
}

.program .program-item {
    width: 48%;
    padding: 48px 40px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 8px
}

@media print,
screen and (min-width: 1024px) {
    .program .program-item:nth-child(2n) {
        transition-delay: .2s
    }
}

@media print,
screen and (max-width: 768px) {
    .program .program-item {
        width: 100%;
        padding: 4%
    }

    .program .program-item:not(:first-of-type) {
        margin-top: 4%
    }
}

.program .program-item h3 {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 10px;
    font-size: var(--global--font-base24);
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #fff
}

@media print,
screen and (max-width: 768px) {
    .program .program-item h3 {
        margin-bottom: 24px;
        font-size: var(--global--font-sp-base20);
        line-height: 1.5
    }
}

.program .program-item h3::before,
.program .program-item h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    width: 9px;
    height: 9px;
    background-color: #fff
}

.program .program-item h3::before {
    left: 0
}

.program .program-item h3::after {
    right: 0
}

.program .program-item dl {
    margin-top: 24px
}

@media print,
screen and (max-width: 768px) {
    .program .program-item dl {
        margin-top: 16px
    }
}

.program .program-item dt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: var(--global--font-base20)
}

@media print,
screen and (max-width: 768px) {
    .program .program-item dt {
        margin-bottom: 6px;
        font-size: var(--global--font-sp-base18)
    }
}

.program .program-item dd {
    font-size: var(--global--font-base16);
    line-height: 1.5
}

@media print,
screen and (max-width: 768px) {
    .program .program-item dd {
        font-size: var(--global--font-sp-base14)
    }
}

.program .program-item dd span {
    background: linear-gradient(transparent 60%, #ff0 60%)
}

.program .program-contact-txt {
    margin: 64px auto 24px;
    font-size: var(--global--font-base32)
}

.program .program-contact-txt span {
    font-size: var(--global--font-base40);
    font-weight: bold
}

@media print,
screen and (max-width: 768px) {
    .program .program-contact-txt {
        margin: 32px auto 12px;
        line-height: 1.4
    }
}

.program .program-contact-list,
.program .program-contact-btn {
    display: flex;
    justify-content: center;
    gap: 40px
}

@media print,
screen and (max-width: 768px) {
    .program .program-contact-list {
        flex-direction: column;
        margin-top: 24px;
        gap: 12px
    }
}

.program .program-contact-list li {
    width: calc((100% - 80px)/3);
    height: 80px;
    border: solid 1px #fff;
    border-radius: 8px;
    background-color: rgba(185, 0, 0, .3);
    box-shadow: 0 0 8px rgba(255, 255, 255, .3);
    font-size: var(--global--font-base20)
}

@media print,
screen and (min-width: 1024px) {
    .program .program-contact-list li:nth-of-type(2) {
        transition-delay: .2s
    }

    .program .program-contact-list li:nth-of-type(3) {
        transition-delay: .4s
    }
}

@media print,
screen and (max-width: 768px) {
    .program .program-contact-list li {
        width: 100%;
        height: 60px;
        font-size: var(--global--font-sp-base20)
    }
}

.program .program-contact-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    color: #fff
}

.program .program-contact-list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0
}

@media print,
screen and (min-width: 1024px) {
    .program .program-contact-list li a,
    .program .program-contact-btn li a {
        transition: background-color .15s linear;
        -webkit-transition: background-color .15s linear
    }

    .program .program-contact-list li a:hover,
    .program .program-contact-btn li a:hover {
        background-color: #fff;
        color: #c00000
    }

    .program .program-contact-list li a:hover::after,
    .program .program-contact-btn li a:hover::after {
        border-left-color: #c00000
    }
}

@media print,
screen and (max-width: 768px) {
    .program .program-contact-btn {
        flex-direction: column;
        gap: 12px
    }
}

.program .program-contact-btn li {
    width: 100%;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 8px;
    margin-top: 24px;
    background-color: rgba(185, 0, 0, .3);
    box-shadow: 0 0 8px rgba(255, 255, 255, .3);
    font-size: var(--global--font-base20)
}

@media print,
screen and (max-width: 768px) {
    .program .program-contact-btn li {
        width: 100%;
        height: 60px;
        font-size: var(--global--font-sp-base20)
    }
}


.program .program-contact-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    color: #fff
}

.program .program-contact-btn li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0
}


/*# sourceMappingURL=style.css.map */