/* アカリクスターティングガイドバナー */
.starting-guide-banner {
    background-image: url('/images/dashboard/starting_banner_sp.png');
    padding-bottom: 23%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (min-width:1080px) {
.starting-guide-banner {
    padding-bottom: 13%;
    background-image: url('/images/dashboard/starting_banner_pc.png');
}
}

/* 企業バナー */
.banner {
    width: 88.5%;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

@media not screen and (min-width:1080px) {
    .banner-pc {
        display: none;
    }
}

@media screen and (min-width:1080px) {
    .display-none-pc {
        display: none;
    }
}

@media not screen and (min-width:1080px) {
    .banner {
        width: 88.5%;
        margin: 0 auto;
        padding: 8% 0 8%;
        overflow: hidden;
        list-style: none;
        z-index: 1;
        position: static;
        transform: none;
    }
}

@media screen and (min-width:1080px) {
    .banner {
        width: 100%;
        margin: 0 auto;
        position: static;
        transform: none;
        display: none;
    }
}

@media screen and (min-width:1080px) {
    .single-banner {
        width: 30%;
    }
}

/* task-container, access-stats-and-recomendation */
.task-container,
.access-stats-and-recomendation {
    margin-top: 32px;
}

@media screen and (min-width:768px) {
    .task-container,
    .access-stats-and-recomendation {
        margin-top: 40px;
    }
}

.todo-carousel {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.access-stats-and-recomendation > div {
    padding: 25px;
    background: #D4E9F7;
    margin: 32px 0 0;
}

.access-stats-and-recomendation > div > div {
    max-height: unset;
    height: 100%;
}

@media screen and (min-width:768px) {
    .task-container,
    .access-stats-and-recomendation {
        display: flex;
        justify-content: space-between;
    }
    .task-group {
        width: calc(100%/2 - 12px);
        flex-direction: column;
        display: flex;
    }
    .access-stats-and-recomendation > div {
        width: calc(100%/2 - 12px);
        border-radius: 10px;
        box-shadow: 0px 3px 12px -6px #707070;
        margin: 0;
    }
}

/* ダッシュボード　グラフ部分 */
.metrics-group {
    background-color: #D4E9F7;
    padding: 20px;
}

.wrapper {
    padding-top: 32%;
}
.wrapper.spacer {
    padding-top: 32%;
}

@media not screen and (min-width:768px) {
    .metrics-group {
        margin-top: 34px;
    }

    .metrics-group>div:last-of-type {
        margin-top: 24px;
    }
}

@media screen and (min-width:768px) {

    .metrics-group {
        border-radius: 10px;
        box-shadow: 0px 3px 12px -6px #707070;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
        padding: 25px;
    }

    .metrics-group>div {
        width: calc(100%/2 - 12px);
        flex-direction: column;
        display: flex;
    }

    .wrapper {
        padding-top: 14%;
    }

    .wrapper.spacer {
        padding-top: 13%;
    }
}

@media not screen and (min-width:1080px) {
    .wrapper {
        padding-top: 0;
    }
}

@media not screen and (min-width:768px) {
    .metrics-group>div:last-of-type {
        margin-top: 24px;
    }
}


.metrics-group>div {
    min-height: 324px;
}

@media screen and (min-width:768px) {
    .metrics-group>div {
        min-height: 355px;
    }
    .container {
        padding: 0 20px;
    }
}

@media screen and (min-width:1080px) {
    .container {
        width: 69.93%;
        padding: 0;
    }
    .metrics-group {
        border-radius: 10px;
        box-shadow: 0px 3px 12px -6px #707070;
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0 30px;
        flex-wrap: nowrap;
    }

    .metrics-group>div {
        width: calc(100%/2 - 12px);
        flex-direction: column;
        display: flex;
        min-height: 309px;
    }

    .wrapper {
        margin: 0 auto;
        width: calc(100% - 100px);
        max-width: 1440px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 0 80px;
        margin-top: 40px;
    }

    .wrapper.spacer {
        padding-top: 0;
    }
}

@media screen and (min-width:1440px) {
    .container {
        width: 74.7%;
    }
}

/* やることリスト */

.check-symbol {
    width: 20px;
    top: 0%;
    right: 0%;

}

.uncheck-symbol {
    width: 14px;
    top: 0%;
    left: 0%;
}

@media screen and (min-width:768px) {
    .check-symbol {
        width: 18px;
        right: 0%;

    }

    .uncheck-symbol {
        width: 18px;
        left: 7.6%;
    }
}

@media screen and (min-width:1080px) {
    .check-symbol {
        width: 34px;
        right: 0%;
    }

    .uncheck-symbol {
        width: 24px;
        left: 0%;
    }
}

.todo {
    background-color: #D4E9F7;
    padding: 25px;
}

@media screen and (min-width:768px) {
    .todo {
        border-radius: 10px;
        box-shadow: 0px 3px 12px -6px #707070;
    }
}

.todo__inner {
    background-color: #fff;
    border-radius: 4px;
    padding: 14px 20px 64px;
}

@media screen and (min-width:768px) {
    .todo__inner {
        padding: 13px 20px 26px;
    }
}

.todo__title {
    font-size: 16px;
    font-weight: bold;
    color: #141414;
    padding: 8px 0;
    border-top: 1px solid #354056;
    border-bottom: 1px solid #354056;
    margin-bottom: 26px;

}

@media not screen and (min-width:768px) {
    .todo__title {
        margin-bottom: 64px;
    }
}

.todo__lists {
    height: 226px !important;
}

@media screen and (min-width:768px) {
    .todo__lists {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (min-width:1230px) {
    .todo__icon {
        width: 100%;
		height: 90px;
    }
}

.todo__list:not(:root) {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s;
    transition-property: opacity !important;
}

.todo__list:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .todo__list {
        flex-direction: column;
        text-align: center;
        width: calc(100%/3 - 10px);
        height: 180px !important;
    }
}

.todo__icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:768px) {
    .todo__icon {
        padding: 20px;
    }
}

@media screen and (min-width:1080px) {
    .todo__icon {
        width: 100%;
		height: 100px;
    }
}

@media screen and (min-width:1400px) {
    .todo__icon {
		height: 110px;
    }
}

.todo__icon.red {
    background: linear-gradient(#f5695e 0%, #c83834 100%);
}

.todo__icon.blue {
    background: linear-gradient(#317dbf 0%, #0a579a 100%);
}

.todo__icon.yellow {
    background: linear-gradient(#ffd17c 0%, #fdc04e 100%);
}

.todo__icon.line {
    background: #04c755;
}

.todo__icon.completed {
    background-color: #868686;
}

.todo__symbol {
    width: 25px;
}

.todo__symbol.line {
    width: 50px;
}

@media screen and (min-width:768px) {
    .todo__symbol {
        width: 18px;
    }
    .todo__symbol.line {
        width: 90px;
    }
}

@media screen and (min-width:1080px) {
    .todo__symbol {
        width: 38px;
    }
}

.todo__symbol.personality {
    margin-bottom: 8px;
}

.todo__task {
    width: 70%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

@media screen and (min-width:768px) {
    .todo__task {
        margin-top: 18px;
        width: 100%;
		font-size: 14px;

    }
}

@media not screen and (min-width:768px) {
    .todo__task {
        margin-left: 18px;
    }
}

.todo__task.red {
    color: #DF484D;
}

.todo__task.blue {
    color: #3DA2C5;
}

.todo__task.yellow {
    color: #F3A33C;
}

.todo__task.line {
    color: #04c755;
}

.todo__task.completed {
    color: #868686;
}

/* ポイント */
.point {
    background-color: #D4E9F7;
    padding: 25px;
}

@media screen and (min-width:768px) {
    .point {
        border-radius: 10px;
        box-shadow: 0px 3px 12px -6px #707070;
    }
}

@media not screen and (min-width:768px) {
    .point {
      margin-top: 32px;
    }
}

.point__inner {
    background-color: #fff;
    border-radius: 4px;
    padding: 13px 20px 14px;
}

@media screen and (min-width:768px) {
    .point__inner {
        flex-grow: 1;
    }
}

.point__title {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #2B2E3D;
    padding: 8px 0 8px;
    border-top: 1px solid #354056;
    border-bottom: 1px solid #354056;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.point__title-small {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    color: #141414;
    padding-right: 5px;
}


.point__title-small:hover {
    text-decoration: none;
    color: #141414;
}

.point__title-small:hover:after {
    transform: translateX(20%);
    transition: transform 0.1s;
}


.point__title-small::after {
    content: "";
    display: inline-block;
    background-color: #000;
    width: 12px;
    height: 10px;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 94% 50%, 70% 0);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 94% 50%, 70% 0);
    transition: transform 0.1s;
}

.point__lists {
    text-align: center;
    overflow-y: auto;
    height: 236px;
}

@media not screen and (min-width:768px) {
    .point__list+.point__list {
        border-top: 1px solid #D9D9D9;
    }
    .point__list:last-of-type {
        border-bottom: 1px solid #D9D9D9;
    }
}

@media screen and (min-width:768px) {
    .point__lists {
        height: auto;
        margin-top: 18px;
        aspect-ratio: 1 / 1.25;
    }
    .point__list {
        display: flex;
        align-items: center;
    }
    .point__list+.point__list {
        margin-top: 14px;
    }
}

@media screen and (min-width:1080px) {
    .point__lists {
        margin-top: 25px;
        height: fit-content;
        aspect-ratio: 1 / 0.725;
    }
    .point__list+.point__list {
        margin-top: 13px;
    }
}

@media screen and (min-width:1200px) {
    .point__lists {
        aspect-ratio: 1 / 0.85;
    }
}

@media screen and (min-width:1440px) {
    .point__lists {
        aspect-ratio: 1 / 0.9;
    }
}

.point__icon {
    display: inline-block;
    border: 2px solid #F5C7C8;
    border-radius: 20px;
    padding: 0px 12px;
    line-height: 1.2;
    min-width: 120px;
}

@media not screen and (min-width:768px) {
    .point__icon {
    margin-top: 14px;
    }
}

.point-text {
    font-weight: bold;
    color: #DF484D;
}

.point-text.large {
    font-size: 20px;
}

.point-text.medium {
    font-size: 16px;
    letter-spacing: 0.04em;
}

.point__task {
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #141414;
    padding: 4px 10px 4px;
    line-height: 1.8;
    text-decoration: none;
    display: block;
    position: relative;
}

@media screen and (min-width:768px) {
    .point__task {
        margin-left: 4px;
        padding-right: 10px;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #D9D9D9;
        line-height: 1.4;
    }
}

@media not screen and (min-width:768px) {
    .point__task::after {
        transition: transform 0.1s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1%;
        content: "";
        display: block;
        background-color: #000;
        width: 16px;
        height: 10px;
        -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 86% 51%, 60% 0);
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 86% 51%, 60% 0);
    }
}

@media screen and (min-width:768px) {
    .point__task::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2%;
        transition: transform 0.1s;
        content: "";
        display: inline-block;
        background-color: #000;
        width: 12px;
        height: 10px;
        -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 86% 51%, 60% 0);
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 86% 51%, 60% 0);
    }
}

.point__task:hover {
    color: #141414;
    text-decoration: none;
}

@media not screen and (min-width:768px) {
    .point__task:hover:after {
        transform: translate(10%, -50%);
        transition: transform 0.1s;
    }
}

@media screen and (min-width:768px) {
    .point__task:hover:after {
        transform: translate(20%, -50%);
        transition: transform 0.1s;
    }
}

/* 動画セクション */

.video-title {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #141414;
    padding: 8px 0;
    border-top: 1px solid #354056;
    border-bottom: 1px solid #354056;
}
.video-container {
    margin-top: 32px;
}

.video-tmb {
  border-radius: 10px;
}

@media not screen and (min-width:1080px) {
    .video-container {
        padding: 0 20px 30px;
    }
}

@media screen and (min-width:768px) {
    .video-container {
        margin-top: 40px;
    }
}

@media not screen and (min-width:768px) {
.video-container {
	width: 100%;
}

.video-tmb {
	transition: filter 0.3s;
	width: 100%;
}

.bi-youtube {
	position: absolute;
    top: 3%;
    right: 3%;
}

.bi-youtube2 {
	position: absolute;
    top: 3%;
    right: 3%;

}
}

.videos {
    flex-wrap: wrap;
}

@media screen and (min-width:768px) {
.video-container {
	width: 100%;
}

.videos {
    display: flex;
}

.video-tmb {
	transition: filter 0.3s;
	object-fit: cover;
    height: 128px;
    width: 100%;
}

.bi-youtube {
	position: absolute;
    top: 3%;
    right: 3%;
}

.bi-youtube2 {
	position: absolute;
    top: 3%;
    right: 3%;

}
.video-group:not(:root) {
	width: calc(100%/3 - 10px);
}
}

@media screen and (min-width:1080px) {
.video-tmb {
	transition: filter 0.3s;
	object-fit: cover;
    height: 153px;
    width: 100%;
}
}

@media screen and (min-width:1440px) {
  .video-tmb {
    transition: filter 0.3s;
    object-fit: cover;
    height: 170px;
    width: 100%;
  }
  .video-tmb:hover {
    filter: brightness(110%);
    transition: filter 0.3s;
  }
}


/* ローディング画面 */
.entire-screen-loading-container {
    position: absolute;
    inset: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
  }

  .hide-loading-container {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    }

    .hide-loading-entire-container {
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        }


  /* 産経新聞社×アカリク 理系の歩き方 */
  .movie {
    padding: 7% 0 9.7%;
}
@media screen and (min-width: 1080px) {
    .movie {
        padding: 0 0 102px;
    }
}
.thumbnail-container {
  position: relative;
}
.thumbnail-container .thumbnail {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  border-radius: 10px;
  filter: brightness(0.8);
}
.thumbnail-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32.3%;
}
.thumbnail-container:hover .thumbnail {
    display: none;
}
.thumbnail-container:hover .play-icon {
    display: none;
}
.job-hunthing-movie {
    padding: 29px 25px 47px;
}
.job-hunthing-movie-container {
    display: flex;
    flex-direction: column;
}
.job-hunthing-movie-links {
    width: 100%;
    display: block;
}
.job-hunthing-movie-link {
    display: flex;
    gap: 10px 10px;
    background-color: #fff;
    padding: 0;
    flex-direction: column;
}
.job-hunthing-movie-link.movie-list iframe {
  width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.job-hunthing-movie-link.movie-list>iframe {
  width: 43%;
    height: auto;
    aspect-ratio: 16 / 9;
}
@media screen and (min-width: 1080px) {
  .job-hunthing-movie-link.column>iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
    .job-hunthing-movie-link {
        display: flex;
        gap: 10px 10px;
        background-color: #fff;
        padding: 20px 15px 20px;
    }
    .job-hunthing-movie-link.movie-list {
    padding: 10px 0px 0 15px;
    }
}
.job-hunthing-movie-thumbnail>img {
    border-radius: 15px;
    width: 100%;
}
.job-hunthing-movie-desctiption {
    font-size: 14px;
    color: #141414;
}
.job-hunthing-movie-link iframe {
  border-radius: 10px;
}
@media not screen and (min-width: 1080px) {
    .movie-wrapper {
        margin-top: 20px;
    }
    .job-hunthing-movie-link.column {
        padding: 0;
    }
  .job-hunthing-movie-container {
    margin-top: 20px;
    gap: 10px 0;
  }
  .job-hunthing-movie-desctiption {
    padding: 0;
    font-weight: bold;
  }
  .job-hunthing-movie-link>iframe {
    padding: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .job-hunthing-movie-link.movie-list {
    display: flex;
    flex-direction: row;
    gap: 0 10px;
    align-items: center;
    padding: 0 5px;
  }
  .job-hunthing-movie-desctiption {
    font-size: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .movie-wrapper {
    display: flex;
    background-color: #fff;
    padding-bottom: 20px;
  }
    .promotion-movie {
      width: 60%;
    }
    .job-hunthing-movie-container {
        justify-content: flex-start;
        width: 40%;
        padding-top: 10px;
    }
    .job-hunthing-movie-links {
        /* width: calc(100%/3 - 20px); */
    }
    .job-hunthing-movie-link {
        flex-direction: row;
        gap: 0 10px;
    }
    .job-hunthing-movie-link.column {
        flex-direction: column;
        gap: 10px 0;
        width: 100%;
    }
    .job-hunthing-movie-link.column iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
    }
    .job-hunthing-movie-thumbnail>img {
        border-radius: 0;
        width: 100%;
    }
    .job-hunthing-movie-link.movie-list>iframe {
        width: 52%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .job-hunthing-movie-desctiption {
        font-weight: bold;
    }
}

@media screen and (min-width: 1080px) {
        .columns__img01 {
        width: 100%;
        object-fit: cover;
        height: 116px;
    }
}

.task-group {
    position: relative;
}

.task-background {
    width: 100%;
}

.steps {
    position: absolute;
    right: 15%;
    width: 32.5%;
    height: 5.5%;
}

.steps.step0 {
    top: 31.25%;
}
.steps.step1 {
    top: 44.625%;
}
.steps.step2 {
    top: 58%;
}
.steps.step3 {
    top: 71.25%;
}

.steps > .point-exchange-status {
    text-align: center;
    height: 100%;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 6.66%;
}

.steps.step0 > .point-exchange-status {
    border: 2px solid #008533;
}
.steps.step1 > .point-exchange-status {
    border: 2px solid #91644f;
}
.steps.step2 > .point-exchange-status {
    border: 2px solid #6b8591;
}
.steps.step3 > .point-exchange-status {
    border: 2px solid #ba8700;
}

.steps.step0 > .point-exchange-status.is-finished:not(:root) {
    background-color:  #008533;
}
.steps.step1 > .point-exchange-status.is-finished:not(:root) {
    background-color:  rgba(145, 100, 79, 1);
}
.steps.step2 > .point-exchange-status.is-finished:not(:root) {
    background-color:  rgba(107, 133, 145, 1);
}
.steps.step3 > .point-exchange-status.is-finished:not(:root) {
    background-color:  rgba(186, 135, 0, 1);
}

.steps > .point-exchange-status.is-unfinished > span {
    color: #141414;
}
.steps > .point-exchange-status.is-finished > span {
    color: #fff;
}

.steps > .point-exchange-status > img {
    width: 11.875%;
}
.steps > .point-exchange-status > span {
    font-weight: bold;
    font-size: clamp(12px, 3.75vw, 30px);
}

.action {
    text-align: center;
    position: absolute;
    bottom: 8.25%;
    left: 50%;
    transform: translateX(-50%);
    width: 48%;
    height: 8.75%;
}
.action > a {
    background-color: #626368;
    color: #fff;
    font-size: clamp(12px, 3.75vw, 30px);
    display: flex;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .steps > .point-exchange-status > span {
        font-size: calc(2vw - 0.32px);
    }
    .action > a {
        font-size: clamp(12px, 3.75vw, 16px);
    }
}

@media screen and (min-width: 1080px) {
    .steps {
        right: 13%;
        width: 30%;
        height: 6.25%;
    }

    .steps.step0 {
        top: 27.75%;
    }
    .steps.step1 {
        top: 42.25%;
    }
    .steps.step2 {
        top: 56.5%;
    }
    .steps.step3 {
        top: 70.875%;
    }

    .steps > .point-exchange-status {
        gap: 0 8px;
    }

    .steps > .point-exchange-status > img {
        width: 11.25%;
    }
    .steps > .point-exchange-status > span {
        font-size: clamp(12px, 1.125vw, 16px);
    }

    .action {
        bottom: 8.875%;
        width: 41.875%;
        height: 9%;
    }
    .action > a {
        font-size: clamp(12px, 1.125vw, 16px);
    }
}

/*# sourceMappingURL=index.css.map */
.agent-guidance-banner:not(:root) {
    background-color: #fff;
    border-radius: 4px;
    padding: 14px 20px 25px;
    height: 100%;
}
.agent-guidance-banner>.title {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #141414;
    padding: 8px 0;
    border-top: 1px solid #354056;
    border-bottom: 1px solid #354056;
}
.agent-banner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
}
.agent-guidance-banner>a {
    display: block;
    margin-top: 24px;
}
.agent-guidance-banner>a>img {
    border-radius: 4px;
}
@media screen and (min-width: 1080px) {
    .agent-banner-container {
        height: 100%;
    }
    .agent-guidance-banner>a>img {
        border-radius: 4px;
        width: 100%;
        height: 285px;
        object-fit: contain;
    }
}

.job-hunting {
    height: 145px;
    position: relative;
}
.job-hunting__title {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #141414;
    padding: 8px 0;
    border-top: 1px solid #354056;
    border-bottom: 1px solid #354056;
}
/* loading */
.root {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 14px 20px 25px;
    flex-grow: 1;
    min-height: 324px;
}
.pickup-event-banner-title-center {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    margin: 10px 0;
    line-height: 1.2;
    inline-size: fit-content;
    margin-inline: auto;
    max-width: 300px;
}

.pickup-event-banner-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    margin-bottom: 10px;
    line-height: 1.2;
}
.pickup-event-banner-title:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    background-color: #141414;
}
.pickup-event-banner-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-color: #141414;
}
.pickup-event-banner-title:before {
    left:-35px;
}
.pickup-event-banner-title:after {
    right: -35px;
}
.pickup-event-banner-title.small:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    background-color: #141414;
}
.pickup-event-banner-title.small:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-color: #141414;
}
.pickup-event-banner-title.small:before {
    left:-20px;
}
.pickup-event-banner-title.small:after {
    right: -20px;
}
.pickup-event-banner-link {
    display: block;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (min-width: 1080px) {
    .pickup-event-banner-link {
        display: block;
        width: 50%;
        margin-inline: auto;
    }
}
