/*=============================================================
 01_base
=============================================================*/
#beginners {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  #beginners {
    margin-bottom: 18.4375vw;
  }
}
#beginners .menu {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #beginners .menu {
    margin-bottom: 7.8125vw;
  }
}
#beginners .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #beginners .menu ul {
    margin: 0 -0.78125vw;
  }
}
#beginners .menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  background-color: #fff;
  border: 1px solid #6B629F;
  text-align: center;
  min-height: 44px;
  padding: 10px 0;
  border-radius: 50px;
  margin: 0 6px 28px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #beginners .menu ul li {
    width: 23.0769230769vw;
    min-height: 4.9230769231vw;
    padding: 0.7692307692vw 0;
    margin: 0 0.4615384615vw 4.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners .menu ul li {
    width: auto;
    min-width: 24.21875vw;
    min-height: 6.25vw;
    justify-content: center;
    padding: 1.5625vw 3.125vw;
    margin: 0 0.46875vw 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners .menu ul li:nth-child(1) {
    margin-left: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners .menu ul li:nth-child(2) {
    margin-right: 4.6875vw;
  }
}
#beginners .menu ul li a {
  text-decoration: none;
}
#beginners .menu ul li p {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Hanken Grotesk", sans-serif;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1000px) {
  #beginners .menu ul li p {
    font-size: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners .menu ul li p {
    font-size: 2.8125vw;
  }
}
#beginners .menu ul li.active, #beginners .menu ul li:hover {
  background-color: #6B629F;
}
#beginners .menu ul li.active p, #beginners .menu ul li:hover p {
  color: #fff;
}
#beginners section {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(107, 98, 159, 0.1);
}
@media only screen and (max-width: 1300px) {
  #beginners section {
    padding: 3.8461538462vw;
    width: 92.3076923077vw;
    margin: 0 auto 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section {
    width: 90.625vw;
    padding: 4.6875vw;
    border-radius: 4.6875vw;
    margin: 0 auto 6.25vw;
  }
}
#beginners section img {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  #beginners section img {
    width: 100%;
  }
}
#beginners section .sec-head {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  #beginners section .sec-head {
    margin-bottom: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section .sec-head {
    border-radius: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
#beginners section .sec-head h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  background: url("../img/beginner/bg_h2.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1300px) {
  #beginners section .sec-head h2 {
    font-size: 3.0769230769vw;
    line-height: 7.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section .sec-head h2 {
    font-size: 3.90625vw;
    height: 13.28125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    line-height: 1.3;
    background: url("../img/beginner/bg_h2-sp.png") no-repeat top center;
    background-size: cover;
  }
}
#beginners section .sec-head h2 span {
  font-weight: lighter;
}
#beginners section h3 {
  position: relative;
  font-size: 20px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
}
@media only screen and (max-width: 1300px) {
  #beginners section h3 {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section h3 {
    font-size: 3.4375vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#beginners section h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/news/icon_h2.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #beginners section h3::before {
    left: 0.7692307692vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section h3::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#beginners section h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  padding: 0.8em 0 0.8em 26px;
  margin: 1.5em 0 0.5em;
  border-bottom: 1px dotted #534B88;
}
@media only screen and (max-width: 1300px) {
  #beginners section h4 {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section h4 {
    font-size: 3.4375vw;
    padding: 0.5em 0 0.5em 4.0625vw;
    margin: 1.5em 0 0.8em;
  }
}
#beginners section h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51.5%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/news/icon_h3.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #beginners section h4::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners section h4::before {
    top: 52%;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#beginners section p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #beginners section p {
    font-size: 3.125vw;
  }
}
#beginners section .box-gray {
  background-color: rgba(83, 75, 136, 0.1);
  border-radius: 10px;
}
#beginners section .line-text {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #beginners section .line-text {
    font-size: 3.4375vw;
  }
}
#beginners section .line-text span {
  display: inline-block;
  font-weight: 700;
  height: 31px;
  background: linear-gradient(transparent 30%, #FFFDC4 30%);
}
@media only screen and (max-width: 768px) {
  #beginners section .line-text span {
    height: 4.84375vw;
  }
}
#beginners section .line-text.fs24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #beginners section .line-text.fs24 {
    font-size: 3.59375vw;
    margin: 0 -5.9375vw 3.125vw;
  }
}
#beginners section .line-text.fs24 span {
  height: 35px;
}
@media only screen and (max-width: 768px) {
  #beginners section .line-text.fs24 span {
    height: 5.46875vw;
  }
}
#beginners #sec1 .read {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec1 .read {
    margin-bottom: 3.125vw;
  }
}
#beginners #sec1 .read p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #beginners #sec1 .read p {
    font-size: 4.6875vw;
  }
}
#beginners #sec1 .read p span {
  color: #37BAEB;
}
#beginners #sec1 .overview {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.1);
}
@media only screen and (max-width: 768px) {
  #beginners #sec1 .overview {
    padding: 4.6875vw 6.25vw;
    border-radius: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec1 .overview .line-text span:nth-of-type(3) {
    margin: 0 -1em;
  }
}
#beginners #sec1 .overview .note {
  text-align: center;
  margin: -1em 0 1.5em;
}
#beginners #sec2 .box {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.1);
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .box {
    padding: 4.6875vw 1.5625vw;
  }
}
#beginners #sec2 .box p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .box p {
    font-size: 3.28125vw;
  }
}
#beginners #sec2 .box p:nth-child(1) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .box p span:nth-of-type(2) {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .box p span:last-of-type {
    letter-spacing: -0.05em;
  }
}
#beginners #sec2 .con-list ul {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul {
    display: block;
    width: 73.4375vw;
  }
}
#beginners #sec2 .con-list ul li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 500px;
  padding: 30px 0 36px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li {
    padding: 2.3076923077vw 0 2.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li {
    width: auto;
    padding: 4.6875vw 5.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
#beginners #sec2 .con-list ul li .img {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li .img {
    margin-bottom: -0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li .img img {
    width: 100%;
  }
}
#beginners #sec2 .con-list ul li p {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li p {
    font-size: 2.8125vw;
    margin-bottom: 2.1875vw;
  }
}
#beginners #sec2 .con-list ul li .btn {
  width: 284px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  background-color: #887D54;
  border: 2px solid #887D54;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li .btn {
    width: 21.8461538462vw;
    bottom: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li .btn {
    position: static;
    transform: unset;
    width: 44.375vw;
    border-radius: 7.8125vw;
  }
}
#beginners #sec2 .con-list ul li .btn a {
  position: relative;
  display: block;
  padding: 8px 0 9px;
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
  font-size: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li .btn a {
    padding: 0.6153846154vw 0 0.6923076923vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li .btn a {
    font-size: 3.125vw;
    padding: 1.5625vw 0 1.71875vw;
  }
}
#beginners #sec2 .con-list ul li .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li .btn a::before {
    right: 0.6923076923vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li .btn a::before {
    right: 1.5625vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
#beginners #sec2 .con-list ul li .btn a::after {
  content: "";
  position: absolute;
  top: 50.2%;
  right: 13px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li .btn a::after {
    right: 1vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li .btn a::after {
    right: 2.5vw;
    width: 1.875vw;
    height: 2.1875vw;
  }
}
#beginners #sec2 .con-list ul li .btn:hover {
  background-color: #fff;
}
#beginners #sec2 .con-list ul li .btn:hover a {
  color: #887D54;
}
#beginners #sec2 .con-list ul li .btn:hover a::after {
  transform: translateY(-50%) scale(1.4);
}
#beginners #sec2 .con-list ul li:nth-child(1) .img {
  width: 211px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li:nth-child(1) .img {
    width: 16.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li:nth-child(1) .img {
    width: 31.25vw;
  }
}
#beginners #sec2 .con-list ul li:nth-child(2) .img {
  width: 202px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec2 .con-list ul li:nth-child(2) .img {
    width: 15.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec2 .con-list ul li:nth-child(2) .img {
    width: 31.25vw;
  }
}
#beginners #sec3 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.1);
}
@media only screen and (max-width: 1300px) {
  #beginners #sec3 .item {
    padding: 14px 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec3 .item {
    display: block;
    padding: 4.6875vw 3.125vw;
  }
}
#beginners #sec3 .item:not(:last-child) {
  margin-bottom: 30px;
}
#beginners #sec3 .item .card {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec3 .item .card {
    width: 16.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec3 .item .card {
    width: 30.9375vw;
    margin: 0 auto 3.90625vw;
  }
}
#beginners #sec3 .item .detail {
  width: 765px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec3 .item .detail {
    width: 58.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec3 .item .detail {
    width: auto;
  }
}
#beginners #sec3 .item .detail .name {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  background-color: #FFFDC4;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec3 .item .detail .name {
    font-size: 3.75vw;
    margin-bottom: 2.8125vw;
  }
}
#beginners #sec3 .item .detail .txt {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #beginners #sec3 .item .detail .txt {
    font-size: 3.125vw;
  }
}
#beginners #sec4 .box-gray {
  padding: 28px 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray {
    padding: 3.125vw 3.90625vw;
  }
}
#beginners #sec4 .box-gray .img {
  margin-bottom: 20px;
}
#beginners #sec4 .box-gray .img img {
  border-radius: 10px;
}
#beginners #sec4 .box-gray .img .note {
  font-size: 14px;
  text-align: right;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .img .note.pc {
    display: none;
  }
}
#beginners #sec4 .box-gray .img .note.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .img .note.sp {
    display: block;
  }
}
#beginners #sec4 .box-gray .img.change {
  position: relative;
}
#beginners #sec4 .box-gray .img.change .off {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#beginners #sec4 .box-gray .img.change:hover .off {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .img.change:hover .off {
    opacity: 0;
  }
}
#beginners #sec4 .box-gray .img.change.on-change .off {
  opacity: 1;
}
#beginners #sec4 .box-gray p {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray p {
    font-size: 3.125vw;
  }
}
#beginners #sec4 .box-gray p span {
  height: 23px;
  background: linear-gradient(transparent 30%, #FFF 30%);
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray p span {
    height: 4.6875vw;
  }
}
#beginners #sec4 .box-gray .position dt {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .position dt {
    font-size: 3.75vw;
  }
}
#beginners #sec4 .box-gray .position dt .num {
  display: flex;
  width: 27px;
  height: 30px;
  color: #fff;
  font-size: 26px;
  font-family: "Hanken Grotesk", sans-serif;
  justify-content: center;
  align-items: center;
  background-color: #FF52BC;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .position dt .num {
    font-size: 4.0625vw;
    width: 4.21875vw;
    height: 4.6875vw;
    margin-right: 1.25vw;
  }
}
#beginners #sec4 .box-gray .position dd {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .position dd {
    font-size: 3.125vw;
  }
}
#beginners #sec4 .box-gray .position dd:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px dotted #534B88;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .box-gray .position dd:not(:last-child) {
    padding-bottom: 1.875vw;
    margin-bottom: 2.5vw;
  }
}
#beginners #sec4 .step {
  margin-top: 20px;
}
#beginners #sec4 .step li {
  position: relative;
  padding: 18px 40px 23px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.5);
}
#beginners #sec4 .step li:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .step li:not(:last-child) {
    margin-bottom: 5.9375vw;
  }
}
#beginners #sec4 .step li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 18px;
  background: url("../img/beginner/arrow.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .step li:not(:last-child)::after {
    width: 3.125vw;
    height: 2.8125vw;
    bottom: -4.53125vw;
  }
}
#beginners #sec4 .step li .name {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: -2px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .step li .name {
    font-size: 3.75vw;
    margin-bottom: 0vw;
  }
}
#beginners #sec4 .step li .name .num {
  font-size: 26px;
  font-family: "Hanken Grotesk", sans-serif;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .step li .name .num {
    font-size: 4.0625vw;
    margin-right: 1.5625vw;
  }
}
#beginners #sec4 .step li .txt {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #beginners #sec4 .step li .txt {
    font-size: 3.125vw;
  }
}
#beginners #sec5 {
  text-align: center;
}
#beginners #sec5 .box-gray {
  padding: 38px 0 72px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec5 .box-gray {
    padding: 4.6875vw 3.125vw 10.15625vw;
  }
}
#beginners #sec5 p {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #beginners #sec5 p {
    font-size: 3.75vw;
    margin-bottom: 4.6875vw;
  }
}
#beginners #sec5 .btn {
  display: inline-block;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  background-color: #887D54;
  border: 2px solid #887D54;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #beginners #sec5 .btn {
    position: static;
    transform: unset;
    width: 100%;
    border-radius: 7.8125vw;
  }
}
#beginners #sec5 .btn a {
  position: relative;
  display: block;
  padding: 20px 66px 20px;
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
  font-size: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec5 .btn a {
    padding: 1.5384615385vw 5.0769230769vw 1.5384615385vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec5 .btn a {
    font-size: 3.125vw;
    padding: 3.125vw 0 3.28125vw;
  }
}
#beginners #sec5 .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec5 .btn a::before {
    right: 1.1538461538vw;
    width: 2.4615384615vw;
    height: 2.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec5 .btn a::before {
    right: 2.34375vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
#beginners #sec5 .btn a::after {
  content: "";
  position: absolute;
  top: 50.2%;
  right: 19px;
  transform: translateY(-50%);
  width: 19px;
  height: 15px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #beginners #sec5 .btn a::after {
    right: 1.4615384615vw;
    width: 1.4615384615vw;
    height: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #beginners #sec5 .btn a::after {
    right: 3.203125vw;
    width: 1.875vw;
    height: 2.1875vw;
  }
}
#beginners #sec5 .btn:hover {
  background-color: #fff;
}
#beginners #sec5 .btn:hover a {
  color: #887D54;
}
#beginners #sec5 .btn:hover a::after {
  transform: translateY(-50%) scale(1.4);
}