:root {
  --main-color: #D8C49E;
  --sub-color: #F7F5EE;
  --accent-color: #CBA253;
  --red-color: #D10C0C;
}

html {
  height: 100%;
}

body {
  font-size: 17px;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  height: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: unset !important;
  margin: 0;
}
body * {
  box-sizing: border-box;
}
body a {
  transition: ease 0.3s all;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  color: inherit;
}
body button,
body a.btn {
  transition: ease 0.3s all;
  color: inherit;
  text-decoration: none;
  background-color: var(--accent-color);
  color: #fff !important;
  border-radius: 0;
  padding: 0.75em 4.5em;
}
body button:hover,
body a.btn:hover {
  opacity: 0.7;
  background-color: var(--accent-color);
}
body img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

body.nav-drawer-open {
  overflow: hidden;
}
body.nav-drawer-open .navbar-toggler-icon::before, body.nav-drawer-open .navbar-toggler-icon::after {
  background-color: #222 !important;
}

header#flux-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background-color: transparent;
  border: 0 !important;
  transform: translateY(0);
  transition: transform 0.32s ease;
  will-change: transform;
}
header#flux-header .navbar {
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: none;
  min-height: auto;
  padding: 16px clamp(20px, 3vw, 54px);
  position: relative;
}
@media (min-width: 768px) {
  header#flux-header .navbar {
    min-height: 86px;
    padding: 20px clamp(20px, 3vw, 54px);
  }
}
header#flux-header .navbar-toggler {
  order: 2;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #777 !important;
  box-shadow: none;
  z-index: 2000;
}
@media (min-width: 768px) {
  header#flux-header .navbar-toggler {
    width: 48px;
    height: 48px;
  }
}
header#flux-header .navbar-toggler:focus {
  box-shadow: none;
}
header#flux-header .navbar-toggler:hover {
  opacity: 0.7;
  background-color: transparent;
}
header#flux-header .navbar-toggler-icon {
  position: relative;
  width: 26px;
  height: 22px;
  background-image: none !important;
}
@media (min-width: 768px) {
  header#flux-header .navbar-toggler-icon {
    width: 36px;
  }
}
header#flux-header .navbar-toggler-icon::before, header#flux-header .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  right: 0;
  width: 26px;
  height: 1.5px;
  background-color: #222;
  transition: top 0.25s ease, transform 0.25s ease;
}
@media (min-width: 768px) {
  header#flux-header .navbar-toggler-icon::before, header#flux-header .navbar-toggler-icon::after {
    width: 36px;
  }
}
header#flux-header .navbar-toggler-icon.white::before, header#flux-header .navbar-toggler-icon.white::after {
  background-color: #fff;
}
header#flux-header .navbar-toggler-icon::before {
  top: 5px;
}
header#flux-header .navbar-toggler-icon::after {
  top: 16px;
}
header#flux-header {
  /* When header should be hidden */
}
header#flux-header.header-hidden {
  transform: translateY(-120%);
}
header#flux-header .navbar-brand {
  order: 1;
  margin: 0;
  font-weight: 600;
}
header#flux-header .navbar-brand svg {
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  header#flux-header .navbar-brand svg {
    width: 90px;
  }
}
header#flux-header .navbar-about {
  order: 2;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 70px;
}
@media (min-width: 768px) {
  header#flux-header .navbar-about {
    font-size: 13px;
    right: clamp(100px, 68.525px + 4.098vw, 130px);
  }
}
header#flux-header .navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1051;
  display: flex !important;
  width: min(82vw, 780px);
  height: 100svh;
  padding: 0;
  background-color: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
  transform: translateX(105%);
  transition: transform 0.3s ease;
  align-items: flex-start;
}
@media (min-width: 768px) {
  header#flux-header .navbar-collapse {
    width: clamp(520px, 38vw, 780px);
  }
}
header#flux-header .navbar-nav {
  flex-direction: column !important;
  gap: clamp(30px, 24px + 1.6vw, 48px);
  margin: 0;
  padding: 100px clamp(20px, 2.667px + 4.622vw, 72px) 0;
}
@media (min-width: 576px) {
  header#flux-header .navbar-nav {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  header#flux-header .navbar-nav {
    padding-top: 160px;
  }
}
header#flux-header .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: clamp(14px, 12px + 0.533vw, 20px);
  line-height: 1.35;
  color: #222;
}
header#flux-header .nav-link::before {
  content: "\e13a";
  font-family: "Phosphor" !important;
  color: var(--red-color);
  font-weight: 700;
  line-height: 1;
}

body.nav-drawer-open header#flux-header .navbar-collapse {
  transform: translateX(0);
}

body.nav-drawer-open header#flux-header .navbar-toggler-icon::before, body.nav-drawer-open header#flux-header .navbar-toggler-icon::after {
  top: 50%;
}
body.nav-drawer-open header#flux-header .navbar-toggler-icon::before {
  transform: rotate(45deg);
}
body.nav-drawer-open header#flux-header .navbar-toggler-icon::after {
  transform: rotate(-45deg);
}

header.border-bottom {
  border: 0 !important;
}

/*footer*/
footer {
  padding: 1em;
  font-size: 13px;
}
footer .container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer a {
  text-decoration: underline;
}

main .hero {
  height: 100svh;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 70px 10px;
}
@media (min-width: 576px) {
  main .hero {
    height: auto;
  }
}
@media (min-width: 768px) {
  main .hero {
    min-height: 560px;
  }
}
@media (min-width: 992px) {
  main .hero {
    height: 700px;
    max-height: 700px;
  }
}
main .hero .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .hero h1 {
  font-size: 33px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  main .hero h1 {
    font-size: clamp(40px, 19.016px + 2.732vw, 60px);
  }
}
main .hero p {
  font-size: clamp(18px, 17.333px + 0.178vw, 20px);
  display: inline-block;
}
main .hero p span {
  display: inline-block;
}

main.top .hero {
  background-image: url("../img/bg_img01.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

main.b2b .hero {
  background-image: url("../img/bg_img02.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

main.faq .hero {
  background-image: url("../img/bg_img03.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*top*/
main.top .hero {
  color: #222;
}
main.top .hero .container {
  gap: 20px;
}
main.top section.pillar {
  padding: 40px 0;
  background-color: var(--sub-color);
}
@media (min-width: 768px) {
  main.top section.pillar {
    padding: clamp(60px, 51.667px + 2.222vw, 85px) 0;
  }
}
@media (min-width: 1200px) {
  main.top section.pillar {
    padding: 120px 0 112px;
  }
}
@media (min-width: 1200px) {
  main.top section.pillar .container {
    max-width: 1210px;
  }
}
main.top section.pillar .pillar-intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: clamp(50px, 38.333px + 3.111vw, 85px);
}
@media (min-width: 992px) {
  main.top section.pillar .pillar-intro {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  main.top section.pillar .pillar-intro {
    gap: 110px;
  }
}
main.top section.pillar .pillar-intro h2 {
  font-size: clamp(28px, 25px + 0.8vw, 37px);
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 992px) {
  main.top section.pillar .pillar-intro h2 {
    width: 47%;
  }
}
@media (min-width: 992px) {
  main.top section.pillar .pillar-intro > div {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  main.top section.pillar .pillar-intro > div {
    max-width: 680px;
    line-height: 1.45;
  }
}
main.top section.pillar .pillar-intro p {
  font-size: clamp(17px, 16px + 0.267vw, 20px);
  line-height: 1.5;
}
main.top section.pillar .pillar-intro p:last-child {
  margin-bottom: 0;
}
main.top section.pillar .pillar-header {
  margin-bottom: 24px;
}
main.top section.pillar .pillar-header h3 {
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}
main.top section.pillar .pillar-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.top section.pillar .pillar-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
@media (min-width: 992px) {
  main.top section.pillar .pillar-item {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 26px 40px;
  }
}
@media (min-width: 1200px) {
  main.top section.pillar .pillar-item {
    gap: 42px;
  }
}
main.top section.pillar .pillar-item .pillar-item-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  main.top section.pillar .pillar-item .pillar-item-heading {
    flex: 0 0 350px;
    gap: 30px;
  }
}
main.top section.pillar .pillar-item img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  main.top section.pillar .pillar-item img {
    width: 58px;
    height: 58px;
  }
}
main.top section.pillar .pillar-item .pillar-item-content {
  display: flex;
  min-width: 0;
}
@media (min-width: 768px) {
  main.top section.pillar .pillar-item .pillar-item-content {
    flex: 1;
  }
}
main.top section.pillar .pillar-item h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  main.top section.pillar .pillar-item h3 {
    flex: 1;
  }
}
main.top section.pillar .pillar-item p {
  line-height: 1.35;
  color: #333;
  margin: 0;
}
@media (min-width: 768px) {
  main.top section.pillar .pillar-item p {
    flex: 1;
  }
}
main.top section.program {
  padding: 40px 0;
}
@media (min-width: 768px) {
  main.top section.program {
    padding: clamp(60px, 51.667px + 2.222vw, 85px) 0;
  }
}
@media (min-width: 1200px) {
  main.top section.program {
    padding: 120px 0 118px;
  }
}
@media (min-width: 1200px) {
  main.top section.program .container {
    max-width: 1084px;
  }
}
main.top section.program .program-header {
  max-width: 1320px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (min-width: 768px) {
  main.top section.program .program-header {
    margin-bottom: 70px;
  }
}
main.top section.program .program-header h2 {
  font-size: clamp(28px, 25px + 0.8vw, 37px);
  font-weight: 500;
  line-height: 1.18;
  margin: 0 0 28px;
}
main.top section.program .program-header p {
  max-width: 980px;
  font-size: clamp(17px, 16px + 0.267vw, 20px);
  line-height: 1.45;
  color: #333;
  text-align: left;
  margin: 0 auto;
}
main.top section.program .program-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  main.top section.program .program-grid {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  main.top section.program .program-grid {
    gap: 80px;
  }
}
main.top section.program .program-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--sub-color);
  border-radius: 10px;
  padding: 24px;
  gap: 24px;
}
@media (min-width: 768px) {
  main.top section.program .program-card {
    flex: 1;
    max-width: 700px;
    padding: 50px 30px 30px;
  }
}
@media (min-width: 1200px) {
  main.top section.program .program-card {
    padding: 50px 40px 30px;
    gap: 30px;
  }
}
main.top section.program .program-card h3 {
  font-size: clamp(22px, 20.667px + 0.356vw, 26px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  main.top section.program .program-card h3 {
    text-align: center;
  }
}
main.top section.program .program-card p {
  line-height: 1.5;
  margin: 0;
}
main.top section.program .program-card ul {
  padding-left: 1em;
  margin-bottom: 0;
}
main.top section.program .program-card ul li {
  margin-bottom: 0.25em;
}
main.top section.program .program-card .btn {
  padding: 1em 1.5em;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  main.top section.program .program-card .btn {
    align-self: flex-end;
    margin-top: auto;
  }
}
main.top section.group {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  main.top section.group {
    padding: clamp(60px, 51.667px + 2.222vw, 85px) 0;
  }
}
main.top section.group .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  main.top section.group .container {
    max-width: 980px;
    gap: 40px;
  }
}
main.top section.group h2 {
  font-size: clamp(28px, 25px + 0.8vw, 37px);
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
main.top section.group p {
  font-size: clamp(17px, 16px + 0.267vw, 20px);
  line-height: 1.5;
  margin-bottom: 0;
}

/*b2b, b2c*/
main.b2b .hero {
  color: #222;
  height: auto;
}
main.b2b .hero .container {
  gap: 20px;
}
main.b2b .hero-pills {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  main.b2b .hero-pills {
    flex-wrap: nowrap;
  }
}
main.b2b .hero-pills > div {
  font-size: clamp(14px, 12px + 0.533vw, 20px);
  border: 1px solid;
  padding: 15px 20px;
  line-height: 1.2;
  font-weight: 400;
  flex: 1;
  max-width: 50%;
  white-space: nowrap;
}
@media (min-width: 992px) {
  main.b2b .hero-pills > div {
    border: 1.5px solid;
    padding: 20px 40px;
    max-width: 210px;
  }
}
main.b2b .hero-description {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2em;
}
@media (min-width: 1200px) {
  main.b2b .hero-description {
    padding-top: 3em;
  }
}
main.b2b .hero-description h3 {
  font-size: 26px;
  margin-bottom: 0.8em;
  font-weight: bold;
}
main.b2b section.program {
  background-color: var(--sub-color);
  padding: 40px 0;
}
@media (min-width: 768px) {
  main.b2b section.program {
    padding: clamp(60px, 51.667px + 2.222vw, 85px) 0;
  }
}
@media (min-width: 1200px) {
  main.b2b section.program .container {
    max-width: 1140px;
  }
}
main.b2b section.program .program-intro {
  margin: 0 auto clamp(40px, 33.333px + 1.778vw, 60px);
}
main.b2b section.program .program-intro h2 {
  font-size: clamp(28px, 25px + 0.8vw, 37px);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 clamp(34px, 4vw, 60px);
}
@media (min-width: 768px) {
  main.b2b section.program .program-intro h2 {
    text-align: center;
  }
}
main.b2b section.program .program-intro p {
  font-size: clamp(17px, 16px + 0.267vw, 20px);
  margin: 0;
}
main.b2b section.program .program-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 768px) {
  main.b2b section.program .program-list {
    gap: 20px;
  }
}
main.b2b section.program .program-item {
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 10px;
  color: #222;
  overflow: hidden;
}
main.b2b section.program .card-body {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 28px;
  padding: 36px 24px;
}
@media (min-width: 768px) {
  main.b2b section.program .card-body {
    flex-direction: row;
    align-items: center !important;
    gap: clamp(30px, 20px + 2.667vw, 60px);
    padding: clamp(30px, 25px + 1.333vw, 45px) clamp(40px, 33.333px + 1.778vw, 60px);
  }
}
main.b2b section.program .card-body > div:last-child {
  flex: 1;
  min-width: 0;
}
main.b2b section.program .week-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 1.5px solid var(--red-color);
  border-radius: 999px;
  color: var(--red-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  width: 155px;
}
@media (min-width: 768px) {
  main.b2b section.program .week-pill {
    flex: 0 0 155px;
  }
}
main.b2b section.program .card-title {
  font-size: clamp(25px, 23.333px + 0.444vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 clamp(28px, 2vw, 42px);
}
main.b2b section.program ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main.b2b section.program li {
  line-height: 1.4;
}
main.b2b section.apply {
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  main.b2b section.apply {
    padding: clamp(60px, 51.667px + 2.222vw, 85px) 0;
  }
}
main.b2b section.apply .container {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 20px + 1.333vw, 40px);
}
main.b2b section.apply h2 {
  font-size: clamp(28px, 25px + 0.8vw, 37px);
  margin-bottom: 0;
}
main.b2b section.apply p {
  font-size: clamp(17px, 16px + 0.267vw, 20px);
  text-align: left;
}
@media (min-width: 768px) {
  main.b2b section.apply p {
    text-align: center;
  }
}

/*faq*/
main.faq {
  background-color: var(--sub-color);
}
main.faq h2 {
  font-size: clamp(34px, 30.667px + 0.889vw, 44px);
  text-align: center;
  margin-bottom: 0.8em;
}
main.faq .hero-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  main.faq .hero-action {
    flex-direction: row;
    justify-content: center;
  }
}
main.faq .faq-item button {
  color: #222 !important;
  padding: 19px;
  opacity: 1 !important;
}
main.faq .faq-contents {
  padding-top: clamp(40px, 33.333px + 1.778vw, 60px);
  padding-bottom: 40px;
}
main.faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main.faq .faq-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
main.faq .faq-toggle {
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
}
main.faq .faq-number {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
main.faq .faq-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
main.faq .faq-icon {
  margin-left: auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main.faq .faq-answer {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: height 0.28s ease;
}
main.faq .faq-answer-inner {
  padding: 20px 0 20px;
  line-height: 1.7;
}
main.faq .faq-item.open .faq-answer {
  height: auto;
  font-size: 16px;
}
main.faq .faq-item.open .faq-icon::after {
  content: "\e13c";
  font-family: "Phosphor-Bold" !important;
  color: var(--red-color);
  font-size: 20px;
}
main.faq .faq-item .faq-icon::after {
  content: "\e136";
  font-family: "Phosphor-Bold" !important;
  color: var(--red-color);
  font-size: 20px;
}
main.faq .faq-title {
  margin: 0;
}
main.faq .faq-mail {
  font-size: 14px;
  text-align: right;
  margin-top: 0.5em;
}
main.faq .faq-mail a {
  color: var(--red-color);
}/*# sourceMappingURL=style.css.map */