@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");
@import url("https://cdn.materialdesignicons.com/3.2.89/css/materialdesignicons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
b,
small,
strong,
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  overflow-x: hidden !important;
}

a,
i,
.btn,
div {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out !important;
}

textarea {
  outline: 2px solid transparent !important;
  box-shadow: none !important;
}

input,
.navbar-toggler,
button,
input {
  outline: 2px solid transparent !important;
  box-shadow: none !important;
}

body {
  scroll-behavior: smooth;
}

html {
  --scrollbarBG: #cfd8dc;
  --thumbBG: #90a4ae;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #3b6ae4;
}

.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.lg-container {
  width: 100%;
  margin: 0px auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}

.bg-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 120px;
  display: flex;
  align-items: center;
}
.bg-section .bg-content {
  width: 100%;
  position: relative;
  z-index: 99;
}
.bg-section .bg-content .nav-brand {
  margin-bottom: 40px;
}
.bg-section .bg-content .nav-brand img {
  height: 64px;
}
.bg-section .bg-content .bg-nav {
  width: 100%;
  max-width: 350px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.bg-section .bg-content .bg-nav .nav-item {
  padding: 16px 0px;
  border-bottom: 1px solid #f8f8f8;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #1b224b;
}
.bg-section .bg-content .bg-nav .nav-item:hover {
  color: #3b6ae4;
  letter-spacing: 0.5px;
}

.contact-card {
  width: 100%;
  max-width: 572px;
  border-radius: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/contact-card-bg.png);
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 40px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-card .contact {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 14px 14px 24px;
  margin-bottom: 24px;
}
.contact-card .contact h6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.contact-card .contact h6 span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #1b224b;
}
.contact-card .contact h2 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #3b6ae4;
  margin-bottom: 0px;
}
.contact-card p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 8px;
}

.btn-call {
  width: 100% !important;
  max-width: 370px !important;
  background: #ffffff !important;
  border-radius: 90px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 30px !important;
  font-family: "Zen Kaku Gothic New" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 29px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  color: #1b224b !important;
  position: relative !important;
  margin-bottom: 8px !important;
}

.btn-call .arrow {
  position: absolute !important;
  right: 30px !important;
}

/* hover + focus + active same */
.btn-call:hover,
.btn-call:focus,
.btn-call:active {
  background: #1b224b !important;
  color: #ffffff !important;
}

.btn-call:hover .arrow path,
.btn-call:focus .arrow path,
.btn-call:active .arrow path {
  fill: #ffffff !important;
}

.btn-call:hover .arrow circle,
.btn-call:focus .arrow circle,
.btn-call:active .arrow circle {
  stroke: #ffffff !important;
}

/* ========================= */
.btn-send {
  width: 100% !important;
  min-height: 80px !important;
  background: #1b224b !important;
  border-radius: 90px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 30px !important;
  font-family: "Zen Kaku Gothic New" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 29px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  position: relative !important;
  margin-bottom: 8px !important;
}

/* HOVER */
.btn-send:hover {
  background: #7493c6 !important;
}

/* ACTIVE */
.btn-send:active {
  background: #7493c6 !important;
}

/* FOCUS */
.btn-send:focus,
.btn-send:focus-visible {
  background: #7493c6 !important;
}

.btn-send .arrow {
  position: absolute !important;
  right: 30px !important;
}

/* ========================= */
.btn-line {
  width: 100% !important;
  max-width: 370px !important;
  background: #06c755 !important;
  border-radius: 90px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 30px !important;
  font-family: "Zen Kaku Gothic New" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 29px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  color: #ffffff !important;
  border: none !important;
  position: relative !important;
}

/* hover + focus + active same */
.btn-line:hover,
.btn-line:focus,
.btn-line:active {
  background: #06ad4c !important;
  color: #ffffff !important;
}

.btn-primary {
  width: 100% !important;
  height: 50px;
  background: #1b224b !important;
  border-radius: 90px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 30px !important;
  font-family: "Zen Kaku Gothic New" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 29px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
  position: relative !important;
  margin-bottom: 8px !important;
}

.btn-primary .arrow {
  position: absolute !important;
  right: 30px !important;
}

.main-body {
  width: 100%;
}

.inner-body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  min-height: 600px;
  background: #fff;
}

.hero-card {
  min-height: 900px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 0px 0px;
  background: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hero-card .heading {
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-card .heading h1 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #3b6ae4;
  margin-bottom: 0px;
}
.hero-card .heading p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #1b224b;
}
.hero-card h3 {
  font-family: "jost";
  font-style: normal;
  font-weight: 500;
  font-size: 90px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 26px;
  color: #3b6ae4;
}
.hero-card .hero-bottom {
  width: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  background: #ebeff6;
  border-radius: 20px 20px 0px 0px;
}
.hero-card .hero-bottom p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 0px;
  letter-spacing: 0.05em;
  color: #1b224b;
}

.practically-card {
  width: 420px;
  min-height: 100px;
  margin: 0px auto 20px;
  background: #ffffff;
  padding: 15px 25px;
  border: 2px solid #3b6ae4;
  border-radius: 10px;
  position: relative;
}
.practically-card .right-badge {
  position: absolute;
  width: 31px;
  height: 76px;
  right: 0px;
  top: 12px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3b6ae4;
  border-radius: 10px 0px 0px 10px;
}
.practically-card .right-badge span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.practically-card .point {
  display: flex;
  align-items: center;
  gap: 10px;
}
.practically-card .point i {
  color: #3b6ae4;
  font-size: 20px;
}
.practically-card .point span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #1b224b;
}
.practically-card .numbers {
  display: flex;
  align-items: flex-end;
}
.practically-card .numbers h2 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  font-size: 90px;
  letter-spacing: 0.05em;
  color: #3b6ae4;
  margin-bottom: 0px;
  position: relative;
}
.practically-card .numbers span {
  position: absolute;
  bottom: 0px;
  line-height: 25px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #3b6ae4;
}
.practically-card .mb-14 {
  margin-bottom: 14px;
}

.center-heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.center-heading p {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #6b6b6b;
  margin-bottom: 0px;
}
.center-heading h4 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.08em;
  color: #1b224b;
}

.services-section .service-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 60px;
}
.services-section .service-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .badges {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
}
.services-section .badges .badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 34px;
  background: #ebeff6;
  gap: 10px;
  isolation: isolate;
  height: 40px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #1b224b;
}
.services-section .about-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services-section .about-content p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #1b224b;
  margin-bottom: 25px;
}
.services-section .dont-worry-card {
  width: 100%;
  max-width: 600px;
  min-height: 376px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 75px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 80px;
}
.services-section .dont-worry-card h3 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #3b6ae4;
  text-align: center;
  margin-bottom: 24px;
}
.services-section .dont-worry-card .devider {
  width: 100%;
  height: 1px;
  background: #3b6ae4;
  margin-bottom: 24px;
}
.services-section .dont-worry-card .point {
  display: flex;
  align-items: center;
  gap: 10px;
}
.services-section .dont-worry-card .point i {
  color: #3b6ae4;
  font-size: 20px;
}
.services-section .dont-worry-card .point span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #1b224b;
}

.s-card-outer {
  padding-top: 85px;
}

.service-card {
  width: 100%;
  min-height: 481px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 0px 40px 50px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: column;
}
.service-card img {
  height: 182px;
  margin-bottom: 24px;
  margin-top: -90px;
}
.service-card h3 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 170%;
  text-align: center;
  color: #1b224b;
  margin-bottom: 24px;
}
.service-card p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #1b224b;
  margin-bottom: 24px;
}

.mb-14 {
  margin-bottom: 14px;
}

.voice-section {
  width: 100%;
  background: #ebeff6;
}
.voice-section .voice-card {
  width: 100%;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
}
.voice-section .voice-card .quote {
  margin-bottom: 8px;
}
.voice-section .voice-card p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  margin-bottom: 8px;
}
.voice-section .voice-card small {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
}
.voice-section .btn-write-review {
  width: 174px;
  height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7493c6;
  box-shadow: 0px 2.60714px 6.51786px 1.30357px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 10px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.voice-section {
  /* HOVER */
}
.voice-section .btn-write-review:hover {
  background: #1b224b;
  color: #ffffff;
}
.voice-section {
  /* ACTIVE */
}
.voice-section .btn-write-review:active {
  background: #1b224b;
  color: #ffffff;
}
.voice-section {
  /* FOCUS */
}
.voice-section .btn-write-review:focus,
.voice-section .btn-write-review:focus-visible {
  background: #1b224b;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.flow-section-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
}
.flow-section-cards .flow-card {
  width: 100%;
  min-height: 80px;
  background: #ffffff;
  border: 2px solid #1b224b;
  border-radius: 6px 6px 0px 0px;
}
.flow-section-cards .flow-card .heading {
  width: 100%;
  height: 33px;
  background: #1b224b;
  border: 1px solid #1b224b;
  overflow: hidden;
  padding: 5px 24px;
  display: flex;
  align-items: center;
}
.flow-section-cards .flow-card .heading h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 0px;
}
.flow-section-cards .flow-card .heading h4 span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  margin-left: 10px;
  color: #ffffff;
}
.flow-section-cards .flow-card .content {
  padding: 16px 24px;
}
.flow-section-cards .flow-card .content p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1b224b;
  margin-bottom: 0px;
}

.area-section {
  width: 100%;
  background: linear-gradient(156.73deg, #a5c4e0 7.88%, #5c7aca 60.86%);
}
.area-section .area-card {
  width: 100%;
  min-height: 300px;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
}
.area-section .area-card .badge {
  width: 143px;
  height: 40px;
  background: #f8f8f8;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.area-section .area-card .badge span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #1b224b;
}
.area-section .area-card p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #1b224b;
  margin-bottom: 24px;
}
.area-section .bottom-content {
  padding-top: 24px;
}
.area-section .bottom-content p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 8px;
}
.area-section .bottom-content span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
}

.news-section {
  width: 100%;
  background: #ebeff6;
}

.news-card:last-child {
  margin-bottom: 0px;
}

.news-card {
  width: 100%;
  width: 100%;
  min-height: 354px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 20px 16px;
  margin-bottom: 60px;
}
.news-card .banner {
  border-radius: 20px;
  width: 100%;
  height: 189px;
  overflow: hidden;
  margin-bottom: 16px;
}
.news-card .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-card p {
  margin-bottom: 5px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #1b224b;
}
.news-card h6 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #1b224b;
}

.faq-section {
  width: 100%;
}

.p-80-75 {
  padding: 80px 75px;
}

.p-80-55 {
  padding: 80px 55px;
}

.faq-card {
  margin-bottom: 80px;
}
.faq-card .accordion-button::after {
  display: none;
}
.faq-card .accordion-button {
  background: #fff !important;
  padding: 12px 0px;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #1b224b;
  opacity: 0.8;
}
.faq-card .accordion-body {
  padding: 12px 0px;
}
.faq-card .accordion-body p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #3B6AE4;
  opacity: 0.8;
  margin-bottom: 0px;
}
.faq-card .custom-accordion-btn {
  position: relative;
  padding-right: 60px;
}
.faq-card {
  /* Arrow positioning */
}
.faq-card .faq-arrow {
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}
.faq-card {
  /* Default (closed) */
}
.faq-card .custom-accordion-btn .faq-arrow img {
  transform: rotate(0deg);
}
.faq-card {
  /* Open state → arrow up */
}
.faq-card .accordion-button:not(.collapsed) .faq-arrow img {
  transform: rotate(180deg);
}
.faq-card .accordion-item {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #1b224b;
}

.footer {
  width: 100%;
  padding: 40px 40px 25px;
  background: #7493c6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .logo {
  margin-bottom: 40px;
  height: 64px;
}
.footer .devider {
  width: 100%;
  height: 1px;
  background: #44486f;
  margin-bottom: 24px;
}
.footer .bottom-nav {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .bottom-nav a {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.footer .bottom-nav a:hover {
  color: #3b6ae4;
}
.footer span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
}

.price-list {
  background: #ebeff6;
}

.purchase-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  min-height: 240px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}
.purchase-card .banner {
  height: 190px;
  width: 100%;
}
.purchase-card .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.purchase-card .content {
  padding: 10px 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.purchase-card .content span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #130c0e;
}
.purchase-card .content span.active {
  color: #3b6ae4;
}

.access-section .access-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 60px;
}
.access-section .access-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access-section .more-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
.access-section .more-detail p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #1b224b;
  margin-bottom: 0px;
}
.access-section .map-card {
  width: 100%;
  height: 300px;
  margin: auto;
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.access-section .map-card iframe {
  width: 100%;
  height: 100%;
}
.access-section .company-details .d-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #8e8d8d;
}
.access-section .company-details .d-row span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #4266c4;
}
.access-section .company-details .d-row p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #5c6260;
  margin-bottom: 0px;
}

.member-section {
  background: #ebeff6;
}

.member-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.member-card .banner {
  height: 190px;
  width: 100%;
}
.member-card .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.member-card .content {
  padding: 10px 12px;
  width: 100%;
}
.member-card .content h5 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #130c0e;
  margin-bottom: 5px;
}
.member-card .content span {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 170%;
  color: #8c919d;
  margin-bottom: 8px;
}
.member-card .content p {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  margin-bottom: 0px;
}

.contact-section h5 {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #1b224b;
  margin-bottom: 60px;
}
.contact-section form .element {
  margin-bottom: 16px;
}
.contact-section form .element .form-label {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #1b224b;
  margin-bottom: 6px;
}
.contact-section form .element .form-label span {
  color: #b60005;
}
.contact-section form .element .form-control {
  width: 100%;
  min-height: 60px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.contact-section form .element .form-select {
  width: 100%;
  min-height: 60px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.contact-section form .form-check {
  margin: 40px 0px !important;
}
.contact-section form .form-check .form-check-input {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #1b224b;
  border-radius: 2px;
}
.contact-section form .form-check {
  /* CHECKED STATE */
}
.contact-section form .form-check .form-check-input:checked {
  background-color: #1b224b;
  /* ✔ yahan apna color rakho */
  border-color: #1b224b;
}
.contact-section form .form-check .form-check-label {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1b224b;
}

.sm-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 17px 46px;
  width: 100%;
  height: 80px;
  z-index: 9999;
  background: #fff;
}
.sm-header .nav-brand img {
  height: 32px;
}
.sm-header .bars img {
  height: 30px;
}
.sm-header .offcanvas {
  background: #ebeff6;
}
.sm-header .offcanvas-header {
  padding: 23px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sm-header .offcanvas-header .close {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sm-header .offcanvas-header .close span {
  font-family: "jost";
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.08em;
}
.sm-header .offcanvas-body {
  padding: 20px 24px;
}
.sm-header .offcanvas-body .nav {
  width: 100%;
  margin-bottom: 60px;
}
.sm-header .offcanvas-body .nav .nav-item {
  width: 100% !important;
  padding: 16px 0px;
  border-bottom: 1px solid #f8f8f8;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #1b224b;
}

/*# sourceMappingURL=style.css.map */
