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

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
}

header .container {
  display: flex;
  height: 100px;
  align-items: center;
}
header .container .logo {
  max-width: 100px;
  z-index: 2;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  header .container .logo {
    max-width: 70px;
    margin: 0 0 30px 20px;
  }
}
@media screen and (max-width: 399px) {
  header .container .logo {
    max-width: 60px;
    margin: 0 0 40px 10px;
  }
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

section {
  padding: 72px 2.5%;
}
@media screen and (max-width: 999px) {
  section {
    padding: 50px 2.5%;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 35px 2.5%;
  }
}

img {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

h1 {
  font-size: 5.5rem;
  text-align: center;
  background-color: #7ab9ff;
  border: 3px solid #ffffff;
  margin: 0 auto 1.5%;
  width: 76%;
  border-radius: 200px;
  padding: 5px 0;
  color: #ffff37;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 4.8rem;
    width: 79%;
    margin: 0 auto 2.2%;
  }
}
@media screen and (max-width: 999px) {
  h1 {
    font-size: 4.2rem;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    line-height: 1.2;
    font-size: 3.3rem;
    width: 100%;
    margin: 0 auto 3%;
  }
}

h2 {
  font-size: 5rem;
  text-align: center;
  color: #666666;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 4.5rem;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 999px) {
  h2 {
    font-size: 4rem;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.7rem;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 399px) {
  h2 {
    font-size: 2.5rem;
    margin: 0 0 15px 0;
  }
}

h3 {
  font-size: 3rem;
  color: #ff8800;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 999px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}
h3 span {
  font-size: 2.5rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  h3 span {
    font-size: 2.2rem;
  }
}

p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #666666;
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  p {
    font-size: 1.7rem;
  }
}

.text-blue {
  color: #569ff6;
}

.text-orange {
  color: #ff8800;
}

.text-outline-blue {
  color: #fff;
  -webkit-text-stroke: 2px #569ff6;
}

.underline-dashed {
  border-bottom: 4px dashed #f80;
  padding-bottom: 2px;
}

section.concept .card {
  display: flex;
  margin: 0 0 25px 0;
}
section.concept .card .thumb {
  width: 20%;
}
section.concept .card .description {
  width: 100%;
  padding: 20px;
}

section.menu .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.menu .wrapper .card {
  width: 30%;
}

section.member .card {
  height: 400px;
  margin: 0 0 25px 0;
  position: relative;
}
section.member .card .thumb {
  width: 60%;
  position: absolute;
  left: 0;
  margin: -30px 0 0 0;
}
section.member .card .thumb img {
  width: auto;
  height: 400px;
}
section.member .card .description {
  width: 60%;
  padding: 20px;
  position: absolute;
  background: #e2e2e2;
  right: 0;
  margin: 0 0 -30px 0;
}

.main-center-img .cls-1 {
  fill: #faa;
}
.main-center-img .cls-2 {
  fill: #202933;
}
.main-center-img .cls-3 {
  fill: #93cdf1;
}
.main-center-img .cls-4 {
  fill: #ffebe1;
}
.main-center-img .cls-5 {
  fill: #fff;
}

.main-top-right-img .cls-1 {
  fill: #323232;
}
.main-top-right-img .cls-2 {
  fill: #fff;
}
.main-top-right-img .cls-3 {
  fill: #ffdc50;
}

.main-under-right-img .cls-1 {
  fill: #323232;
}
.main-under-right-img .cls-2 {
  fill: #fff;
}
.main-under-right-img .cls-3 {
  fill: #ffdc50;
}

.main-top-left-img .cls-1 {
  fill: #323232;
}
.main-top-left-img .cls-2 {
  fill: #fff;
}
.main-top-left-img .cls-3 {
  fill: #c8c8c8;
}
.main-top-left-img .cls-4 {
  fill: #ffdc50;
}

.main-under-left-img .cls-1 {
  fill: #323232;
}
.main-under-left-img .cls-2 {
  fill: #fff;
}
.main-under-left-img .cls-3 {
  fill: #ffdc50;
}

.guide-message-img .cls-1 {
  fill: #202933;
}
.guide-message-img .cls-2 {
  fill: #ffebe1;
}
.guide-message-img .cls-3 {
  fill: #3d81e2;
}
.guide-message-img .cls-4 {
  fill: #fff;
}

.cta-img .cls-1 {
  fill: #202933;
}
.cta-img .cls-2 {
  fill: #ffebe1;
}
.cta-img .cls-3 {
  fill: #3d81e2;
}
.cta-img .cls-4 {
  fill: #fff;
}
.cta-img .cls-5 {
  fill: #ffdc50;
}

.expense-uncertainty-img .cls-1 {
  fill: #af8f7e;
}
.expense-uncertainty-img .cls-2 {
  fill: #202933;
}
.expense-uncertainty-img .cls-3 {
  fill: #e1ecff;
}
.expense-uncertainty-img .cls-4 {
  fill: #ffebe1;
}
.expense-uncertainty-img .cls-5 {
  fill: #ffc952;
}
.expense-uncertainty-img .cls-6 {
  fill: #fff;
}
.expense-uncertainty-img .cls-7 {
  fill: #4c84d6;
}

.tax-form-deadline-img .cls-1 {
  fill: #0d1828;
}
.tax-form-deadline-img .cls-2 {
  fill: #e1ecff;
}
.tax-form-deadline-img .cls-3 {
  fill: #ffb6b6;
}
.tax-form-deadline-img .cls-4 {
  fill: #ffebe1;
}
.tax-form-deadline-img .cls-5 {
  fill: #fff;
}

.consultation-cost-img .cls-1 {
  fill: #af8f7e;
}
.consultation-cost-img .cls-2 {
  fill: #202933;
}
.consultation-cost-img .cls-3 {
  fill: #e1ecff;
}
.consultation-cost-img .cls-4 {
  fill: #ffebe1;
}
.consultation-cost-img .cls-5 {
  fill: #fff;
}
.consultation-cost-img .cls-6 {
  fill: #4c84d6;
}

.terminology-trouble-img .cls-1 {
  fill: #faa;
}
.terminology-trouble-img .cls-2 {
  fill: #202933;
}
.terminology-trouble-img .cls-3 {
  fill: #e4c0b0;
}
.terminology-trouble-img .cls-4 {
  fill: #ffebe1;
}
.terminology-trouble-img .cls-5 {
  fill: #fff;
}
.terminology-trouble-img .cls-6 {
  fill: #e1ecff;
}

.problem-bubble .cls-1 {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}
.problem-bubble .cls-2 {
  fill: #ccc;
}
.problem-bubble .cls-3 {
  fill: #999;
}

.solution-img .cls-1 {
  fill: #af8f7e;
}
.solution-img .cls-2 {
  fill: #0d1828;
}
.solution-img .cls-3 {
  fill: #ffebe1;
}
.solution-img .cls-4 {
  fill: #ffdd17;
}
.solution-img .cls-5 {
  fill: #48aef1;
}
.solution-img .cls-6 {
  fill: #0c1019;
}
.solution-img .cls-7 {
  fill: #fff;
}
.solution-img .cls-8 {
  fill: #4c84d6;
}

.strengths-data-img .cls-1 {
  fill: #323232;
}
.strengths-data-img .cls-2 {
  fill: #202933;
}
.strengths-data-img .cls-3 {
  fill: #ffebe1;
}
.strengths-data-img .cls-4 {
  fill: #3d81e2;
}
.strengths-data-img .cls-5 {
  fill: #fff;
}
.strengths-data-img .cls-6 {
  fill: #f80;
}
.strengths-data-img .cls-7 {
  fill: #d8dae5;
}
.strengths-data-img .cls-8 {
  fill: #c8c8c8;
}
.strengths-data-img .cls-9 {
  fill: #ffdc50;
}

.strengths-hearing-img .cls-1 {
  fill: #faa;
}
.strengths-hearing-img .cls-2 {
  fill: #202933;
}
.strengths-hearing-img .cls-3 {
  fill: #ffebe1;
}
.strengths-hearing-img .cls-4 {
  fill: #ffdd17;
}
.strengths-hearing-img .cls-5 {
  fill: #fff;
}
.strengths-hearing-img .cls-6 {
  fill: #17a089;
}
.strengths-hearing-img .cls-7 {
  fill: #f80;
}

.strengths-solution-img .cls-1 {
  fill: #faa;
}
.strengths-solution-img .cls-2 {
  fill: #202933;
}
.strengths-solution-img .cls-3 {
  fill: #93cdf1;
}
.strengths-solution-img .cls-4 {
  fill: #ffebe1;
}
.strengths-solution-img .cls-5 {
  fill: #fff;
}
.strengths-solution-img .cls-6 {
  fill: #f80;
}

.strengths-support-img .cls-1 {
  fill: #202933;
}
.strengths-support-img .cls-2 {
  fill: #ffebe1;
}
.strengths-support-img .cls-3 {
  fill: #3d81e2;
}
.strengths-support-img .cls-4 {
  fill: #fff;
}
.strengths-support-img .cls-5 {
  fill: #f80;
}
.strengths-support-img .cls-6 {
  fill: #d8dae5;
}

.target-message-img .cls-1 {
  fill: #202933;
}
.target-message-img .cls-2 {
  fill: #ffebe1;
}
.target-message-img .cls-3 {
  fill: #3d81e2;
}
.target-message-img .cls-4 {
  fill: #fff;
}

.benefit-item-smooth-tax-img .cls-1 {
  fill: #af8f7e;
}
.benefit-item-smooth-tax-img .cls-2 {
  fill: #323232;
}
.benefit-item-smooth-tax-img .cls-3 {
  fill: #202933;
}
.benefit-item-smooth-tax-img .cls-4 {
  fill: #93cdf1;
}
.benefit-item-smooth-tax-img .cls-5 {
  fill: #ffebe1;
}
.benefit-item-smooth-tax-img .cls-6 {
  fill: #fff;
}
.benefit-item-smooth-tax-img .cls-7 {
  fill: #d8dae5;
}
.benefit-item-smooth-tax-img .cls-8 {
  fill: #ffdc50;
}

.benefit-item-save-money-time-img .cls-1 {
  fill: #faa;
}
.benefit-item-save-money-time-img .cls-2 {
  fill: #323232;
}
.benefit-item-save-money-time-img .cls-3 {
  fill: #202933;
}
.benefit-item-save-money-time-img .cls-4 {
  fill: #d1d3de;
}
.benefit-item-save-money-time-img .cls-5 {
  fill: #ffebe1;
}
.benefit-item-save-money-time-img .cls-6 {
  fill: #ffdd17;
}
.benefit-item-save-money-time-img .cls-7 {
  fill: #fff;
}
.benefit-item-save-money-time-img .cls-8 {
  fill: #ffdc50;
}

.benefit-item-expert-support-img .cls-1 {
  fill: #202933;
}
.benefit-item-expert-support-img .cls-2 {
  fill: #ffebe1;
}
.benefit-item-expert-support-img .cls-3 {
  fill: #3d81e2;
}
.benefit-item-expert-support-img .cls-4 {
  fill: #fff;
}

.inverted-triangle .cls-1 {
  fill: none;
  stroke: #569ff6;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.faq-img .cls-1 {
  fill: #202933;
}
.faq-img .cls-2 {
  fill: #ffabab;
}
.faq-img .cls-3 {
  fill: #ffebe1;
}
.faq-img .cls-4 {
  fill: #fff;
}
.faq-img .cls-5 {
  fill: #94cef2;
}

.tax-graduation-img-left .cls-1 {
  fill: #202933;
}
.tax-graduation-img-left .cls-2 {
  fill: #93cdf1;
}
.tax-graduation-img-left .cls-3 {
  fill: #ffebe1;
}
.tax-graduation-img-left .cls-4 {
  fill: #fff;
}

.tax-graduation-img-right .cls-1 {
  fill: #faa;
}
.tax-graduation-img-right .cls-2 {
  fill: #202933;
}
.tax-graduation-img-right .cls-3 {
  fill: #ffebe1;
}
.tax-graduation-img-right .cls-4 {
  fill: #fff;
}

.slide-question-img .cls-1 {
  fill: #202933;
}
.slide-question-img .cls-2 {
  fill: #ffabab;
}
.slide-question-img .cls-3 {
  fill: #ffebe1;
}
.slide-question-img .cls-4 {
  fill: #fff;
}
.slide-question-img .cls-5 {
  fill: #94cef2;
}

.slide-guide-message-img .cls-1 {
  fill: #202933;
}
.slide-guide-message-img .cls-2 {
  fill: #ffebe1;
}
.slide-guide-message-img .cls-3 {
  fill: #3d81e2;
}
.slide-guide-message-img .cls-4 {
  fill: #fff;
}

.site-header {
  background-color: #e4f7ff;
  position: absolute;
}

.main-section {
  background-image: url("/assets/img/main-section.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 100px 2.5% 0 2.5%;
  overflow-x: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  .main-section {
    padding: 90px 2.5% 0 2.5%;
  }
}
@media screen and (max-width: 399px) {
  .main-section {
    padding: 70px 2.5% 0 2.5%;
  }
}
.main-section .container .main-thumb {
  position: relative;
  height: auto;
}
.main-section .container .main-thumb .main-center-img {
  width: 47%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-thumb .main-center-img {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-thumb .main-center-img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-thumb .main-center-img {
    width: 70%;
  }
}
.main-section .container .main-thumb .main-top-right-img {
  position: absolute;
  width: 18%;
  top: 0;
  right: 115px;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-thumb .main-top-right-img {
    width: 17%;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-thumb .main-top-right-img {
    right: 75px;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-thumb .main-top-right-img {
    right: 4px;
  }
}
.main-section .container .main-thumb .main-under-right-img {
  position: absolute;
  width: 18%;
  top: 195px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-thumb .main-under-right-img {
    width: 17%;
    top: 162px;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-thumb .main-under-right-img {
    top: 148px;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-thumb .main-under-right-img {
    top: 109px;
  }
}
.main-section .container .main-thumb .main-top-left-img {
  position: absolute;
  width: 18%;
  top: 0;
  left: 115px;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-thumb .main-top-left-img {
    width: 17%;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-thumb .main-top-left-img {
    left: 65px;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-thumb .main-top-left-img {
    left: 4px;
  }
}
.main-section .container .main-thumb .main-under-left-img {
  position: absolute;
  width: 16%;
  top: 200px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-thumb .main-under-left-img {
    top: 160px;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-thumb .main-under-left-img {
    top: 146px;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-thumb .main-under-left-img {
    top: 106px;
  }
}
.main-section .container .main-wrapper {
  margin: -16px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-section .container .main-wrapper {
    margin: -11px 0 0 0;
  }
}
.main-section .container .main-wrapper h1 span {
  color: #ffffff;
}
.main-section .container .main-wrapper h1 .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-section .container .main-wrapper h1 .mobile {
    display: block;
  }
}
.main-section .container .main-wrapper .main-words {
  text-align: center;
  align-items: flex-end;
}
.main-section .container .main-wrapper .main-words p {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-wrapper .main-words p {
    font-size: 5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-wrapper .main-words p {
    font-size: 4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-wrapper .main-words p {
    font-size: 3.2rem;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (max-width: 399px) {
  .main-section .container .main-wrapper .main-words p {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
  }
}
.main-section .container .main-wrapper .main-words p .box-text {
  font-weight: bold;
  font-size: 10rem;
  color: #ffffff;
  display: inline-block;
  background-image: linear-gradient(to right, #69b5ff, #569ff6);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 9px 8px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-wrapper .main-words p .box-text {
    font-size: 9.5rem;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-wrapper .main-words p .box-text {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-wrapper .main-words p .box-text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 399px) {
  .main-section .container .main-wrapper .main-words p .box-text {
    font-size: 5rem;
  }
}
.main-section .container .main-wrapper .main-words p .text-blue {
  text-decoration: underline #ffff37 15px;
  text-underline-offset: -1px;
  font-size: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-wrapper .main-words p .text-blue {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-wrapper .main-words p .text-blue {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-wrapper .main-words p .text-blue {
    font-size: 3.5rem;
    text-decoration: underline #ffff37 12px;
  }
}
@media screen and (max-width: 399px) {
  .main-section .container .main-wrapper .main-words p .text-blue {
    font-size: 3.3rem;
  }
}
.main-section .container .main-wrapper .main-words p .mobile {
  display: block;
}
@media screen and (max-width: 767px) {
  .main-section .container .main-wrapper .main-words p .mobile {
    display: none;
  }
}
.main-section .container .main-guide-message {
  display: flex;
  gap: 4%;
  margin: 1% 4% 0 4%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-guide-message {
    margin: 1% 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-guide-message {
    margin: 3% 0 0 0;
  }
}
.main-section .container .main-guide-message .guide-message-img {
  width: 19%;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-guide-message .guide-message-img {
    width: 16%;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-guide-message .guide-message-img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-guide-message .guide-message-img {
    width: 25%;
  }
}
.main-section .container .main-guide-message .guide-message-bubble {
  background-color: white;
  border-radius: 15px;
  padding: 2em;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  width: 77%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-guide-message .guide-message-bubble {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-guide-message .guide-message-bubble {
    width: 76%;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-guide-message .guide-message-bubble {
    width: 70%;
    padding: 1em 1.2em 1.4em 1em;
  }
}
.main-section .container .main-guide-message .guide-message-bubble p {
  font-size: 2.7rem;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-guide-message .guide-message-bubble p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-guide-message .guide-message-bubble p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-guide-message .guide-message-bubble p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .main-section .container .main-guide-message .guide-message-bubble p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.main-section .container .main-guide-message .guide-message-bubble p .text-orange {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .main-section .container .main-guide-message .guide-message-bubble p .text-orange {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 999px) {
  .main-section .container .main-guide-message .guide-message-bubble p .text-orange {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .main-section .container .main-guide-message .guide-message-bubble p .text-orange {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 399px) {
  .main-section .container .main-guide-message .guide-message-bubble p .text-orange {
    font-size: 2rem;
  }
}
.main-section .container .main-guide-message .guide-message-bubble p .br-tablet-only {
  display: none;
}
.main-section .container .main-guide-message .guide-message-bubble::before {
  content: "";
  position: absolute;
  top: 42%;
  left: -35px;
  border: 15px solid transparent;
  border-right: 25px solid white;
}
@media screen and (max-width: 767px) {
  .main-section .container .main-guide-message .guide-message-bubble::before {
    border: 22px solid rgba(0, 0, 0, 0);
    border-right: 21px solid #fff;
  }
}

.main-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-second-section {
  background-image: url("/assets/img/slide-second-section.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 100px 2.5% 0 2.5%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .slide-second-section {
    padding: 90px 0 0 0;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section {
    padding: 70px 0 0 0;
  }
}
.slide-second-section .slide-heading-wrapper {
  background-color: #ffff8a;
  padding: 30px 30px 10px 30px;
  width: 120vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper {
    width: 111vw;
    left: 47.2%;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section .slide-heading-wrapper {
    left: 48%;
  }
}
.slide-second-section .slide-heading-wrapper .slide-main-heading {
  display: flex;
  justify-content: center;
}
.slide-second-section .slide-heading-wrapper .slide-main-heading p {
  font-size: 6.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p {
    font-size: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p {
    font-size: 3rem;
  }
}
.slide-second-section .slide-heading-wrapper .slide-main-heading p .box-text {
  font-weight: bold;
  font-size: 9.5rem;
  color: #ffffff;
  display: inline-block;
  background-image: linear-gradient(to right, #ff8800, #ff7100);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 9px 8px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p .box-text {
    font-size: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p .box-text {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p .box-text {
    font-size: 6rem;
    margin: 0 0 1.5% 0;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p .box-text {
    font-size: 5rem;
  }
}
.slide-second-section .slide-heading-wrapper .slide-main-heading p .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p .mobile {
    display: block;
  }
}
.slide-second-section .slide-heading-wrapper .slide-main-heading p .mobile-text-orange {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading p .mobile-text-orange {
    display: block;
    color: #ff7100;
  }
}
.slide-second-section .slide-heading-wrapper .slide-main-heading .slide-badge p {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 2.3rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #ff8800, #ff7100);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 15%;
  width: 165px;
  height: 115px;
  text-align: center;
  align-items: center;
  line-height: 1.25;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading .slide-badge p {
    font-size: 2.2rem;
    width: 155px;
    height: 105px;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading .slide-badge p {
    font-size: 1.9rem;
    width: 135px;
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading .slide-badge p {
    position: absolute;
    top: -53px;
    right: 2.5%;
    font-size: 1.7rem;
    width: 120px;
    height: 70px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section .slide-heading-wrapper .slide-main-heading .slide-badge p {
    font-size: 1.6rem;
    width: 107px;
    height: 67px;
    top: -45px;
  }
}
.slide-second-section .slide-heading-wrapper .slide-sub-heading p {
  font-size: 7.5rem;
  font-weight: bold;
  color: #ff7100;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .slide-heading-wrapper .slide-sub-heading p {
    font-size: 6rem;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .slide-heading-wrapper .slide-sub-heading p {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .slide-heading-wrapper .slide-sub-heading p {
    display: none;
  }
}
.slide-second-section .container {
  position: relative;
  text-align: center;
}
.slide-second-section .container .slide-question-wrapper {
  display: flex;
  gap: 5%;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .container .slide-question-wrapper {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-question-wrapper {
    gap: 1%;
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-question-wrapper {
    margin: 40px 2.5% 0 2.5%;
    align-items: center;
  }
}
.slide-second-section .container .slide-question-wrapper .slide-question-bubbles {
  width: 70%;
  display: flex;
  gap: 3em;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-bubbles {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-bubbles {
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-bubbles {
    gap: 1em;
    width: 59%;
    margin: 0;
  }
}
.slide-second-section .container .slide-question-wrapper .slide-question-bubbles .bubble {
  background-color: #fff;
  border: 2px solid #5da9f6;
  border-radius: 30px;
  padding: 0.6em 1.2em;
  font-size: 3rem;
  font-weight: bold;
  color: #5da9f6;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-bubbles .bubble {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-bubbles .bubble {
    font-size: 2.2rem;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-bubbles .bubble {
    font-size: 1.8rem;
  }
}
.slide-second-section .container .slide-question-wrapper .slide-question-img {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-img {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-question-wrapper .slide-question-img {
    width: 40%;
  }
}
.slide-second-section .container .slide-guide-message-wrapper {
  display: flex;
  gap: 4%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .slide-second-section .container .slide-guide-message-wrapper {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-guide-message-wrapper {
    margin: 30px 2.5% 0 2.5%;
  }
}
.slide-second-section .container .slide-guide-message-wrapper .slide-guide-message-img {
  width: 20%;
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-guide-message-img {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-guide-message-img {
    width: 35%;
  }
}
.slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble {
  width: 76%;
  background-color: #ffff8a;
  border-radius: 15px;
  padding: 2em;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble {
    width: 71%;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble {
    width: 100%;
    padding: 1em 1.2em 1em 1.2em;
    box-shadow: none;
  }
}
.slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p {
  font-size: 3rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p .text-orange {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p .text-orange {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p .text-orange {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 399px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble p .text-orange {
    font-size: 2rem;
  }
}
.slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble::before {
  content: "";
  position: absolute;
  top: 42%;
  left: -38px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-right: 25px solid #ffff8a;
}
@media screen and (max-width: 767px) {
  .slide-second-section .container .slide-guide-message-wrapper .slide-second-bubble::before {
    border: 22px solid rgba(0, 0, 0, 0);
    border-right: 21px solid #ffff8a;
  }
}

.cta-section .container .register-banner {
  font-size: 4rem;
  color: #ff6433;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .cta-section .container .register-banner {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-section .container .register-banner {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 399px) {
  .cta-section .container .register-banner {
    font-size: 2rem;
  }
}
.cta-section .container .cta-wrapper {
  position: relative;
  text-align: center;
  height: auto;
  line-height: 75px;
}
@media screen and (max-width: 767px) {
  .cta-section .container .cta-wrapper {
    line-height: 50px;
  }
}
.cta-section .container .cta-wrapper .btn-free-trial {
  display: inline-block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none;
  background-image: linear-gradient(to right, #ff8800, #ff7100);
  border-radius: 50px;
  width: 470px;
  height: 75px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 999px) {
  .cta-section .container .cta-wrapper .btn-free-trial {
    font-size: 2.7rem;
    width: 420px;
    height: 65px;
    line-height: 65px;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cta-section .container .cta-wrapper .btn-free-trial {
    width: 375px;
    height: 55px;
    line-height: 55px;
    font-size: 2.3rem;
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 399px) {
  .cta-section .container .cta-wrapper .btn-free-trial {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
.cta-section .container .cta-wrapper .cta-img {
  position: absolute;
  width: 17%;
  top: 1px;
  right: 120px;
}
@media screen and (max-width: 1199px) {
  .cta-section .container .cta-wrapper .cta-img {
    top: 17px;
    right: 75px;
  }
}
@media screen and (max-width: 999px) {
  .cta-section .container .cta-wrapper .cta-img {
    width: 16%;
    right: 33px;
  }
}
@media screen and (max-width: 767px) {
  .cta-section .container .cta-wrapper .cta-img {
    display: none;
  }
}

.problem-section {
  background-color: #f1f1f1;
}
.problem-section .container {
  position: relative;
}
.problem-section .container h2 {
  color: #666666;
}
.problem-section .container h2 span {
  color: #569ff6;
}
.problem-section .container .problem-wrapper {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .problem-section .container .problem-wrapper {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 399px) {
  .problem-section .container .problem-wrapper {
    margin: 0 0 15px 0;
  }
}
.problem-section .container .problem-wrapper .problem-card {
  width: 24%;
  padding: 1.2em 1em;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .problem-section .container .problem-wrapper .problem-card {
    width: 49%;
    margin: 0 0 2% 0;
    text-align: center;
  }
}
.problem-section .container .problem-wrapper .problem-card svg {
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .problem-section .container .problem-wrapper .problem-card svg {
    width: 80%;
  }
}
.problem-section .container .problem-wrapper .problem-card .problem-caption {
  text-align: center;
}
.problem-section .container .problem-wrapper .problem-card .problem-caption p {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problem-section .container .problem-wrapper .problem-card .problem-caption p {
    font-size: 1.7rem;
  }
}
.problem-section .container .problem-wrapper .problem-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.problem-section .container p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .problem-section .container p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .problem-section .container p {
    font-size: 2rem;
  }
}
.problem-section .container .problem-bubble {
  position: absolute;
  width: 15%;
  z-index: 2;
  left: 289px;
  bottom: -185px;
}
@media screen and (max-width: 1199px) {
  .problem-section .container .problem-bubble {
    left: 200px;
    bottom: -160px;
  }
}
@media screen and (max-width: 999px) {
  .problem-section .container .problem-bubble {
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .problem-section .container .problem-bubble {
    width: 20%;
    left: 0;
    bottom: -81px;
  }
}
@media screen and (max-width: 399px) {
  .problem-section .container .problem-bubble {
    width: 26%;
  }
}

.solution-section {
  position: relative;
  background-image: url("/assets/img/solution-section.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.solution-section .container .solution-wrapper {
  display: flex;
  align-items: center;
  height: auto;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .solution-section .container .solution-wrapper {
    gap: 1%;
    display: flex;
  }
}
.solution-section .container .solution-wrapper .solution-img {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .solution-section .container .solution-wrapper .solution-img {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .solution-section .container .solution-wrapper .solution-img {
    width: 27%;
  }
}
.solution-section .container .solution-wrapper .solution-text {
  font-size: 5rem;
  font-weight: bold;
  color: #ff6433;
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1199px) {
  .solution-section .container .solution-wrapper .solution-text {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 999px) {
  .solution-section .container .solution-wrapper .solution-text {
    font-size: 3.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .solution-section .container .solution-wrapper .solution-text {
    width: 72%;
    font-size: 3rem;
    line-height: 1.15;
  }
}
@media screen and (max-width: 399px) {
  .solution-section .container .solution-wrapper .solution-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .solution-section .container .solution-wrapper .solution-text .mobile {
    display: none;
  }
}
.solution-section .container .solution-wrapper .solution-text span {
  color: #ffffff;
  -webkit-text-stroke: 3.5px #ff6433;
  font-size: 9rem;
  font-weight: bold;
  text-decoration: underline #ffff37 20px;
  text-underline-offset: -1px;
}
@media screen and (max-width: 1199px) {
  .solution-section .container .solution-wrapper .solution-text span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .solution-section .container .solution-wrapper .solution-text span {
    font-size: 6.5rem;
    -webkit-text-stroke: 3px #ff6433;
  }
}
@media screen and (max-width: 767px) {
  .solution-section .container .solution-wrapper .solution-text span {
    font-size: 4.2rem;
    -webkit-text-stroke: 1.5px #ff6433;
    text-decoration: underline #ffff37 10px;
  }
}
@media screen and (max-width: 399px) {
  .solution-section .container .solution-wrapper .solution-text span {
    font-size: 3rem;
    -webkit-text-stroke: 1.2px #ff6433;
    text-decoration: underline #ffff37 10px;
  }
}

.solution-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #f1f1f1;
}
@media screen and (max-width: 999px) {
  .solution-section::before {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 35px solid #f1f1f1;
  }
}
@media screen and (max-width: 767px) {
  .solution-section::before {
    border-left: 50px solid rgba(0, 0, 0, 0);
    border-right: 50px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #f1f1f1;
  }
}

.expert-recommendation-section {
  background-color: #ffffff;
  height: auto;
}
.expert-recommendation-section .container .expert-wrapper .expert-card {
  display: flex;
  gap: 5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .expert-recommendation-section .container .expert-wrapper .expert-card {
    gap: 3%;
  }
}
.expert-recommendation-section .container .expert-wrapper .expert-card .expert-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .expert-recommendation-section .container .expert-wrapper .expert-card .expert-img {
    width: 40%;
  }
}
.expert-recommendation-section .container .expert-wrapper .expert-card .expert-info {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .expert-recommendation-section .container .expert-wrapper .expert-card .expert-info {
    width: 57%;
  }
}
.expert-recommendation-section .container .expert-wrapper .expert-card .expert-info .expert-title {
  display: inline-block;
  color: #ffffff;
  padding: 0.2em 0.5em;
  background-color: #f80;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 0.6em 0;
}
@media screen and (max-width: 999px) {
  .expert-recommendation-section .container .expert-wrapper .expert-card .expert-info .expert-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .expert-recommendation-section .container .expert-wrapper .expert-card .expert-info .expert-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 399px) {
  .expert-recommendation-section .container .expert-wrapper .expert-card .expert-info .expert-title {
    font-size: 2rem;
  }
}
.expert-recommendation-section .container .expert-wrapper .expert-card .expert-info .expert-title span {
  color: #ffff37;
}
.expert-recommendation-section .container .expert-wrapper .expert-card:last-child {
  margin-bottom: 0;
}

.strengths-section {
  padding: 0 0 72px 0;
  background-image: url("/assets/img/strengths-section.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .strengths-section {
    padding: 0 0 35px 0;
  }
}
.strengths-section .container {
  position: relative;
}
.strengths-section .container .half-circle {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  height: 280px;
  border-radius: 50%/0 0 100% 100%;
  background-color: #7ab9ff;
  z-index: 2;
  text-align: center;
  padding: 3em 0;
}
@media screen and (max-width: 1199px) {
  .strengths-section .container .half-circle {
    max-width: 710px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .strengths-section .container .half-circle {
    border-radius: 0;
    height: auto;
    background-color: rgba(122, 185, 255, 0.5019607843);
    padding: 35px 2.5% 20px;
  }
}
@media screen and (max-width: 399px) {
  .strengths-section .container .half-circle {
    padding: 35px 2.5% 15px;
  }
}
.strengths-section .container .half-circle .strength-lead {
  font-size: 2.5rem;
  color: #ffff37;
}
@media screen and (max-width: 399px) {
  .strengths-section .container .half-circle .strength-lead {
    font-size: 2.2rem;
  }
}
.strengths-section .container .half-circle .strength-lead .text-yellow {
  font-size: 3rem;
  border-block: 2px solid #ffff37;
  padding: 0.5em 0;
  margin: 0 0.2em 0 0;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .half-circle .strength-lead .text-yellow {
    font-size: 2.5rem;
  }
}
.strengths-section .container .half-circle .text-outline-yellow {
  color: #ffff37;
  margin: 0.5em 0 0 0;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .strengths-section .container .half-circle .text-outline-yellow {
    font-size: 4.5rem;
    margin: 0.3em 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths-section .container .half-circle .text-outline-yellow {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 399px) {
  .strengths-section .container .half-circle .text-outline-yellow {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths-section .container .half-circle .text-outline-yellow .mobile {
    display: none;
  }
}
.strengths-section .container .strengths-wrapper {
  background-color: #ffffff;
  padding: 5em;
  margin: -50px 2.5% 0;
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper {
    padding: 1.8em 1.5em;
    margin: 0 2.5% 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card {
  display: flex;
  gap: 5%;
  margin: 0 0 2em 0;
  align-items: center;
  border-bottom: 2px dashed #d0f3ff;
  padding: 0 0 2em 0;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card {
    flex-direction: column;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-data-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-data-img {
    width: 40%;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-data-description {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-data-description {
    width: 100%;
    margin: 2% 0 0 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-hearing-description {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-hearing-description {
    width: 100%;
    order: 1;
    margin: 2% 0 0 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-hearing-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-hearing-img {
    width: 40%;
    order: 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-solution-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-solution-img {
    width: 40%;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-solution-description {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-solution-description {
    width: 100%;
    margin: 2% 0 0 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-support-description {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-support-description {
    width: 100%;
    order: 1;
    margin: 2% 0 0 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card .strengths-support-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .strengths-section .container .strengths-wrapper .strengths-card .strengths-support-img {
    width: 40%;
    order: 0;
  }
}
.strengths-section .container .strengths-wrapper .strengths-card:last-child {
  margin: 0 0 0 0;
  border-bottom: none;
  padding: 0 0 0 0;
}

.target-message-section {
  background-image: url(/assets/img/target-message-section.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.target-message-section .container {
  text-align: center;
}
.target-message-section .container h2 {
  color: #ff6433;
}
.target-message-section .container .target-message-wrapper {
  display: flex;
  gap: 3%;
  align-items: center;
}
.target-message-section .container .target-message-wrapper .target-message-img {
  width: 16%;
}
@media screen and (max-width: 1199px) {
  .target-message-section .container .target-message-wrapper .target-message-img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .target-message-section .container .target-message-wrapper .target-message-img {
    display: none;
  }
}
.target-message-section .container .target-message-wrapper .target-message-bubble {
  width: 82%;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  padding: 2em;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble {
    width: 100%;
    box-shadow: none;
  }
}
@media screen and (max-width: 399px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble {
    padding: 1.2em;
  }
}
.target-message-section .container .target-message-wrapper .target-message-bubble .target-message-text {
  font-size: 2.8rem;
}
@media screen and (max-width: 1199px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .target-message-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .target-message-text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .target-message-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .target-message-text {
    font-size: 1.8rem;
  }
}
.target-message-section .container .target-message-wrapper .target-message-bubble .text-orange {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .text-orange {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 999px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .text-orange {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .text-orange {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 399px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble .text-orange {
    font-size: 2rem;
  }
}
.target-message-section .container .target-message-wrapper .target-message-bubble::before {
  content: "";
  position: absolute;
  top: 42%;
  left: -40px;
  border: 18px solid transparent;
  border-right: 25px solid #fff;
}
@media screen and (max-width: 767px) {
  .target-message-section .container .target-message-wrapper .target-message-bubble::before {
    display: none;
  }
}

.ai-steps-section {
  background-image: url("/assets/img/ai-steps-section.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ai-steps-section .container .ai-steps-lead {
  font-size: 4rem;
  color: #4199ff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .ai-steps-section .container .ai-steps-lead {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .ai-steps-lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .ai-steps-lead {
    font-size: 2.3rem;
  }
}
.ai-steps-section .container .pc {
  background-color: #ffff37;
  margin: 0 auto;
  border-radius: 200px;
  padding: 5px 0;
  color: #4199ff;
  max-width: 81%;
}
@media screen and (max-width: 1199px) {
  .ai-steps-section .container .pc {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .ai-steps-section .container .pc {
    font-size: 3.8rem;
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .pc {
    display: none;
  }
}
.ai-steps-section .container .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .mobile {
    display: block;
    max-width: 100%;
    font-size: 2.7rem;
    background-color: #ffff37;
    margin: 0 auto;
    border-radius: 200px;
    padding: 5px 0;
    color: #4199ff;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .mobile {
    font-size: 2.5rem;
  }
}
.ai-steps-section .container .steps-wrapper {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: 4% 0 0 0;
}
.ai-steps-section .container .steps-wrapper .swiper-slide {
  position: relative;
  width: 50%;
  background-color: #fff;
  padding: 2.5em;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide {
    padding: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide {
    padding: 1.8em;
  }
}
.ai-steps-section .container .steps-wrapper .swiper-slide:nth-child(2) {
  background-color: #ffffd5;
}
.ai-steps-section .container .steps-wrapper .swiper-slide .step-number {
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(to right, #69b5ff, #569ff6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 3.5rem;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  margin: 0 0 2% 0;
}
@media screen and (max-width: 999px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide .step-number {
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide .step-number {
    font-size: 2.2rem;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.ai-steps-section .container .steps-wrapper .swiper-slide .iphone-wrapper {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.ai-steps-section .container .steps-wrapper .swiper-slide .iphone-wrapper img[src$=".gif"] {
  display: block;
  width: 80%;
  margin-left: 10%;
  height: auto; /* アスペクト比維持 */
}
.ai-steps-section .container .steps-wrapper .swiper-slide .iphone-wrapper {
  /* 上に重ねるPNG（オーバーレイ） */
}
.ai-steps-section .container .steps-wrapper .swiper-slide .iphone-wrapper img[src$=".png"] {
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 の短縮 */
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover（必要に応じて） */
  z-index: 2;
  pointer-events: none;
}
.ai-steps-section .container .steps-wrapper .swiper-slide .step-label {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #569ff6;
  margin: 0 auto 4%;
}
@media screen and (max-width: 1199px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide .step-label {
    display: inline-block;
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide .step-label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide .step-label {
    font-size: 1.8rem;
  }
}
.ai-steps-section .container .steps-wrapper .swiper-slide img {
  margin: 0 0 6% 0;
}
.ai-steps-section .container .steps-wrapper .swiper-slide .step-caption {
  padding: 30px 0 0 0;
}
.ai-steps-section .container .steps-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 36%;
  left: -30px;
  border: 130px solid transparent;
  border-left: 60px solid #ffffd5;
}
@media screen and (max-width: 999px) {
  .ai-steps-section .container .steps-wrapper .swiper-slide::before {
    top: 33%;
    left: -40px;
    border-left: 50px solid #ffffd5;
  }
}
.ai-steps-section .container .steps-wrapper .swiper-slide.is-first-visible::before {
  display: none;
}
.ai-steps-section .container .steps-wrapper .swiper-slide:first-child::before {
  display: none;
}
.ai-steps-section .container .steps-wrapper .swiper-slide:nth-child(2)::before {
  border-left-color: #fff;
}

.benefits-section {
  background-image: url("/assets/img/benefits-section.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.benefits-section .container h2 .text-outline-orange {
  color: #fff;
  -webkit-text-stroke: 3px #ff6433;
}
@media screen and (max-width: 999px) {
  .benefits-section .container h2 .text-outline-orange {
    -webkit-text-stroke: 2px #ff6433;
  }
}
@media screen and (max-width: 399px) {
  .benefits-section .container h2 .text-outline-orange {
    -webkit-text-stroke: 1.2px #ff6433;
  }
}
.benefits-section .container h2 .underline-dashed {
  border-bottom: 4px dashed #ff6433;
}
.benefits-section .container .benefits-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .benefits-section .container .benefits-wrapper {
    display: block;
  }
}
.benefits-section .container .benefits-wrapper .benefits-card {
  width: 30%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 2.2em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1199px) {
  .benefits-section .container .benefits-wrapper .benefits-card {
    width: 32%;
    padding: 1.8em 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .benefits-section .container .benefits-wrapper .benefits-card {
    width: 100%;
    padding: 1.8em 1.5em;
    margin: 0 0 2% 0;
  }
}
.benefits-section .container .benefits-wrapper .benefits-card svg {
  height: 300px;
}
@media screen and (max-width: 999px) {
  .benefits-section .container .benefits-wrapper .benefits-card svg {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-section .container .benefits-wrapper .benefits-card svg {
    height: 180px;
  }
}
.benefits-section .container .benefits-wrapper .benefits-card .text-orange {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0.8em auto 0.5em;
}
@media screen and (max-width: 767px) {
  .benefits-section .container .benefits-wrapper .benefits-card .text-orange {
    font-size: 2.2rem;
    margin: 2% 0 0.5em 0;
  }
}
.benefits-section .container .benefits-wrapper .benefits-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.benefits-section .container .benefits-wrapper .benefits-card:last-child {
  margin: 0;
}

.faq-section {
  background-color: #b5dcff;
}
.faq-section .container {
  position: relative;
}
.faq-section .container .faq-img {
  position: absolute;
  width: 180px;
  top: -10px;
  left: 260px;
}
@media screen and (max-width: 1199px) {
  .faq-section .container .faq-img {
    width: 160px;
    left: 170px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 999px) {
  .faq-section .container .faq-img {
    width: 130px;
    left: 115px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .faq-section .container .faq-img {
    width: 90px;
    left: 23px;
  }
}
.faq-section .container h2 {
  color: #569ff6;
}
.faq-section .container details {
  color: #666666;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq-section .container details {
    font-size: 1.7rem;
  }
}
.faq-section .container details summary {
  display: flex;
  background-color: #fff;
  cursor: pointer;
}
.faq-section .container details summary .faq-question {
  display: flex;
  width: 95.5%;
  padding: 1em;
  gap: 1.5%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-section .container details summary .faq-question {
    padding: 0.5em;
  }
}
.faq-section .container details summary .faq-question .faq-icon-q {
  display: inline-block;
  color: #fff;
  background-color: #569ff6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.faq-section .container details summary .inverted-triangle {
  display: flex;
  align-items: center;
  width: 4.5%;
  padding: 1em;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 999px) {
  .faq-section .container details summary .inverted-triangle {
    width: 6.5%;
  }
}
@media screen and (max-width: 767px) {
  .faq-section .container details summary .inverted-triangle {
    width: 7.5%;
    padding: 0.5em;
  }
}
.faq-section .container details[open] .inverted-triangle {
  transform: rotate(180deg);
}
.faq-section .container details .faq-answer {
  background-color: #ffffe9;
  display: flex;
  width: 100%;
  padding: 1em;
  gap: 1.5%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-section .container details .faq-answer {
    padding: 0.5em;
  }
}
.faq-section .container details .faq-answer .faq-icon-a {
  display: inline-block;
  color: #fff;
  background-color: #ffdc50;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.tax-graduation-section {
  background-image: url("/assets/img/tax-graduation-section.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tax-graduation-section .container {
  position: relative;
}
.tax-graduation-section .container .tax-graduation-wrapper {
  text-align: center;
}
.tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  padding: 0.5em 0.9em;
  background-color: #ffff37;
  border-radius: 50px;
  margin: 0 0 0 572px;
}
@media screen and (max-width: 1199px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 999px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble {
    font-size: 2rem;
    padding: 0.4em 0.9em;
    margin: 0 0 0 400px;
  }
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble {
    margin: 0 0 0 26%;
    font-size: 1.8rem;
  }
}
.tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble .underline-dashed {
  color: #f80;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble .underline-dashed {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble .underline-dashed {
    font-size: 2rem;
  }
}
.tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 15px solid #ffff37;
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title-bubble::before {
    bottom: -12px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #ffff37;
  }
}
.tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title {
    font-size: 5.5rem;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 999px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title {
    font-size: 4rem;
    margin: 9px 0 20px 0;
  }
}
.tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title .box-text {
  font-weight: bold;
  font-size: 10rem;
  color: #ffffff;
  display: inline-block;
  background-image: linear-gradient(to right, #69b5ff, #569ff6);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 9px 8px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title .box-text {
    font-size: 9.5rem;
  }
}
@media screen and (max-width: 999px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title .box-text {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title .box-text {
    font-size: 6rem;
  }
}
.tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title .underline-yellow {
  text-decoration: underline #ffff37 15px;
  text-underline-offset: -1px;
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-wrapper .tax-graduation-title .underline-yellow {
    text-decoration: underline #ffff37 12px;
  }
}
.tax-graduation-section .container .tax-graduation-description {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  padding: 2em 3em;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-description {
    width: 100%;
    padding: 2em;
  }
}
.tax-graduation-section .container .tax-graduation-description p {
  font-size: 2.8rem;
}
@media screen and (max-width: 1199px) {
  .tax-graduation-section .container .tax-graduation-description p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-description p {
    font-size: 2rem;
  }
}
.tax-graduation-section .container .tax-graduation-description p .text-orange {
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .tax-graduation-section .container .tax-graduation-description p .text-orange {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-description p .text-orange {
    font-size: 2.2rem;
  }
}
.tax-graduation-section .container .tax-graduation-img-left {
  position: absolute;
  width: 17%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-img-left {
    display: none;
  }
}
.tax-graduation-section .container .tax-graduation-img-right {
  position: absolute;
  width: 16%;
  right: 18px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .tax-graduation-section .container .tax-graduation-img-right {
    display: none;
  }
}

footer {
  background-color: #e4f7ff;
  padding: 10px 2.5%;
}
footer .container {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 5%;
}
footer .container .logo {
  max-width: 100px;
}

svg {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

svg.visible {
  opacity: 1;
  transform: translateY(0);
}

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