@media only screen and (max-width: 768px) {
  .c-mv {
    background-image: url("../img/img-main_sp.jpg");
  }
}
@media print, screen and (min-width: 769px) {
  .c-mv {
    background-image: url("../img/img-main.jpg");
  }
}

@media only screen and (max-width: 768px) {
  .p-support {
    margin-bottom: 16vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support {
    margin: 0 auto min(114px, 8.1428571429vw);
    width: min(990px, 70.7142857143vw);
  }
}

.p-support-catch {
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-support-catch {
    font-size: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-catch {
    font-size: min(32px, 2.2857142857vw);
    margin-bottom: min(25px, 1.7857142857vw);
  }
}
.p-support-catch span {
  background: linear-gradient(to right, var(--bc05), #6464d9);
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-support-catch span {
    margin-right: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-catch span {
    margin-right: min(10px, 0.7142857143vw);
    padding-inline: min(10px, 0.7142857143vw);
  }
}

.p-support-lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-support-lead {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-lead {
    font-size: min(15px, 1.0714285714vw);
    line-height: 1.8;
    margin-bottom: min(80px, 5.7142857143vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-support-item + .p-support-item {
    margin-top: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-item + .p-support-item {
    margin-top: min(76px, 5.4285714286vw);
  }
}

.p-support-image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-support-image {
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-image {
    margin-bottom: min(33px, 2.3571428571vw);
  }
}
.p-support-image img {
  height: auto;
  width: 100%;
}

.p-support-title {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-content: end start;
}
@media only screen and (max-width: 768px) {
  .p-support-title {
    margin-top: -12.5333333333vw;
    padding: 4.8vw 3.2vw 0;
    position: relative;
    width: 74.6666666667vw;
    z-index: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-title {
    bottom: 0;
    height: min(98px, 7vw);
    gap: min(12px, 0.8571428571vw);
    left: 0;
    padding-left: min(40px, 2.8571428571vw);
    position: absolute;
    width: min(513px, 36.6428571429vw);
  }
}

.p-support-title-en {
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-support-title-en {
    font-size: 3.7333333333vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-title-en {
    font-size: min(15px, 1.0714285714vw);
    padding-left: min(22px, 1.5714285714vw);
  }
}
.p-support-title-en::before {
  background: var(--grad-blue);
  border-radius: 100%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-support-title-en::before {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-title-en::before {
    height: min(13px, 0.9285714286vw);
    width: min(13px, 0.9285714286vw);
  }
}

.p-support-title-ja {
  color: var(--bc05);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-support-title-ja {
    font-size: 5.6vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-title-ja {
    font-size: min(28px, 2vw);
  }
}

.p-support-heading {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-support-heading {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 0 -5.3333333333vw 2.6666666667vw;
    padding-inline: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-heading {
    font-size: min(20px, 1.4285714286vw);
    margin-bottom: min(5px, 0.3571428571vw);
    padding-left: min(40px, 2.8571428571vw);
  }
}
.p-support-heading::before {
  background: var(--bc05);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-support-heading::before {
    height: 0.5333333333vw;
    top: 0.7em;
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-heading::before {
    height: min(2px, 0.1428571429vw);
    width: min(25px, 1.7857142857vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-support-detail {
    padding-inline: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-detail {
    padding-inline: min(40px, 2.8571428571vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-support-detail + .p-support-heading {
    margin-top: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-detail + .p-support-heading {
    margin-top: min(28px, 2vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-support-text {
    font-size: 3.7333333333vw;
    line-height: 1.785;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-text {
    font-size: min(15px, 1.0714285714vw);
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 769px) {
  .p-call-item {
    align-items: center;
    display: flex;
    gap: min(20px, 1.4285714286vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-call-item + .p-call-item {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-call-item + .p-call-item {
    margin-top: min(5px, 0.3571428571vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-call-item + .p-support-text {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-call-item + .p-support-text {
    margin-top: min(20px, 1.4285714286vw);
  }
}

.p-call-district {
  background: var(--bc05);
  color: #fff;
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  font-weight: bold;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-call-district {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
    padding-inline: 1.3333333333vw;
    width: fit-content;
  }
}
@media print, screen and (min-width: 769px) {
  .p-call-district {
    font-size: min(15px, 1.0714285714vw);
    height: min(51px, 3.6428571429vw);
    width: min(117px, 8.3571428571vw);
  }
}

.p-call-number {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-call-number {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-call-number {
    color: var(--bc05);
    font-weight: bold;
    font-size: min(15px, 1.0714285714vw);
  }
}

.p-call-area {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-call-area {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-call-area {
    font-size: min(15px, 1.0714285714vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-support-list {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-list {
    margin-top: min(12px, 0.8571428571vw);
  }
}
.p-support-list li {
  line-height: 1.6;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-support-list li {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-list li {
    font-size: min(15px, 1.0714285714vw);
  }
}

.p-service {
  background: var(--bc03);
}
@media only screen and (max-width: 768px) {
  .p-service {
    padding: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service {
    padding: min(25px, 1.7857142857vw);
  }
}

@media print, screen and (min-width: 769px) {
  .p-service-item {
    display: flex;
  }
}
.p-service-item + .p-service-item {
  margin-top: 1.6em;
}

.p-service-title {
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-service-title {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-title {
    font-size: min(15px, 1.0714285714vw);
    width: min(130px, 9.2857142857vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-service-list {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-list {
    margin-top: min(12px, 0.8571428571vw);
  }
}

.p-service-list-item {
  display: flex;
}
.p-service-list-item dt {
  flex-shrink: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-service-list-item dt {
    font-size: 3.7333333333vw;
    width: 18.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-list-item dt {
    font-size: min(15px, 1.0714285714vw);
    width: min(76px, 5.4285714286vw);
  }
}
.p-service-list-item dd {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-service-list-item dd {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-list-item dd {
    font-size: min(15px, 1.0714285714vw);
  }
}

.p-service-time {
  color: var(--bc05);
  font-weight: bold;
}

.p-support-button {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-support-button {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support-button {
    margin-top: min(50px, 3.5714285714vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-inquiry {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-inquiry {
    margin-top: min(50px, 3.5714285714vw);
  }
}