.first-time-users {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  /* Description */
  /* Links Section */
}
.first-time-users .description {
  font-size: 16px;
  color: #222f3e;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: left;
  margin: 0 auto 40px;
}
.first-time-users .first-time-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 auto 100px;
}
.first-time-users .first-time-links:nth-of-type(3) {
  display: none;
}
.first-time-users .first-time-links .link-item {
  width: 354px;
  height: 76px;
  gap: 18px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #222f3e;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.first-time-users .first-time-links .link-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  gap: 0;
  border-radius: 999px;
  background: linear-gradient(to right, #2c3e69, #127ac0);
  position: relative;
  z-index: 2;
}
.first-time-users .first-time-links .link-item__icon::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
  background-color: #fff;
}
.first-time-users .first-time-links .link-item__icon::after {
  content: "";
  display: block;
}
.first-time-users .first-time-links .link-item__icon img {
  width: 14px;
  height: 14px;
}

html {
  scroll-behavior: smooth;
}

.access-section {
  display: flex;
  gap: 60px;
  max-width: 935px;
  margin-bottom: 50px;
  /* Map Styling */
  /* Info Section */
}
.access-section .access-map {
  max-width: 456px;
}
.access-section .access-map img {
  width: 100%;
}
.access-section .access-info {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  line-height: 1.8;
}
.access-section .access-info .access-title {
  font-size: 20px;
  font-weight: bold;
  color: #222f3e;
  line-height: 1.4;
  margin-bottom: 20px;
}
.access-section .access-info .address-label {
  font-size: 20px;
  padding-bottom: 10px;
  color: #222f3e;
}
.access-section .access-info .address,
.access-section .access-info .building {
  font-size: 20px;
  color: #222f3e;
  line-height: 1.4;
}
.access-section .access-info .note {
  font-size: 16px;
  margin-top: 15px;
}
.access-section .access-info a {
  margin-top: 30px;
  color: #127ac0;
  font-size: 20px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  width: 333px;
  height: 58px;
}

.personal-effects {
  position: relative;
  width: 100vw;
  height: auto;
  background-color: #fff;
  margin: 60px 0;
  padding: 150px;
  /* Gradient Effect */
}
.personal-effects::before, .personal-effects::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 168px;
  background: linear-gradient(to bottom, #ecf3fa 0%, rgba(236, 243, 250, 0) 100%);
}
.personal-effects::before {
  top: 0;
}
.personal-effects::after {
  bottom: 0;
  background: linear-gradient(to top, #ecf3fa 0%, rgba(236, 243, 250, 0) 100%);
}

/* List Styling */
.personal-list {
  max-width: 688px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
}
.personal-list li {
  font-size: 20px;
  color: #222f3e;
  font-family: "yugothic", sans-serif;
  line-height: 2.5;
  display: flex;
  align-items: center;
  gap: 24px;
}
.personal-list li span {
  font-size: 20px;
  font-weight: 700;
  color: #222f3e;
  font-family: "tsukushi-a-round-gothic", sans-serif;
}

.consultation-flow {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}
.consultation-flow .flow-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 40px 24px 40px 40px;
  gap: 32px;
  /* Top Section - Image & Text */
}
.consultation-flow .flow-item .top-section {
  display: flex;
  gap: 40px;
}
.consultation-flow .flow-item .top-section .flow-image img {
  width: 333px;
  height: 288px;
}
.consultation-flow .flow-item .top-section .flow-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.consultation-flow .flow-item .top-section .flow-content .step-title {
  font-size: 32px;
  font-weight: 700;
  color: #127ac0;
  z-index: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
}
.consultation-flow .flow-item .top-section .flow-content .step-title::before {
  content: attr(data-step);
  font-size: 80px;
  font-weight: 500;
  position: absolute;
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #ecf3fa;
  left: -5px;
  top: -50px;
  z-index: -1;
  pointer-events: none;
}
.consultation-flow .flow-item .top-section .flow-content p {
  font-size: 20px;
  color: #222f3e;
  line-height: 2;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.consultation-flow .flow-item .payment-methods {
  border: 1px solid #127ac0;
  background: #fff;
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.consultation-flow .flow-item .payment-methods h4 {
  margin: 8px 8px 0;
  color: #127ac0;
  padding: 16px;
  height: 65px;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: #ecf3fa;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.consultation-flow .flow-item .payment-methods .payment-container {
  gap: 15px;
  padding: 24px;
  justify-content: space-between;
  color: #222f3e;
}
.consultation-flow .flow-item .payment-methods .payment-container > div:first-child {
  margin-bottom: 16px;
}
.consultation-flow .flow-item .payment-methods .payment-container .payment-category {
  flex-direction: column;
  align-items: flex-start;
}
.consultation-flow .flow-item .payment-methods .payment-container .payment-category h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222f3e;
  border-bottom: 2px solid #127ac0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.consultation-flow .flow-item .payment-methods .payment-container .payment-category .payment-credit-card-icons {
  display: flex;
  flex-wrap: wrap;
  width: 288px;
  height: auto;
}
.consultation-flow .flow-item .payment-methods .payment-container .payment-category .payment-qr-icons {
  display: flex;
  flex-wrap: wrap;
  width: 80px;
  height: auto;
}
.consultation-flow .flow-item .payment-methods .payment-container .payment-category .payment-electronic-money-icons {
  display: flex;
  flex-wrap: wrap;
  width: 365px;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .first-time-users {
    /* Description */
    /* Links Section */
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) and (max-width: 1279px) {
  .first-time-users {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1023px) {
  .first-time-users {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .first-time-users .description {
    font-size: 14px;
  }
  .first-time-users .first-time-links {
    margin: 0 auto 80px;
  }
  .first-time-users .first-time-links .link-item {
    width: 334px;
    height: 65px;
    gap: 14px;
    font-size: 16px;
  }
  .access-section {
    display: flex;
    gap: 60px;
    max-width: 935px;
    margin-bottom: 50px;
    /* Map Styling */
    /* Info Section */
  }
  .access-section .access-map {
    max-width: 456px;
  }
  .access-section .access-map img {
    width: 100%;
    height: auto;
  }
  .access-section .access-info .access-title {
    font-size: 18px;
  }
  .access-section .access-info .address-label {
    font-size: 18px;
  }
  .access-section .access-info .address,
  .access-section .access-info .building {
    font-size: 18px;
  }
  .access-section .access-info .note {
    font-size: 14px;
  }
  .access-section .access-info a {
    font-size: 18px;
    width: 303px;
    height: 50px;
  }
  .consultation-flow {
    max-width: 100%;
    gap: 30px;
    margin: 0 auto;
  }
  .consultation-flow .flow-item {
    padding: 30px 20px 30px 30px;
    gap: 32px;
    /* Top Section - Image & Text */
  }
  .consultation-flow .flow-item .top-section {
    display: flex;
    gap: 30px;
  }
  .consultation-flow .flow-item .top-section .flow-image img {
    width: 333px;
    height: 288px;
  }
  .consultation-flow .flow-item .top-section .flow-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .consultation-flow .flow-item .top-section .flow-content .step-title {
    font-size: 28px;
    position: relative;
  }
  .consultation-flow .flow-item .top-section .flow-content .step-title::before {
    content: attr(data-step);
    font-size: 60px;
    font-weight: 500;
    position: absolute;
    left: -5px;
    top: -35px;
  }
  .consultation-flow .flow-item .top-section .flow-content p {
    font-size: 18px;
  }
  .consultation-flow .flow-item .payment-methods h4 {
    margin: 8px 8px 0;
    color: #127ac0;
    padding: 16px;
    height: 55px;
    font-size: 20px;
  }
  .consultation-flow .flow-item .payment-methods .payment-container {
    padding: 20px;
  }
  .consultation-flow .flow-item .payment-methods .payment-container .payment-category {
    flex-direction: column;
    align-items: flex-start;
  }
  .consultation-flow .flow-item .payment-methods .payment-container .payment-category h5 {
    font-size: 14px;
  }
  .consultation-flow .flow-item .payment-methods .payment-container .payment-category .payment-credit-card-icons {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: auto;
  }
  .consultation-flow .flow-item .payment-methods .payment-container .payment-category .payment-qr-icons {
    display: flex;
    flex-wrap: wrap;
    width: 80px;
    height: auto;
  }
  .consultation-flow .flow-item .payment-methods .payment-container .payment-category .payment-electronic-money-icons {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .first-time-users {
    max-width: none;
    padding: 20px;
  }
  .first-time-users .middle__title p {
    font-size: 16px;
  }
  .first-time-users .middle__title h2 {
    font-size: 34px;
  }
  .first-time-users .middle__title:nth-of-type(4) h2 {
    font-size: 30px;
  }
  .first-time-users .middle__title:nth-of-type(3) {
    display: none;
  }
  .first-time-users .description {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    margin: 0;
  }
  .first-time-users .first-time-links {
    gap: 8px;
    width: 333px;
    margin-top: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .first-time-users .first-time-links .link-item {
    width: 100%;
    height: 60px;
    font-size: 16px;
    gap: 10px;
  }
  .first-time-users .first-time-links .link-item::before {
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
  }
  .first-time-users .first-time-links:nth-of-type(2) {
    display: none;
  }
  .first-time-users .first-time-links:nth-of-type(3) {
    display: grid;
  }
  .access-section {
    display: block;
  }
  .access-section .access-info .address-label {
    font-size: 20px;
    padding-bottom: 0px;
  }
  .access-section .access-info .note {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .access-section .access-info a {
    margin: 0 auto;
  }
  .personal-effects {
    padding: 80px 20px;
  }
  .personal-effects::before, .personal-effects::after {
    height: 100px;
  }
  .personal-list {
    max-width: 100%;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .personal-list li {
    font-family: "yu-gothic", sans-serif;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 24px;
  }
  .personal-list li span {
    font-family: "tsukushi-a-round-gothic", sans-serif;
  }
  .consultation-flow {
    gap: 20px;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .consultation-flow .flow-item {
    width: 100%;
    padding: 24px;
    gap: 20px;
  }
  .consultation-flow .flow-item .top-section {
    flex-direction: column;
    gap: 15px;
  }
  .consultation-flow .flow-item .top-section .flow-image img {
    width: auto;
    height: auto;
  }
  .consultation-flow .flow-item .top-section .flow-content {
    gap: 4px;
  }
  .consultation-flow .flow-item .top-section .flow-content .step-title {
    font-size: 24px;
  }
  .consultation-flow .flow-item .top-section .flow-content .step-title::before {
    font-weight: 700;
    font-size: 40px;
    top: -18px;
    left: 10px;
  }
  .consultation-flow .flow-item .top-section .flow-content p {
    font-size: 20px;
    line-height: 1.5;
  }
  .payment-methods {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .payment-methods h4 {
    font-size: 18px;
    padding: 12px;
    height: auto;
  }
  .payment-methods .payment-container {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    padding: 14px !important;
  }
  .payment-methods .payment-category {
    width: 100%;
  }
  .payment-methods .payment-category h5 {
    font-size: 16px;
  }
  .payment-methods .payment-category .payment-credit-card-icons {
    display: flex;
    flex-wrap: wrap;
    width: 90% !important;
    height: auto;
  }
  .payment-methods .payment-category .payment-qr-icons {
    display: flex;
    flex-wrap: wrap;
    width: 80px;
    height: auto;
  }
  .payment-methods .payment-category .payment-electronic-money-icons {
    display: flex;
    flex-wrap: wrap;
    width: 90% !important;
    height: auto;
  }
}/*# sourceMappingURL=first-consultation.css.map */