@media screen and (max-width: 1024px) {
  html {
    font-size: 1.1111111111vw !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw !important;
  }
}
html * {
  box-sizing: border-box;
}

.sp-b {
  display: none;
}

.pc-b {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-b {
    display: block;
  }
  .pc-b {
    display: none;
  }
}
.br-table {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-table {
    display: block;
  }
}

.yellow {
  color: #fdf400;
}

.green {
  color: #279795;
}

.section__bg {
  background: #0e2c58;
}
.section__bg .container .content .content-text {
  width: 100rem;
  margin: 0 auto;
  background: url(../images/bg-main.png) no-repeat;
  padding: 0 5.7rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section__bg .container .content .content-text {
    padding: 0 1.5rem;
    padding-top: 4rem;
    padding-bottom: 0rem;
    text-align: center;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text {
    width: 100%;
  }
}
.section__bg .container .content .content-text .title-h1 {
  display: flex;
  flex-direction: column;
}
.section__bg .container .content .content-text .img {
  position: absolute;
  right: -10.5rem;
  top: -8.5rem;
}
@media screen and (max-width: 1200px) {
  .section__bg .container .content .content-text .img {
    right: -2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text .img {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section__bg .container .content .content-text .img {
    position: initial;
    display: flex;
    justify-content: center;
  }
}
.section__bg .container .content .content-text .img img {
  width: 38.4rem;
}
@media screen and (max-width: 1400px) {
  .section__bg .container .content .content-text .img img {
    width: 37.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text .img img {
    width: 35.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__bg .container .content .content-text .img img {
    width: 22.5rem;
  }
}
.section__bg .container .content .content-text .center-text {
  text-align: center;
  width: 64rem;
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text .center-text {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .section__bg .container .content .content-text .center-text {
    width: 100%;
  }
}
.section__bg .container .content .content-text .title-yaw {
  color: #0e2c58;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  width: 64rem;
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text .title-yaw {
    width: 50rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__bg .container .content .content-text .title-yaw {
    width: 100%;
    font-size: 2.2rem;
    padding: 0.3rem 2rem;
  }
}
.section__bg .container .content .content-text .title-big {
  color: #0e2c58;
  font-size: 7.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .section__bg .container .content .content-text .title-big {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section__bg .container .content .content-text .title-big {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__bg .container .content .content-text .title-big {
    font-size: 5.5rem;
  }
}
.section__bg .container .content .content-text .des-text {
  font-size: 1.8rem;
  color: #494949;
}
.section__bg .container .content .content-text .btn-re {
  border-radius: 5rem;
  background: #0e2c58;
  padding: 1.6rem 4.2rem;
  padding-right: 8.8rem;
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  margin: 2.6rem 0;
  display: inline-block;
}
.section__bg .container .content .content-text .btn-re:hover {
  background-color: #0e2c58;
  filter: drop-shadow(0px 0px 1rem #0e2c58);
}
.section__bg .container .content .content-text .btn-re::after {
  position: absolute;
  content: "";
  background: url(../images/icon-arrow.png) no-repeat;
  width: 3.5rem;
  height: 0.6rem;
  background-size: contain;
  top: 50%;
  transform: translate(0%, -50%);
  right: 3.8rem;
}

.section__young {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .section__young {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section__young .container .line-young {
  background: #00ba00;
  margin: 0 auto;
  padding: 3.3rem 0;
  color: #fff;
  display: block;
}
.section__young .container .line-young:hover {
  background-color: #00ba00;
  filter: drop-shadow(0px 0px 1rem #00ba00);
}
@media screen and (max-width: 1024px) {
  .section__young .container .line-young {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section__young .container .line-young {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 2rem;
  }
}
.section__young .container .line-young .line-cau {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  align-items: center;
}
.section__young .container .line-young .line-cau .line img {
  width: 23.2rem;
}
.section__young .container .line-young .line-cau .step img {
  width: 38.3rem;
}
@media screen and (max-width: 767px) {
  .section__young .container .line-young .line-cau {
    flex-direction: column;
    gap: 2rem;
  }
}
.section__young .container .line-young .des-line {
  display: flex;
  justify-content: center;
  gap: 2.1rem;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .section__young .container .line-young .des-line {
    flex-direction: column;
    gap: 2rem;
  }
}
.section__young .container .line-young .des-line .text {
  font-size: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section__young .container .line-young .des-line .text {
    font-size: 2.5rem;
    text-align: center;
  }
}
.section__young .container .line-young .des-line .des {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .section__young .container .line-young .des-line .des {
    text-align: center;
  }
}
.section__young .container .content-young {
  width: 100rem;
  margin: 0 auto;
  margin-top: 6.3rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .section__young .container .content-young {
    width: 100%;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section__young .container .content-young {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.section__young .container .content-young .des {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .section__young .container .content-young .des {
    width: 100%;
  }
}
.section__young .container .content-young .des .content {
  margin-top: 3rem;
}
.section__young .container .content-young .des .title-young {
  color: #0e2c58;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section__young .container .content-young .des .title-young {
    display: flex;
  }
}
.section__young .container .content-young .des .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__young .container .content-young .des .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-blue.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__young .container .content-young .img img {
  width: 50rem;
}

.section__qa {
  padding-top: 15.3rem;
  background: rgba(14, 44, 88, 0.1);
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .section__qa {
    padding-top: 10rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section__qa .container .title-young {
  color: #0e2c58;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.section__qa .container .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__qa .container .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-blue.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__qa .container .list-qa {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 15rem;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .section__qa .container .list-qa {
    width: 100%;
  }
}
.section__qa .container .list-qa .sub {
  width: 100%;
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .section__qa .container .list-qa .sub {
    padding-left: 0;
  }
}
.section__qa .container .list-qa .sub .ques {
  padding-left: 4rem;
  position: relative;
}
.section__qa .container .list-qa .sub .ques::before {
  position: absolute;
  content: "Q";
  width: 3rem;
  height: 3rem;
  background: #0e2c58;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.7rem;
  line-height: 0;
  font-size: 2.4rem;
  left: 0;
  top: 1.5rem;
  transform: translate(0%, -50%);
}
.section__qa .container .list-qa .sub .ans {
  padding-left: 4rem;
  position: relative;
}
.section__qa .container .list-qa .sub .ans::before {
  position: absolute;
  content: "A";
  width: 3rem;
  height: 3rem;
  background: #0e2c58;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.7rem;
  line-height: 0;
  font-size: 2.4rem;
  left: 0;
}
.section__qa .container .list-company {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00ba00;
}
@media screen and (max-width: 767px) {
  .section__qa .container .list-company {
    flex-direction: column-reverse;
  }
}
.section__qa .container .list-company .text {
  width: 50%;
  color: #fff;
  padding: 2rem 0;
  padding-left: 30rem;
  padding-right: 9rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .section__qa .container .list-company .text {
    padding-left: 10rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1100px) {
  .section__qa .container .list-company .text {
    padding: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .section__qa .container .list-company .text {
    width: 100%;
    align-items: center;
  }
}
.section__qa .container .list-company .text .title-young {
  text-align: center;
}
.section__qa .container .list-company .text .title-young img {
  width: 28.8rem;
}
.section__qa .container .list-company .text .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__qa .container .list-company .text .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-grey.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__qa .container .list-company .text .content {
  margin-bottom: 1.4rem;
}
.section__qa .container .list-company .text .btn-company {
  padding: 1.5rem 4.5rem;
  color: #00ba00;
  font-weight: 500;
  border-radius: 2.55rem;
  background: #fff;
  max-width: 26rem;
  text-align: center;
  margin: 0 auto;
}
.section__qa .container .list-company .text .btn-company:hover {
  background-color: #fff;
  filter: drop-shadow(0px 0px 1rem #fff);
}
.section__qa .container .list-company .text .line-cp {
  margin-top: 2rem;
}
.section__qa .container .list-company .text .line-cp img {
  width: 26.2rem;
}
.section__qa .container .list-company .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section__qa .container .list-company .img {
    width: 100%;
  }
}
.section__qa .container .list-company .img img {
  width: 100%;
  display: flex;
}

.section__step {
  background: rgba(14, 44, 88, 0.1);
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .section__step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section__step .container {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section__step .container {
    width: 100%;
  }
}
.section__step .container .title-step {
  color: #053245;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section__step .container .title-step span {
  position: relative;
  z-index: 2;
  background: #e6e9ee;
  padding: 2rem;
}
.section__step .container .title-step::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  height: 0.1rem;
  border-bottom: 0.1rem solid #053245;
  z-index: -1rem;
}
.section__step .container .list-step {
  margin-top: 5.5rem;
  display: flex;
  gap: 5.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section__step .container .list-step {
    flex-direction: column;
  }
}
.section__step .container .list-step .sub {
  background: #0e2c58;
  color: #fff;
  width: 25.3rem;
  text-align: center;
  padding: 3rem;
  padding-bottom: 0rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__step .container .list-step .sub {
    width: 100%;
  }
}
.section__step .container .list-step .sub::after {
  position: absolute;
  content: "";
  background: url(../images/icon-ta.png) no-repeat;
  background-size: contain;
  width: 5rem;
  height: 3.1rem;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section__step .container .list-step .sub .img {
  margin-top: 2rem;
}
.section__step .container .list-step .sub .img img {
  width: 13.8rem;
}
.section__step .container .table-step {
  margin: 0 auto;
  margin-top: 5.5rem;
  width: 86.9rem;
  background: #fff;
  padding: 3.1rem 4.5rem;
  border: 0.1rem solid #0e2c58;
}
@media screen and (max-width: 1024px) {
  .section__step .container .table-step {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section__step .container .table-step {
    padding: 2rem;
  }
}
.section__step .container .table-step .text-lau {
  background: #0e2c58;
  font-size: 2.5rem;
  padding: 1.6rem 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section__step .container .table-step .text-lau {
    font-size: 2rem;
  }
}
.section__step .container .table-step .list-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__step .container .table-step .list-tab {
    flex-direction: column-reverse;
  }
}
.section__step .container .table-step .list-tab .text {
  width: 41.8rem;
}
@media screen and (max-width: 767px) {
  .section__step .container .table-step .list-tab .text {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.section__step .container .table-step .list-tab .text .saw {
  display: inline-block;
  padding: 2.1rem 4.5rem;
  color: #fff;
  font-size: 1.8rem;
  background: #00ba00;
  margin-top: 2.1rem;
}
.section__step .container .table-step .list-tab .text .saw:hover {
  background-color: #00ba00;
  filter: drop-shadow(0px 0px 1rem #00ba00);
}
@media screen and (max-width: 767px) {
  .section__step .container .table-step .list-tab .text .saw {
    padding: 2rem;
    width: 28rem;
    margin: 0 auto;
    display: flex;
    margin-top: 2rem;
  }
}
.section__step .container .table-step .list-tab .img {
  width: 31.2rem;
}
.section__step .container .table-step .list-tab .img img {
  width: 31.2rem;
}

.section__flow {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url(../images/bg-flow.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .section__flow {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__flow {
    background-repeat: round;
  }
}
.section__flow .container .title-young {
  color: #0e2c58;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.section__flow .container .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__flow .container .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-blue.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__flow .container .list-dev {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .section__flow .container .list-dev {
    gap: 7rem;
  }
}
.section__flow .container .list-dev .sub-dev {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9rem;
}
@media screen and (max-width: 767px) {
  .section__flow .container .list-dev .sub-dev {
    flex-direction: column;
  }
  .section__flow .container .list-dev .sub-dev:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.section__flow .container .list-dev .sub-dev .des {
  width: 37.4rem;
}
@media screen and (max-width: 767px) {
  .section__flow .container .list-dev .sub-dev .des {
    width: 100%;
  }
}
.section__flow .container .list-dev .sub-dev .des .content {
  margin-top: 3rem;
}
.section__flow .container .list-dev .sub-dev .des .head_test {
  margin: 0;
  font-size: 2.4rem;
  position: relative;
  font-weight: normal;
  display: inline-block;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  color: #0e2c58;
}
.section__flow .container .list-dev .sub-dev .des .head_test::before {
  content: "";
  background-color: #ffeaac;
  display: block;
  position: absolute;
  left: 0;
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
  top: 0;
  z-index: -1;
}
.section__flow .container .list-dev .sub-dev .des .head_test .border {
  margin-right: 2rem;
  font-weight: bold;
}
.section__flow .container .list-dev .sub-dev .des .title-young {
  color: #0e2c58;
  font-size: 2.5rem;
  font-weight: 500;
}
.section__flow .container .list-dev .sub-dev .des .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__flow .container .list-dev .sub-dev .des .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-blue.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__flow .container .list-dev .sub-dev .img {
  width: 39.5rem;
}
@media screen and (max-width: 767px) {
  .section__flow .container .list-dev .sub-dev .img {
    width: 100%;
  }
}
.section__flow .container .list-dev .sub-dev .img img {
  width: 39.5rem;
}

.section__posts {
  padding-top: 16.6rem;
}
@media screen and (max-width: 1024px) {
  .section__posts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__posts {
    padding-top: 10rem;
  }
}
.section__posts .container .title-young {
  color: #0e2c58;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.section__posts .container .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__posts .container .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-blue.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__posts .container .list-post {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-post {
    flex-direction: column-reverse;
  }
}
.section__posts .container .list-post .des {
  width: 49.8rem;
  background: #00ba00;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  height: 43.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section__posts .container .list-post .des .btn {
  border-radius: 3.15rem;
  background: #f7ff04;
  color: #00ba00;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.1rem 4.7rem;
}
.section__posts .container .list-post .des .btn:hover {
  background-color: #f7ff04;
  filter: drop-shadow(0px 0px 1rem #f7ff04);
}
@media screen and (max-width: 1024px) {
  .section__posts .container .list-post .des {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-post .des {
    width: 100%;
    height: 49rem;
  }
}
.section__posts .container .list-post .des .img-line img {
  width: 28.1rem;
}
.section__posts .container .list-post .img {
  width: 49.8rem;
  height: 43.4rem;
  background: #1f4885;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section__posts .container .list-post .img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-post .img {
    width: 100%;
    height: 30rem;
  }
}
.section__posts .container .list-post .img img {
  width: 38.5rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}
@media screen and (max-width: 1024px) {
  .section__posts .container .list-post .img img {
    width: 25rem;
    right: auto;
    right: 4rem;
  }
}
.section__posts .container .list-show {
  margin: 0 auto;
  margin-top: 6rem;
  width: 99.6rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .section__posts .container .list-show {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-show {
    flex-direction: column;
  }
}
.section__posts .container .list-show .des {
  width: 45rem;
}
@media screen and (max-width: 1024px) {
  .section__posts .container .list-show .des {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-show .des {
    width: 100%;
  }
}
.section__posts .container .list-show .des .title-young {
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-show .des .title-young {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.section__posts .container .list-show .des .title-show {
  color: #0e2c58;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-show .des .title-show {
    text-align: center;
  }
}
.section__posts .container .list-show .des .text .mix {
  padding-left: 2rem;
  display: inline-block;
  font-size: 1.6rem;
}
.section__posts .container .list-show .img {
  width: 49.8rem;
  display: flex;
  gap: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .section__posts .container .list-show .img {
    width: 51%;
  }
}
@media screen and (max-width: 767px) {
  .section__posts .container .list-show .img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.section__posts .container .list-show .img .img1 img {
  width: 25.4rem;
}
.section__posts .container .list-show .img .img2 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.section__posts .container .list-show .img .img2 img {
  width: 21.2rem;
}

.section__write {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .section__write {
    padding-top: 10rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section__write .container .title-young {
  color: #0e2c58;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.section__write .container .title-young .border {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 1.9rem;
}
.section__write .container .title-young .border::before {
  position: absolute;
  content: "";
  background: url(../images/border-blue.png) no-repeat;
  width: 7rem;
  height: 0.6rem;
  background-size: contain;
  bottom: -0.5rem;
  left: 0;
}
.section__write .container .content {
  width: 100rem;
  margin: 0 auto;
  margin-top: 4.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section__write .container .content {
    width: 100%;
  }
}
.section__write .container .list-rev {
  width: 100rem;
  margin: 0 auto;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section__write .container .list-rev {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section__write .container .list-rev {
    flex-direction: column;
    gap: 3rem;
  }
}
.section__write .container .list-rev .sub {
  width: 31%;
  border-radius: 1.3rem;
  background: #fff;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  padding: 3.1rem;
}
@media screen and (max-width: 767px) {
  .section__write .container .list-rev .sub {
    width: 100%;
  }
}
.section__write .container .list-rev .sub .img {
  text-align: center;
}
.section__write .container .list-rev .sub .img img {
  width: 12.3rem;
}
.section__write .container .list-rev .sub .name {
  color: #0e2c58;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .ans strong {
    font-size: 1.6rem;
  }
  .ans .mix {
    padding-left: 1rem;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink_shadown {
  0% {
    filter: drop-shadow(0 0 0.6rem var(--color-shadow));
  }
  100% {
    filter: drop-shadow(0 0 0 var(--color-shadow));
  }
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    filter: drop-shadow(0 0 0 var(--color-shadow));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 1.2rem var(--color-shadow));
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 0.6rem var(--color-shadow));
  }
}
#campain {
  position: fixed;
  z-index: 9;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #campain {
    bottom: 5rem;
  }
}
#campain .container {
  margin: 0 auto;
}
#campain .campain_content {
  font-weight: bold;
  color: #0e2c58;
  background-color: #0e2c58;
  transition: 0.3s;
  position: relative;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #campain .campain_content::after {
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #4c9ac0 #fff #4c9ac0;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}
#campain .campain {
  --color-shadow: #fff;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #campain .campain {
    font-size: 2.6rem;
  }
}
#campain .campain span {
  text-shadow: -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff;
  animation: glow_anime_on 1s ease-out forwards;
}
#campain .campain .active span {
  animation: blink_shadown 1.5s ease-in-out infinite alternate;
  animation-delay: 0s !important;
}
#campain .campain .text_line span {
  color: #00ba00;
}

@media screen and (min-width: 1026px) {
  .hide_desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #back-to-top {
    bottom: 16rem !important;
  }
}

#campain {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
#campain.show {
  visibility: visible;
  opacity: 1;
}
#campain .text_yellow {
  color: #ffc107;
}

.text_noto {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.section_campain_1st {
  background-color: #ffe9a7;
  background-image: repeating-linear-gradient(45deg, #ffc107 25%, transparent 25%, transparent 75%, #ffc107 75%, #ffc107), repeating-linear-gradient(45deg, #ffc107 25%, #ffe9a7 25%, #ffe9a7 75%, #ffc107 75%, #ffc107);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
  padding: 5rem 1rem;
}
.section_campain_1st .campain_1st {
  --border-width: 0.3rem;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0.5em;
  border: var(--border-width) solid #0e2c58;
  background: linear-gradient(to right, #ffffff 50%, #0e2c58 50%);
  --bg-color1: #85c5e5;
  --bg-color2: #71bade;
  --bg-rotate: -55deg;
  background-color: #fff;
  background-image: repeating-linear-gradient(var(--bg-rotate), var(--bg-color1), var(--bg-color1) 9px, var(--bg-color2) 9px, var(--bg-color2) 16px);
  color: #0e2c58;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_campain_1st .campain_1st {
    --border-width: 0.2rem;
  }
}
.section_campain_1st .campain_1st:after {
  content: "";
  position: absolute;
  right: calc(var(--border-width) * -5);
  bottom: calc(var(--border-width) * -5);
  width: 100%;
  height: 100%;
  border-right: var(--border-width) solid #0e2c58;
  border-bottom: var(--border-width) solid #0e2c58;
}
.section_campain_1st .campain_1st .campain_1st_content {
  --color-shadow: #ffffff;
  font-weight: 900;
  font-size: 2.4rem;
  text-shadow: -1px 0px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff;
  text-shadow: 0.1rem 0.1rem 0 var(--color-shadow), 0.1rem 0.1rem 0 var(--color-shadow), 0.2rem 0.2rem 0 var(--color-shadow);
}
@media screen and (max-width: 767px) {
  .section_campain_1st .campain_1st .campain_1st_content {
    font-size: 2rem;
  }
}
.section_campain_1st .campain_1st .campain_1st_content .text_yellow {
  color: #ffc107;
}
.section_campain_1st .campain_1st .campain_1st_content .campain_1st_detail .text_lg {
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  .section_campain_1st .campain_1st .campain_1st_content .campain_1st_detail .text_md {
    font-size: 3.1rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .section_campain_1st .campain_1st .campain_1st_content .campain_1st_detail .text_smd {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section_campain_1st .campain_1st .campain_1st_content .campain_1st_detail span {
    display: inline-block;
  }
}
.section_campain_1st .campain_1st .campain_1st_content .campain_1st_detail > span {
  filter: drop-shadow(0 0 0.6rem var(--color-shadow));
}
.section_campain_1st .campain_1st .campain_1st_content .campain_1st_detail > span > span {
  animation: blink_shadown 1.5s ease-in-out infinite alternate;
  text-shadow: -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff;
}
.section_campain_1st .campain_1st .campain_1st_ttl {
  color: #fdf201;
  --color-shadow: #0e2c58;
  font-weight: 900;
  font-size: 3.4rem;
  text-shadow: 0.1rem 0.1rem 0 var(--color-shadow), 0.2rem 0.2rem 0 var(--color-shadow), 0.3rem 0.3rem 0 var(--color-shadow);
}
@media screen and (max-width: 767px) {
  .section_campain_1st .campain_1st .campain_1st_ttl {
    margin-bottom: 0.7em;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.section_campain_1st .campain_1st:hover {
  filter: drop-shadow(0 0 1rem #0e2c58);
}