.sub-page__content {
  background: url(../../img/sub/bg_03.svg) top 540px left 6%/225px no-repeat, url(../../img/sub/bg_02.svg) top 40px right 7%/220px no-repeat;
}
@media only screen and (max-width: 1024px) {
  .sub-page__content {
    background: url(../../img/sub/bg_03.svg) top 550px left -8%/225px no-repeat, url(../../img/sub/bg_02.svg) top 40px right 2%/220px no-repeat;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content {
    background: url(../../img/sub/bg_03_01_sp.svg) top 520px right/159px no-repeat, url(../../img/sub/bg_01_sp.svg) top -5px left 12%/114px no-repeat;
  }
}

.section-sales {
  padding-top: 115px;
  margin-top: -65px;
  margin-bottom: 96px !important;
}
@media only screen and (max-width: 1300px) {
  .section-sales {
    padding-top: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-sales {
    padding-top: 80px;
    margin-bottom: 56px !important;
  }
}

.section-style {
  background: url(../img/tri_02.svg) left bottom/44% no-repeat, url(../img/tri_01.svg) right bottom/80% no-repeat, var(--color-main);
  position: relative;
  padding: 96px 0;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .section-style {
    padding: 56px 0;
    background: url(../img/tri_02_sp.svg) left bottom/100% no-repeat, url(../img/tri_01_sp.svg) right top/166% no-repeat, var(--color-main);
  }
}
.section-style .h2 {
  padding-top: 115px;
  margin-top: -115px;
}
.section-style p {
  color: #fff;
}
.section-style .note {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .section-style .note {
    display: block;
    margin-top: 6px;
  }
}
.section-style .block {
  padding: 26px 24px 32px;
  background-color: #fff;
  border-radius: 10px;
  width: calc((100% - 56px) / 3);
}
@media only screen and (max-width: 768px) {
  .section-style .block {
    width: 100%;
  }
}
.section-style .block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .section-style .block-wrapper {
    margin-top: 24px;
    gap: 24px;
  }
}
.section-style .block-ttl {
  font-size: 18px;
  color: #172852;
  margin-bottom: 12px !important;
  text-align: center;
  line-height: 1.3;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .section-style .block-ttl {
    margin-bottom: 16px !important;
    height: auto;
  }
}
.section-style .block-img {
  text-align: center;
}
.section-style .block-txt {
  font-size: 14px;
  color: #172852;
  margin-top: 16px;
}

.section-step {
  padding-top: 110px;
  margin-top: -14px;
  padding-bottom: 137px;
  margin-bottom: 0 !important;
  background: url(../../img/sub/bg_06.svg) top 620px left 4%/281px no-repeat, url(../../img/sub/bg_05.svg) top 80px right 5%/222px no-repeat;
}
@media only screen and (max-width: 1300px) {
  .section-step {
    padding-top: 96px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-step {
    background: url(../../img/sub/bg_06.svg) top 670px left -80px/281px no-repeat, url(../../img/sub/bg_05.svg) top 30px right/222px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .section-step {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 540px) {
  .section-step {
    background: url(../../img/sub/bg_05_01_sp.svg) bottom -10px left/146px no-repeat, url(../../img/sub/bg_04_sp.svg) top -10px right 0px/100px no-repeat;
  }
}
.section-step .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .section-step .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-step .flex .diagram-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}
.section-step .flex .diagram-col .arrow-all {
  position: absolute;
  margin-top: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-step .flex .diagram-col .arrow-all {
    margin-top: 20px;
    width: 65px;
  }
}
@media only screen and (max-width: 540px) {
  .section-step .flex .diagram-col .arrow-all {
    margin-top: 30px;
  }
}
.section-step .flex .diagram-col .arrow-horizon {
  position: absolute;
  margin-top: -22px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section-step .flex .diagram-col .arrow-horizon {
    width: 38px;
    margin-top: -32px;
  }
}
@media only screen and (max-width: 540px) {
  .section-step .flex .diagram-col .arrow-horizon {
    margin-top: -24px;
  }
}
.section-step .flex .diagram-col .arrow-horizon--01 {
  left: 33%;
}
@media only screen and (max-width: 768px) {
  .section-step .flex .diagram-col .arrow-horizon--01 {
    left: 27%;
  }
}
.section-step .flex .diagram-col .arrow-horizon--02 {
  right: 26%;
}
@media only screen and (max-width: 768px) {
  .section-step .flex .diagram-col .arrow-horizon--02 {
    right: 14%;
  }
}
.section-step .flex .img-col {
  width: 296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .section-step .flex .img-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 15px;
  }
  .section-step .flex .img-col img {
    width: calc(50% - 7.5px);
  }
}
.section-step .diagram-wrapper {
  border: 1px solid #d9e8ec;
  border-radius: 10px;
  padding: 20px 40px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-wrapper {
    padding: 16px 20px;
    border-radius: 8px;
  }
}
.section-step .diagram-ttl {
  font-size: 20px;
  color: var(--color-main);
  margin-bottom: 10px !important;
  line-height: 1;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-ttl {
    font-size: 16px;
  }
}
.section-step .diagram-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-group {
    gap: 32px;
  }
}
.section-step .diagram-group .arrow-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-step .diagram-block {
  border-radius: 10px;
  background-color: #6C9BD2;
  text-align: center;
  padding: 8px 15px 16px;
  width: 220px;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-block {
    width: calc(50% - 16px);
    padding: 16px 10px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .section-step .diagram-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-step .diagram-block__ttl {
  font-size: 16px;
  line-height: 1.75;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px !important;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-block__ttl {
    font-size: 14px;
  }
}
.section-step .diagram-block__txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px !important;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-block__txt {
    font-size: 12px;
    text-align: left;
  }
}
.section-step .diagram-block__white {
  height: 22px;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  color: #6C9BD2;
  border-radius: 2px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .section-step .diagram-block__white {
    font-size: 12px;
    height: auto;
    padding: 12px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: -0.1px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
  .section-step .diagram-block__white.-line2 {
    height: 55px;
  }
}

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

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

.section-training {
  background: url(../img/tri_04.svg) right bottom/23% no-repeat, url(../img/tri_03.svg) right top/110% no-repeat, var(--color-main);
  position: relative;
  padding: 96px 0;
  margin-bottom: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section-training {
    padding: 56px 0;
    background: url(../img/tri_04_sp.svg) left top/100% no-repeat, url(../img/tri_03_sp.svg) left bottom/134% no-repeat, var(--color-main);
  }
}
.section-training .h2 {
  padding-top: 115px;
  margin-top: -115px;
}
.section-training p {
  color: #fff;
}
.section-training .whitebox {
  padding: 64px 55px 64px 80px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox {
    padding: 32px 20px;
  }
}
.section-training .whitebox:first-of-type {
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox:first-of-type {
    margin-top: 25px;
  }
}
.section-training .whitebox:first-of-type .figure {
  position: absolute;
  right: 26px;
  top: 0;
  -webkit-transform: translateY(-62%);
          transform: translateY(-62%);
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox:first-of-type .figure {
    width: 12%;
    top: -28px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 540px) {
  .section-training .whitebox:first-of-type .figure {
    width: 25%;
    right: 13px;
  }
}
.section-training .whitebox:first-of-type .big-txt {
  font-size: 100px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  white-space: nowrap;
  letter-spacing: 5px;
  -webkit-transform: translate(45%, 135%) rotate(90deg);
          transform: translate(45%, 135%) rotate(90deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .section-training .whitebox:first-of-type .big-txt {
    display: none;
  }
}
.section-training .whitebox:last-child .figure {
  position: absolute;
  right: 40px;
  top: -22px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox:last-child .figure {
    width: 27.7%;
    top: -24px;
  }
}
@media only screen and (max-width: 540px) {
  .section-training .whitebox:last-child .figure {
    width: 47.7%;
    right: 10px;
  }
}
.section-training .whitebox:not(:last-child) {
  margin-bottom: 40px;
}
.section-training .whitebox__ttl {
  font-size: 32px;
  color: #172852;
  margin-bottom: 32px !important;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox__ttl {
    font-size: 22px;
    margin-bottom: 16px !important;
  }
}
.section-training .whitebox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .flex {
    gap: 20px;
  }
}
.section-training .whitebox .flex .training-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-training .whitebox .flex .img-col {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .flex .img-col {
    width: 30.5%;
    gap: 12px;
    padding-top: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .section-training .whitebox .flex .img-col {
    padding-top: 24%;
  }
}
.section-training .whitebox .flex .img-col img {
  width: 230px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .flex .img-col img {
    width: 100%;
    height: 95px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
}
.section-training .whitebox .flex .img-col img:last-child {
  margin-left: auto;
}
.section-training .whitebox .training {
  line-height: 40px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .training {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
.section-training .whitebox .training-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section-training .whitebox .training:last-child {
  margin-bottom: 0;
}
.section-training .whitebox .training.-arrow {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .training.-arrow {
    margin-bottom: 32px;
  }
}
.section-training .whitebox .training.-arrow:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 31px;
  background: url(../img/arrow.svg) center/cover no-repeat;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .training.-arrow:after {
    width: 42px;
    height: 26px;
    bottom: -29px;
  }
}
.section-training .whitebox .training.-color1 {
  background-color: #2272D2;
  color: #fff;
}
.section-training .whitebox .training.-color2 {
  background-color: #6C9BD2;
  color: #fff;
}
.section-training .whitebox .training.-color3 {
  background-color: #DAE6F5;
  color: #172852;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table {
    min-width: auto !important;
  }
}
.section-training .whitebox .table .tr {
  border: 0;
}
.section-training .whitebox .table .tr:first-child .th:nth-child(1), .section-training .whitebox .table .tr:first-child .th:nth-child(3), .section-training .whitebox .table .tr:first-child .th:nth-child(4) {
  width: 22%;
}
.section-training .whitebox .table .tr:first-child .th:nth-child(2) {
  width: 34%;
}
@media only screen and (max-width: 991px) {
  .section-training .whitebox .table .tr:first-child .th {
    width: 20% !important;
  }
}
.section-training .whitebox .table .tr:first-child .th:not(:first-child) div {
  line-height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background-color: #6C9BD2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .tr:first-child .th:not(:first-child) div {
    font-size: 12px;
    background-color: #2272D2;
    line-height: 28px;
  }
}
.section-training .whitebox .table .tr:first-child .th:first-child {
  position: relative;
}
.section-training .whitebox .table .tr:first-child .th:first-child .col {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  color: #6C9BD2;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .tr:first-child .th:first-child .col {
    font-size: 10px;
    top: 0;
  }
}
.section-training .whitebox .table .tr:first-child .th:first-child .row {
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin: 0;
  color: #2272D2;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .tr:first-child .th:first-child .row {
    font-size: 10px;
    bottom: 0;
  }
}
.section-training .whitebox .table .tr:first-child .th:first-child:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  background: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .tr:first-child .th:first-child:after {
    top: 10px;
    left: 5px;
    width: calc(100% - 12px);
    height: calc(100% - 26px);
  }
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .tr:not(:first-child) .th {
    position: relative;
  }
}
.section-training .whitebox .table .tr:not(:first-child) .th div {
  line-height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  background-color: #2272D2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .tr:not(:first-child) .th div {
    font-size: 12px;
    line-height: 16px;
    padding: 17px 12px;
    position: absolute;
    inset: 2px;
    background-color: #6C9BD2;
  }
}
.section-training .whitebox .table .th {
  border: 0;
  background-color: transparent;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .th {
    padding: 2px;
  }
}
.section-training .whitebox .table .td {
  border: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .td {
    padding: 0;
    height: 60px;
  }
}
.section-training .whitebox .table .td div {
  background-color: #DAE6F5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #172852;
  position: absolute;
  inset: 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-training .whitebox .table .td div {
    font-size: 12px;
    inset: 2px;
  }
}

.bg-section {
  background: url(../../img/sub/bg_08.svg) top 660px left 6%/249px no-repeat, url(../../img/sub/bg_07.svg) top -20px right 3%/200px no-repeat;
}
@media only screen and (max-width: 1024px) {
  .bg-section {
    background: url(../../img/sub/bg_08.svg) top 700px left -3%/249px no-repeat, url(../../img/sub/bg_07.svg) top -20px right -3%/200px no-repeat;
  }
}
@media only screen and (max-width: 540px) {
  .bg-section {
    background: url(../../img/sub/bg_08.svg) top 800px left 55%/139px no-repeat, url(../../img/sub/bg_07.svg) top -20px right 4%/140px no-repeat;
  }
}

.section-benefit {
  padding-top: 110px;
  margin-top: -14px;
  padding-bottom: 96px;
  border-bottom: 1px solid #CDD6DB;
  margin-bottom: 48px !important;
}
@media only screen and (max-width: 1300px) {
  .section-benefit {
    padding-top: 96px;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-benefit {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.section-benefit .blue-box {
  background-color: var(--color-main);
  border-radius: 10px;
  padding: 40px 56px 34px;
}
@media only screen and (max-width: 768px) {
  .section-benefit .blue-box {
    padding: 32px 30px 24px;
  }
}
.section-benefit .blue-box:first-of-type {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .section-benefit .blue-box:first-of-type {
    margin-top: 25px;
  }
}
.section-benefit .blue-box:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .section-benefit .blue-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
.section-benefit .blue-box__ttl {
  font-size: 24px;
  color: #fff;
  padding-bottom: 16px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px !important;
}
@media only screen and (max-width: 768px) {
  .section-benefit .blue-box__ttl {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-benefit .blue-box .table {
    min-width: auto !important;
    margin-bottom: -8px;
  }
}
.section-benefit .blue-box .table .td {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .section-benefit .blue-box .table .td {
    padding: 8px 0;
    font-size: 14px;
  }
  .section-benefit .blue-box .table .td:nth-child(2) {
    padding-left: 32px;
  }
}
.section-benefit .blue-box .table .td.right {
  text-align: right;
}

.section-qna {
  background: url(../../img/sub/bg_10.svg) top 920px left 0%/374px no-repeat, url(../../img/sub/bg_09.svg) top 230px right 4%/206px no-repeat;
}
@media only screen and (max-width: 1300px) {
  .section-qna {
    padding-top: 114px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-qna {
    background: url(../../img/sub/bg_10.svg) top 950px left -110px/374px no-repeat, url(../../img/sub/bg_09.svg) top 30px right/206px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .section-qna {
    padding-top: 56px !important;
  }
}
@media only screen and (max-width: 540px) {
  .section-qna {
    background: url(../../img/sub/bg_02_01_sp.svg) top 880px left/196px no-repeat;
  }
}