.point {
  background-color: #fffaed;
}

@media screen and (min-width: 1000px) {
  .point {
    padding: calc(80/750 * 720px) 0;
  }
}

@media screen and (max-width: 999px) {
  .point {
    padding: calc(80/750 * 100vw) 0;
  }
}

.point .point-ttl-box {
  position: relative;
  text-align: center;
}

.point .point-ttl-box .point-ttl-img {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl-img {
    width: 296.5333333333px;
    height: 145.0666666667px;
    top: -109.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-ttl-box .point-ttl-img {
    width: 37.0666666667vw;
    height: 18.1333333333vw;
    top: -13.7333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-ttl-box .point-ttl-img {
    width: 148.2666666667px;
    height: 72.5333333333px;
    top: -54.9333333333px;
  }
}

.point .point-ttl-box .point-ttl {
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl {
    font-size: 69.3333333333px;
    margin-bottom: 85.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-ttl-box .point-ttl {
    font-size: 8.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-ttl-box .point-ttl {
    font-size: 34.6666666667px;
    margin-bottom: 42.6666666667px;
  }
}

.point .point-ttl-box .point-ttl .point-ttl-stxt {
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-stxt {
    font-size: 58.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-ttl-box .point-ttl .point-ttl-stxt {
    font-size: 7.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-ttl-box .point-ttl .point-ttl-stxt {
    font-size: 29.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-sstxt {
    font-size: 36.2666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-ttl-box .point-ttl .point-ttl-sstxt {
    font-size: 4.5333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-ttl-box .point-ttl .point-ttl-sstxt {
    font-size: 18.1333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-ssstxt {
    font-size: 29.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-ttl-box .point-ttl .point-ttl-ssstxt {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-ttl-box .point-ttl .point-ttl-ssstxt {
    font-size: 14.9333333333px;
  }
}

.point .point-ttl-box .point-ttl .point-ttl-icon {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-icon {
    width: 50.1333333333px;
    height: 58.6666666667px;
    right: 106.6666666667px;
    top: 74.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-ttl-box .point-ttl .point-ttl-icon {
    width: 6.2666666667vw;
    height: 7.3333333333vw;
    right: 13.3333333333vw;
    top: 10.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-ttl-box .point-ttl .point-ttl-icon {
    width: 25.0666666667px;
    height: 29.3333333333px;
    right: 53.3333333333px;
    top: 37.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .point .point-content {
    margin-bottom: 68.2666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content {
    margin-bottom: 8.5333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content {
    margin-bottom: 34.1333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-ttl-img {
    width: 75.7333333333px;
    height: 80px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-ttl-img {
    width: 9.4666666667vw;
    height: 10vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-ttl-img {
    width: 37.8666666667px;
    height: 40px;
  }
}

.point .point-content .point-content-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-ttl {
    margin-bottom: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-ttl {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-ttl {
    margin-bottom: 21.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt {
    font-size: 32px;
    padding-left: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt {
    font-size: 16px;
    padding-left: 21.3333333333px;
  }
}

.point .point-content .point-content-ttl .point-content-ttl-txt span {
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt span {
    font-size: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt span {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt span {
    font-size: 21.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-img {
    border-radius: 21.3333333333px 21.3333333333px 0 0;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-img {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-img {
    border-radius: 10.6666666667px 10.6666666667px 0 0;
  }
}

.point .point-content .point-txt-box {
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-txt-box {
    border-radius: 0 0 21.3333333333px 21.3333333333px;
    padding: 59.7333333333px 29.8666666667px 56.5333333333px 29.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-txt-box {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 7.4666666667vw 3.7333333333vw 7.0666666667vw 3.7333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-txt-box {
    border-radius: 0 0 10.6666666667px 10.6666666667px;
    padding: 29.8666666667px 14.9333333333px 28.2666666667px 14.9333333333px;
  }
}

.point .point-content .point-content-illust {
  float: right;
  clear: both;
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-illust {
    width: 292.2666666667px;
    height: 227.2px;
    margin-left: 3.2px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-illust {
    width: 36.5333333333vw;
    height: 28.4vw;
    margin-left: 0.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-illust {
    width: 146.1333333333px;
    height: 113.6px;
    margin-left: 1.6px;
  }
}

.point .point-content .point-content-txt {
  line-height: 1.7;
  letter-spacing: 0.006em;
}

@media screen and (min-width: 1000px) {
  .point .point-content .point-content-txt {
    font-size: 29.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .point-content-txt {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .point-content-txt {
    font-size: 14.9333333333px;
  }
}

.point .point-content .point-content-txt span {
  font-weight: 700;
  color: #edc025;
}

.point .point-content .clear-after {
  display: none;
  clear: both;
  height: 0;
}

.point .point-content .clear {
  clear: both;
}

.point .point-content .space {
  float: right;
  height: 4em;
}

@media screen and (max-width: 999px) {
  .point .point-content .space {
    height: 18.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .space {
    height: 3em;
  }
}

.point .point-content .notes-box {
  background-color: #f5f5f5;
  line-height: 1.7;
}

@media screen and (min-width: 1000px) {
  .point .point-content .notes-box {
    border-radius: 10.6666666667px;
    margin-top: 125.8666666667px;
    padding: 42.6666666667px 25.6px;
    font-size: 23.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .point .point-content .notes-box {
    border-radius: 1.3333333333vw;
    margin-top: 15.7333333333vw;
    padding: 5.3333333333vw 3.2vw;
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point-content .notes-box {
    border-radius: 5.3333333333px;
    margin-top: 62.9333333333px;
    padding: 21.3333333333px 12.8px;
    font-size: 11.7333333333px;
  }
}

.point .point-content .notes-box p {
  line-height: 1.7;
}

.point .point02 {
  letter-spacing: inherit;
}

.point .point05 {
  letter-spacing: inherit;
}

@media screen and (max-width: 999px) {
  .point .point05 .space {
    height: 2em;
  }
}

.point .point06 {
  margin-bottom: inherit;
}

.point .point03 .notes,
.point .point05 .notes,
.point .point06 .txt-notes {
  font-weight: 400 !important;
  color: #000 !important;
}

@media screen and (min-width: 1000px) {

  .point .point03 .notes,
  .point .point05 .notes,
  .point .point06 .txt-notes {
    font-size: 23.4666666667px !important;
  }
}

@media screen and (max-width: 999px) {

  .point .point03 .notes,
  .point .point05 .notes,
  .point .point06 .txt-notes {
    font-size: 2.9333333333vw !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {

  .point .point03 .notes,
  .point .point05 .notes,
  .point .point06 .txt-notes {
    font-size: 11.7333333333px !important;
  }
}

.point .point06 .notes {
  font-weight: 400 !important;
  color: #000 !important;
}

@media screen and (min-width: 1000px) {
  .point .point06 .notes {
    font-size: 21.3333333333px !important;
  }
}

@media screen and (max-width: 999px) {
  .point .point06 .notes {
    font-size: 2.6666666667vw !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .point .point06 .notes {
    font-size: 10.6666666667px !important;
  }
}


@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl-img {
    width: 266.88px;
    height: 130.56px;
    top: -98.88px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl {
    font-size: 62.4px;
    margin-bottom: 76.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-stxt {
    font-size: 52.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-sstxt {
    font-size: 32.64px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-ssstxt {
    font-size: 26.88px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-ttl-box .point-ttl .point-ttl-icon {
    width: 45.12px;
    height: 52.8px;
    right: 96px;
    top: 67.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content {
    margin-bottom: 61.44px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-ttl-img {
    width: 68.16px;
    height: 72px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-ttl {
    margin-bottom: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt {
    font-size: 28.8px;
    padding-left: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-ttl .point-content-ttl-txt span {
    font-size: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-img {
    border-radius: 19.2px 19.2px 0 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-txt-box {
    border-radius: 0 0 19.2px 19.2px;
    padding: 53.76px 26.88px 50.88px 26.88px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-illust {
    width: 263.04px;
    height: 204.48px;
    margin-left: 2.88px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .point-content-txt {
    font-size: 26.88px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point-content .notes-box {
    border-radius: 9.6px;
    margin-top: 113.28px;
    padding: 38.4px 23.04px;
    font-size: 21.12px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (max-width: 999px) {
  .point .point05 .space {
    height: 2em;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {

  .point .point03 .notes,
  .point .point06 .txt-notes {
    font-size: 21.12px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .point .point06 .notes {
    font-size: 19.2px !important;
  }
}

.point06 .txt-notes,
.point03 .notes {
  line-height: 1.3;
}

@media screen and (min-width: 1000px) {

  .point06 .txt-notes,
  .point03 .notes {
    margin-top: 9.6px;
  }
}

@media screen and (max-width: 999px) {

  .point06 .txt-notes,
  .point03 .notes {
    margin-top: 1.3333333333vw;
  }
}

.Text-Span {
  position: relative;
  z-index: 1;
}

.Text-Span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  background: #fde85b;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 1000px) {
  .Text-Span:after {
    height: 21.3333333333px;
    bottom: 3.2px;
  }
}

@media screen and (max-width: 999px) {
  .Text-Span:after {
    height: 2.6666666667vw;
    bottom: 0.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .Text-Span:after {
    height: 10.6666666667px;
    bottom: 1.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .Text-Span:after {
    height: 19.2px;
    bottom: 2.88px;
  }
}

.Text-Span.isActive:after {
  width: 100%;
}

.qa {
  background: url(../img/qa_bg.webp) top left/100% auto no-repeat;
}

@media screen and (min-width: 1000px) {
  .qa {
    padding: 181.3333333333px 0 85.3333333333px 0;
  }
}

@media screen and (max-width: 999px) {
  .qa {
    padding: 22.6666666667vw 0 10.6666666667vw 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa {
    padding: 90.6666666667px 0 42.6666666667px 0;
  }
}

.qa .qa-ttl-img {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .qa .qa-ttl-img {
    width: 535.4666666667px;
    height: 110.9333333333px;
    margin-bottom: 35.2px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-ttl-img {
    width: 66.9333333333vw;
    height: 13.8666666667vw;
    margin-bottom: 4.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-ttl-img {
    width: 267.7333333333px;
    height: 55.4666666667px;
    margin-bottom: 17.6px;
  }
}

.qa .qa-ttl {
  text-align: left;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .qa .qa-ttl {
    font-size: 59.7333333333px;
    margin-bottom: 74.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-ttl {
    font-size: 29.8666666667px;
    margin-bottom: 37.3333333333px;
  }
}

.qa .qa-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fef3ad));
  background: linear-gradient(transparent 70%, #fef3ad 50%);
}

@media screen and (min-width: 1000px) {
  .qa .qa-ttl span {
    width: 714.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-ttl span {
    display: block;
    width: 89.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-ttl span {
    width: 357.3333333333px;
  }
}

.qa .qa-ttl .qa-ttl-ico {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .qa .qa-ttl .qa-ttl-ico {
    width: 69.3333333333px;
    height: 78.9333333333px;
    right: -9.6px;
    bottom: 10.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-ttl .qa-ttl-ico {
    width: 8.6666666667vw;
    height: 9.8666666667vw;
    right: -1.2vw;
    bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-ttl .qa-ttl-ico {
    width: 34.6666666667px;
    height: 39.4666666667px;
    right: -4.8px;
    bottom: 5.3333333333px;
  }
}

.qa .qa-list-item .qa-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6fd2cd;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-q {
    padding: 42.6666666667px 0 42.6666666667px 27.7333333333px;
    border-radius: 21.3333333333px;
    width: 714.6666666667px;
    height: 128px;
    margin-bottom: 39.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-q {
    padding: 5.3333333333vw 0 5.3333333333vw 3.4666666667vw;
    border-radius: 2.6666666667vw;
    width: 89.3333333333vw;
    height: 16vw;
    margin-bottom: 4.9333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-q {
    padding: 21.3333333333px 0 21.3333333333px 13.8666666667px;
    border-radius: 10.6666666667px;
    width: 357.3333333333px;
    height: 64px;
    margin-bottom: 19.7333333333px;
  }
}

.qa .qa-list-item .qa-q .qa-icon-q {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-q .qa-icon-q {
    margin-right: 32px;
    font-size: 53.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-q .qa-icon-q {
    margin-right: 4vw;
    font-size: 6.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-q .qa-icon-q {
    margin-right: 16px;
    font-size: 26.6666666667px;
  }
}

.qa .qa-list-item .qa-q .qa-txt {
  letter-spacing: 0.01em;
  line-height: 1.25em;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-q .qa-txt {
    font-size: 34.1333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-q .qa-txt {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-q .qa-txt {
    font-size: 15px;
  }
}

.qa .qa-list-item .qa-q .fa-angle-down,
.qa .qa-list-item .qa-q .arrow-down {
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  fill: #fff;
}

@media screen and (min-width: 1000px) {

  .qa .qa-list-item .qa-q .fa-angle-down,
  .qa .qa-list-item .qa-q .arrow-down {
    right: 8px;
    width: 6%;
  }
}

@media screen and (max-width: 999px) {

  .qa .qa-list-item .qa-q .fa-angle-down,
  .qa .qa-list-item .qa-q .arrow-down {
    right: 2.8vw;
    width: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {

  .qa .qa-list-item .qa-q .fa-angle-down,
  .qa .qa-list-item .qa-q .arrow-down {
    right: 11.2px;
  }
}

.qa .qa-list-item .qa-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a {
    margin-top: 39.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a {
    margin-top: 4.9333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a {
    margin-top: 19.7333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-inner {
    padding: 68.2666666667px 32px 0 32px;
    border: solid #c3f2ea 4.2666666667px;
    border-radius: 21.3333333333px 21.3333333333px 0 0;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a .qa-a-inner {
    padding: 8.5333333333vw 4vw 0 4vw;
    border: solid #c3f2ea 0.5333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a .qa-a-inner {
    padding: 34.1333333333px 16px 0 16px;
    border: solid #c3f2ea 2.1333333333px;
    border-radius: 10.6666666667px 10.6666666667px 0 0;
  }
}

.qa .qa-list-item .qa-a .qa-icon-a {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #6fd2cd;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-icon-a {
    margin-right: 26.6666666667px;
    font-size: 53.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a .qa-icon-a {
    margin-right: 3.3333333333vw;
    font-size: 6.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a .qa-icon-a {
    margin-right: 13.3333333333px;
    font-size: 26.6666666667px;
  }
}

.qa .qa-list-item .qa-a .qa-a-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt {
  line-height: 1.5em;
  letter-spacing: 0.006em;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt {
    font-size: 38.4px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt {
    font-size: 19.2px;
    margin-bottom: 16px;
  }
}


.qa .qa-list-item .qa-a .qa-shift .qa-txt {
  line-height: 1.5em;
  letter-spacing: 0.006em;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-shift .qa-txt {
    font-size: 38.4px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a .qa-shift .qa-txt {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a .qa-shift .qa-txt {
    font-size: 19.2px;
    margin-bottom: 16px;
  }
}


.qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt .under-line,
.qa .qa-list-item .qa-a .qa-shift .qa-txt .under-line {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fbee83));
  background: linear-gradient(transparent 70%, #fbee83 50%);
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt .notes {
    font-size: 27.7333333333px;
    margin-left: -25.6px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt .notes {
    font-size: 3.4666666667vw;
    margin-left: -3.2vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt .notes {
    font-size: 13.8666666667px;
    margin-left: -12.8px;
  }
}

.qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-stxt {
  line-height: 1.7;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-stxt {
    margin-bottom: 59.7333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-stxt {
    margin-bottom: 7.4666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-stxt {
    margin-bottom: 29.8666666667px;
  }
}

.qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-stxt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fbee83));
  background: linear-gradient(transparent 70%, #fbee83 50%);
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-a-illust {
    width: 648.5333333333px;
    height: 505.6px;
    margin-bottom: 59.7333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-a-illust {
    width: 81.0666666667vw;
    height: 63.2vw;
    margin-bottom: 7.4666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-a-illust {
    width: 324.2666666667px;
    height: 252.8px;
    margin-bottom: 29.8666666667px;
  }
}

.qa .qa-list-item .qa-txt-summary {
  position: relative;
  background-color: #c3f2ea;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-txt-summary {
    padding: 21.3333333333px 17.0666666667px;
    font-size: 29.8666666667px;
    border-radius: 0 0 21.3333333333px 21.3333333333px;
    margin-bottom: 78.9333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-txt-summary {
    padding: 2.6666666667vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    margin-bottom: 9.8666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-txt-summary {
    padding: 10.6666666667px 8.5333333333px;
    font-size: 14.9333333333px;
    border-radius: 0 0 10.6666666667px 10.6666666667px;
    margin-bottom: 39.4666666667px;
  }
}

.qa .qa-list-item .qa-txt-summary .bg-white {
  font-weight: bold;
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-txt-summary .bg-white {
    padding: 0 5.3333333333px;
    font-size: 36.2666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-txt-summary .bg-white {
    padding: 0 0.6666666667vw;
    font-size: 4.5333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-txt-summary .bg-white {
    padding: 0 2.6666666667px;
    font-size: 18.1333333333px;
  }
}

.qa .qa-list-item .qa-txt-summary .qa-txt-summary-txt {
  font-weight: 500;
  line-height: 1.7;
}

.qa .qa-list-item .qa-txt-summary .notes {
  line-height: 1.7;
  letter-spacing: 0.006em;
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-txt-summary .notes {
    font-size: 1.8666666667vw;
  }
}

.qa .qa-list-item .qa-txt-summary:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #c3f2ea transparent transparent transparent;
}

@media screen and (min-width: 1000px) {
  .qa .qa-list-item .qa-txt-summary:after {
    bottom: -21.3333333333px;
    border-width: 37.3333333333px 21.3333333333px 0 21.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa-list-item .qa-txt-summary:after {
    bottom: -2.6666666667vw;
    border-width: 4.6666666667vw 2.6666666667vw 0 2.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa-list-item .qa-txt-summary:after {
    bottom: -10.6666666667px;
    border-width: 18.6666666667px 10.6666666667px 0 10.6666666667px;
  }
}

.qa .qa02 .qa-stxt {
  margin-bottom: inherit !important;
}

@media screen and (min-width: 1000px) {
  .qa .qa02 .qa-a-illust {
    width: 652.8px;
    height: 435.2px;
    margin-bottom: 46.9333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa02 .qa-a-illust {
    width: 81.6vw;
    height: 54.4vw;
    margin-bottom: 5.8666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa02 .qa-a-illust {
    width: 326.4px;
    height: 217.6px;
    margin-bottom: 23.4666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa03 .qa-stxt {
    margin-bottom: 21.3333333333px !important;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .qa-stxt {
    margin-bottom: 2.6666666667vw !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa03 .qa-stxt {
    margin-bottom: 10.6666666667px !important;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .notes {
    line-height: 1.7em;
  }
}

.qa .qa03 .qa-example {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .qa .qa03 .qa-example {
    margin: 50.1333333333px 0;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .qa-example {
    margin: 6.2666666667vw 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa03 .qa-example {
    margin: 25.0666666667px 0;
  }
}

.qa .qa03 .qa-example .qa-example-txt {
  color: #6fd2cd;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .qa .qa03 .qa-example .qa-example-txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .qa-example .qa-example-txt {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa03 .qa-example .qa-example-txt {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa03 .qa-example .notes {
    margin-top: 38.4px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .qa-example .notes {
    margin-top: 4.8vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa03 .qa-example .notes {
    margin-top: 19.2px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa03 .qa-example .qa-example-img {
    width: 606.9333333333px;
    height: 244.2666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .qa-example .qa-example-img {
    width: 75.8666666667vw;
    height: 30.5333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa03 .qa-example .qa-example-img {
    width: 303.4666666667px;
    height: 122.1333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa03 .qa-example-icon {
    margin: 13.8666666667px 0 12.8px 0;
    width: 35.2px;
    height: 37.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa03 .qa-example-icon {
    margin: 1.7333333333vw 0 1.6vw 0;
    width: 4.4vw;
    height: 4.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa03 .qa-example-icon {
    margin: 6.9333333333px 0 6.4px 0;
    width: 17.6px;
    height: 18.6666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-stxt {
    margin-bottom: 51.2px !important;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-stxt {
    margin-bottom: 6.4vw !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-stxt {
    margin-bottom: 25.6px !important;
  }
}

.qa .qa04 .qa-shift {
  text-align: center;
}

.qa .qa04 .qa-shift .qa-shift-txt {
  font-weight: bold;
  color: #6fd2cd;
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .qa-shift-txt {
    font-size: 32px;
    margin-bottom: 34.1333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .qa-shift-txt {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .qa-shift-txt {
    font-size: 16px;
    margin-bottom: 17.0666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .qa-a-illust {
    width: 649.6px;
    height: 354.1333333333px;
    margin-bottom: 51.2px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .qa-a-illust {
    width: 81.2vw;
    height: 44.2666666667vw;
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .qa-a-illust {
    width: 324.8px;
    height: 177.0666666667px;
    margin-bottom: 25.6px;
  }
}

.qa .qa04 .qa-shift .salary-ttl {
  font-weight: bold;
  color: #fff;
  background-color: #6fd2cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-ttl {
    font-size: 32px;
    height: 58.6666666667px;
    width: 325.3333333333px;
    border-radius: 53.3333333333px;
    margin-bottom: 35.2px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .salary-ttl {
    font-size: 4vw;
    height: 7.3333333333vw;
    width: 40.6666666667vw;
    border-radius: 6.6666666667vw;
    margin-bottom: 4.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .salary-ttl {
    font-size: 16px;
    height: 29.3333333333px;
    width: 162.6666666667px;
    border-radius: 26.6666666667px;
    margin-bottom: 17.6px;
  }
}

.qa .qa04 .salary-ttl.box-salary {
  font-weight: bold;
  color: #fff;
  background-color: #6fd2cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0.8em;
  font-size: 16px;
  border-radius: 50px;
  padding: 4px 0;
}

@media screen and (max-width: 999px) {
  .qa .qa04 .salary-ttl.box-salary {
    font-size: 4vw;
    height: 7.3333333333vw;
    width: auto;
    border-radius: 6.6666666667vw;
    margin-bottom: 4.4vw;
  }
}

.qa .qa04 .qa-shift-txt.qa-shift-ttl-03 {
  color: #fff;
  background-color: #6fd2cd;
  font-weight: bold;
  padding: 0.5em 1em;
  margin: 1em 0;
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift-txt.qa-shift-ttl-03 {
    padding: 0.5em 1em;
  }
}

.qa .qa04 .qa-shift .salary-txt {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.006em;
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-txt {
    font-size: 29.8666666667px;
    margin-bottom: 34.1333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .salary-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .salary-txt {
    font-size: 14.9333333333px;
    margin-bottom: 17.0666666667px;
  }
}

.qa .qa04 .qa-shift .salary-money {
  color: #6fd2cd;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-money {
    font-size: 34.1333333333px;
    margin-bottom: 24.5333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .salary-money {
    font-size: 4.2666666667vw;
    margin-bottom: 3.0666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .salary-money {
    font-size: 17.0666666667px;
    margin-bottom: 12.2666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-money .poppins {
    font-size: 68.2666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .salary-money .poppins {
    font-size: 8.5333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .salary-money .poppins {
    font-size: 34.1333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa04 .qa-shift .notes {
    font-size: 25.6px;
    margin-bottom: 44.8px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa04 .qa-shift .notes {
    font-size: 3.2vw;
    margin-bottom: 5.6vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa04 .qa-shift .notes {
    font-size: 12.8px;
    margin-bottom: 22.4px;
  }
}

.qa .qa05 .qa-training .qa-training-ttl {
  background-color: #6fd2cd;
  color: #fff;
  text-align: center;
  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;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 1000px) {
  .qa .qa05 .qa-training .qa-training-ttl {
    width: 640px;
    height: 85.3333333333px;
    font-size: 34.1333333333px;
    padding: 21.3333333333px 0 21.3333333333px 0;
    border-radius: 10.6666666667px 10.6666666667px 0 0;
    border: solid 2.1333333333px #6fd2cd;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa05 .qa-training .qa-training-ttl {
    width: 80vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw 0;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    border: solid 0.2666666667vw #6fd2cd;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa05 .qa-training .qa-training-ttl {
    width: 320px;
    height: 42.6666666667px;
    font-size: 17.0666666667px;
    padding: 10.6666666667px 0 10.6666666667px 0;
    border-radius: 5.3333333333px 5.3333333333px 0 0;
    border: solid 1.0666666667px #6fd2cd;
  }
}

.qa .qa05 .qa-training .qa-training-txt {
  letter-spacing: 0.006em;
  line-height: 1.7;
}

@media screen and (min-width: 1000px) {
  .qa .qa05 .qa-training .qa-training-txt {
    margin-bottom: 50.1333333333px;
    width: 640px;
    padding: 32px 19.2px;
    font-size: 24.5333333333px;
    border: solid 2.1333333333px #6fd2cd;
    border-radius: 0 0 10.6666666667px 10.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa05 .qa-training .qa-training-txt {
    margin-bottom: 6.2666666667vw;
    width: 80vw;
    padding: 4vw 2.4vw;
    font-size: calc(22/750 * 100vw);
    border: solid 0.2666666667vw #6fd2cd;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa05 .qa-training .qa-training-txt {
    margin-bottom: 25.0666666667px;
    width: 320px;
    padding: 16px 9.6px;
    font-size: 12.2666666667px;
    border: solid 1.0666666667px #6fd2cd;
    border-radius: 0 0 5.3333333333px 5.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .qa05 .notes {
    margin-top: 64px;
  }
}

@media screen and (max-width: 999px) {
  .qa .qa05 .notes {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .qa05 .notes {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .qa .cv-area {
    margin-bottom: 85.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .qa .cv-area {
    margin-bottom: 10.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .qa .cv-area {
    margin-bottom: 42.6666666667px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa {
    padding: 163.2px 0 76.8px 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-ttl-img {
    width: 481.92px;
    height: 99.84px;
    margin-bottom: 31.68px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-ttl {
    font-size: 53.76px;
    margin-bottom: 67.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-ttl span {
    width: 643.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-ttl .qa-ttl-ico {
    width: 62.4px;
    height: 71.04px;
    right: -8.64px;
    bottom: 9.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-q {
    padding: 38.4px 0 38.4px 24.96px;
    border-radius: 19.2px;
    width: 643.2px;
    height: 115.2px;
    margin-bottom: 35.52px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-q .qa-icon-q {
    margin-right: 28.8px;
    font-size: 48px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-q .qa-txt {
    font-size: 28px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-q .fa-angle-down {
    right: 20.16px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a {
    margin-top: 35.52px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-inner {
    padding: 61.44px 28.8px 0 28.8px;
    border: solid #c3f2ea 3.84px;
    border-radius: 19.2px 19.2px 0 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-icon-a {
    margin-right: 24px;
    font-size: 48px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt {
    font-size: 34.56px;
    margin-bottom: 28.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-txt .notes {
    font-size: 24.96px;
    margin-left: -23.04px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a .qa-a-answer .qa-txt-box .qa-stxt {
    margin-bottom: 53.76px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-a-illust {
    width: 583.68px;
    height: 455.04px;
    margin-bottom: 53.76px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-txt-summary {
    padding: 19.2px 15.36px;
    font-size: 26.88px;
    border-radius: 0 0 19.2px 19.2px;
    margin-bottom: 71.04px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-txt-summary .bg-white {
    padding: 0 4.8px;
    font-size: 32.64px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa-list-item .qa-txt-summary:after {
    bottom: -19.2px;
    border-width: 33.6px 19.2px 0 19.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa02 .qa-a-illust {
    width: 587.52px;
    height: 391.68px;
    margin-bottom: 42.24px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa03 .qa-stxt {
    margin-bottom: 19.2px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa03 .qa-example {
    margin: 45.12px 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa03 .qa-example .qa-example-txt {
    font-size: 28.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa03 .qa-example .notes {
    margin-top: 34.56px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa03 .qa-example .qa-example-img {
    width: 546.24px;
    height: 219.84px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa03 .qa-example-icon {
    margin: 12.48px 0 11.52px 0;
    width: 31.68px;
    height: 33.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-stxt {
    margin-bottom: 46.08px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .qa-shift-txt {
    font-size: 28.8px;
    margin-bottom: 30.72px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .qa-a-illust {
    width: 584.64px;
    height: 318.72px;
    margin-bottom: 46.08px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-ttl {
    font-size: 28.8px;
    height: 52.8px;
    width: 292.8px;
    border-radius: 48px;
    margin-bottom: 31.68px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-txt {
    font-size: 26.88px;
    margin-bottom: 30.72px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-money {
    font-size: 30.72px;
    margin-bottom: 22.08px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .salary-money .poppins {
    font-size: 61.44px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa04 .qa-shift .notes {
    font-size: 23.04px;
    margin-bottom: 40.32px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa05 .qa-training .qa-training-ttl {
    width: 576px;
    height: 76.8px;
    font-size: 30.72px;
    padding: 19.2px 0 19.2px 0;
    border-radius: 9.6px 9.6px 0 0;
    border: solid 1.92px #6fd2cd;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa05 .qa-training .qa-training-txt {
    margin-bottom: 45.12px;
    width: 576px;
    padding: 28.8px 17.28px;
    font-size: 22.08px;
    border: solid 1.92px #6fd2cd;
    border-radius: 0 0 9.6px 9.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .qa05 .notes {
    margin-top: 57.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .qa .cv-area {
    margin-bottom: 76.8px;
  }
}

.is-open .fa-angle-down {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cv-area .cv-txt {
  text-align: center;
  color: #ee6c8a;
  font-weight: 700;
  letter-spacing: 0.006em;
}

@media screen and (min-width: 1000px) {
  .cv-area .cv-txt {
    font-size: 36.2666666667px;
    margin-bottom: 21.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .cv-area .cv-txt {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .cv-area .cv-txt {
    font-size: 18.1333333333px;
    margin-bottom: 10.6666666667px;
  }
}

.cv-area .btn {
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-color: #fa8aa4;
  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;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .cv-area .btn {
    border-radius: 64px;
    width: 714.6666666667px;
    height: 120.5333333333px;
    font-size: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .cv-area .btn {
    border-radius: 8vw;
    width: 89.3333333333vw;
    height: 15.0666666667vw;
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .cv-area .btn {
    border-radius: 50px;
    width: 357.3333333333px;
    height: 60.2666666667px;
    font-size: 21.3333333333px;
  }
}

.cv-area .btn .btn-icon {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .cv-area .btn .btn-icon {
    left: 85.3333333333px;
    width: 48px;
    height: 53.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .cv-area .btn .btn-icon {
    left: 10.6666666667vw;
    width: 6vw;
    height: 6.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .cv-area .btn .btn-icon {
    left: 42.6666666667px;
    width: 24px;
    height: 26.6666666667px;
  }
}

.cv-area .btn .fa-angle-right {
  position: absolute;
  fill: #fff;
  width: 6%;
}

@media screen and (min-width: 1000px) {
  .cv-area .btn .fa-angle-right {
    right: 20px;
  }
}

@media screen and (max-width: 999px) {
  .cv-area .btn .fa-angle-right {
    right: 3%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .cv-area .btn .fa-angle-right {
    right: 3%;
  }
}

.cv-area .btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .cv-area .cv-txt {
    font-size: 32.64px;
    margin-bottom: 19.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .cv-area .btn {
    border-radius: 57.6px;
    width: 643.2px;
    height: 108.48px;
    font-size: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .cv-area .btn .btn-icon {
    left: 76.8px;
    width: 43.2px;
    height: 48px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .cv-area .btn .fa-angle-right {
    right: 76.8px;
  }
}

.flow {
  background-color: #fffaed;
}

@media screen and (min-width: 1000px) {
  .flow {
    padding: 71.4666666667px 0 0 0;
  }
}

@media screen and (max-width: 999px) {
  .flow {
    padding: 8.9333333333vw 0 0 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow {
    padding: 35.7333333333px 0 0 0;
  }
}

.flow .flow-ttl-img {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .flow .flow-ttl-img {
    margin-bottom: 21.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-ttl-img {
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-ttl-img {
    margin-bottom: 10.6666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-ttl-img img {
    width: 246.4px;
    height: 53.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-ttl-img img {
    width: 30.8vw;
    height: 6.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-ttl-img img {
    width: 123.2px;
    height: 26.6666666667px;
  }
}

.flow .flow-ttl {
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .flow .flow-ttl {
    margin-bottom: 49.0666666667px;
    font-size: 64px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-ttl {
    margin-bottom: 6.1333333333vw;
    font-size: 8vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-ttl {
    margin-bottom: 24.5333333333px;
    font-size: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-ttl .flow-ttl-stxt {
    font-size: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-ttl .flow-ttl-stxt {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-ttl .flow-ttl-stxt {
    font-size: 21.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-ttl .dot {
    margin-left: -10.6666666667px;
    margin-right: -10.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-ttl .dot {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-ttl .dot {
    margin-left: -5.3333333333px;
    margin-right: -5.3333333333px;
  }
}

.flow .flow-content {
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .flow .flow-content {
    padding: 53.3333333333px 0;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content {
    padding: 6.6666666667vw 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content {
    padding: 26.6666666667px 0;
  }
}

.flow .flow-content .flow-content-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow .flow-content .flow-content-ttl .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: #edc025;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .number {
    margin-right: 25.6px;
    width: 78.9333333333px;
    height: 78.9333333333px;
    border-radius: 53.3333333333px;
    font-size: 36.2666666667px;
    padding-top: 5.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content .flow-content-ttl .number {
    margin-right: 3.2vw;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    border-radius: 6.6666666667vw;
    font-size: 4.5333333333vw;
    padding-top: 0.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content .flow-content-ttl .number {
    margin-right: 12.8px;
    width: 39.4666666667px;
    height: 39.4666666667px;
    border-radius: 26.6666666667px;
    font-size: 18.1333333333px;
    padding-top: 2.6666666667px;
  }
}

.flow .flow-content .flow-content-ttl .number::after {
  content: "";
  background-color: #edc025;
  position: absolute;
  z-index: -1;
  top: 90%;
}

@media screen and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .number::after {
    width: 3.2px;
    height: 106.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content .flow-content-ttl .number::after {
    width: 0.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content .flow-content-ttl .number::after {
    width: 1.6px;
    height: 106.6666666667px;
  }
}

.flow .flow-content .flow-content-ttl .flow-sttl {
  color: #edc025;
  font-weight: bold;
  letter-spacing: 0.006em;
}

@media screen and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .flow-sttl {
    font-size: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content .flow-content-ttl .flow-sttl {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content .flow-content-ttl .flow-sttl {
    font-size: 21.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .flow-sttl span {
    font-size: 32px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content .flow-content-ttl .flow-sttl span {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content .flow-content-ttl .flow-sttl span {
    font-size: 16px;
  }
}

.flow .flow-content .flow-content-txt {
  line-height: 1.7;
}

@media screen and (min-width: 1000px) {
  .flow .flow-content .flow-content-txt {
    padding-left: 106.6666666667px;
    font-size: 32px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content .flow-content-txt {
    padding-left: 13.3333333333vw;
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content .flow-content-txt {
    padding-left: 53.3333333333px;
    font-size: 16px;
  }
}

.flow .flow-content .flow-content-txt span {
  font-weight: 600;
  color: #edc025;
}

.flow .flow-call {
  background: url(../img/flow_img.webp);
  background-size: cover;
}

@media screen and (min-width: 1000px) {
  .flow .flow-call {
    padding-top: 154.6666666667px;
    padding-bottom: 27.7333333333px;
    height: 411.7333333333px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-call {
    padding-top: 19.3333333333vw;
    padding-bottom: 3.4666666667vw;
    height: 51.4666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-call {
    padding-top: 77.3333333333px;
    padding-bottom: 13.8666666667px;
    height: 205.8666666667px;
  }
}

.flow .flow-call .flow-call-txt {
  color: #edc025;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt {
    margin-bottom: 10.6666666667px;
    font-size: 42.6666666667px;
    height: 69.3333333333px;
    padding-left: 5.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-call .flow-call-txt {
    margin-bottom: 1.3333333333vw;
    font-size: 5.3333333333vw;
    height: 8.6666666667vw;
    padding-left: 0.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-call .flow-call-txt {
    margin-bottom: 5.3333333333px;
    font-size: 21.3333333333px;
    height: 34.6666666667px;
    padding-left: 2.6666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt:first-child {
    width: 311.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-call .flow-call-txt:first-child {
    width: 38.9333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-call .flow-call-txt:first-child {
    width: 155.7333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt:nth-child(2) {
    width: 263.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-call .flow-call-txt:nth-child(2) {
    width: 34.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-call .flow-call-txt:nth-child(2) {
    width: 131.7333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt:nth-child(3) {
    width: 533.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-call .flow-call-txt:nth-child(3) {
    width: 66.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-call .flow-call-txt:nth-child(3) {
    width: 266.6666666667px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-content-item {
    margin-bottom: 106.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content-item {
    margin-bottom: 13.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content-item {
    margin-bottom: 53.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-content01 .number::after {
    height: 288px !important;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content01 .number::after {
    height: 450px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content01 .number::after {
    height: 160px !important;
  }
}

@media screen and (min-width: 1000px) {
  .flow .flow-content02 .number::after {
    height: 426.6666666667px !important;
  }
}

@media screen and (max-width: 999px) {
  .flow .flow-content02 .number::after {
    height: 56vw !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow .flow-content02 .number::after {
    height: 240px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow {
    padding: 64.32px 0 0 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-ttl-img {
    margin-bottom: 19.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-ttl-img img {
    width: 221.76px;
    height: 48px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-ttl {
    margin-bottom: 44.16px;
    font-size: 57.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-ttl .flow-ttl-stxt {
    font-size: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-ttl .dot {
    margin-left: -9.6px;
    margin-right: -9.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content {
    padding: 48px 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .number {
    margin-right: 23.04px;
    width: 71.04px;
    height: 71.04px;
    border-radius: 48px;
    font-size: 32.64px;
    padding-top: 4.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .number::after {
    width: 2.88px;
    height: 48px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .flow-sttl {
    font-size: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content .flow-content-ttl .flow-sttl span {
    font-size: 28.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content .flow-content-txt {
    padding-left: 96px;
    font-size: 28.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-call {
    padding-top: 139.2px;
    padding-bottom: 24.96px;
    height: 370.56px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt {
    margin-bottom: 9.6px;
    font-size: 38.4px;
    height: 62.4px;
    padding-left: 4.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt:first-child {
    width: 280.32px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt:nth-child(2) {
    width: 237.12px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-call .flow-call-txt:nth-child(3) {
    width: 480px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content-item {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content01 .number::after {
    height: 288px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow .flow-content02 .number::after {
    height: 384px !important;
  }
}

@media screen and (min-width: 1000px) {
  .flow-content03 .number::after {
    height: 394.6666666667px !important;
  }
}

@media screen and (max-width: 999px) {
  .flow-content03 .number::after {
    height: 700px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow-content03 .number::after {
    height: 256px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow-content03 .number::after {
    height: 384px !important;
  }
}

@media screen and (min-width: 1000px) {
  .flow-content04 .number::after {
    height: 288px !important;
  }
}

@media screen and (max-width: 999px) {
  .flow-content04 .number::after {
    height: 37.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow-content04 .number::after {
    height: 160px !important;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .flow-content04 .number::after {
    height: 268.8px !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 390px) {
  .flow-content04 .number::after {
    height: 500px;
  }
}

.flow-content05 .number::after {
  height: 0 !important;
}

.tel-area {
  text-align: center;
  background-color: #fffaed;
}

@media screen and (min-width: 1000px) {
  .tel-area {
    padding: 56.5333333333px 0;
    margin-bottom: 53.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .tel-area {
    padding: 7.0666666667vw 0;
    margin-bottom: 6.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .tel-area {
    padding: 28.2666666667px 0;
    margin-bottom: 26.6666666667px;
  }
}

.tel-area .tel-area-txt {
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .tel-area .tel-area-txt {
    font-size: 74.6666666667px;
    width: 337.0666666667px;
    height: 43.7333333333px;
    font-size: 26.6666666667px;
    background-color: #5ab5b2;
    border-radius: 53.3333333333px;
    margin-bottom: 24.5333333333px;
  }
}

@media screen and (max-width: 999px) {
  .tel-area .tel-area-txt {
    font-size: 9.3333333333vw;
    width: 42.1333333333vw;
    height: 5.4666666667vw;
    font-size: 3.3333333333vw;
    background-color: #5ab5b2;
    border-radius: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .tel-area .tel-area-txt {
    font-size: 37.3333333333px;
    width: 168.5333333333px;
    height: 21.8666666667px;
    font-size: 13.3333333333px;
    background-color: #5ab5b2;
    border-radius: 26.6666666667px;
    margin-bottom: 12.2666666667px;
  }
}

.tel-area .telephone {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .tel-area .telephone {
    font-size: 74.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .tel-area .telephone {
    font-size: 9.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .tel-area .telephone {
    font-size: 37.3333333333px;
  }
}

.tel-area .telephone span {
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  .tel-area .telephone .telephone-txt-icon {
    width: 57.6px;
    height: 56.5333333333px;
    margin-right: 11.7333333333px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 999px) {
  .tel-area .telephone .telephone-txt-icon {
    width: 7.2vw;
    height: 7.0666666667vw;
    margin-right: 1.4666666667vw;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .tel-area .telephone .telephone-txt-icon {
    width: 28.8px;
    height: 28.2666666667px;
    margin-right: 5.8666666667px;
    margin-bottom: 8px;
  }
}

.tel-area .tel-area-time {
  margin: 0 auto;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  .tel-area .tel-area-time {
    width: 507.7333333333px;
    padding: 21.3333333333px 0;
    font-size: 25.6px;
    border-top: 2.1333333333px solid #5ab5b2;
    border-bottom: 2.1333333333px solid #5ab5b2;
  }
}

@media screen and (max-width: 999px) {
  .tel-area .tel-area-time {
    width: 63.4666666667vw;
    padding: 2.6666666667vw 0;
    font-size: 3.2vw;
    border-top: 0.2666666667vw solid #5ab5b2;
    border-bottom: 0.2666666667vw solid #5ab5b2;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .tel-area .tel-area-time {
    width: 253.8666666667px;
    padding: 10.6666666667px 0;
    font-size: 12.8px;
    border-top: 1.0666666667px solid #5ab5b2;
    border-bottom: 1.0666666667px solid #5ab5b2;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .tel-area {
    padding: 50.88px 0;
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .tel-area .tel-area-txt {
    font-size: 67.2px;
    width: 303.36px;
    height: 39.36px;
    font-size: 24px;
    background-color: #5ab5b2;
    border-radius: 48px;
    margin-bottom: 22.08px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .tel-area .telephone {
    font-size: 67.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .tel-area .telephone .telephone-txt-icon {
    width: 51.84px;
    height: 50.88px;
    margin-right: 10.56px;
    margin-bottom: 14.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .tel-area .tel-area-time {
    width: 456.96px;
    padding: 19.2px 0;
    font-size: 23.04px;
    border-top: 1.92px solid #5ab5b2;
    border-bottom: 1.92px solid #5ab5b2;
  }
}

.check {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  .check {
    margin-top: 133.3333333333px;
    padding-bottom: 61.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .check {
    margin-top: 16.6666666667vw;
    padding-bottom: 7.7333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check {
    margin-top: 66.6666666667px;
    padding-bottom: 30.9333333333px;
  }
}

.check .check-ttl-box {
  position: relative;
}

.check .check-ttl-box .check-ttl-img {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl-img {
    width: 104.5333333333px;
    height: 77.8666666667px;
    top: -59.7333333333px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-ttl-box .check-ttl-img {
    width: 13.0666666667vw;
    height: 9.7333333333vw;
    top: -7.4666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-ttl-box .check-ttl-img {
    width: 52.2666666667px;
    height: 38.9333333333px;
    top: -29.8666666667px;
  }
}

.check .check-ttl-box .check-ttl {
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl {
    font-size: 64px;
    margin-bottom: 72.5333333333px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-ttl-box .check-ttl {
    font-size: 8vw;
    margin-bottom: 9.0666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-ttl-box .check-ttl {
    font-size: 32px;
    margin-bottom: 36.2666666667px;
  }
}

.check .check-ttl-box .check-ttl .under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fbee83));
  background: linear-gradient(transparent 70%, #fbee83 50%);
}

.check .check-ttl-box .check-ttl .stxt {
  font-weight: 500;
}

@media screen and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl .stxt {
    font-size: 48px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-ttl-box .check-ttl .stxt {
    font-size: 6vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-ttl-box .check-ttl .stxt {
    font-size: 24px;
  }
}

.check .check-ttl-box .check-ttl .sstxt {
  font-weight: 500;
}

@media screen and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl .sstxt {
    font-size: 42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-ttl-box .check-ttl .sstxt {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-ttl-box .check-ttl .sstxt {
    font-size: 21.3333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl .check-ttl-icon {
    width: 40.5333333333px;
    height: 39.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-ttl-box .check-ttl .check-ttl-icon {
    width: 5.0666666667vw;
    height: 4.9333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-ttl-box .check-ttl .check-ttl-icon {
    width: 20.2666666667px;
    height: 19.7333333333px;
  }
}

.check .check-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1000px) {
  .check .check-content .check-content-item {
    margin-bottom: 10.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-content .check-content-item {
    margin-bottom: 1.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-content .check-content-item {
    margin-bottom: 5.3333333333px;
  }
}

@media screen and (min-width: 1000px) {

  .check .check-content .check-content-img01,
  .check .check-content .check-content-img02,
  .check .check-content .check-content-img03,
  .check .check-content .check-content-img04,
  .check .check-content .check-content-img05 {
    width: 352px;
    height: 234.6666666667px;
  }
}

@media screen and (max-width: 999px) {

  .check .check-content .check-content-img01,
  .check .check-content .check-content-img02,
  .check .check-content .check-content-img03,
  .check .check-content .check-content-img04,
  .check .check-content .check-content-img05 {
    width: 44vw;
    height: 29.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {

  .check .check-content .check-content-img01,
  .check .check-content .check-content-img02,
  .check .check-content .check-content-img03,
  .check .check-content .check-content-img04,
  .check .check-content .check-content-img05 {
    width: 176px;
    height: 117.3333333333px;
  }
}

.check .check-content .check-content-item-ttl {
  background-color: #fff;
  text-align: center;
  color: #edc025;
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .check .check-content .check-content-item-ttl {
    padding: 25.6px 0;
    font-size: 34.1333333333px;
    border-radius: 0 0 32px 32px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-content .check-content-item-ttl {
    padding: 3.2vw 0;
    font-size: 4.2666666667vw;
    border-radius: 0 0 4vw 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-content .check-content-item-ttl {
    padding: 12.8px 0;
    font-size: 17.0666666667px;
    border-radius: 0 0 16px 16px;
  }
}

.check .check-content .check-content-item-ttl .stxt {
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  .check .check-content .check-content-item-ttl .stxt {
    font-size: 23.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-content .check-content-item-ttl .stxt {
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-content .check-content-item-ttl .stxt {
    font-size: 11.7333333333px;
  }
}

.check .check-content .check-content-item-ttl .fa-angle-right {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .check .check-content .check-content-item-ttl .fa-angle-right {
    right: 21.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .check .check-content .check-content-item-ttl .fa-angle-right {
    right: 2.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .check .check-content .check-content-item-ttl .fa-angle-right {
    right: 10.6666666667px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check {
    margin-top: 120px;
    padding-bottom: 55.68px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl-img {
    width: 94.08px;
    height: 70.08px;
    top: -53.76px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl {
    font-size: 57.6px;
    margin-bottom: 65.28px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl .stxt {
    font-size: 43.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl .sstxt {
    font-size: 38.4px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-ttl-box .check-ttl .check-ttl-icon {
    width: 36.48px;
    height: 35.52px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-content .check-content-item {
    margin-bottom: 9.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {

  .check .check-content .check-content-img01,
  .check .check-content .check-content-img02,
  .check .check-content .check-content-img03,
  .check .check-content .check-content-img04,
  .check .check-content .check-content-img05 {
    width: 316.8px;
    height: 211.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-content .check-content-item-ttl {
    padding: 23.04px 0;
    font-size: 30.72px;
    border-radius: 0 0 28.8px 28.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-content .check-content-item-ttl .stxt {
    font-size: 21.12px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .check .check-content .check-content-item-ttl .fa-angle-right {
    right: 19.2px;
  }
}

.footer {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .footer {
    padding: 59.7333333333px 0 0 0;
  }
}

@media screen and (max-width: 999px) {
  .footer {
    padding: 7.4666666667vw 0 0 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .footer {
    padding: 29.8666666667px 0 0 0;
  }
}

.footer .footer-bg {
  background-color: #fffaed;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .footer .footer-bg {
    top: calc(-850 / 750 * 100vw);
    height: calc(847 / 750 * 100vw);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .footer .footer-bg {
    top: -462.4px;
    height: 462.4px;
  }
}

.footer .footer-txt {
  line-height: 1.7;
}

@media screen and (min-width: 1000px) {
  .footer .footer-txt {
    font-size: 23.4666666667px;
    margin-bottom: 61.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .footer .footer-txt {
    font-size: 2.4vw;
    margin-bottom: 7.7333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .footer .footer-txt {
    font-size: 11.7333333333px;
    margin-bottom: 30.9333333333px;
  }
}

@media screen and (min-width: 1000px) {
  .footer .footer-txt .company {
    font-size: 32px;
  }
}

@media screen and (max-width: 999px) {
  .footer .footer-txt .company {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .footer .footer-txt .company {
    font-size: 16px;
  }
}

.footer .copy-txt {
  background-color: #fde85b;
}

@media screen and (min-width: 1000px) {
  .footer .copy-txt {
    font-size: 21.3333333333px;
    padding: 10.6666666667px 0;
  }
}

@media screen and (max-width: 999px) {
  .footer .copy-txt {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 0;
    padding-bottom: 230px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .footer .copy-txt {
    font-size: 10.6666666667px;
    padding: 5.3333333333px 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .footer {
    padding: 53.76px 0 0 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .footer .footer-bg {
    top: -501.12px;
    height: 501.12px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .footer .footer-txt {
    font-size: 21.12px;
    margin-bottom: 55.68px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .footer .footer-txt .company {
    font-size: 28.8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .footer .copy-txt {
    font-size: 19.2px;
    padding: 9.6px 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .flow-content04 .number::after {
    height: 140px !important;
  }
}


.mb-20 {
  margin-bottom: 20px;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}