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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0c2235;
  padding-top: 100px;
  scroll-padding-top: 100px;
  /* スクロール位置の調整のため */
}
@media (max-width: 768px) {
  body {
    padding-top: 87px;
    scroll-padding-top: 87px;
  }
}
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: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 700;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  left: 0;
}

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

.section {
  padding: 5rem 0;
  scroll-margin-top: 100px;
  /* スクロール位置の調整のため */
}
@media (max-width: 768px) {
  .section {
    scroll-margin-top: 87px;
  }
}
.section .container {
  max-width: 1100px;
}
@media (max-width: 991px) {
  .section .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .section .container {
    width: 95%;
  }
}
.section .container.wide {
  max-width: 1110px;
}
.section#faq, .section#price {
  margin-top: 0;
  padding-top: 0;
}

.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%);
}

.text-orange {
  color: #ec6c00;
}

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

.text-blue {
  color: #006eb6;
}

.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: #006eb6;
}

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

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

.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-primary {
  background: #0c2235;
  color: #fff;
  border: 1px solid #0c2235;
}
.btn-primary:hover, .btn-primary:active {
  color: #0c2235 !important;
  background: #fff;
  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;
  }
}

/*
HEADER START
———————————–*/
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: 120px;
  width: 100%;
}
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: #3bac6d;
}
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: 991px) {
  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;
  }
}
/*———————————–
HEADER END
———————————–*/
/*
FV START
———————————–*/
.hero-section {
  position: relative;
  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;
  overflow: hidden;
}
@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;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section {
    width: 100%;
  }
}
.hero-section .hero-img {
  right: 0;
}
.hero-section .hero-img img {
  aspect-ratio: 621/437;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-img {
    margin-bottom: 3.125rem;
    transform: translateX(10px);
  }
}
@media screen and (min-width: 768px) {
  .hero-section .hero-img {
    max-width: 621px;
  }
}
.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% - 80vw);
  }
}
@-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 {
  white-space: nowrap;
  position: relative;
  z-index: 4;
  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;
  }
}

/*———————————–
FV END
———————————–*/
/*
assignment START
———————————–*/
@media (max-width: 768px) {
  #assignment .bg-blue-gray {
    padding: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0 !important;
  }
}

/*———————————–
assignment END
———————————–*/
/*
GUIDLINE START
———————————–*/
.guidline-item {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .guidline-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 991px) {
  .guidline-item {
    width: 47.619047619%;
  }
}

/*———————————–
GUIDLINE END
———————————–*/
/*
SERVICE START
———————————–*/
#services .bg-light-blue {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
#services .pitlog_text {
  vertical-align: bottom;
}
#services .pitlog_text img {
  width: 174px;
}
@media screen and (max-width: 768px) {
  #services .pitlog_text img {
    max-width: 220px;
    width: 80%;
  }
}
#services .service-catch {
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #services .service-catch {
    line-height: 1.8;
  }
}
#services .service-catch img {
  margin-right: 10px;
}

.about-service {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .about-service {
    width: 45.4545454545%;
  }
}
.about-service .about-service-img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .about-service .about-service-img {
    width: 80%;
  }
}

.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);
  }
}

@media screen and (min-width: 768px) {
  .service-flow {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .service-flow {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .service-flow {
    width: 87%;
  }
}

.service-flow-item {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-flow-item {
    width: 100%;
    padding: 30px 10px;
  }
}
@media screen and (min-width: 768px) {
  .service-flow-item {
    width: 45.4545454545%;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .service-flow-item {
    width: 30.303030303%;
    padding: 50px 25px;
  }
}
.service-flow-item > div {
  width: 100%;
}
.service-flow-item .textarea {
  width: 70%;
}
.service-flow-item .flow-icon2 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -25px;
  right: -15px;
}
.service-flow-item::before {
  position: absolute;
  top: -25px;
  background-color: #fff;
  width: 50px;
  left: -15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0c2235;
}
.service-flow-item .num-next-text {
  position: absolute;
  top: 5px;
  left: 40px;
}
.service-flow-item:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/aroow-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service-flow-item:not(:last-child):after {
    transform: rotate(90deg);
    left: 46%;
    bottom: -67%;
  }
}
@media screen and (min-width: 768px) {
  .service-flow-item:not(:last-child):after {
    right: -10%;
    top: -50%;
    transform: translate(10%, 50%);
  }
}

@media (max-width: 768px) {
  .service-image.rounded {
    padding: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0 !important;
    margin-bottom: 3rem;
  }
}

.service-device div[class*=item] {
  margin-top: 61px;
}
@media (min-width: 768px) {
  .service-device div[class*=item] {
    display: flex;
  }
}
@media (max-width: 768px) {
  .service-device div[class*=item] {
    overflow: scroll;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-device div[class*=item] .info-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .service-device div[class*=item] .info-name img {
    width: 30%;
    max-width: 330px;
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .service-device div[class*=item] .info-name {
    width: 30%;
  }
}
.service-device div[class*=item] .info-data {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .service-device div[class*=item] .info-data {
    width: 70%;
  }
}
.service-device div[class*=item] .info-datatable {
  border: 1px solid #0c2235;
}
.service-device div[class*=item] .info-data td {
  border: 1px solid #0c2235;
}
.service-device div[class*=item] .info-data th {
  background: #0c2235;
  color: #fff;
  width: 45%;
}
.service-device div[class*=item] .info-data th,
.service-device div[class*=item] .info-data td {
  padding: 10px 20px;
}
.service-device div[class*=item] .info-data tr:not(:last-child) th {
  border-bottom: 1px solid #c4d3e2;
}

.pitlog-mobile-container {
  background: #fff;
  border-top: 2px solid #0c2235;
  border-bottom: 2px solid #0c2235;
}
@media (max-width: 768px) {
  .pitlog-mobile-container .rounded {
    padding: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0 !important;
    margin-bottom: 3rem;
  }
}
.pitlog-mobile-container .pitlog-mobile-title {
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  .pitlog-mobile-container .pitlog-mobile-title {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pitlog-mobile-container .pitlog-mobile-title {
    width: 90%;
    max-width: 100%;
  }
}

.pitlog-mobile-list-item {
  display: flex;
  align-items: baseline;
}
.pitlog-mobile-list-item::before {
  margin-right: 1em;
  border-radius: 50%;
  background-color: #0c2235;
  color: #fff;
  font-size: 1rem;
  line-height: 0.8rem;
  padding: 0.8rem 0.8rem 0.8rem 0.6rem;
  width: 2.3rem;
  height: 2.3rem;
}
@media screen and (max-width: 768px) {
  .pitlog-mobile-list-item {
    display: block;
  }
  .pitlog-mobile-list-item::before {
    display: block;
  }
}

.flow-icon {
  aspect-ratio: 1/1;
  margin: 0 auto;
  transform: scale(0.7);
  text-align: center;
}
.flow-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .flow-icon {
    padding-right: 10px;
  }
}

/*———————————–
SERVICE END
———————————–*/
.voice-items {
  width: 100%;
}
.voice-items > li {
  margin-bottom: 20px;
}
.voice-items > li img {
  width: 100px;
  margin-right: 20px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .voice-items > li {
    width: 45.4545454545%;
  }
}
@media (min-width: 991px) {
  .voice-items > li {
    width: 31.25%;
  }
}

/*
FLOW START
———————————–*/
@media (min-width: 991px) {
  .price-container {
    width: 47.619047619%;
  }
}

.price-unit {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
  width: 5em;
}

.label-price-gray {
  background: #f0f0f0;
}

.label-price-pink {
  background: #fff1ea;
}

.label-price-blue {
  background: #f2f7fc;
}

.label-price-gray,
.label-price-pink,
.label-price-blue {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .label-price-gray,
.label-price-pink,
.label-price-blue {
    margin-top: 20px;
  }
}
@media (min-width: 991px) {
  .label-price-gray,
.label-price-pink,
.label-price-blue {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 62px;
    width: 50px;
  }
}

@media (min-width: 991px) {
  .label-price-none {
    margin-left: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#flow {
  padding-block: 50px;
}
#flow .flow_txt .sub_txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
#flow .flow_txt .sub_txt span {
  font-size: 25px;
}
#flow .item_contents.sp {
  margin-top: 30px;
}
#flow .item_contents.sp .arrow_bg {
  position: relative;
}
#flow .item_contents.sp .arrow_bg .arrow_line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0c2235;
  background: linear-gradient(0deg, rgb(12, 34, 53) 0%, rgb(241, 247, 255) 100%);
  z-index: -1;
  width: 17px;
  height: 100%;
}
#flow .item_contents.sp .item {
  border: 1px solid #cecece;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  margin-top: 25px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#flow .item_contents.sp .item .txt01 {
  font-size: 20px;
  font-weight: 600;
}
#flow .item_contents.sp .item .txt02 {
  font-size: 14px;
  margin-top: 10px;
}
#flow .item_contents.sp .blue-line {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  position: relative;
  background: #f1f7ff;
}
#flow .item_contents.sp .blue-line .arrow {
  position: absolute;
  top: -26%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 50.5px;
  height: 46px;
  background: #0c2235;
  -webkit-clip-path: polygon(0 50.5%, 33.2% 50.5%, 33.2% 0, 66.8% 0, 66.8% 50.5%, 100% 50.5%, 50% 100%);
          clip-path: polygon(0 50.5%, 33.2% 50.5%, 33.2% 0, 66.8% 0, 66.8% 50.5%, 100% 50.5%, 50% 100%);
}
#flow .item_contents.pc {
  margin-top: 45px;
}
#flow .item_contents.pc .item_contents01 {
  margin-block: 25px;
  position: relative;
}
#flow .item_contents.pc .item_contents02 {
  position: relative;
}
#flow .item_contents.pc .item_contents01 .arrow_line01,
#flow .item_contents.pc .item_contents02 .arrow_line01 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #426482;
  background: linear-gradient(90deg, rgb(66, 100, 130) 0%, rgb(241, 247, 255) 100%);
  z-index: -1;
  width: 70%;
  height: 17px;
}
#flow .item_contents.pc .item_contents01 .arrow_line02,
#flow .item_contents.pc .item_contents02 .arrow_line02 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #426482;
  background: linear-gradient(90deg, rgb(66, 100, 130) 0%, rgb(12, 34, 53) 100%);
  z-index: -1;
  width: 65%;
  height: 17px;
}
#flow .item_contents.pc .item_group {
  display: flex;
  justify-content: space-between;
}
#flow .item_contents.pc .item_group .item {
  border: 1px solid #cecece;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 30px 25px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  text-align: center;
}
#flow .item_contents.pc .item_group .blue-line {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  position: relative;
  background: #f1f7ff;
}
#flow .item_contents.pc .item_group .blue-line .arrow {
  position: absolute;
  top: 50%;
  left: -14%;
  transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 43.1px;
  background: #0c2235;
  -webkit-clip-path: polygon(0 30.3%, 47.6% 30.3%, 47.6% 0, 100% 50%, 47.6% 100%, 47.6% 69.7%, 0 69.7%);
          clip-path: polygon(0 30.3%, 47.6% 30.3%, 47.6% 0, 100% 50%, 47.6% 100%, 47.6% 69.7%, 0 69.7%);
}
#flow .item_contents.pc .item_contents02 .item_group .item {
  width: 22.7272727273%;
}

@media (min-width: 768px) {
  #flow .flow_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  #flow .flow_txt .sub_txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #flow .flow_txt .sub_txt span {
    font-size: 20px;
  }
}
/*———————————–
FLOW END
———————————–*/
/*
FAQ START
———————————–*/
.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: #006eb6;
  line-height: 1.2;
  content: "A";
  font-family: "Koulen", sans-serif;
}

#qa-tabs .btn {
  border: 1px solid #0c2235;
  background-color: #f1f7ff;
}
#qa-tabs .btn:hover, #qa-tabs .btn.active {
  background-color: #0c2235;
  color: #fff;
}

/*
CONTACT START
———————————–*/
.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;
}

/*———————————–
CONTACT END
———————————–*/
/*
FOOTER START
———————————–*/
#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;
  margin-bottom: 10px;
}
#footer .footer_title strong {
  font-weight: bolder;
  color: #fff;
}
#footer .text-left {
  text-align: left !important;
}
#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;
}

/*———————————–
FOOTER END
———————————–*/
.floating-banner {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 150px;
  height: 150px;
  z-index: 1000;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.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: 991px) {
  .d-flex.gap-3 {
    flex-direction: column;
  }
  .floating-banner {
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
  }
}
.button-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.modal-dialog {
  max-width: 99% !important;
}

.modal-content {
  transform: translateY(50%);
}