/*
Theme Name: ドローンi
*/

/*
----------------------------------------
全般
----------------------------------------
*/
@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
button,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

summary {
  display: block;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 2rem;
  width: min(122rem, 100%);
}

.p-header {
  background: transparent;
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  transition: box-shadow 0.5s ease;
  width: 100%;
  z-index: 102;
}

.p-header.is-scrolled {
  box-shadow: 0 4px 12px rgba(50, 69, 99, 0.6); /* 下方向に影 */
}

.p-header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: 49.4rem 1fr;
  margin-inline: auto;
  padding-block: 2.4rem;
  padding-inline: 2rem;
  width: min(122rem, 100%);
}

.p-header__logo-wrap {
  display: flex;
  gap: 1.774rem;
  transition: opacity 0.3s ease;
}

.p-header__logo {
  aspect-ratio: 129.223/49;
  height: auto;
  width: 12.9223rem;
}
.p-header__logo img {
  height: 100%;
  width: 100%;
}

.p-header__logo-text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.p-header__nav {
  align-items: center;
  display: flex;
  justify-content: end;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-header__list {
  align-items: center;
  display: flex;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}
.p-header__list li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  transition: opacity 0.5s ease;
}
.p-header__list li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  transition: opacity 0.5s ease;
}

.p-header__btn {
  background: linear-gradient(96deg, #5e81c7 35.46%, #989d00 101.38%);
  border-radius: 10rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 1.8rem 3.6rem 2.2rem;
  transition: all 0.5s ease;
}

.p-footer {
  padding-block: 7.2rem 4.4rem;
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.p-footer__text-wrap {
  display: flex;
  flex-direction: column;
}

.p-footer__logo {
  aspect-ratio: 254.272/96;
  height: auto;
  transition: opacity 0.3s ease;
  width: 25.4272rem;
}
.p-footer__logo img {
  height: 100%;
  width: 100%;
}

.p-footer__text {
  margin-left: 1.3rem;
}
.p-footer__text p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 2.5rem;
}

.p-footer__address {
  margin-left: 1.1rem;
  margin-top: 2.7rem;
}
.p-footer__address p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.09rem;
  line-height: 2.5rem;
}

.p-footer__nav {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.p-footer__list {
  display: flex;
  gap: 2.8rem;
}
.p-footer__list li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  transition: opacity 0.3s ease;
}
.p-footer__list li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  transition: opacity 0.3s ease;
}

.p-footer__btn {
  background: linear-gradient(96deg, #5e81c7 35.46%, #989d00 101.38%);
  border-radius: 10rem;
  color: #ffffff;
  display: grid;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 3.5rem;
  padding-block: 2rem;
  place-items: center;
  transition: filter 0.3s ease;
  width: 25rem;
}

.p-footer__copyright {
  margin-left: 1.3rem;
  margin-top: -1.4rem;
}
.p-footer__copyright p {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.096rem;
  line-height: normal;
}

.p-drawer {
  background: #dadfee;
  height: 100vh;
  height: 100svh;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.8s ease;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__body {
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 10.8rem 4rem;
  width: 100%;
}

.p-drawer__nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 3.2rem;
}

.p-drawer__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4rem;
  row-gap: 3.2rem;
}
.p-drawer__list li a,
.p-drawer__list li p {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
}

.p-drawer__btn {
  background: linear-gradient(96deg, #5e81c7 35.46%, #989d00 101.38%);
  border-radius: 10rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 1.8rem 3.6rem 2.2rem;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .c-drawer__icon {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp-pc {
    display: none;
  }
}

@media (max-width: 1180px) {
  .p-header__inner {
    grid-template-columns: 13rem 1fr;
  }
  .p-header__logo-text {
    display: none;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 768px) {
  .c-drawer__icon {
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 1.6rem;
    justify-content: space-between;
    position: fixed;
    right: 3rem;
    top: 2.8rem;
    width: 2.8rem;
    z-index: 110;
  }
  .c-drawer__icon--bar {
    background: #5e81c7;
    height: 0.15rem;
    transition: all 0.6s ease;
    width: 100%;
  }
  .c-drawer__icon.js-show .c-drawer__icon--bar:nth-of-type(1) {
    rotate: 45deg;
    translate: 0 0.75rem;
  }
  .c-drawer__icon.js-show .c-drawer__icon--bar:nth-of-type(2) {
    display: none;
  }
  .c-drawer__icon.js-show .c-drawer__icon--bar:nth-of-type(3) {
    rotate: -45deg;
    translate: 0 -0.75rem;
  }
  .l-inner {
    padding-inline: 2rem;
    width: min(68rem, 100%);
  }
  .p-header__inner {
    grid-template-columns: 40.5rem 1fr;
    margin-inline: 0;
    padding-block: 1.6rem;
    padding-inline: 2rem;
    width: min(38.5rem, 100%);
  }
  .p-header__logo {
    width: 10rem;
  }
  .p-header__logo-text {
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-footer {
    padding-block: 4rem 1rem;
  }
  .p-footer__content {
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }
  .p-footer__text-wrap {
    gap: 2rem;
  }
  .p-footer__logo {
    width: 22rem;
  }
  .p-footer__text p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1.4rem;
  }
  .u-hidden-sp {
    display: none;
  }
  .u-hidden-pc {
    display: block;
  }
  .u-hidden-sp-pc {
    display: none;
  }
}

@media (max-width: 540px) {
  .p-header__inner {
    grid-template-columns: 10.5rem 1fr;
  }
  .p-header__logo-text {
    display: none;
  }
  .p-footer__nav {
    align-items: center;
  }
  .p-footer__list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-footer__copyright {
    margin-top: 2rem;
    text-align: center;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@media (any-hover: hover) {
  .p-header__logo-wrap:hover {
    opacity: 0.7;
  }
  .p-header__list li a:hover {
    opacity: 0.6;
  }
  .p-header__btn:hover {
    filter: brightness(1.5);
  }
  .p-footer__logo:hover {
    opacity: 0.7;
  }
  .p-footer__list li a:hover {
    opacity: 0.6;
  }
  .p-footer__btn:hover {
    filter: brightness(1.3);
  }
}
/*
----------------------------------------
共通
----------------------------------------
*/

.mainUnder {
  padding-block: 100px 8rem;
  background-color: #f4fafb;
}
@media (max-width: 600px) {
  .mainUnder {
    padding-block: 80px 6rem;
  }
}

.unserFv-heading {
  display: block;
  text-align: center;
  font-size: 3rem;
  padding-block: 1rem;
  margin-inline: 0;
  font-weight: 700;
  unicode-bidi: isolate;
  color: #1bb4d3;
}
@media (max-width: 768px) {
  .unserFv-heading {
    font-size: 2rem;
  }
}

.ly-underFv {
  width: min(120.6rem, 100%);
  padding-inline: 2rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ly-underFv {
  }
}

.ly-pageUnder {
  margin-top: 2rem;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .ly-pageUnder {
    margin-top: 1rem;
    padding-inline: 0;
  }
}

.containerUnder {
  width: min(116.6rem, 100%);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .containerUnder {
    width: min(65rem, 100%);
    padding: 0 2rem;
  }
}

.contentsUnder {
  display: grid;
  grid-template-columns: 64.32% 28.82%;
  justify-content: space-around;
  gap: 2rem;
  padding: 3rem 2rem;
  background-color: #fff;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .contentsUnder {
    grid-template-columns: 1fr;
  }
}

.categoryUnder-meta {
  display: grid;
  place-items: center;
  padding: 0.3rem 0.6rem;
  background-color: #1bb4d3;
  color: #fff;
  border-radius: 4px;
  width: fit-content;
}
@media (max-width: 768px) {
  .categoryUnder-meta {
    padding: 0.3rem 0.6rem;
  }
}

.categoryUnder {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .categoryUnder {
    font-size: 1.4rem;
  }
}

.breadcrumbs-start span {
  display: flex;
  gap: 1.4rem;
  font-size: 1.4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumbs-start span {
    gap: 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .breadcrumbs-start span {
    gap: 0.8rem;
    font-size: 1.2rem;
  }
}
.post-report.current-item {
  font-weight: 800;
}

/*
----------------------------------------
日報
----------------------------------------
*/

.ly-pagination-wrapper {
  width: min(116.6rem, 100%);
  text-align: center;
}
@media (max-width: 768px) {
  .ly-pagination-wrapper {
    width: min(65rem, 100%);
  }
}

.pagination {
  margin-inline: auto;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination {
    width: min(65rem, 100%);
    gap: 1.2rem;
  }
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .nav-links {
    gap: 0.8rem;
    font-size: 1.2rem;
  }
}

.page-numbers {
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  background-color: transparent;
  padding: 0.8rem 1.4rem;
  border-radius: 50%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-numbers {
    padding: 0.8rem 1.4rem;
  }
}
@media (max-width: 600px) {
  .page-numbers {
    padding: 0.6rem 1.2rem;
  }
}

.page-numbers.current {
  color: #1bb4d3;
  font-weight: 900;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-numbers.current {
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 600px) {
  .page-numbers.current {
    padding: 0.6rem 1.2rem;
  }
}

.prev.page-numbers {
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #1c85cb;
  padding: 0.8rem 1.4rem;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 1.4rem;
  font-size: 1.8rem;
  transition: transform 0.4s, opacity 0.3s;
}
@media (max-width: 768px) {
  .prev.page-numbers {
    padding: 0.6rem 1.2rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
}

.next.page-numbers {
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #38dcf2;
  padding: 0.8rem 1.4rem;
  border-radius: 50%;
  font-weight: 700;
  margin-left: 1.4rem;
  font-size: 1.8rem;
  transition: transform 0.4s, opacity 0.3s;
}
@media (max-width: 768px) {
  .next.page-numbers {
    padding: 0.6rem 1.2rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  .prev.page-numbers:hover {
    opacity: 0.6;
    transform: translateY(0.5rem);
  }
}

@media (any-hover: hover) {
  .next.page-numbers:hover {
    opacity: 0.6;
    transform: translateY(0.5rem);
  }
}

@media (max-width: 768px) {
  /* まず全部消す */
  .pagination .page-numbers {
    display: none;
  }

  /* PrevとNextは常に表示 */
  .pagination .prev,
  .pagination .next {
    display: inline-grid;
  }

  /* 現在ページを表示 */
  .pagination .current {
    display: inline-grid;
  }

  /* 現在ページの前後を表示 */
  .pagination .current + .page-numbers,
  .pagination .current ~ .page-numbers + .current {
    display: inline-grid;
  }
  .pagination .current ~ .page-numbers {
    display: inline-grid;
  }
}

/*
----------------------------------------
サイドバー
----------------------------------------
*/
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .sidebar {
    gap: 2.5rem;
  }
}

.sidebar-section {
}

.sidebar-sectionTitle {
}

.sidebar-reportWrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .sidebar-reportWrapper {
    gap: 0.8rem;
  }
}

.sidebar-report {
  padding-block: 1rem;
  border-bottom: 0.1rem solid #d9d9d9;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .sidebar-report:hover,
  .sidebar-report a:focus {
    opacity: 0.6;
  }
}

.sidebar-report:last-child {
  border-bottom: none;
}

.sidebar-reportLink {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .sidebar-reportLink {
    gap: 0.8rem;
  }
}

.sidebar-reportImg {
  width: 11rem;
  height: auto;
  aspect-ratio: 110/70;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sidebar-reportImg {
  }
}

.sidebar-reportImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-reportTitle {
  /* flex-grow: 1; */
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 3lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.sidebar-section {
}

.sidebar-sectionTitle {
  width: 100%;
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.6rem;
  background: #1bb4d3;
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .sidebar-sectionTitle {
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.sidebar-author {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .sidebar-sectionTitle {
    gap: 0.3rem;
    font-size: 1.4rem;
  }
}

.sidebar-author li a {
  font-size: 1.6rem;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .sidebar-author li a {
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  .sidebar-author li :hover,
  .sidebar-author li :focus {
    opacity: 0.6;
  }
}

.sidebar-section {
}

.sidebar-archive {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .sidebar-archive {
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .sidebar-archive a:hover,
  .sidebar-archive a:focus {
    opacity: 0.6;
  }
}

/*
----------------------------------------
日報一覧
----------------------------------------
*/
.pageArchive__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .pageArchive__cards {
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .pageArchive__cards {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .pageArchive__cards {
    grid-template-columns: 1fr;
    margin-inline: auto;
    gap: 2rem;
  }
}
.pageArchive__card {
  width: 100%;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
  transition: transform 0.4s, box-shadow 0.4s;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (any-hover: hover) {
  .pageArchive__card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.pageArchive__card-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (any-hover: hover) {
  .pageArchive__card-link {
    gap: 0.8rem;
  }
}

.pageArchive__card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 352/220;
}
@media (any-hover: hover) {
  .pageArchive__card-img {
  }
}
.pageArchive__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageArchive__card-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 2rem 2rem 2rem;
}
@media (any-hover: hover) {
  .pageArchive__card-meta {
    padding: 0 1rem 1rem 2rem;
    gap: 0.8rem;
  }
}

.pageArchive__card-category {
}

.pageArchive__card-date {
  font-size: 1.4rem;
  align-self: flex-end;
}
@media (any-hover: hover) {
  .pageArchive__card-date {
    font-size: 1.2rem;
  }
}

.pageArchive__card-title {
  font-size: 1.8rem;
  line-height: 1.5;
  min-height: 2lh;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (any-hover: hover) {
  .pageArchive__card-title {
    font-size: 1.4rem;
  }
}

/*
----------------------------------------
日報個別
----------------------------------------
*/

.pageSingleFv {
}

.pageSingle {
}

.pageSingle__inner {
}
@media (max-width: 768px) {
  .pageSingle__inner {
  }
}

.pageSingle__contents {
}
@media (max-width: 768px) {
  .pageSingle__contents {
  }
}

.pageSingle__main {
}

.paseSingle__card {
  padding-bottom: 2rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  transition: transform 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .paseSingle__card {
  }
}

.paseSingle__card-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .paseSingle__card-img {
  }
}

.paseSingle__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paseSingle__card-meta {
}

.paseSingle__card-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .paseSingle__card-header {
    gap: 0.8rem;
  }
}

.paseSingle__card-title {
  margin-top: 1.4rem;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .paseSingle__card-title {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}

.paseSingle__card-date {
  font-size: 1.6rem;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .paseSingle__card-date {
    font-size: 1.4rem;
  }
}

.singleArticle-meta {
}
@media (max-width: 768px) {
  .singleArticle-meta {
  }
}

.paseSingle__card-body {
  padding: 2rem;
}
@media (max-width: 768px) {
  .paseSingle__card-body {
    padding: 1.2rem;
  }
}

.paseSingle__card-content {
  margin-top: 2rem;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .paseSingle__card-content {
    font-size: 1.4rem;
    gap: 1.2rem;
    line-height: 1.45;
    letter-spacing: 0.015em;
    margin-top: 1.6rem;
  }
}

.paseSingle__card-footer {
  font-size: 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .paseSingle__card-footer {
    font-size: 1.2rem;
  }
}

.paseSingle__card-buttons {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .paseSingle__card-buttons {
    gap: 3.5rem;
  }
}

.paseSingle__card-buttons a:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  background-color: #1c85cb;
  color: #fff;
  text-align: center;
  padding: 0.8rem 2rem;
  border-radius: 100vmax;
  border: 0.1rem solid #1c85cb;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .paseSingle__card-buttons a:nth-of-type(1) {
    font-size: 1.4rem;
    padding: 0.6rem 1.4rem;
  }
}

.paseSingle__card-buttons a:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  background-color: #38dcf2;
  color: #fff;
  text-align: center;
  padding: 0.8rem 2rem;
  border-radius: 100vmax;
  border: 0.1rem solid #38dcf2;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .paseSingle__card-buttons a:nth-of-type(2) {
    font-size: 1.4rem;
    padding: 0.6rem 1.6rem;
  }
}

@media (any-hover: hover) {
  .paseSingle__card-buttons a:hover,
  .paseSingle__card-buttons a:focus {
    opacity: 0.6;
  }
}

.paseSingle__card-content h1 {
  font-size: 2rem;
  font-weight: 700;
  padding: 1.4rem 1.6rem;
  background-color: #1c85cb;
  color: #fff;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .paseSingle__card-content h1 {
    font-size: 1.6rem;
    padding: 1.2rem 1.4rem;
  }
}

.paseSingle__card-content h2 {
  font-size: 2rem;
  color: #1c85cb;
  font-weight: 700;
  padding: 1.2rem 1.6rem;
  align-self: flex-start;
  margin: 0;
  border-left: 0.4rem solid #1c85cb;
}
@media (max-width: 768px) {
  .paseSingle__card-content h2 {
    font-size: 1.6rem;
    padding: 1rem 1.2em;
  }
}

.paseSingle__card-content h3 {
  font-size: 2rem;
  color: #1c85cb;
  font-weight: 700;
  padding: 1.2rem 1.6rem 0.6rem 1.6rem;
  align-self: flex-start;
  margin: 0;
  border-bottom: 0.3rem solid #1c85cb;
}
@media (max-width: 768px) {
  .paseSingle__card-content h3 {
    font-size: 1.6rem;
    padding: 0.8rem 1rem;
  }
}

.paseSingle__card-content h4 {
  font-size: 1.6rem;
  color: #1c85cb;
  font-weight: 700;
  padding: 0.8rem 1rem 0.8rem 1.6rem;
  align-self: flex-start;
  margin: 0;
  border-left: 0.2rem solid #1c85cb;
}
@media (max-width: 768px) {
  .paseSingle__card-content h4 {
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem;
  }
}

.paseSingle__card-content h5 {
  font-size: 1.4rem;
  padding: 0.6rem 0.6rem;
  color: #1c85cb;
}
@media (max-width: 768px) {
  .paseSingle__card-content h5 {
    font-size: 1.4rem;
    padding: 0.4rem 0.4rem;
  }
}
