@charset "UTF-8";
@media (max-width: 520px) {
  html {
    font-size: 90%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0c2235;
  padding-top: 100px;
  scroll-padding-top: 117px;
  /* スクロール位置の調整のため */
}
@media (max-width: 768px) {
  body {
    padding-top: 87px;
    scroll-padding-top: 137px;
  }
}
body * {
  box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.small {
  font-size: 0.9em;
  line-height: 15px;
  margin-bottom: -0.5em;
}
.small.more {
  font-size: 0.8em;
  line-height: 15px;
  margin-bottom: -0.5em;
}

ol {
  list-style: none;
  counter-reset: number;
}
ol li::before {
  font-family: "Koulen", sans-serif;
  font-size: 32px;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  left: 0;
}

a:has(.btn) {
  text-decoration: none;
}

header {
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1030;
}
@media (max-width: 768px) {
  header {
    height: 87px;
  }
}
header .navbar {
  height: 100px;
  padding: 0;
}
@media (max-width: 768px) {
  header .navbar {
    height: 87px;
  }
}
header .container {
  max-width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .navbar-logo {
  max-width: 188px;
  width: 100%;
  margin-right: 20px;
}
header .navbar-brand {
  max-width: 105px;
  width: 100%;
}
@media (max-width: 768px) {
  header .navbar-brand {
    max-width: 70px;
  }
}
header .nav-link {
  color: #0c2235;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
}
header .nav-link:hover {
  color: #ec6c00;
}
header .navbar-toggler {
  border: none;
  background: none;
  color: #0c2235;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .header-main {
  max-width: 333px;
}
@media (max-width: 768px) {
  header .header-main {
    max-width: 70%;
  }
}
header .header-menu {
  width: 700px;
}
@media (max-width: 1330px) {
  header .header-menu {
    width: calc(100% - 333px);
  }
}
@media (max-width: 1090px) {
  header .header-menu {
    width: calc(100% - 333px);
  }
}
@media (max-width: 768px) {
  header .header-menu {
    width: 40px;
  }
}
header .offcanvas-body .header-menu-item {
  text-align: left;
  margin-bottom: 20px;
}
header div:not(.offcanvas-body) > ul {
  width: calc(100% - 290px);
}
header div:not(.offcanvas-body) > ul .header-menu-item {
  text-align: center;
  width: 25%;
}
header div:not(.offcanvas-body) > ul .header-menu-item a {
  transition: 0.3s;
}
header div:not(.offcanvas-body) > ul .header-menu-item:hover a {
  transition: 0.3s;
  color: #90befc;
}
header .header-menu-item a {
  text-decoration: none;
  color: #0c2235;
}
header .offcanvas-header {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    margin-top: 1rem;
    padding-top: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1000px) {
  header .navbar-nav {
    text-align: center;
  }
  header .nav-item {
    margin-bottom: 0.5rem;
  }
  header .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    margin: 0 1rem;
  }
  header .nav-link:hover {
    background-color: #f8f9fa;
  }
}
.section {
  padding: 5rem 0;
  scroll-margin-top: 100px;
  /* スクロール位置の調整のため */
}
@media (max-width: 768px) {
  .section {
    scroll-margin-top: 87px;
  }
}
.section .container {
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .section .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .section .container {
    width: 95%;
  }
}
.section .container.wide {
  max-width: 1110px;
}

.section-title {
  margin-bottom: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 23px;
  }
}
.section-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.5em;
  margin-right: 0.5em;
  background: #f2f7fc;
  background: linear-gradient(180deg, rgb(242, 247, 252) 0%, rgb(196, 211, 226) 100%);
}

.hero-section {
  min-height: calc(650px - 100px);
  display: flex;
  align-items: center;
  padding: 5rem 0;
  background-image: url(../img/fv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero-section {
    min-height: calc(650px - 87px);
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1000px) {
  .hero-section {
    text-align: left;
  }
}
.hero-section .container {
  max-width: 1200px;
}
.hero-section .border-hero {
  border: 1px solid #0c2235;
  width: 100vw;
  margin-left: calc(50% - 90vw);
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 1000px) {
  .hero-section .border-hero {
    margin-left: calc(50% - 60vw);
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.hero-section .hero-title {
  font-size: 47px;
}
@media screen and (max-width: 1000px) {
  .hero-section .hero-title {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 530px) {
  .hero-section .hero-title {
    font-size: 7vw;
  }
}

.text-orange {
  color: #ec6c00;
}

.text-green {
  color: #3bac6d;
}

.text-blue {
  color: #90befc;
}

.text-d-blue {
  color: #2C65B8;
}

.text-light-blue {
  color: #f1f7ff;
}

.bg-primary {
  background-color: #0c2235 !important;
}

.bg-orange {
  background-color: #ec6c00;
}

.bg-green {
  background-color: #3bac6d;
}

.bg-blue {
  background-color: #90befc;
}

.bg-light-blue {
  background-color: #f1f7ff;
}

.bg-blue-gray {
  background-color: #f4f4f4;
}

.bg-cream {
  background-color: #fffaf6;
}

.bg-primary {
  background-color: #0c2235;
}

.rounded {
  border-radius: 20px !important;
}

.shadow {
  box-shadow: 0 1px 8px 0 rgba(51, 96, 136, 0.16) !important;
}

.btn-outline-primary {
  color: #0c2235;
  background: #fff;
  border: 1px solid #0c2235;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background: #0c2235 !important;
  border: 1px solid #0c2235 !important;
}

.btn-outline-orange {
  color: #ec6c00;
  background: #fff;
  border: 1px solid #ec6c00;
}
.btn-outline-orange:hover, .btn-outline-orange:active {
  background: #ec6c00 !important;
  border: 1px solid #ec6c00 !important;
  color: #fff !important;
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .btn {
    font-size: 14px;
    padding: 10px;
  }
}

.btn-orange {
  background-color: #ec6c00;
  color: #ffffff;
  border: none;
}
.btn-orange:hover {
  background-color: #b95500;
  color: #ffffff;
}

.btn-green {
  background-color: #3bac6d;
  color: #ffffff;
  border: none;
}
.btn-green:hover {
  background-color: #2e8655;
  color: #ffffff;
}

.btn-outline-green {
  background-color: transparent;
  color: #3bac6d;
  border: 2px solid #3bac6d;
}
.btn-outline-green:hover {
  background-color: #3bac6d;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #about .container.wide {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .container.wide .bg-blue-gray {
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

.AXCS_text img {
  width: 113px;
}
@media screen and (max-width: 768px) {
  .AXCS_text img {
    max-width: 200px;
    width: 80%;
  }
}

.service-catch {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-catch {
    line-height: 1.8;
  }
}
.service-catch img {
  margin-right: 10px;
}

.service-border {
  display: block;
  border: 1px solid #0c2235;
  width: 100vw;
  margin-left: calc(50% - 90vw);
}
@media screen and (max-width: 768px) {
  .service-border {
    margin-left: calc(50% - 60vw);
  }
}

.service-button {
  padding-right: 30px !important;
  position: relative;
}
.service-button:not(.soon):hover {
  background: #ec6c00 !important;
  color: #fff;
  transition: 0.3s;
}
.service-button:not(.soon):hover::after {
  background: #fff !important;
}
.service-button.soon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "サービスサイト準備中";
  font-weight: bold;
  font-style: 20px;
  text-align: center;
  line-height: 82px;
  color: #000;
  width: 100%;
  height: 100%;
  background: rgba(175, 175, 175, 0.6);
  border-radius: 0.375rem;
}
.service-button::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  background: #ec6c00;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg) translateY(-50%);
}

.service-link {
  max-width: 63%;
  width: 100%;
}
.service-link a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .service-link {
    margin-top: 20px;
    max-width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
  .service-link > a {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .service-link {
    flex-wrap: wrap;
  }
  .service-link > a {
    width: 100%;
  }
}

.card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icons a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: opacity 0.3s;
}
.social-icons a:hover {
  opacity: 0.8;
  color: #ffffff;
}

.contact {
  background-image: url(../img/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.contact .container {
  max-width: 1000px;
}
.contact .logo {
  font-size: 1.5rem;
  font-weight: 700;
}
.contact .nav-link {
  transition: color 0.3s;
}
.contact .nav-link:hover {
  color: #ec6c00;
}

#footer {
  color: #fff;
  font-size: 14px;
  position: relative;
  background: #565656;
}
#footer li,
#footer br {
  line-height: 1.5;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_logo {
  max-width: 200px;
  width: 50%;
}
#footer .pull-left {
  float: left;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}
#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 15;
  margin: 30px 0 0 0;
  padding: 0;
  line-height: 1.5;
}
#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fdc134;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fcb102;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #284864;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  /*border-top: 1px solid #1a2e40;*/
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}
#footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#footer .justify-content-center {
  justify-content: center !important;
}
#footer .footer_col {
  padding-top: 50px;
}
#footer .footer_title {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
#footer .footer_title strong {
  font-weight: bolder;
  color: #fff;
}
#footer .text-left {
  text-align: left !important;
}
#footer .col-md-1,
#footer .col-md-10,
#footer .col-md-11,
#footer .col-md-12,
#footer .col-md-2,
#footer .col-md-3,
#footer .col-md-4,
#footer .col-md-5,
#footer .col-md-6,
#footer .col-md-7,
#footer .col-md-8,
#footer .col-md-9,
#footer .col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(26, 46, 64, 0.85);*/
  z-index: 1;
}

@media (max-width: 768px) {
  #footer .copyright,
#footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}
@media (min-width: 768px) {
  #footer .footer_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #footer .footer_title {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #footer .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #footer .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 768px) {
  #footer .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 576px) {
  #footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #footer .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #footer .container {
    max-width: 1140px;
  }
}
.floating-banner {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 150px;
  height: 150px;
  z-index: 1000;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.close-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.close-btn:hover {
  background-color: #e0e0e0;
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ec6c00;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  display: none;
}
.scroll-to-top:hover {
  background-color: #b95500;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1000px) {
  .d-flex.gap-3 {
    flex-direction: column;
  }
  .floating-banner {
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
  }
}
table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  overflow: hidden;
  text-align: center;
}

tbody,
tbody tr td:first-child {
  border-right: 1px solid #dee2e6;
}

table thead .category-header {
  border: none;
  background-color: #fff;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table tbody tr:last-child td:not(.category-header) {
  border-bottom: 1px solid #dee2e6;
}

tbody tr:not(:last-child) td:not(.category-header)::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background: #dee2e6;
}

.comparison-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
}
.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
.comparison-table tr:not(:first-child) th,
.comparison-table tr:not(:first-child) td {
  padding-top: 0;
  text-align: center;
  vertical-align: middle;
}
.comparison-table th {
  font-weight: bold;
}

.category-header {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
}

.axcs-header {
  font-family: "Koulen", sans-serif;
  background-color: #1a2a42;
  border-right: 5px solid #fff;
  color: white;
  font-size: 1.5em;
}

.others-header {
  background-color: #6c757d;
  border-left: 5px solid #fff;
  color: white;
  font-size: 1.5em;
}

.symbol {
  font-size: 2em;
  display: block;
}

tr td:nth-child(2) > .symbol,
tr td:nth-child(2) > .description {
  font-weight: bold;
}

.description {
  display: block;
  font-size: 0.875em;
  color: #333;
  white-space: pre-line;
  padding-bottom: 1rem;
}

@media (max-width: 1000px) {
  .comparison-table {
    width: 768px;
  }
  .comparison-table th,
.comparison-table td {
    padding: 0.5rem;
  }
  .description {
    font-size: 0.75rem;
  }
}
.point-items {
  width: 100%;
}
.point-items > li {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .point-items > li {
    width: 45.4545454545%;
  }
}

.service-attackcase-item {
  width: 100%;
}
.service-attackcase-item > li {
  width: 30.303030303%;
}
@media (max-width: 768px) {
  .service-attackcase-item > li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.service-attackcase-item > li img {
  margin: 0;
}

@media (min-width: 1000px) {
  .introduction-item > li {
    width: 30.303030303%;
  }
}
@media (max-width: 1000px) {
  .introduction-item > li {
    width: 43.4782608696%;
  }
}
@media (max-width: 768px) {
  .introduction-item > li {
    width: 100%;
  }
}
.introduction-item li .introduction-item-img {
  width: 100%;
  height: 150px;
  aspect-ratio: 1/1;
  display: flex;
}
.introduction-item li .introduction-item-img img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-dx-item {
  width: 100%;
}
@media (max-width: 768px) {
  .service-dx-item {
    padding: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .point-bottom-list {
    padding: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0 !important;
  }
}

.service-dx-icon {
  width: 53px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .service-dx-icon {
    width: 93px;
  }
}

.service-secrity-icon {
  width: 78px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

.service-dx-img {
  max-width: 322px;
}

.qa-1 {
  margin-bottom: 20px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.qa-1 hr {
  background: 1px solid #f1f7ff;
  width: 98%;
  margin: 0 auto;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2em 1.2em 2em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.qa-1 summary .text {
  width: calc(100% - 20px);
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 0.7em;
  font-weight: 600;
  font-size: 2em;
}

.qa-1 summary::before {
  color: #0c2235;
  font-family: "Koulen", sans-serif;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 2em 1.2em 2em 3em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #90befc;
  line-height: 1.2;
  content: "A";
  font-family: "Koulen", sans-serif;
}