html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: unset;
  color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 0.75rem center/16px 12px;
  background-repeat: no-repeat;
}

input::placeholder {
  color: #c2c2c2;
  font-weight: normal;
}

@keyframes radio-ripple {
  0% {
    opacity: 0.8;
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(4, 4, 1);
  }
}
.fade {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 0.4s;
}
.fade.fadeUp {
  opacity: 1;
  transform: translate(0, 0);
}

.shakeUp {
  opacity: 0;
}
.shakeUp.shakeUp_show {
  animation: shake 2.5s 0.5s 1 forwards;
}

.fadeDown {
  opacity: 0;
}
.fadeDown.fadeDown_show {
  animation: fadeDown 2s forwards;
  opacity: 0;
}

.feedin {
  opacity: 0;
  transition: all 0.5s;
}
.feedin.feedin_show {
  opacity: 1;
}

.rightUp {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.rightUp.rightUp_show {
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.blackUp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #ffffff;
  z-index: 2;
}
.blackUp > span {
  opacity: 0;
  transition: opacity 0s 0.5s;
}
.blackUp.blackUp_show::after {
  animation: blackUp 1s ease-in-out;
}
.blackUp.blackUp_show > span {
  opacity: 1;
}

@keyframes blackUp {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    top: 0;
    height: 0%;
  }
}
@keyframes shake {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.circle {
  min-width: 2;
  height: 2;
  background: url("../asset/img/asd.png") no-repeat center/contain;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/asb.jpg") no-repeat top center/contain;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 86px;
    font-size: 16px;
  }
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

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

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

#form-sending .sending-mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#form-sending .sending-content {
  width: 100%;
  height: 80px;
  margin-top: -40px;
  position: fixed;
  top: 50%;
  text-align: center;
  z-index: 2001;
  font-size: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-sending .sending-content img {
  height: 60px;
  width: auto;
  vertical-align: bottom;
}

.to-line, .to-top, footer ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.to-line.show, .to-top.show, footer ul.show {
  visibility: visible;
  opacity: 1;
}

.to-top {
  position: fixed;
  height: 70px;
  width: 70px;
  border-radius: 5px;
  background: #f9f9f9;
  bottom: 20px;
  right: 0px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.to-top::after {
  content: "";
  width: 21px;
  height: 20px;
  background: url("../img/top1.png") no-repeat center/contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .to-top {
    bottom: 102px;
    height: 40px;
    width: 40px;
  }
}

.to-line {
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 9;
  background: #00B900;
  color: #FAFF00;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 10px 7px 25px;
  border-radius: 12px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .to-line {
    display: none;
  }
}
.to-line::before {
  content: "";
  width: 56px;
  height: 57px;
  background: url("../img/top/line.png") no-repeat center/contain;
  display: inline-block;
  margin-bottom: 6px;
}

a:hover, button:hover {
  scale: 1.01;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 112px;
  z-index: 99;
  padding: 0 40px 0 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  header {
    height: 86px;
  }
}
header .wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  position: relative;
}
header .wrap .outer-menu {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: none;
}
header .wrap .outer-menu .checkbox-toggle, header .wrap .outer-menu .hamburger {
  display: none;
}
header .wrap .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  height: inherit;
  width: inherit;
  opacity: 0;
  margin: 0;
  display: block;
}
header .wrap .outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
header .wrap .outer-menu .checkbox-toggle:checked + .hamburger > div:before, header .wrap .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
header .wrap .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
header .wrap .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
header .wrap .outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
header .wrap .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
header .wrap .outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
header .wrap .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
header .wrap .outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrap .outer-menu .menu > div {
  width: 250vw;
  height: 250vw;
  color: #FEFEFE;
  background: #f4c135;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrap .outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrap .outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0.2em 0.7em;
  background: #f4c135;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrap .outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrap .outer-menu .hamburger > div:before, header .wrap .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
header .wrap .outer-menu .hamburger > div:after {
  top: 10px;
}
header .wrap ul {
  display: flex;
  align-items: center;
  transform: translateY(5px);
  flex-direction: column;
  gap: 7px;
}
header .wrap ul .center {
  font-size: 14px;
}
header .wrap ul .center span {
  font-weight: 800;
}
header .wrap ul li {
  font-family: "M PLUS 1p", sans-serif;
  display: inline-block;
  font-size: 14px;
}
header .wrap ul li .btn {
  border-radius: 5px;
  background: #f4c135;
  font-weight: 800;
  padding: 8px 47px;
  color: #fff;
  position: relative;
  font-weight: 800;
  display: block;
}
header .wrap .line {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  header .wrap .line .btn-line {
    transform: translateY(10px);
    display: block;
  }
}
header .wrap .line .btn-top {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 12px;
  font-size: 14px;
  gap: 4px;
}
header .wrap .line .btn-top img {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  header .wrap .line .btn-top img {
    height: 87px;
    width: auto;
  }
}

.desc-logo {
  position: absolute;
  top: 85px;
  left: 0;
  border-radius: 0px 0px 49px 49px;
  background: #FFFDEB;
  padding: 12px 29px 36px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  header .wrap {
    justify-content: flex-start;
  }
  header .wrap .outer-menu {
    display: block;
  }
  header .wrap ul {
    display: flex;
    gap: 18px;
    flex-direction: column;
    width: 100%;
  }
  header .wrap ul li {
    flex: 1;
    min-width: 250px;
    max-width: 287px;
    font-size: 18px;
  }
  header .wrap ul li .text {
    font-weight: 800;
  }
  header .wrap ul li .desc {
    font-size: 16px;
    white-space: nowrap;
    color: #000;
  }
  header .wrap ul li .btn {
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 273px;
  }
  header .wrap ul li:nth-of-type(1) a {
    background: #fff;
    padding: 7px 14px;
    border-radius: 7px;
    display: inline-block;
  }
  header .wrap ul li:nth-of-type(2) a, header .wrap ul li:nth-of-type(3) a, header .wrap ul li:nth-of-type(4) a {
    display: block;
  }
  header .wrap ul li:nth-of-type(5) {
    margin-top: 22px;
  }
  header .wrap ul li:nth-of-type(5) label {
    background: #ffffff;
    padding: 9px 20px;
    border: 1px solid #f4c135;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 99px;
    cursor: pointer;
  }
  header .wrap > ul {
    width: 100%;
    position: relative;
  }
  header .wrap > ul li {
    display: none;
  }
  header .wrap > ul li:last-child {
    display: block;
    width: fit-content;
    position: absolute;
    bottom: -54px;
    right: -44px;
    font-size: 9px;
  }
  header .wrap .line .btn-line {
    display: none;
  }
  .desc-logo {
    display: none;
  }
}
footer {
  padding: 26px 0 0;
}
footer.top {
  padding: 26px 0;
}
footer .copyright {
  color: #494949;
  font-size: 14px;
  margin-bottom: 46px;
  display: block;
}
footer .privacy {
  margin: 0 auto 20px;
  display: inline-block;
}
footer .privacy:hover {
  opacity: 1;
  text-decoration: underline;
}
footer ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}
footer ul li a {
  padding: 15px 33px;
  border-radius: 30px;
  border: 3px solid #fff9f9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #01a331;
  display: inline-block;
}
footer ul li a span {
  font-weight: 800;
}
footer ul li a span:nth-of-type(1) {
  font-size: max(1.46vw, 14px);
}
footer ul li a span:nth-of-type(2) {
  font-size: max(2.08vw, 18px);
  line-height: 1.3;
}
footer ul li a span:nth-of-type(3) {
  font-size: max(1.04vw, 13px);
}

@media only screen and (max-width: 767px) {
  footer.top {
    padding: 26px 0 80px;
  }
  footer ul {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
    align-items: flex-start;
    gap: 0px;
    z-index: 8;
  }
  footer ul li {
    flex: 1;
  }
  footer ul li a {
    padding: 2px 15px;
    border-radius: 15px;
    color: #fbfbf9;
  }
}
h2 {
  font-size: 40px;
  color: #f4c135;
  -webkit-text-stroke: 1px #FFF;
  font-weight: 800;
  padding-bottom: 5px;
  position: relative;
}
h2::after {
  content: "";
  height: 1px;
  width: min(45.6vw, 875px);
  background: #f4c135;
  -webkit-text-stroke: 1px #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
h2::before {
  content: "";
  width: 65.6px;
  height: 65.6px;
  background: url("../img/icon7.png") no-repeat center/contain;
  display: inline-block;
  display: block;
  margin: 0 auto;
}
h2.strong {
  color: #fcfafa;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(244,193,53);
}
h2.strong::after {
  background: #000;
}

.common {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.common .col {
  padding: 19px 10px;
  display: flex;
  align-items: center;
  min-width: 369px;
  border-radius: 17px;
  background: #FFA800;
  padding-left: 1.8vw;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .common .col {
    min-width: unset;
    width: 100%;
  }
}
.common .col .text {
  text-align: left;
}
.common .col .text .in {
  line-height: 0.6;
  white-space: nowrap;
  font-size: 25px;
  color: #fff;
  font-weight: 800;
}
.common .col .text .in::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/top/problems-icon-white.svg") no-repeat center/contain;
  display: inline-block;
  transform: translateY(5px);
  margin-left: 7px;
}
.common .col .text .desc {
  font-family: inherit;
  font-size: 35px;
  font-weight: 800;
  color: #fff;
}
.common .col .text .desc span {
  font-size: 30px;
  font-weight: 900;
  color: #faf9f8;
}
.common .col .image {
  transform: translateX(-28px);
}
.common .col .image img {
  width: 189px;
  height: auto;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .common .col .image {
    transform: translateX(-20px);
  }
  .common .col .image img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  .common .col {
    padding-bottom: 16px;
  }
  .common .col .image {
    transform: translateX(-12px);
  }
  .common .col .image img {
    max-width: 60px;
  }
}
.main {
  padding: 20px 0 16px;
  background: url("../img/vantoppc.png") no-repeat center/cover;
  background-color: #FFDD00;
  overflow: hidden;
}
.main .wrap {
  text-align: left;
  font-family: "M PLUS 1p", sans-serif;
  position: relative;
  z-index: 2;
}
.main .wrap ._card {
  display: flex;
  gap: 22px;
  margin: 12px 0 21px;
}
.main .wrap ._card .col {
  display: flex;
  align-items: center;
}
.main .wrap ._card .col .left {
  position: relative;
  padding-left: 103px;
  margin-top: 16px;
}
.main .wrap ._card .col .left span {
  position: absolute;
  height: 92px;
  width: 102px;
  background: url("../img/main-box.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4c135;
  font-size: 15px;
  font-weight: 900;
  top: -30px;
  left: 0;
}
.main .wrap ._card .col .left::before {
  content: "";
  width: 78px;
  height: 104px;
  background: url("../img/maingirl1.png") no-repeat center/contain;
  display: inline-block;
}
.main .wrap ._card .col .right {
  margin-left: 6px;
}
.main .wrap ._card .col .right .title {
  color: #ff0000;
  -webkit-text-stroke: 1px rgb(251, 248, 248);
  font-size: 65px;
  font-weight: 1000;
}
.main .wrap ._card .col .right .desc {
  color: #ffffff;
  -webkit-text-stroke: 0.2px rgb(255, 0, 0);
  font-size: 20px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 3px;
  background: #C1CCE8;
  text-align: center;
}
.main .wrap ._card .col ul {
  display: flex;
  gap: 4px;
}
.main .wrap .strategy {
  border-radius: 18px;
  border: 0.1px solid #000;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main .wrap .strategy .strong {
  color: #FFF;
  font-size: 25px;
  padding: 19px 57px 19px 31px;
  display: inline-block;
  margin-right: 19px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.main .wrap .strategy .strong::after {
  content: "";
  position: absolute;
  background-color: #f4c135;
  height: 230%;
  width: 107%;
  top: -63px;
  right: 29px;
  transform: rotate(17deg);
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .main .wrap .strategy .strong::after {
    right: 2.3vw;
  }
}
.main .wrap .strategy .normal {
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.main .wrap .strategy .normal .move {
  font-weight: 400;
  transform: translateY(7px);
  margin-right: 19px;
}
.main .wrap .strategy .normal .text-red {
  font-size: 70px;
  color: #fe0303;
  font-weight: 500;
  margin-top: 1px;
}
.main .wrap .strategy .normal .text-red .per {
  font-size: 100px;
  margin-top: 2px;
}
.main .wrap ._rate {
  margin: 29px 0 30px;
  display: flex;
  align-items: center;
}
.main .wrap ._rate::before {
  content: "";
  width: 188px;
  height: 190px;
  background: url("../img/yubisashi.png") no-repeat center/contain;
  display: inline-block;
}
.main .wrap ._rate .text {
  font-size: 45px;
  font-weight: 800;
  margin-inline: 11px 7px;
  position: relative;
}
.main .wrap ._rate .text::before, .main .wrap ._rate .text::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  transform-origin: 0 0;
  transform: rotate(9deg);
  left: 0;
}
.main .wrap ._rate .text::before {
  transform: rotate(-9deg);
  top: 0;
}
.main .wrap ._rate .text::after {
  bottom: 0;
}
.main .wrap ._step {
  margin-bottom: 15px;
  display: flex;
  text-align: center;
  color: #FFF;
}
.main .wrap ._step div {
  width: 222px;
  height: 88px;
  border-radius: 26px;
  background:  #C1CCE8;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .wrap ._step div:nth-of-type(2) {
  margin-inline: 22px;
}
.main .wrap ._step div:nth-of-type(3) span {
  line-height: 1.2;
}
.main .wrap ._step div label {
  color: #fefefe;
  -webkit-text-stroke: 0.5px #f4c135;
  font-size: 40px;
  font-weight: 900;
  line-height: 0.2;
  display: inline-block;
  transform: translateY(4px);
}
.main .wrap .sub {
  border-radius: 33px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 817px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 21px 81px 18px 124px;
  position: relative;
  z-index: -1;
  padding: 21px 28px 18px 124px;
}
.main .wrap .sub::before {
  content: "";
  width: 85px;
  height: 65px;
  background: url("../img/kirakira.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 37px;
}
.main .wrap:after {
  content: "";
  width: 639px;
  height: 854px;
  background: url("../img/1.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  right: -382px;
  bottom: -16px;
  z-index: -1;
}

@media only screen and (max-width: 1460px) {
  .main .wrap ._card {
    gap: 17px;
    flex-direction: column;
  }
  .main .wrap ._card .col ul {
    gap: 11px;
  }
  .main .wrap ._card .col ul li img {
    width: 112px;
    height: auto;
  }
  .main .wrap .strategy {
    padding-right: 24px;
    width: fit-content;
  }
  .main .wrap .strategy .strong {
    padding: 39px 35px 34px 19px;
  }
  .main .wrap .strategy .normal {
    font-size: 30px;
    flex-direction: column;
    padding: 20px 0;
    line-height: 1.2;
  }
  .main .wrap .strategy .normal .text-red {
    font-size: 30%;
    margin-top: 1px;
  }
  .main .wrap .strategy .normal .text-red .per {
    font-size: 60px;
    margin-right: 4px;
    margin-top: 2px;
  }
  .main .wrap .sub {
    z-index: unset;
  }
  .main .wrap:after {
    right: -15%;
  }
}
@media only screen and (max-width: 1020px) {
  .main .wrap h1 img {
    width: 100%;
    height: auto;
  }
  .main .wrap ._rate::before {
    height: 124px;
    width: 124px;
  }
  .main .wrap ._rate .text {
    font-size: 25px;
    font-weight: 800;
  }
  .main .wrap ._rate .text::after {
    transform: rotate(13deg);
  }
  .main .wrap ._rate .text::before {
    transform: rotate(-13deg);
  }
  .main .wrap ._rate .number img {
    width: 300px;
    height: auto;
  }
  .main .wrap::after {
    height: 724px;
    width: 544px;
  }
  .main .wrap .sub {
    padding-left: 12.15vw;
  }
  .main .wrap .sub::before {
    left: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    background: url("../img/vantop.png") no-repeat center/cover;
    background-color: #ededed;
    padding-bottom: 5.9vw;
  }
  .main .wrap ._card {
    margin: 3.1vw 0 3.78vw;
    gap: 3.1vw;
  }
  .main .wrap ._card .col .left {
    margin-top: 4px;
    padding-left: 11.5vw;
  }
  .main .wrap ._card .col .left span {
    font-size: 2.35vw;
    height: 11.1vw;
    width: 12.25vw;
    top: -3.9vw;
  }
  .main .wrap ._card .col .left::before {
    width: 10.95vw;
    height: 15.25vw;
  }
  .main .wrap ._card .col .right {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main .wrap ._card .col .right .desc {
    padding-inline: 4.95vw;
    font-size: max(15px, 2.1vw);
  }
  .main .wrap ._card .col .right .title {
    font-size: 7.17vw;
  }
  .main .wrap ._card .col ul {
    max-width: 61.93vw;
  }
  .main .wrap ._card .col ul li {
    width: 25%;
  }
  .main .wrap ._card .col ul li img {
    width: 100%;
  }
  .main .wrap .strategy {
    padding-right: 3.13vw;
    border-radius: 2.3vw;
  }
  .main .wrap .strategy .strong {
    padding: 5.1vw 35px 4.43vw 2.48vw;
    font-size: 3.26vw;
    margin-right: 2.48vw;
  }
  .main .wrap .strategy .normal {
    font-size: 3.91vw;
    padding: 2.6vw 0;
  }
  .main .wrap .strategy .normal .move {
    margin-right: 0;
  }
  .main .wrap .strategy .normal .text-red {
    font-size: 3.91vw;
    margin-top: 0.1vw;
  }
  .main .wrap .strategy .normal .text-red .per {
    font-size: 7.82vw;
    margin-top: 0.1vw;
  }
  .main .wrap ._rate {
    margin: 3.8vw 0 2.7vw;
  }
  .main .wrap ._rate .number img {
    width: 39.1vw;
  }
  .main .wrap ._rate .text {
    font-size: 3.26vw;
  }
  .main .wrap ._rate::before {
    height: 16.17vw;
    width: 16.17vw;
  }
  .main .wrap ._step {
    justify-content: center;
    justify-content: space-between;
  }
  .main .wrap ._step div {
    font-size: max(12px, 2.08vw);
    height: 11.47vw;
    border-radius: 3.4vw;
    flex: 1;
  }
  .main .wrap ._step div label {
    font-size: 3.91vw;
  }
  .main .wrap .sub {
    text-align: center;
    padding: 12px 9.26vw 12px 28.7vw;
    margin-top: 5.7vw;
    font-size: max(12px, 2.6vw);
  }
  .main .wrap .sub::before {
    width: 16.56vw;
    height: 12.65vw;
    left: 13.03vw;
  }
  .main .wrap::after {
    content: "";
    width: 73.4022vw;
    height: 97.704vw;
    background: url("../img/1.png") no-repeat center/contain;
    display: inline-block;
    bottom: -6vw;
    right: -17%;
  }
}
@media only screen and (max-width: 500px) {
  .main .wrap .sub {
    padding-inline: 65px 14px;
  }
  .main .wrap .sub::before {
    left: 1px;
  }
  .main .wrap ._card .col ul li img {
    width: 100%;
  }
  .main .wrap .strategy .strong {
    padding-inline: 2.48vw 4.56vw;
    margin-right: 0;
  }
    
  .main .wrap ._rate .text {
    font-size: 3.6vw;
  }
  .main .wrap ._rate::before {
    height: 13.17vw;
    width: 13.17vw;
  }
  .main .wrap ._rate .number img {
    width: 28.1vw;
  }
  .main .wrap::after {
    right: -19%;
  }
}
.greeting {
  padding: 100px 0;
  background: rgba(244, 193, 53, 0.15);
}
.greeting .content {
  padding: 50px 2.2vw 43px 14vw;
  position: relative;
  border-radius: 43px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom,  #f4c135 15%, #f0e0b3 30%) border-box;
  color: #FFF;
  border: 5px solid transparent;
  overflow: hidden;
  z-index: 2;
}
.greeting .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(243, 204, 98);
  z-index: -1;
}
.greeting .content .title {
  font-size: 25px;
  font-weight: 800;
}
.greeting .content p {
  margin: 17px 0;
}
.greeting .content a.btn {
  border-radius: 99px;
  border: 1px solid #FFF;
  background: #f5b402;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  padding: 17px 32px;
  display: inline-block;
}

.greeting .content a.btn1 {
  border-radius: 99px;
  border: 1px solid #FFF;
  background: #01a331;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  padding: 17px 32px;
  display: inline-block;
}

.greeting .content img {
  position: absolute;
  left: 2.4vw;
  top: 50%;
  transform: translateY(-50%);
  width: 16.25vw;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting .content {
    padding: 30px 2.6vw 50px;
  }
  .greeting .content .title {
    font-size: 18px;
  }
  .greeting .content a.btn {
    font-size: 18px;
  }
  .greeting .content a.btn1 {
    font-size: 18px;
  }

  .greeting .content img {
    width: 80px;
    bottom: 0;
    left: 0;
    top: unset;
    transform: unset;
  }
}
.adver .container {
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adver .container > img:last-child {
  width: 11.67vw;
  height: auto;
}
.adver picture img {
  display: inline-block;
  max-width: 45.31vw;
  height: auto;
}

@media only screen and (max-width: 1150px) {
  .adver .container > img:last-child {
    width: 19.67vw;
  }
  .adver picture img {
    max-width: 63.31vw;
  }
}
@media only screen and (max-width: 767px) {
  .adver {
    padding: 30px 0 25px;
    background-position: left;
  }
  .adver .container {
    flex-wrap: wrap;
  }
  .adver .container > img:last-child {
    width: 35.67vw;
  }
  .adver picture img {
    max-width: 95.31vw;
  }
}
.apps {
  background: rgba(255, 244, 166, 0.75);
  padding: 100px 0;
}
.apps .title {
  font-size: 25px;
  font-weight: 800;
  margin: 4px 50px;
}
.apps .group {
  border-radius: 36px;
  background: rgba(255, 168, 0, 0.25);
  padding: 21px 0 17px;
  margin: 50px 0 30px;
}
.apps .group .top {
  margin-bottom: 15px;
}
.apps .group .under {
  display: flex;
  gap: 15px 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.apps .desc {
  max-width: 706px;
  margin: 0 auto;
  padding: 7px 20px;
  border-radius: 9px;
  border: 1px solid #000;
  background: #FFE500;
}

@media only screen and (max-width: 767px) {
  .apps {
    padding: 60px 0;
  }
  .apps .title {
    font-size: 20px;
  }
  .apps .group .top img {
    max-width: 300px;
    height: auto;
  }
}
.points {
  padding: 100px 0 80px;
}
.points .content {
  margin-top: 50px;
  display: flex;
  column-gap: 2.86vw;
  align-items: center;
  justify-content: center;
}
.points .content .col ul li {
  border-radius: 99px;
  border: 3px solid #FFA800;
  background: rgba(255, 229, 0, 0.25);
  font-size: 40px;
  padding: 19px 20px 19px 68px;
  width: 520px;
  position: relative;
  font-weight: 800;
}
.points .content .col ul li .title {
  font-size: 20px;
  font-weight: 800;
  min-width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFE500;
  border-radius: 100%;
  border: solid #FFA800 3px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.points .content .col ul li + li {
  margin-top: 36px;
}
.points .content .col ul li:nth-of-type(2) {
  background: rgba(255, 168, 0, 0.25);
  border: 3px solid #FFE500;
}
.points .content .col ul li:nth-of-type(2) .title {
  border: solid #FFE500 3px;
  background: #FFA800;
}
.points .content .col:nth-of-type(1) {
  max-width: 339px;
}
.points .content .col img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .points .content {
    flex-wrap: wrap;
  }
  .points .content .col ul li {
    font-size: 22px;
    width: 340px;
  }
  .points .content .col ul li .title {
    min-width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .points .content .col:nth-of-type(1) {
    max-width: 150px;
  }
}
.problems {
  padding: 100px 0;
  background-color: #FFE000;
}
.problems .title {
  font-size: 25px;
  font-weight: 800;
  margin: 4px 0 50px;
}
.problems .content {
  border-radius: 37px;
  background: #FFF;
  padding: 27px 3.02vw 41px;
}
.problems .content .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 17px 5px;
}
.problems .content .wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
.problems .content .wrap ul li {
  font-size: 20px;
  position: relative;
  padding-left: 24px;
  text-align: left;
}
.problems .content .wrap ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/top/problems-icon.svg") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .problems {
    padding: 60px 0;
  }
  .problems .title {
    font-size: 20px;
  }
  .problems .content .wrap ul li {
    font-size: 16px;
  }
}
.service {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 60px 0;
  }
}
.service .content {
  margin-top: 76px;
  padding: 4.7vw 4.5vw 5.46vw 7.6vw;
  background: url("../img/top/service-content-bg.png") no-repeat center/auto 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .service .content {
    background: #FFF8BF;
    padding-inline: 10px;
    border-radius: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service .content .image {
    width: 100px;
  }
  .service .content .image img {
    width: 100%;
    height: auto;
  }
}
.service .content .text {
  color: #FFA800;
  line-height: 1.7;
}

.apple {
  padding: 100px 0;
  background: #FFFDEB;
}
.apple h3 {
  color: #FF6B00;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  padding-bottom: 5px;
}
.apple h3::before {
  content: unset;
}
.apple h3::after {
  content: "";
  position: absolute;
  background: #FFE500;
  height: 22px;
  width: 114%;
  bottom: 10px;
  left: -7%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .apple h3::after {
    height: 10px;
  }
}
.apple .title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
.apple .banner {
  border-radius: 43px;
  border: 4px solid #FFF;
  background: rgba(255, 168, 0, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  color: #fff;
  padding: 0 3.4vw;
  width: fit-content;
  margin: 50px auto 34px;
  align-items: center;
  cursor: pointer;
}
.apple .banner:hover {
  scale: 1.01;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 480px) {
  .apple .banner img {
    width: 70px;
    height: auto;
  }
}
.apple .banner .text span {
  font-weight: 800;
  font-size: 25px;
}
.apple .group {
  margin: 19px auto 56px;
  max-width: 843px;
}
.apple .group img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .apple {
    padding: 60px 0;
  }
  .apple h3 {
    font-size: 30px;
  }
  .apple .title {
    font-size: 22px;
  }
  .apple .banner {
    padding: 10px 3.4vw 13px;
  }
  .apple .paidy {
    height: fit-content;
  }
  .apple .paidy img {
    width: 100px;
    height: auto;
  }
}
.warn-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
}
.warn-overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.warn-add {
  background-color: #f24c4c;
  border-radius: 30px;
  padding: 25px 40px;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .warn-add {
    font-size: 17px;
    padding: 25px 6px;
  }
}
.warn-add .popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px red;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
}
.warn-add .popup-close svg g {
  stroke: #E70000;
  transform: rotate(45deg);
  transform-origin: 50%;
}
.warn-add h3 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 800;
  color: #fff;
}
.warn-add h3::after {
  content: unset;
}
@media screen and (max-width: 767px) {
  .warn-add h3 {
    font-size: 24px;
  }
}
.warn-add ul {
  display: flex;
  gap: 10px 20px;
  max-width: 617px;
  margin: 15px auto 22px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .warn-add ul {
    flex-direction: column;
    align-items: center;
  }
}
.warn-add ul li {
  flex: 1;
  min-width: 250px;
  max-width: 287px;
}
.warn-add ul li .btn {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .warn-add ul li .btn {
    font-size: 18px;
  }
}
.warn-add ul li .title {
  font-weight: 800;
  color: #fff;
  font-size: unset;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .warn-add ul li:nth-of-type(1) {
    flex-basis: 100%;
    max-width: unset;
  }
}
.warn-add ul li:nth-of-type(1) .btn {
  background: #eded5f;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .warn-add ul li:nth-of-type(1) .btn {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .warn-add ul li:nth-of-type(1) .btn {
    width: fit-content;
    margin: 0 auto;
    padding-inline: 36.2px;
  }
}
.warn-add ul li:nth-of-type(1) .btn::after {
  content: "";
  width: 46px;
  height: 35px;
  background: url(../img/thanks/thanks-icon-contact.png) no-repeat center/contain;
  display: inline-block;
}
.warn-add ul li:nth-of-type(2) .btn {
  background-color: #005db3;
}
.warn-add ul li:nth-of-type(2) .btn::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../img//sub/mail-btn.png") no-repeat center/contain;
  display: inline-block;
  margin-right: 2px;
}
.warn-add ul li:nth-of-type(3) .btn {
  background-color: #2d8b2d;
}
.warn-add ul li:nth-of-type(3) .btn::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../img/sub/line-btn.png") no-repeat center/contain;
  display: inline-block;
  margin-right: 2px;
}
.warn-add .blue {
  color: #105875;
}
.warn-add .green {
  color: #006d2d;
}

.step {
  padding: 100px 0;
  background-image: url("../img/vanstep.png")
}
.step h3 {
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 800;
}
.step h3 span {
  color: #f4c135;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(255, 254, 254);
  font-size: 65px;
}
.step h3::before {
  content: unset;
}
.step h3::after {
  content: unset;
}
.step .desc {
  font-size: 25px;
}
.step .desc span {
  color: #fff;
  padding: 4px 22px;
  background: #f4c135;
  border-radius: 99px;
  margin: 0 5px;
}
.step ul {
  margin-top: 50px;
}
.step ul li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  gap: 3vw;
  padding-left: 2.2vw;
}
.step ul li .num {
  min-width: 143px;
  height: 143px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
  color: #fff;
  background: #f4c135;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(254, 168, 168);
  line-height: 1;
}
.step ul li .num span {
  font-size: 45px;
  font-weight: 800;
}
.step ul li .content {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .step ul li .content {
    width: 100% !important;
  }
}
.step ul li .content h4 {
  color: #f4c135;
  font-size: 30px;
  font-weight: 800;
}
.step ul li .content p {
  font-size: 16px;
  margin-top: 17px;
  color: #000000;
}
.step ul li .image {
  background: #f4c135
  padding: 0 11px;
}
.step ul li + li {
  margin-top: 38px;
}
.step ul li:nth-of-type(2) .num {
  background: #f7ca50;
}
.step ul li:nth-of-type(3) .num {
  background: #f4b301;
}

@media only screen and (max-width: 767px) {
  .step {
    padding: 60px 0;
  }
  .step h3 {
    font-size: 28px;
  }
  .step .desc {
    font-size: 18px;
  }
  .step ul li {
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-inline: 3vw;
  }
  .step ul li .num {
    min-width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .step ul li .num span {
    font-size: 28px;
  }
  .step ul li .image {
    height: 80px;
    background: unset;
    margin-left: auto;
  }
  .step ul li .image img {
    height: 100%;
    width: auto;
  }
  .step ul li .content {
    width: 80%;
  }
  .step ul li .content p {
    margin-top: 5px;
  }
}
.rate {
  padding: 100px 0;
}
.rate .continera {
  max-width: 1112px;
  background: #FFFBD8;
  padding: 82px 15px 86px;
}
.rate .sub {
  font-size: 25px;
  font-weight: 800;
  margin: 4px 0 50px;
}
.rate .wrap-table {
  border-radius: 34px;
  background: #FFF;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 1.67vw;
  border: 1px solid #000;
}
.rate .wrap-table table {
  width: 100%;
  color: #494949;
}
.rate .wrap-table table tr {
  border-bottom: rgba(73, 73, 73, 0.25) solid 1px;
}
.rate .wrap-table table tr th {
  font-weight: 800;
  padding: 32px 0 20px;
  vertical-align: middle;
  width: 25%;
}
.rate .wrap-table table tr td {
  padding: 32px 0;
  vertical-align: middle;
  font-weight: 800;
}
.rate .wrap-table table tr:nth-of-type(1) {
  border-bottom: #494949 solid 1px;
}
.rate .wrap-table table tr:last-child {
  border-bottom: unset;
}
.rate .banner {
  border-radius: 104px;
  border: 5px solid #FF8C3C;
  background: rgba(255, 229, 0, 0.35);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 15px 0 15px 153px;
  max-width: 865px;
  margin: 50px auto 0;
  text-align: left;
}
.rate .banner .wrap {
  display: inline-block;
}
.rate .banner .wrap .title {
  color: #946328;
  font-size: 40px;
  line-height: 1.3;
}
.rate .banner .wrap .title span {
  color: #FF7818;
}
.rate .banner .wrap .strong {
  color: #ff6b01;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 800;
}
.rate .banner img {
  position: absolute;
  bottom: 0;
  right: 16%;
}
.rate .common {
  max-width: 1000px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 900px) {
  .rate .banner {
    padding-left: 12.97vw;
  }
  .rate .banner img {
    right: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .rate .sub {
    font-size: 20px;
  }
  .rate .banner {
    text-align: center;
    padding-left: unset;
    max-width: 360px;
  }
  .rate .banner .wrap {
    text-align: left;
  }
  .rate .banner .wrap .title {
    font-size: 22px;
  }
  .rate .banner .wrap .strong {
    font-size: 28px;
  }
  .rate .banner img {
    height: 74px;
    width: auto;
    right: 14%;
  }
}
.card {
  padding: 100px 0;
  background: rgba(255, 244, 166, 0.75);
}
.card p {
  margin: 50px 0 29px;
}
.card ul {
  display: flex;
  gap: 29px;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 830px) {
  .card ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .card ul li {
    justify-self: flex-end;
  }
  .card ul li:nth-of-type(even) {
    justify-self: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .card {
    padding: 60px 0;
  }
  .card ul li img {
    width: 150px;
    height: auto;
  }
}
.faq {
  padding: 100px 0;
  background: #e4eafb;
}
.faq ul {
  margin-top: 50px;
  text-align: left;
}
.faq ul li {
  display: flex;
  gap: 30px;
}
.faq ul li + li {
  margin-top: 55px;
}
.faq ul li::before {
  content: "";
  width: 104px;
  height: 104px;
  background: url("../img/icon4.png") no-repeat center/contain;
  display: inline-block;
}
.faq ul li .content {
  width: 100%;
  border: solid 5px #f4c135;
  background: #fff;
  padding: 36px 38px 40px;
  position: relative;
}
.faq ul li .content::before {
  content: "";
  width: 21px;
  height: 19px;
  background: url("../img/top/faq-arrow.svg") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 23px;
}
.faq ul li .content .ques {
  color: #f4c135;
  font-size: 20px;
  font-weight: 800;
  padding-left: 40px;
  position: relative;
}
.faq ul li .content .ques::before {
  content: "Q";
  color: #fff;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4c135;
  position: absolute;
  left: 0;
  top: 0;
}
.faq ul li .content .ans {
  color: #C1CCE8;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  margin-top: 25px;
}
.faq ul li .content .ans::before {
  content: "A";
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C1CCE8;
  color: #fffffe;
  position: absolute;
  left: 0;
  top: -5px;
}

@media only screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
  .faq ul li {
    flex-wrap: wrap;
    gap: 18px;
  }
  .faq ul li::before {
    margin: 0 auto;
    height: 60px;
    width: 60px;
  }
  .faq ul li + li {
    margin-top: 30px;
  }
  .faq ul li .content {
    padding: 30px 10px;
  }
  .faq ul li .content::before {
    transform: rotate(90deg);
    left: 0;
    top: -19px;
    right: 0;
    margin: 0 auto;
  }
}
.profile {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 60px 0;
  }
}
.profile .content {
  margin-top: 50px;
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
  justify-content: center;
}
.profile .content table {
  align-self: baseline;
  text-align: left;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}
.profile .content table tr th, .profile .content table tr td {
  padding: 12px 18px;
  background: #f4c135;
  vertical-align: middle;
}
.profile .content table tr td {
  color: #fefdfd;
  width: 371px;
}
.profile .content table tr th {
  color: #fefdfd;
  width: 118px;
}
.profile .content .image {
  width: 100%;
  padding: 0 4px;
}
.profile .content .image.embed {
  text-align: left;
}
.profile .content .image .twitter {
  background: #fff;
  padding: 10px;
}/*# sourceMappingURL=index.css.map */


.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection img { width: 100%; }
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.box18{
  margin:2em 0;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #f4c135;
  border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
  content: '';
  position: absolute;
  width:10px;
  height: 10px;
  border: solid 2px #f4c135;
  border-radius: 50%;
}
.box18:after {
  top:-12px;
  left:-12px;
}
.box18:before {
  bottom:-12px;
  right:-12px;
}
.box18 p {
  margin: 0; 
  padding: 0;
}

.name {
  width:100%;
}

.name p {
    font-size:20px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin:20px 0px 20px 10px;
    color: #fab700;
    position: relative;
    font-weight: 800;
    background-image: linear-gradient(
    20deg,
    rgb(250, 183, 0)  45%, 
    #fff 50%,
    rgb(255, 187, 0)  45%
  );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 5s infinite;
}

.name  span {
  font-size: 30px;
  font-weight: 1200;
  color: #ff0000;
  background-image: linear-gradient(
    20deg,
    rgb(255, 1, 1)  45%, 
    #fff 50%,
    rgb(255, 0, 0)  45%
  );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 5s infinite;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  
  100% {
    background-position: 0% 50%;
  }
}