@charset "UTF-8";
/* ---------------------------------------------
*   l-conversionBoxA1
--------------------------------------------- */
.l-conversionBoxA1 {
    padding: 0 70px 60px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1 {
        display: block;
        padding: 0 20px 40px;
    }
}
.l-conversionBoxA1__inner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 45px;
    margin: 90px auto 10px;
    padding: 50px 7.5%;
    background-color: #F2F4F8;
    border-radius: 6px;
}
@media screen and (min-width: 1441px) {
    .l-conversionBoxA1__inner {
        padding: 50px 97px;
    }
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__inner {
        display: block;
        padding: 60px 50px 50px;
    }
}
.l-conversionBoxA1__inner--yahooAds {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__inner--yahooAds {
        padding-top: 40px;
        padding-bottom: 63px;
    }
}
.l-conversionBoxA1__textCol {
    width: 525px;
    color: #00003E;
}
.l-conversionBoxA1__textCol--download {
    color: #03003E;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__textCol {
        width: auto;
        font-size: 1.4rem;
        text-align: center;
    }
}
.l-conversionBoxA1__textCol p {
    font-family: "UD新ゴ M", sans-serif !important;
}
.l-conversionBoxA1__text {
    font-weight: bold;
    color: #00003E;
}
.l-conversionBoxA1__appeal {
    margin-top: 6px;
    font-family: "UD新ゴ B", sans-serif !important;
    font-size: 3.1rem;
    font-weight: 800;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__appeal {
        margin-top: 16px;
        font-size: 2.4rem;
    }
}
.l-conversionBoxA1__appeal--navy {
    color: #00003E;
}
.l-conversionBoxA1__btnCol {
    flex: 1 0 0%;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__btnCol {
        width: auto;
        margin-top: 16px;
    }
}
.l-conversionBoxA1__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 68px;
    padding: 0 20px;
    font-size: 2.1rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #F77911;
    border: 2px solid #F77911;
    border-radius: 100px;
    transition: all 0.2s var(--transition-default);
}
@media (hover: hover) and (pointer: fine) {
    .l-conversionBoxA1__btn:hover {
        text-decoration: none;
        color: #F77911;
        background-color: #fff;
    }
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__btn {
        max-width: 450px;
        height: 54px;
        margin-inline: auto;
        font-size: 1.6rem;
    }
}
.l-conversionBoxA1__btnLarge {
    max-width: 450px;
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__btnLarge {
        margin-inline: auto;
    }
}
.l-conversionBoxA1__btnLarge a {
    width: 100%;
    font-size: 2.1rem;
    padding: 19px 47px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxA1__btnLarge a {
        font-size: 1.6rem;
        padding: 16px 45px;
    }
}
.l-conversionBoxA1__btnInner {
    position: relative;
}

/* ---------------------------------------------
*   l-conversionBoxB1
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .l-conversionBoxB1--cta {
        padding: 0 20px;
    }
}
.l-conversionBoxB1--cta .l-conversionBoxB1__container {
    max-width: 1200px;
    margin: 0 auto 60px;
}
.l-conversionBoxB1__container {
    padding: 68px 20px 60px 20px;
    background-color: #F2F4F8;
    text-align: center;
}
.l-conversionBoxB1__ttlBox {
    margin-top: 0;
}
.l-conversionBoxB1__ttl {
    text-align: center;
    font-size: 3rem;
    color: #00003E;
}
.l-conversionBoxB1__txt {
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB1__txt--spLeft {
        max-width: 590px;
        margin: 0 auto 20px;
        text-align: left;
    }
}
.l-conversionBoxB1__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 395px;
    min-height: 40px;
    padding: 2px 50px 2px 28px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.428;
    text-decoration: none;
    color: #00003E;
    border: 2px solid #00003E;
    border-radius: 100px;
    transition: all 0.2s linear;
}
.l-conversionBoxB1__link::after {
    content: "\e900";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-family: "linebiz-icon";
    color: #FFF;
    background-color: #00003E;
    border-radius: 100%;
    transform: scale(0.5) translateY(-50%);
    transform-origin: 100% 0;
    transition: all 0.2s var(--transition-default);
}
.l-conversionBoxB1__link--red {
    color: #FF0033 !important;
    border: 2px solid #FF0033 !important;
}
.l-conversionBoxB1__link--red::after {
    background-color: #FF0033 !important;
}
.l-conversionBoxB1__link--red:hover {
    color: #FFF !important;
    background-color: #FF0132 !important;
    text-decoration: none !important;
}
.l-conversionBoxB1__link--red:hover::after {
    color: #FF0132 !important;
    background-color: #FFF !important;
}
.l-conversionBoxB1__pdf {
    text-align: center;
}
.l-conversionBoxB1__atentionBox {
    display: flex;
    justify-content: center;
}
.l-conversionBoxB1__atentionTxt {
    text-align: initial;
    font-size: 1.2rem;
    line-height: 1.4166666667;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB1__atentionTxt--shrink {
        flex-shrink: 0;
    }
}

/* ---------------------------------------------
*   l-conversionBoxB2
--------------------------------------------- */
.l-conversionBoxB2--type1 .pageH3Area {
    margin-top: 0;
    margin-bottom: 0;
}
.l-conversionBoxB2--type1 .l-conversionBoxB2__btnBox {
    margin-top: 35px;
}
.l-conversionBoxB2--type1 .l-conversionBoxB2__container {
    padding-top: 68px;
}
.l-conversionBoxB2--type1 .l-conversionBoxB2__list {
    margin-top: 35px;
}
.l-conversionBoxB2__container {
    max-width: 1200px;
    margin: 90px auto 10px;
    padding: 38px 20px 80px 20px;
    background-color: #F2F4F8;
    text-align: center;
}
.l-conversionBoxB2__ttl {
    font-size: 3rem;
    text-align: center;
    color: #00003E;
}
.l-conversionBoxB2__btnBox {
    display: flex;
    justify-content: center;
    gap: 55px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB2__btnBox {
        display: block;
    }
}
.l-conversionBoxB2__btn--dl {
    width: 320px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB2__btn--dl {
        width: 275px;
        margin-inline: auto;
    }
}
.l-conversionBoxB2__btn a {
    color: #fff;
}
.l-conversionBoxB2__btn a:hover {
    color: #F77911;
}
.l-conversionBoxB2__btn.orangeBtn a {
    color: #fff !important;
}
.l-conversionBoxB2__btn.orangeBtn a:hover {
    color: #F77911 !important;
}
.l-conversionBoxB2__headTxt {
    margin-top: 10px;
}
.l-conversionBoxB2__btn2 {
    margin-top: 15px;
}
.l-conversionBoxB2__btn2.navyBtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 18px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.2;
    min-width: 360px;
    border-radius: 50px;
    transition: all 0.4s;
    letter-spacing: 0.2rem;
    min-height: 66px;
    color: #00003E !important;
    border: 2px solid #fff;
    background-color: #fff;
    transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB2__btn2.navyBtn a {
        font-size: 1.4rem;
        width: 100%;
        min-width: inherit;
        max-width: 335px;
        min-height: 54px;
        letter-spacing: 0.4rem;
    }
}
.l-conversionBoxB2__btn2.navyBtn a:hover {
    border: 2px solid #00003E;
    background-color: #00003E;
    color: #fff !important;
    text-decoration: none;
}
.l-conversionBoxB2__list {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB2__list {
        width: 100%;
    }
}
.l-conversionBoxB2__list--short {
    width: -moz-fit-content;
    width: fit-content;
}
.l-conversionBoxB2__listItem {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB2__listItem {
        font-size: 1.2rem;
        line-height: 1.6666666667;
    }
}

/* ---------------------------------------------
*   l-conversionBoxB3
--------------------------------------------- */
.l-conversionBoxB3 {
    padding: 0 20px;
}
.l-conversionBoxB3__container {
    max-width: 860px;
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB3__container {
        padding: 0;
    }
}
.l-conversionBoxB3__head {
    margin-bottom: 50px;
    text-align: center;
}
.l-conversionBoxB3__btn {
    margin-top: 50px;
}
.l-conversionBoxB3__txt {
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB3__txt {
        -moz-text-align-last: auto;
             text-align-last: auto;
    }
}

/* ---------------------------------------------
*   l-conversionBoxB4
--------------------------------------------- */
.l-conversionBoxB4__container {
    max-width: 1200px;
    margin: 90px auto 40px;
    padding: 38px 20px 80px 20px;
    background-color: #F2F4F8;
    text-align: center;
}
.l-conversionBoxB4__ttlBox {
    margin: 30px auto 10px;
}
.l-conversionBoxB4__ttl {
    font-size: 3rem;
    text-align: center;
    color: #00003E;
}
.l-conversionBoxB4__btnBox {
    display: flex;
    justify-content: center;
    gap: 55px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB4__btnBox {
        display: block;
    }
}
.l-conversionBoxB4__headTxt {
    margin-top: 10px;
}
.l-conversionBoxB4__btn {
    margin-top: 20px;
}
.l-conversionBoxB4__btn.navyBtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 18px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.2;
    min-width: 360px;
    border-radius: 50px;
    transition: all 0.4s;
    letter-spacing: 0.2rem;
    min-height: 66px;
    color: #00003E !important;
    border: 2px solid #fff;
    background-color: #fff;
    transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB4__btn.navyBtn a {
        font-size: 1.4rem;
        width: 100%;
        min-width: inherit;
        max-width: 335px;
        min-height: 54px;
        letter-spacing: 0.4rem;
    }
}
.l-conversionBoxB4__btn.navyBtn a:hover {
    border: 2px solid #00003E;
    background-color: #00003E;
    color: #fff !important;
}
.l-conversionBoxB4__list {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB4__list {
        width: 100%;
    }
}
.l-conversionBoxB4__list--short {
    width: -moz-fit-content;
    width: fit-content;
}
.l-conversionBoxB4__listItem {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB4__listItem {
        font-size: 1.2rem;
        line-height: 1.6666666667;
    }
}

/* ---------------------------------------------
*   l-conversionBoxB5
--------------------------------------------- */
.l-conversionBoxB5 {
    padding: 0 70px 60px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5 {
        display: block;
        padding: 0 20px 40px;
    }
}
.l-conversionBoxB5__container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 45px;
    margin: 100px auto 10px;
    padding: 50px 7.5%;
    background-color: #F2F4F8;
    border-radius: 6px;
}
@media screen and (min-width: 1441px) {
    .l-conversionBoxB5__container {
        padding: 50px 97px;
    }
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__container {
        display: block;
        padding: 60px 45px 50px;
        margin: 60px auto 10px;
    }
}
.l-conversionBoxB5__textCol {
    width: 530px;
    color: #00003E;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__textCol {
        width: auto;
        font-size: 1.4rem;
        text-align: center;
    }
}
.l-conversionBoxB5__text {
    font-weight: bold;
    color: #00003E;
}
.l-conversionBoxB5__appeal {
    margin-top: 6px;
    font-size: 3.1rem;
    font-weight: 800;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__appeal {
        margin-top: 16px;
        font-size: 2.4rem;
    }
}
.l-conversionBoxB5__appeal--navy {
    color: #00003E;
}
.l-conversionBoxB5__contactCol {
    border-top: 1px solid #DCDCDC;
    margin-top: 10px;
    padding-top: 10px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__contactCol {
        text-align: center;
        margin-top: 27px;
    }
}
.l-conversionBoxB5__contactTxt {
    font-size: 1.6rem;
    color: #00003E;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__contactTxt {
        font-size: 1rem;
    }
}
.l-conversionBoxB5__contactLink {
    font-size: 2.4rem;
    color: #00003E;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__contactLink {
        font-size: 3rem;
    }
    .l-conversionBoxB5__contactLink:hover {
        text-decoration: unset;
    }
}
.l-conversionBoxB5__btnCol {
    margin-top: 58px;
    flex: 1 0 0%;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__btnCol {
        width: auto;
        margin-top: 16px;
    }
}
.l-conversionBoxB5__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 68px;
    padding: 0 20px;
    font-size: 2.1rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #F77911;
    border: 2px solid #F77911;
    border-radius: 100px;
    transition: all 0.2s var(--transition-default);
}
@media (hover: hover) and (pointer: fine) {
    .l-conversionBoxB5__btn:hover {
        text-decoration: none;
        color: #F77911;
        background-color: #fff;
    }
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__btn {
        max-width: 450px;
        height: 54px;
        margin-inline: auto;
        font-size: 1.6rem;
    }
}
.l-conversionBoxB5__btnLarge {
    max-width: 450px;
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__btnLarge {
        margin-inline: auto;
    }
}
.l-conversionBoxB5__btnLarge a {
    width: 100%;
    font-size: 2.1rem;
    padding: 19px 47px;
}
@media screen and (max-width: 1023px) {
    .l-conversionBoxB5__btnLarge a {
        font-size: 1.6rem;
        padding: 16px 45px;
    }
}
.l-conversionBoxB5__btnInner {
    position: relative;
}
.l-conversionBoxB5__txtLink {
    text-align: center;
    margin-top: 10px;
}

/* ---------------------------------------------
*   l-conversionC1
--------------------------------------------- */
.l-conversionC1 {
    margin-top: 80px;
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .l-conversionC1 {
        margin-top: 40px;
        margin-bottom: 100px;
    }
}
.l-conversionC1__container {
    max-width: 1020px;
    margin-inline: auto;
    padding-inline: 20px;
}
.l-conversionC1__btn {
    text-align: center;
}
.l-conversionC1__link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 388px;
    min-height: 40px;
    padding: 2px 50px 2px 28px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.428;
    text-align: left;
    text-decoration: none;
    color: #00003E;
    border: 2px solid #00003E;
    border-radius: 100px;
    transition: all 0.2s linear;
}
@media screen and (min-width: 1024px) {
    .l-conversionC1__link {
        white-space: nowrap;
    }
}
@media screen and (max-width: 1023px) {
    .l-conversionC1__link {
        font-size: 1.1rem;
    }
}
.l-conversionC1__link::after {
    content: "\e900";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-family: "linebiz-icon";
    color: #FFF;
    background-color: #00003E;
    border-radius: 100%;
    transform: scale(0.5) translateY(-50%);
    transform-origin: 100% 0;
    transition: all 0.2s var(--transition-default);
}
.l-conversionC1__link--red {
    color: #FF0033 !important;
    border: 2px solid #FF0033 !important;
}
.l-conversionC1__link--red::after {
    background-color: #FF0033 !important;
}
.l-conversionC1__link--red:hover {
    color: #FFF !important;
    background-color: #FF0132 !important;
    text-decoration: none !important;
}
.l-conversionC1__link--red:hover::after {
    color: #FF0132 !important;
    background-color: #FFF !important;
}

/* ---------------------------------------------
*   l-conversionBox
--------------------------------------------- */
/* ---------------------------------------------
*   l-containerE1
--------------------------------------------- */
.l-containerE1 {
    padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .l-containerE1 {
        padding-bottom: 20px;
    }
}

/* ---------------------------------------------
*   l-partnerConversion
--------------------------------------------- */
.l-partnerConversion {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F4F8;
    border-radius: 6px;
    padding: 60px;
}
@media screen and (max-width: 1023px) {
    .l-partnerConversion {
        padding: 24px 19px;
        border-radius: 3px;
    }
}
.l-partnerConversion__ttl {
    font-family: "UD新ゴ B", sans-serif;
    color: #00003E;
    font-weight: bold;
    font-size: 3.1rem;
}
@media screen and (max-width: 1023px) {
    .l-partnerConversion__ttl {
        font-size: 2.4rem;
        line-height: 1.3333333333;
        text-align: center;
    }
}
@media screen and (min-width: 1024px) {
    .l-partnerConversion__ttl .pc-hide {
        display: none;
    }
}
.l-partnerConversion__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-top: 15px;
}
@media screen and (max-width: 1023px) {
    .l-partnerConversion__txt {
        font-size: 1rem;
    }
}
.l-partnerConversion__btn {
    margin-top: 27px;
    width: 513px;
}
@media screen and (max-width: 1023px) {
    .l-partnerConversion__btn {
        width: 100%;
    }
}

/* ---------------------------------------------
*   l-footerGlobalE1
--------------------------------------------- */
.l-footerGlobalE1 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-footerGlobalE1 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
.l-footerGlobalE1.footer-global {
    padding: 0;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-blockB1
--------------------------------------------- */
.c-blockB1 {
    margin-top: 64px;
}
@media screen and (max-width: 1023px) {
    .c-blockB1 {
        width: 100%;
        padding-inline: 20px;
    }
}
.c-blockB1__container {
    width: 980px;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #FBEBEB;
    border: 1px solid #DFA6A6;
    border-radius: 6px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-blockB1__container {
        width: 100%;
        padding: 12px 6px 8px 0px;
        text-align: unset;
    }
}
.c-blockB1__txt {
    position: relative;
    padding-left: 28px;
    font-size: 1.4rem;
    font-family: "UD新ゴ B", sans-serif;
    font-weight: bold;
    color: #C9002C;
}
@media screen and (max-width: 1023px) {
    .c-blockB1__txt {
        display: inline-block;
        font-size: 1.3rem;
        line-height: 1.153;
        padding-left: 32px;
    }
}
.c-blockB1__txt::before {
    position: absolute;
    content: "";
    background: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/calendar/202301/img/icon_attention.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
    .c-blockB1__txt::before {
        width: 17px;
        height: 17px;
        left: 10px;
    }
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-blockD1
--------------------------------------------- */
.c-blockD1 {
    padding: 0 18px;
    border: 1px solid #D6D9E0;
    border-radius: 4px;
}
.c-blockD1__inner {
    margin-bottom: 26px;
    padding: 52px 55px;
    background-color: #F7F7F7;
    border-radius: 4px;
    display: none;
}
@media screen and (max-width: 1023px) {
    .c-blockD1__inner {
        padding: 32px;
    }
}
.c-blockD1__ttl {
    cursor: pointer;
    color: #212121;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 0 20px 60px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .c-blockD1__ttl {
        padding-left: 32px;
    }
}
.c-blockD1__ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 25px;
    width: 8px;
    height: 15px;
    background: url(/sites/default/files/media/jp/partner/technology/yahoo/application/measurement_partner/img/icon_arrow.svg) no-repeat;
    background-size: 8px 15px;
    transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
    .c-blockD1__ttl::before {
        left: 10px;
    }
}
.c-blockD1__ttl.open::before {
    transform: rotate(0);
}
.c-blockD1__clipttlWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.c-blockD1__ClipText {
    background-color: #fff;
    margin-bottom: 32px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #F7F7F7;
    font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
    .c-blockD1__ClipText {
        padding: 10px 20px;
    }
}
.c-blockD1__ClipArea {
    background-color: #fff;
    padding: 10px 30px;
    border: 1px solid #F7F7F7;
    border-radius: 4px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
    .c-blockD1__ClipArea {
        padding: 10px 20px;
    }
}
.c-blockD1__ClipButton {
    border: none;
    background: inherit;
    cursor: pointer;
    color: #1a72b0;
    position: relative;
}
.c-blockD1__ClipButton .c-blockD1__BalloonInverse {
    position: absolute;
    top: -50px;
    right: 10px;
    display: none;
}
.c-blockD1__ClipButton .c-blockD1__BalloonInverse.active {
    display: inline-block;
}

.c-blockD1__BalloonInverse {
    display: inline-block;
    position: relative;
    padding: 8px 25px;
    color: #545454;
    background-color: #fff;
    border-radius: 10em;
    font-size: 14px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.c-blockD1__BalloonInverse::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -7px;
    background: #fff;
    border-radius: 3px;
    transform: rotate(30deg) skewY(30deg) scaleX(0.9);
}
.c-blockD1__align-middle {
    vertical-align: middle;
}
.c-blockD1__txtBold {
    font-weight: 700;
}
.c-blockD1__link {
    text-decoration: underline;
    color: #000;
    font-weight: normal;
}
.c-blockD1__link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   c-blockE1
--------------------------------------------- */
.c-blockE1 {
    display: flex;
    align-items: center;
    padding: 28px 5.1020408163% 28px 2.8571428571%;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .c-blockE1 {
        display: block;
        background-color: #fff;
        padding: 18px 4.2666666667% 30px;
        border: none;
        border-radius: 3px;
    }
}
.c-blockE1__ttl {
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__ttl {
        font-size: 1.85rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-blockE1__ttl--sp {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .c-blockE1__ttl--pc {
        display: none;
    }
}
.c-blockE1__img {
    flex-shrink: 0;
    width: 30.8888888889%;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__img {
        margin-inline: auto;
        width: 64.4736842105%;
        margin-top: 48px;
    }
}
.c-blockE1__img img {
    width: 100%;
    height: auto;
}
.c-blockE1__inner {
    margin-left: 3.0368763557%;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__inner {
        margin-left: 0;
    }
}
.c-blockE1__txt {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__txt {
        font-size: 1.5rem;
        line-height: 1.7333333333;
        margin-top: 45px;
    }
}
.c-blockE1__list {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__list {
        margin-top: 16px;
    }
}
.c-blockE1__listItem {
    display: flex;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.4166666667;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__listItem {
        font-size: 1.1rem;
        line-height: 1.6363636364;
    }
}
.c-blockE1__listItem:nth-of-type(n + 2) {
    margin-top: 12px;
}
@media screen and (max-width: 1023px) {
    .c-blockE1__listItem:nth-of-type(n + 2) {
        margin-top: 8px;
    }
}
.c-blockE1__listNum {
    flex-shrink: 0;
}
.c-blockE1__listTxt {
    margin-left: 13px;
}

/* ---------------------------------------------
*   c-blockE2
--------------------------------------------- */
.c-blockE2__head {
    font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
    .c-blockE2__head {
        font-size: 1.25rem;
    }
}
.c-blockE2__body {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-blockE2__body {
        margin-top: 10px;
    }
}
.c-blockE2__fig {
    width: 79.4117647059%;
}
@media screen and (max-width: 1023px) {
    .c-blockE2__fig {
        width: 100%;
    }
}
.c-blockE2__list {
    margin-top: 25px;
}
@media screen and (max-width: 1023px) {
    .c-blockE2__list {
        margin-top: 34px;
    }
}
.c-blockE2__listItem {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .c-blockE2__listItem {
        font-size: 1.4rem;
        margin-top: 14px;
    }
}
.c-blockE2__listItem:first-of-type {
    margin-top: 0;
}
.c-blockE2__listNum {
    flex-shrink: 0;
    margin-right: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-blockE2__listNum {
        font-size: 1.3rem;
        margin-right: 4px;
    }
}

/* ---------------------------------------------
*   c-blockTabSelectorE1
--------------------------------------------- */
.c-blockTabSelectorE1 {
    display: flex;
}
@media screen and (max-width: 950px) {
    .c-blockTabSelectorE1 {
        display: block;
    }
}
.c-blockTabSelectorE1 button {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
}
@media screen and (max-width: 950px) {
    .c-blockTabSelectorE1 button {
        color: #545454;
    }
}
.c-blockTabSelectorE1 .tab__link {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: block;
    color: #545454;
    font-size: 16px;
}
@media screen and (max-width: 950px) {
    .c-blockTabSelectorE1 .tab__link {
        box-sizing: border-box;
        padding: 10px 45px 10px 15px;
        text-align: left;
    }
}
@media screen and (max-width: 950px) {
    .c-blockTabSelectorE1 .tab__link.is-current {
        background-color: #F5F5F5;
    }
}
.c-blockTabSelectorE1 .tab__link.is-current::after {
    animation: spreadLine 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}
.c-blockTabSelectorE1__item {
    font-size: 1.6rem;
}
/* ---------------------------------------------
*   c-boxA1
--------------------------------------------- */
.c-boxA1Wrap {
    display: flex;
    gap: 0 1.5625%;
    margin: 0 auto;
    padding: 50px 40px 0;
    max-width: 1280px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-boxA1Wrap {
        display: block;
        padding: 20px 20px;
        max-width: initial;
        background-color: #F5F5F5;
    }
}

.c-boxA1 {
    max-width: 590px;
    width: 100%;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1 {
        max-width: initial;
        background-color: #fff;
        border: none;
    }
}
@media screen and (max-width: 1023px) {
    .c-boxA1 + .c-boxA1 {
        margin-top: 20px;
    }
}
.c-boxA1__container {
    padding: 37px 30px 30px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__container {
        padding: 20px 15px 15px;
    }
}
.c-boxA1__head {
    padding: 0 26px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__head {
        padding: 0;
    }
}
.c-boxA1__head .pageH3Area {
    margin: 0;
}
.c-boxA1__head .pageTxt {
    margin-top: 10px;
    padding-left: 20px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__head .pageTxt {
        margin-top: 18px;
        padding-left: 0;
    }
}
.c-boxA1__head .orangeBtn {
    margin-top: 26px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__head .orangeBtn {
        margin-top: 14px;
    }
}
.c-boxA1__head .pageTxtLink {
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__head .pageTxtLink {
        margin-top: 14px;
    }
}
.c-boxA1__body {
    margin-top: 17px;
    padding: 33px 6px 30px;
    background-color: #F2F4F8;
    border-radius: 6px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__body {
        padding: 22px 21px 18px;
        text-align: left;
    }
}
.c-boxA1__body .pageTxt {
    margin: 0;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__body .pageTxt {
        font-size: 1.2rem;
    }
}
.c-boxA1__body .backBtn {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__body .backBtn {
        margin-top: 12px;
        margin-bottom: 0;
    }
}
.c-boxA1__body .pageTxtLink {
    margin-top: 16px;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__body .pageTxtLink {
        margin-top: 6px;
    }
}
@media screen and (max-width: 1023px) {
    .c-boxA1__body .pageTxtLink__arrow01 {
        font-size: 1rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-boxA1__body .pageTxtLink__arrow01::before {
        margin-right: 8px;
        transform: translateY(1px);
    }
}
.c-boxA1__btn {
    max-width: 356px;
    margin-inline: auto;
}
.c-boxA1__btn .backBtn a {
    width: 100%;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 21px 50px 21px 5px;
    letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__btn .backBtn a {
        font-size: 1.2rem;
        padding: 16px 45px 16px 3px;
    }
}
.c-boxA1__btn .backBtn__arrow01:before {
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    top: 50%;
}
@media screen and (max-width: 1023px) {
    .c-boxA1__btn .backBtn__arrow01:before {
        width: 22px;
        height: 22px;
        right: 16px;
    }
}
.c-boxA1__linkSmall .pageTxtLink {
    font-size: 1.2rem;
}

/* ---------------------------------------------
*   c-boxAnchorB
--------------------------------------------- */
.c-boxAnchorB {
    display: flex;
    justify-content: center;
}
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-boxE1
--------------------------------------------- */
.c-boxE1 {
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 20px;
}
@media screen and (max-width: 1023px) {
    .c-boxE1 {
        padding: 15px 11px;
        border-radius: 4px;
    }
}
.c-boxE1__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-boxE1__ttl {
    color: #fff;
    background-color: #06C755;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    padding: 10px;
}
@media screen and (max-width: 1023px) {
    .c-boxE1__ttl {
        font-size: 1.3rem;
        padding: 10px 7px 7px;
    }
}
.c-boxE1__content {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.03em;
    margin-left: 20px;
}
@media screen and (max-width: 1023px) {
    .c-boxE1__content {
        font-size: 1.1rem;
        line-height: 1.8181818182;
        margin-left: 10px;
    }
}

/* ---------------------------------------------
*   c-boxE2
--------------------------------------------- */
.c-boxE2 {
    max-width: 1060px;
    margin-inline: auto;
    padding-inline: 40px;
    color: #000;
    margin-top: 47px;
}
@media screen and (max-width: 1023px) {
    .c-boxE2 {
        margin-top: 0;
        padding: 19px 20px 30px;
        background-color: #F5F5F5;
    }
}
.c-boxE2 a {
    font-family: "UD新ゴ M", sans-serif;
}
.c-boxE2__container {
    border: 1px solid #D6D9E0;
    border-radius: 6px;
    padding: 43px 8.1632653061% 38px;
}
@media screen and (max-width: 1023px) {
    .c-boxE2__container {
        background-color: #fff;
        border: none;
        border-radius: 3px;
        padding: 24px 15px 16px;
    }
}
.c-boxE2__ttl {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    letter-spacing: 0.14em;
    margin-inline: auto;
    border-bottom: 2px solid #D6D9E0;
    padding-bottom: 7px;
}
@media screen and (max-width: 1023px) {
    .c-boxE2__ttl {
        font-size: 1.8rem;
        letter-spacing: 0.03em;
    }
}
.c-boxE2__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-top: 47px;
}
@media screen and (max-width: 1023px) {
    .c-boxE2__txt {
        font-size: 1.3rem;
        line-height: 1.8461538462;
        margin-top: 19px;
    }
}
@media screen and (max-width: 1023px) {
    .c-boxE2__outsideTxt {
        margin-top: -10px;
    }
}
.c-boxE2 a {
    color: #000;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-boxE2 a:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-boxE3
--------------------------------------------- */
.c-boxE3 {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 30px 8.3333333333% 30px 10.5555555556%;
}
@media screen and (max-width: 1023px) {
    .c-boxE3 {
        background-color: #fff;
        border: 1px solid #DEDEDE;
        padding: 20px;
        border-radius: 3px;
    }
}
.c-boxE3__head {
    display: flex;
    align-items: center;
}
.c-boxE3__icon {
    max-width: 88px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-boxE3__icon {
        max-width: none;
        width: 44px;
    }
}
.c-boxE3__headTxt {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
    margin-left: 16px;
}
@media screen and (max-width: 1023px) {
    .c-boxE3__headTxt {
        font-size: 1.6rem;
        line-height: 1.25;
        margin-left: 13px;
    }
}
.c-boxE3__body {
    margin-top: 17px;
}
@media screen and (max-width: 1023px) {
    .c-boxE3__body {
        margin-top: 24px;
    }
}
.c-boxE3__listItem {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    padding-left: 1.3em;
    margin-top: 9px;
}
@media screen and (max-width: 1023px) {
    .c-boxE3__listItem {
        font-size: 1.35rem;
    }
}
.c-boxE3__listItem:first-of-type {
    margin-top: 0;
}
.c-boxE3__listItem::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1023px) {
    .c-boxE3__listItem--spSmall {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------
*   c-boxE4
--------------------------------------------- */
.c-boxE4 {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 29px 4.4117647059%;
}
@media screen and (max-width: 1023px) {
    .c-boxE4 {
        padding: 22px 19px;
        border-radius: 3px;
        border: 1px solid #DEDEDE;
    }
}
.c-boxE4__ttl {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
}
.c-boxE4__list {
    margin-top: 12px;
}
.c-boxE4__listItem {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    padding-left: 1.3em;
    margin-top: 9px;
}
@media screen and (max-width: 1023px) {
    .c-boxE4__listItem {
        font-size: 1.35rem;
    }
}
.c-boxE4__listItem:first-of-type {
    margin-top: 0;
}
.c-boxE4__listItem::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

/* ---------------------------------------------
*   c-boxNoteE1
--------------------------------------------- */
.c-boxNoteE1 {
    background-color: #FFE8ED;
    border-radius: 6px;
    text-align: center;
    padding: 14px;
}
@media screen and (max-width: 1023px) {
    .c-boxNoteE1 {
        padding: 7px;
        border-radius: 3px;
    }
}
.c-boxNoteE1__txt {
    color: #C9002C;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-boxNoteE1__txt {
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-btnD1
--------------------------------------------- */
.c-btnD1 {
    color: #FF0033;
    border: 2px solid #FF0033;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 340px;
    min-height: 40px;
    font-size: 1.4rem;
    font-family: "UD新ゴ DB";
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    padding: 2px 50px 2px 28px;
    border-width: 2px;
    border-style: solid;
    -o-border-image: initial;
       border-image: initial;
    border-radius: 100px;
    transition: all 0.2s linear 0s;
}
.c-btnD1::after {
    content: "\e900";
    background-color: #FF0033;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-family: "linebiz-icon";
    color: #fff;
    border-radius: 100%;
    transform: scale(0.5) translateY(-50%);
    transform-origin: 100% 0;
    transition: all 0.2s var(--transition-default);
}
.c-btnD1:hover {
    color: #fff;
    background-color: #FF0033;
    text-decoration: none;
}
.c-btnD1:hover:after {
    color: #FF0033;
    background-color: #fff;
}

/* ---------------------------------------------
*   c-btnE1
--------------------------------------------- */
.c-btnE1 {
    display: block;
    color: #06C755;
    border: 3px solid #06C755;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 2.1rem;
    font-family: "UD新ゴ DB";
    line-height: 1.3;
    overflow: hidden;
    padding: 18px 57px 18px 47px;
    background-color: #fff;
    border-radius: 100px;
    transition: all 0.2s linear 0s;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-btnE1 {
        font-size: 1.3rem;
        padding: 20px 38px 15px 14px;
        border-width: 1px;
    }
}
.c-btnE1::after {
    content: "\e900";
    background-color: #06C755;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 80px;
    height: 80px;
    font-size: 26px;
    font-family: "linebiz-icon";
    color: #fff;
    border-radius: 100%;
    transform: scale(0.5) translateY(-50%);
    transform-origin: 100% 0;
    transition: all 0.2s var(--transition-default);
}
@media screen and (max-width: 1023px) {
    .c-btnE1::after {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
}
.c-btnE1:hover {
    color: #fff;
    background-color: #06C755;
    text-decoration: none;
}
.c-btnE1:hover:after {
    color: #06C755;
    background-color: #fff;
}

/* ---------------------------------------------
*   c-btnE2
--------------------------------------------- */
.c-btnE2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0;
    padding: 15px;
    border-radius: 40px;
    border: none;
    background-color: #00003E;
    text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
    .c-btnE2 {
        transition: background-color 0.3s;
    }
    .c-btnE2:hover {
        background-color: #fff;
    }
    .c-btnE2:hover .c-btnE2__txt {
        color: #00003E;
    }
    .c-btnE2:hover::after {
        background-color: #00003E;
    }
}
.c-btnE2--dl {
    padding-right: 33px;
}
@media screen and (max-width: 1023px) {
    .c-btnE2--dl {
        padding-right: 35px;
    }
}
.c-btnE2--dl::after {
    position: absolute;
    top: 48%;
    right: 28px;
    transform: translateY(-50%);
    content: "";
    width: 14px;
    height: 16px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_dl.svg) 0 0 no-repeat;
            mask: url(/sites/default/files/media/jp/common/img/icon_dl.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
@media screen and (max-width: 1023px) {
    .c-btnE2--dl::after {
        width: 13px;
        height: 15px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btnE2--dl::after {
        transition: background-color 0.3s;
    }
}
.c-btnE2--dl .c-btnE2__txt {
    letter-spacing: 0.14em;
}
.c-btnE2--log {
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.c-btnE2--log .c-btnE2__txt {
    color: #00003E;
}
@media (hover: hover) and (pointer: fine) {
    .c-btnE2--log {
        transition: background-color border 0.3s;
    }
    .c-btnE2--log:hover {
        border: 1px solid #00003E;
        background-color: #00003E;
    }
    .c-btnE2--log:hover .c-btnE2__txt {
        color: #fff;
    }
}
.c-btnE2--bgWhite {
    background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .c-btnE2--bgWhite:hover {
        background-color: #00003E;
    }
    .c-btnE2--bgWhite:hover .c-btnE2__txt {
        color: #fff;
    }
}
.c-btnE2--bgWhite .c-btnE2__txt {
    color: #00003E;
}
.c-btnE2__txt {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
    .c-btnE2__txt {
        font-size: 1.6rem;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btnE2__txt {
        transition: color 0.3s;
    }
}
.c-btnE2__txt-small {
    font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
    .c-btnE2__txt-small {
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------
*   c-cardA1
--------------------------------------------- */
.c-cardA1Wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 67px 3.75%;
}
@media screen and (max-width: 1023px) {
    .c-cardA1Wrap {
        display: block;
    }
}

.c-cardA1 {
    width: 30.8333333333%;
}
@media screen and (max-width: 1023px) {
    .c-cardA1 {
        width: 100%;
        margin-top: 40px;
    }
    .c-cardA1:first-of-type {
        margin-top: 0;
    }
}
.c-cardA1__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #000;
    text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
    .c-cardA1__link:hover {
        text-decoration: none;
    }
}
.c-cardA1__img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.c-cardA1__img img {
    border-radius: 5px;
    transition: transform 0.4s;
}
@media (hover: hover) and (pointer: fine) {
    .c-cardA1__link:hover .c-cardA1__img img {
        transform: scale(1.05);
    }
}
.c-cardA1__box {
    margin-top: 25px;
}
.c-cardA1__ttl {
    position: relative;
    padding-left: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
    .c-cardA1__ttl {
        font-size: 2.1rem;
        line-height: 1.33;
    }
}
.c-cardA1__ttl::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 7px;
    height: calc(100% - 2px);
    background-color: #06C755;
}
@media screen and (max-width: 1023px) {
    .c-cardA1__ttl::before {
        top: 3px;
        height: calc(100% - 7px);
    }
}
.c-cardA1--red .c-cardA1__ttl::before {
    background-color: #FF0033;
}

.c-cardA1--navy .c-cardA1__ttl::before {
    background-color: #00003E;
}

.c-cardA1__txt {
    margin: 18px 0 24px;
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cardA1__txt {
        margin: 11px 0 0;
    }
}
.c-cardA1__txt--dummy {
    color: #888888;
}
.c-cardA1__btn {
    display: inline-flex;
    align-items: center;
    margin: auto auto 0;
    position: relative;
    padding: 3px 46px 3px 29px;
    width: 178px;
    height: 52px;
    border-radius: 32px;
    background-color: #00003E;
    background-image: linear-gradient(135deg, #D6D9E0 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
    text-decoration: none;
    transition: background 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
    .c-cardA1__link:hover .c-cardA1__btn {
        background-position: 0;
        text-decoration: none;
        transition: background 0.4s ease-in-out;
    }
}
@media screen and (max-width: 1023px) {
    .c-cardA1__btn {
        margin-top: 25px;
        width: 169px;
    }
}
.c-cardA1__btnTxt {
    color: #fff;
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    transition: color 0.6s;
}
@media (hover: hover) and (pointer: fine) {
    .c-cardA1__link:hover .c-cardA1__btnTxt {
        color: #00003E;
    }
    .c-cardA1__link:hover .c-cardA1__btnTxt::after {
        background-image: url(/static/jp/common/img/ico_rightArrow01.svg);
    }
}
@media screen and (max-width: 1023px) {
    .c-cardA1__btnTxt {
        font-size: 1.5rem;
        letter-spacing: 0.03em;
    }
}
.c-cardA1__btnTxt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/static/jp/common/img/ico_rightArrow02.svg) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cardE1
--------------------------------------------- */
.c-cardE1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media screen and (max-width: 1023px) {
    .c-cardE1 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
.c-cardE1__item {
    border: 1px solid #D6D9E0;
    background-color: #fff;
    border-radius: 6px;
    padding: 19px 5% 29px;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__item {
        padding: 25px 15px 20px;
        border: none;
        border-radius: 3px;
    }
}
.c-cardE1__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__inner {
        display: block;
    }
}
.c-cardE1__ttl {
    display: flex;
    align-items: center;
    font-family: "UD新ゴ B", sans-serif;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__ttl {
        font-size: 1.8rem;
        line-height: 1.2162162162;
        min-height: auto;
    }
}
.c-cardE1__foot {
    margin-top: 27px;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__foot {
        margin-top: 14px;
    }
}
.c-cardE1__fig {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 340/226;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__fig {
        width: 100%;
        aspect-ratio: 611/407;
    }
}
.c-cardE1__fig img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
}
.c-cardE1__desc {
    margin-top: 11px;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__desc {
        margin-top: 10px;
    }
}
.c-cardE1__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-top: 10px;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__txt {
        font-size: 1.5rem;
        line-height: 1.7333333333;
    }
}
.c-cardE1__btn {
    text-align: center;
}
.c-cardE1__btn .defaultBtn {
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .c-cardE1__btn .defaultBtn {
        text-align: center;
    }
}

/* ---------------------------------------------
*   c-cassetteA1
--------------------------------------------- */
.c-cassetteA1Wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 3.6666666667%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1Wrap {
        display: block;
    }
}

.c-cassetteA1 {
    position: relative;
    width: 48.1666666667%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1 {
        width: 100%;
        margin-top: 30px;
    }
    .c-cassetteA1:first-of-type {
        margin-top: 0;
    }
}
.c-cassetteA1__link {
    display: flex;
    flex-direction: column;
    padding: 39px 8.9965397924%;
    height: 100%;
    background-color: #F7F7F7;
    color: #000;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.2s var(--transition-default);
    transform: translateZ(0);
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1__link {
        padding: 37px 30px 34px;
    }
}
.c-cassetteA1__link::after {
    content: "\e900";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 6.0553633218%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
    font-family: "linebiz-icon";
    color: #00003E;
    background-color: #D6D9E0;
    border-radius: 50%;
    transition: all 0.2s var(--transition-default);
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1__link::after {
        top: auto;
        right: 15px;
        bottom: 15px;
        transform: none;
        width: 28px;
        padding-left: 2px;
        height: 30px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-cassetteA1__link:hover {
        text-decoration: none;
        background-color: #FCFCFC;
        filter: drop-shadow(2px 2px 8px rgba(90, 90, 90, 0.32));
    }
    .c-cassetteA1__link:hover::after {
        color: #fff;
        background-color: #00003E;
    }
}
.c-cassetteA1__inner {
    padding-right: 20.7612456747%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1__inner {
        padding-right: 0;
    }
}
.c-cassetteA1__ttl {
    position: relative;
    padding-left: 24px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1__ttl {
        padding-left: 21px;
        font-size: 2.1rem;
    }
}
.c-cassetteA1__ttl::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: calc(100% - 11px);
    background-color: #06C755;
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1__ttl::before {
        top: 3px;
        width: 7px;
        height: calc(100% - 8px);
    }
}
.c-cassetteA1--red .c-cassetteA1__ttl::before {
    background-color: #FF0033;
}

.c-cassetteA1--navy .c-cassetteA1__ttl::before {
    background-color: #00003E;
}

.c-cassetteA1__txt {
    margin-top: 11px;
    font-size: 1.4rem;
    font-family: "UD新ゴ M", sans-serif;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteA1__txt {
        margin-top: 12px;
        font-size: 1.3rem;
        line-height: 1.69;
    }
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassetteB1 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.c-cassetteB1--width .c-cassetteB1__container {
    max-width: 945px;
}
.c-cassetteB1__container {
    max-width: 880px;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB1__container {
        max-width: initial;
    }
}
@media screen and (max-width: 1023px) {
    .c-cassetteB1__head {
        padding: 0 20px;
    }
}
.c-cassetteB1__anno {
    display: block;
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB1__anno::before {
        position: relative;
        left: -5px;
    }
}

/* ---------------------------------------------
*   c-cassetteB2
--------------------------------------------- */
.c-cassetteB2 {
    margin-top: 70px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB2__container {
        padding: 0 20px;
    }
}
.c-cassetteB2__anno {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.2rem;
    margin-top: 10px;
}
.c-cassetteB2__anno--s {
    padding-right: 15px;
}

/* ---------------------------------------------
*   c-cassetteB3
--------------------------------------------- */
.c-cassetteB3 {
    width: 400px;
    padding-left: 68px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB3 {
        width: auto;
        padding-left: 0;
    }
}
.c-cassetteB3 + .c-cassetteB3 {
    padding-left: 0;
}
.c-cassetteB3__container {
    margin-top: 37px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB3__container {
        margin-top: 27px;
    }
}
.c-cassetteB3__head {
    margin: 0 auto 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB3__head {
        margin: 0 auto 17px;
    }
}
.c-cassetteB3__link {
    margin-top: 10px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB3__link a {
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------
*   c-cassetteB4
--------------------------------------------- */
.c-cassetteB4__ttl {
    margin: 30px auto 32px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB4__ttl {
        margin: 32px auto 9px;
    }
}
.c-cassetteB4__ttl--mb {
    margin: 40px auto 9px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB4__ttl--mb {
        margin: 30px auto 20px;
    }
}
.c-cassetteB4__ttl--spuser {
    margin: 47px auto 13px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB4__ttl--spuser {
        margin: 30px auto 20px;
    }
}
.c-cassetteB4__list {
    display: flex;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB4__list {
        display: block;
    }
}

/* ---------------------------------------------
*   c-cassetteB5
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .c-cassetteB5 {
        padding: 0 20px;
    }
}
.c-cassetteB5__container {
    display: flex;
    gap: 44px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB5__container {
        display: block;
    }
}
.c-cassetteB5__img {
    width: 372px;
    border-radius: 6px;
    flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB5__img {
        width: 100%;
    }
}
.c-cassetteB5__img img {
    width: 100%;
    border-radius: 6px;
}
.c-cassetteB5__ttl {
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB5__ttl {
        margin-top: 25px;
        margin-bottom: 16px;
    }
}
.c-cassetteB5__txt {
    margin-top: 0;
}
.c-cassetteB5__list {
    display: flex;
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteB5__list {
        display: block;
        padding: 0 23px;
    }
}

/* ---------------------------------------------
*   c-cassetteC
--------------------------------------------- */
/*  c-cassetteC1
--------------------------------------------- */
.c-cassetteC1 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteC1 {
        display: block;
        margin-top: 50px;
    }
}
.c-cassetteC1:first-of-type {
    margin-top: 0;
}
.c-cassetteC1__txtContent {
    max-width: 470px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteC1__txtContent {
        max-width: none;
        margin-bottom: 25px;
    }
}
.c-cassetteC1__txtContent .pageH3Area {
    margin-top: 0;
    margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteC1__txtContent .pageH3Area {
        margin-bottom: 25px;
    }
}
.c-cassetteC1__txtContent .pageTxt {
    text-align: left;
}
.c-cassetteC1__txtContent .pageTxt--bold {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteC1__txtContent .pageTxt--bold {
        margin-bottom: 14px;
        font-size: 1.6rem;
    }
}
.c-cassetteC1__img {
    width: 210px;
    margin-right: 70px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteC1__img {
        margin: 25px auto 0;
    }
}

/* ---------------------------------------------
*   c-cassetteD1
--------------------------------------------- */
.c-cassetteD1 {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteD1 {
        padding: 0 20px;
    }
}

/* ---------------------------------------------
*   c-cassetteD2
--------------------------------------------- */
.c-cassetteD2 {
    margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteD2 {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 1023px) {
    .c-cassetteD2__container {
        padding: 0 20px;
    }
}
.c-cassetteD2__btn-wrap {
    margin: 40px auto;
    width: -moz-fit-content;
    width: fit-content;
}
.c-cassetteD2__txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7142857143;
}
.c-cassetteD2__list-item {
    display: flex;
    gap: 15px;
    font-size: 1.2rem;
    line-height: 1.4166666667;
}
.c-cassetteD2__list-item::before {
    content: "※";
}
.c-cassetteD2__list-item:not(:last-of-type) {
    margin-bottom: 10px;
}
.c-cassetteD2__body {
    margin-bottom: 40px;
}
.c-cassetteD2__link {
    text-decoration: underline;
    color: #000;
    font-weight: normal;
}
.c-cassetteD2__link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   c-cassetteE1
--------------------------------------------- */
.c-cassetteE1__headTxt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE1__headTxt {
        font-size: 1.3rem;
        line-height: 1.8461538462;
        letter-spacing: 0;
    }
}
.c-cassetteE1__noteList {
    margin-top: 10px;
}
.c-cassetteE1__bodyLink {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE1__bodyLink {
        margin-top: 17px;
    }
}
.c-cassetteE1__bodyLink .pageTxtLink {
    margin-top: 0;
}
.c-cassetteE1__list {
    margin-top: 20px;
}
.c-cassetteE1__foot {
    margin-top: 21px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE1__foot {
        margin-top: 14px;
    }
}

/* ---------------------------------------------
*
--------------------------------------------- */
.c-cassetteE2__container {
    display: flex;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__container {
        width: 100%;
    }
}
.c-cassetteE2__icon {
    width: 71px;
    flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__icon {
        width: 35px;
    }
}
.c-cassetteE2__headTxt {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5555555556;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__headTxt {
        font-size: 1.5rem;
        line-height: 1.5666666667;
    }
}
.c-cassetteE2__desc {
    width: 100%;
    margin-top: 8px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__desc {
        margin-top: -5px;
    }
}
.c-cassetteE2__desc--mail {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__desc--chat {
        margin-top: -4px;
    }
}
.c-cassetteE2__telLink {
    color: #FF0033;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.0857142857;
    letter-spacing: 0.14em;
    text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__telLink {
        font-size: 2.5rem;
    }
}
.c-cassetteE2__telLink--small {
    font-size: 2.5rem;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__telLink--small {
        font-size: 2.1rem;
    }
}
.c-cassetteE2__telTxt {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__telTxt {
        margin-top: 10px;
    }
}
.c-cassetteE2__telTxt--small {
    margin-top: 15px;
}
.c-cassetteE2__telNote {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 5px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__telNote {
        font-size: 1rem;
        margin-top: 10px;
    }
}
.c-cassetteE2__telNote--small {
    font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__telNote--small {
        font-size: 1rem;
        margin-top: 9px;
    }
}
.c-cassetteE2__btn {
    margin-top: 18px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__btn {
        margin-top: 15px;
    }
}
.c-cassetteE2__btn .whiteBtn {
    margin-top: 0;
}
.c-cassetteE2__btnTxt {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 3px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__btnTxt {
        font-size: 1rem;
        margin-top: 7px;
    }
}
.c-cassetteE2__descHead {
    padding-left: 3.2702237522%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descHead {
        padding-left: 14px;
    }
}
.c-cassetteE2__descHead--chat {
    padding-left: 1.8867924528%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descHead--chat {
        padding-left: 16px;
    }
}
.c-cassetteE2__descHead--mail {
    padding-left: 1.8867924528%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descHead--mail {
        padding-left: 16px;
    }
}
.c-cassetteE2__mailBox {
    margin-top: 23px;
    margin-left: calc(1.8867924528% + 71px);
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__mailBox {
        margin-top: 32px;
        margin-left: 0;
        width: 100%;
    }
}
.c-cassetteE2__mailLink {
    margin-top: 10px;
}
.c-cassetteE2__mailLink .pageTxtLink {
    margin-top: 0;
}
.c-cassetteE2__descHeadBtn {
    margin-top: 10px;
}
.c-cassetteE2__descHeadBtn .whiteBtn {
    margin-top: 0;
}
.c-cassetteE2__descBody {
    border-top: 1px solid #DEDEDE;
    padding-left: 3.2702237522%;
    margin-top: 25px;
    padding-top: 30px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descBody {
        border-top: none;
        padding-top: 0;
    }
}
.c-cassetteE2__descBody--chat {
    border-top: none;
    padding-left: 1.8867924528%;
    padding-top: 0;
    margin-top: 19px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descBody--chat {
        padding-left: 16px;
    }
}
.c-cassetteE2__descBody--mail {
    border-top: none;
    margin-top: 15px;
    padding-top: 0;
    padding-left: 1.8867924528%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descBody--mail {
        margin-top: 18px;
        padding-top: 0;
        padding-left: 15px;
    }
}
.c-cassetteE2__descFoot {
    border-top: 1px solid #DEDEDE;
    margin-top: 30px;
    padding-top: 19px;
    margin-left: calc(1.8867924528% + 71px);
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descFoot {
        margin-left: 0;
        margin-top: 25px;
        padding-top: 22px;
    }
}
.c-cassetteE2__descFootTxt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descFootTxt {
        font-size: 1.3rem;
        line-height: 1.8846153846;
    }
}
.c-cassetteE2__descFootLink {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descFootLink {
        margin-top: 15px;
    }
}
.c-cassetteE2__descFootLink .pageTxtLink {
    margin-top: 0;
}
.c-cassetteE2__descBodyTxt {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__descBodyTxt {
        font-size: 1.25rem;
    }
}
.c-cassetteE2__noteList {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__noteList {
        margin-left: 0;
        margin-top: 21px;
    }
}
.c-cassetteE2__chatTxt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
.c-cassetteE2__chatList {
    margin-top: 23px;
}
.c-cassetteE2__chatNote {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 16px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__chatNote {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 11px;
    }
}
.c-cassetteE2__flow {
    margin-top: 37px;
    margin-left: calc(1.8867924528% + 71px);
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__flow {
        margin-top: 40px;
        margin-left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__flow.sp-hide {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .c-cassetteE2__flow.pc-hide {
        display: none;
    }
}
.c-cassetteE2__bottomLinks {
    width: 100%;
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE2__bottomLinks {
        margin-top: 20px;
    }
}

/* ---------------------------------------------
*   c-cassetteE3
--------------------------------------------- */
.c-cassetteE3 {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 33px 3.0612244898% 27px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE3 {
        padding: 21px 15px 18px;
        border-radius: 3px;
    }
}
.c-cassetteE3__head .pageH4Area {
    margin-top: 0;
    margin-bottom: 0;
}
.c-cassetteE3__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE3__txt {
        font-size: 1.3rem;
        line-height: 1.8461538462;
        letter-spacing: 0;
    }
}
.c-cassetteE3__body {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE3__body {
        margin-top: 12px;
    }
}
.c-cassetteE3__body, .c-cassetteE3__foot {
    padding-left: 2.6086956522%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE3__body, .c-cassetteE3__foot {
        padding-left: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .c-cassetteE3__foot .pageTxtLink {
        margin-top: 19px;
    }
}

/* ---------------------------------------------
*   c-cassetteE4
--------------------------------------------- */
.c-cassetteE4 {
    background-color: #F5F5F5;
    padding: 29px 0;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.c-cassetteE4__container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__container {
        padding-inline: 0;
    }
}
.c-cassetteE4__head .c-kvE1List__item:not(:first-of-type)::before {
    border-color: #404040;
}
.c-cassetteE4__head .c-kvE1List__txt {
    color: #404040;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__head .pageH3Area {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.c-cassetteE4__body {
    display: flex;
    margin-top: 25px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__body {
        display: block;
        margin-top: 15px;
    }
}
.c-cassetteE4__foot {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__foot {
        display: block;
        margin-top: 30px;
    }
}
.c-cassetteE4__desc {
    margin-left: 3.3333333333%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__desc {
        margin-left: 0;
        padding: 38px 20px 44px;
    }
}
.c-cassetteE4__fig {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 39.5833333333%;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__fig {
        width: 100%;
        aspect-ratio: 750/500;
    }
}
.c-cassetteE4__fig img {
    -o-object-fit: contain;
       object-fit: contain;
}
.c-cassetteE4__contact {
    width: 263px;
    margin-top: 16px;
    flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__contact {
        width: 100%;
        margin-top: 28px;
    }
}
.c-cassetteE4__contact .orangeBtn {
    width: 100%;
    margin-top: 0;
}
.c-cassetteE4__contact .orangeBtn a {
    width: 100%;
    min-width: auto;
}
.c-cassetteE4__txt {
    line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__list {
        margin-top: 9px;
    }
}
.c-cassetteE4__linkTtl {
    font-size: 1.4rem;
    line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE4__linkTtl {
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------
*   c-cassetteE5
--------------------------------------------- */
.c-cassetteE5__container {
    display: flex;
    max-width: 1120px;
    margin-inline: auto;
}
.c-cassetteE5__container--2Col {
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__container--2Col {
        display: block;
    }
}
.c-cassetteE5__container--2Col .c-cassetteE5__item {
    max-width: 531px;
    margin: 0;
    padding: 46px 30px 30px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__container--2Col .c-cassetteE5__item {
        max-width: none;
        padding: 20px 15px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__container--2Col .c-cassetteE5__item:nth-of-type(n + 2) {
        margin-top: 12px;
    }
}
.c-cassetteE5__item {
    max-width: 815px;
    width: 100%;
    margin-inline: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 46px 0 30px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__item {
        padding: 20px 15px;
        border-radius: 3px;
    }
}
.c-cassetteE5__itemInner {
    max-width: 593px;
    margin-inline: auto;
}
.c-cassetteE5__itemBody {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__itemBody {
        margin-top: 11px;
    }
}
.c-cassetteE5__ttl {
    font-family: "UD新ゴ B", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__ttl {
        font-size: 1.8rem;
    }
}
.c-cassetteE5__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__txt {
        font-size: 1.5rem;
    }
}
.c-cassetteE5__foot {
    border-top: 1px solid #D6D9E0;
    padding-top: 20px;
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__foot {
        margin-top: 9px;
        padding-top: 9px;
    }
}
.c-cassetteE5__address {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__address {
        flex-direction: column;
        font-size: 1.2rem;
    }
}
.c-cassetteE5__addressZip {
    flex-shrink: 0;
}
.c-cassetteE5__addressTxt {
    display: inline-block;
    margin-left: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__addressTxt {
        margin-top: 5px;
        margin-left: 0;
    }
}
.c-cassetteE5__link {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-cassetteE5__link {
        margin-top: 8px;
    }
}
.c-cassetteE5__link .pageTxtLink {
    margin-top: 0;
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kvA1
--------------------------------------------- */
.c-kvA1 {
    position: relative;
    width: 100%;
    padding-inline: 106px;
    background-color: #00003E;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .c-kvA1 {
        padding-inline: 40px;
    }
}
.c-kvA1::before, .c-kvA1::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: auto;
    height: 100%;
    aspect-ratio: 18/17;
}
@media screen and (max-width: 1023px) {
    .c-kvA1::before, .c-kvA1::after {
        height: 50%;
    }
}
.c-kvA1::before {
    top: 0;
    left: 0;
    transform: translateX(-50%);
    background-color: #06C755;
    -webkit-clip-path: polygon(50% 0, 50% 100%, 100% 0);
            clip-path: polygon(50% 0, 50% 100%, 100% 0);
}
.c-kvA1--red::before {
    background-color: #FF0033;
}

.c-kvA1::after {
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    background-color: #FF0033;
    -webkit-clip-path: polygon(50% 0, 50% 100%, 0 100%);
            clip-path: polygon(50% 0, 50% 100%, 0 100%);
}
.c-kvA1--green::after {
    background-color: #06C755;
}

.c-kvA1--lowerGray {
    background-color: #E4E8F0;
}
.c-kvA1--lowerGray::before, .c-kvA1--lowerGray::after {
    background-color: #00003E;
}
.c-kvA1--lower .c-kvA1__container::before, .c-kvA1--lower .c-kvA1__container::after, .c-kvA1--lowerGray .c-kvA1__container::before, .c-kvA1--lowerGray .c-kvA1__container::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: auto;
    height: 94%;
    aspect-ratio: 18/17;
    z-index: 2;
}
@media screen and (max-width: 1023px) {
    .c-kvA1--lower .c-kvA1__container::before, .c-kvA1--lower .c-kvA1__container::after, .c-kvA1--lowerGray .c-kvA1__container::before, .c-kvA1--lowerGray .c-kvA1__container::after {
        height: 46%;
    }
}
.c-kvA1--lower .c-kvA1__container::before, .c-kvA1--lowerGray .c-kvA1__container::before {
    top: -1px;
    left: -1px;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 0, 50% 100%, 100% 0);
            clip-path: polygon(50% 0, 50% 100%, 100% 0);
}
.c-kvA1--lower .c-kvA1__container::after, .c-kvA1--lowerGray .c-kvA1__container::after {
    bottom: -1px;
    right: -1px;
    transform: translateX(50%);
    -webkit-clip-path: polygon(50% 0, 50% 100%, 0 100%);
            clip-path: polygon(50% 0, 50% 100%, 0 100%);
}

.c-kvA1--lower .c-kvA1__container::before {
    background-color: #00003E;
}
.c-kvA1--lower .c-kvA1__container::after {
    background-color: #00003E;
}

.c-kvA1--lowerGray .c-kvA1__container::before {
    background-color: #E4E8F0;
}
.c-kvA1--lowerGray .c-kvA1__container::after {
    background-color: #E4E8F0;
}

.c-kvA1__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    max-width: 1200px;
    width: 100%;
    height: 200px;
}
@media screen and (max-width: 1023px) {
    .c-kvA1__inner {
        padding: 35px 0 34px;
        max-width: initial;
        height: auto;
    }
}
.c-kvA1__ttl {
    position: relative;
    color: #fff;
    font-family: "UD新ゴ B", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.533;
    letter-spacing: 0.06em;
    z-index: 10;
}
@media screen and (max-width: 1023px) {
    .c-kvA1__ttl {
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: 0.03em;
        text-align: center;
    }
}
.c-kvA1--lowerGray .c-kvA1__ttl {
    color: #00003E;
}

/*  c-kvA1List
--------------------------------------------- */
.c-kvA1List {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    font-size: 0;
}
@media screen and (max-width: 1023px) {
    .c-kvA1List {
        display: none;
    }
}
.promoContentAll .c-kvA1List a {
    color: #fff;
}

.c-kvA1List__item {
    position: relative;
    display: inline-block;
}
.c-kvA1List__item + .c-kvA1List__item {
    padding-left: 23px;
}
.c-kvA1List__item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: 7px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 8px;
}
.c-kv1--lowerGray .c-kvA1List__item:not(:first-of-type)::before {
    border-top-color: #00003E;
    border-right-color: #00003E;
}

.c-kvA1List__txt {
    color: #fff !important;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    border-bottom: none;
}
.c-kv1--lowerGray .c-kvA1List__txt {
    color: #00003E;
}

@media (hover: hover) and (pointer: fine) {
    .c-kvA1List__txt[href]:hover {
        text-decoration: underline;
    }
}

a.c-kvA1List__txt {
    font-family: "UD新ゴ M", sans-serif !important;
}

span.c-kvA1List__txt {
    font-family: "UD新ゴ B", sans-serif !important;
}

/* ---------------------------------------------
*   c-kvA2
---------------------------------------------/*/
.c-kvA2 {
    position: relative;
    width: 100%;
    background-color: #00003E;
}
.c-kvA2__container {
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
    .c-kvA2__container {
        display: block;
    }
}
.c-kvA2__img {
    width: 50%;
    height: 200px;
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1023px) {
    .c-kvA2__img {
        position: relative;
        width: 100%;
        height: 140px;
        -webkit-clip-path: none;
                clip-path: none;
    }
}
.c-kvA2--l .c-kvA2__img {
    height: 300px;
    -webkit-clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1023px) {
    .c-kvA2--l .c-kvA2__img {
        height: 140px;
        -webkit-clip-path: none;
                clip-path: none;
    }
}

.c-kvA2--shadow .c-kvA2__img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.c-kvA2__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 1023px) {
    .c-kvA2__img img {
        width: 100%;
        height: 140px;
    }
}
.c-kvA2__block {
    margin-right: auto;
    padding-left: 8.33%;
    width: 50%;
    height: 200px;
    z-index: 10;
}
@media screen and (max-width: 1023px) {
    .c-kvA2__block {
        padding: 35px 0 34px;
        width: 100%;
        height: auto;
    }
}
.c-kvA2--l .c-kvA2__block {
    height: 300px;
}
@media screen and (max-width: 1023px) {
    .c-kvA2--l .c-kvA2__block {
        height: auto;
    }
}

.c-kvA2__inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .c-kvA2__inner {
        justify-content: center;
        padding-inline: 40px;
    }
}
.c-kvA2__ttl {
    position: relative;
    padding-left: 48px;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.533;
    letter-spacing: 0.06em;
    z-index: 1;
}
@media screen and (max-width: 1023px) {
    .c-kvA2__ttl {
        padding-left: 0;
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: 0.03em;
        text-align: center;
    }
}
.c-kvA2__txt {
    color: #fff;
    font-family: "UD新ゴ M";
    font-size: 1.3rem;
    margin-top: 16px;
    padding-left: 48px;
    text-align: justify;
}
@media screen and (max-width: 1023px) {
    .c-kvA2__txt {
        padding-left: 0;
    }
}

/*  c-kvA2List
--------------------------------------------- */
.c-kvA2List {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    font-size: 0;
    width: 200%;
}
@media screen and (max-width: 1023px) {
    .c-kvA2List {
        display: none;
    }
}
.c-kvA2List__item {
    position: relative;
    display: inline-block;
}
.c-kvA2List__item + .c-kvA2List__item {
    padding-left: 23px;
}
.c-kvA2List__item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: 7px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 8px;
}
.c-kvA2List__txt {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
@media (hover: hover) and (pointer: fine) {
    .c-kvA2List__txt[href]:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-kvC
--------------------------------------------- */
/*  c-kvTechPartnerListC1
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .c-kvTechPartnerListC1.c-kvA1 {
        padding-inline: 30px;
        white-space: nowrap;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-kvE1
--------------------------------------------- */
.c-kvE1 {
    position: relative;
    width: 100%;
}
.c-kvE1--red {
    background-color: #FF0033;
}
.c-kvE1--green {
    background-color: #06C755;
}
.c-kvE1--navy {
    background-color: #00003E;
}
.c-kvE1__container {
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__container {
        display: block;
    }
}
.c-kvE1__img {
    width: 100%;
    height: 510px;
    -webkit-clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1023px) {
    .c-kvE1__img {
        position: relative;
        width: 100%;
        height: 200px;
        -webkit-clip-path: none;
                clip-path: none;
    }
}
.c-kvE1__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__img img {
        width: 100%;
    }
}
.c-kvE1__block {
    margin-right: auto;
    padding-left: 8.75%;
    width: 47%;
    height: 510px;
    z-index: 10;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__block {
        padding: 35px 0 40px;
        width: 100%;
        height: auto;
    }
}
.c-kvE1__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__inner {
        justify-content: center;
        padding-inline: 20px;
        padding-top: 0;
    }
}
.c-kvE1__desc {
    width: 120%;
    max-width: 480px;
    margin-top: 70px;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__desc {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }
}
.c-kvE1__desc--wide {
    width: 150%;
    max-width: 550px;
}
@media screen and (max-width: 1199px) {
    .c-kvE1__desc--wide {
        width: 110%;
    }
}
@media screen and (max-width: 1023px) {
    .c-kvE1__desc--wide {
        width: 100%;
        max-width: none;
    }
}
.c-kvE1__desc--exWide {
    width: 120%;
    max-width: 550px;
}
@media screen and (max-width: 1199px) {
    .c-kvE1__desc--exWide {
        width: 110%;
    }
}
@media screen and (max-width: 1023px) {
    .c-kvE1__desc--exWide {
        width: 100%;
        max-width: none;
    }
}
.c-kvE1__desc--l {
    margin-top: 40px;
}
.c-kvE1__desc--high {
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__desc--high {
        margin-top: 0;
    }
}
.c-kvE1__ttl {
    position: relative;
    color: #fff;
    font-family: "UD新ゴ B", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.2173913043;
    letter-spacing: 0.05em;
    z-index: 1;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__ttl {
        padding-left: 0;
        font-size: 2.8rem;
        line-height: 1.4285714286;
        text-align: center;
        letter-spacing: 0.03em;
    }
}
.c-kvE1__txt {
    color: #fff;
    font-family: "UD新ゴ B", sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    margin-top: 34px;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__txt {
        font-size: 1.4rem;
        line-height: 1.5714285714;
        letter-spacing: 0.03em;
        margin-top: 30px;
    }
}
.c-kvE1__btn {
    width: 320px;
    margin-top: 34px;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__btn {
        max-width: 275px;
        margin-inline: auto;
        margin-top: 30px;
    }
}
.c-kvE1__btn:nth-of-type(n + 2) {
    margin-top: 13px;
}
@media screen and (max-width: 1023px) {
    .c-kvE1__btn:nth-of-type(n + 2) {
        margin-top: 10px;
    }
}
.c-kvE1__btn .c-btnE2--bgWhite {
    border: none;
}
.c-kvE1__anno {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 25px;
}
.c-kvE1__link {
    color: #fff;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1023px) {
    .c-kvE1__link:hover {
        text-decoration: unset;
    }
}

/*  c-kvE1List
--------------------------------------------- */
.c-kvE1List {
    z-index: 10;
    font-size: 0;
    color: #fff !important;
    width: 320%;
}
@media screen and (max-width: 1023px) {
    .c-kvE1List {
        display: none;
    }
}
.c-kvE1List__item {
    position: relative;
    display: inline-block;
}
.c-kvE1List__item + .c-kvE1List__item {
    padding-left: 23px;
}
.c-kvE1List__item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: 7px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 8px;
}
.c-kvE1List__txt {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
@media (hover: hover) and (pointer: fine) {
    .c-kvE1List__txt[href]:hover {
        text-decoration: underline;
    }
}

a.c-kvE1List__txt {
    font-family: "UD新ゴ M", sans-serif !important;
}

span.c-kvE1List__txt {
    font-family: "UD新ゴ B", sans-serif !important;
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-listAnchorA1
--------------------------------------------- */
.c-listAnchorA1Wrap {
    padding: 32px 40px;
    background-color: #ECEEF0;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1Wrap {
        padding: 40px 20px;
    }
}

.c-listAnchorA1 {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    max-width: 1243px;
    width: 100%;
    gap: 1.7699115044%;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1 {
        display: block;
        max-width: initial;
    }
}
.c-listAnchorA1__item {
    width: 18.5840707965%;
    height: 44px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1__item {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1__item + .c-listAnchorA1__item {
        margin-top: 10px;
    }
}
.c-listAnchorA1__link {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 3px 22.5108225108% 3px 12.5541125541%;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background-color: #fff;
    background-image: linear-gradient(135deg, #00003E 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
    text-decoration: none !important;
    transition: background 600ms ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
    .c-listAnchorA1__link:hover {
        background-position: 0;
        text-decoration: none;
        transition: background 600ms ease-in-out;
    }
}
@media screen and (max-width: 1240px) {
    .c-listAnchorA1__link {
        padding-left: 8.658008658%;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1__link {
        padding: 3px 36px 3px 28px;
        border-radius: 36px;
    }
}
.c-listAnchorA1__txt {
    color: #00003E;
    font-family: "UD新ゴ DB";
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color 0.6s;
    text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
    .c-listAnchorA1__link:hover .c-listAnchorA1__txt {
        color: #fff;
    }
    .c-listAnchorA1__link:hover .c-listAnchorA1__txt::after {
        background-image: url(../service/img/ico_arw_down_wh.svg);
    }
}
@media screen and (max-width: 1240px) {
    .c-listAnchorA1__txt {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1__txt {
        font-size: 1.6rem;
        letter-spacing: 0.14em;
    }
}
.c-listAnchorA1__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8.2251082251%;
    transform: translateY(-50%);
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../service/img/ico_arw_down_nv.svg) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
}
@media screen and (max-width: 1240px) {
    .c-listAnchorA1__txt::after {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorA1__txt::after {
        right: 13px;
        width: 18px;
        height: 18px;
    }
}

/* ---------------------------------------------
*   c-listCradB1
--------------------------------------------- */
.c-listCradB1 {
    display: flex;
    justify-content: center;
    gap: 40px;
}
@media screen and (max-width: 1023px) {
    .c-listCradB1 {
        justify-content: unset;
        padding: 0 20px;
        gap: 15px;
        overflow: auto;
        scrollbar-width: none;
    }
    .c-listCradB1::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .c-listCradB1--wrap {
        flex-wrap: wrap;
        max-width: 640px;
        margin: 0 auto;
    }
}
.c-listCradB1__item {
    position: relative;
    width: 300px;
    border-radius: 6px;
    background-color: #fff;
}
@media screen and (max-width: 1023px) {
    .c-listCradB1__item {
        width: 275px;
        flex-shrink: 0;
    }
}
.c-listCradB1__item--border {
    border: 1px solid #D6D9E0;
}
.c-listCradB1__numBox {
    position: absolute;
    top: 6px;
    left: 7px;
}
.c-listCradB1__num {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-feature-settings: "palt";
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1;
    color: #959595;
}
@media screen and (max-width: 1023px) {
    .c-listCradB1__num {
        font-size: 5.5rem;
    }
}
.c-listCradB1__num--s {
    font-size: 3rem;
}
@media screen and (max-width: 1023px) {
    .c-listCradB1__num--s {
        font-size: 2.7rem;
    }
}
.c-listCradB1__img {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 235px;
}
.c-listCradB1__img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .c-listCradB1__img img {
        height: 190px;
    }
}
.c-listCradB1__body {
    width: 252px;
    margin: 40px auto 30px;
}
@media screen and (max-width: 1023px) {
    .c-listCradB1__body {
        width: 230px;
    }
}
.c-listCradB1__ttl {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.03em;
}
.c-listCradB1__txt {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-top: 10px;
}
.c-listCradB1__link {
    text-align: left;
    font-weight: normal;
}

/* ---------------------------------------------
*   c-listCardB2
--------------------------------------------- */
.c-listCardB2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    gap: 18px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB2 {
        display: block;
    }
}
.c-listCardB2__item {
    width: 280px;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
    .c-listCardB2__item {
        width: 100%;
    }
    .c-listCardB2__item:nth-of-type(n+2) {
        margin-top: 10px;
    }
}
.c-listCardB2__item:hover {
    box-shadow: 0px 0px 6px rgba(136, 136, 136, 0.16);
}
.c-listCardB2__link {
    display: block;
    width: 100%;
    height: 113px;
    padding: 20px 0 0 0;
}
.c-listCardB2__link:hover {
    text-decoration: none;
}
.c-listCardB2__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-listCardB2__img img {
    width: 180px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-listCardB2__name {
    display: block;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.3333333333;
    margin-top: 10px;
    text-align: center;
}
.c-listCardB2__name--s {
    display: inline-block;
    font-size: 1rem;
    scale: 0.6 0.6;
    transform-origin: 0 0;
}

/* ---------------------------------------------
*   c-listCardB3
--------------------------------------------- */
.c-listCardB3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
    gap: 28px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB3 {
        max-width: initial;
        gap: 15px;
        padding: 0 20px;
    }
}
.c-listCardB3__item {
    width: 130px;
    height: 62px;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB3__item {
        width: calc(50% - 8px);
        height: 71px;
    }
}
.c-listCardB3__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.c-listCardB3__link img {
    width: 95px;
}
.c-listCardB3__link:hover {
    box-shadow: 0px 0px 6px rgba(136, 136, 136, 0.16);
}

/* ---------------------------------------------
*   c-listAnchorB
--------------------------------------------- */
.c-listAnchorB {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
    margin-top: 60px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB {
        display: block;
        background-color: #F2F4F8;
        padding: 30px 20px 37px;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB__item {
        width: 100%;
        margin: 0 auto;
        padding: 7px 0;
        border-radius: 55px;
        background-color: #fff;
    }
    .c-listAnchorB__item:nth-of-type(n+2) {
        margin-top: 6px;
    }
}
.c-listAnchorB__link {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB__link {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}
.c-listAnchorB__link:hover .c-listAnchorB__txt {
    color: #07b53b;
    text-decoration: underline;
}
.c-listAnchorB__link:hover .c-listAnchorB__img {
    opacity: 0.8;
}
@media screen and (min-width: 1024px) {
    .c-listAnchorB__img {
        width: 150px;
        margin: 0 auto;
        transition: opacity 0.3s;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB__img {
        width: 30px;
        margin-left: 11px;
    }
}
.c-listAnchorB__txt {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04rem;
    transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB__txt {
        margin-top: 0;
        margin-right: 0;
        color: #00003E;
    }
}
@media screen and (min-width: 1024px) {
    .c-listAnchorB__txt::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 6px;
        margin-bottom: 3px;
        margin-left: 11px;
        background: url(/sites/default/files/media/jp/partner/sales/yahoo/img/ico_bottomArrow01.svg) 0 0 no-repeat;
        background-size: cover;
    }
}

/* ---------------------------------------------
*   c-listAnchorB1
--------------------------------------------- */
.c-listAnchorB1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 980px;
    margin: 40px 0;
    gap: 10px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB1 {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 20px;
        gap: 5px;
        overflow: auto;
        scrollbar-width: none;
    }
    .c-listAnchorB1::-webkit-scrollbar {
        display: none;
    }
}
.c-listAnchorB1__item {
    width: 236px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB1__item {
        width: 150px;
        flex-shrink: 0;
    }
}
.c-listAnchorB1__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 20px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    line-height: 1.625;
    text-align: center;
    border-radius: 6px;
    background-color: #E4E8F0;
    transition: all 0.3s;
}
.c-listAnchorB1__link::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/partner/adnetwork/yahoo/img/icon_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 7px;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.c-listAnchorB1__link:hover {
    color: #fff;
    background-color: #00003E;
    text-decoration: none;
}
.c-listAnchorB1__link:hover::after {
    filter: brightness(0) invert(1);
}

/* ---------------------------------------------
*   c-listAnchorB2
--------------------------------------------- */
.c-listAnchorB2 {
    background-color: #F2F4F8;
    padding: 30px 0;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2 {
        padding: 20px;
    }
}
.c-listAnchorB2__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__inner {
        padding-inline: 0;
    }
}
.c-listAnchorB2__trigger {
    position: relative;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    color: #00003E;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__trigger {
        width: 100%;
        height: 44px;
        background-color: #fff;
        border-radius: 5px;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
    }
    .is-anchorAccOpen .c-listAnchorB2__trigger {
        border-radius: 5px 5px 0 0;
        background-color: #C6C6D8;
    }
    .is-anchorAccOpen .c-listAnchorB2__trigger::after {
        display: none;
    }
}
.c-listAnchorB2__trigger::before, .c-listAnchorB2__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #00043E;
}
.c-listAnchorB2__trigger::before {
    width: 8px;
    height: 2px;
    right: 15px;
    border-radius: 40px;
}
.c-listAnchorB2__trigger::after {
    width: 2px;
    height: 8px;
    right: 21px;
    border-radius: 40px;
}
.c-listAnchorB2__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__list {
        width: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        background-color: #fff;
        padding: 26px 48px;
        gap: 15px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 0px 0px 10px 10px;
    }
}
.c-listAnchorB2__item {
    min-width: 297px;
    width: 24.75%;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__item {
        width: 100%;
        min-width: inherit;
        min-width: initial;
        min-width: revert;
        min-width: unset;
    }
}
.c-listAnchorB2__link {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
    color: #00003E;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 9px 20px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__link {
        display: inline-block;
        padding: 0;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0);
        max-width: 100%;
        color: #000;
        font-weight: 600;
        font-size: 1.6rem;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-listAnchorB2__link {
        transition: 0.3s background-color;
    }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
    .c-listAnchorB2__link:hover {
        background-color: #C6C6D8;
    }
}
.c-listAnchorB2__link::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 8px;
    height: 5px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
            mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #00003E;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__link::after {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: -23px;
        transform: translateY(-50%);
        width: 8px;
        height: 5px;
        -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
                mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #F77911;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB2__txt {
        position: relative;
    }
}

/* ---------------------------------------------
*   c-listAnchorB3
--------------------------------------------- */
.c-listAnchorB3 {
    width: 50%;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB3 {
        width: 100%;
    }
}
.c-listAnchorB3--spuser {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB3__item {
        margin-top: 9px;
    }
}
.c-listAnchorB3__link {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorB3__link {
        display: block;
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------
*   c-listCardB4
--------------------------------------------- */
.c-listCardB4 {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 3.5%;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4 {
        flex-wrap: nowrap;
        justify-content: unset;
        padding: 0 20px;
        gap: 15px;
        overflow: auto;
        scrollbar-width: none;
    }
    .c-listCardB4::-webkit-scrollbar {
        display: none;
    }
}
.c-listCardB4__item {
    width: 31%;
    padding-bottom: 30px;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__item {
        width: 282px;
        padding-bottom: 22px;
        flex-shrink: 0;
    }
}
.c-listCardB4__head {
    width: 100%;
    height: 188px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__head {
        height: 141px;
    }
}
.c-listCardB4__body {
    display: flex;
    height: calc(100% - 188px);
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 30px 0 30px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__body {
        height: calc(100% - 141px);
        padding: 20px 24px 0 20px;
    }
}
.c-listCardB4__img img {
    border-radius: 6px 6px 0 0;
}
.c-listCardB4__ttl {
    font-family: "UD新ゴ B", sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.47;
    text-align: center;
    margin-bottom: 13px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__ttl {
        font-size: 1.7rem;
        text-align: left;
        margin-bottom: 19px;
    }
}
.c-listCardB4__txt {
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__txt {
        font-size: 1.2rem;
    }
}
.c-listCardB4__target {
    display: block;
    margin-top: 9px;
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.2rem;
    color: #7F7F9B;
    letter-spacing: 0.03em;
    line-height: 2;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__target {
        margin-top: 18px;
    }
}
.c-listCardB4__btn {
    width: 183px;
    height: 52px;
    margin: 30px auto 0;
    text-align: center;
}
.c-listCardB4__btn--icon {
    width: 203px;
}
.c-listCardB4__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "UD新ゴ B", sans-serif;
    font-size: 1.5rem;
    color: #fff;
    background-color: #03003E;
    border: 2px solid #03003E;
    border-radius: 32px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    transition: all 0.4s;
}
@media screen and (max-width: 1023px) {
    .c-listCardB4__link {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1024px) {
    .c-listCardB4__link:hover {
        color: #03003E;
        background-color: #fff;
        border: 2px solid #03003E;
        text-decoration: none;
    }
}
.c-listCardB4__link--icon {
    position: relative;
    padding-right: 15px;
}
.c-listCardB4__link--icon::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/download/line/img/icon_download.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
    .c-listCardB4__link--icon:hover::after {
        background-image: url(/sites/default/files/media/jp/download/line/img/icon_download_hover.svg);
    }
}

/* ---------------------------------------------
*   c-listCardB5
--------------------------------------------- */
.c-listCardB5 {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 3.5%;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5 {
        display: block;
        padding: 0 20px;
    }
}
.c-listCardB5__item {
    width: 31%;
    padding-bottom: 30px;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__item {
        width: 100%;
        padding-bottom: 22px;
        flex-shrink: 0;
    }
    .c-listCardB5__item:nth-of-type(n+2) {
        margin-top: 30px;
    }
}
.c-listCardB5__head {
    width: 100%;
    height: 190px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__head {
        height: 168px;
    }
}
.c-listCardB5__body {
    display: flex;
    height: calc(100% - 190px);
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 30px 0 30px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__body {
        height: calc(100% - 168px);
        padding: 20px 24px 0 20px;
    }
}
.c-listCardB5__img {
    height: 100%;
}
.c-listCardB5__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.c-listCardB5__ttl {
    font-family: "UD新ゴ B", sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.47;
    text-align: center;
    margin-bottom: 13px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__ttl {
        font-size: 1.7rem;
        margin-bottom: 19px;
    }
}
.c-listCardB5__txt {
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
.c-listCardB5__target {
    display: block;
    margin-top: 9px;
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.2rem;
    color: #7F7F9B;
    letter-spacing: 0.03em;
    line-height: 2;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__target {
        margin-top: 18px;
    }
}
.c-listCardB5__btn {
    width: 183px;
    height: 52px;
    margin: 24px auto 0;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__btn {
        margin: 13px auto 0;
    }
}
.c-listCardB5__btn--icon {
    width: 203px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__btn--icon {
        width: 200px;
    }
}
.c-listCardB5__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "UD新ゴ M", sans-serif;
    font-size: 1.5rem;
    color: #fff;
    background-color: #03003E;
    border: 2px solid #03003E;
    border-radius: 32px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    transition: all 0.4s;
}
@media screen and (max-width: 1023px) {
    .c-listCardB5__link {
        font-size: 1.4rem;
    }
    .c-listCardB5__link:hover {
        text-decoration: none;
    }
}
@media screen and (min-width: 1024px) {
    .c-listCardB5__link:hover {
        color: #03003E;
        background-color: #fff;
        border: 2px solid #03003E;
        text-decoration: none;
    }
}
.c-listCardB5__link--icon {
    position: relative;
    padding-right: 15px;
}
.c-listCardB5__link--icon::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/download/line/img/icon_download.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
    .c-listCardB5__link--icon:hover::after {
        background-image: url(/sites/default/files/media/jp/download/line/img/icon_download_hover.svg);
    }
}
.c-listCardB5__link--icon2 {
    position: relative;
    padding-right: 15px;
}
.c-listCardB5__link--icon2::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 16px;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
    .c-listCardB5__link--icon2:hover::after {
        background-image: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download_hover.svg);
    }
}

/* ---------------------------------------------
*   c-listCardB6
--------------------------------------------- */
.c-listCardB6 {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 2.2%;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6 {
        display: block;
        padding: 0 20px;
    }
}
.c-listCardB6__item {
    width: 23.334%;
    padding-bottom: 23px;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__item {
        width: 100%;
        padding-bottom: 22px;
        flex-shrink: 0;
    }
    .c-listCardB6__item:nth-of-type(n+2) {
        margin-top: 26px;
    }
}
.c-listCardB6__head {
    width: 100%;
    height: 190px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__head {
        height: 168px;
    }
}
.c-listCardB6__body {
    display: flex;
    height: calc(100% - 190px);
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 21px 0 21px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__body {
        height: calc(100% - 168px);
        padding: 26px 16px 0 16px;
    }
}
.c-listCardB6__img {
    height: 100%;
}
.c-listCardB6__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.c-listCardB6__ttl {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.47;
    text-align: center;
    margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__ttl {
        font-size: 1.7rem;
        margin-bottom: 22px;
    }
}
.c-listCardB6__txt {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
.c-listCardB6__target {
    display: block;
    margin-top: 9px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.2rem;
    color: #7F7F9B;
    letter-spacing: 0.03em;
    line-height: 2;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__target {
        margin-top: 18px;
    }
}
.c-listCardB6__btn {
    width: 152px;
    height: 61px;
    margin: 24px auto 0;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__btn {
        width: 152px;
        height: 47px;
        margin: 18px auto 0;
    }
}
.c-listCardB6__btn--icon {
    width: 203px;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__btn--icon {
        width: 200px;
    }
}
.c-listCardB6__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.5rem;
    color: #fff;
    background-color: #03003E;
    border: 2px solid #03003E;
    border-radius: 32px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    transition: all 0.4s;
}
@media screen and (max-width: 1023px) {
    .c-listCardB6__link {
        font-size: 1.4rem;
    }
    .c-listCardB6__link:hover {
        text-decoration: none;
    }
}
@media screen and (min-width: 1024px) {
    .c-listCardB6__link:hover {
        color: #03003E;
        background-color: #fff;
        border: 2px solid #03003E;
        text-decoration: none;
    }
}
.c-listCardB6__link--icon {
    position: relative;
    padding-right: 15px;
}
.c-listCardB6__link--icon::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/download/line/img/icon_download.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
    .c-listCardB6__link--icon:hover::after {
        background-image: url(/sites/default/files/media/jp/download/line/img/icon_download_hover.svg);
    }
}
.c-listCardB6__link--icon2 {
    position: relative;
    padding-right: 15px;
}
.c-listCardB6__link--icon2::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 16px;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
    .c-listCardB6__link--icon2:hover::after {
        background-image: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download_hover.svg);
    }
}

/* ---------------------------------------------
*   c-listLinkB1
--------------------------------------------- */
.c-listLinkB1--1 {
    margin-right: 102px;
}
@media screen and (max-width: 1023px) {
    .c-listLinkB1--1 {
        display: flex;
        margin-right: 0;
    }
}
.c-listLinkB1--2 {
    margin-right: 40px;
}
@media screen and (max-width: 1023px) {
    .c-listLinkB1--2 {
        margin-right: 0;
    }
}
.c-listLinkB1--3 {
    margin-right: 46px;
}
@media screen and (max-width: 1023px) {
    .c-listLinkB1--3 {
        margin-right: 0;
    }
}
.c-listLinkB1__link {
    margin-top: 14px;
}
@media screen and (max-width: 1023px) {
    .c-listLinkB1__link {
        margin-top: 12px;
    }
}

/* ---------------------------------------------
*   c-listC
--------------------------------------------- */
/*  c-listC1
--------------------------------------------- */
.c-listC1 {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 6px 0;
    max-width: 332px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #D6D9E0;
    background-color: #F5F5F5;
}
@media screen and (max-width: 1023px) {
    .c-listC1 {
        max-width: none;
        width: 100%;
        height: auto;
    }
}
.c-listC1__item {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 100%;
}
.c-listC1__item:first-of-type, .c-listC1__item:nth-of-type(2) {
    width: 50%;
}
.c-listC1__icon {
    width: 40px;
}
.c-listC1__txt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.03em;
}
.c-listC1__txt--s {
    font-size: 1.1rem;
}

/*  c-listC2
--------------------------------------------- */
.c-listC2 {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-listC2 {
        margin-top: 15px;
    }
}
.c-listC2__item {
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
}
@media screen and (max-width: 1023px) {
    .c-listC2__item {
        font-size: 1.1rem;
    }
}
.c-listC2__item:first-of-type {
    margin-top: 0;
}

/*  c-listC3
--------------------------------------------- */
.c-listC3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media screen and (max-width: 1023px) {
    .c-listC3 {
        display: block;
    }
}
.c-listC3--pcCol1 {
    display: block;
}
.c-listC3--pcCol2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.c-listC3__item {
    height: 113px;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #D6D9E0;
    transition: box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
    .c-listC3__item {
        height: 176px;
        margin-top: 10px;
        padding: 8px 18px;
    }
}
@media screen and (max-width: 1023px) {
    .c-listC3__item:first-of-type {
        margin-top: 0;
    }
}
.c-listC3__item:hover {
    box-shadow: 0px 0px 6px rgba(136, 136, 136, 0.16);
}
@media screen and (min-width: 1024px) {
    .c-listC3--pcCol3 .c-listC3__item {
        height: 160px;
    }
}
.c-listC3__itemInner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    height: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .c-listC3__itemInner {
        flex-direction: column;
        justify-content: flex-end;
        max-width: none;
    }
}
@media screen and (min-width: 1024px) {
    .c-listC3--pcCol3 .c-listC3__itemInner {
        flex-direction: column;
        justify-content: flex-end;
    }
}
.c-listC3__content01 {
    position: relative;
    width: 59.375%;
}
@media screen and (max-width: 1023px) {
    .c-listC3__content01 {
        flex-grow: 1;
        display: inline-flex;
        align-items: flex-end;
        width: 100%;
        padding-bottom: 12px;
    }
}
.c-listC3__content01::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #D6D9E0;
}
@media screen and (max-width: 1023px) {
    .c-listC3__content01::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
    }
}
@media screen and (min-width: 1024px) {
    .c-listC3--pcCol3 .c-listC3__content01 {
        flex-grow: 1;
        display: inline-flex;
        align-items: flex-end;
        width: 100%;
        padding-bottom: 10px;
    }
    .c-listC3--pcCol3 .c-listC3__content01::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 1px;
    }
}
.c-listC3__content02 {
    width: 40.625%;
    padding-left: 30px;
}
@media screen and (max-width: 1023px) {
    .c-listC3__content02 {
        width: 100%;
        min-height: 45px;
        padding-top: 5px;
        padding-left: 0;
    }
}
@media screen and (min-width: 1024px) {
    .c-listC3--pcCol3 .c-listC3__content02 {
        width: 100%;
        min-height: 45px;
        padding-top: 5px;
        padding-left: 0;
    }
}
@media screen and (min-width: 1024px) {
    .c-listC3__content02--noIcon {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .c-listC3__content02--noIcon {
        min-height: 36px;
        padding-top: 8px;
    }
}
.c-listC3__link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-listC3__link:hover {
    text-decoration: none;
}
.c-listC3__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-listC3__img img {
    width: 180px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .c-listC3__img img {
        width: 215px;
        height: 55px;
    }
}
.c-listC3__name {
    display: block;
    margin-top: 5px;
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.714;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-listC3__name {
        margin-top: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .c-listC3__name--pcFz11 {
        font-size: 1.1rem;
    }
}
.c-listC3__iconList {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
@media screen and (max-width: 1023px) {
    .c-listC3__iconList {
        justify-content: center;
    }
}
@media screen and (min-width: 1024px) {
    .c-listC3--pcCol3 .c-listC3__iconList {
        justify-content: center;
    }
}
.c-listC3__iconLink {
    position: relative;
    display: block;
    width: 40px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    --wBalloon1: 175px;
    --wBalloon2: 167px;
    --wBalloon3: 251px;
    --wBalloon4: 362px;
}
.c-listC3__iconLink img {
    border-radius: inherit;
}
@media screen and (max-width: 1023px) {
    .c-listC3__iconLink {
        --wBalloon1: 125px;
        --wBalloon2: 120px;
        --wBalloon3: 180px;
        --wBalloon4: 260px;
    }
}
.c-listC3__iconLink::before {
    content: "";
    position: absolute;
    bottom: 75%;
    left: calc(50% - var(--wBalloon1) / 2);
    display: block;
    width: var(--wBalloon1);
    height: 39px;
    background: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon1.png) center bottom no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.16));
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 1023px) {
    .c-listC3__iconLink::before {
        height: 28px;
    }
}
.c-listC3__iconLink--02::before {
    left: calc(50% - var(--wBalloon2) / 2);
    width: var(--wBalloon2);
    background-image: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon2.png);
}
.c-listC3__iconLink--03::before {
    left: calc(50% - var(--wBalloon3) / 2 + 1px);
    width: var(--wBalloon3);
    background-image: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon3.png);
}
.c-listC3__iconLink--04::before {
    left: calc(50% - var(--wBalloon4) / 2 - 5px);
    width: var(--wBalloon4);
    background-image: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon4.png);
}
.c-listC3__iconLink:hover::before {
    opacity: 1;
    pointer-events: auto;
}
.c-listC3__txt {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.714;
}
@media screen and (max-width: 1023px) {
    .c-listC3__txt {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0;
        font-size: 1rem;
        line-height: 1.1;
        text-align: center;
    }
}

/*  c-listC4
--------------------------------------------- */
.c-listC4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
}
@media screen and (max-width: 1023px) {
    .c-listC4 {
        display: block;
    }
}
.c-listC4__item {
    display: flex;
    gap: 0 10px;
}
@media screen and (max-width: 1023px) {
    .c-listC4__item {
        justify-content: space-between;
        align-items: center;
        min-height: 40px;
        margin-top: 10px;
        padding: 8px 8px 8px 16px;
        border-radius: 6px;
        border: 1px solid #D6D9E0;
    }
}
@media screen and (max-width: 1023px) {
    .c-listC4__item:first-of-type {
        margin-top: 0;
    }
}
.c-listC4__link {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.714;
    text-decoration: none;
}
.c-listC4__link:hover {
    text-decoration: underline;
}
.c-listC4__icon {
    flex-shrink: 0;
    position: relative;
    display: block;
    width: 20px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 50%;
    aspect-ratio: 1/1;
    line-height: 0;
    --wBalloon1: 175px;
}
.c-listC4__icon img {
    border-radius: inherit;
}
@media screen and (max-width: 1023px) {
    .c-listC4__icon {
        --wBalloon1: 125px;
    }
}
.c-listC4__icon::before {
    content: "";
    position: absolute;
    bottom: 75%;
    left: calc(50% - var(--wBalloon1) / 2);
    display: block;
    width: var(--wBalloon1);
    height: 39px;
    background: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon1.png) center bottom no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.16));
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 1023px) {
    .c-listC4__icon::before {
        height: 28px;
        left: calc(50% - var(--wBalloon1) / 2 - 30px);
    }
}
.c-listC4__icon:hover::before {
    opacity: 1;
    pointer-events: auto;
}

/* ---------------------------------------------
*   c-listD1
--------------------------------------------- */
.c-listD1__item:not(:last-of-type) {
    margin-bottom: 46px;
}

/* ---------------------------------------------
*   c-listD2
--------------------------------------------- */
.c-listD2__item {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 119px;
    padding: 25px;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
.c-listD2__item::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 36px;
    background: url(/sites/default/files/media/jp/partner/technology/yahoo/application/measurement_partner/img/icon_check.svg) no-repeat;
    background-size: 48px 36px;
    flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
    .c-listD2__item::before {
        width: 24px;
        height: 18px;
        background-size: 24px 18px;
    }
}
.c-listD2__item:not(:last-of-type) {
    margin-bottom: 20px;
}
.c-listD2__item-txt {
    font-size: 2rem;
}
.c-listD2__item-txt {
    font-size: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 1023px) {
    .c-listD2__item-txt {
        font-size: 1.6rem;
    }
}
.c-listD2__item-description {
    font-size: 1.4rem;
    font-weight: 500;
}

/* ---------------------------------------------
*   c-listE1
--------------------------------------------- */
.c-listE1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.7346938776%;
}
@media screen and (max-width: 1023px) {
    .c-listE1 {
        gap: 3.2835820896%;
    }
}
.c-listE1__icon {
    display: block;
    width: 71px;
    height: 71px;
}
@media screen and (max-width: 1023px) {
    .c-listE1__icon {
        width: 28.8461538462%;
        height: auto;
        aspect-ratio: 59/59;
    }
}
.c-listE1__icon--tel {
    background: url(/sites/default/files/media/jp/common/img/icon_tel.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-listE1__icon--chat {
    background: url(/sites/default/files/media/jp/common/img/icon_chat.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-listE1__icon--mail {
    background: url(/sites/default/files/media/jp/common/img/icon_mail.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-listE1__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
    color: #000;
    padding: 22px 10px 35px;
    text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
    .c-listE1__link {
        padding: 12px 0;
        border-radius: 3px;
    }
}
.c-listE1__link::before {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 4px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
            mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #F77911;
}
@media screen and (max-width: 1023px) {
    .c-listE1__link::before {
        width: 4px;
        height: 2px;
        bottom: 5px;
    }
}
.c-listE1__txt {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-left: 17px;
}
@media screen and (max-width: 1023px) {
    .c-listE1__txt {
        font-size: 1.2rem;
        margin-left: 8px;
    }
}
.c-listE1__txtSmall {
    display: block;
    font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
    .c-listE1__txtSmall {
        display: none;
    }
}

/* ---------------------------------------------
*   c-listE2
--------------------------------------------- */
.c-listE2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1023px) {
    .c-listE2 {
        gap: 10px;
    }
}
.c-listE2__item {
    border-radius: 6px;
    border: 1px solid #D6D9E0;
    padding: 26px 3.0612244898%;
}
@media screen and (max-width: 1023px) {
    .c-listE2__item {
        border-radius: 3px;
        padding: 15px 20px;
    }
}
.c-listE2__item a.pageTxtLink__blank01:after {
    display: inline-block;
    margin-left: 11px;
}
.c-listE2__item a {
    color: #000;
    font-family: "UD新ゴ M", sans-serif;
}
.c-listE2__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .c-listE2__txt {
        font-size: 1.3rem;
        line-height: 1.8461538462;
    }
}
.c-listE2__link {
    margin-top: 6px;
    margin-left: 11px;
}
@media screen and (max-width: 1023px) {
    .c-listE2__link {
        margin-left: 0;
    }
}
.c-listE2__link .pageTxtLink {
    margin-top: 0;
}
.c-listE2__note {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
    margin-top: 5px;
}
@media screen and (max-width: 1023px) {
    .c-listE2__note {
        font-size: 1.2rem;
        line-height: 1.75;
        letter-spacing: 0;
        margin-top: 9px;
    }
}

/* ---------------------------------------------
*   c-listE4
--------------------------------------------- */
.c-listE4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.1632653061%;
}

/* ---------------------------------------------
*   c-listE5
--------------------------------------------- */
.c-listE5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .c-listE5 {
        display: block;
    }
}
.c-listE5__item {
    display: flex;
    width: 32.6530612245%;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
    padding: 30px 12px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__item {
        border-radius: 0px;
        width: 100%;
        border: none;
        border-top: 1px solid #D6D9E0;
        padding: 23px 5px 3px;
    }
}
.c-listE5__item:nth-of-type(4), .c-listE5__item:nth-of-type(5) {
    width: 48.9795918367%;
    margin-top: 11px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__item:nth-of-type(4), .c-listE5__item:nth-of-type(5) {
        margin-top: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .c-listE5__item:first-of-type {
        border: none;
        padding-top: 3px;
    }
}
.c-listE5__item--2Col {
    padding: 27px 10px 27px 33px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__item--2Col {
        padding: 27px 10px 19px 0;
    }
}
.c-listE5__item--2Col .c-listE5__inner {
    margin-left: 22px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__item--2Col .c-listE5__inner {
        margin-left: 17px;
    }
}
@media screen and (max-width: 1023px) {
    .c-listE5__item--2Col .c-listE5__txt {
        margin-top: 4px;
    }
}
@media screen and (max-width: 1023px) {
    .c-listE5__item--2Col .c-listE5__ttl {
        line-height: 1.25;
    }
}
.c-listE5__item a {
    font-family: "UD新ゴ M", sans-serif;
}
.c-listE5__ttl {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
}
.c-listE5__ttl--small {
    font-size: 1.5rem;
}
.c-listE5__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-top: 7px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__txt {
        font-size: 1.3rem;
        line-height: 1.8461538462;
        letter-spacing: 0;
    }
}
.c-listE5__icon {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    margin-right: 10px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__icon {
        width: 20px;
        margin-top: 5px;
    }
}
.c-listE5__icon--help img {
    width: 24px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__icon--help img {
        width: 12px;
    }
}
.c-listE5__icon--learning img {
    width: 32px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__icon--learning img {
        width: 16px;
    }
}
.c-listE5__icon--campus img {
    width: 36px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__icon--campus img {
        width: 20px;
    }
}
.c-listE5__icon img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.c-listE5__btn {
    margin-top: 18px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__btn {
        margin-top: 8px;
    }
}
.c-listE5__btn .backBtn {
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .c-listE5__btn .backBtn {
        text-align: left;
    }
}
.c-listE5__fig {
    width: 86px;
    flex-shrink: 0;
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-listE5__fig {
        width: 72px;
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-listE5__link .pageTxtLink {
        margin-top: 10px;
    }
}

/* ---------------------------------------------
*   c-listE6
--------------------------------------------- */
.c-listE6 {
    display: flex;
    flex-direction: column;
    gap: 70px 0;
}
@media screen and (max-width: 1023px) {
    .c-listE6 {
        gap: 30px 0;
    }
}
.c-listE6__item .pageTxtLink {
    margin-top: 0;
}
.c-listE6__item .pageTxtLink a {
    letter-spacing: -0.01em;
}
.c-listE6__item .pageBorderBox {
    margin-top: 0;
    border-radius: 3px;
}
@media screen and (max-width: 1023px) {
    .c-listE6__item .pageBorderBox {
        padding: 25px 15px;
    }
}
.c-listE6__item .pageBorderBox__fig {
    margin-bottom: 18px;
}
.c-listE6__item .pageBorderBox__txt {
    margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
    .c-listE6__item .pageBorderBox__tit {
        line-height: 1.3235294118;
        padding-bottom: 2px;
    }
}
.c-listE6__item .pageTxtList {
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .c-listE6__item .pageTxtList {
        font-size: 1.5rem;
    }
}
.c-listE6__item .pageTxtList__item {
    margin-top: 0;
}

/* ---------------------------------------------
*   c-listAnchorE1
--------------------------------------------- */
.c-listAnchorE1 {
    background-color: #F2F4F8;
    padding: 30px 0;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1 {
        padding: 20px;
    }
}
.c-listAnchorE1__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__inner {
        padding-inline: 0;
    }
}
.c-listAnchorE1__trigger {
    position: relative;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    color: #00003E;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__trigger {
        width: 100%;
        height: 44px;
        background-color: #fff;
        border-radius: 5px;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
    }
    .is-anchorAccOpen .c-listAnchorE1__trigger {
        border-radius: 5px 5px 0 0;
        background-color: #C6C6D8;
    }
    .is-anchorAccOpen .c-listAnchorE1__trigger::after {
        display: none;
    }
}
.c-listAnchorE1__trigger::before, .c-listAnchorE1__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #00043E;
}
.c-listAnchorE1__trigger::before {
    width: 8px;
    height: 2px;
    right: 15px;
    border-radius: 40px;
}
.c-listAnchorE1__trigger::after {
    width: 2px;
    height: 8px;
    right: 21px;
    border-radius: 40px;
}
.c-listAnchorE1__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__list {
        width: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        background-color: #fff;
        padding: 26px 48px;
        gap: 15px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 0px 0px 10px 10px;
    }
}
.c-listAnchorE1__item {
    min-width: 297px;
    width: 24.75%;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__item {
        width: 100%;
        min-width: inherit;
        min-width: initial;
        min-width: revert;
        min-width: unset;
    }
}
.c-listAnchorE1__link {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
    color: #00003E;
    font-family: "UD新ゴ M", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 9px 20px;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__link {
        display: inline-block;
        padding: 0;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0);
        max-width: 100%;
        color: #000;
        font-weight: 600;
        font-size: 1.6rem;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-listAnchorE1__link {
        transition: 0.3s background-color;
    }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
    .c-listAnchorE1__link:hover {
        background-color: #C6C6D8;
    }
}
.c-listAnchorE1__link::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 8px;
    height: 5px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
            mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #00003E;
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__link::after {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: -23px;
        transform: translateY(-50%);
        width: 8px;
        height: 5px;
        -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
                mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #F77911;
    }
}
@media screen and (max-width: 1023px) {
    .c-listAnchorE1__txt {
        position: relative;
    }
}

/* ---------------------------------------------
*   c-listNoteE1
--------------------------------------------- */
.c-listNoteE1__item {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    padding-left: 1.3em;
}
@media screen and (max-width: 1023px) {
    .c-listNoteE1__item {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        padding-left: 1.7em;
    }
}
.c-listNoteE1__item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.c-listNoteE1__item a {
    color: #000;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-listNoteE1__item a:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-sectionA1
--------------------------------------------- */
.c-sectionA1 {
    margin-top: 46px;
}
@media screen and (max-width: 1023px) {
    .c-sectionA1 {
        margin-top: 22px;
    }
}
.c-sectionA1 + .c-sectionA1 {
    margin-top: 58px;
}
@media screen and (max-width: 1023px) {
    .c-sectionA1 + .c-sectionA1 {
        margin-top: 78px;
    }
}
.c-sectionA1:last-of-type {
    margin-bottom: 130px;
}
@media screen and (max-width: 1023px) {
    .c-sectionA1:last-of-type {
        margin-bottom: 100px;
    }
}
.c-sectionA1__container {
    margin: 0 auto;
    padding: 70px 40px 0;
    max-width: 1280px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionA1__container {
        padding: 20px 20px 0;
        max-width: initial;
    }
}
.c-sectionA1__body {
    margin-top: 54px;
}
@media screen and (max-width: 1023px) {
    .c-sectionA1__body {
        margin-top: 36px;
    }
}

/*  c-sectionA2
--------------------------------------------- */
.c-sectionA2 {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionA2 {
        margin-top: 48px;
    }
}
.c-sectionA2:last-of-type {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionA2:last-of-type {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionA2 + .c-sectionA2 {
        margin-top: 114px;
    }
}
.c-sectionA2__container {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1060px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionA2__container {
        padding-inline: 20px;
    }
}
.c-sectionA2 .faq {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
.c-sectionA2 .faq .faq__title {
    background-image: url(/sites/default/files/media/jp/contact/img/icon_faq01L.png);
    padding-left: 61px;
    padding-top: 26px;
    padding-right: 60px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
@media screen and (max-width: 1023px) {
    .c-sectionA2 .faq .faq__title {
        background-size: 22px 18px;
        background-position: 0 0;
        padding-top: 0;
        padding-bottom: 13px;
        padding-left: 31px;
        padding-right: 40px;
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionA2 .faq .faq__title span {
        max-width: none;
    }
}
.c-sectionA2 .faq .faq__content {
    cursor: auto;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
}
.c-sectionA2 .faq .faq__content a {
    font-weight: 500;
    font-family: "UD新ゴ M", sans-serif;
}
.c-sectionA2 .faq .faq__content .font-b,
.c-sectionA2 .faq .faq__content .examination dt,
.c-sectionA2 .faq .faq__content .timing dt {
    font-weight: 700;
    font-family: "UD新ゴ B", sans-serif;
}
.c-sectionA2 .faq--red .faq__title {
    background-image: url(/sites/default/files/media/jp/contact/img/icon_faq01Y.png);
    font-size: 1.4rem;
    letter-spacing: 0.03em;
}
.c-sectionA2 .faq__title::after {
    border-color: #E5E5E5;
}
@media screen and (max-width: 1023px) {
    .c-sectionA2 .faq__content {
        background-size: 22px 18px;
        background-position: 0 15px;
        font-size: 1.3rem;
        padding: 13px 2px 13px 31px;
    }
}
.c-sectionA2 .faq__content a {
    color: #000;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-sectionA2 .faq__content a:hover {
        text-decoration: none;
    }
}
.c-sectionA2 .faq__content .pageTxtLink {
    display: inline-block;
}
.c-sectionA2 .faq__content .pageTxtLink + .pageTxtLink {
    margin-left: 40px;
}
.c-sectionA2 .more {
    max-width: initial;
}

/* ---------------------------------------------
*   c-sectionB1
--------------------------------------------- */
.c-sectionB1 {
    padding-top: 70px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB1 {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB1__container {
        padding: 0 20px;
    }
}
.c-sectionB1__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB1__inner {
        display: block;
    }
}
.c-sectionB1__ttl {
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionB1__ttl {
        max-width: initial;
    }
}
.c-sectionB1__img {
    width: 315px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB1__img {
        width: 100%;
        margin-top: 40px;
    }
}
.c-sectionB1__btn {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB1__btn {
        width: 240px;
        margin: 20px auto 0;
        text-align: center;
    }
}

/* ---------------------------------------------
*  c-sectionB2
--------------------------------------------- */
.c-sectionB2 {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #F7F7F7;
}
@media screen and (max-width: 1023px) {
    .c-sectionB2 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB2--pb {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB2__head {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB2__ttl {
        max-width: initial;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB2__ttlTxt {
        background-color: unset !important;
    }
}

/* ---------------------------------------------
*   c-sectionB3
--------------------------------------------- */
.c-sectionB3__head {
    max-width: 1000px;
    margin: 0 auto;
}
.c-sectionB3__txt {
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-sectionB3__txt {
        text-align: unset;
        padding: 0 20px;
    }
}
.c-sectionB3__txt--left {
    text-align: unset;
}
.c-sectionB3__link {
    text-decoration: underline;
    color: #000;
    font-weight: normal;
}
@media screen and (min-width: 1024px) {
    .c-sectionB3__link:hover {
        text-decoration: none;
    }
}
.c-sectionB3__anno {
    position: relative;
    margin: 30px auto 0;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.044rem;
    color: #000;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-sectionB3__anno {
        padding: 0 20px;
        text-align: unset;
        text-indent: -1.3rem;
        padding-left: 3.9rem;
    }
}
.c-sectionB3__anno::before {
    content: "※";
    position: relative;
    font-size: 1.15rem;
    left: -5px;
}
.c-sectionB3__anno2 {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.044rem;
    color: #000;
    text-align: right;
}
@media screen and (max-width: 1023px) {
    .c-sectionB3__anno2 {
        padding: 0 20px;
    }
}
.c-sectionB3__anno2::before {
    content: "※";
    position: relative;
    font-size: 1.15rem;
    left: -5px;
}

/* ---------------------------------------------
*   c-sectionB4
--------------------------------------------- */
.c-sectionB4 {
    padding-top: 50px;
    background-color: #F7F7F7;
}
.c-sectionB4__ttl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 410px;
    margin: 0 auto 40px;
    padding: 18px 0;
    background-color: #E4E8F0;
    -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
            clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
    gap: 10px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB4__ttl {
        width: 290px;
        gap: 8px;
    }
}
.c-sectionB4__icon {
    width: 36px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB4__icon {
        width: 25.8px;
    }
}
.c-sectionB4__txt {
    font-family: "UD新ゴ M", sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    color: #00003E;
    letter-spacing: 0.06em;
    line-height: 1.6;
}
@media screen and (max-width: 1023px) {
    .c-sectionB4__txt {
        font-size: 2rem;
    }
}

/* ---------------------------------------------
*   c-sectionB5
--------------------------------------------- */
.c-sectionB5 {
    padding-top: 30px;
}
.c-sectionB5--mb {
    margin-bottom: 120px;
}
.c-sectionB5__container {
    position: relative;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB5__container {
        max-width: initial;
        padding-inline: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB5__body {
        display: flex;
        justify-content: center;
    }
}
.c-sectionB5__link {
    position: absolute;
    top: 38px;
    right: 40px;
    margin-top: 0;
}
.c-sectionB5__ttl {
    margin: 63px auto 58px;
}
.c-sectionB5__linkArea {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionB5__linkArea {
        display: block;
        padding: 0 47px;
    }
}
.c-sectionB5__linkAreaTxt a {
    font-size: 1.7rem;
    letter-spacing: 0.13em;
}
@media screen and (min-width: 1024px) {
    .c-sectionB5__linkAreaTxt:nth-of-type(1), .c-sectionB5__linkAreaTxt:nth-of-type(2) {
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .c-sectionB5__ml1 {
        margin-left: 98px;
    }
}
@media screen and (min-width: 1024px) {
    .c-sectionB5__ml2 {
        margin-left: 117px;
    }
}

/* ---------------------------------------------
*   c-sectionB6
--------------------------------------------- */
.c-sectionB6 {
    padding: 80px 40px 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionB6 {
        padding: 58px 20px 0;
    }
}
.c-sectionB6--mb {
    margin-bottom: 122px;
}
.c-sectionB6__container {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #D6D9E0;
    border-radius: 6px;
}
.c-sectionB6__head {
    padding: 11px 0;
    background-color: #FF0033;
    border-radius: 6px 6px 0 0;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-sectionB6__head {
        padding: 8px 0;
    }
}
.c-sectionB6__ttl {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 2.3rem;
    letter-spacing: 0.06em;
    line-height: 2;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .c-sectionB6__ttl {
        font-size: 2rem;
        line-height: 2.3;
    }
}
.c-sectionB6__body {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 50px 0;
    gap: 22.3%;
}
@media screen and (max-width: 1023px) {
    .c-sectionB6__body {
        display: block;
        max-width: 333px;
        margin: 0 auto;
        padding: 0 0 39px 27px;
    }
}

/* ---------------------------------------------
*   c-sectionB7
--------------------------------------------- */
.c-sectionB7 {
    padding-top: 30px;
    margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB7 {
        margin-bottom: 100px;
    }
}
.c-sectionB7__container {
    position: relative;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB7__container {
        max-width: initial;
        padding-inline: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB7__body {
        display: flex;
        justify-content: center;
    }
}
.c-sectionB7__link {
    position: absolute;
    top: 38px;
    right: 40px;
    margin-top: 0;
}
.c-sectionB7__ttl {
    margin: 63px auto 58px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB7__ttl {
        margin: 30px auto 30px;
    }
}
.c-sectionB7__linkArea {
    display: flex;
    flex-wrap: wrap;
    max-width: 830px;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionB7__linkArea {
        display: block;
        padding: 0 47px;
    }
}
.c-sectionB7__linkAreaTxt a {
    font-size: 1.7rem;
    letter-spacing: 0.13em;
}
.c-sectionB7__linkAreaTxt:nth-of-type(1), .c-sectionB7__linkAreaTxt:nth-of-type(2) {
    margin-top: 0;
}
@media screen and (min-width: 1024px) {
    .c-sectionB7__ml1 {
        margin-left: 98px;
    }
}
@media screen and (min-width: 1024px) {
    .c-sectionB7__ml2 {
        margin-left: 117px;
    }
}

/* ---------------------------------------------
*   c-sectionB8
--------------------------------------------- */
.c-sectionB8__container {
    max-width: 1280px;
    margin-inline: auto;
    padding-top: 80px;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB8__container {
        max-width: initial;
        padding-inline: 0;
    }
}
.c-sectionB8__container--calendar {
    padding-top: 40px;
}

/* ---------------------------------------------
*   c-sectionB9
--------------------------------------------- */
.c-sectionB9__container {
    max-width: 1060px;
    margin-inline: auto;
    padding-top: 90px;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__container {
        max-width: initial;
        width: 100%;
        padding-inline: 20px;
        padding-top: 30px;
    }
}
.c-sectionB9__container--spuser {
    padding-top: 72px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__container--spuser {
        padding-top: 30px;
    }
}
.c-sectionB9__flexBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__flexBox {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
.c-sectionB9__flexBox--spuser {
    align-items: flex-start;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__flexBox--spuser {
        align-items: center;
    }
}
.c-sectionB9__txtArea {
    width: 600px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__txtArea {
        order: 0;
        width: 100%;
    }
}
.c-sectionB9__ttl {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__ttl {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__txt {
        margin-top: 6px;
    }
}
.c-sectionB9__txt--s {
    font-size: 10px;
    vertical-align: super;
}
.c-sectionB9__txt--spuser {
    margin-top: 18px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__txt--spuser {
        margin-top: 13px;
    }
}
.c-sectionB9__imgArea {
    margin-left: 90px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__imgArea {
        order: 2;
        margin-left: 0;
        text-align: center;
    }
}
.c-sectionB9__imgArea + .c-sectionB9__imgArea {
    margin-top: 14px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__imgArea + .c-sectionB9__imgArea {
        margin-top: 0;
    }
}
.c-sectionB9__img {
    width: 250px;
    margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__img {
        width: 85.7142857143%;
        margin: 35px auto 18px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__img--spuser {
        width: 160px;
    }
}
.c-sectionB9__btnArea {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__btnArea {
        order: 1;
    }
}
.c-sectionB9__anno {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
}
.c-sectionB9__btn {
    margin-top: 122px;
    margin-bottom: 45px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__btn {
        margin-top: 36px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__btn a {
        max-width: 285px;
        letter-spacing: 0;
    }
}
.c-sectionB9__btn--spuser {
    margin-top: 53px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__btn--spuser {
        margin-top: 23px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__inner {
        display: flex;
        margin-top: 14px;
        gap: 14px;
    }
}
.c-sectionB9__annoList {
    margin-top: 17px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB9__annoList {
        margin-top: 7px;
    }
}
.c-sectionB9__annoListItem {
    padding-left: 2em;
    text-indent: -2em;
    list-style: none;
}
.c-sectionB9__annoListItem::before {
    content: none;
}

/* ---------------------------------------------
*   c-sectionB10
--------------------------------------------- */
.c-sectionB10__container {
    max-width: 1060px;
    margin-inline: auto;
    padding-top: 24px;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB10__container {
        max-width: initial;
        width: 100%;
        padding-inline: 20px;
    }
}
.c-sectionB10__body {
    display: flex;
}
@media screen and (max-width: 1023px) {
    .c-sectionB10__body {
        display: block;
    }
}
.c-sectionB10__body--reverse {
    flex-direction: row-reverse;
}
.c-sectionB10__body--reverse .c-sectionB10__img {
    margin-left: 24px;
    margin-right: 34px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB10__body--reverse .c-sectionB10__img {
        margin-left: 0;
        margin-right: 0;
    }
}
.c-sectionB10__txt {
    line-height: 1.6;
    margin-top: 26px;
}
.c-sectionB10__txt--mt0 {
    margin-top: 0;
}
.c-sectionB10__img {
    width: 400px;
    flex-shrink: 0;
    margin-right: 24px;
    margin-left: 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionB10__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

/* ---------------------------------------------
*   c-sectionB11
--------------------------------------------- */
@media screen and (min-width: 1024px) {
    .c-sectionB11 + .c-sectionB11 {
        margin-bottom: 40px;
    }
}
.c-sectionB11 + .c-sectionB11 .c-sectionB11__container {
    padding-top: 66px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB11 + .c-sectionB11 .c-sectionB11__container {
        padding-top: 36px;
    }
}
.c-sectionB11__container {
    max-width: 1280px;
    margin-inline: auto;
    padding-top: 80px;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionB11__container {
        max-width: initial;
        padding-inline: 0;
        padding-top: 60px;
    }
}
.c-sectionB11__container--calendar {
    padding-top: 40px;
}

/* ---------------------------------------------
*   c-sectionB12
--------------------------------------------- */
.c-sectionB12__ttl {
    margin: 63px auto 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionB12__ttl {
        margin: 23px auto 0;
    }
}

/* ---------------------------------------------
*   c-sectionC
--------------------------------------------- */
/*  c-sectionC1
--------------------------------------------- */
.c-sectionC1 {
    color: #000;
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1 {
        margin-top: 50px;
    }
}
.c-sectionC1:first-of-type {
    margin-top: 70px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1:first-of-type {
        margin-top: 35px;
    }
}
.c-sectionC1__container {
    max-width: 1020px;
    margin-inline: auto;
    padding-inline: 20px;
}
.c-sectionC1__head {
    margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1__head {
        margin-bottom: 30px;
    }
}
.c-sectionC1__head .pageH2Area {
    max-width: none;
    margin: 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1__head--techPartnerList .pageH2Area__tit01__txt {
        letter-spacing: 0.1rem;
        margin-right: -0.1em;
        white-space: nowrap;
    }
}
.c-sectionC1__txt .pageTxt {
    margin-top: 0;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1__txt .pageTxt {
        text-align: left;
    }
}
.c-sectionC1__imgStar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1__imgStar {
        margin-top: 10px;
    }
}
.c-sectionC1__imgStar img {
    width: 317px;
    height: 37px;
    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1__imgStar img {
        width: 198px;
        height: 23px;
    }
}
.c-sectionC1 .spHide {
    display: none;
}
@media screen and (min-width: 1024px) {
    .c-sectionC1 .spHide {
        display: block;
    }
}
.c-sectionC1 .pcHide {
    display: none;
}
@media screen and (max-width: 1023px) {
    .c-sectionC1 .pcHide {
        display: block;
    }
}

/*  c-sectionC2
--------------------------------------------- */
.c-sectionC2 {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC2 {
        margin-top: 50px;
    }
}
.c-sectionC2__cassetteWrap {
    padding: 70px 40px 70px 60px;
    border-radius: 6px;
    border: 1px solid #D6D9E0;
}
@media screen and (max-width: 1023px) {
    .c-sectionC2__cassetteWrap {
        padding: 0;
        border-radius: none;
        border: none;
    }
}

/*  c-sectionC3
--------------------------------------------- */
.c-sectionC3 {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC3 {
        margin-top: 50px;
    }
}
.c-sectionC3:first-of-type {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC3:first-of-type {
        margin-top: 30px;
    }
}
.c-sectionC3:last-of-type {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC3:last-of-type {
        margin-bottom: 50px;
    }
}
.c-sectionC3__head {
    margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionC3__head {
        margin-bottom: 30px;
    }
}
.c-sectionC3__head .pageH3Area {
    margin: 0;
}

/* ---------------------------------------------
*   c-sectionD1
--------------------------------------------- */
.c-sectionD1 {
    color: #000;
}
.c-sectionD1__head {
    max-width: 1020px;
    margin-inline: auto;
    padding: 70px 20px 0;
}
.c-sectionD1 .pageH2Area--tit01 {
    margin-top: 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionD1 .pageH2Area--tit01 {
        max-width: initial;
    }
}
.c-sectionD1 .pageTxt {
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .c-sectionD1 .pageTxt {
        text-align: left;
    }
}
.c-sectionD1__body {
    margin: 60px auto 0;
    padding: 0 40px 100px;
    max-width: 1060px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionD1__body {
        margin-top: 20px;
        margin-bottom: 50px;
        padding: 0;
    }
}
.c-sectionD1__anchorLink {
    margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionD1__anchorLink {
        margin-bottom: 80px;
        overflow-x: scroll;
    }
}
.c-sectionD1__btn-wrap {
    margin: 40px auto 0;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 1023px) {
    .c-sectionD1 .c-listAnchorB1__item {
        min-width: 300px;
    }
}
@media screen and (min-width: 1024px) {
    .c-sectionD1 .pc-hide {
        display: none;
    }
}

/* ---------------------------------------------
*   c-sectionE1
--------------------------------------------- */
.c-sectionE1 {
    color: #000;
}
.c-sectionE1__head {
    margin: 0 auto;
    padding: 63px 40px 0;
    max-width: 1060px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__head {
        padding-inline: 0;
        padding-top: 18px;
    }
}
.c-sectionE1__head .c-listAnchorB1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__head .c-listAnchorB1 {
        max-width: none;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 20px;
        gap: 5px;
        overflow: auto;
        scrollbar-width: none;
    }
    .c-sectionE1__head .c-listAnchorB1::-webkit-scrollbar {
        display: none;
    }
}
.c-sectionE1__head .c-listAnchorB1__item {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__head .c-listAnchorB1__item {
        width: 150px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__head .c-listAnchorB1__link {
        font-size: 1.3rem;
    }
}
.c-sectionE1__head .pageH2Area--tit01 {
    margin: 0 auto;
}
.c-sectionE1__body {
    margin: 60px auto 0;
    padding: 0 40px 100px;
    max-width: 1060px;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__body {
        background-color: #F5F5F5;
        margin-top: 20px;
        margin-bottom: 50px;
        padding: 20px 20px 30px;
    }
}
.c-sectionE1__anchorLink {
    margin-top: 63px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__anchorLink {
        margin-top: 20px;
    }
}
.c-sectionE1__anchorLink .c-listAnchorB1 {
    margin: 0;
}
.c-sectionE1__contents {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 40px 0;
}
@media screen and (max-width: 1023px) {
    .c-sectionE1__contents {
        gap: 20px 0;
    }
}

/* ---------------------------------------------
*   c-sectionE2
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .c-sectionE2--spBgGray {
        background-color: #F5F5F5;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionE2--spBgGray .pageH2Area--tit01 .pageH2Area__tit01__txt {
        background-color: #F5F5F5;
    }
}
.c-sectionE2__head .pageH2Area--tit01 {
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionE2__head .pageH2Area--tit01 {
        max-width: none;
    }
}
.c-sectionE2__body {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE2__body {
        margin-top: 20px;
    }
}
.c-sectionE2__intro {
    text-align: center;
    line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
    .c-sectionE2__intro {
        text-align: left;
        margin-top: 20px;
    }
}
.c-sectionE2__intro-box {
    max-width: 700px;
    margin-inline: auto;
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE2__intro-box {
        margin-top: 20px;
    }
}
.c-sectionE2__card {
    margin-top: 68px;
}
.c-sectionE2__schedule-fig {
    margin-top: 68px;
}

/* ---------------------------------------------
*   c-sectionE3
--------------------------------------------- */
.c-sectionE3 {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE3 {
        margin-top: 0;
    }
}
.c-sectionE3__container {
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionE3__container {
        padding-inline: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionE3 .l-partnerConversion__btn {
        max-width: 297px;
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-sectionE4
--------------------------------------------- */
.c-sectionE4 {
    margin-top: 70px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE4 {
        padding-top: 57px;
        margin-top: 0;
    }
}
.c-sectionE4__container {
    max-width: 1060px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE4__container {
        padding-inline: 20px;
    }
}
.c-sectionE4__head .pageH2Area {
    margin-bottom: 0;
    margin-top: 0;
}
.c-sectionE4__body {
    margin-top: 18px;
}

/* ---------------------------------------------
*   c-sectionE5
--------------------------------------------- */
.c-sectionE5 {
    margin-top: 102px;
    color: #000;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5 {
        margin-top: 50px;
    }
}
.c-sectionE5__container {
    max-width: 1060px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__container {
        padding-inline: 20px;
    }
}
.c-sectionE5__body {
    margin-top: 20px;
}
.c-sectionE5__contentWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-sectionE5__content--midWide {
    width: 60.306122449%;
    padding-left: 1.0204081633%;
    margin-top: 8px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__content--midWide {
        width: 100%;
        margin-top: 0;
    }
}
.c-sectionE5__content--narrow {
    width: 36.7346938776%;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__content--narrow {
        width: 100%;
        margin-top: 38px;
    }
}
.c-sectionE5__content--wide {
    width: 100%;
}
.c-sectionE5__content--note {
    margin-left: calc(1.2861736334% + 71px);
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__content--note {
        margin-left: 0;
    }
}
.c-sectionE5__content--chat {
    padding-left: 0.8163265306%;
}
.c-sectionE5__content--mail {
    width: 100%;
    padding-left: 0.8163265306%;
    margin-top: 8px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__content--mail {
        margin-top: 0;
    }
}
.c-sectionE5__content--contact {
    margin-top: 17px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__content--contact {
        margin-top: 19px;
    }
}
.c-sectionE5__foot {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__foot.pc-only {
        display: none;
    }
}
.c-sectionE5__contents {
    margin-top: 37px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__contents {
        margin-top: 0;
    }
}
.c-sectionE5__otherList {
    margin-top: 38px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE5__otherList {
        margin-top: 25px;
    }
}

/* ---------------------------------------------
*   c-sectionE6
--------------------------------------------- */
.c-sectionE6 {
    padding-top: 65px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionE6--schedule {
        padding-top: 68px;
        padding-bottom: 28px;
    }
}
.c-sectionE6 + .c-sectionE6 {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6 + .c-sectionE6 {
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionE6--spBgGray {
        background-color: #F5F5F5;
        padding-top: 48px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .c-sectionE6--spBgGray .pageH2Area--tit01 .pageH2Area__tit01__txt {
        background-color: #F5F5F5;
    }
}
.c-sectionE6__container {
    max-width: 1280px;
    padding: 0 40px;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__container {
        width: 100%;
        padding-inline: 20px;
    }
}
.c-sectionE6__head .pageH2Area--tit01 {
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__head .pageH2Area--tit01 {
        max-width: none;
    }
}
.c-sectionE6__body {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__body {
        margin-top: 20px;
    }
}
.c-sectionE6__intro {
    text-align: center;
    line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__intro {
        text-align: left;
        margin-top: 20px;
    }
}
.c-sectionE6__intro-box {
    max-width: 700px;
    margin-inline: auto;
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__intro-box {
        margin-top: 20px;
    }
}
.c-sectionE6__card {
    margin-top: 62px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__card {
        margin-top: 18px;
    }
}
.c-sectionE6__scheduleFig {
    margin-top: 68px;
    max-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .c-sectionE6__scheduleFig {
        margin-top: 20px;
        max-width: none;
    }
}
.c-sectionE6__scheduleFig img {
    width: 100%;
}

/* ---------------------------------------------
*   c-sectionE7
--------------------------------------------- */
.c-sectionE7 {
    padding-top: 103px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE7 {
        padding-top: 50px;
    }
}
.c-sectionE7__container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE7__container {
        padding-inline: 20px;
    }
}
.c-sectionE7__head .pageH2Area--tit01 {
    margin-top: 0;
    margin-bottom: 0;
}
.c-sectionE7__body {
    margin-top: 72px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE7__body {
        margin-top: 29px;
    }
}

/* ---------------------------------------------
*   c-sectionE8
--------------------------------------------- */
.c-sectionE8 {
    margin-top: 103px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE8 {
        margin-top: 51px;
        margin-bottom: 50px;
    }
}
.c-sectionE8__container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE8__container {
        padding-inline: 0px;
    }
}
.c-sectionE8__head .pageH2Area--tit01 {
    margin-top: 0;
    margin-bottom: 0;
}
.c-sectionE8__body {
    background-color: #F2F4F8;
    padding: 40px 0;
    margin-top: 41px;
}
@media screen and (max-width: 1023px) {
    .c-sectionE8__body {
        padding: 16px 20px;
        margin-top: 30px;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-sliderB1 {
    padding: 0 70px 50px;
}
@media screen and (max-width: 1023px) {
    .c-sliderB1 {
        padding: 0 0 50px;
    }
}
.c-sliderB1__container {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.c-sliderB1 .swiper-slide {
    position: relative;
    width: 282px;
    height: 321px;
    background-color: #fff;
    border-radius: 6px;
}
.c-sliderB1__link {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    transition: box-shadow 0.4s var(--transition-default);
}
.c-sliderB1__link:hover {
    text-decoration: none;
    box-shadow: 2px 2px 8px rgba(90, 90, 90, 0.32);
}
.c-sliderB1__link:hover .c-sliderB1__img img {
    transform: scale(1.1);
}
.c-sliderB1__head {
    width: 100%;
    height: 143px;
}
.c-sliderB1__img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.c-sliderB1__img img {
    width: 282px;
    height: 143px;
    border-radius: 6px 6px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.4s var(--transition-default);
}
.c-sliderB1__body {
    padding: 20px 20px 0 20px;
}
.c-sliderB1__ttl {
    font-family: "UD新ゴ B", sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.41;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}
.c-sliderB1__txt {
    font-family: "UD新ゴ M", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.03em;
}
.c-sliderB1__icon {
    position: absolute;
    width: 23px;
    height: 23px;
    bottom: 20px;
    right: 20px;
    background-color: #E4E8F0;
    border-radius: 50%;
}
.c-sliderB1__icon::after {
    content: "";
    position: absolute;
    background: url(/sites/default/files/media/jp/download/line/img/icon_arrow_right.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 5px;
    height: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-sliderB1 .swiper {
    overflow: visible;
}
.c-sliderB1 .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 89px;
    margin-top: -45px;
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sliderB1 .swiper-button-next {
        width: 22px;
        height: 66px;
        margin-top: -33px;
    }
}
.c-sliderB1 .swiper-button-next::after {
    content: "\e901";
    font-size: 13px;
    font-family: "linebiz-icon";
    color: #FFF;
}
@media screen and (max-width: 1023px) {
    .c-sliderB1 .swiper-button-next::after {
        content: "\e900";
        font-size: 16px;
        transform: scale(0.5);
    }
}
.c-sliderB1 .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 89px;
    margin-top: -45px;
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
}
@media screen and (max-width: 1023px) {
    .c-sliderB1 .swiper-button-prev {
        width: 22px;
        height: 66px;
        margin-top: -33px;
    }
}
.c-sliderB1 .swiper-button-prev::after {
    content: "\e901";
    font-size: 13px;
    font-family: "linebiz-icon";
    color: #FFF;
    transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
    .c-sliderB1 .swiper-button-prev::after {
        content: "\e900";
        font-size: 16px;
        transform: scale(0.5) rotate(180deg);
    }
}
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tableB1
--------------------------------------------- */
.c-tableB1 {
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .c-tableB1 {
        margin-top: 35px;
    }
}
.c-tableB1 table {
    width: 100%;
    border-top: 1px solid #F2F4F8;
    border-left: 1px solid #F2F4F8;
    font-size: 1.4rem;
    border-collapse: separate;
    border-spacing: 0;
}
@media screen and (max-width: 1023px) {
    .c-tableB1 table {
        font-size: 1rem;
    }
}
.c-tableB1 th {
    padding: 5px 10px;
    border-right: 1px solid #F2F4F8;
    border-bottom: 1px solid #F2F4F8;
    background-color: #F2F4F8;
    text-align: left;
}
@media screen and (max-width: 1023px) {
    .c-tableB1 th {
        padding: 2px 10px;
    }
}
.c-tableB1 td {
    width: 33.3333%;
    padding: 10px 10px;
    border-right: 1px solid #F2F4F8;
    border-bottom: 1px solid #F2F4F8;
}
@media screen and (max-width: 1023px) {
    .c-tableB1 td {
        padding: 3px 6px;
    }
}
.c-tableB1 ul {
    margin-top: 0;
}
.c-tableB1 ul li {
    margin-top: 5px;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 1023px) {
    .c-tableB1 ul li {
        font-size: 1.1rem;
        margin-top: 0;
    }
}
.c-tableB1--2 td {
    width: 50%;
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttlA1
--------------------------------------------- */
.c-ttlA1 {
    display: flex;
    flex-direction: column;
}
.c-ttlA1__jp {
    display: inline-block;
    font-family: "UD新ゴ DB";
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1;
}
@media screen and (max-width: 1023px) {
    .c-ttlA1__jp {
        font-size: 2.6rem;
        letter-spacing: 0.03em;
    }
}
.c-ttlA1__en {
    margin-top: 15px;
    display: inline-block;
    font-family: "Volte Regular";
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
}
@media screen and (max-width: 1023px) {
    .c-ttlA1__en {
        margin-top: 6px;
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txtA1
--------------------------------------------- */
.c-txtA1Wrap {
    margin-top: 32px;
}
@media screen and (max-width: 1023px) {
    .c-txtA1Wrap {
        margin-top: 26px;
    }
}

.c-txtA1 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 2;
}
@media screen and (max-width: 1023px) {
    .c-txtA1 {
        font-size: 1.4rem;
        line-height: 1.71;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   c-txtD1
--------------------------------------------- */
.c-txtD1 {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.7142857143;
    text-align: center;
}

/* ---------------------------------------------
*   c-txtE1
--------------------------------------------- */
.c-txtE1 {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
    .c-txtE1 {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 1023px) {
    .c-txtE1 .sp-hide {
        display: none;
    }
}

/* ---------------------------------------------
*   c-wrapE1
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .storevisit .c-wrapE1 > * {
        margin: auto 0;
    }
}
@media screen and (max-width: 950px) {
    .storevisit .c-wrapE1.contents__inner > * {
        margin: auto 0;
    }
}
@media screen and (max-width: 1023px) {
    .c-wrapE1.contents__inner {
        max-width: none;
    }
}

/* ---------------------------------------------
*   c-wrapCtaE1
--------------------------------------------- */
.c-wrapCtaE1 {
    margin-top: 100px;
}
@media screen and (max-width: 1023px) {
    .c-wrapCtaE1 {
        margin-top: 48px;
    }
    .c-wrapCtaE1 .l-conversionBoxA1 {
        padding-bottom: 20px;
    }
    .c-wrapCtaE1 .l-conversionBoxA1__inner {
        margin-top: 48px;
        margin-bottom: 0;
    }
    .c-wrapCtaE1 .l-conversionBoxA1__btnCol {
        margin-top: 21px;
    }
}

/* ---------------------------------------------
*   c-wrapCtaE2
--------------------------------------------- */
@media screen and (max-width: 1023px) {
    .c-wrapCtaE2 .l-conversionBoxA1 {
        padding-bottom: 20px;
    }
}

/* ---------------------------------------------
*   js-anchorAcc
--------------------------------------------- */
.js-anchorAccTrigger {
    display: block;
}
@media screen and (min-width: 1024px) {
    .js-anchorAccTrigger {
        display: none;
    }
}

.js-anchorAccTarget {
    display: none;
}
@media screen and (min-width: 1024px) {
    .js-anchorAccTarget {
        display: block !important;
    }
}

/* ---------------------------------------------
*   js-tab-target
--------------------------------------------- */
.js-tabTarget {
    display: none;
}
.js-tabTarget.is-current {
    display: block;
}

/* ---------------------------------------------
*   js-telDisabled
--------------------------------------------- */
.js-telDisabled {
    pointer-events: none;
}