@charset "UTF-8";

.corporate-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
}

.corporate-page,
.corporate-page * {
  font-family: YuGothic, sans-serif;
}

.sp-txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-txt {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #333333;
    padding: 16px 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .corporate-bread {
    padding-top: 12px;
  }

  .corporate-bread .c-bread {
    margin-bottom: 15px;
  }
}

.side-conversion a {
  color: #fff !important;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 20px;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-header {
    gap: 8px;
  }
}

.section-label {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.24px;
  border-radius: 14px 16px 16px 0;
  padding: 3px 14px 3px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F09502;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .section-label {
    padding: 2px 12px 2px 14px;
    border-radius: 14px 16px 16px 0;
    line-height: 120%;
  }
}

.section-title {
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  color: #333333;
  display: inline-block;
  background-image: radial-gradient(circle, #909090 2px, transparent 2px);
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

.section-fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  padding: 5vw 0 8.3333333333vw;
  overflow: hidden;
}

@media screen and (min-width: 1201px) {
  .section-fv {
    padding: 60px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .section-fv {
    padding: 0 0 60px;
  }
}

.fv-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 67px;
}

@media screen and (max-width: 767px) {
  .fv-inner {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }
}

.fv-image-area {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25vw;
  min-width: 0;
}

@media screen and (min-width: 1201px) {
  .fv-image-area {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .fv-image-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    gap: 0;
  }
}

.fv-main-image {
  width: 100%;
  height: 30vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

@media screen and (min-width: 1201px) {
  .fv-main-image {
    height: 360px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .fv-main-image {
    height: 258px;
    border-radius: 16px;
  }
}

.fv-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5vw;
}

@media screen and (min-width: 1201px) {
  .fv-tags {
    gap: 6px;
  }
}

@media screen and (max-width: 767px) {
  .fv-tags {
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fv-tags.pc-only {
    display: none !important;
  }
}

.fv-tags.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .fv-tags.sp-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.fv-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3333333333vw;
}

@media screen and (min-width: 1201px) {
  .fv-tag {
    gap: 4px;
  }
}

@media screen and (max-width: 767px) {
  .fv-tag {
    gap: 4px;
    width: 100%;
  }
}

.fv-tag-icon {
  width: 7.5vw;
  height: 7.5vw;
  background-color: #ffffff;
  border-radius: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1201px) {
  .fv-tag-icon {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .fv-tag-icon {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}

.fv-tag-icon img {
  width: 4vw;
  height: 4vw;
}

@media screen and (min-width: 1201px) {
  .fv-tag-icon img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .fv-tag-icon img {
    aspect-ratio: 1/1;
    width: 52.94%;
    height: 100%;
  }
}

.fv-tag-text {
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #333333;
}

@media screen and (min-width: 1201px) {
  .fv-tag-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .fv-tag-text {
    font-size: 10px;
  }
}

.fv-content-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .fv-content-area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.fv-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.9166666667vw;
  margin-bottom: 2vw;
}

@media screen and (min-width: 1201px) {
  .fv-text-box {
    gap: 23px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .fv-text-box {
    gap: 14px;
    margin-top: 20px;
    margin-bottom: 2px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.fv-title {
  font-size: 3.8333333333vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #F09502;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (min-width: 1201px) {
  .fv-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .fv-title {
    font-size: clamp(26px, 7.5vw, 34px);
  }
}

.fv-title-line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  background-image: radial-gradient(circle, #333333 0.125vw, transparent 0.125vw);
  background-size: 0.6666666667vw 0.25vw;
  background-position: bottom left;
  background-repeat: repeat-x;
  line-height: 1.6;
}

@media screen and (min-width: 1201px) {
  .fv-title-line {
    background-image: radial-gradient(circle, #333333 1.5px, transparent 1.5px);
    background-size: 8px 3px;
  }
}

@media screen and (max-width: 767px) {
  .fv-title-line {
    padding-bottom: 4px;
    background-image: radial-gradient(circle, #333333 1px, transparent 1px);
    background-size: 5px 2px;
  }
}

.fv-title-line:last-child {
  line-height: 1.7;
}

.fv-description {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333333;
}

@media screen and (min-width: 1201px) {
  .fv-description {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .fv-description {
    font-size: 14px;
    line-height: 1.8;
  }
}

.fv-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.6666666667vw;
  margin-bottom: 3.75vw;
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .fv-stats {
    gap: 8px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .fv-stats {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0;
  }
}

.fv-stat-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 15.8333333333vw;
}

@media screen and (min-width: 1201px) {
  .fv-stat-item {
    max-width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .fv-stat-item {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.fv-stat-img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5833333333vw 5vw;
  background: -webkit-gradient(linear, left top, right top, from(#64AF21), color-stop(50%, #82CD3F), to(#4A9A10));
  background: linear-gradient(90deg, #64AF21 0%, #82CD3F 50%, #4A9A10 100%);
  background-size: 200% 100%;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}

@media screen and (min-width: 1201px) {
  .fv-cta-btn {
    gap: 10px;
    padding: 19px 60px;
  }
}

@media screen and (max-width: 767px) {
  .fv-cta-btn {
    display: none;
  }
}

.fv-cta-btn:hover {
  background-position: 100% 0;
}

.fv-cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
}

.fv-cta-icon img {
  width: 1.8333333333vw;
  height: 1.5vw;
}

@media screen and (min-width: 1201px) {
  .fv-cta-icon img {
    width: 22px;
    height: 18px;
  }
}

.fv-cta-text {
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

@media screen and (min-width: 1201px) {
  .fv-cta-text {
    font-size: 20px;
  }
}

.fv-cta-arrow {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1201px) {
  .fv-cta-arrow {
    width: 25px;
    height: 25px;
  }
}

.fv-cta-arrow img {
  width: 100%;
  height: auto;
}

.section-benefits {
  background: -webkit-gradient(linear, left bottom, left top, from(#FCD866), to(#FFCB44));
  background: linear-gradient(0deg, #FCD866 0%, #FFCB44 100%);
  padding: 80px 0 200px;
}

@media screen and (max-width: 767px) {
  .section-benefits {
    padding: 60px 0 120px;
  }
}

.benefits-box {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .benefits-box {
    border-radius: 32px;
    padding: 40px 24px;
    gap: 32px;
  }
}

.benefits-illust {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .benefits-illust {
    display: none;
  }
}

.benefits-illust-left {
  left: 3.0833333333vw;
  width: 15.5833333333vw;
  height: auto;
}

@media screen and (min-width: 1201px) {
  .benefits-illust-left {
    left: 37px;
    width: 187px;
  }
}

@media screen and (max-width: 1024px) {
  .benefits-illust-left {
    width: 13.3333333333vw;
  }
}

.benefits-illust-right {
  right: 3.3333333333vw;
  width: 18.0833333333vw;
  height: auto;
}

@media screen and (min-width: 1201px) {
  .benefits-illust-right {
    right: 40px;
    width: 217px;
  }
}

@media screen and (max-width: 1024px) {
  .benefits-illust-right {
    width: 15vw;
  }
}

@media screen and (max-width: 1024px) {
  .section-benefits .section-header {
    gap: 16px;
  }
}

.benefits-dots {
  position: relative;
  display: inline-block;
  min-height: 45px;
}

.benefits-dots::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background-image: radial-gradient(circle at 16.67% 50%, #F09502 3px, transparent 3px), radial-gradient(circle at 50% 50%, #F09502 3px, transparent 3px), radial-gradient(circle at 83.33% 50%, #F09502 3px, transparent 3px);
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .benefits-dots::before {
    top: -4px;
    height: 5px;
    background-image: radial-gradient(circle at 16.67% 50%, #F09502 2.5px, transparent 2.5px), radial-gradient(circle at 50% 50%, #F09502 2.5px, transparent 2.5px), radial-gradient(circle at 83.33% 50%, #F09502 2.5px, transparent 2.5px);
  }
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 66.6666666667vw;
}

@media screen and (min-width: 1201px) {
  .benefits-list {
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .benefits-list {
    max-width: 100%;
  }
}

.benefit-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  border-radius: 12px;
  padding: 26px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .benefit-item {
    padding: 14px 12px;
    gap: 6px;
  }
}

.benefit-icon {
  width: 27.43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefit-icon img {
  width: 100%;
  height: auto;
}

.benefit-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .benefit-text {
    font-size: 15px;
  }
}

.section-apply {
  background: #F9F8F3;
  padding: 120px 0 120px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
  clip-path: ellipse(150vw 100% at 50% 100%);
}

@media screen and (max-width: 767px) {
  .section-apply {
    padding: 60px 0 80px;
    margin-top: -60px;
    clip-path: ellipse(215vw 100% at 50% 100%);
  }
}

.apply-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.4166666667vw;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .apply-list {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.apply-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.08);
  width: calc((100% - 2.8333333333vw) / 3);
  max-width: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .apply-item {
    width: 100%;
    max-width: none;
    padding: 32px 24px;
    gap: 18px;
  }
}

.apply-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .apply-item-top {
    gap: 6px;
  }
}

.apply-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .apply-item-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.apply-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

@media screen and (max-width: 767px) {
  .apply-title-wrap {
    gap: 8px;
  }
}

.apply-icon {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.apply-number {
  background-color: #F09502;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  width: 30px;
  height: 30px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .apply-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.apply-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.apply-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .apply-description {
    font-size: 16px;
    height: auto;
  }
}

.apply-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #BEBEBE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.apply-case-title {
  color: #F09502;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.apply-case-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.apply-case-list li {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #09263F;
}

.apply-case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #F09502;
  border-radius: 50%;
}

.section-services {
  background-color: #ffffff;
  padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .section-services {
    padding: 50px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .section-services .section-title {
    font-size: 34px;
  }
}

.services-grid {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .services-grid {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

.service-card {
  background-color: #F09502;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .service-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.service-image {
  width: 100%;
  height: 286px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .service-image {
    width: 49.5%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 192/168;
  }
}

.service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-content {
  padding: 20px 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .service-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 12px;
  }
}

.service-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0;
  border: 1px solid #ffffff;
  border-radius: 300px;
}

.service-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 150%;
}

.service-description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .service-description {
    font-size: 14px;
  }
}

.service-note-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-top: 4px;
}

.service-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}

.services-message {
  margin: 44px auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  border-radius: 130px;
  max-width: 696px;
  padding: 16px 60px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .services-message {
    margin-top: 32px;
    width: 100%;
    border-radius: 130px;
    padding: 12px 10px 11px;
  }
}

.services-message p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #4B4040;
}

@media screen and (max-width: 767px) {
  .services-message p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.section-cases {
  background-color: #ffffff;
  padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .section-cases {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .section-cases .section-title {
    font-size: 34px;
  }
}

.cases-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  border-radius: 16px;
  padding: 80px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px;
}

@media screen and (max-width: 767px) {
  .cases-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px 50px;
    gap: 30px;
  }
}

.cases-box .section-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .cases-box .section-header {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cases-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .cases-content {
    width: 100%;
    margin-right: -20px;
  }
}

.cases-slider-wrap {
  position: relative;
  overflow: hidden;
}

.cases-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.cases-slider::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .cases-slider {
    gap: 14px;
  }
}

.cases-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(rgb(249, 248, 243)), color-stop(96%, rgba(249, 248, 243, 0)));
  background: linear-gradient(-90deg, rgb(249, 248, 243) 0%, rgba(249, 248, 243, 0) 96%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 428px) {
  .cases-gradient {
    width: calc(100vw - 320px - 20px);
    min-width: 40px;
  }
}

.cases-gradient.is-hidden {
  opacity: 0;
}

.case-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 386px;
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.08);
  scroll-snap-align: start;
}

@media screen and (max-width: 767px) {
  .case-card {
    width: 320px;
  }
}

@media screen and (max-width: 428px) {
  .case-card {
    width: calc(100vw - 108px);
  }
}

.case-card-inner {
  padding: 34px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.case-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.case-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #89B83E;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 3px 10px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.case-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

.case-divider {
  width: 100%;
  height: 0;
  border-bottom: 1.5px dashed #E4E4E4;
}

.case-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}

.cases-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cases-nav {
    gap: 14px;
  }
}

.cases-nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .cases-nav-btns {
    gap: 6px;
  }
}

.cases-nav-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(130, 130, 130, 0.08);
  box-shadow: 0px 0px 8px 0px rgba(130, 130, 130, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #F09502;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .cases-nav-btn {
    width: 40px;
    height: 40px;
  }
}

.cases-nav-btn:hover:not(:disabled) {
  opacity: 0.8;
}

.cases-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cases-nav-btn svg {
  width: 7px;
  height: 13px;
}

.cases-progress {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5px;
  background-color: #DDDDDD;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cases-progress {
    height: 4px;
  }
}

.cases-progress-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cases-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(240, 104, 20)), to(rgb(240, 149, 2)));
  background: linear-gradient(90deg, rgb(240, 104, 20) 0%, rgb(240, 149, 2) 100%);
  border-radius: 100px;
  width: 25%;
}

.section-features {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  border-radius: 80px 80px 0 0;
  padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .section-features {
    border-radius: 40px 40px 0 0;
    padding: 50px 0 60px;
  }
}

.features-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .features-grid {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.08);
}

@media screen and (max-width: 767px) {
  .feature-card {
    padding: 13px 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }

  .feature-card:nth-child(1) {
    padding-top: 20px;
  }
}

.feature-icon {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .feature-icon {
    width: 120px;
    height: 120px;
  }
}

.feature-icon img {
  width: 100%;
  height: 100%;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-title {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
}

.section-flow {
  background-color: #F9F8F3;
  padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .section-flow {
    padding: 0 0 60px;
  }
}

.section-flow .section-inner {
  max-width: 1440px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .section-flow .section-inner {
    padding: 0 20px;
  }
}

.flow-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 80px 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}

@media screen and (max-width: 1350px) {
  .flow-box {
    padding: 80px 6%;
  }
}

@media screen and (max-width: 767px) {
  .flow-box {
    padding: 50px 8% 60px;
    gap: 32px;
  }
}

.flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 767px) {
  .flow-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 4px;
    max-width: 310px;
    margin: 0 auto;
  }
}

.flow-step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-left: -8px;
}

.flow-step:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .flow-step {
    margin-left: 0;
    margin-top: -13px;
  }

  .flow-step:first-child {
    margin-top: 0;
  }
}

.flow-arrow {
  width: 100%;
  height: 122px;
  display: block;
}

.flow-arrow.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .flow-arrow.pc-only {
    display: none;
  }
}

.flow-arrow.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow-arrow.sp-only {
    display: block;
    height: auto;
    width: 100%;
  }
}

.flow-step-badge {
  position: absolute;
  top: -22px;
  left: -13px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #F9F8F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .flow-step-badge {
    width: 50px;
    height: 50px;
    top: -18px;
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .flow-step-badge {
    top: -14px;
    left: -10px;
    width: 58px;
    height: 58px;
  }
}

.flow-step-1 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#FDB724), to(#FFBD2B));
  background: linear-gradient(270deg, #FDB724 0%, #FFBD2B 100%);
}

.flow-step-2 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#FBB21F), to(#FDB724));
  background: linear-gradient(270deg, #FBB21F 0%, #FDB724 100%);
}

.flow-step-3 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#F9AC1A), to(#FBB220));
  background: linear-gradient(270deg, #F9AC1A 0%, #FBB220 100%);
}

.flow-step-4 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#F7A714), to(#F9AC19));
  background: linear-gradient(270deg, #F7A714 0%, #F9AC19 100%);
}

.flow-step-5 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#F4A10F), to(#F7A714));
  background: linear-gradient(270deg, #F4A10F 0%, #F7A714 100%);
}

.flow-step-6 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#F29B09), to(#F4A10E));
  background: linear-gradient(270deg, #F29B09 0%, #F4A10E 100%);
}

.flow-step-7 .flow-step-badge {
  background: -webkit-gradient(linear, right top, left top, from(#F09503), to(#F29B08));
  background: linear-gradient(270deg, #F09503 0%, #F29B08 100%);
}

.step-label {
  margin-bottom: -2px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 1024px) {
  .step-label {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .step-label {
    font-size: 12px;
  }
}

.step-num {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1024px) {
  .step-num {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .step-num {
    font-size: 28px;
  }
}

.flow-step-title {
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 0.2px #ffffff;
}

@media screen and (max-width: 1024px) {
  .flow-step-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .flow-step-title {
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

.flow-step-note {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .flow-step-note {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .flow-step-note {
    font-size: 14px;
  }
}

.flow-step-7 .flow-step-title {
  padding-left: 7px;
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .flow-step-7 .flow-step-title {
    white-space: nowrap;
  }
}

.section-service-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .section-service-area {
    padding: 0 0 60px;
  }
}

.service-area-container {
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 600px;
}

@media screen and (max-width: 767px) {
  .service-area-container {
    padding: 8px;
  }
}

.service-area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background-color: #ffffff;
  border-radius: 600px;
  padding: 70px 0 80px;
}

@media screen and (max-width: 767px) {
  .service-area-box {
    padding: 70px 0;
    gap: 32px;
  }
}

.service-area-map {
  max-width: 709px;
}

@media screen and (max-width: 767px) {
  .service-area-map {
    max-width: 84.94%;
  }
}

.service-area-map img {
  max-width: 100%;
  height: auto;
}

.section-faq {
  background-color: #ffffff;
  padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
  .section-faq {
    padding: 50px 0 80px;
  }
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .faq-list {
    margin-top: 32px;
    gap: 14px;
  }
}

.faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 18px 26px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(160, 160, 160, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(160, 160, 160, 0.25);
}

@media screen and (max-width: 767px) {
  .faq-item {
    border-radius: 10px;
    padding: 14px 16px;
  }
}

.faq-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary::marker {
  display: none;
}

.faq-summary-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .faq-summary-text {
    gap: 10px;
  }
}

.faq-q {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 36px;
  width: 36px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #F09502;
  border-radius: 50px;
  aspect-ratio: 1/1;
}

.faq-question {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .faq-question {
    font-size: 16px;
  }
}

.faq-icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #9397A7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-icon::after,
.faq-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 2px;
  background-color: #ffffff;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.faq-icon::before {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}

.faq-item[open] .faq-icon::before {
  rotate: 0deg;
}

.faq-content {
  padding-top: 8px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .faq-content {
    padding-top: 6px;
  }
}

.faq-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0 10px;
}

@media screen and (max-width: 767px) {
  .faq-content-inner {
    gap: 10px;
    padding-top: 12px;
  }
}

.faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
  color: #F09502;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #F09502;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq-answer {
  color: #4B4040;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .faq-answer {
    font-size: 14px;
    color: #5E5656;
  }
}

.section-contact {
  background-color: #ffffff;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section-contact {
    padding: 60px 0;
  }
}

.section-contact .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .section-contact .section-inner {
    gap: 20px;
  }
}

.contact-description {
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .contact-description {
    font-size: 14px;
  }
}

.contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .contact-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.contact-buttons .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contact-buttons .btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 15px;
  }
}

.contact-buttons .btn:hover {
  opacity: 0.8;
}

.contact-buttons .btn img {
  width: 24px;
  height: auto;
}

.section-contact {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDB724), to(#FFBD2B));
  background: linear-gradient(180deg, #FDB724 0%, #FFBD2B 100%);
}

@media screen and (max-width: 767px) {
  .section-contact {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact .section-inner {
    padding: 0;
  }
}

.section-contact .contact-box {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section-contact .contact-box {
    border-radius: 32px;
    padding: 50px 24px;
    gap: 24px;
  }
}

.contact-success {
  text-align: center;
  padding: 40px 0;
}

.contact-success .contact-success-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .contact-success .contact-success-title {
    font-size: 20px;
  }
}

.contact-success .contact-success-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .contact-success .contact-success-text {
    font-size: 14px;
  }
}

.contact-errors {
  background-color: #fff0f0;
  border: 1px solid #e74c3c;
  border-radius: 8px;
  padding: 16px 24px;
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-errors p {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-form {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contact-form {
    gap: 20px;
    padding: 20px 0 0;
    max-width: 100%;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.form-group.has-error .form-input,
.form-group.has-error .form-textarea {
  border-color: #e74c3c;
  background-color: #fff8f8;
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.form-label-text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.8;
}

.form-label-text small {
  font-size: 14px;
  font-weight: 700;
}

.form-label-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 8px;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .form-label-required {
    font-size: 12px;
    padding: 0 8px 1px;
  }
}

.form-label-optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 8px;
  border-radius: 15px;
  border: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .form-label-optional {
    font-size: 12px;
    padding: 0 8px 1px;
    line-height: 1.5;
  }
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  background-color: #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {

  .form-input,
  .form-textarea {
    padding: 12px 16px;
    font-size: 14px;
  }
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #A8A8A8;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #A8A8A8;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #A8A8A8;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #A8A8A8;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #A8A8A8;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(240, 149, 2, 0.3);
  box-shadow: 0 0 0 2px rgba(240, 149, 2, 0.3);
}

.form-textarea {
  height: 220px;
  min-height: 220px;
  resize: vertical;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .form-textarea {
    font-size: 16px;
  }
}

.form-error {
  color: #e74c3c;
  font-size: 13px;
  font-weight: 500;
}

.form-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-checkbox .form-checkbox-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #EEEEEE;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #EEEEEE;
}

.form-checkbox .form-checkbox-icon::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-top: -2px;
}

.form-checkbox input[type=checkbox]:checked+.form-checkbox-icon {
  background-color: #F09502;
  border-color: #F09502;
}

.form-checkbox input[type=checkbox]:checked+.form-checkbox-icon::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form-checkbox input[type=checkbox]:focus+.form-checkbox-icon {
  -webkit-box-shadow: 0 0 0 3px rgba(240, 149, 2, 0.2);
  box-shadow: 0 0 0 3px rgba(240, 149, 2, 0.2);
}

.form-checkbox .form-checkbox-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
}

.form-checkbox .form-checkbox-text a {
  color: #333333;
  text-decoration: underline;
}

.form-checkbox .form-checkbox-text a:hover {
  text-decoration: none;
}

.form-group-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .form-group-privacy {
    gap: 12px;
  }
}

.form-privacy-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

.form-privacy-text a {
  color: #3269C6;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: auto;
}

@media screen and (max-width: 767px) {
  .form-privacy-text {
    margin-top: 8px;
  }
}

.form-checkbox-privacy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-checkbox-privacy .form-checkbox-icon {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.form-checkbox-privacy .form-checkbox-icon::after {
  border-left-color: #333333;
  border-bottom-color: #333333;
}

.form-checkbox-privacy input[type=checkbox]:checked+.form-checkbox-icon {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .form-submit {
    padding-top: 22px;
  }
}

.form-submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  padding: 16px 32px;
  background-color: #333333;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  border: none;
  border-radius: 300px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
  margin: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .form-submit-btn {
    width: 100%;
    max-width: 90%;
    padding: 16px 28px;
    font-size: 16px;
  }
}

.form-submit-btn:hover {
  opacity: 0.8;
}

.form-submit-btn:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.thanks-back {
  margin-top: 40px;
}

.footer-banner-disabled {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.footer-banner-disabled img {
  width: 100%;
  display: block;
}

.footer-banner-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.24);
}

.fixed-cta {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 14px 116px 14px 104px;
  background: -webkit-gradient(linear, left top, right top, from(#64AF21), color-stop(50%, #82CD3F), to(#4A9A10));
  background: linear-gradient(90deg, #64AF21 0%, #82CD3F 50%, #4A9A10 100%);
  background-size: 200% 100%;
  border: 2px solid #ffffff;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(160, 160, 160, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(160, 160, 160, 0.25);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background-position 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background-position 0.4s ease, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-position 0.4s ease;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-position 0.4s ease, -webkit-transform 0.3s;
}

.fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.fixed-cta:hover {
  background-position: 100% 0;
}

@media screen and (max-width: 767px) {
  .fixed-cta {
    padding: 10px 32px 10px 16px;
    gap: 10px;
    width: 100%;
    max-width: 82%;
  }
}

.fixed-cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #F9F8F3;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fixed-cta-icon svg {
  width: 22px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .fixed-cta-icon {
    width: 37px;
    height: 37px;
  }

  .fixed-cta-icon svg {
    width: 20px;
    height: 16px;
  }
}

.fixed-cta-text {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  white-space: nowrap;
  font-family: YuGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .fixed-cta-text {
    font-size: 20px;
  }
}

.thanks-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F8F3), to(#F9F8F3));
  background: linear-gradient(180deg, #F9F8F3 0%, #F9F8F3 100%);
  min-height: 100vh;
}

.thanks-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding: 90px 120px 110px;
}

@media screen and (max-width: 767px) {
  .thanks-contents {
    padding: 60px 20px 80px;
    gap: 40px;
  }
}

.thanks-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks-box {
    gap: 24px;
  }
}

.thanks-title {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .thanks-title {
    font-size: 24px;
  }
}

.thanks-message {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .thanks-message {
    font-size: 14px;
  }
}

.thanks-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 320px;
  padding: 12px 32px;
  background: #F09502;
  border-radius: 300px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.thanks-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .thanks-btn {
    width: 280px;
    padding: 10px 24px;
  }
}

.thanks-btn-text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .thanks-btn-text {
    font-size: 16px;
  }
}