@charset "UTF-8";

.bg {
  background-image: linear-gradient(0deg, rgb(251, 196, 136) 11%, rgb(251, 247, 223) 40%, rgb(217, 161, 241) 69%, rgb(191, 147, 244) 77%, rgb(68, 129, 240) 100%);
}

.logo {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  padding: 1.875rem;
}

.img-main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.img-main img {
  position: relative;
  z-index: 1;
}

.mv-bg {
  background-color: #4681f0;
  position: relative;
}

.mv-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -79.7333333333vw;
  transform: translateX(-50%);
  background-image: url(../images/mv-bg_sp.png);
  background-size: auto;
  width: 100%;
  height: 93.3333333333vw;
}

.wrapper {
  padding: 3.3333333333vw 4vw 10vw;
}

.wrapper > * {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.btn_w {
  display: grid;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.btn_w:not(.mb-0) {
  margin-bottom: 2.6666666667vw;
}

.btn_application {
  width: 100%;
  background-color: #ffea00;
  color: #000000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 30px;
  font-size: 4vw;
  box-shadow: none;
  cursor: pointer;
  transition: 0.8s all;
}

.btn_application:hover {
  background-color: #ffea00;
  transition: 0.8s all;
  box-shadow: 5px 7px #a29718;
}

.sec-main {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}

.sec-main.flex {
  gap: 11.3333333333vw;
}

.sec-main.sec-main2 {
  padding-bottom: 6.4vw;
}

.box_tokuten {
  border: solid 3px #fbb475;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  padding: 3.3333333333vw;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
}

.box_tokuten:not(.last) img {
  margin-left: auto;
  margin-right: auto;
}

.box_tokuten .body {
  margin-top: 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}

.box_tokuten .body .big {
  font-size: 4.6666666667vw;
}

.box_tokuten:not(.last) {
  padding-top: 0;
  padding-bottom: 5.3333333333vw;
}

.box_tokuten:not(.last) h2 {
  margin-top: -5vw;
  margin-bottom: 2.6666666667vw;
}

.box_tokuten.last {
  padding-top: 12.6666666667vw;
  padding-bottom: 13.3333333333vw;
}

.box_tokuten.last .img {
  margin-bottom: 6.1333333333vw;
}

.box_tokuten.last .txt {
  font-size: 26px;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  z-index: 1;
}

.box_tokuten.last .txt h2 {
  margin-bottom: 4.6666666667vw;
  color: #008cd6;
  font-weight: bold;
  text-align: center;
  font-size: 3.6666666667vw;
  line-height: 1.5;
}

.box_tokuten.last .txt .kome {
  margin: 2.1333333333vw auto;
  font-size: 2.8vw;
  line-height: 1.3333333333;
}

.box_tokuten.last .txt .link {
  font-size: 24px;
  font-size: 3.2vw;
  line-height: 1.9375;
}

.point-w {
  display: grid;
  gap: 28px;
  gap: 3.7333333333vw;
  margin-top: 1.7333333333vw;
}

.about_box {
  background-color: #ffffff;
  padding: 30px;
  padding: 4vw;
}

.about_box h3 img {
  width: auto;
  height: 11.7333333333vw;
}

.about_box .w760 {
  max-width: 770px;
  margin: 28px auto 10px;
  margin: 3.7333333333vw auto 1.3333333333vw;
  font-size: 26px;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}

.about_box .w760.kome {
  font-size: 18px;
  font-size: 2.4vw;
  line-height: 1.7222222222;
  margin: 0 auto;
}

.about_box2 div.flex {
  margin-top: 2.9333333333vw;
  margin-bottom: 2.9333333333vw;
  gap: 28px;
  gap: 3.7333333333vw;
}

.about_box2 .flex > div {
  width: 100%;
}

.about_box2 .bg-point {
  border-radius: 6px;
  background-color: #d0efff;
  font-size: 40px;
  font-size: 5.3333333333vw;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  padding: 1.6vw;
  margin-bottom: 18px;
  margin-bottom: 2.4vw;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.about_box2 .bg-point .small {
  font-size: 2vw;
  font-weight: normal;
}

.about_box2 .bg-point .big {
  font-size: 130%;
}

.about_box2 p {
  font-size: 3.2vw;
  line-height: 1.5833333333;
  width: 69.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}

.about_box2 p.kome {
  font-size: 2.4vw;
  line-height: 2.1111111111;
}

.about_box3 .flex {
  margin-top: 3.7333333333vw;
  margin-bottom: 2vw;
  gap: 8vw 4vw;
}

.about_box3 figure {
  width: calc(50% - 2vw);
}

.about_box3 figcaption {
  padding: 20px 4px 0;
  padding: 2.6666666667vw 0.5333333333vw 0;
  padding: 2.6666666667vw 0.5333333333vw 0;
}

.about_box3 h4 {
  color: #00b0ec;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 4vw;
  margin-bottom: 20px;
  margin-bottom: 2.6666666667vw;
  line-height: 1.1666666667;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_box3 p {
  font-size: 22px;
  font-size: 2.9333333333vw;
  margin-top: 1rem;
  margin-top: 2.1333333333vw;
  line-height: 1.5454545455;
}

.about_box3 p .link {
  line-height: 1.2727272727;
}

.about_box3 .kome.small {
  font-size: 20px;
  font-size: 2.6666666667vw;
  line-height: 1.6;
}

.about_box3 p .link.small {
  font-size: 20px;
  font-size: 2.6666666667vw;
  line-height: 1.6;
}

.about_box3 p .link.small2 {
  font-size: 18px;
  font-size: 2.4vw;
  line-height: 1.8888888889;
}

.about_box3 p + p {
  margin-top: 1rem;
  margin-top: 2.1333333333vw;
}

.w-flow {
  padding-top: 0;
  padding-bottom: 0.6666666667vw;
}

.flow_box {
  padding: 35px 30px;
  padding: 4.6666666667vw 4vw;
  font-size: 26px;
  font-size: 3.4666666667vw;
}

.flow_box + .flow_box {
  margin-top: 30px;
  margin-top: 4vw;
  position: relative;
}

.flow_box + .flow_box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.3333333333vw;
  transform: translateX(-50%);
  border: solid 8vw transparent;
  border-top: solid 2.6666666667vw #ffb16c;
  border-bottom-width: 0;
  width: 16.6666666667vw;
  height: 4vw;
}

.flow_box .step {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  gap: 3.0666666667vw;
  margin-bottom: 20px;
  margin-bottom: 2.6666666667vw;
}

.flow_box .step dt {
  color: #fff;
  border-radius: 6px;
  background-color: #fa8319;
  font-size: 24px;
  font-size: 3.2vw;
  line-height: 1.2916666667;
  font-weight: bold;
  padding: 3px 10px;
  padding: 0.4vw 1.3333333333vw;
  width: 125px;
  width: 16.6666666667vw;
  text-align: center;
}

.flow_box .step dt span {
  font-size: 34px;
  font-size: 4.5333333333vw;
  padding-left: 0.25rem;
}

.flow_box .step dd {
  font-size: 34px;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #fa8319;
}

.flow_box dl + .txt-box {
  font-size: 26px;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}

.flow_box .step dd .star {
  font-size: 3.2vw;
}

.tokuten {
  margin-top: 95px;
  margin-top: 12.6666666667vw;
  background-color: #fefbed;
  padding: 20px;
  padding: 2.6666666667vw;
  padding-top: 35px;
  padding-top: 4.6666666667vw;
  position: relative;
}

.tokuten-midashi {
  position: absolute;
  top: -15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  padding: 0.6666666667vw 4vw;
  background-color: #fa8319;
  color: #fff;
  border-radius: 22px;
  border-radius: 2.9333333333vw;
}

.tokuten .tokuten-kome {
  margin-top: 2vw;
  font-size: 2.4vw;
}

.flow_box_last .tokuten2 {
  background-color: #fff;
  margin-top: -15px;
  margin-top: -2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.tokuten2_head {
  display: flex;
  align-items: start;
  gap: 20px;
  gap: 2.6666666667vw;
}

.tokuten-radius {
  width: 16.6666666667vw;
  min-width: 40px;
  position: relative;
  bottom: 30px;
  bottom: 4vw;
}

.tokuten2 .tokuten2_head {
  font-size: 30px;
  font-size: 4vw;
  line-height: 1.3;
  font-weight: bold;
  color: #fa8319;
}

.tokuten2 .tokuten {
  text-align: center;
  margin-top: 50px;
  margin-top: 6.6666666667vw;
}

.tokuten2 .tokuten-midashi {
  top: -5%;
}

.tokuten .orange {
  color: #fa8319;
}

.tokuten .size-45 {
  font-size: 45px;
  font-size: 6vw;
  line-height: 1.2;
}

.tokuten .size-80 {
  font-size: 80px;
  font-size: 10.6666666667vw;
}

.tokuten2 .price {
  font-size: 28px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.3333333333vw;
}

.tokuten2 .mid-big {
  font-size: 34px;
  font-size: 4.5333333333vw;
}

.tokuten2 .mid2-big {
  font-size: 36px;
  font-size: 4.8vw;
}

.tokuten2 .big {
  font-size: 64px;
  font-size: 8.5333333333vw;
}

.tokuten2 .text-present {
  font-size: 46px;
  font-size: 6.1333333333vw;
  font-weight: bold;
}

.list-star li {
  padding-left: 2em;
  text-indent: -2em;
}

.list-kome li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-kome li::before {
  content: "※";
}

.bg-white {
  border-radius: 10px;
}

.kome {
  color: #222;
  font-size: 14px;
  padding-left: 1em !important;
  text-indent: -1em;
}

.kome2 {
  padding-left: 1em !important;
  text-indent: -1em;
}

.kome::before,
.kome2::before {
  content: "※";
}

.link {
  color: #008cd6;
  text-decoration: underline;
  padding-left: 1em;
  display: inline-block;
  position: relative;
}

.link::before {
  content: "＞";
  position: absolute;
  left: 0;
  transform: scale(0.5, 1);
}

.h2-txt {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  padding: 5.3333333333vw;
}

.cp-details {
  padding-top: 5.3333333333vw;
  padding-bottom: 4.6666666667vw;
}

.cp-details-box dl {
  font-size: 3.2vw;
  line-height: 1.5833333333;
}

.cp-details-box dt {
  background-color: #95e1fc;
  padding: 3.7333333333vw 4.2666666667vw;
  font-weight: bold;
}

.cp-details-box dd {
  background-color: #fff;
  padding: 4.5333333333vw 4.2666666667vw;
  font-weight: normal;
}

.cp-details-box .cp-kome li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}

.cp-details-box .cp-kome li::before {
  content: "※";
}

.cp-details-box .cp-dot li {
  text-indent: -1em;
  padding-left: 1em;
}

.cp-details-box .cp-dot li::before {
  content: "・";
}

.cp-details h2 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.3333333333vw;
}

.cp-details h2 .btn {
  position: relative;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-color: #fa8319;
  border-radius: 50%;
}

.cp-details h2 .btn::before,
.cp-details h2 .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(30% - 0.4vw);
  background-color: #fff;
  width: 2.6666666667vw;
  height: 0.4vw;
  min-height: 2px;
  transition: transform 0.3s ease-in-out;
}

.cp-details h2 .btn::after {
  transform: rotate(90deg);
}

.cp-details h2.open .btn::after {
  transform: rotate(0);
}

.cp-details .cp-details-box {
  display: none;
}

footer {
  padding-bottom: 6.6666666667vw;
}

footer .wrapper {
  padding-top: 8.6666666667vw;
  padding-bottom: 1.3333333333vw;
}

footer h2 {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  padding: 3.3333333333vw 2vw;
}

footer section {
  border: solid 1px #187ce3;
  background-color: #fff;
  padding: 4.6666666667vw;
  border-radius: 2.6666666667vw;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

footer section h3 {
  font-size: 3.2vw;
  letter-spacing: 0.14;
  font-weight: bold;
}

footer section p {
  font-size: 2.6666666667vw;
  line-height: 1.4375;
}

footer section .tel {
  margin: 2.6666666667vw auto;
}

footer section .tel a {
  font-size: 8.1666666667vw;
  color: #187ce3;
  font-weight: bold;
}

footer section a[href^="mailto:"] {
  color: #187ce3;
}

.footer-link {
  background-color: #fff;
  padding: 0;
  text-align: center;
}

.footer-dot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.3333333333vw;
  font-size: 2.4vw;
}

.footer-dot li {
  padding-left: 1em;
  -webkit-text-decoration: -1em;
  text-decoration: -1em;
}

.footer-dot li::before {
  content: "・";
}

.copy {
  margin-top: 3.2vw;
}

.cat1 {
  position: relative;
}

.cat1::after {
  content: "";
  background-image: url(../images/cat1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12.8vw;
  height: 15.6vw;
  position: absolute;
}

.cat2 {
  position: relative;
}

.cat2::after {
  content: "";
  background-image: url(../images/cat2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13.8666666667vw;
  height: 15.4666666667vw;
  position: absolute;
}

.cat3 {
  position: relative;
}

.cat3::after {
  content: "";
  background-image: url(../images/cat3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12.4vw;
  height: 15.0666666667vw;
  position: absolute;
}

.cat4 {
  position: relative;
}

.cat4::after {
  content: "";
  background-image: url(../images/cat4.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43.3333333333vw;
  height: 14.8vw;
  position: absolute;
}

@media (min-width: 750px) {
  .logo img {
    width: 335px;
  }

  .mv-bg::after {
    background-image: url(../images/mv-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 1222px;
    height: 536px;
    left: 51%;
    bottom: -352px;
  }

  .wrapper {
    padding: 0 30px 75px;
  }

  .btn_w:not(.mb-0) {
    margin-bottom: 30px;
  }

  .btn_application {
    width: 638px;
    font-size: 28px;
    border-radius: 100px;
  }

  .sec-main {
    padding-top: 55px;
    padding-bottom: 64px;
  }

  .sec-main.flex {
    gap: 40px;
  }

  .sec-main .sec-main2 {
    padding-bottom: 23px;
  }

  .sec-main.sec-main2 {
    padding-bottom: 40px;
  }

  .box_tokuten {
    padding: 20px;
    max-width: 100%;
  }

  .box_tokuten .body {
    margin-top: 30px;
    font-size: 18px;
    padding: 0 10px;
  }

  .box_tokuten .body .big {
    font-size: 24px;
  }

  .box_tokuten:not(.last) {
    width: 500px;
    padding-bottom: 20px;
  }

  .box_tokuten:not(.last) h2 {
    margin-top: -37.5px;
    margin-bottom: 20px;
  }

  .box_tokuten.last {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .box_tokuten.last .img {
    margin-bottom: 0;
    width: 360px;
    position: relative;
  }

  .box_tokuten.last .img img {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .box_tokuten.last .txt {
    font-size: 18px;
    line-height: 1.7222222222;
    width: 555px;
    padding-left: 35px;
    padding-bottom: 40px;
  }

  .box_tokuten.last .txt h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
  }

  .box_tokuten.last .txt .kome {
    margin: 16px auto;
    font-size: 14px;
    line-height: 1;
  }

  .box_tokuten.last .txt .link {
    font-size: 16px;
    line-height: 1;
  }

  .point-w {
    gap: 20px;
    margin-top: 31px;
  }

  .about_box {
    padding: 25px;
  }

  .about_box h3 img {
    height: 88px;
  }

  .about_box .w760 {
    margin: 28px auto 10px;
    font-size: 22px;
    line-height: 1.5454545455;
  }

  .about_box .w760.kome {
    font-size: 14px;
    line-height: 1;
  }

  .about_box2 div.flex {
    margin-top: 22px;
    margin-bottom: 22px;
    gap: 28px;
  }

  .about_box2 .flex > div {
    width: 390px;
  }

  .about_box2 .bg-point {
    font-size: 32px;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    line-height: 1.1;
  }

  .about_box2 .bg-point .small {
    font-size: 14px;
  }

  .about_box2 .flex > div *:not(h4) {
    padding: 0 9px;
  }

  .about_box2 .flex > div *:not(h4 > *) * {
    padding: 0;
  }

  .about_box2 p {
    font-size: 16px;
    line-height: 1.6875;
    width: 100%;
  }

  .about_box2 p.kome {
    font-size: 14px;
  }

  .about_box3 .flex {
    margin-top: 34px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px 20px;
  }

  .about_box3 figure {
    width: 300px;
  }

  .about_box3 figcaption {
    padding: 20px 4px 0;
  }

  .about_box3 h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about_box3 p {
    font-size: 15px;
    margin-top: 1rem;
    line-height: 1.8666666667;
  }

  .about_box3 p .link {
    line-height: 1.8666666667;
  }

  .about_box3 .kome.small {
    font-size: 12px;
  }

  .about_box3 p .link.small {
    font-size: 15px;
    line-height: 1.6;
  }

  .about_box3 p .link.small2 {
    font-size: 12px;
    line-height: 2.3333333333;
  }

  .about_box3 p + p {
    margin-top: 1rem;
  }

  .w-flow {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .flow_box {
    padding: 25px 50px;
    font-size: 18px;
  }

  .flow_box + .flow_box {
    margin-top: 30px;
  }

  .flow_box + .flow_box::before {
    top: -10px;
    border: solid 60px transparent;
    border-top: solid 20px #ffb16c;
    width: 125px;
    height: 30px;
  }

  .flow_box .step {
    gap: 23px;
    margin-bottom: 20px;
  }

  .flow_box .step dt {
    font-size: 24px;
    line-height: 1.2916666667;
    padding: 0 10px 3px;
    width: 125px;
  }

  .flow_box .step dt span {
    font-size: 34px;
    padding-left: 0.5rem;
  }

  .flow_box .step dd {
    font-size: 34px;
  }

  .flow_box dl + .txt-box {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-left: 145px;
  }

  .flow_box .step dd .star {
    font-size: 18px;
  }

  .tokuten {
    margin-top: 40px;
    padding: 20px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .tokuten-midashi {
    top: -18px;
    padding: 5px 30px;
    border-radius: 22px;
  }

  .tokuten .tokuten-kome {
    margin-top: 5px;
    font-size: 18px;
  }

  .flow_box_last .tokuten2 {
    margin-top: -15px;
    margin-left: 0;
    width: 100%;
  }

  .tokuten2_head {
    gap: 20px;
  }

  .tokuten-radius {
    bottom: 30px;
    width: 108px;
  }

  .tokuten2 .tokuten2_head {
    font-size: 30px;
  }

  .tokuten2 .tokuten2_head p {
    margin-top: 15px;
  }

  .tokuten2 .tokuten {
    margin-top: 0;
  }

  .tokuten2 .tokuten-midashi {
    left: 50%;
    transform: translateX(-50%);
  }

  .tokuten .size-45 {
    font-size: 36px;
  }

  .tokuten .size-80 {
    font-size: 64px;
  }

  .tokuten2 .price {
    font-size: 28px;
    margin-top: 10px;
  }

  .tokuten2 .mid-big {
    font-size: 34px;
  }

  .tokuten2 .mid2-big {
    font-size: 36px;
  }

  .tokuten2 .big {
    font-size: 64px;
  }

  .tokuten2 .text-present {
    font-size: 36px;
  }

  .h2-txt {
    font-size: 40px;
    padding: 35px 40px;
  }

  .cp-details {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .cp-details-box dl {
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    flex-wrap: wrap;
  }

  .cp-details-box dl + dl dt {
    border-top: solid 1px #ffffff;
  }

  .cp-details-box dl + dl dd {
    border-top: solid 1px #78d3f3;
  }

  .cp-details-box dt {
    padding: 25px 20px;
    width: 264px;
  }

  .cp-details-box dd {
    padding: 25px;
    width: calc(100% - 264px);
  }

  .cp-details h2 {
    gap: 25px;
  }

  .cp-details h2 .btn {
    width: 38px;
    height: 38px;
  }

  .cp-details h2 .btn::before,
  .cp-details h2 .btn::after {
    top: 50%;
    top: calc(50% - 1px);
    right: 30%;
    right: calc(30% - 2.5px);
    width: 20px;
    height: 3px;
  }

  footer {
    padding-bottom: 80px;
  }

  footer .wrapper {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 30px;
    padding: 25px;
  }

  footer section {
    padding: 35px;
    border-radius: 10px;
  }

  footer section h3 {
    font-size: 18px;
  }

  footer section p {
    font-size: 15px;
    line-height: 1.5333333333;
  }

  footer section .tel {
    margin: 15px auto;
  }

  footer section .tel a {
    font-size: 49px;
    pointer-events: none;
  }

  .footer-dot {
    gap: 10px;
    font-size: 1rem;
  }

  .copy {
    margin-top: 1.5em;
  }

  .cat1::after {
    width: 75px;
    height: 120px;
    top: -8px;
    right: 177px;
  }

  .cat2::after {
    width: 79px;
    height: 119px;
    top: -9px;
    right: 105px;
  }

  .cat3::after {
    width: 79px;
    height: 120px;
    top: -9px;
    right: 123px;
  }

  .cat4::after {
    width: 250px;
    height: 130px;
    top: -115px;
    right: -38px;
  }
}

@media (max-width: 749px) {
  .btn_w .text-center {
    font-size: 3.2vw;
  }

  .box_tokuten .midashi {
    width: 58.8333333333vw;
  }

  .box_tokuten.last .img img {
    margin-left: auto;
    margin-right: auto;
  }

  .img-flow {
    width: calc(100% + 4vw);
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-right: -4vw;
    margin-top: max(30px, 8vw);
  }

  .cat1::after {
    bottom: -5px;
    right: 16px;
    bottom: -0.6666666667vw;
    right: -1.6vw;
  }

  .cat2::after {
    bottom: -14px;
    right: 9px;
    bottom: -1.8666666667vw;
    right: -2vw;
  }

  .cat3::after {
    bottom: -14px;
    right: 2px;
    bottom: -1.8666666667vw;
    right: -0.6666666667vw;
  }

  .cat4::after {
    top: -9.3333333333vw;
    right: 1.3333333333vw;
  }
}

@media (max-width: 550px) {
  .tokuten {
    padding-left: 1.7333333333vw;
    padding-right: 1.7333333333vw;
    padding-bottom: 1.7333333333vw;
  }
}