@charset "UTF-8";
/*----------------------------------
LP用スタイルシート
----------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role="list"],
ol[role="list"] {
    list-style: none
}

html:focus-within {
    scroll-behavior: auto
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font: inherit
}

sup {
    font-size: 66.66%;
}

sub {
    vertical-align: baseline;
    font-size: 66.66%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    font-size: 62.5%; /* 1rem = 10px */
}

body {
    font-family: "Noto Sans JP", 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    font-weight: 400; /* Regular */
    font-optical-sizing: auto;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    color: #111;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
    body {
        font-size: 1.6rem;
    }
}


/*
* ヘッダー
*/
.asp-header {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.asp-header-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 10px 16px 20px 16px;
}
.asp-header-logo {
    width: auto;
    height: 50px;
}
.asp-header-btn {
    display: block;
    position: relative;
    padding-right: 1em;
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
    transition: opacity ease 0.2s;
}
.asp-header-btn:hover {
    opacity: 0.7;
}
.asp-header-btn::after {
    position: absolute;
    top: calc(50% - 0.15em);
    right: 0;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .asp-header {
        height: 80px;
    }
    .asp-header-in {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
    }
    .asp-header-btn {
        font-size: 1.4rem;
    }
}

/*
* メインビジュアル
*/
.asp-mv {
    color: #FFF;
    background: #000 url(/smart-mobility/lp/aspice_a/asset/images/bg_kv_sp.jpg) no-repeat center top;
    background-size: contain;
}
.asp-mv-in {
    width: 100%;
    margin: 0 auto;
    padding: 7vw 3vw;
}
.asp-mv-ttl-tags {
    display: flex;
    justify-content: start;
    gap: 0 0.5em;
    margin-bottom: 5vw;
}
.asp-mv-ttl-tag {
    padding: 0 1em;
    border: 1px solid #fff;
    border-radius: 2em;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}
.asp-mv-ttl-tag-black {
    background-color: #000;
    color: #fff;
}
.asp-mv-ttl-txt {
    margin-bottom: 40vw;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.asp-mv-ttl-txt-small {
    margin-bottom: 4vw;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.asp-mv-cv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 5vw;
}
.asp-mv-award {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 3vw;
}
.asp-mv-award-item {
    flex: 1 1 100%;
    min-width: 100px;
}
.asp-mv-award-notice {
    font-size: 1.0rem;
}
@media screen and (min-width: 768px) {
    .asp-mv {
        height: 680px;
        background-image: url(/smart-mobility/lp/aspice_a/asset/images/bg_kv_pc.jpg);
        background-position: 50%;
        background-size: cover;
    }
    .asp-mv-in {
        max-width: 1200px;
        padding: 60px 10px 0px 10px;
    }
    .asp-mv-ttl-tags {
        gap: 20px;
        margin-bottom: 25px;
    }
    .asp-mv-ttl-tag {
        font-size: 2.4rem;
        padding: 0.1em 2em;
    }
    .asp-mv-ttl-txt {
        margin-bottom: 40px;
        font-size: 3.2rem;
        
    }
    .asp-mv-ttl-txt-small {
        margin-bottom: 5px;
        font-size: 2.4rem;
    }
    .asp-mv-cv {
        max-width: 736px;
        flex-direction: row;
        gap: 20px;
        margin-bottom: 40px;
    }
    .asp-mv-award {
        gap: 20px;
        max-width: 590px;
        margin-bottom: 20px;
        margin-left: 73px;
    }
    .asp-mv-award-notice {
        margin-left: 73px;
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 960px) {
    .asp-mv-ttl-txt {
        font-size: 4rem;
    }
    .asp-mv-ttl-txt-small {
        font-size: 3.2rem;
    }
}

/*
* バナー
*/
.asp-cv-banner {
    display: none;
}
@media screen and (min-width: 768px) {
    .asp-cv-banner {
        display: block;
        position: fixed;
        right: 16px;
        bottom: 95px;
        z-index: 2;
        width: 100%;
        width: 340px;
        border-radius: 10px;
        padding: 0;
        box-shadow: 0 0 8px rgba(0,0,0,0.08);
    }
    .asp-cv-banner-link {
        display: block;
        transition: opacity ease 0.2s;
    }
    .asp-cv-banner-link:hover {
        opacity: 0.7;
    }
    .asp-cv-banner-close {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #777 url(/smart-mobility/lp/aspice_a/asset/images/ico_bad.svg) no-repeat 50%;
        background-size: 10px;
        position: absolute;
        left: -8px;
        top: -8px;
        cursor: pointer;
        transition: opacity ease 0.2s;
    }
    .asp-cv-banner-close:hover {
        opacity: 0.7;
    }
}

/*
* 画面下部固定CV
*/
.asp-cvfixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}
.asp-cvfixed.asp-cvfixed-initialized {
    transition: opacity ease 0.2s;
    opacity: 1;
    pointer-events: auto;
}
.asp-cvfixed.asp-cvfixed-initialized.asp-cvfixed-hide,
.asp-cvfixed.asp-cvfixed-initialized.asp-cvfixed-disabled {
    opacity: 0;
    pointer-events: none;
}
.asp-cvfixed-btnctnr {
    display: flex;
    justify-content: center;
    gap: 0 8px;
    padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.2)
}
.asp-cvfixed-btnctnr .asp-btn {
    width: auto;
    margin: 0;
}
.asp-cvfixed-btnctnr .asp-btn-in {
    width: 170px;
    height: 45px;
    min-height: 40px;
    font-size: 1.35rem;
}
.asp-cvfixed-btnctnr .asp-btn-white {
    color: #C00;
}
@media screen and (min-width: 768px) {
    .asp-cvfixed-btnctnr {
        gap: 0 16px;
        padding-top: 16px;
		padding-bottom: 16px;
    }
    .asp-cvfixed-btnctnr .asp-btn-in {
        width: 280px;
        height: 55px;
        min-height: 55px;
        font-size: 1.8rem;
    }
}

/*
* CVボタン
*/
.asp-btn {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 0;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: opacity ease 0.2s;
    background-color: #cc0000;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
}
.asp-btn-in {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.asp-btn-in br {
    display: none;
}
.asp-btn:hover {
    opacity: 0.7;
}
.asp-btn-txt-small {
    font-size: 1.4rem;
}
.asp-btn-white {
    color: #111;
    background-color: #fff;
}
.asp-btn-small {
    width: fit-content;
    padding-left: 1em;
    padding-right: 1em;
}
.asp-btn-small .asp-btn-in {
    min-height: 2.5em;
}
@media screen and (min-width: 768px) {
    .asp-btn {
        font-size: 2.4rem;
        max-width: 420px;
    }
    .asp-btn-txt-small {
        font-size: 1.5rem;
    }
}

/*
* 改行
*/
.asp-br-sp {
    display: inline;
}
@media screen and (min-width: 768px) {
    .asp-br-sp {
        display: none;
    }
}
.asp-br-pc {
    display: none;
}
@media screen and (min-width: 768px) {
    .asp-br-pc {
        display: inline;
    }
}

/*
* コンテナ
*/
.asp-ctnr {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 3vw;
}
@media screen and (min-width: 768px) {
    .asp-ctnr {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*
* リスト
*/
.asp-list-checked {
}
.asp-list-checked li {
    position: relative;
    padding-left: 1.25em;
    line-height: 1.4;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.asp-list-checked li::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0.25em;
    background: url(/smart-mobility/lp/aspice_a/asset/images/ico_checked_red.svg) no-repeat 50%;
    background-size: contain;
}
.asp-list-checked-gray li::before {
    background-image: url(/smart-mobility/lp/aspice_a/asset/images/ico_checked_gray.svg);
}
.asp-list-checked-circle li {
    padding-left: 1.75em;
}
.asp-list-checked-circle li::before {
    width: 1.36em;
    height: 1.36em;
    top: 0.13em;
    background-image: url(/smart-mobility/lp/aspice_a/asset/images/ico_checked_circle_red.svg);
}
@media screen and (min-width: 768px) {
    .asp-list-checked li {
        padding-left: 32px;
    }
    .asp-list-checked li::before {
        content: '';
        display: block;
        width: 23px;
        height: 21px;
        top: 2px;
    }
    .asp-list-checked-circle li {
        padding-left: 35px;
    }
    .asp-list-checked-circle li::before {
        width: 24px;
        height: 24px;
        top: 2px;
    }
}

/*
* ご支援事例
*/
.asp-case-selectors {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0 3px;
    min-height: 5.7em;
}
.asp-case-selector {
    flex: 0 1 33.33%;
    display: block;
    padding: 0.75em 0;
    color: #111;
    text-align: center;
    border-radius: 8px 8px 0 0;
    background-color: #ddd;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.25;
    transition: padding ease 0.02s, background-color ease 0.02s, color ease 0.02s;
}
.asp-case-selector:hover {
    background-color: #C00;
    color: #FFF;
}
.asp-case-selector.asp-accordion-selector-current {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-color: #C00;
    color: #FFF;
}
@media screen and (min-width: 768px) {
    .asp-case-selectors {
        gap: 0 20px;
    }
    .asp-case-selector {
        font-size: 1.9rem;
    }
}
@media screen and (min-width: 960px) {
    .asp-case-selector {
        font-size: 2.4rem;
    }
}

.asp-case-selectors-circle {
    position: absolute;
    left: 0;
    top: calc(5.7em + 22px);
    width: 100%;
    height: 13px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.asp-case-selector-circle {
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #c00;
    border-radius: 50%;
    background-color: #fff;
}
.asp-case-selector-circle:hover {
    background-color: #c00;
}
.asp-case-selector-circle.asp-accordion-selector-current {
    background-color: #c00;
}
@media screen and (min-width: 768px) {
    .asp-case-selectors-circle {
        top: calc(5.7em + 28px);
        height: 16px;
        gap: 14px;
    }
    .asp-case-selector-circle {
        width: 16px;
        height: 16px;
    }
}

.asp-case-items {
}
.asp-case-item {
    margin-bottom: 15px;
    padding: 60px 7px 30px 7px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
@media screen and (min-width: 768px) {
    .asp-case-item {
        margin-bottom: 35px;
        padding: 60px 50px 50px 50px;
    }
}

.asp-case-before,
.asp-case-after {
    padding: 8px;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.asp-case-before-ttl,
.asp-case-after-ttl {
    position: relative;
    padding: 0.25em 0;
    margin-bottom: 1.0em;
    border-radius: 4px;
    background-color: #656464;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
}
.asp-case-before-ttl::before,
.asp-case-after-ttl::before {
    content: '';
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    margin-bottom: -0.05em;
    margin-right: 0.4em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.asp-case-before-ttl::after,
.asp-case-after-ttl::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 14px);
    bottom: -8px;
    width: 28px;
    height: 10px;
    margin: 0 auto;
    background-color: #C00;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.asp-case-before .asp-list-checked,
.asp-case-after .asp-list-checked {
    font-weight: 500;
}
.asp-case-before .asp-list-checked li,
.asp-case-after .asp-list-checked li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.asp-case-before-ttl {
    background-color: #656464;
}
.asp-case-before-ttl::before{
    background-image: url(/smart-mobility/lp/aspice_a/asset/images/ico_bad.svg);
}
.asp-case-before-ttl::after{
    background-color: #656464;
}
.asp-case-after {
    background-color: #fcf2f2;
}
.asp-case-after-ttl {
    background-color: #c00;
}
.asp-case-after-ttl::before {
    background-image: url(/smart-mobility/lp/aspice_a/asset/images/ico_good.svg);
}
.asp-case-after-ttl::after {
    background-color: #C00;
}
@media screen and (min-width: 768px) {
    .asp-case-before,
    .asp-case-after {
        padding: 22px 18px;
    }
    .asp-case-before-ttl,
    .asp-case-after-ttl {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 2rem;
    }
    .asp-case-before-ttl::after,
    .asp-case-after-ttl::after {
        left: calc(50% - 25px);
        bottom: -13px;
        width: 50px;
        height: 15px;
    }
    .asp-case-before .asp-list-checked,
    .asp-case-after .asp-list-checked {
        font-size: 1.8rem;
    }
}

.asp-case-result {
    margin-top: 22px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fcf2f2;
}
.asp-case-result-head {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    background-color: #C00;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}
.asp-case-result-arrow {
    margin-top: -1px;
    width: 100%;
    height: 10px;
    background-color: #C00;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.asp-case-result-body {
    padding: 5px 15px 20px 15px;
    font-size: 1.4rem;
    font-weight: 500;
    background-color: #fcf2f2;
}
@media screen and (min-width: 768px) {
    .asp-case-result {
        display: flex;
    }
    .asp-case-result-head {
        flex: 0 0 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.8rem;
    }
    .asp-case-result-arrow {
        flex: 0 0 16px;
        margin-top: 0;
        margin-left: -1px;
        width: 10px;
        height: auto;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }
    .asp-case-result-body {
        flex: 0 1 100%;
        padding: 13px 20px;
        font-size: 1.8rem;
    }
}

/*
* スクロールに関する注意（SP）
*/

.asp-spscroll-notice {
    margin: 10px 0 0 20px;
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .asp-spscroll-notice {
        display: none;
    }
}

/*
* その他ご支援事例
*/
.asp-other {
    padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .asp-other {
        padding-bottom: 60px;
    }
}

.asp-other-box {
    margin-bottom: 15px;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
@media screen and (min-width: 768px) {
    .asp-other-box {
        margin-bottom: 35px;
        padding: 50px 0px;
    }
}

.asp-other-ttl {
    padding: 0px 20px 15px 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}
.asp-other-ttl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: -0.75em;
    left: 0;
    background-color: #999;
}
.asp-other-ttl-in {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #FFF;
    padding-left: 1em;
    padding-right: 1em;
}
@media screen and (min-width: 768px) {
    .asp-other-ttl {
        padding-left: 0;
        padding-right: 0;
        font-size: 1.8rem;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

.asp-other-tbl-ctnr {
    overflow: scroll;
    margin-left: 20px;
}
.asp-other-tbl {
    width: 760px;
    border-collapse: collapse;
    text-align: center;
    font-size: 1.2rem;
}
.asp-other-tbl-th {
    border: 6px solid #fff;
    padding: 0.25em 0;
    background-color: #C00;
    color: #FFF;
    font-weight: 500;
}
.asp-other-tbl-th-1 {
    background-color: #fff;
}
.asp-other-tbl-th-5 {
    width: 200px;
}
.asp-other-tbl-td {
    padding: 20px;
}
.asp-other-tbl-num {
    display: inline-block;
    background-color: #ef5050;
    color: #FFF;
    text-align: center;
    width: 3em;
    height: 3em;
    line-height: 3em;
    font-weight: 500;
}
.asp-other-tbl tbody tr:nth-child(odd) {
    background-color: #fcf2f2;
}
@media screen and (min-width: 768px) {
    .asp-other-tbl-ctnr {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }
    .asp-other-tbl {
        width: 100%;
        font-size: 1.6rem;
    }
    .asp-other-tbl-th-5 {
        width: 260px;
    }
    .asp-other-tbl-num {
        width: 2em;
        height: 2em;
        line-height: 2em;
    }
}

.asp-other-support-list {
    text-align: left;
}
.asp-other-support-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 1em;
}
.asp-other-support-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.44em;
    height: 0.44em;
    border-radius: 50%;
    background-color: #ef5050;
}
.asp-other-support-num {
    flex: 0 0 2.5em;
    text-align: right;
}
@media screen and (min-width: 768px) {
}

/*
* ご支援までの流れ
*/
.asp-flow {
    padding-bottom: 50px;
}
.asp-flow-box {
    border-top: 8px solid #C00;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    padding: 20px 15px 15px 15px;
}
.asp-flow-issue {
    margin-bottom: 1em;
    font-weight: 500;
    text-align: center;
}
.asp-flow-issue-em {
    font-size: 1.8rem;
    font-weight: 700;
    color: #C00;
}
.asp-flow-img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .asp-flow {
        max-width: 1080px;
        padding-bottom: 120px;
    }
    .asp-flow-item.asp-cols-sp1pc3 {
        flex-basis: 30.2%;
    }
    .asp-flow-issue-em {
        font-size: 2.0rem;
    }
}

.asp-flow-solution {
    position: relative;
    border-radius: 8px;
    margin-top: 38px;
    padding: 20px 20px;
    background-color: #fcf2f2;
}
.asp-flow-solution::before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 41px);
    top: -28px;
    width: 82px;
    height: 18px;
    margin: 0 auto;
    background-color: #C00;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.asp-flow-solution-ttl {
    margin-bottom: 0.75em;
    text-align: center;
    font-weight: 500;
}
.asp-flow-solution-ttl-em {
    font-size: 2.2rem;
    color: #C00;
}
.asp-flow-solution-tag {
    border-radius: 20px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .asp-flow-solution {
        padding: 25px 26px;
    }
    .asp-flow-solution-ttl-em {
        font-size: 2.4rem;
    }
}

.asp-flow-box-notice {
    position: relative;
    border: 1px solid #F4D3D3;
    border-radius: 8px;
    margin: 20px 11px 15px 11px;
    padding: 10px 20px;
    background-color: #fcf2f2;
}
.asp-flow-box-notice::before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 22px);
    top: -10px;
    width: 44px;
    height: 10px;
    margin: 0 auto;
    background-color: #F4D3D3;
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
}
.asp-flow-box-notice::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 22px);
    top: -9px;
    width: 44px;
    height: 10px;
    margin: 0 auto;
    background-color: #fcf2f2;
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
}
.asp-flow-box-notice-ttl {
    border-radius: 20px;
    margin: 0.25em 0;
    padding: 0.25em 0;
    background-color: #f4d3d3;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .asp-flow-box-notice-ttl {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .asp-flow-box-notice {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.4rem;
    }
}

/*
* コンバージョンエリア
*/
.asp-bg-cv {
    padding: 30px 0;
    background: url(/smart-mobility/lp/aspice_a/asset/images/bg_cv.jpg) no-repeat center bottom;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    .asp-bg-cv {
        padding: 65px 0;
    }
}

/*
* よくあるご質問
*/
.asp-faq {
    padding-bottom: 40px;
}
.asp-faq-box {
    margin-bottom: 15px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
.asp-faq-item {
    position: relative;
    padding-left: 32px;
}
.asp-faq-icon-wrap {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.asp-faq-icon-wrap-q {
    top: 0px;
    background-color: #C00;
}
.asp-faq-icon-wrap-a {
    top: 1px;
    background-color: #f5f5f5;
}
.asp-faq-icon {
    width: 12px;
    height: 12px;
}
.asp-faq-txts-q {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: justify;
}
.asp-faq-txts-a {
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: justify;
}
@media screen and (min-width: 768px) {
    .asp-faq {
        padding-bottom: 100px;
    }
    .asp-faq-box {
        margin-bottom: 17px;
        padding: 25px;
    }
    .asp-faq-item {
        padding-left: 40px;
    }
    .asp-faq-icon-wrap {
        width: 32px;
        height: 32px;
    }
    .asp-faq-icon-wrap-q {
        top: 0px;
    }
    .asp-faq-icon-wrap-a {
        top: 1px;
    }
    .asp-faq-icon {
        width: 15px;
        height: 16px;
    }
    .asp-faq-txts-q {
        font-size: 2.0rem;
    }
    .asp-faq-txts-a {
        font-size: 1.6rem;
    }
}

/*
* 背景下矢印
*/
.asp-bgarrowb {
    position: relative;
    padding: 40px 0 0 0;
    margin-bottom: 90px;
}
.asp-bgarrowb::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -69px;
    background-color: #f8f8f8;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
    .asp-bgarrowb {
        margin-bottom: 170px;
        padding-top: 50px;
    }
    .asp-bgarrowb::after {
        height: 110px;
        bottom: -109px;
    }
}

/*
* ご相談ください。
*/
.asp-consult {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
.asp-consult-ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: url(/smart-mobility/lp/aspice_a/asset/images/bg_arrow_b.png) no-repeat center bottom;
    background-size: contain;
}
.asp-consult-ttl-small {
    margin-bottom: 0.25em;
    font-size: 1.6rem;
}
.asp-consult-ttl-big {
    font-size: 2.0rem;
}
.asp-consult-theme {
    padding: 30px 15px;
    border-radius: 8px;
    background-color: #fcf2f2;
    font-size: 1.6rem;
    font-weight: 500;
}
.asp-consult-theme-ttl {
    margin-bottom: 0.75em;
    font-weight: 700;
    text-align: center;
}
.asp-consult-theme-list li {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.asp-consult-cv-btn {
    position: relative;
    margin-top: 70px;
}
.asp-consult-cv-btn::before {
    content: '';
    display: block;
    width: 50px;
    height: 130px;
    background: url(/smart-mobility/lp/aspice_a/asset/images/bg_figure.svg) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -95px;
}
.asp-consult-cv-btn .asp-btn {
    position: relative;
}
.asp-consult-cv-ttl {
    margin: 1.0em 0 0.5em 0;
    text-align: center;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .asp-consult {
        padding: 20px 48px 48px 48px;
    }
    .asp-consult-ttl {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .asp-consult-ttl-small {
        font-size: 2.4rem;
    }
    .asp-consult-ttl-big {
        font-size: 3.2rem;
    }
    .asp-consult-lr {
        display: flex;
        justify-content: space-between;
    }
    .asp-consult-theme {
        position: relative;
        flex: 0 0 55%;
        padding: 25px;
        font-size: 2rem;
    }
    .asp-consult-theme::before {
        content: '';
        display: block;
        width: 70px;
        height: 205px;
        background: url(/smart-mobility/lp/aspice_a/asset/images/bg_figure.svg) no-repeat center bottom;
        background-size: contain;
        position: absolute;
        right: 20px;
        bottom: -20px;
    }
    .asp-consult-theme-ttl-in {
        position: relative;
        z-index: 1;
        display: inline-block;
        background-color: #fcf2f2;
        padding-left: 1em;
        padding-right: 1em;
    }
    .asp-consult-theme-ttl::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: relative;
        top: -0.75em;
        left: 0;
        background-color: #C00;
    }
    .asp-consult-theme .asp-list-checked {
        padding-right: 60px;
    }
    .asp-consult-cv {
        flex: 0 0 40%;
    }
    .asp-consult-cv-btn {
        margin-top: 50px;
    }
    .asp-consult-cv-btn::before {
        content: none;
    }
}

/*
* こんな課題はありませんか？
*/
.asp-issue {
    padding-top: 50px;
    text-align: center;
}
.asp-issue-ttl-small {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: 500;
}
.asp-issue-ttl-big {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: 700;
}
.asp-issue-item {
    margin-bottom: 20px;
}
.asp-issue-item-img {
    display: block;
    width: 100%;
    max-width: 256px;
    margin: 0 auto 10px auto;
}
.asp-issue-item-ttl {
    margin-bottom: 0.75em;
    font-size: 1.8rem;
    font-weight: 700;
}
.asp-issue-item-txt {
    line-height: 1.75;
}
@media screen and (min-width: 768px) {
    .asp-issue {
        padding-top: 90px;
    }
    .asp-issue-ttl-small {
        margin-bottom: 0.5em;
        font-size: 2.4rem;
    }
    .asp-issue-ttl-big {
        margin-bottom: 0.5em;
        font-size: 3.2rem;
    }
    .asp-issue-list {
        display: flex;
        justify-content: space-between;
    }
    .asp-issue-item {
        flex: 0 0 32%;
        margin-bottom: 0;
    }
    .asp-issue-item-img {
        max-width: 320px;
    }
    .asp-issue-item-ttl {
        margin-bottom: 0.25em;
        font-size: 2.0rem;
    }
    .asp-issue-item-txt {
        font-size: 1.6rem;
    }
}

/*
* 日立ソリューションズなら
*/
.asp-solution {
    padding-bottom: 50px;
}
.asp-solution-txt {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.asp-solution-item {
    margin-bottom: 20px;
}
.asp-solution-item-ttl-1 {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.asp-solution-item-ttl-2 {
    position: relative;
    margin-bottom: 0.5em;
    border-radius: 50px;
    padding: 5px 0;
    background-color: #c00;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
.asp-solution-item-num {
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 8px;
    top: 6px;
    background-color: #FFF;
    color: #C00;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.asp-solution-item-ttl-3 {
    margin-bottom: 0.2em;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.asp-solution-item-ttl-3::before {
    content: '';
    display: block;
    width: 80px;
    height: 26px;
    margin: 0 auto 20px auto;
    background-color: #C00;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.asp-solution-item-ttl-4 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.asp-solution-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .asp-solution { 
        padding-bottom: 120px;
    }
    .asp-solution-txt {
        margin-bottom: 1.5em;
        font-size: 3.6rem;
    }
    .asp-solution-items {
        display: flex;
        justify-content: space-between;
    }
    .asp-solution-item {
        flex: 0 0 49.2%;
        margin-bottom: 30px;
    }
    .asp-solution-item-ttl-1 {
        font-size: 2rem;
    }
    .asp-solution-item-ttl-2 {
        font-size: 2.4rem;
    }
    .asp-solution-item-num {
        left: 10px;
        top: 8px;
        font-size: 2rem;
    }
    .asp-solution-item-ttl-3 {
        font-size: 2.8rem;
    }
    .asp-solution-item-ttl-3::before {
        margin-bottom: 30px;
    }
    .asp-solution-item-ttl-4 {
        margin-bottom: 0;
        font-size: 3.6rem;
    }
    .asp-solution-img {
        margin-bottom: 40px;
    }
}

/*
* 見出し
*/
.asp-ttl-1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    position: relative;
}
.asp-ttl-1::after {
    content: "";
    width: 60px;
    height: 4px;
    margin: auto;
    background-color: #C00;
    position: absolute;
    inset: auto 0 0 0;
}
@media screen and (min-width: 768px) {
    .asp-ttl-1 {
        font-size: 4.0rem;
        margin-bottom: 48px;
        padding-bottom: 31px;
    }
    .asp-ttl-1::after {
        width: 80px;
        height: 4px;
    }
}

.asp-ttl-2 {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0.5em;
}
.asp-ttl-2-large {
}
.asp-ttl-2-num {
    display: block;
    margin: 0 auto 1em auto;
}
.asp-ttl-2-num-img {
    width: auto;
    height: 35px;
}
@media screen and (min-width: 768px) {
    .asp-ttl-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        font-size: 2.8rem;
    }
    .asp-ttl-2-large {
        font-size: 3.2rem;
    }
    .asp-ttl-2-num {
        flex: 0 0 95px;
        margin: 10px 0 0 0;
    }
    .asp-ttl-2-num-img {
        display: block;
        margin-right: auto;
        margin-left: 0;
        height: 65px;
    }
    .asp-ttl-2-body {
        flex: 0 0 calc(100% - 95px);
        padding-right: 95px;
    }
    .asp-ttl-2-body-wide {
        padding-right: 70px;
    }
}

.asp-ttl-3 {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .asp-ttl-3 {
        font-size: 3.2rem;
    }
}

/*
* ボックス
*/
.asp-box-white {
    margin-bottom: 15px;
    padding: 30px 7px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}
@media screen and (min-width: 768px) {
    .asp-box-white {
        margin-bottom: 35px;
        padding: 48px;
    }
}

.asp-box-ltr {
}
.asp-box-ltr-l {
    margin-bottom: 10px;
}
.asp-box-ltr-arrow {
    display: block;
    width: 80px;
    height: 26px;
    margin: 0 auto 10px auto;
    background-color: #C00;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
    .asp-box-ltr {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .asp-box-ltr-l {
        flex: 0 0 calc(50% - 21px);
        margin-bottom: 0;
    }
    .asp-box-ltr-arrow {
        align-self: center;
        width: 26px;
        height: 80px;
        margin-bottom: 0;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }
    .asp-box-ltr-r {
        flex: 0 0 calc(50% - 21px);
    }
}

/*
* レイアウト
*/
.asp-cols {
}
.asp-cols-sp1pc3 {
    margin-bottom: 15px;
}
.asp-cols-sp1pc3:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .asp-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .asp-cols-sp1pc3 {
        flex: 0 0 33%;
        margin-bottom: 0;
    }
}


/*
* 画像
*/
.asp-img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.asp-img-shadow {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

/*
* 特徴
*/
.asp-feature {
    padding-top: 40px;
}
.asp-feature-txt {
    margin-bottom: 1.5em;
    font-weight: 500;
    text-align: center;
}
.asp-feature-1.asp-box-white {
    padding-left: 0;
    padding-right: 0;
}
.asp-feature-1-img-ctnr {
    overflow: scroll;
    margin-left: 7px;
}
.asp-feature-1-img-ctnr .asp-img {
    width: 850px;
    max-width: none;
    margin-right: 7px;
}
@media screen and (min-width: 768px) {
    .asp-feature {
        padding-top: 100px;
    }
    .asp-feature-txt {
        font-size: 1.8rem;
    }
    .asp-feature-1.asp-box-white {
        padding: 48px;
    }
    .asp-feature-1-img-ctnr {
        max-width: 1084px;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }
    .asp-feature-1-img-ctnr .asp-img {
        width: 100%;
        margin-right: auto;
    }
}

/*
* 日立ソリューションズが選ばれる理由
*/
.asp-reason {
}
.asp-reason-num {
    position: relative;
    height: 30px;
}
.asp-reason-num-img {
    position: absolute;
    top: -65px;
    left: calc(50% - 35px);
}
.asp-box-white:has(.asp-reason-num) {
    margin-top: 65px;
}
@media screen and (min-width: 768px) {
    .asp-reason-num {
        height: 10px;
    }
    .asp-reason-num-img {
        top: -95px;
        left: calc(50% - 44px);
        width: 88px;
    }
    .asp-box-white:has(.asp-reason-num) {
        margin-top: 80px;
    }
    .asp-reason-img {
        position: relative;
        left: -54px;
    }
    .asp-reason-1.asp-box-white {
        padding-left: 44px;
        padding-right: 43px;
    }
}

/*
* 支援実績
*/
.asp-records {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    letter-spacing: 0;
    margin-top: 25px;
}
.asp-record {
    flex: 0 0 49%;
    padding: 25px 3.0vw 15px 3.0vw;
    position: relative;
    background-color: #fcf2f2;
    border-radius: 8px;
    text-align: center;
}
.asp-record::before {
    content: '';
    display: block;
    width: 15px;
    height: 19px;
    position: absolute;
    left: calc(50% - 6px);
    top: -3px;
    background: url(/smart-mobility/lp/aspice_a/asset/images/bg_ribbon.svg) no-repeat 50%;
    background-size: contain;
}
.asp-record-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2.6em;
}
.asp-record-head-txt-l {
    font-size: 1.2rem;
    font-weight: 500;
}
.asp-record-head-txt-s {
    font-size: 1.0rem;
    font-weight: 500;
}
.asp-record-body-txt-l {
    font-size: 5.2rem;
    font-weight: 600;
    color: #C00;
    line-height: 1.1;
    font-family: "Barlow", "Noto Sans JP", 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
}
.asp-record-body-txt-m {
    font-size: 3.2rem;
    font-weight: 600;
    color: #C00;
    line-height: 1.1;
    font-family: "Barlow", "Noto Sans JP", 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
}
.asp-record-body-txt-s {
    font-size: 1.6rem;
    font-weight: 500;
    color: #C00;
}
.asp-record-body-txt-xs {
    font-size: 0.8rem;
    font-weight: 500;
    color: #C00;
}
@media screen and (min-width: 768px) {
    .asp-records {
        gap: 13px 0;
        margin-top: 40px;
    }
    .asp-record {
        flex-basis: 24%;
        padding: 27px 10px 15px 10px;
        min-height: 160px;
    }
    .asp-record::before {
        width: 19px;
        height: 24px;
        left: calc(50% - 8px);
        top: -4px;
    }
    .asp-record-head-txt-l {
        font-size: 1.6rem;
    }
    .asp-record-head-txt-s {
        font-size: 1.4rem;
    }
    .asp-record-body-txt-l {
        font-size: 5.6rem;
    }
    .asp-record-body-txt-m {
        font-size: 3.6rem;
    }
    .asp-record-body-txt-s {
        font-size: 2.0rem;
    }
    .asp-record-body-txt-xs {
        font-size: 1.2rem;
    }
}

/*
* アコーディオン
*/
.asp-accordion {
    position: relative;
}
.asp-accordion-selector {
}
.asp-accordion-tab {
    display: none;
}
.asp-accordion-tab-current {
    display: block;
}

/*
* 本サービスに関するお問い合わせは
*/
.asp-cv {
    padding-right: 22px;
    padding-left: 22px;
}
.asp-cv-ttl {
    margin-bottom: 1em;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}
.asp-cv-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .asp-cv-ttl {
        font-size: 2.8rem;
    }
    .asp-cv-area {
        flex-direction: row;
    }
    .asp-cv-area .asp-btn {
        max-width: 360px;
        margin-left: 0;
        margin-right: 0;
    }
}

/*
* フッター
*/
.asp-footer {
    padding: 45px 0;
    text-align: center;
}
.asp-footer-nav {
    display: flex;
    justify-content: center;
    gap: 2em;
    margin-bottom: 1.5em;
}
.asp-footer-nav-Item {
    font-size: 1.2rem;
}
.asp-footer-nav-Item a {
    text-decoration: none;
    color: #111;
}
.asp-copyright {
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .asp-footer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .asp-footer-in {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .asp-footer-nav {
        display: block;
        margin-bottom: 0;
    }
    .asp-footer-nav-Item {
        display: inline-block;
        line-height: 1.2;
        padding-right: 1em;
        margin-right: 1em;
        border-right: 1px solid #111;
    }
    .asp-footer-nav-Item:last-child {
        border-right: none;
    }
    .asp-footer-nav-Item a {
        transition: opacity ease 0.2s;
    }
    .asp-footer-nav-Item a:hover {
        opacity: 0.7;
    }
    .asp-copyright {
        font-size: 1.2rem;
        line-height: 1;
    }
}

/*
* ユーティリティ
*/
.asp-c-red {
    color: #C00;
}

.asp-notice {
    color: #555;
    font-size: 1.2rem;
}

.asp-bg-gray {
    background-color: #f8f8f8;
}

.asp-fw-m {
    font-weight: 500;
}

.asp-ta-c {
    text-align: center;
}

.asp-ta-r {
    text-align: right;
}

.asp-ls-0 {
    letter-spacing: 0;
}


.asp-pt-50-100 {
    padding-top: 50px;
}
@media screen and (min-width: 768px) {
    .asp-pt-50-100 {
        padding-top: 100px;
    }
}

.asp-mt-40-80 {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .asp-mt-40-80 {
        margin-top: 80px;
    }
}

.asp-mt-05e {
    margin-top: 0.5em;
}

.asp-mt-10e {
    margin-top: 1.0em;
}

.asp-mb-10 {
    margin-bottom: 10px;
}

.asp-mb-10em {
    margin-bottom: 1.0em;
}

.asp-mb-15em {
    margin-bottom: 1.5em;
}

.asp-mb-0-pc {
}
@media screen and (min-width: 768px) {
    .asp-mb-0-pc {
        margin-bottom: 0;
    }
}

.asp-fz-16-20 {
    font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
    .asp-fz-16-20 {
        font-size: 2.0rem;
    }
}

.asp-opacity-transition {
    transition: opacity ease 0.2s;
}
@media screen and (min-width: 768px) {
    .asp-opacity-transition:hover {
        opacity: 0.7;
    }
}