abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word;
}
a {
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    background-color: #fff;
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,
ul {
    list-style: none;
}
body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    color: #1d1d1f;
}
body > iframe,
body > img {
    display: none;
}
html {
    font-size: 10px !important;
    font-size: 1.3333333333vw !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pc {
    display: none;
}
@media (min-width: 769px) {
    html {
        font-size: 0.9803921569vw !important;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}
@media (min-width: 1021px) {
    html {
        font-size: 10px !important;
    }
}
img {
    display: block;
    width: 100%;
    height: auto;
}
#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    overflow: hidden;
}
#header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
}
.header_pc {
    display: none;
}
.header_wrapper {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10rem;
    padding: 0 3rem;
    background-color: #fff;
    border-radius: 0 0 3rem 3rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
}
.header_logo {
    width: 22.5rem;
}
.header_contact {
    width: 25rem;
    height: 7rem;
    margin: auto 2rem auto auto;
}
.header_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #1450e1;
    border-radius: 3.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
    text-decoration: none;
}
.header_contact img {
    width: 3.6rem;
    margin: 0.2rem 0 0 1rem;
}
.header_btn {
    position: relative;
    width: 5rem;
    height: 5rem;
    background-image: url(../img/header_btn_off_sp.png), url(../img/header_btn_on_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
        center center,
        center center;
    background-size:
        100% auto,
        0 0;
    cursor: pointer;
}
.header_btn.active {
    background-size:
        0 0,
        100% auto;
}
.header_menu {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 98vh;
    padding: 13rem 0 3rem;
    background-color: #fff;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}
.header_menu li {
    width: 65rem;
    margin: 0 auto;
    border-bottom: 0.2rem solid #dbdbdb;
}
.header_menu li:last-child {
    border-bottom: none;
}
.header_menu a {
    display: flex;
    padding: 3rem 1rem;
    color: #1d1d1f;
    font-size: 3rem;
    text-decoration: none;
}
.header_blank_r_sp {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.4rem 0 0 1rem;
}
.header_blank_l_sp {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.4rem 1rem 0 0;
}
.header_download_sp {
    width: 2.4rem;
    height: 2.3rem;
    margin: 0.5rem 0 0 1rem;
}
#nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17rem;
    background-color: #f5f5f5;
}
.nav_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71rem;
    margin: 0 auto;
}
.nav_btn li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.4rem;
    height: 11rem;
    background-color: #fff;
    border-radius: 3rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.231;
    text-align: center;
    box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.nav_btn li.active {
    background-color: #1450e1;
    color: #fff;
    font-weight: 600;
}
.mv_notes {
    width: 69rem;
    margin: 1.5rem auto 0;
    font-feature-settings: "palt";
}
.mv_notes li {
    padding: 0 0 0 2em;
    text-indent: -2em;
    font-size: 2rem;
    line-height: 1.4;
}
#subsidy {
    padding: 8.5rem 0 0;
}
.subsidy_ttl {
    margin: 0 auto 4.5rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.subsidy_ttl span {
    color: #1450e1;
}
#subsidy .spec05_btn a {
    color: #1450e1;
    border-color: #1450e1;
}
#about {
    padding: 9rem 0 0;
}
.about_ttl {
    margin: 0 auto 1.5rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.about_ttl span {
    color: #1450e1;
}
.about_txt {
    margin: 0 auto 3.5rem;
    font-size: 2.6rem;
    line-height: 1.385;
    text-align: center;
}
.about_video {
    width: 69rem;
    margin: 0 auto;
}
.about_video_wrapper {
    position: relative;
    width: 100%;
    padding: 71.111% 0 0;
    border: 0.2rem solid #a7a7a7;
    border-radius: 1rem;
    overflow: hidden;
}
.about_video video {
    position: absolute;
    z-index: 2;
    top: -2%;
    left: -2%;
    width: 104%;
}
#intro {
    padding: 10rem 0 0;
}
.intro_ttl {
    margin: 0 auto 3rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.intro_ttl span {
    color: #1450e1;
}
.intro_video {
    width: 69rem;
    margin: 0 auto 10rem;
}
.intro_video > div {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 56.25%;
}
.intro_video iframe {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#day {
    padding: 9rem 0 0;
    background-color: #f0eff2;
    overflow: hidden;
}
.day_ttl {
    margin: 0 auto 2rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    font-feature-settings: "palt";
}
.day_ttl span {
    color: #1450e1;
}
.day_txt {
    margin: 0 auto 0.5rem;
    font-size: 3rem;
    line-height: 1.6;
    text-align: center;
}
.day_notes {
    width: 50rem;
    margin: 0 auto 5rem;
    font-size: 2rem;
    text-align: right;
}
.day_block {
    width: 69rem;
    margin: 0 auto 10rem;
    padding: 7rem 0 4rem;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.day_block-01 {
    padding: 2rem 2rem 4.5rem 13rem;
    background-image: url(../img/day_icon01.png), linear-gradient(180deg, #ffc600 0, #ffc600 100%);
    background-repeat: no-repeat, no-repeat;
    background-position:
        2rem 0,
        6.2rem 0;
    background-size:
        9.5rem auto,
        1rem 100%;
}
.day_time {
    margin: 0 0 1.2rem;
    font-weight: 700;
    font-size: 4rem;
}
.day_time_ttl {
    margin: 0 0 1.5rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 3rem;
}
.day_time_txt {
    margin: 0 0 0.5rem;
    font-size: 2.4rem;
    line-height: 1.417;
    text-align: justify;
    font-feature-settings: "palt";
}
.day_time_txt sup {
    font-size: 1.6rem;
}
.day_time_notes {
    margin: 0 0 3rem;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
    white-space: nowrap;
}
.day_time_flex01 {
    display: flex;
    justify-content: space-between;
    width: 54rem;
    margin: 0;
}
.day_time_img01 {
    width: 26.4rem;
}
.day_time_img02 {
    width: 26.4rem;
}
.day_block-02 {
    margin: 0;
    padding: 2.5rem 2rem 4.5rem 13rem;
    background-image: url(../img/day_icon01.png), linear-gradient(180deg, #ffc600 0, #ffc600 85%, #bcbd5e 100%);
    background-repeat: no-repeat, no-repeat;
    background-position:
        2rem 0,
        6.2rem 0;
    background-size:
        9.5rem auto,
        1rem 100%;
}
.day_block-02 .day_time {
    margin: 0 0 1.5rem;
}
.day_block-02 .day_time_txt {
    margin: 0 0 1.5rem;
}
.day_time_flex02 {
    display: flex;
    justify-content: space-between;
    width: 41rem;
}
.day_time_img03 {
    width: 20rem;
}
.day_time_img04 {
    width: 20rem;
}
.day_block-03 {
    padding: 2.5rem 2rem 4rem 13rem;
    background-image: url(../img/day_icon02.png), linear-gradient(180deg, #479ff5 0, #2070ff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position:
        2rem 0,
        6.2rem 0;
    background-size:
        9.5rem auto,
        1rem 100%;
}
.day_block-03 .day_time {
    margin: 0 0 1.5rem;
}
.day_block-03 .day_time_txt {
    margin: 0 0 1.5rem;
}
.day_time_flex03 {
    width: 35rem;
    margin: 0;
}
.day_time_img05 {
    width: 35rem;
}
.day_block-04 {
    padding: 3rem 2rem 4.5rem 13rem;
    background-image: url(../img/day_icon03.png), linear-gradient(180deg, #1b62fd 0, #0c2ddd 100%);
    background-repeat: no-repeat, no-repeat;
    background-position:
        2rem 0,
        6.2rem 0;
    background-size:
        9.5rem auto,
        1rem 100%;
}
.day_block-04 .day_time {
    margin: 0 0 1.5rem;
}
.day_block-04 .day_time_txt {
    margin: 0 0 1.5rem;
}
.day_time_flex04 {
    width: 35rem;
    margin: 0;
}
.day_time_img06 {
    width: 35rem;
}
.day_block-05 {
    margin: 0 0 10rem;
    padding: 2.5rem 2rem 0 8rem;
    background-image: url(../img/day_icon04.png), linear-gradient(180deg, #3749db 0, #fff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position:
        2rem 0,
        6.2rem 0;
    background-size:
        9.5rem auto,
        1rem 100%;
}
.day_block-05 .day_time {
    margin: 0 0 1.5rem;
}
.day_block-05 .day_time_txt {
    margin: 0 0 1.5rem;
}
.day_time_flex05 {
    width: 35rem;
}
.day_time_img07 {
    width: 35rem;
}
.day_time_border {
    width: 66.6rem;
    margin: 0 auto 3rem;
}
.mode_ttl {
    margin: 0 auto 1rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.mode_ttl span {
    color: #1450e1;
}
.mode_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 65rem;
    margin: 0 auto 1.5rem;
}
.mode_list li {
    position: relative;
    width: 32rem;
    margin: 5rem 0 0;
    padding: 4.5rem 2rem 3rem;
    background-color: #e0ecfa;
}
.mode_list_icon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mode_list li:nth-of-type(1) .mode_list_icon {
    width: 2rem;
}
.mode_list li:nth-of-type(2) .mode_list_icon {
    width: 3.8rem;
}
.mode_list li:nth-of-type(3) .mode_list_icon {
    width: 3.6rem;
}
.mode_list li:nth-of-type(4) .mode_list_icon {
    width: 3.8rem;
}
.mode_list_ttl {
    position: relative;
    margin: 0 0 1.3rem;
    padding: 0 0 2.2rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
}
.mode_list_ttl:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 6rem;
    height: 0.4rem;
    background-color: #000;
    transform: translate(-50%, 0);
}
.mode_list_ttl sup {
    color: #000;
    font-size: 1.6rem;
    vertical-align: top;
}
.mode_list_txt {
    font-size: 2.4rem;
    line-height: 1.417;
    text-align: justify;
}
.mode_notes {
    width: 65rem;
    margin: 0 auto;
}
.mode_notes li {
    padding: 0 0 0 2.5em;
    text-indent: -2.5em;
    font-size: 2rem;
    line-height: 1.4;
}
#resilience {
    padding: 9rem 0 10rem;
    background-color: #000;
    overflow: hidden;
}
.resilience_ttl {
    margin: 0 auto 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.resilience_ttl span {
    color: #1450e1;
    text-shadow:
        0 0 0.6rem #fff,
        -0.2rem 0 0.6rem #fff,
        0 -0.2rem 0.6rem #fff,
        0.2rem 0 0.6rem #fff,
        0 0.2rem 0.6rem #fff,
        -0.2rem -0.2rem 0.6rem #fff,
        0.2rem -0.2rem 0.6rem #fff,
        0.2rem 0.2rem 0.6rem #fff,
        -0.2rem 0.2rem 0.6rem #fff;
}
.resilience_txt {
    margin: 0 auto 4.5rem;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.583;
    text-align: center;
}
.resilience_block {
    width: 69rem;
    margin: 0 auto;
    padding: 5rem 0 0;
    background-color: #fff;
    border-radius: 1rem;
}
.resilience_el01 {
    width: 24.2rem;
    margin: 0 0 2rem 2rem;
}
.resilience_el02 {
    width: 61rem;
    margin: 0 0 2rem 4rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    font-feature-settings: "palt";
}
.resilience_el02 span {
    font-size: 2.4rem;
    color: #1450e1;
}
.resilience_el03 {
    width: 61rem;
    margin: 0 auto 1rem;
}
.resilience_el04 {
    margin: 0 auto 7rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.03rem;
    font-feature-settings: "palt";
}
.resilience_block-02 {
    padding: 0 0 5rem;
}
.resilience_el05 {
    width: 24.2rem;
    margin: 0 0 1.5rem 2rem;
}
.resilience_el06 {
    width: 61rem;
    margin: 0 0 1rem 4rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.25;
    font-feature-settings: "palt";
}
.resilience_el06 span {
    color: #1450e1;
}
.resilience_el07 {
    width: 61rem;
    margin: 0 0 1.5rem 4rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.25;
}
.resilience_el07 span {
    color: #1450e1;
}
.resilience_el07 sup {
    font-size: 1.4rem;
    vertical-align: top;
}
.resilience_el08 {
    width: 61rem;
    margin: 0 auto 3rem;
}
.resilience_el08 li {
    padding: 0 0 0 1.7em;
    text-indent: -1.7em;
    font-size: 2rem;
    line-height: 1.4;
}
.resilience_el09 {
    width: 69rem;
    margin: 0 auto 3.5rem;
}
.resilience_el10 {
    margin: 0 0 1.5rem 4rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.25;
}
.resilience_el10 sup {
    font-size: 1.4rem;
    vertical-align: top;
}
.resilience_el11 {
    width: 61rem;
    margin: 0 auto;
}
.resilience_el11 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
    text-align: justify;
    font-feature-settings: "palt";
}
#ev01 {
    padding: 12rem 0 0;
}
.ev01_ttl {
    margin: 0 auto 3rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.ev01_ttl span {
    color: #1450e1;
}
.ev01_txt {
    width: 65rem;
    margin: 0 auto 4.5rem;
    font-size: 2.6rem;
    line-height: 1.6;
}
.ev01_block {
    width: 69rem;
    margin: 0 auto;
    padding: 5rem 0 0;
    border: 0.2rem solid #a7a7a7;
    border-radius: 1rem;
}
.ev01_block-01 {
    position: relative;
    margin: 0 auto 11.5rem;
}
.ev01_block-01:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -10rem;
    left: 50%;
    border-top: 5rem solid #aeaead;
    border-left: 5rem solid rgba(255, 255, 255, 0);
    border-right: 5rem solid rgba(255, 255, 255, 0);
    transform: translate(-50%, 0);
}
.ev01_el01 {
    width: 24.2rem;
    margin: 0 0 1.5rem 2rem;
}
.ev01_el02 {
    margin: 0 0 5rem 4rem;
    font-weight: 600;
    font-size: 3rem;
}
.ev01_el02 span {
    color: #1450e1;
}
.ev01_el03 {
    width: 65.6rem;
    margin: 0 auto;
}
.ev01_el04 {
    margin: -1rem 0 2rem 4rem;
    font-weight: 600;
    font-size: 2.4rem;
}
.ev01_el04 span {
    color: #1450e1;
    font-size: 3.6rem;
}
.ev01_el04 sup {
    font-size: 2rem;
    vertical-align: top;
}
.ev01_el05 {
    width: 61rem;
    margin: 0 auto 1.5rem;
    font-size: 2.4rem;
    line-height: 1.417;
}
.ev01_el06 {
    width: 61rem;
    margin: 0 auto;
}
.ev01_el06 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
}
.ev01_el07 {
    width: 24.3rem;
    margin: 0 0 2rem 2rem;
}
.ev01_el08 {
    margin: 0 0 4rem 4rem;
    font-weight: 600;
    font-size: 2.8rem;
}
.ev01_el08 span {
    color: #1450e1;
}
.ev01_el09 {
    width: 65.5rem;
    margin: 0 auto 2.5rem;
}
.ev01_el10 {
    margin: 0 auto 5rem;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}
.ev01_el10 span {
    color: #1450e1;
}
#ev02 {
    padding: 12rem 0 10rem;
}
.ev02_ttl {
    margin: 0 auto 4.5rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.ev02_ttl span {
    color: #1450e1;
}
.ev02_block {
    width: 69rem;
    margin: 0 auto;
    padding: 4rem 0 4.5rem;
    border: 0.2rem solid #a7a7a7;
    border-radius: 1rem;
}
.ev02_el01 {
    width: 65rem;
    margin: 0 auto 3rem;
}
.ev02_el02 {
    width: 4.5rem;
    margin: 0 auto 8rem;
}
.ev02_el03 {
    width: 65rem;
    margin: 0 auto 10rem;
}
.ev02_el04 {
    width: 65.6rem;
    margin: 0 auto 2rem;
}
.ev02_el05 {
    width: 62rem;
    margin: 0 auto;
}
.ev02_el05 li {
    padding: 0 0 0 2em;
    text-indent: -2em;
    font-size: 2rem;
    line-height: 1.4;
}
#cost {
    padding: 9rem 0 10rem;
    background-color: #515a5b;
    background-image: url(../img/cost_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.cost_ttl {
    margin: 0 auto 4.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.cost_ttl span {
    color: #1450e1;
    text-shadow:
        0 0 0.6rem #fff,
        -0.2rem 0 0.6rem #fff,
        0 -0.2rem 0.6rem #fff,
        0.2rem 0 0.6rem #fff,
        0 0.2rem 0.6rem #fff,
        -0.2rem -0.2rem 0.6rem #fff,
        0.2rem -0.2rem 0.6rem #fff,
        0.2rem 0.2rem 0.6rem #fff,
        -0.2rem 0.2rem 0.6rem #fff;
}
.cost_block {
    width: 69rem;
    margin: 0 auto;
    padding: 3rem 0 4.5rem;
    background-color: #fff;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.7) 0, #f7f7f7 30%);
    border-radius: 1rem;
}
.cost_border {
    width: 65rem;
    margin: 0 auto;
    border: 0.3rem solid #1450e1;
    border-radius: 2rem;
}
.cost_el01 {
    position: relative;
    width: 63rem;
    margin: 0.8rem auto 0;
    background: linear-gradient(140deg, #c5c9d2 0, #eaeef6 50%);
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    font-family: Roboto, sans-serif;
}
.cost_el01 img {
    width: 55.1rem;
    margin: 3.5rem auto 3rem;
}
.cost_el01_num01 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 46.5rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el01_num02 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 28.7rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el01_num03 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 8rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el01_num04 {
    position: absolute;
    z-index: 2;
    top: 22.5rem;
    right: 18rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 7rem;
    overflow: hidden;
}
.cost_el02 {
    position: relative;
    width: 63rem;
    margin: 4rem auto;
    background: linear-gradient(140deg, #e4e8ef 0, #eaeef6 20%);
    overflow: hidden;
    font-family: Roboto, sans-serif;
}
.cost_el02 img {
    width: 55.9rem;
    margin: 3rem auto;
}
.cost_el02_num01 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 46.2rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el02_num02 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 28.4rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el02_num03 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 7.7rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el02_num04 {
    position: absolute;
    z-index: 2;
    top: 22.5rem;
    right: 17.5rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 7rem;
    overflow: hidden;
}
.cost_el03 {
    position: relative;
    width: 63rem;
    margin: 0 auto 0.8rem;
    background-color: #eaeef6;
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
    font-family: Roboto, sans-serif;
}
.cost_el03 img {
    width: 55.8rem;
    margin: 4rem auto 3rem;
}
.cost_el03_num01 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 46.8rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el03_num02 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 29rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el03_num03 {
    position: absolute;
    z-index: 2;
    top: 13.2rem;
    right: 8.3rem;
    font-size: 4.3rem;
    overflow: hidden;
}
.cost_el03_num04 {
    position: absolute;
    z-index: 2;
    top: 22.7rem;
    right: 18.3rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 7rem;
    overflow: hidden;
}
.cost_el04 {
    position: relative;
    margin: 15.5rem auto 3rem;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.385;
    text-align: center;
    font-feature-settings: "palt";
}
.cost_el04 span {
    color: #1450e1;
}
.cost_el04:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -12.5rem;
    left: 50%;
    border-top: 4.5rem solid #1450e1;
    border-left: 5rem solid rgba(255, 255, 255, 0);
    border-right: 5rem solid rgba(255, 255, 255, 0);
    transform: translate(-50%, 0);
}
.cost_el05 {
    width: 33.6rem;
    margin: 0 auto 6rem;
}
.cost_el06 {
    margin: 0 auto 4rem;
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 1.217;
    text-align: center;
    font-feature-settings: "palt";
}
.cost_el06 span {
    color: #1450e1;
}
.cost_el07 {
    width: 65rem;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.4;
    text-align: justify;
    font-feature-settings: "palt";
}
#ai {
    padding: 12rem 0 0;
}
.ai_ttl {
    margin: 0 auto 1.5rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.ai_ttl img {
    display: inline-block;
    width: 24.8rem;
    margin: 0 1.7rem;
}
.ai_ttl span {
    font-weight: 200;
}
.ai_txt {
    margin: 0 auto 5rem;
    font-size: 2.6rem;
    text-align: center;
    font-feature-settings: "palt";
}
.ai_block {
    width: 69rem;
    margin: 0 auto;
    padding: 4rem 0 5rem;
    border: 0.2rem solid #a7a7a7;
    border-radius: 1rem;
}
.ai_block-01 {
    margin: 0 auto 8rem;
}
.ai_el01 {
    width: 65rem;
    margin: 0 auto 2rem;
    color: #1450e1;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.306;
}
.ai_el02 {
    width: 65rem;
    margin: 0 auto 4rem;
    font-size: 2.6rem;
    line-height: 1.385;
    text-align: justify;
}
.ai_el03 {
    width: 60.3rem;
    margin: 0 auto;
}
.ai_el04 {
    width: 65rem;
    margin: 0 auto 2rem;
    color: #1450e1;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.306;
}
.ai_el05 {
    width: 65rem;
    margin: 0 auto 4rem;
    font-size: 2.6rem;
    text-align: justify;
    line-height: 1.385;
}
.ai_el06 {
    width: 58.7rem;
    margin: 0 auto 7rem;
}
.ai_block-03 {
    width: 65rem;
    margin: 0 auto;
    border: 0.2rem solid #1450e1;
}
.ai_el07 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 0 1rem;
    background-color: #1450e1;
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    text-align: center;
}
.ai_el08 {
    width: 61rem;
    margin: 1.5rem auto;
    font-size: 2.4rem;
    line-height: 1.417;
    text-align: justify;
}
#network {
    padding: 10rem 0 11rem;
}
.network_ttl {
    margin: 0 auto 4rem;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.network_block {
    width: 69rem;
    margin: 0 auto 2.5rem;
    padding: 4rem 0;
    border: 0.2rem solid #a7a7a7;
    border-radius: 1rem;
}
.network_el01 {
    width: 65rem;
    margin: 0 auto 1.5rem;
    color: #1450e1;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.306;
}
.network_el02 {
    width: 65rem;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    line-height: 1.385;
    text-align: justify;
}
.network_el03 {
    width: 57.2rem;
    margin: 0 auto 10rem;
}
.network_el04 {
    width: 65rem;
    margin: 0 auto 2rem;
    color: #1450e1;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.306;
}
.network_el05 {
    width: 65rem;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    line-height: 1.385;
}
.network_el06 {
    width: 57.7rem;
    margin: 0 0 1.5rem 2rem;
}
.network_el07 {
    width: 57.2rem;
    margin: 0 auto 4rem;
}
.network_el08 {
    width: 65rem;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.417;
}
.network_el09 {
    width: 69rem;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.4;
    text-align: justify;
}
#club {
    padding: 11rem 0 10rem;
    background-color: #e7e3da;
}
.club_ttl {
    margin: 0 auto 1.5rem;
    color: #414038;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
}
.club_txt {
    width: 69rem;
    margin: 0 auto 4rem;
    color: #414038;
    font-size: 2.6rem;
    line-height: 1.385;
}
.club_el01 {
    width: 69rem;
    margin: 0 auto 5rem;
}
.club_btn {
    width: 54rem;
    height: 11rem;
    margin: 0 auto 5rem;
}
.club_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #c6a86a;
    border-radius: 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 2.6rem;
    text-decoration: none;
    font-feature-settings: "palt";
    background-image: url(../img/club_icon01.png);
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 3.2rem auto;
}
.club_list {
    display: flex;
    justify-content: space-between;
    width: 69rem;
    margin: 0 auto 3.5rem;
}
.club_list li {
    width: 22.4rem;
    height: 22.4rem;
    background-image: url(../img/club_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.club_list_ttl {
    padding: 3rem 0 1rem;
    color: #73a837;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.167;
    text-align: center;
}
.club_list_txt {
    color: #414038;
    font-size: 2rem;
    line-height: 1.167;
    line-height: 1.3;
    text-align: center;
}
.club_el02 {
    color: #414038;
    font-weight: 600;
    font-size: 3.6rem;
    text-align: center;
}
#spec {
    padding: 13rem 0 0;
}
.spec_ttl {
    font-weight: 600;
    font-size: 4rem;
    text-align: center;
}
#spec01 {
    padding: 5rem 0 0;
}
.spec01_ttl {
    margin: 0 auto 3rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 3.4rem;
    text-align: center;
}
.spec01_txt {
    margin: 0 auto 5rem;
    font-size: 2.6rem;
    text-align: center;
}
.spec01_bg {
    padding: 36rem 0 10rem;
    background-color: #0b0d0e;
    background-image: url(../img/spec_bg01_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-radius: 2rem;
}
.spec01_block {
    width: 69rem;
    margin: 0 auto 2.5rem;
    padding: 4.5rem 0 4rem;
    background: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0, #fff 25%);
}
.spec01_block > div {
    margin: 0 auto 5rem;
    padding: 0 0 5rem;
    background-image: url(../img/spec_border_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 64.5rem auto;
}
.spec01_block > div:last-child {
    margin: 0 auto;
    padding: 0;
    background: 0 0;
}
.spec01_el01 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec01_el01 span {
    color: #1450e1;
}
.spec01_el02 {
    width: 65rem;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec01_el03 {
    margin: 0 0 3rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec01_el03 span {
    color: #1450e1;
}
.spec01_el04 {
    width: 65rem;
    margin: 0 auto;
    border: 0.2rem solid #1d1d1f;
}
.spec01_el04 th {
    height: 3.7rem;
    background-color: #959b9f;
    border: 0.2rem solid #1d1d1f;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
}
.spec01_el04 td {
    height: 4rem;
    border: 0.2rem solid #1d1d1f;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
}
.spec01_el05 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec01_el05 span {
    color: #1450e1;
}
.spec01_el06 {
    width: 65rem;
    margin: 0 auto 2rem;
    font-size: 2.4rem;
    line-height: 1.417;
    font-feature-settings: "palt";
}
.spec01_el07 {
    width: 65rem;
    margin: 0 auto;
}
.spec01_el08 {
    width: 69rem;
    margin: 0 auto 5.5rem;
}
.spec01_el08 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
}
.spec01_btn {
    width: 54rem;
    height: 11rem;
    margin: 0 auto;
}
.spec01_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0.5rem;
    background-color: #fff;
    border-radius: 1rem;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 3.6rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: url(../img/spec_icon01.png);
    background-repeat: no-repeat;
    background-position: right 3rem center;
    background-size: 4.1rem auto;
}
#spec02 {
    padding: 13rem 0 0;
}
.spec02_block {
    width: 69rem;
    margin: 0 auto 2.5rem;
    padding: 4.5rem 0 5rem;
    background: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0, #fff 25%);
}
.spec02_block > div {
    margin: 0 auto 5rem;
    padding: 0 0 5rem;
    background-image: url(../img/spec_border_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 64.5rem auto;
}
.spec02_block > div:last-child {
    margin: 0 auto;
    padding: 0;
    background: 0 0;
}
.spec02_ttl {
    margin: 0 auto 3rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 3.4rem;
    text-align: center;
}
.spec02_txt {
    margin: 0 auto 5rem;
    font-size: 2.6rem;
    text-align: center;
}
.spec02_bg {
    padding: 36rem 0 10rem;
    background-color: #f0eff2;
    background-image: url(../img/spec_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-radius: 2rem;
}
.spec02_el01 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec02_el01 span {
    color: #1450e1;
}
.spec02_el02 {
    width: 65rem;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec02_el03 {
    width: 58.7rem;
    margin: 0 auto 5rem;
}
.spec02_el04 {
    position: relative;
    table-layout: fixed;
    width: 65rem;
    margin: 0 auto 5.5rem;
    border: 0.2rem solid #1d1d1f;
}
.spec02_el04 th {
    height: 4.4rem;
    background-color: #959b9f;
    border: 0.2rem solid #1d1d1f;
    color: #fff;
    font-weight: 600;
    font-size: 2.6rem;
    text-align: center;
    vertical-align: middle;
}
.spec02_el04 th:first-child {
    width: 27rem;
}
.spec02_el04 td {
    height: 5rem;
    border: 0.2rem solid #1d1d1f;
    font-weight: 600;
    font-size: 2.6rem;
    text-align: center;
    vertical-align: middle;
}
.spec02_el05 {
    position: absolute;
    z-index: 2;
    bottom: -5.5rem;
    left: 24.5rem;
    width: 24.6rem;
}
.spec02_el06 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec02_el06 span {
    color: #1450e1;
}
.spec02_el07 {
    width: 65rem;
    margin: 0 auto 4.5rem;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec02_el08 {
    width: 65rem;
    margin: 0 auto;
}
.spec02_el09 {
    width: 69rem;
    margin: 0 auto 5rem;
}
.spec02_el09 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.spec02_btn {
    width: 54rem;
    height: 11rem;
    margin: 0 auto;
}
.spec02_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0.5rem;
    background-color: #fff;
    border: 0.2rem solid #d9d9d9;
    border-radius: 1rem;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 3.6rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: url(../img/spec_icon01.png);
    background-repeat: no-repeat;
    background-position: right 3rem center;
    background-size: 4.1rem auto;
}
#spec03 {
    padding: 13rem 0 0;
}
.spec03_ttl {
    margin: 0 auto 2rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 3.4rem;
    text-align: center;
}
.spec03_txt {
    margin: 0 auto 3.5rem;
    font-size: 2.6rem;
    line-height: 1.385;
    text-align: center;
}
.spec03_bg {
    padding: 36rem 0 0;
    background-color: #f0eff2;
    background-image: url(../img/spec_bg03_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-radius: 2rem 2rem 0 0;
}
.spec03_block {
    width: 69rem;
    margin: 0 auto;
    padding: 4.5rem 0 5rem;
    background-color: #fff;
}
.spec03_block > div {
    margin: 0 auto 5rem;
    padding: 0 0 5rem;
    background-image: url(../img/spec_border_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 64.5rem auto;
}
.spec03_block > div:last-child {
    margin: 0 auto;
    padding: 0;
    background: 0 0;
}
.spec03_el01 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec03_el01 span {
    color: #1450e1;
}
.spec03_el02 {
    width: 65rem;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec03_el03 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec03_el03 span {
    color: #1450e1;
}
.spec03_el04 {
    width: 65rem;
    margin: 0 auto 2rem;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec03_el05 {
    width: 65rem;
    margin: 0 auto;
}
.spec03_el05 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
}
.spec04_bg {
    padding: 12rem 0 10rem;
    background-color: #f0eff2;
    border-radius: 0 0 2rem 2rem;
}
.spec04_ttl {
    margin: 0 auto 2rem;
    font-weight: 600;
    font-size: 3.4rem;
    text-align: center;
}
.spec04_txt {
    width: 69rem;
    margin: 0 auto 5rem;
    font-size: 2.6rem;
    line-height: 1.385;
    font-feature-settings: "palt";
}
.spec04_notes {
    width: 69rem;
    margin: 0 auto;
}
.spec04_notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
}
.spec05_ttl {
    margin: 0 auto 3rem;
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
}
.spec05_flex {
    display: flex;
    justify-content: space-between;
    width: 69rem;
    margin: 0 auto 6.5rem;
}
.spec05_col {
    width: 33.5rem;
}
.spec05_col p {
    margin: 1rem auto 0;
    font-size: 2.4rem;
    text-align: center;
}
.spec05_btn {
    width: 54rem;
    height: 11rem;
    margin: 0 auto;
}
.spec05_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0.5rem;
    background-color: #fff;
    border: 0.2rem solid #d9d9d9;
    border-radius: 1rem;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 3.6rem;
    text-align: center;
    text-decoration: none;
    background-image: url(../img/spec_icon03.png);
    background-repeat: no-repeat;
    background-position: right 3rem center;
    background-size: 3.2rem auto;
}
#spec06 {
    padding: 12rem 0 0;
}
.spec06_ttl {
    margin: 0 auto 1.5rem;
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
}
.spec06_flex {
    display: flex;
    justify-content: space-between;
    width: 69rem;
    margin: 0 auto 6.5rem;
}
.spec06_col {
    width: 33.5rem;
}
.spec06_col p {
    margin: 1rem auto 0;
    font-size: 2.4rem;
    text-align: center;
}
.spec06_btn {
    width: 54rem;
    height: 11rem;
    margin: 0 auto 4rem;
}
.spec06_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0.5rem;
    background-color: #fff;
    border: 0.2rem solid #d9d9d9;
    border-radius: 1rem;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 3.6rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: url(../img/spec_icon01.png);
    background-repeat: no-repeat;
    background-position: right 3rem center;
    background-size: 4.1rem auto;
}
#spec07 {
    padding: 12rem 0 0;
}
.spec07_ttl {
    margin: 0 auto 2rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 3.4rem;
    text-align: center;
}
.spec07_txt {
    width: 69rem;
    margin: 0 auto 5rem;
    font-size: 2.6rem;
    line-height: 1.385;
    text-align: center;
}
.spec07_bg {
    padding: 36rem 0 10rem;
    background-color: #e7e3e3;
    background-image: url(../img/spec_bg04_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-radius: 2rem;
}
.spec07_block {
    width: 69rem;
    margin: 0 auto;
    padding: 4.5rem 0 13rem;
    background: linear-gradient(220deg, rgba(255, 255, 255, 0.7) 0, #fff 25%);
}
.spec07_block > div {
    position: relative;
    margin: 0 auto 4rem;
    padding: 0 0 4rem;
    background-image: url(../img/spec_border_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 64.5rem auto;
}
.spec07_block > div:last-child {
    margin: 0 auto;
    padding: 0;
    background: 0 0;
}
.spec07_el01 {
    margin: 0 0 2.5rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec07_el01 span {
    color: #1450e1;
}
.spec07_el02 {
    width: 65rem;
    margin: 0 auto 2.5rem;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec07_el03 {
    width: 65rem;
    margin: 0 auto;
}
.spec07_el03 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
    text-align: justify;
}
.spec07_el04 {
    margin: 0 0 2rem 2rem;
    font-weight: 600;
    font-size: 3rem;
}
.spec07_el04 span {
    color: #1450e1;
}
.spec07_el05 {
    width: 65rem;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.417;
}
.spec07_el06 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 4rem;
    width: 13.3rem;
}
#app {
    padding: 7rem 0 0;
}
.app_flex {
    display: flex;
    justify-content: space-between;
    width: 69rem;
    margin: 0 auto 6.5rem;
}
.apple {
    width: 28.8rem;
}
.google {
    width: 35.8rem;
}
.app_ttl {
    width: 69rem;
    margin: 0 auto 1.5rem;
    font-weight: 600;
    font-size: 3rem;
}
.app_txt {
    width: 69rem;
    margin: 0 auto 2rem;
    font-size: 2.4rem;
    line-height: 1.417;
    text-align: justify;
}
.app_notes {
    width: 69rem;
    margin: 0 auto;
}
.app_notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 2rem;
    line-height: 1.4;
    text-align: justify;
}
.app_option_btn {
    width: 54rem;
    height: 11rem;
    margin: 9.6rem auto 0;
}
.app_option_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0.5rem;
    background-color: #fff;
    border: 0.2rem solid #d9d9d9;
    border-radius: 1rem;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 3%;
    text-align: center;
    cursor: pointer;
    background-image: url(../img/spec_icon01.png);
    background-repeat: no-repeat;
    background-position: right 3rem center;
    background-size: 3rem auto;
}
#faq {
    padding: 9.5rem 0 0;
}
.faq_ttl {
    margin: 0 auto 5rem;
    font-weight: 600;
    font-size: 4rem;
    text-align: center;
}
.faq_block {
    width: 69rem;
    margin: 0 auto;
}
.faq_block > div {
    margin: 0 auto;
    border-top: 0.2rem solid #dadadf;
}
.faq_block > div:last-child {
    margin: 0 auto 7rem;
    border-bottom: 0.2rem solid #dadadf;
}
.faq_block dt {
    position: relative;
    padding: 3.5rem 8rem 3rem 10.5rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.417;
    font-feature-settings: "palt";
    cursor: pointer;
}
.faq_block dt:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 2rem;
    width: 5rem;
    height: 5.5rem;
    background-image: url(../img/faq_q_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transform: translate(0, -50%);
}
.faq_block dt:after {
    content: "＋";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 1rem;
    color: #1450e1;
    font-weight: 200;
    font-size: 5rem;
    transform: translate(0, -50%);
}
.faq_block dt.active:after {
    content: "－";
}
.faq_block dd {
    display: none;
    width: 100%;
    padding: 0 10rem 0 10.5rem;
    font-size: 2.4rem;
    line-height: 1.583;
}
.faq_block dd p {
    margin: auto 0 3rem;
    text-align: justify;
}
.faq_btn {
    width: 54rem;
    height: 11rem;
    margin: 0 auto 10rem;
}
.faq_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0.2rem solid #1450e1;
    border-radius: 5.5rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none;
    background-image: url(../img/faq_btn.png);
    background-repeat: no-repeat;
    background-position: right 4.5rem center;
    background-size: 3.2rem auto;
}
#quality {
    padding: 9rem 0 0;
    background-color: #515a5b;
    overflow: hidden;
}
.quality_ttl {
    margin: 0 auto 4.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.3;
    text-align: center;
}
.quality_block {
    width: 69rem;
    margin: 0 auto 6.4rem;
}
.quality_block > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-top: 0.2rem solid #fff;
}
.quality_block > li:last-child {
    display: block;
    border-bottom: 0.2rem solid #fff;
}
.authentication_mark {
    width: 92%;
    margin: 0 auto 6rem;
    background: #fff;
    padding-bottom: 3.1rem;
}
.authentication_mark .text {
    color: #1d1d1f;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 2rem;
    font-weight: 500;
}
.authentication_mark .text li {
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.quality_img01 {
    width: 20.9rem;
    margin: 0 0 0 2rem;
}
.quality_img02 {
    width: 20.8rem;
    margin: 0 0 0 2rem;
}
.quality_img03 {
    width: 20.9rem;
    margin: 0 0 0 2rem;
}
.quality_img04 {
    width: 58.9rem;
    margin: 0 0 2.5rem 2rem;
}
.quality_el01 {
    width: 41rem;
    margin: 0 2rem 1.5rem 0;
    color: #fff;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1.294;
}
.quality_el02 {
    width: 41rem;
    margin: 0 2rem 0 0;
}
.quality_el02 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
}
.quality_el03 {
    width: 41rem;
    margin: 0 2rem 1.5rem 0;
    color: #fff;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1.294;
}
.quality_el04 {
    width: 41rem;
    margin: 0 2rem 0 0;
}
.quality_el04 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
}
.quality_el05 {
    width: 41rem;
    margin: 0 2rem 1.5rem 0;
    color: #fff;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1.294;
}
.quality_el06 {
    width: 41rem;
    margin: 0 2rem 0 0;
}
.quality_el06 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
}
.quality_el07 {
    width: 69rem;
}
.quality_el07 li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
}
#voice {
    padding: 12rem 0 0;
}
.voice_ttl {
    margin: 0 auto 4.5rem;
    font-weight: 600;
    font-size: 4rem;
    text-align: center;
}
.voice_block01 {
    margin: 0 auto 10rem;
}
.voice01_head {
    position: relative;
    z-index: 3;
    width: 62.8rem;
    height: 24.4rem;
    background-image: url(../img/voice_img01_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.voice01_ttl {
    margin: 0 0 0 3rem;
    padding: 2rem 0 1.5rem;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.333;
}
.voice01_ttl span {
    color: #1450e1;
}
.voice01_name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 3rem;
    margin: 0 0 0 2.5rem;
    background-color: #fff;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    text-align: center;
}
.voice01_body {
    position: relative;
    z-index: 2;
    width: 67rem;
    margin: -8rem 0 0 5rem;
    padding: 7rem 3rem 3rem;
    border: 0.2rem solid #a7a7a7;
    border-radius: 2rem;
    font-size: 2.4rem;
    line-height: 1.583;
    text-align: justify;
}
.voice_block02 {
    margin: 0 auto 12rem;
}
.voice02_head {
    position: relative;
    z-index: 3;
    width: 66.8rem;
    height: 24.4rem;
    margin: 0 0 0 auto;
    background-image: url(../img/voice_img02_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.voice02_ttl {
    margin: 0 0 0 21rem;
    padding: 2rem 0 1.5rem;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.333;
}
.voice02_ttl span {
    color: #1450e1;
}
.voice02_name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 3rem;
    margin: 0 0 0 21rem;
    background-color: #fff;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    text-align: center;
}
.voice02_body {
    position: relative;
    z-index: 2;
    width: 67rem;
    margin: -8rem 0 0 3rem;
    padding: 7rem 3rem 3rem;
    border: 0.2rem solid #a7a7a7;
    border-radius: 2rem;
    font-size: 2.4rem;
    line-height: 1.583;
    text-align: justify;
}
#footer {
    padding: 0 3rem 28.5rem;
    background-color: #1450e1;
    overflow: hidden;
}
.footer_link li {
    margin: 4rem 0;
}
.footer_link a {
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
}
.copyrights {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
}

#popup_overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}
#popup_block {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
#popup_wrapper {
    width: 70rem;
    max-height: calc(100vh - 12.5rem);
    margin: 10rem auto 2.5rem;
    overflow: auto;
}
.popup_item {
    display: none;
}
#option_system_popup {
    box-sizing: border-box;
    padding: 6rem 3.5rem;
    background-color: #fff;
    border-radius: 4rem;
}
#option_system_popup img {
    width: 100%;
    height: auto;
}
#popup_close {
    position: absolute;
    z-index: 2;
    top: 4rem;
    right: 2.5rem;
    width: 16rem;
    cursor: pointer;
}
#conversion {
    overflow: hidden;
    background-color: #dadadf;
}
.conversion_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 69rem;
    margin: 10rem auto;
}
.conversion_btn li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.8rem;
    height: 8.8rem;
    background-color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.182;
    text-align: center;
    cursor: pointer;
}
.conversion_btn li.active {
    background-color: #1450e1;
    color: #fff;
}
.conversion_btn li.active:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1.2rem;
    left: 50%;
    border-top: 1.3rem solid #1450e1;
    border-left: 1.5rem solid rgba(255, 255, 255, 0);
    border-right: 1.5rem solid rgba(255, 255, 255, 0);
    transform: translate(-50%, 0);
}
.conversion_ttl {
    margin: 0 auto 5rem;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.25;
    text-align: center;
}
#catalog,
#inquiry,
#magazin,
#purchase {
    display: none;
    padding: 0 0 10rem;
}
.magazin_img {
    width: 65rem;
    margin: 5rem auto 0;
}
.magazin_txt {
    width: 65rem;
    margin: 3rem auto 8rem;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}
.v-agreement__badge.is-fixed {
    bottom: 15rem !important;
}
#fixed_nav {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}
#fixed_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71rem;
    margin: 2rem auto;
}
#fixed_nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.4rem;
    height: 11rem;
    background-color: #fff;
    border-radius: 3rem;
    color: #1450e1;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.231;
    text-align: center;
    box-shadow: 0 0.2rem 0.7rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#fixed_nav li.active {
    background-color: #1450e1;
    color: #fff;
}
.catalog_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 69rem;
    margin: 0 auto;
}
.catalog_block li {
    width: 34rem;
    padding: 3rem 0 4rem;
    background-color: #fff;
}
.catalog_block_img {
    width: 26.6rem;
    margin: 0 auto 3.5rem;
}
.catalog_block_btn {
    width: 26rem;
    margin: 0 auto;
}
.inquiry_block {
    position: relative;
    width: 69rem;
    margin: 0 auto;
    background-color: #fff;
}
.inquiry_img {
    width: 63rem;
    margin: 0 auto;
}
.inquiry_btn {
    position: absolute;
    z-index: 2;
    top: 30.8rem;
    left: 3rem;
    width: 59.5rem;
}
.video_block {
    width: 69rem;
    margin: 0 auto;
    padding: 5rem 0;
    background-color: #fff;
}
.video_img {
    width: 63rem;
    margin: 0 auto 3rem;
    cursor: pointer;
}
.video_txt {
    width: 63rem;
    margin: 0 auto;
}
.anime_fadeIn {
    opacity: 0;
}
.anime_fadeIn.is-show {
    animation: fadeIn 1.5s ease-out forwards;
}
@keyframes fadeIn {
    0% {
        transform: translateY(5rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.cost_anime .anime_counter {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
    height: auto;
}
.cost_anime.is-show .anime_counter {
    animation: count 2s cubic-bezier(0, 0, 0, 0.8) forwards;
}
.anime_counter span {
    display: block;
}
.anime_counter.x1 {
    right: 0;
}
.anime_counter.x2 {
    right: 0.55em;
}
.anime_counter.x3 {
    right: 1.14em;
}
.anime_counter.x4 {
    right: 1.9em;
}
.anime_counter.x5 {
    right: 2.47em;
}
.anime_counter.x6 {
    right: 3em;
}
.anime_comma {
    position: absolute;
    z-index: 2;
    right: 1.7em;
}
.anime_period {
    position: absolute;
    z-index: 2;
    right: 0.57em;
}
.anime_counter.x2-5 {
    right: 0.84em;
}
.anime_counter.x3-5 {
    right: 1.4em;
}
.anime_counter.x1-b {
    right: 0;
}
.anime_counter.x2-b {
    right: 0.57em;
}
.anime_counter.x3-b {
    right: 1.14em;
}
.anime_counter.x4-b {
    right: 1.96em;
}
.anime_counter.x5-b {
    right: 2.52em;
}
.anime_counter.x6-b {
    right: 3.09em;
}
.anime_comma-b {
    position: absolute;
    z-index: 2;
    right: 1.71em;
}
.anime_original {
    display: block;
    opacity: 0;
}
@keyframes count {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
.voice_anime .voice01_body,
.voice_anime .voice01_head,
.voice_anime .voice02_body,
.voice_anime .voice02_head {
    opacity: 0;
}
.voice_anime.is-show .voice01_head,
.voice_anime.is-show .voice02_head {
    animation: fadeIn 1.5s ease-out forwards;
}
.voice_anime.is-show .voice01_body,
.voice_anime.is-show .voice02_body {
    animation: fadeIn 1.5s 0.5s ease-out forwards;
}
@media (min-width: 769px) {
    #wrapper {
        max-width: 192rem;
    }
    .header_wrapper {
        height: 8rem;
        padding: 0 5rem;
    }
    .header_logo {
        width: 15.4rem;
    }
    .header_contact {
        width: 17rem;
        height: 4rem;
        margin: auto 2rem auto auto;
    }
    .header_contact a {
        border-radius: 2rem;
        font-size: 1.4rem;
    }
    .header_contact img {
        width: 1.8rem;
        margin: 0.2rem 0 0 1rem;
    }
    .header_btn {
        width: 3.8rem;
        height: 3.8rem;
    }
    .header_menu {
        padding: 9rem 0 3rem;
    }
    .header_menu li {
        width: 90rem;
    }
    .header_menu a {
        padding: 2rem 1rem;
        font-size: 1.6rem;
    }
    .header_blank_r_sp {
        width: 1.7rem;
        height: 1.7rem;
        margin: 0.1rem 0 0 1rem;
    }
    .header_blank_l_sp {
        width: 1.7rem;
        height: 1.7rem;
        margin: 0.1rem 1rem 0 0;
    }
    .header_download_sp {
        width: 1.7rem;
        height: 1.5rem;
        margin: 0.2rem 0 0 1rem;
    }
    #mv {
        position: relative;
    }
    #mv h1 {
        position: relative;
        z-index: 2;
        top: 0;
        left: 50%;
        width: 192rem;
        transform: translate(-50%, 0);
    }
    #nav {
        height: 8rem;
    }
    .nav_btn {
        width: 74rem;
    }
    .nav_btn li {
        width: 17rem;
        height: 4rem;
        border-radius: 2rem;
        font-size: 1.6rem;
        line-height: 1;
    }
    .mv_notes {
        display: flex;
        flex-wrap: wrap;
        width: 100rem;
        margin: 0.6rem auto 0;
    }
    .mv_notes li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .mv_notes li:nth-child(3) {
        flex-basis: 100%;
    }
    #subsidy {
        padding: 11.2rem 0 0;
    }
    .subsidy_ttl {
        margin: 0 auto 4.5rem;
        font-size: 3.2rem;
        line-height: 1.4;
    }
    #subsidy .spec05_btn {
        width: 38rem;
        height: 7.7rem;
    }
    #subsidy .spec05_btn a {
        background-position: right 2.6rem center;
        background-size: 2.1rem auto;
    }
    #about {
        padding: 11rem 0 0;
    }
    .about_ttl {
        font-size: 3.2rem;
        line-height: 1;
    }
    .about_txt {
        margin: 0 auto 4.5rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .about_video {
        width: 100rem;
    }
    .about_video_wrapper {
        border: 0.1rem solid #a7a7a7;
    }
    #intro {
        padding: 12.3rem 0 0;
    }
    .intro_ttl {
        margin: 0 auto 5rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    .intro_video {
        width: 78.8rem;
        margin: 0 auto 14rem;
    }
    #day {
        padding: 9rem 0 0;
    }
    .day_ttl {
        margin: 0 auto .9rem;
        font-size: 3.2rem;
        line-height: 1.375;
    }
    .day_txt {
        margin: 0 auto 1.5rem;
        font-size: 1.6rem;
        line-height: 1;
    }
    .day_notes {
        width: 51rem;
        font-size: 1.2rem;
    }
    .day_block {
        width: 100rem;
        margin: 0 auto 15rem;
        padding: 6.5rem 0 7rem;
    }
    .day_block-01 {
        position: relative;
        padding: 2.5rem 5rem 7rem;
        background-position:
            center top,
            center top;
        background-size:
            8rem auto,
            0.6rem 100%;
    }
    .day_time {
        position: relative;
        margin: 0 0 1.2rem;
        font-size: 3rem;
    }
    .day_block-01 .day_time:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 8rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #000;
        border-radius: 50%;
        transform: translate(0, -50%);
    }
    .day_block-01 .day_time:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 9rem;
        width: 31.9rem;
        height: 0.2rem;
        background-color: #000;
        transform: translate(0, -50%);
    }
    .day_time_ttl {
        margin: 0 0 1rem;
        font-size: 2rem;
        line-height: 1.3;
    }
    .day_time_txt {
        margin: 0 0 1rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .day_time_txt sup {
        font-size: 1rem;
        vertical-align: top;
    }
    .day_time_notes {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.4;
        white-space: nowrap;
    }
    .day_time_flex01 {
        display: block;
        margin: 0;
    }
    .day_time_img01 {
        position: absolute;
        z-index: 3;
        top: 3.5rem;
        right: 20rem;
        width: 24.8rem;
        border: 0.5rem solid #fff;
    }
    .day_time_img02 {
        position: absolute;
        z-index: 2;
        top: 11rem;
        right: 5rem;
        width: 23.9rem;
    }
    .day_block-02 {
        position: relative;
        padding: 2.5rem 5rem 15.2rem;
        background-position:
            center top,
            center top;
        background-size:
            8rem auto,
            0.6rem 100%;
    }
    .day_block-02 .day_time {
        width: 35rem;
        margin: 0 0 1.2rem auto;
        font-size: 3rem;
    }
    .day_block-02 .day_time:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 36.5rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #000;
        border-radius: 50%;
        transform: translate(0, -50%);
    }
    .day_block-02 .day_time:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 37rem;
        width: 4rem;
        height: 0.2rem;
        background-color: #000;
        transform: translate(0, -50%);
    }
    .day_block-02 .day_time_ttl {
        width: 35rem;
        margin: 0 0 1.5rem auto;
    }
    .day_block-02 .day_time_txt {
        width: 35rem;
        margin: 0 0 0 auto;
    }
    .day_time_flex02 {
        position: absolute;
        z-index: 2;
        top: 4rem;
        left: 5rem;
        width: 37.5rem;
    }
    .day_time_img03 {
        width: 18.2rem;
    }
    .day_time_img04 {
        width: 18.2rem;
    }
    .day_block-03 {
        position: relative;
        padding: 2.5rem 5rem 19.1rem;
        background-position:
            center top,
            center top;
        background-size:
            8rem auto,
            0.6rem 100%;
    }
    .day_block-03 .day_time {
        margin: 0 0 1.5rem;
    }
    .day_block-03 .day_time:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 10rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #000;
        border-radius: 50%;
        transform: translate(0, -50%);
    }
    .day_block-03 .day_time:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 10.5rem;
        width: 30.4rem;
        height: 0.2rem;
        background-color: #000;
        transform: translate(0, -50%);
    }
    .day_block-03 .day_time_ttl {
        margin: 0 0 1rem;
    }
    .day_block-03 .day_time_txt {
        margin: 0;
    }
    .day_time_flex03 {
        position: absolute;
        z-index: 2;
        top: 4rem;
        right: 5rem;
        margin: 0;
    }
    .day_block-04 {
        position: relative;
        padding: 2.5rem 5rem 14.8rem;
        background-position:
            center top,
            center top;
        background-size:
            8rem auto,
            0.6rem 100%;
    }
    .day_block-04 .day_time {
        width: 35rem;
        margin: 0 0 2.5rem auto;
        font-size: 3rem;
    }
    .day_block-04 .day_time:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 36.5rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #000;
        border-radius: 50%;
        transform: translate(0, -50%);
    }
    .day_block-04 .day_time:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 37rem;
        width: 4rem;
        height: 0.2rem;
        background-color: #000;
        transform: translate(0, -50%);
    }
    .day_block-04 .day_time_ttl {
        width: 35rem;
        margin: 0 0 1rem auto;
    }
    .day_block-04 .day_time_txt {
        width: 35rem;
        margin: 0 0 0 auto;
    }
    .day_time_flex04 {
        position: absolute;
        z-index: 2;
        top: 4rem;
        left: 5rem;
        margin: 0;
    }
    .day_block-05 {
        position: relative;
        padding: 2.5rem 5rem 6rem;
        background-position:
            center top,
            center top;
        background-size:
            8rem auto,
            0.6rem 100%;
    }
    .day_block-05 .day_time {
        margin: 0 0 1.5rem;
    }
    .day_block-05 .day_time:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 10rem;
        width: 1.2rem;
        height: 1.2rem;
        background-color: #000;
        border-radius: 50%;
        transform: translate(0, -50%);
    }
    .day_block-05 .day_time:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 10.5rem;
        width: 30.4rem;
        height: 0.2rem;
        background-color: #000;
        transform: translate(0, -50%);
    }
    .day_block-05 .day_time_ttl {
        margin: 0 0 1rem;
    }
    .day_block-05 .day_time_txt {
        margin: 0;
    }
    .day_time_flex05 {
        position: absolute;
        z-index: 2;
        top: 4rem;
        right: 5rem;
        margin: 0;
    }
    .day_time_img07 {
        width: 35rem;
    }
    .day_time_border {
        width: 86.6rem;
        margin: 0 auto 3rem;
    }
    .mode_ttl {
        margin: 0 auto 1rem;
        font-size: 2.4rem;
        line-height: 1;
    }
    .mode_list {
        width: 90rem;
        margin: 0 auto 0.5rem;
    }
    .mode_list li {
        width: 21.6rem;
        margin: 5rem 0 0;
        padding: 3.5rem 2rem 2rem;
    }
    .mode_list li:nth-of-type(1) .mode_list_icon {
        width: 1.5rem;
    }
    .mode_list li:nth-of-type(2) .mode_list_icon {
        width: 2.8rem;
    }
    .mode_list li:nth-of-type(3) .mode_list_icon {
        width: 2.6rem;
    }
    .mode_list li:nth-of-type(4) .mode_list_icon {
        width: 2.7rem;
    }
    .mode_list_ttl {
        margin: 0 0 1rem;
        padding: 0 0 2rem;
        font-size: 2rem;
    }
    .mode_list_ttl:after {
        height: 0.2rem;
    }
    .mode_list_ttl sup {
        font-size: 1rem;
    }
    .mode_list_txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .mode_notes {
        width: 90rem;
    }
    .mode_notes li {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #resilience {
        padding: 14.5rem 0 15rem;
    }
    .resilience_ttl {
        margin: 0 auto 2.5rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    .resilience_ttl span {
        color: #1450e1;
        text-shadow:
            0 0 0.3rem #fff,
            -0.1rem 0 0.3rem #fff,
            0 -0.1rem 0.3rem #fff,
            0.1rem 0 0.3rem #fff,
            0 0.1rem 0.3rem #fff,
            -0.1rem -0.1rem 0.3rem #fff,
            0.1rem -0.1rem 0.3rem #fff,
            0.1rem 0.1rem 0.3rem #fff,
            -0.1rem 0.1rem 0.3rem #fff;
    }
    .resilience_txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .resilience_block {
        width: 100rem;
        padding: 4rem 0 0;
    }
    .resilience_block01_flex {
        display: flex;
        align-items: center;
        margin: 0 0 1rem;
    }
    .resilience_el01 {
        width: 16.9rem;
        margin: 0 2rem 0 5rem;
    }
    .resilience_el02 {
        width: auto;
        margin: 0;
        font-size: 1.68rem;
        line-height: 1;
    }
    .resilience_el03 {
        width: 69rem;
        margin: 0 auto 1.5rem;
    }
    .resilience_el04 {
        margin: 0 auto 7rem;
        font-size: 2.2rem;
        line-height: 1;
        letter-spacing: 0;
    }
    .resilience_block-02 {
        padding: 0 0 4.5rem;
    }
    .resilience_block02_flex {
        display: flex;
        margin: 0 0 2rem;
    }
    .resilience_el05 {
        width: 16.9rem;
        margin: 0 2rem 0 5rem;
    }
    .resilience_el06 {
        width: auto;
        margin: 0.2rem 0 0.5rem;
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .resilience_el07 {
        width: auto;
        margin: 0 0 1rem;
        font-size: 2rem;
        line-height: 1.3;
    }
    .resilience_el07 sup {
        font-size: 1rem;
    }
    .resilience_el08 {
        width: auto;
        margin: 0 0 3rem;
    }
    .resilience_el08 li {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .resilience_el09 {
        width: 100rem;
        margin: 0 0 -6rem;
    }
    .resilience_el10 {
        margin: 0 0 0.5rem 5rem;
        font-size: 1.8rem;
    }
    .resilience_el10 sup {
        font-size: 1.4rem;
    }
    .resilience_el11 {
        width: auto;
        margin: 0 0 0 5rem;
    }
    .resilience_el11 li {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #ev01 {
        padding: 15rem 0 0;
    }
    .ev01_ttl {
        margin: 0 auto 2.5rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    .ev01_txt {
        width: auto;
        margin: 0 auto 4rem;
        font-size: 1.6rem;
        line-height: 1.625;
        text-align: center;
    }
    .ev01_block {
        width: 100rem;
        padding: 5rem 0 0;
        border: 0.1rem solid #a7a7a7;
    }
    .ev01_block-01 {
        margin: 0 auto 11rem;
    }
    .ev01_block-01:after {
        bottom: -4rem;
        border-top: 6rem solid #aeaead;
        border-left: 6rem solid rgba(255, 255, 255, 0);
        border-right: 6rem solid rgba(255, 255, 255, 0);
    }
    .ev_block01_flex {
        display: flex;
        align-items: center;
        margin: 0 0 3rem;
    }
    .ev01_el01 {
        width: 18.2rem;
        margin: 0 0 0 5rem;
    }
    .ev01_el02 {
        margin: 0 0 0 1.5rem;
        font-size: 2.4rem;
    }
    .ev01_el03 {
        width: 84.5rem;
        margin: 0 0 -11rem 10rem;
    }
    .ev01_el04 {
        margin: 0 0 1rem 5rem;
        font-weight: 700;
        font-size: 1.8rem;
    }
    .ev01_el04 span {
        font-size: 2.2rem;
    }
    .ev01_el04 sup {
        font-size: 1.2rem;
    }
    .ev01_el05 {
        width: 31.5rem;
        margin: 0 0 0.5rem 5rem;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .ev01_el06 {
        width: 31.5rem;
        margin: 0 0 0 5rem;
    }
    .ev01_el06 li {
        font-size: 1rem;
        line-height: 1.3;
    }
    .ev_block02_flex {
        display: flex;
        align-items: center;
        margin: 0 0 3rem;
    }
    .ev01_el07 {
        width: 18.1rem;
        margin: 0 0 0 5rem;
    }
    .ev01_el08 {
        margin: 0 0 0 1.5rem;
        font-size: 2.4rem;
    }
    .ev01_el09 {
        width: 90rem;
        margin: 0 auto 5rem;
    }
    .ev01_el10 {
        margin: 0 auto 6rem;
        font-size: 2.4rem;
    }
    #ev02 {
        padding: 14rem 0 15rem;
    }
    .ev02_ttl {
        margin: 0 auto 5rem;
        font-size: 3.2rem;
        line-height: 1.313;
    }
    .ev02_block {
        width: 100rem;
        padding: 5rem 0 4.5rem;
        border: 0.1rem solid #a7a7a7;
    }
    .ev02_el01 {
        width: 92.8rem;
        margin: 0 auto 4.5rem;
    }
    .ev02_el02 {
        display: none;
    }
    .ev02_el03 {
        display: none;
    }
    .ev02_el04 {
        width: 92.8rem;
        margin: 0 auto 3rem;
    }
    .ev02_el05 {
        display: flex;
        flex-wrap: wrap;
        width: 65rem;
        margin: 0 0 0 5rem;
    }
    .ev02_el05 li {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #cost {
        padding: 14rem 0 15rem;
        background-image: url(../img/cost_bg_pc.jpg);
        background-position: center bottom;
        background-size: 192rem auto;
    }
    .cost_ttl {
        margin: 0 auto 5rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    .cost_ttl span {
        text-shadow:
            0 0 0.3rem #fff,
            -0.1rem 0 0.3rem #fff,
            0 -0.1rem 0.3rem #fff,
            0.1rem 0 0.3rem #fff,
            0 0.1rem 0.3rem #fff,
            -0.1rem -0.1rem 0.3rem #fff,
            0.1rem -0.1rem 0.3rem #fff,
            0.1rem 0.1rem 0.3rem #fff,
            -0.1rem 0.1rem 0.3rem #fff;
    }
    .cost_block {
        width: 100rem;
        padding: 5rem 0 4.5rem;
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0, #f7f7f7 25%);
    }
    .cost_border {
        width: 90rem;
    }
    .cost_el01 {
        width: 88rem;
        margin: 0.8rem auto 0;
        background-color: #eaeef6;
        background-image: none;
    }
    .cost_el01 img {
        width: 79.9rem;
        margin: 2.5rem auto;
    }
    .cost_el01_num01 {
        top: 7.5rem;
        right: 59rem;
        font-size: 3.4rem;
    }
    .cost_el01_num02 {
        top: 7.5rem;
        right: 46rem;
        font-size: 3.4rem;
    }
    .cost_el01_num03 {
        top: 7.5rem;
        right: 30rem;
        font-size: 3.4rem;
    }
    .cost_el01_num04 {
        top: 6.5rem;
        right: 5.5rem;
        font-size: 4.6rem;
    }
    .cost_el02 {
        width: 88rem;
        margin: 0.5rem auto;
        background-color: #eaeef6;
        background-image: none;
    }
    .cost_el02 img {
        width: 79.9rem;
        margin: 2.5rem auto;
    }
    .cost_el02_num01 {
        top: 8.1rem;
        right: 59rem;
        font-size: 3.4rem;
    }
    .cost_el02_num02 {
        top: 8.1rem;
        right: 48rem;
        font-size: 3.4rem;
    }
    .cost_el02_num03 {
        top: 8.1rem;
        right: 32rem;
        font-size: 3.4rem;
    }
    .cost_el02_num04 {
        top: 6.9rem;
        right: 5.8rem;
        font-size: 4.6rem;
    }
    .cost_el03 {
        width: 88rem;
        margin: 0 auto 0.8rem;
    }
    .cost_el03 img {
        width: 79.9rem;
        margin: 2rem auto;
    }
    .cost_el03_num01 {
        top: 7.9rem;
        right: 59rem;
        font-size: 3.4rem;
    }
    .cost_el03_num02 {
        top: 7.9rem;
        right: 48rem;
        font-size: 3.4rem;
    }
    .cost_el03_num03 {
        top: 7.9rem;
        right: 32rem;
        font-size: 3.4rem;
    }
    .cost_el03_num04 {
        top: 6.9rem;
        right: 5.8rem;
        font-size: 4.6rem;
    }
    .cost_el04 {
        margin: 8.5rem auto 1rem;
        font-size: 1.8rem;
        line-height: 1;
    }
    .cost_el04:before {
        top: -6rem;
        border-top: 3rem solid #1450e1;
        border-left: 3.5rem solid rgba(255, 255, 255, 0);
        border-right: 3.5rem solid rgba(255, 255, 255, 0);
    }
    .cost_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 3rem;
    }
    .cost_el05 {
        width: 24.8rem;
        margin: 0;
    }
    .cost_el06 {
        margin: 1rem 0 0 1rem;
        font-size: 3.6rem;
        line-height: 1;
    }
    .cost_el07 {
        width: 90rem;
        font-size: 1.2rem;
        line-height: 1.333;
    }
    #ai {
        padding: 16rem 0 0;
    }
    .ai_ttl {
        margin: 0 auto 3rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    .ai_ttl img {
        width: 20rem;
        margin: 0 1.2rem;
    }
    .ai_txt {
        font-size: 1.6rem;
    }
    .ai_block {
        width: 100rem;
        padding: 5rem 0;
        border: 0.1rem solid #a7a7a7;
    }
    .ai_block-01 {
        margin: 0 auto;
    }
    .ai_el01 {
        width: 90rem;
        margin: 0 auto 1rem;
        font-size: 2.4rem;
        line-height: 1;
    }
    .ai_el02 {
        width: 90rem;
        margin: 0 auto 2.5rem;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .ai_el03 {
        width: 90.2rem;
    }
    .ai_el04 {
        width: 90rem;
        margin: 0 auto 1rem;
        font-size: 2.4rem;
        line-height: 1;
    }
    .ai_flex {
        display: flex;
        justify-content: space-between;
        width: 90rem;
        margin: 0 auto 2rem;
    }
    .ai_el05 {
        width: 51.8rem;
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .ai_el06 {
        width: 35.7rem;
        margin: 1rem 0 0 2.5rem;
    }
    .ai_block-03 {
        display: flex;
        width: 90rem;
    }
    .ai_el07 {
        width: 13rem;
        height: auto;
        padding: 0;
        font-size: 2.4rem;
    }
    .ai_el08 {
        width: 77rem;
        margin: 0;
        padding: 1.5rem 2rem;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    #network {
        padding: 10rem 0 15rem;
    }
    .network_ttl {
        margin: 0 auto 5rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    .network_block {
        position: relative;
        width: 100rem;
        padding: 4.5rem 0;
        border: 0.1rem solid #a7a7a7;
    }
    .network_block-01 {
        position: relative;
    }
    .network_el01 {
        width: 45rem;
        margin: 0 0 1rem 5rem;
        font-size: 2.4rem;
        line-height: 1;
    }
    .network_el02 {
        width: 45rem;
        margin: 0 0 4rem 5rem;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .network_el03 {
        position: absolute;
        z-index: 2;
        top: 0.8rem;
        right: 3rem;
        width: 41.6rem;
        margin: 0;
    }
    .network_block-02 {
        position: relative;
    }
    .network_el04 {
        width: 45rem;
        margin: 0 0 1rem 5rem;
        font-size: 2.4rem;
        line-height: 1;
    }
    .network_el05 {
        width: 45rem;
        margin: 0 0 3rem 5rem;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .network_el06 {
        width: 46.7rem;
        margin: 0 0 0 5rem;
    }
    .network_el07 {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 3.4rem;
        width: 41.8rem;
        margin: 0;
    }
    .network_el08 {
        position: absolute;
        z-index: 2;
        top: 15rem;
        right: 5rem;
        width: 40rem;
        margin: 0;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.5625;
    }
    .network_el09 {
        width: 100rem;
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 1.333;
    }
    #club {
        padding: 13rem 0 15rem;
    }
    .club_ttl {
        margin: 0 auto 1.5rem;
        font-size: 3.2rem;
        line-height: 1.313;
    }
    .club_txt {
        width: 90rem;
        margin: 0 auto 4.5rem;
        font-size: 1.6rem;
        line-height: 1.625;
        text-align: center;
    }
    .club_block {
        position: relative;
        width: 100rem;
        margin: 0 auto 3rem;
    }
    .club_el01 {
        width: 100rem;
        margin: 0 auto;
    }
    .club_btn {
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0;
        width: 50rem;
        height: 8rem;
        margin: 0;
    }
    .club_btn a {
        font-size: 2.4rem;
        background-size: 2.4rem auto;
    }
    .club_list {
        width: 82rem;
        margin: 0 auto 3rem;
    }
    .club_list li {
        width: 26rem;
        height: 26rem;
        background-image: url(../img/club_bg_pc.png);
    }
    .club_list_ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 12.8rem;
        padding: 5rem 0 0;
        font-size: 2.4rem;
        line-height: 1.417;
    }
    .club_list_txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .club_el02 {
        font-size: 2.4rem;
    }
    #spec {
        padding: 17rem 0 0;
    }
    .spec_ttl {
        font-size: 3.2rem;
    }
    #spec01 {
        padding: 3.5rem 0 0;
    }
    .spec01_ttl {
        margin: 0 auto 1.5rem;
        font-size: 3.2rem;
    }
    .spec01_txt {
        margin: 0 auto 5.5rem;
        font-size: 1.6rem;
    }
    .spec01_bg {
        max-width: 180rem;
        margin: 0 auto;
        padding: 7rem 0 8rem;
        background-image: url(../img/spec_bg01_pc.jpg);
        background-size: 180rem auto;
    }
    .spec01_block {
        width: 63rem;
        margin: 0 auto 1.5rem;
        padding: 4rem 0 4rem;
        transform: translate(-18.5rem, 0);
    }
    .spec01_block > div {
        margin: 0 auto 3rem;
        padding: 0 0 3rem;
        background-image: url(../img/spec_border01_pc.png);
        background-size: 56.6rem auto;
    }
    .spec01_el01 {
        margin: 0 0 1rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec01_el02 {
        width: 53rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec01_el03 {
        margin: 0 0 2rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec01_el04 {
        width: 54rem;
        margin: 0 0 0 5rem;
    }
    .spec01_el04 th {
        height: 3rem;
        font-size: 1.6rem;
    }
    .spec01_el04 td {
        height: 3.2rem;
        font-size: 1.6rem;
    }
    .spec01_el05 {
        margin: 0 0 1rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec01_el06 {
        width: 53rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec01_el07 {
        width: 54.1rem;
        margin: 0 0 0 5rem;
    }
    .spec01_el08 {
        width: 100rem;
        margin: 0 auto 12rem;
    }
    .spec01_el08 li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .spec01_btn {
        width: 50rem;
        height: 8rem;
    }
    .spec01_btn span {
        font-size: 2.4rem;
        padding: 0;
        background-position: right 2rem center;
    }
    #spec02 {
        padding: 16rem 0 0;
    }
    .spec02_block {
        width: 53rem;
        margin: 0 auto 1rem;
        padding: 3rem 0;
        transform: translate(-23.5rem, 0);
    }
    .spec02_block > div {
        margin: 0 auto 2.5rem;
        padding: 0 0 2.2rem;
        background-image: url(../img/spec_border02_pc.png);
        background-size: 46.4rem auto;
    }
    .spec02_ttl {
        margin: 0 auto 2.5rem;
        font-size: 3.2rem;
    }
    .spec02_txt {
        font-size: 1.6rem;
    }
    .spec02_bg {
        max-width: 180rem;
        margin: 0 auto;
        padding: 7rem 0 8rem;
        background-image: url(../img/spec_bg02_pc.jpg);
        background-size: 180rem auto;
    }
    .spec02_el01 {
        margin: 0 0 1rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec02_el02 {
        width: 44rem;
        margin: 0 auto 1.5rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec02_el03 {
        width: 37.8rem;
        margin: 0 auto 2rem;
    }
    .spec02_el04 {
        width: 43rem;
        margin: 0 auto 3.5rem;
    }
    .spec02_el04 th {
        height: 3.2rem;
        font-size: 1.8rem;
    }
    .spec02_el04 th:first-child {
        width: 19rem;
    }
    .spec02_el04 td {
        height: 3.6rem;
        font-size: 1.8rem;
    }
    .spec02_el05 {
        bottom: -3.6rem;
        left: 15.8rem;
        width: 17.2rem;
    }
    .spec02_el06 {
        margin: 0 0 1rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec02_el07 {
        width: 44rem;
        margin: 0 auto 2rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec02_el08 {
        width: 45rem;
        margin: 0 0 0 5rem;
    }
    .spec02_el09 {
        width: 100rem;
        margin: 0 auto 5rem;
    }
    .spec02_el09 li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .spec02_btn {
        width: 40rem;
        height: 7rem;
        transform: translate(-23rem, 0);
    }
    .spec02_btn span {
        padding: 0;
        font-size: 2.4rem;
        background-position: right 2.8rem center;
        background-size: 3.3rem auto;
    }
    #spec03 {
        padding: 16rem 0 0;
    }
    .spec03_ttl {
        margin: 0 auto 1.5rem;
        font-size: 3.2rem;
    }
    .spec03_txt {
        margin: 0 auto 5.5rem;
        font-size: 1.6rem;
    }
    .spec03_bg {
        max-width: 180rem;
        margin: 0 auto;
        padding: 53.7rem 0 0;
        background-image: url(../img/spec_bg03_pc.jpg);
        background-size: 180rem auto;
    }
    .spec03_block {
        display: flex;
        justify-content: space-between;
        width: 100rem;
        padding: 3rem 0 2.5rem;
    }
    .spec03_block > div {
        width: 50rem;
        margin: 0;
        padding: 0;
        background-image: url(../img/spec_border03_pc.png);
        background-position: right center;
        background-size: 0.2rem auto;
    }
    .spec03_el01 {
        margin: 0 0 2rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec03_el02 {
        width: 40rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec03_el03 {
        margin: 0 0 2rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec03_el04 {
        width: 40rem;
        margin: 0 auto 1.5rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec03_el05 {
        width: 40rem;
        margin: 0 auto;
    }
    .spec03_el05 li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .spec04_bg {
        max-width: 180rem;
        margin: 0 auto;
        padding: 6rem 0 8rem;
        border-radius: 0 0 2rem 2rem;
    }
    .spec04_ttl {
        font-size: 2.4rem;
    }
    .spec04_txt {
        width: 100rem;
        margin: 0 auto 4rem;
        font-size: 1.6rem;
        line-height: 1.625;
        text-align: center;
    }
    .spec04_flex {
        display: flex;
        justify-content: space-between;
        width: 100rem;
        margin: 0 auto 3rem;
    }
    .spec04_notes {
        width: 100rem;
    }
    .spec04_notes li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .spec05_ttl {
        margin: 0 auto 1.8rem;
        font-size: 2.4rem;
    }
    .spec05_flex {
        width: 49rem;
        margin: 0 0 3.5rem;
    }
    .spec05_col {
        width: 24rem;
    }
    .spec05_col p {
        margin: 0.8rem auto 0;
        font-size: 1.6rem;
    }
    .spec05_btn {
        width: 40rem;
        height: 7rem;
    }
    .spec05_btn a {
        padding: 0;
        font-size: 2.4rem;
        background-position: right 2.2rem center;
        background-size: 2.4rem auto;
    }
    #spec06 {
        padding: 0;
    }
    .spec06_ttl {
        margin: 0 auto 1.8rem;
        font-size: 2.4rem;
    }
    .spec06_flex {
        width: 49rem;
        margin: 0 0 3.5rem;
    }
    .spec06_col {
        width: 24rem;
    }
    .spec06_col p {
        margin: 0.8rem auto 0;
        font-size: 1.6rem;
    }
    .spec06_btn {
        width: 40rem;
        height: 7rem;
        margin: 0 auto;
    }
    .spec06_btn span {
        padding: 0;
        font-size: 2.4rem;
        background-position: right 2.6rem center;
        background-size: 3.3rem auto;
    }
    #spec07 {
        padding: 15rem 0 0;
    }
    .spec07_ttl {
        font-size: 3.2rem;
    }
    .spec07_txt {
        width: 100rem;
        margin: 0 auto 4.5rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec07_bg {
        max-width: 180rem;
        margin: 0 auto;
        padding: 5rem 0 12rem;
        background-image: url(../img/spec_bg04_pc.jpg);
        background-size: 180rem auto;
    }
    .spec07_block {
        width: 53rem;
        padding: 4.5rem 0 13rem;
        transform: translate(-23.5rem, 0);
    }
    .spec07_block > div {
        padding: 0 0 3.5rem;
        background-image: url(../img/spec_border02_pc.png);
        background-size: 46.4rem auto;
    }
    .spec07_el01 {
        margin: 0 0 1rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec07_el02 {
        width: 43rem;
        margin: 0 auto 2rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec07_el03 {
        width: 43rem;
    }
    .spec07_el03 li {
        font-size: 1.2rem;
        line-height: 1.333;
        font-feature-settings: "palt";
    }
    .spec07_el04 {
        margin: 0 0 1rem 5rem;
        font-weight: 600;
        font-size: 2.4rem;
    }
    .spec07_el05 {
        width: 43rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .spec07_el06 {
        right: 4.4rem;
        width: 11.1rem;
    }
    #app {
        padding: 5rem 0 0;
    }
    .app_flex {
        width: 53.6rem;
        margin: 0 auto 5rem;
    }
    .apple {
        width: 21.8rem;
    }
    .google {
        width: 27.1rem;
    }
    .app_ttl {
        width: 100rem;
        margin: 0 auto 1.5rem;
        font-size: 2.4rem;
    }
    .app_txt {
        width: 100rem;
        margin: 0 auto 1rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .app_notes {
        width: 100rem;
    }
    .app_notes li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .app_option_btn {
        width: 38rem;
        height: 7.7rem;
        margin: 15.3rem auto 0;
    }
    .app_option_btn span {
        padding: 0;
        font-size: 2.4rem;
        letter-spacing: -10%;
        background-position: right 2.6rem center;
        background-size: 3rem auto;
    }
    #faq {
        padding: 15rem 0 0;
    }
    .faq_ttl {
        margin: 0 auto 5rem;
        font-size: 3.2rem;
    }
    .faq_block {
        width: 100rem;
    }
    .faq_block > div:last-child {
        margin: 0 auto 7.5rem;
    }
    .faq_block dt {
        padding: 4rem 8rem 4rem 12.5rem;
        font-size: 1.6rem;
    }
    .faq_block dt:before {
        left: 5rem;
        width: 4.1rem;
        height: 4.5rem;
        background-image: url(../img/faq_q_pc.png);
    }
    .faq_block dt:after {
        right: 5rem;
        font-size: 3.5rem;
    }
    .faq_block dd {
        padding: 0 15rem 0 12.5rem;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .faq_block dd p {
        margin: auto 0 3.5rem;
    }
    .faq_btn {
        width: 24rem;
        height: 4rem;
        margin: 0 auto 16rem;
    }
    .faq_btn a {
        padding: 0;
        border-radius: 2rem;
        font-size: 1.6rem;
        background-position: right 2rem center;
        background-size: 1.6rem auto;
    }
    #quality {
        padding: 14rem 0 0;
    }
    .quality_ttl {
        margin: 0 auto 4.5rem;
        font-size: 3.2rem;
        line-height: 1.313;
    }
    .quality_block {
        width: 100rem;
        margin: 0 auto 8.8rem;
    }
    .quality_block > li {
        justify-content: flex-start;
        padding: 2.5rem 0;
    }
    .quality_block > li:last-child {
        padding: 3.5rem 0 4rem;
    }
    .authentication_mark{
        width: 100rem;
        margin: 0 auto 9.6rem;
        background: #fff;
        padding-bottom: 4.3rem;
    }
    .authentication_mark .text{
        color: #1d1d1f;
        font-size: 1.2rem;
        line-height: 1.333;
        margin-left: 7rem;
        font-weight: 500;
    }
    .authentication_mark .text li {
        padding: 0 0 0 1em;
        text-indent: -1em;
    }
    .quality_img01 {
        width: 16.1rem;
        margin: 0 0 0 7.5rem;
    }
    .quality_img02 {
        width: 16rem;
        margin: 0 0 0 7.5rem;
    }
    .quality_img03 {
        width: 16.8rem;
        margin: 0 0 0 7.5rem;
    }
    .quality_img04 {
        width: 45.6rem;
        margin: 0 0 0 7.5rem;
    }
    .quality_el01 {
        width: 50rem;
        margin: 0 0 2rem 5rem;
        font-size: 2.4rem;
        line-height: 1.308;
    }
    .quality_el02 {
        width: 50rem;
        margin: 0 0 0 5rem;
    }
    .quality_el02 li {
        font-size: 1.2rem;
        line-height: 1.667;
    }
    .quality_el03 {
        width: 50rem;
        margin: 0 0 1rem 5rem;
        font-size: 2.4rem;
        line-height: 1.308;
    }
    .quality_el04 {
        width: 50rem;
        margin: 0 0 0 5rem;
    }
    .quality_el04 li {
        font-size: 1.2rem;
        line-height: 1.667;
    }
    .quality_el05 {
        width: 50rem;
        margin: 0 0 1rem 5rem;
        font-size: 2.4rem;
        line-height: 1.308;
    }
    .quality_el06 {
        width: 50rem;
        margin: 0 0 0 5rem;
    }
    .quality_el06 li {
        font-size: 1.2rem;
        line-height: 1.667;
    }
    .quality_el07 {
        display: flex;
        flex-wrap: wrap;
        width: 60rem;
        margin: -4.5rem 0 0 28rem;
    }
    .quality_el07 li {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    #voice {
        padding: 15rem 0 0;
    }
    .voice_ttl {
        font-size: 3.2rem;
    }
    .voice_block01 {
        width: 86rem;
    }
    .voice01_head {
        width: 72.6rem;
        height: 20.4rem;
        background-image: url(../img/voice_img01_pc.png);
    }
    .voice01_ttl {
        margin: 0 0 0 4.5rem;
        padding: 2.5rem 0 2rem;
        font-size: 2.4rem;
        line-height: 1.417;
    }
    .voice01_name {
        width: 50rem;
        margin: 0 0 0 4rem;
    }
    .voice01_body {
        width: 78rem;
        margin: -8rem auto 0;
        padding: 8rem 3rem 3rem;
        border: 0.1rem solid #a7a7a7;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .voice_block02 {
        width: 88rem;
        margin: 0 auto 15rem;
    }
    .voice02_head {
        width: 72.6rem;
        height: 20.4rem;
        background-image: url(../img/voice_img02_pc.png);
    }
    .voice02_ttl {
        margin: 0 0 0 17.5rem;
        padding: 2.5rem 0 2rem;
        font-size: 2.4rem;
        line-height: 1.417;
    }
    .voice02_name {
        width: 50rem;
        margin: 0 0 0 17rem;
    }
    .voice02_body {
        width: 78rem;
        margin: -8rem auto 0;
        padding: 8rem 3rem 3rem;
        border: 0.1rem solid #a7a7a7;
        font-size: 1.6rem;
        line-height: 1.625;
    }
    #footer {
        padding: 2rem 0 8rem;
    }
    .footer_link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 1.5rem;
    }
    .footer_link li {
        position: relative;
        margin: 0 2.5rem;
        padding: 0.7rem 0;
    }
    .footer_link li:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: -2.5rem;
        height: 100%;
        border-right: 1px solid #5b85ea;
    }
    .footer_link li:last-child:after {
        border: none;
    }
    .footer_link a {
        font-size: 1.6rem;
    }
    .copyrights {
        font-size: 1.2rem;
    }
    #pagetop {
        bottom: 7rem;
    }
    #popup_wrapper {
        align-items: center;
        width: 100rem;
        max-height: calc(100vh - 5rem);
        margin: 2.5rem auto;
        overflow: auto;
    }
    .popup_item {
        display: none;
    }
    #option_system_popup {
        padding: 8rem 4.5rem;
        border-radius: 5rem;
    }
    #popup_close {
        position: absolute;
        z-index: 2;
        top: 4.5rem;
        right: 50%;
        width: 16rem;
        transform: translate(45rem, 0);
    }
    #conversion {
        max-width: 192rem;
        margin: 0 auto;
    }
    .conversion_btn {
        width: 63.4rem;
        margin: 6rem auto 10rem;
    }
    .conversion_btn li {
        width: 15.4rem;
        height: 7.8rem;
        font-size: 1.6rem;
    }
    .conversion_ttl {
        margin: 0 auto 4rem;
        font-size: 3.2rem;
        line-height: 1;
    }
    #catalog,
    #inquiry,
    #quote,
    #video {
        display: none;
        padding: 0 0 7rem;
    }
    .magazin_img {
        width: 90rem;
        margin: 0 auto;
    }
    .magazin_txt {
        width: 90rem;
        margin: 3rem auto 8rem;
        font-size: 16px;
        text-align: center;
    }
    .v-agreement__badge.is-fixed {
        bottom: auto !important;
    }
    #fixed_nav ul {
        width: 74rem;
        margin: 1rem auto;
    }
    #fixed_nav li {
        width: 17rem;
        height: 4rem;
        font-size: 1.6rem;
    }
    .catalog_block {
        width: 90rem;
    }
    .catalog_block li {
        width: 28.7rem;
        padding: 3rem 0 2rem;
    }
    .catalog_block_img {
        width: 20rem;
        margin: 0 auto 2.8rem;
    }
    .catalog_block_btn {
        width: 24rem;
    }
    .catalog_block_btn:hover {
        opacity: 0.8;
    }
    .inquiry_block {
        width: 100%;
        max-width: 100rem;
    }
    .inquiry_img {
        width: 90rem;
    }
    .inquiry_btn {
        top: 18.8rem;
        left: 5.6rem;
        width: 43.2rem;
    }
    .video_block {
        width: 100%;
        max-width: 100rem;
        padding: 5rem 0 6rem;
    }
    .video_img {
        width: 60rem;
        margin: 0 auto 2rem;
    }
    .video_txt {
        width: 60rem;
    }
}
@media (min-width: 1231px) {
    .header_sp {
        display: none;
    }
    .header_pc {
        display: block;
    }
    .header_wrapper {
        position: relative;
        max-width: 128rem;
        margin: 0 auto;
        padding: 0 3rem 0 3.5rem;
    }
    .header_btn {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0.2rem 0 0 0.5rem;
    }
    .header_contact {
        margin: 0;
    }
    .header_menu {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        max-height: none;
        margin: 0.6rem 1.5rem 0 auto;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        overflow-y: visible;
    }
    .header_menu li {
        width: auto;
        margin: 0 1.5rem;
        padding: 0;
        border: none;
    }
    .header_menu a {
        padding: 0;
        font-size: 1.5rem;
    }
    .header_menu a:hover {
        text-decoration: underline;
    }
    .header_blank_r_sp {
        margin: 0.1rem 0 0 0.5rem;
    }
    .header_blank_l_sp {
        margin: 0.1rem 1rem 0 0;
    }
    .header_download_sp {
        margin: 0.2rem 0 0 0.5rem;
    }
    .header_download_sp {
        margin: 0.2rem 0 0 0.5rem;
    }
    .header_menu_other {
        display: flex;
        font-size: 1.5rem;
        cursor: pointer;
    }
    .header_other {
        display: none;
        position: absolute;
        z-index: 2;
        bottom: -0.2rem;
        left: 88.5rem;
        width: 26rem;
        padding: 2rem 0;
        background-color: #fff;
        border-radius: 2rem;
        box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
        transform: translate(0, 100%);
    }
    .header_other:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: -1.1rem;
        left: 50%;
        width: 4rem;
        height: 3.2rem;
        background-image: url(../img/header_arrow_pc.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        transform: translate(-50%, 0);
    }
    .header_other li {
        width: 22rem;
        margin: 0 auto;
        border-bottom: 0.2rem solid #dbdbdb;
    }
    .header_other li a {
        display: flex;
        align-items: center;
        padding: 1.5rem 0;
        color: #1d1d1f;
        font-size: 1.5rem;
        text-decoration: none;
    }
    .header_other .close {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14rem;
        height: 4rem;
        margin: 2rem auto 0;
        padding: 0 1.5rem 0 0;
        background-image: url(../img/header_close_pc.png);
        background-repeat: no-repeat;
        background-position: right 1.8rem center;
        border: 0.2rem solid #1450e1;
        border-radius: 2rem;
        font-size: 1.5rem;
        text-align: center;
        cursor: pointer;
    }
}
.spec_ttl_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.spec_ttl_award {
    width: 10.9rem;
    transform: translateY(-2rem);
    margin-left: 2rem;
}
.resilience_el12 {
    width: 45.8rem;
    margin: 0 0 2rem 2rem;
}
.resilience_el13 {
    margin: 0 auto 0;
    width: 64.9rem;
}
.resilience_block03 {
    padding: 0 0 5rem;
}
.spec01_el02 .txt_space01 {
    letter-spacing: -0.5em;
}
@media (min-width: 769px) {
    .resilience_block03 {
        padding-bottom: 6.9rem;
        margin-top: -0.8rem;
    }
    .resilience_el12 {
        width: 32.1rem;
        margin: -0.8rem auto 1.3rem 5rem;
    }
    .resilience_el13 {
        width: 90.1rem;
        margin: 0 auto;
    }
    .spec01_el08 {
        width: 63rem;
        transform: translate(-18.5rem, 0);
    }
    .spec_ttl_flex {
        display: flex;
        justify-content: center;
        padding-left: 10.9rem;
    }
    .spec_ttl_award {
        width: 10.9rem;
        transform: translateY(-2.5rem);
        margin-left: 2.5rem;
    }
    .spec01_bg {
        background-size: 180rem 100%;
    }
    .spec02_el09 {
        width: 53rem;
        transform: translate(-23.5rem, 0);
    }
}
#mv .c-breadcrumb{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    max-width: 1280px;
    width: 100%;
    padding: 0 28px;
    margin: 10px auto 0;
}
#mv .c-breadcrumb .c-breadcrumb__list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    color: #555;
}
#mv .c-breadcrumb .c-breadcrumb__list li {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.117647;
    letter-spacing: 0.052941em;
    position: relative;
}
#mv .c-breadcrumb .c-breadcrumb__list a {
    color: #555;
    text-decoration: none;
    transition: 0.5s;
}
#mv .c-breadcrumb .c-breadcrumb__list a:hover {
    color: #113293;
}
#mv .c-breadcrumb .c-breadcrumb__list li:not(:first-child) {
    margin-left: 16px;
}
#mv .c-breadcrumb .c-breadcrumb__list li:not(:first-child)::before {
    content: "";
    display: inline-block;
    background: url(/_assets/images/common/ico_arrow_black.svg) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}
@media screen and (max-width: 48em) {
    #mv .c-breadcrumb{
        margin: 0;
        padding: 0 4vw;
        position: absolute;
        top: 16vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 11;
        max-width: 1280px;
        width: 100%;
    }
    #mv .c-breadcrumb .c-breadcrumb__list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0;
        margin: 0;
        color: #555;
    }
    #mv .c-breadcrumb .c-breadcrumb__list li {
        font-size: 2.8vw;
        line-height: 1.5;
    }
}
@media screen and (min-width: 48.0625em) {
    #pagetop a:hover {
        background-position: right 7px top 10px;
    }
}
#pagetop {
    display: none;
    position: fixed;
    z-index: 999;
    right: 1rem;
}
#pagetop a{
    width: 4rem;
    height: 4rem;
    background: url(/_assets/images/common/ico_arrow_white.svg) no-repeat center center rgba(17, 17, 17, 0.6);
    background-size: 20px 20px;
    display: inline-block;
    transform: rotate(-90deg);
    transition: opacity, background-position 0.3s;
    opacity: 0;
    cursor: pointer;
}
#pagetop a.is-static{
    opacity: 1;
}
@media screen and (max-width: 48em) {
    #pagetop {
        right: 2vw;
        bottom: 22vw;
    }
    #pagetop a {
        width: 10vw;
        height: 10vw;
        background-size: 5.33vw 5.33vw;
    }
}
#c-contact ul.v-form__group {
    justify-content: flex-start;
}