.outerblock {
    padding: 65px 0;
}
.outerblock.ye {
    background: #FFF9EC;
}
.outerblock.bl {
    background: #EAF6FF;
}
/* block */
.block {
    padding: 65px 0;
}
.outerblock .block {
    margin: 0 auto;
    width: 95%;
    max-width: 920px;
}
.block-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1080px;
}
.outerblock .block-inner {
    max-width: 760px;
}
.block-head {
    margin: 0 0 45px;
    text-align: center;
}
.block-head::after {
    background: url(../images/head-symbol.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    margin: 20px auto 0;
    width: 72px;
}
.block-head.w::after {
    background-image: url(../images/head-symbol-w.svg);
}
.block-head h2 {
    background: var(--grad1);
    display: inline-block;
    font-family: var(--ft-ra);
    font-size: 56px;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-head.w h2 {
    background: none;
    color: #fff;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.block-head p {
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
}
.block-head.w p {
    color: #fff;
}
.block-head p span {
    display: block;
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.block-head.w p span {
    color: #fff;
}
@media screen and (max-width: 968px) {
    .block {
        padding: 50px 0;
    }
    .block-head h2 {
        font-size: 42px;
    }
    .block-head p {
        font-size: 26px;
    }
    .block-head p span {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .block {
        padding: 45px 0;
    }
    .block-head {
        margin: 0 0 35px;
    }
    .block-head h2 {
        font-size: 32px;
    }
    .block-head p {
        font-size: 24px;
    }
    .block-head p span {
        font-size: 20px;
    }
}

/* fv */
.fv {
    background: url(../images/mv-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.fv-inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1100px;
}
.fv-tag {
    background: #FFB246;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 4px 4px rgb(0 0 0 / 12%));
    height: 50px;
    margin: 0 0 25px;
    padding: 0 20px;
    width: 100%;
    max-width: max-content;
}
.fv-tag p {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
}
.fv-text1 h1 {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
    line-height: 2.4em;
}
.fv-text1 h1 span {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 56px;
    font-weight: 700;
}
.fv-text1 .fv-eyecatch {
    display: flex;
    justify-content: flex-start;
    margin: 40px 0 0;
}
.fv-eyecatch__item {
    background: url(../images/mv-symbol.webp) no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    text-align: center;
    width: 160px;
}
.fv-eyecatch__item p {
    background: linear-gradient(90deg,rgba(0, 160, 225, 1) 1%, rgba(20, 106, 198, 1) 100%);
    display: inline-block;
    font-family: var(--ft-zen);
    font-size: 12px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fv-eyecatch__item p span {
    background: linear-gradient(90deg,rgba(0, 160, 225, 1) 1%, rgba(20, 106, 198, 1) 100%);
    display: inline-block;
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fv-eyecatch__item p span.ft18 {
    font-size: 18px;
}
.fv-text2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: absolute;
    right: 5%;
    top: 2%;
}
.fv-text2 p {
    background: #fff;
    display: inline-block;
    padding: 12px 5px 5px;
}
.fv-text2 p span {
    background: linear-gradient(90deg,rgba(0, 160, 225, 1) 1%, rgba(20, 106, 198, 1) 100%);
    display: inline-block;
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .3em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .fv {
        background-image: url(../images/mv-bg-sp.webp);
        padding: 25px 0 0;
    }
    .fv-inner {
        padding: 0 0 100%;
    }
    .fv-tag {
        border-radius: 4px;
        height: 37px;
    }
    .fv-tag p {
        font-size: 16px;
    }
    .fv-text1 h1 {
        font-size: 20px;
        line-height: 2.4em;
    }
    .fv-text1 h1 span {
        font-size: 32px;
    }
    .fv-text1 .fv-eyecatch {
        width: 100%;
        max-width: 100%;
    }
    .fv-text2 {
        justify-content: flex-start;
        position: absolute;
        right: 20%;
        top: 55%;
        width: 100%;
    }
    .fv-text2 p span {
        font-size: 15.45px;
    }
}
@media screen and (max-width: 568px) {
    .fv-eyecatch__item {
        height: 30vw;
    }
    .fv-eyecatch__item p {
        font-size: 9px;
    }
    .fv-eyecatch__item p span {
        font-size: 14px;
    }
    .fv-eyecatch__item p span.ft18 {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .fv-inner {
        padding: 0 0 110%;
    }
    .fv-text2 {
        right: 12%;
        top: 53%;
    }
    .fv-text2 p {
        padding: 12px 0 5px;
        text-align: center;
        width: 30px;
    }
    
}
.fv-bottom {
    background: url(../images/fv-b.webp) no-repeat;
    background-position: center bottom;
    padding-bottom: 330px;
}
@media screen and (max-width: 768px) {
    .fv-bottom {
        background-image: url(../images/fv-b-sp.webp);
        background-size: contain;
        padding-bottom: 50vw;
    }
}

/* about */
.about {
    padding-bottom: 35px;
}
.about-content {
    text-align: center;
}
.about-content h3 {
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}
.about-content p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
.about-content p .accent {
    color: var(--accent-text-color);
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
}
.about-content p .maker {
    background:linear-gradient(transparent 60%, var(--highlight) 60%);
}
.about-movie {
    border: 4px solid #D9D9D9;
    border-radius: 30px;
    line-height: 0;
    margin: 25px auto 0;
    overflow: hidden;
    width: 100%;
    max-width: 720px;
}
.about-movie video {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .about-content h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .about {
        padding-bottom: 20px;
    }
    .about-content h3 {
        font-size: 24px;
    }
}

/* point */
.point {
    background: url(../images/point-bg.webp) no-repeat;
    background-position: center top;
    background-size: cover;
}
.point-cards {
    display: grid;
    gap: 65px;
}
.point-card {
    background: #fff;
    border-radius: 40px 0 40px 0;
    border: 1px solid #ECECEC;
    filter: drop-shadow(10px 10px 0 var(--accent-text-color));
    padding: 45px;
}
.point-card__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.point-card:nth-child(even) .point-card__flex {
    flex-direction: row-reverse;
}
.point-card__left {
    width: calc(100% - 500px);
}
.point-card__right {
    width: 480px;
}
.point-card__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 25px;
}
.point-card__ttl::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    filter: drop-shadow(0 0 10px rgb(20 106 198 / 30%));
    height: 140px;
    margin-right: 10px;
    width: 140px;
}
.point-card:nth-child(1) .point-card__ttl::before {
    background-image: url(../images/point-icon1.webp);
}
.point-card:nth-child(2) .point-card__ttl::before {
    background-image: url(../images/point-icon2.webp);
}
.point-card:nth-child(3) .point-card__ttl::before {
    background-image: url(../images/point-icon3.webp);
}
.point-card:nth-child(4) .point-card__ttl::before {
    background-image: url(../images/point-icon4.webp);
}
.point-card:nth-child(5) .point-card__ttl::before {
    background-image: url(../images/point-icon5.webp);
}
.point-card__ttl h3 {
    color: var(--accent-text-color);
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.point-card__ttl h3 span {
    color: var(--accent-text-color);
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
}
.point-card__left p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
}
.point-card__left p span {
    background:linear-gradient(transparent 60%, var(--highlight) 60%);
    color: var(--accent-text-color);
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .point-card__left {
        width: calc(100% - 400px);
    }
    .point-card__right {
        width: 380px;
    }
}
@media screen and (max-width: 768px) {
    .point-cards {
        display: flex;
        flex-direction: column;
    }
    .point-card {
        padding: 25px;
    }
    .point-card__left {
        width: 100%;
    }
    .point-card__right {
        margin: 15px 0;
        width: 100%;
    }
    .point-card__ttl {
        display: block;
        margin: 0;
    }
    .point-card__ttl::before {
        height: 140px;
        margin: 0 auto;
        width: 140px;
    }
    .point-card__ttl h3 {
        font-size: 24px;
    }
    .point-card__ttl h3 span {
        font-size: 20px;
    }
}

/* flow */
.flow {
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(12px 12px 24px rgb(0 0 0 / 8%));
}
.flow-cards {
    display: grid;
    gap: 35px;
}
.flow-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flow-card__left {
    position: relative;
    width: 80px;
}
.flow-card__right {
    display: grid;
    gap: 25px;
    width: calc(100% - 80px);
}
.flow-card__tag {
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    padding: 5px 0;
    width: 36px;
}
.flow-card:nth-child(1) .flow-card__tag {
    background: #69BDE0;
}
.flow-card:nth-child(2) .flow-card__tag {
    background: #2A84CE;
}
.flow-card:nth-child(3) .flow-card__tag {
    background: #395D78;
}
.flow-card__tag p {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.flow-card__left:not(:last-child)::before {
    content: "";
    height: calc(100% - 100px);
    position: absolute;
    left: calc((36px / 2) - 1px);
    bottom: 0;
    width: 1px;
}
.flow-card:nth-child(1) .flow-card__left::before {
    border-left: 2px dotted #69BDE0;
}
.flow-card:nth-child(2) .flow-card__left::before {
    border-left: 2px dotted #2A84CE;
}
.flow-card__left:not(:last-child)::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    left: 10px;
    bottom: -8px;
    width: 15.5px;
}
.flow-card:nth-child(1) .flow-card__left::after {
    background-image: url(../images/flow-arrow1.webp);
}
.flow-card:nth-child(2) .flow-card__left::after {
    background-image: url(../images/flow-arrow2.webp);
}
.flow-card__ttl {
    border-left: 0;
    border-right: 0;
    margin: 0 0 15px;
    padding: 10px 0;
}
.flow-card:nth-child(1) .flow-card__ttl {
    border-top: 1px solid #69BDE0;
    border-bottom: 1px solid #69BDE0;
}
.flow-card:nth-child(2) .flow-card__ttl {
    border-top: 1px solid #2A84CE;
    border-bottom: 1px solid #2A84CE;
}
.flow-card:nth-child(3) .flow-card__ttl {
    border-top: 1px solid #395D78;
    border-bottom: 1px solid #395D78;
}
.flow-card__ttl h3 {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.flow-card:nth-child(1) .flow-card__ttl h3 {
    color: #69BDE0;
}
.flow-card:nth-child(2) .flow-card__ttl h3 {
    color: #2A84CE;
}
.flow-card:nth-child(3) .flow-card__ttl h3 {
    color: #395D78;
}
.flow-card__text p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
.flow-card__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow-card__flex .flow-card__text {
    width: calc(100% - 260px);
}
.flow-card__image {
    width: 240px;
}
.notice {
    background: #EFFAFF;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 15px 25px;
}
.notice::before {
    background: url(../images/light-symbol.webp) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 42px;
    margin-right: 10px;
    width: 42px;
}
.notice p {
    font-size: 14px;
    font-weight: 700;
    width: calc(100% - 52px);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .flow-cards {
        gap: 25px;
    }
    .flow-card {
        display: block;
        padding-left: 50px;
        position: relative;
    }
    .flow-card:not(:last-child)::before {
        content: "";
        height: calc(100% - 58px);
        position: absolute;
        left: calc((36px / 2) - 1px);
        top: 57px;
        width: 1px;
    }
    .flow-card:nth-child(1)::before {
        border-left: 2px dotted #69BDE0;
    }
    .flow-card:nth-child(2)::before {
        border-left: 2px dotted #2A84CE;
    }
    .flow-card:not(:last-child)::after {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 9px;
        position: absolute;
        left: 10px;
        bottom: -8px;
        width: 15.5px;
    }
    .flow-card:nth-child(1)::after {
        background-image: url(../images/flow-arrow1.webp);
    }
    .flow-card:nth-child(2)::after {
        background-image: url(../images/flow-arrow2.webp);
    }
    .flow-card__left {
        margin: 0 0 20px;
        width: 96px;
    }
    .flow-card__right {
        width: 100%;
    }
    .flow-card__tag {
        height: 36px;
        margin-left: -50px;
        padding: 5px 10px;
        width: 96px;
    }
    .flow-card__tag p {
        writing-mode: horizontal-tb;
    }
    .flow-card__left:not(:last-child)::before {
        display: none;
    }
    .flow-card__left:not(:last-child)::after {
        display: none;
    }
    .flow-card__ttl {
        padding-right: 30px;
        position: relative;
    }
    .flow-card__ttl::before,
    .flow-card__ttl::after {
        background: var(--main-text-color);
        content: "";
        display: block;
        height: 1px;
        margin: auto;
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        width: 18px;
    }
    .flow-card__top.open .flow-card__ttl::before,
    .flow-card__bottom.open .flow-card__ttl::before{
        transform: rotate(45deg);
    }
    .flow-card__top .flow-card__ttl::after,
    .flow-card__bottom .flow-card__ttl::after {
        transform: rotate(90deg);
    }
    .flow-card__top.open .flow-card__ttl::after,
    .flow-card__bottom.open .flow-card__ttl::after {
        transform: rotate(-45deg);
    }
    .flow-card__ttl h3 {
        font-size: 20px;
    }
    .flow-card__text p {
        font-family: var(--ft-zen);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8em;
    }
    .flow-card__flex {
        flex-direction: column-reverse;
    }
    .flow-card__flex .flow-card__text {
        width: 100%;
    }
    .flow-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .flow-card__top .flow-card__flex {
        display: none;
    }
    .flow-card__bottom .flow-card__text {
        display: none;
    }
    .notice {
        padding: 15px;
    }
    .notice::before {
        margin: 0 0 5px;
    }
    .notice p {
        width: 100%;
    }
}

/* voice */
.voice {
    padding-bottom: 35px;
}
.voice-slider {
    position: relative;
}
.voice-slide {
    border: 1px solid #ECECEC;
    border-radius: 20px;
    overflow: hidden;
    width: 300px;
}
.voice-slide__image {
    position: relative;
}
.voice-slide__img {
    line-height: 0;
}
.voice-slide__ttl {
    position: absolute;
    left: 0;
    bottom: 20px;
}
.voice-slide__ttl p {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.voice-slide__ttl span {
    background: var(--grad1);
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    width: 100%;
    max-width: max-content;
}
.voice-slide__text {
    background: url(../images/voice-arrow.svg) no-repeat, var(--accent-text-color);
    background-position: right 20px center, center;
    background-size: 48px, cover;
    padding: 12px;
}
.voice-slide__text .voice-slide__name {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
}
.voice-slide__text .voice-slide__tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
}
.voice-slide__text .voice-slide__tag {
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-zen);
    font-size: 12px;
    font-weight: 700;
    height: 31px;
    padding: 0 10px;
    width: 100%;
    max-width: max-content;
}
.voice-slide__text .voice-slide__tag:first-child {
    background: #fff;
    color: var(--accent-text-color);
}
.swiper-utility {
    background: #fff;
    border: 1px solid var(--accent-text-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 48px;
    margin: 25px auto 0;
    position: relative;
    width: 100%;
    max-width: 320px;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: static;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--accent-text-color);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--accent-text-color);
    font-size: 11px;
}
.swiper-pagination-bullet {
    background: #D5D5D5;
    height: 12px;
    opacity: 1;
    width: 12px;
}
.swiper-pagination-bullet-active {
    background: var(--accent-text-color);
    position: relative;
}
.swiper-pagination-bullet-active::before {
    border: 1px solid var(--accent-text-color);
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    margin: auto;
    position: relative;
    right: 4px;
    top: -4px;
    width: 18px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.voice-movie {
    margin: 45px auto 0;
    text-align: center;
}
.voice-movie__ttl {
    margin: 0 0 20px;
}
.voice-movie__ttl h3 {
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
}
.voice-movie__cont {
    background: #000;
    border: 4px solid #D9D9D9;
    border-radius: 30px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 750px;
}
.voice-movie__cont video {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .voice {
        padding-bottom: 25px;
    }
    .voice-slider {
        padding-left: 20px;
    }
    .swiper-pagination {
        right: 10px;
        left: inherit !important;
        bottom: inherit !important;
        position: relative;
    }
    .voice-movie__ttl h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 368px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 10px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 10px;
    }
}

/* numbers */
.numbers {
    background: url(../images/numbers-bg.webp) no-repeat;
    background-position: center top;
    background-size: cover;
}
.numbers-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.numbers-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.numbers-card:nth-child(1),
.numbers-card:nth-child(2),
.numbers-card:nth-child(3),
.numbers-card:nth-child(5) {
    width: calc((100% / 3) - 15px);
}
.numbers-card:nth-child(4) {
    width: calc((100% / 3) + (100% / 3) - 10px);
}
.numbers-card:nth-child(7),
.numbers-card:nth-child(8) {
    width: calc(50% - 10px);
}
.numbers-card:nth-child(6),
.numbers-card:nth-child(9) {
    width: 100%;
}
.numbers-card__ttl {
    border: 1px solid var(--accent-text-color);
    border-right: 0;
    border-left: 0;
    margin: 0 0 20px;
    text-align: center;
}
.numbers-card__ttl h3 {
    background: var(--accent-text-color);
    color: #fff;
    display: inline-block;
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 700;
    padding: 8px 20px;
    width: max-content;
}
.numbers-card__body img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.numbers-card:nth-child(1) .numbers-card__body img {
    max-width: 280px;
}
.numbers-card:nth-child(2) .numbers-card__body img {
    max-width: 280px;
}
.numbers-card:nth-child(3) .numbers-card__body img {
    max-width: 280px;
}
.numbers-card:nth-child(4) .numbers-card__body img {
    max-width: 609px;
}
.numbers-card:nth-child(5) .numbers-card__body img {
    max-width: 200px;
}
.numbers-card:nth-child(6) .numbers-card__body img {
    max-width: 997px;
}
.numbers-card:nth-child(7) .numbers-card__body img {
    max-width: 460px;
}
.numbers-card:nth-child(8) .numbers-card__body img {
    max-width: 218px;
}
.numbers-card:nth-child(9) .numbers-card__body img {
    max-width: 919px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .numbers-card:nth-child(1),
    .numbers-card:nth-child(2),
    .numbers-card:nth-child(3),
    .numbers-card:nth-child(5),
    .numbers-card:nth-child(4),
    .numbers-card:nth-child(7),
    .numbers-card:nth-child(8),
    .numbers-card:nth-child(6),
    .numbers-card:nth-child(9) {
        width: 100%;
    }
    .numbers-card:nth-child(1) .numbers-card__body img,
    .numbers-card:nth-child(2) .numbers-card__body img,
    .numbers-card:nth-child(3) .numbers-card__body img,
    .numbers-card:nth-child(4) .numbers-card__body img,
    .numbers-card:nth-child(6) .numbers-card__body img,
    .numbers-card:nth-child(7) .numbers-card__body img,
    .numbers-card:nth-child(9) .numbers-card__body img {
        max-width: 90%;
    }
    .numbers-card:nth-child(5) .numbers-card__body img {
        max-width: 180px;
    }
    .numbers-card:nth-child(8) .numbers-card__body img {
        max-width: 162px;
    }
}

/* cta */
.cta {
    background: url(../images/cta-card-img.webp) no-repeat, url(../images/cta-card-bg.webp) no-repeat;
    background-position: left 5% bottom, center;
    background-size: contain, cover;
    border-radius: 10px;
    margin: 65px auto;
    padding: 65px 0;
    width: 95%;
    max-width: 1080px;
}
.point-cards + .cta {
    margin: 25px auto 0;
    width: 100%;
}
.cta-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.cta-card__text {
    width: 40%;
}
.cta-card__fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
    text-align: center;
}
.cta-card__fukidashi::before,
.cta-card__fukidashi::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    width: 10px;
}
.cta-card__fukidashi::before {
    background-image: url(../images/fukidashi-l.svg);
}
.cta-card__fukidashi::after {
    background-image: url(../images/fukidashi-r.svg);
}
.cta-card__fukidashi p {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
}
.cta-card__text h2 {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}
@media screen and (max-width: 968px) {
    .cta {
        background-size: 60%, cover;
    }
    .cta-card__text {
        width: 400px;
    }
}
@media screen and (max-width: 768px) {
    .cta {
        background-image: url(../images/cta-card-img.webp), url(../images/cta-card-bg-sp.webp);
        background-position: center bottom, center;
        background-size: 95%, cover;
        padding: 35px 0 55%;
    }
    .cta-card__fukidashi::before,
    .cta-card__fukidashi::after {
        height: 38px;
        width: 24px;
    }
    .cta-card__fukidashi::before {
        background-image: url(../images/fukidashi-l-sp.svg);
    }
    .cta-card__fukidashi::after {
        background-image: url(../images/fukidashi-r-sp.svg);
    }
    .cta-card__text {
        width: 100%;
    }
    .cta-card__text h2 {
        font-size: 24px;
    }
}

/* job */
.job {
    background: #fff;
    border-radius: 20px;
}
.jobinfo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jobinfo-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.jobinfo-item dt {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
    width: 150px;
}
.jobinfo-item dd {
    width: calc(100% - 175px);
}
.jobinfo-item dd p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
}
.jobinfo-item dd .notice {
    font-family: var(--ft-zen);
    font-size: 12px;
    font-weight: 500;
}
.jobinfo-btn {
    margin: 65px auto 0;
    width: 100%;
    max-width: 516px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .jobinfo-item dt {
        margin: 0 0 10px;
        width: 100%;
    }
    .jobinfo-item dd {
        width: 100%;
    }
    .jobinfo-btn {
        margin: 45px 0 0;
    }
}

/* message */
.message-blocks {
    display: grid;
    gap: 45px;
    margin: 0 0 65px;
}
.message-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.message-block:nth-child(even) {
    flex-direction: row-reverse;
}
.message-image {
    border-radius: 10px;
    line-height: 0;
    overflow: hidden;
    width: 330px;
}
.message-text {
    width: calc(100% - 365px);
}
.message-text h2 span {
    background: var(--accent-text-color);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 10px;
}
.message-text h2 span:not(:last-child) {
    margin: 0 0 5px;
}
.message-text .name {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0;
}
.message-text .name span {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
}
.message-text .txt {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .message-blocks {
        display: grid;
        gap: 45px;
        margin: 0 0 65px;
    }
    .message-block {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .message-block:nth-child(even) {
        flex-direction: row-reverse;
    }
    .message-image {
        margin: 0 auto 20px;
        width: 100%;
    }
    .message-text {
        width: 100%;
    }
    .message-text h2 span {
        font-size: 20px;
    }
    .message-text h2 span:not(:last-child) {
        margin: 0 0 5px;
    }
    .message-text .name {
        margin: 20px 0;
    }
    .message-text .name span {
        font-size: 16px;
    }
}

/* faq */
.faq-list {
    display: grid;
    gap: 15px;
}
.faq-list__item {
    background: #fff;
    border: 1px solid var(--accent-text-color);
}
.faq-list__item dt,
.faq-list__item dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.faq-list__item dt {
    cursor: pointer;
    padding: 25px;
}
.faq-list__item dd {
    display: none;
    padding: 0 25px 25px;
}
.faq-icon {
    color: var(--accent-text-color);
    font-family: var(--ft-ra);
    font-size: 32px;
    font-weight: 700;
    margin-right: 10px;
    width: 18px;
}
.faq-symbol {
    height: 18px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 15px;
    bottom: 0;
    transform: rotate(0);
    transition-duration: .3s;
    width: 18px;
}
.faq-list__item.open .faq-symbol {
    right: 32px;
    transform: rotate(45deg);
}
.faq-symbol::before,
.faq-symbol::after {
    background: var(--accent-text-color);
    content: "";
    display: block;
    height: 2px;
    width: 100%;
}
.faq-symbol::before {}
.faq-symbol::after {
    position: relative;
    top: -2px;
    transform: rotate(90deg);
}
.faq-list__item dt p {
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 68px);
}
.faq-list__item dd p {
    font-family: var(--ft-zen);
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .faq-list__item dt p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .faq-list__item dt p {
        font-size: 16px;
    }
}

/* contact */
.outerblock .block.contact {
    padding: 0;
    max-width: 1080px;
}
.outerblock .block-inner.contact-inner {
    max-width: 1080px;
}
.contact-body {
    background: url(../images/contact-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 45px 25px;
}
.contact-card__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contact-card__left {
    text-align: center;
    width: 516px;
}
.contact-card__right {
    text-align: center;
    width: 280px;
}
.contact-card__left h3 {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}
.contact-card__left h3 span {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.contact-card__cta {
    margin: 0 auto;
    width: 100%;
    max-width: 516px;
}
.contact-card__right img {
    display: block;
    margin: 0 auto;
    max-width: 220px;
}
.application-flow {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}
.application-flow__ttl {
    margin: 0 0 45px;
    text-align: center;
}
.application-flow__ttl h3 {
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.application-flow__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}
.application-flow__card {
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 20px;
    padding: 35px 10px 25px;
    position: relative;
    text-align: center;
}
.application-flow__card:not(:last-child)::after {
    background: url(../images/application-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    margin: auto;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    width: 28px;
}
.application-flow__num {
    background: #146AC6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    left: 10px;
    top: -30px;
    text-align: center;
    width: 60px;
}
.application-flow__num p {
    color: #fff;
    font-family: var(--ft-ra);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.application-flow__num p span {
    color: #fff;
    display: block;
    font-family: var(--ft-ra);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.application-flow__image {
    line-height: 0;
    margin: 0 auto 20px;
    width: 80px;
}
.application-flow__text p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .contact-card__left {
        width: 365px;
    }
    .contact-card__right {
        width: 200px;
    }
    .contact-card__right img {
        max-width: 160px;
    }
}
@media screen and (max-width: 768px) {
    .contact-card__left {
        width: 100%;
    }
    .contact-card__right {
        margin: 35px 0 0;
        width: 100%;
    }
    .contact-card__right img {
        max-width: 220px;
    }
    .application-flow__ttl {
        margin: 0 0 20px;
    }
    .application-cards__wrapper {
        overflow-x: auto;
        padding: 30px 0 10px;
        width: 100%;
    }
    .application-flow__cards {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: max-content;
    }
    .application-flow__card {
        width: 200px;
    }
}

/* company */
.company-body {
    background: #EAF6FF;
    margin: 0 auto;
    padding: 25px 25px 0;
    width: 100%;
    max-width: 720px;
}
.company-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
}
.company-list__item:not(:last-child)::after {
    background: var(--grad1);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.company-list__item dt {
    background: var(--grad1);
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 150px;
}
.company-list__item dd {
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 400;
    width: calc(100% - 150px);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .company-body {
        padding: 20px 15px 0;
    }
    .company-list__item {
        margin: 0 0 12px;
        padding: 0 0 12px;
    }
    .company-list__item dt {
        font-size: 16px;
        margin: 0 0 5px;
        width: 100%;
    }
    .company-list__item dd {
        font-size: 16px;
        width: 100%;
    }
}


/* policy */
.policy-items {
    display: grid;
    gap: 45px;
}
.policy-item h3 {
    background: var(--grad1);
    font-family: var(--ft-zen);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 0 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.policy-item p {
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.policy-item .right {
    margin: 20px 0 0;
    text-align: right;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .policy-item p {
        font-size: 14px;
    }
}


/* floating */
.floating {
    display: none;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    body {
        padding-bottom: 14.5vw;
    }
    .floating {
        display: block;
        line-height: 0;
        margin: auto;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}
.floating__link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 24px;
  background-color: #07c656;
  color:            #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  font-family: var(--ft-zen);
}

.floating__sub {
  display: block;
  font-size: 10px;
  opacity: 0.8;
  margin-bottom: 8px;
  color: inherit;
  line-height: 1;
}

.floating__title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  line-height: 1;
}

.floating__title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-ctaarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* point-career */
.point-career {
    background: var(--accent-text-color);
    background-image: url(../images/career-text.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    background-size: 195px;
    border-radius: 20px;
    margin: 25px 0 0;
    padding: 25px 20px;
}
.point-career__head {
    background: #fff;
    border-radius: 8px;
    margin: 0 0 25px;
    padding: 10px 25px;
    width: max-content;
}
.point-career__head h3 {
    color: var(--accent-text-color);
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.point-career__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}
.point-career__item {
    position: relative;
    text-align: center;
}
.point-career__item:not(:last-child)::after {
    background: url(../images/career-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    margin: auto;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    width: 28px;
}
.point-career__num {
    margin: 0 0 5px;
}
.point-career__num p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: var(--ft-ra);
    font-size: 32px;
    font-weight: 600;
    line-height: 0.8;
}
.point-career__num p span {
    color: #fff;
    font-family: var(--ft-ra);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-right: 3px;
}
.point-career__ttl {
    margin: 0 0 15px;
}
.point-career__ttl h4 {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 700;
}
.point-career__image {
    line-height: 0;
    margin: 0 0 15px;
}
.point-career__text p {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .point-career {
        background-image: none;
    }
    .point-career__head h3 {
        font-size: 16px;
    }
    .point-career__items {
        overflow-x: auto;
        width: 100%;
    }
    .point-career__wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: max-content;
    }
    .point-career__item {
        background: #fff;
        border-radius: 10px;
        padding: 10px 15px;
        width: 200px;
    }
    .point-career__num p,
    .point-career__num p span,
    .point-career__ttl h4,
    .point-career__text p {
        color: var(--accent-text-color);
    }
}

/* point-case */
.point-case {
    background: #EAF6FF;
    background-image: url(../images/case-text.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    background-size: 128px;
    border-radius: 20px;
    margin: 25px 0 0;
    padding: 25px 20px;
}
.point-case__head {
    background: var(--accent-text-color);
    border-radius: 8px;
    margin: 0 0 25px;
    padding: 10px 25px;
    width: max-content;
}
.point-case__head h3 {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.point-case__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.point-case__item {
    background: var(--accent-text-color);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    position: relative;
    text-align: center;
}
.point-case__text {
    text-align: left;
    width: calc(100% - 140px);
}
.point-case__image {
    line-height: 0;
    width: 120px;
}
.point-case__num {
    margin: 0 0 5px;
}
.point-case__num p {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: var(--ft-ra);
    font-size: 32px;
    font-weight: 600;
    line-height: 0.8;
}
.point-case__num p span {
    color: #fff;
    font-family: var(--ft-ra);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-right: 3px;
}
.point-case__name {
    margin: 0 0 5px;
}
.point-case__name p {
    color: #fff;
    font-family: var(--ft-zen);
    font-size: 20px;
    font-weight: 700;
}
.point-case__tag {
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin: 0;
    padding: 0 10px;
    max-width: max-content;
}
.point-case__tag p {
    color: var(--accent-text-color);
    font-family: var(--ft-zen);
    font-size: 14px;
    font-weight: 700;
}
.point-case__txt p {
    color: #FFD000;
    font-family: var(--ft-zen);
    font-size: 16px;
    font-weight: 500;
}
.point-case__txt p span {
    color: #FFD000;
    font-family: var(--ft-zen);
    font-size: 32px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .point-case {
        background-image: none;
    }
    .point-case__head h3 {
        font-size: 16px;
    }
    .point-case__items {
        overflow-x: auto;
        width: 100%;
    }
    .point-case__wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: max-content;
    }
    .point-case__item {
        width: 160px;
    }
    .point-case__text {
        text-align: center;
        width: 100%;
    }
    .point-case__image {
        margin: 0 auto 15px;
        width: 100px;
    }
    .point-case__num {
        width: 100%;
    }
    .point-case__num p {
        justify-content: center;
    }
    .point-case__tag {
        margin: 0 auto;
    }
}

/* voice-panel */
.voice-panel {
    display: none;
    position: relative;
    z-index: 999;
}
.voice-panel__bg {
    background: rgb(0 0 0 / 10%);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
.voice-panel__content {
    background: #fff;
    border-radius: 20px;
    height: 85%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    max-width: 1080px;
    z-index: 999;
}
.voice-panel__close {
    background: url(../images/icon-close.svg) no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    top: -40px;
    width: 32px;
}
.voice-panel__inner {
    height: 100%;
    overflow-y: auto;
    padding: 25px 0;
}
.voice-panel__head {
    border-bottom: 1px solid var(--accent-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 260px;
}
.voice-panel__image {
    line-height: 0;
    width: 240px;
}
.voice-panel__ttl {
    width: calc(100% - 260px);
}
.voice-panel__ttl h2 {
    margin: 0 0 15px;
}
.voice-panel__ttl h2 span {
    background: var(--grad1);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 15px;
    width: 100%;
    max-width: max-content;
}
.voice-panel__ttl h2 span:not(:last-child) {
    margin: 0 0 5px;
}
.voice-panel__name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
}
.voice-panel__tags {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
.voice-panel__tag {
    background: #fff;
    border: 2px solid var(--accent-text-color);
    border-radius: 50px;
    color: var(--accent-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 37px;
    padding: 0 10px;
    width: 100%;
    max-width: max-content;
}
.voice-panel__tag:first-child {
    background: var(--accent-text-color);
    color: #fff;
}
.voice-panel__body {
    display: grid;
    gap: 35px;
    margin: 0 auto;
    padding: 45px 0;
    width: 95%;
}
.voice-panel__contentline h3 {
    border-left: 2px solid var(--accent-text-color);
    color: var(--accent-text-color);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-left: 15px;
}
.voice-panel__contentline p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 768px) {
    .voice-panel__head {
        border-bottom: 0;
        height: auto;
        margin: 0 auto 25px;
        width: 95%;
    }
    .voice-panel__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .voice-panel__ttl {
        margin: 0;
        width: 100%;
    }
    .voice-panel__ttl h2 span {
        font-size: 16px;
        font-weight: 500;
    }
    .voice-panel__name,
    .voice-panel__tags,
    .voice-panel__past {
        margin-left: 15px;
    }
    .voice-panel__tags {
        gap: 5px;
    }
    .voice-panel__body {
        gap: 25px;
        padding: 0 0 45px;
    }
}

/* ctabtn */
.ctabtn {
    background: #06C755;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(0 6px 0 #05A547);
    height: 103px;
    width: 100%;
    max-width: 516px;
}
.cta-text__top {
    background: #fff;
    border-radius: 50px;
    color: #06C755;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-zen);
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin: 0 auto 8px;
    padding: 0 20px;
    width: 100%;
    max-width: max-content;
}
.cta-text__bottom {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-zen);
    font-size: 24px;
    font-weight: 700;
}
.cta-text__bottom::after {
    background: url(../images/icon-ctaarrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin-left: 8px;
    width: 20px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .ctabtn {
        height: 87px;
    }
    .cta-text__top {
        font-size: 12px;
        height: 30px;
    }
    .cta-text__bottom {
        font-size: 20px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}