body {
  background: #E0F2FE;
  font-family: "M PLUS 1p", sans-serif;
  color: #333;
}

.hidden {
  display: none !important;
}

.wrap {
  margin: 0 auto;
  padding-inline: 50px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 20px;
  }
}

.inner {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-block: 40px;
  }
}

.u-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  .u-text {
    font-size: 14px;
    letter-spacing: 0.56px;
    text-align: left;
  }
}

.sec-wrap {
  margin: 0 auto;
  padding-inline: 30px;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .sec-wrap {
    padding-inline: 24px;
  }
}
.sec-wrap.--result {
  max-width: 700px;
}

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

.u-tx-blue {
  color: #0284C7;
}

.u-line-blue {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.u-line-blue::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background: #C7E5FA;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-line-blue::after {
    height: 6px;
  }
}
.u-line-blue.--sp::after {
  display: none;
}

.c-button {
  padding-block: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1CA1E6;
  border: 2px solid #1CA1E6;
  width: 100%;
  border-radius: 999px;
  filter: drop-shadow(0 4px 10px rgba(51, 51, 51, 0.2));
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding-block: 12px;
  }
}
.c-button:hover {
  background: #fff;
}
.c-button:hover p {
  color: #1CA1E6;
}
.c-button:hover g path {
  fill: #1CA1E6;
}
.c-button__text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.c-button__icon {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c-button__icon {
    width: 20px;
  }
}
.c-button__icon svg {
  display: block;
  width: 100%;
}
.c-button__icon svg g path {
  transition: 0.3s;
}

.c-button-white {
  padding: 13px 54px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.56px;
  border-radius: 999px;
  border: 2px solid #C0C0C0;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button-white {
    padding: 6px 34px 6px;
  }
}
.c-button-white:hover {
  opacity: 0.7;
}

.c-button-answer {
  padding-block: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #1CA1E6;
  background: #FFF;
  color: #1CA1E6;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button-answer {
    padding-block: 16px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.c-button-answer:hover {
  background: #1CA1E6;
  color: #FFF;
}

.c-line {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-line {
    align-items: start;
  }
}
.c-line__icon {
  width: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-line__icon {
    width: 20px;
  }
}
.c-line__icon.--top {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .c-line__icon.--top {
    width: 24px;
  }
}
.c-line__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .c-line__text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .c-line__text span {
    background-image: linear-gradient(to right, #C7E5FA 0%, #C7E5FA 100%);
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: 0 1.1em;
  }
}

.header {
  font-family: "Poppins", sans-serif;
  color: #0284C7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .header {
    gap: 16px;
  }
}
.header__deco {
  width: 44px;
}
@media screen and (max-width: 768px) {
  .header__deco {
    width: 24px;
  }
}
.header__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  .header__title {
    font-size: 36px;
    letter-spacing: 1.44px;
  }
}
.header__title-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  .header__title-sub {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

.footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 24px;
    gap: 21px;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    gap: 25px;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__link-icon {
  display: flex;
  align-items: center;
  width: 12px;
}
.footer__link-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

.container {
  margin-top: 32px;
  padding-block: 56px;
  position: relative;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(2, 132, 199, 0.15);
}
@media screen and (max-width: 768px) {
  .container {
    margin-top: 16px;
    padding-block: 32px;
    border-radius: 16px;
  }
}

/* top */
.top__frame-img {
  position: absolute;
  width: 200px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .top__frame-img {
    width: 100px;
    top: 32px;
  }
}
.top__frame-img.--left {
  left: 0;
}
.top__frame-img.--right {
  right: 0;
}
.top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .top__inner {
    gap: 38px;
  }
}
.top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.top__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top__lead {
    margin-top: 33px;
    gap: 32px;
  }
}
.top__img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .top__img {
    width: 140px;
  }
}
.top__title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .top__title {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
.top__desc {
  padding-block: 16px;
  border-top: 1px dashed #1CA1E6;
  border-bottom: 1px dashed #1CA1E6;
}
@media screen and (max-width: 768px) {
  .top__desc {
    padding: 12px 8px;
  }
}
.top__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .top__body {
    gap: 15px;
  }
}
.top__head {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  z-index: 0;
}
.top__head-icon {
  width: 32px;
}
.top__head-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
}
.top__box {
  padding: 29px 23px 27px;
  border-radius: 8px;
  border: 2px solid #1CA1E6;
  background: #FFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top__box {
    padding: 15px 14px 13px;
  }
}
.top__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top__list {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .top__list {
    gap: 7px;
  }
}
.top__list-icon {
  margin-top: 4px;
  padding: 7px;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1CA1E6;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top__list-icon {
    padding: 5px;
    width: 21px;
  }
}
.top__list-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  .top__list-text {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

/* start */
.start__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .start__inner {
    gap: 16px;
  }
}
.start__content {
  border-radius: 8px;
  border: 2px solid #1CA1E6;
  background: #FFF;
}
.start__head {
  padding-block: 7px;
  background: #1CA1E6;
}
.start__head-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  .start__head-text {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.start__content-inner {
  padding-block: 17px 22px;
  padding-inline: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .start__content-inner {
    padding-block: 7px 30px;
    padding-inline: 16px 16px;
  }
}
.start__textarea {
  padding-right: 40px;
  outline: none;
  height: 564px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.64px;
  line-height: 300%;
  background-origin: content-box;
  background-clip: content-box;
  background-attachment: local;
  background-image: url("../img/line-dash.svg");
  background-repeat: repeat;
  background-size: 100% 3em;
  background-position: 0 22px;
}
.start__textarea::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 768px) {
  .start__textarea::-webkit-scrollbar {
    width: 4px;
  }
}
.start__textarea::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border-radius: 100px;
}
.start__textarea::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .start__textarea {
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 321%;
    height: 534px;
    background-size: 100% 3.21em;
    background-position: 0 20px;
  }
}

.compare__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .compare__head {
    align-items: start;
    gap: 4px;
  }
}
.compare__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .compare__inner {
    gap: 16px;
  }
}
.compare__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #1CA1E6;
  border-radius: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .compare__icon {
    width: 28px;
  }
}
.compare__icon-text {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .compare__icon-text {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.compare__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .compare__title {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.compare__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.result__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .result__head {
    gap: 6px;
  }
}
.result__img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .result__img {
    width: 240px;
  }
}
.result__container {
  display: flex;
  flex-direction: column;
  gap: 79px;
}
@media screen and (max-width: 768px) {
  .result__container {
    gap: 43px;
  }
}
.result__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.result__lists {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .result__lists {
    gap: 7px;
    margin-top: 6px;
  }
}
.result__list {
  background: #F0FAFF;
  display: flex;
  align-items: stretch;
}
.result__label {
  padding-block: 11px 5px;
  background: #1CA1E6;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .result__label {
    width: 48px;
  }
}
.result__label-text {
  color: #FFF;
  font-family: "M PLUS 1";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.28px;
}
.result__label-text span {
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .result__label-text {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.result__body {
  padding: 12px 16px 12px;
}
@media screen and (max-width: 768px) {
  .result__body {
    padding: 10px 11px 10px;
  }
}
.result .top3 + .result .top3 {
  margin-top: 4px;
}
.result .top3 span {
  font-size: 40px;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  .result .top3 span {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
.result .top3 .u-text {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .result .top3 .u-text {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 768px) {
  .result .top3 .result__label {
    width: 46px;
  }
}
.result .top3 .result__list {
  border: 2px solid #1CA1E6;
}
.result .top3 .result__body {
  padding: 16px 15px 14px;
}
@media screen and (max-width: 768px) {
  .result .top3 .result__body {
    padding: 13px 10px 11px;
  }
}

/* send */
.send {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .send {
    gap: 9px;
  }
}
.send__head {
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 2px solid #1CA1E6;
}
@media screen and (max-width: 768px) {
  .send__head {
    padding-bottom: 2px;
  }
}
.send__head-icon {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .send__head-icon {
    width: 16px;
  }
}
.send__head-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .send__head-text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.send__text {
  text-align: left;
}
.send__text a {
  text-decoration: underline;
}

/* form */
.form {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 6px;
  }
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.form__fields {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .form__fields {
    gap: 15px;
  }
}
.form__field {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .form__field {
    gap: 8px;
  }
}
.form__head {
  display: flex;
  align-items: center;
  gap: 9px;
}
.form__head-label {
  padding: 4px 7px 4px;
  border-radius: 999px;
  background: #F29A89;
}
.form__head-label-text {
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .form__head-label-text {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}
.form__head-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  .form__head-text {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.form__input {
  padding: 16px 24px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.28px;
}
.form__input:-moz-placeholder {
  color: #C0C0C0;
}
.form__input:placeholder-shown {
  color: #C0C0C0;
}
@media screen and (max-width: 768px) {
  .form__input {
    padding: 12px 14px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}