@charset "UTF-8";

@media screen and (min-width:1001px) {
  .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1700px;
    width: 100%
  }
}

.scroll {
  position: fixed;
  width: min(2.9411764706vw, 50px);
  left: calc(50% + min(45.2941176471vw, 770px));
  bottom: min(1.1764705882vw, 20px)
}

@media screen and (max-width:1000px) {
  .scroll {
    display: none
  }
}

.side {
  position: sticky;
  background: rgba(255, 255, 255, 0.9);
  margin-right: min(11.7647058824vw, 200px);
  padding: min(7.6470588235vw, 130px) min(1.7647058824vw, 30px) min(2.9411764706vw, 50px);
  width: min(32.9411764706vw, 560px);
  max-height: 100vh;
  overflow-y: scroll;
  top: 0
}

.side::-webkit-scrollbar {
  display: none
}

@media screen and (max-width:1000px) {
  .side {
    display: none
  }
}

.side__logo {
  display: block;
  margin: 0 auto min(2.3529411765vw, 40px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.side__logo img {
  width: min(24.7058823529vw, 420px)
}

.side__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(1.4705882353vw, 25px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(2.3529411765vw, 40px)
}

.side__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.side__link {
  position: relative;
  font-size: min(1.6470588235vw, 28px);
  display: inline-block;
  color: #222;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.side__link:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #003d80;
  border-width: min(0.5294117647vw, 9px) 0px min(0.5294117647vw, 9px) min(0.8235294118vw, 14px);
  top: 0;
  bottom: 0;
  right: calc(100% + min(2.9411764706vw, 50px));
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none
}

.side__link:hover {
  color: #003d80
}

.side__link:hover:after {
  right: calc(100% + min(1.1764705882vw, 20px))
}

.side__btn {
  font-size: min(1.6470588235vw, 28px);
  margin-bottom: min(1.7647058824vw, 30px);
  padding: min(1.7647058824vw, 30px) min(2.9411764706vw, 50px)
}

.side__btn:after {
  border-width: min(0.4117647059vw, 7px) 0px min(0.4117647059vw, 7px) min(0.9411764706vw, 16px);
  right: min(2.3529411765vw, 40px)
}

.side__tel {
  font-size: min(2.4705882353vw, 42px);
  margin: 0 auto min(1.1764705882vw, 20px);
  padding: min(1vw, 17px) min(1.7647058824vw, 30px) min(1vw, 17px) min(0.5882352941vw, 10px);
  border-radius: min(0.3529411765vw, 6px);
  border: min(0.1176470588vw, 2px) solid #003d80
}

.side__tel i {
  font-size: min(1.5294117647vw, 26px);
  margin-right: min(1.4705882353vw, 25px);
  -webkit-transform: translateY(max(-0.2941176471vw, -5px));
  transform: translateY(max(-0.2941176471vw, -5px))
}

.side__info {
  font-size: min(1.1764705882vw, 20px);
  color: #003d80;
  line-height: 1;
  text-align: center;
  font-weight: bold
}

.main {
  position: relative;
  margin: 0 auto;
  padding-top: min(10.6666666667vw, 80px);
  max-width: 750px;
  width: 100%
}

@media screen and (min-width:1001px) {
  .main {
    margin: 0;
    padding-top: min(4.7058823529vw, 80px);
    width: min(44.1176470588vw, 750px)
  }
}

.main:before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: min(10.6666666667vw, 80px);
  top: 0;
  left: 0
}

@media screen and (min-width:1001px) {
  .main:before {
    height: min(4.7058823529vw, 80px)
  }
}

.hdr {
  position: sticky;
  margin-top: max(-10.6666666667vw, -80px);
  height: min(10.6666666667vw, 80px);
  top: 0;
  left: 0;
  z-index: 10000
}

@media screen and (min-width:1001px) {
  .hdr {
    margin-top: max(-4.7058823529vw, -80px);
    height: min(4.7058823529vw, 80px)
  }
}

.hdr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%
}

.hdr__logo {
  position: absolute;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.hdr__logo img {
  width: min(53.3333333333vw, 400px)
}

@media screen and (min-width:1001px) {
  .hdr__logo img {
    width: min(23.5294117647vw, 400px)
  }
}

.hdr__btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: min(2vw, 15px);
  padding: min(1.3333333333vw, 10px);
  width: min(6vw, 45px);
  height: min(5.2vw, 39px);
  cursor: pointer
}

@media screen and (min-width:1001px) {
  .hdr__btn {
    margin-right: min(0.8823529412vw, 15px);
    padding: min(0.5882352941vw, 10px);
    width: min(2.6470588235vw, 45px);
    height: min(2.2941176471vw, 39px)
  }
}

.hdr__bararea {
  position: relative;
  width: 100%;
  height: 100%
}

.hdr__bar {
  position: absolute;
  display: block;
  background: #FFF;
  border-radius: 1px;
  width: min(6vw, 45px);
  height: min(0.9333333333vw, 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

@media screen and (min-width:1001px) {
  .hdr__bar {
    width: min(2.6470588235vw, 45px);
    height: min(0.4117647059vw, 7px)
  }
}

.hdr__bar:first-of-type {
  top: 0
}

.hdr__bar:nth-of-type(2) {
  margin: auto 0;
  top: 0;
  bottom: 0
}

.hdr__bar:nth-of-type(3) {
  bottom: 0
}

.hdr__bar.open:first-of-type {
  margin: auto 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hdr__bar.open:nth-of-type(2) {
  opacity: 0
}

.hdr__bar.open:nth-of-type(3) {
  margin: auto 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.hdr__wrap {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: min(5.3333333333vw, 40px) 0;
  width: 100%;
  height: calc(100vh - min(10.6666666667vw, 80px));
  top: 100%;
  left: 0;
  overflow-y: scroll
}

@media screen and (min-width:1001px) {
  .hdr__wrap {
    padding: min(2.3529411765vw, 40px) 0;
    height: calc(100vh - min(4.7058823529vw, 80px))
  }
}

.hdr__list {
  margin: 0 min(10.6666666667vw, 80px) min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .hdr__list {
    margin: 0 min(4.7058823529vw, 80px) min(1.7647058824vw, 30px)
  }
}

.hdr__item:not(:last-of-type) {
  border-bottom: 1px solid #222
}

.hdr__link {
  position: relative;
  display: block;
  color: #222;
  font-size: min(4.8vw, 36px);
  line-height: 1;
  padding: min(4vw, 30px) min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .hdr__link {
    font-size: min(2.1176470588vw, 36px);
    padding: min(1.7647058824vw, 30px) min(4.1176470588vw, 70px)
  }
}

.hdr__link:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #003d80;
  border-width: min(1.0666666667vw, 8px) 0px min(1.0666666667vw, 8px) min(2.1333333333vw, 16px);
  top: 0;
  bottom: 0;
  left: min(1.3333333333vw, 10px);
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none
}

@media screen and (min-width:1001px) {
  .hdr__link:after {
    border-width: min(0.4705882353vw, 8px) 0px min(0.4705882353vw, 8px) min(0.9411764706vw, 16px);
    left: min(0.5882352941vw, 10px)
  }
}

.hdr__link:hover {
  color: #003d80
}

.hdr__link:hover:after {
  left: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .hdr__link:hover:after {
    left: min(2.3529411765vw, 40px)
  }
}

.hdr__tel {
  margin-top: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .hdr__tel {
    margin-top: min(2.3529411765vw, 40px)
  }
}

.hdr__info {
  color: #003d80;
  font-size: min(3.7333333333vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1
}

@media screen and (min-width:1001px) {
  .hdr__info {
    font-size: min(1.6470588235vw, 28px)
  }
}

.kv {
  position: relative;
  background: url(../images/kv.png) no-repeat;
  background-size: contain;
  background-position: top center;
  padding-bottom: 148.5333333333%
}

.kv:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: min(5.3333333333vw, 40px);
  bottom: 0;
  left: 0
}

@media screen and (min-width:1001px) {
  .kv:after {
    height: min(2.3529411765vw, 40px)
  }
}

.recom {
  position: relative;
  background: #fff;
  padding: min(9.3333333333vw, 70px) 0 min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .recom {
    padding: min(4.1176470588vw, 70px) 0 min(2.9411764706vw, 50px)
  }
}

.recom__inner {
  max-width: calc(100% - min(6.6666666667vw, 50px));
  margin: 0 auto
}

@media screen and (min-width:1001px) {
  .recom__inner {
    max-width: 700px;
    width: calc(100% - min(2.9411764706vw, 50px))
  }
}

.recom__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: min(2vw, 15px)
}

@media screen and (min-width:1001px) {
  .recom__ttl {
    margin-bottom: min(0.8823529412vw, 15px)
  }
}

.recom__ttl img {
  width: min(63.3333333333vw, 475px)
}

@media screen and (min-width:1001px) {
  .recom__ttl img {
    width: min(27.9411764706vw, 475px)
  }
}

.recom__ttl span {
position: absolute;
    font-size: min(4.8vw, 36px);
    color: #222;
    font-weight: bold;
    line-height: 1;
    top: min(2.6vw, 12px);
    right: max(-8.066667vw, -35px);
}

@media screen and (min-width:1001px) {
  .recom__ttl span {
        font-size: min(2.1176470588vw, 36px);
        top: min(1.705882vw, 20px);
        right: max(-4.470588vw, -57px);
  }
}

.recom__bold {
  font-size: min(6.2666666667vw, 47px);
  font-weight: bold;
  line-height: 1;
  margin: 0 0 min(3.3333333333vw, 25px) min(4.2666666667vw, 32px)
}

@media screen and (min-width:1001px) {
  .recom__bold {
    font-size: min(2.7647058824vw, 47px);
    margin: 0 0 min(1.4705882353vw, 25px) min(1.8823529412vw, 32px)
  }
}

.recom__listarea {
  position: relative
}

.recom__human {
  position: absolute;
  top: max(-24vw, -180px);
  right: max(-1.3333333333vw, -10px)
}

@media screen and (min-width:1001px) {
  .recom__human {
    top: max(-10.5882352941vw, -180px);
    right: max(-0.5882352941vw, -10px)
  }
}

.recom__human img {
  width: min(32.9333333333vw, 247px)
}

@media screen and (min-width:1001px) {
  .recom__human img {
    width: min(14.5294117647vw, 247px)
  }
}

.recom__list {
  position: relative;
  background: #fff;
  -webkit-box-shadow: min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) #2469c0;
  box-shadow: min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) #2469c0;
  border: min(0.5333333333vw, 4px) solid #2469c0;
  border-radius: min(0.5333333333vw, 4px);
  padding: min(3.3333333333vw, 25px) 0
}

@media screen and (min-width:1001px) {
  .recom__list {
    -webkit-box-shadow: min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) #2469c0;
    box-shadow: min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) #2469c0;
    border: min(0.2352941176vw, 4px) solid #2469c0;
    border-radius: min(0.2352941176vw, 4px);
    padding: min(1.4705882353vw, 25px) 0
  }
}

.recom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: min(3.3333333333vw, 25px) 0 min(3.3333333333vw, 25px) min(3.3333333333vw, 25px)
}

@media screen and (min-width:1001px) {
  .recom__item {
    padding: min(1.4705882353vw, 25px) 0 min(1.4705882353vw, 25px) min(1.4705882353vw, 25px)
  }
}

.recom__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc
}

.recom__item i {
  font-size: min(4.2666666667vw, 32px);
  color: #2469c0;
  line-height: 1
}

@media screen and (min-width:1001px) {
  .recom__item i {
    font-size: min(1.8823529412vw, 32px)
  }
}

.recom__txt {
  font-size: min(4.2666666667vw, 32px);
  line-height: 1.2;
  margin-left: min(3.3333333333vw, 25px)
}

@media screen and (min-width:1001px) {
  .recom__txt {
    font-size: min(1.8823529412vw, 32px);
    margin-left: min(1.4705882353vw, 25px)
  }
}

.recom__txt span {
  color: #00a6dc;
  font-weight: bold
}

.reason__triangle,
.recom__triangle {
  position: absolute;
  background: #fff;
  width: 100%;
  height: min(6vw, 45px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%
}

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

  .reason__triangle,
  .recom__triangle {
    height: min(2.6470588235vw, 45px)
  }
}

.point {
  background: #e9f0f9;
  padding: min(12vw, 90px) 0 min(13.3333333333vw, 100px);
  border-top: 1px solid #fff
}

@media screen and (min-width:1001px) {
  .point {
    padding: min(5.2941176471vw, 90px) 0 min(5.8823529412vw, 100px)
  }
}

.point__note,
.point__note--right {
  font-size: min(4.8vw, 36px);
  line-height: 1.6
}

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

  .point__note,
  .point__note--right {
    font-size: min(2.1176470588vw, 36px)
  }
}

.point__note--right {
  text-align: right
}

.point__note--right sub {
  font-size: 0.5555555556em;
  line-height: 1
}

.point__note--blue {
  display: inline-block;
  background: #fff;
  color: #00a6dc;
  font-weight: bold;
  margin: 0 min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) 0;
  padding: 0 min(2.6666666667vw, 20px);
  border: 1px solid #e5e5e5
}

@media screen and (min-width:1001px) {
  .point__note--blue {
    margin: 0 min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) 0;
    padding: 0 min(1.1764705882vw, 20px)
  }
}

.point__note--bold {
  font-size: 1.1222222222em;
  font-weight: bold;
  line-height: 1.2
}

.point__small {
  font-size: clamp(10px, 2.9333333333vw, 22px);
  text-align: right;
  line-height: 1
}

@media screen and (min-width:1001px) {
  .point__small {
    font-size: min(1.2941176471vw, 22px)
  }
}

.point__no1,
.reason__no1 {
  position: relative
}

.point__no1:after,
.reason__no1:after {
  position: absolute;
  content: "※2024年8月時点";
  color: #222;
  font-size: clamp(10px, 2.9333333333vw, 22px);
  text-align: right;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
  width: 95%
}

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

  .point__no1:after,
  .reason__no1:after {
    font-size: min(1.2941176471vw, 22px)
  }
}

.point__list {
  padding-top: min(13.3333333333vw, 100px)
}

@media screen and (min-width:1001px) {
  .point__list {
    padding-top: min(5.8823529412vw, 100px)
  }
}

.point__ttl {
  color: #003d80;
  font-size: min(5.8666666667vw, 44px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: min(4.6666666667vw, 35px);
  padding-bottom: min(2.6666666667vw, 20px);
  border-bottom: min(0.2666666667vw, 2px) solid #2469c0
}

@media screen and (min-width:1001px) {
  .point__ttl {
    font-size: min(2.5882352941vw, 44px);
    margin-bottom: min(2.0588235294vw, 35px);
    padding-bottom: min(1.1764705882vw, 20px);
    border-bottom: min(0.1176470588vw, 2px) solid #2469c0
  }
}

.point__item:first-of-type {
  margin-bottom: min(13.3333333333vw, 100px)
}

@media screen and (min-width:1001px) {
  .point__item:first-of-type {
    margin-bottom: min(5.8823529412vw, 100px)
  }
}

.point__txt {
  margin: min(4vw, 30px) 0
}

@media screen and (min-width:1001px) {
  .point__txt {
    margin: min(1.7647058824vw, 30px) 0
  }
}

.point__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(4vw, 30px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: min(4vw, 30px);
  margin: min(6.6666666667vw, 50px) 0 min(4.6666666667vw, 35px)
}

@media screen and (min-width:1001px) {
  .point__grid {
    gap: min(1.7647058824vw, 30px);
    margin: min(2.9411764706vw, 50px) 0 min(2.0588235294vw, 35px)
  }
}

.point__block {
  position: relative;
  background: #fff;
  padding: min(10.6666666667vw, 80px) min(0.6666666667vw, 5px) min(2.6666666667vw, 20px);
  border-radius: min(1.0666666667vw, 8px)
}

@media screen and (min-width:1001px) {
  .point__block {
    padding: min(4.7058823529vw, 80px) min(0.2941176471vw, 5px) min(1.1764705882vw, 20px);
    border-radius: min(0.4705882353vw, 8px)
  }
}

.point__block picture {
  position: absolute;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: max(-6vw, -45px);
  right: 0;
  left: 0
}

@media screen and (min-width:1001px) {
  .point__block picture {
    top: max(-2.6470588235vw, -45px)
  }
}

.point__block picture img {
  width: min(16vw, 120px)
}

@media screen and (min-width:1001px) {
  .point__block picture img {
    width: min(7.0588235294vw, 120px)
  }
}

.point__bold {
  font-size: min(4.8vw, 36px);
  line-height: 1.3;
  text-align: center
}

@media screen and (min-width:1001px) {
  .point__bold {
    font-size: min(2.1176470588vw, 36px)
  }
}

.point__bold span {
  color: #00a6dc;
  font-weight: bold;
  line-height: 1
}

.point__center {
  font-size: min(4.8vw, 36px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center
}

@media screen and (min-width:1001px) {
  .point__center {
    font-size: min(2.1176470588vw, 36px)
  }
}

.reason {
  background: #fff
}

.reason__wrap {
  position: relative;
  background: #91b4df;
  padding: min(4vw, 30px) 0 min(8vw, 60px)
}

@media screen and (min-width:1001px) {
  .reason__wrap {
    padding: min(1.7647058824vw, 30px) 0 min(3.5294117647vw, 60px)
  }
}

.reason__wrap:before {
  position: absolute;
  content: "";
  background: #91b4df;
  margin: 0 auto;
  border-radius: 50%/100% 100% 0 0;
  width: min(37.3333333333vw, 280px);
  height: min(18.6666666667vw, 140px);
  top: max(-6.6666666667vw, -50px);
  left: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .reason__wrap:before {
    width: min(16.4705882353vw, 280px);
    height: min(8.2352941176vw, 140px);
    top: max(-2.9411764706vw, -50px)
  }
}

.reason__star {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: max(-4vw, -30px);
  left: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .reason__star {
    top: max(-1.7647058824vw, -30px)
  }
}

.reason__star img {
  width: min(10.1333333333vw, 76px)
}

@media screen and (min-width:1001px) {
  .reason__star img {
    width: min(4.4705882353vw, 76px)
  }
}

.reason__ttl {
  color: #004ea2;
  margin-bottom: min(3.3333333333vw, 25px);
  padding-top: min(8vw, 60px);
  font-size: min(6.4vw, 48px)
}

@media screen and (min-width:1001px) {
  .reason__ttl {
    margin-bottom: min(1.4705882353vw, 25px);
    padding-top: min(3.5294117647vw, 60px);
    font-size: min(2.8235294118vw, 48px)
  }
}

.reason__ttl--bold {
  font-size: 1.0416666667em;
  color: #fff
}

.reason__ttl--small {
  font-size: 0.8333333333em
}

.reason__ttl sup {
  font-size: 0.375em;
  vertical-align: text-top
}

.reason__ttl:after {
  content: "REASON";
  color: #a7c3e6;
  opacity: 1
}

.reason__no1 {
  display: block;
  border-top: min(0.2666666667vw, 2px) solid #fff;
  border-bottom: min(0.2666666667vw, 2px) solid #fff
}

@media screen and (min-width:1001px) {
  .reason__no1 {
    border-top: min(0.1176470588vw, 2px) solid #fff;
    border-bottom: min(0.1176470588vw, 2px) solid #fff
  }
}
/*
.reason__no1:after {
  content: "※旧：NBドローンスクール";
  color: #fff
}
*/
.reason__triangle {
  background: #91b4df;
  height: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .reason__triangle {
    height: min(1.7647058824vw, 30px)
  }
}

.reason__inner {
  border-top: 1px solid #91b4df
}

.reason__item,
.reason__item--re {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: min(40.8vw, 306px) auto;
  grid-template-columns: min(40.8vw, 306px) auto;
  padding: min(15.3333333333vw, 115px) 0 min(20vw, 150px)
}

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

  .reason__item,
  .reason__item--re {
    -ms-grid-columns: min(18vw, 306px) auto;
    grid-template-columns: min(18vw, 306px) auto;
    padding: min(6.7647058824vw, 115px) 0 min(8.8235294118vw, 150px)
  }
}

.reason__item--re:not(:last-of-type),
.reason__item:not(:last-of-type) {
  border-bottom: 1px solid #2469c0
}

.reason__item--re {
  -ms-grid-columns: auto min(40.8vw, 306px);
  grid-template-columns: auto min(40.8vw, 306px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: min(13.3333333333vw, 100px) 0 min(17.3333333333vw, 130px)
}

@media screen and (min-width:1001px) {
  .reason__item--re {
    -ms-grid-columns: auto min(18vw, 306px);
    grid-template-columns: auto min(18vw, 306px);
    padding: min(5.8823529412vw, 100px) 0 min(7.6470588235vw, 130px)
  }
}

.reason__item--re picture {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.reason__item--re img {
  width: min(40.8vw, 306px)
}

@media screen and (min-width:1001px) {
  .reason__item--re img {
    width: min(18vw, 306px)
  }
}

.reason__txtarea,
.reason__txtarea--re {
  position: relative;
  padding: min(2vw, 15px) 0 min(2vw, 15px) min(3.3333333333vw, 25px)
}

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

  .reason__txtarea,
  .reason__txtarea--re {
    padding: min(0.8823529412vw, 15px) 0 min(0.8823529412vw, 15px) min(1.4705882353vw, 25px)
  }
}

.reason__txtarea--re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.reason__num--01:before,
.reason__num--02:before,
.reason__num--03:before,
.reason__num--04:before,
.reason__num:before {
  position: absolute;
  font-size: min(16vw, 120px);
  color: #3371b4;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  top: max(-5.3333333333vw, -40px);
  right: min(5.3333333333vw, 40px);
  opacity: 0.1
}

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

  .reason__num--01:before,
  .reason__num--02:before,
  .reason__num--03:before,
  .reason__num--04:before,
  .reason__num:before {
    font-size: min(7.0588235294vw, 120px);
    top: max(-2.3529411765vw, -40px);
    right: min(2.3529411765vw, 40px)
  }
}

.reason__num--01:before {
  content: "01";
  line-height: 1
}

.reason__num--02 {
  padding: min(2vw, 15px) min(6.6666666667vw, 50px) min(2vw, 15px) 0
}

@media screen and (min-width:1001px) {
  .reason__num--02 {
    padding: min(0.8823529412vw, 15px) min(2.9411764706vw, 50px) min(0.8823529412vw, 15px) 0
  }
}

.reason__num--02:before {
  content: "02";
  line-height: 1;
  right: auto;
  left: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .reason__num--02:before {
    left: min(1.7647058824vw, 30px)
  }
}

.reason__num--03:before {
  content: "03";
  line-height: 1
}

.reason__num--04 {
  padding: min(6.6666666667vw, 50px) min(6.6666666667vw, 50px) min(2vw, 15px) 0
}

@media screen and (min-width:1001px) {
  .reason__num--04 {
    padding: min(2.9411764706vw, 50px) min(2.9411764706vw, 50px) min(0.8823529412vw, 15px) 0
  }
}

.reason__num--04:before {
  content: "04";
  line-height: 1;
  right: auto;
  left: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .reason__num--04:before {
    left: min(1.7647058824vw, 30px)
  }
}

.reason__bold,
.reason__bold--re {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  color: #003d80
}

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

  .reason__bold,
  .reason__bold--re {
    font-size: min(2.1176470588vw, 36px)
  }
}

.reason__txt,
.reason__txt--re {
  position: absolute;
  font-size: min(3.7333333333vw, 28px);
  background: rgba(255, 255, 255, 0.8);
  padding: min(2.6666666667vw, 20px) min(3.3333333333vw, 25px);
  width: min(64vw, 480px);
  top: 100%;
  right: min(4vw, 30px)
}

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

  .reason__txt,
  .reason__txt--re {
    font-size: min(1.6470588235vw, 28px);
    padding: min(1.1764705882vw, 20px) min(1.4705882353vw, 25px);
    width: min(28.2352941176vw, 480px);
    right: min(1.7647058824vw, 30px)
  }
}

.reason__txt--re {
  right: auto;
  left: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .reason__txt--re {
    left: min(1.7647058824vw, 30px)
  }
}

.youtube {
  position: relative;
  background: #fff;
  padding: min(6.6666666667vw, 50px) 0 min(13.3333333333vw, 100px);
  border-bottom: 1px solid #fff;
  z-index: 1
}

@media screen and (min-width:1001px) {
  .youtube {
    padding: min(2.9411764706vw, 50px) 0 min(5.8823529412vw, 100px)
  }
}

.youtube:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #2469c0 transparent transparent transparent;
  border-width: min(37.3333333333vw, 280px) min(86.6666666667vw, 650px) 0 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1
}

@media screen and (min-width:1001px) {
  .youtube:before {
    border-width: min(16.4705882353vw, 280px) min(38.2352941176vw, 650px) 0 0
  }
}

.youtube__ttl {
  font-size: min(5.8666666667vw, 44px);
  color: #222;
  text-align: center;
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .youtube__ttl {
    font-size: min(2.5882352941vw, 44px);
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.youtube__ttl--blue {
  color: #00a6dc
}

.youtube__ttl--large {
  font-size: 1.9090909091em;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  line-height: 1
}

.youtube__ttl--red {
  color: #d40901;
  font-size: 1.1818181818em
}

.youtube__sttl {
  font-size: min(4.2666666667vw, 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .youtube__sttl {
    font-size: min(1.8823529412vw, 32px);
    margin-bottom: min(2.9411764706vw, 50px)
  }
}

.youtube__item {
  position: relative;
  padding: min(4vw, 30px) 0 min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .youtube__item {
    padding: min(1.7647058824vw, 30px) 0 min(2.9411764706vw, 50px)
  }
}

.youtube__item:last-of-type {
  padding-bottom: 0
}

.youtube__item:before {
  position: absolute;
  content: "";
  background: #2469c0;
  margin: 0 auto;
  width: min(66.6666666667vw, 500px);
  height: min(0.2666666667vw, 2px);
  bottom: 100%;
  left: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .youtube__item:before {
    width: min(29.4117647059vw, 500px);
    height: min(0.1176470588vw, 2px)
  }
}

.youtube__name {
  font-size: min(4.8vw, 36px);
  color: #222;
  font-weight: normal;
  text-align: center;
  margin-bottom: min(2vw, 15px)
}

@media screen and (min-width:1001px) {
  .youtube__name {
    font-size: min(2.1176470588vw, 36px);
    margin-bottom: min(0.8823529412vw, 15px)
  }
}

.youtube__name span {
  color: #2469c0;
  font-weight: bold
}

.youtube__wrap iframe {
  -webkit-box-shadow: min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) #03a7dc;
  box-shadow: min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) #03a7dc;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9
}

@media screen and (min-width:1001px) {
  .youtube__wrap iframe {
    -webkit-box-shadow: min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) #03a7dc;
    box-shadow: min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) #03a7dc
  }
}

.youtube__triangle {
  position: absolute;
  background: #fff;
  width: 100%;
  height: min(16vw, 120px);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 100%
}

@media screen and (min-width:1001px) {
  .youtube__triangle {
    height: min(7.0588235294vw, 120px)
  }
}

.voice {
  background: #6695c7;
  padding-bottom: min(22.6666666667vw, 170px)
}

@media screen and (min-width:1001px) {
  .voice {
    padding-bottom: min(10vw, 170px)
  }
}

.voice__ttl {
  font-size: min(6.6666666667vw, 50px);
  color: #fff;
  margin-bottom: min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .voice__ttl {
    font-size: min(2.9411764706vw, 50px);
    margin-bottom: min(4.1176470588vw, 70px)
  }
}

.voice__ttl:after {
  content: "VOICE";
  color: #a7c3e6;
  opacity: 0.2
}

.voice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto min(6.6666666667vw, 50px) auto min(6.6666666667vw, 50px) auto;
  grid-template-rows: repeat(3, auto);
  gap: min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .voice__list {
    gap: min(2.9411764706vw, 50px)
  }
}

.voice__item {
  background: #fff;
  padding: min(5.3333333333vw, 40px) min(4.6666666667vw, 35px);
  border-radius: min(1.0666666667vw, 8px);
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:1001px) {
  .voice__item {
    padding: min(2.3529411765vw, 40px) min(2.0588235294vw, 35px);
    border-radius: min(0.4705882353vw, 8px)
  }
}

.voice__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: min(31.4666666667vw, 236px) min(4vw, 30px) auto;
  grid-template-columns: min(31.4666666667vw, 236px) auto;
  gap: min(4vw, 30px);
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .voice__grid {
    -ms-grid-columns: min(13.8823529412vw, 236px) min(1.7647058824vw, 30px) auto;
    grid-template-columns: min(13.8823529412vw, 236px) auto;
    gap: min(1.7647058824vw, 30px);
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.voice__name {
  font-size: clamp(10px, 3.2vw, 24px);
  line-height: 1;
  text-align: center;
  margin-top: min(2vw, 15px)
}

@media screen and (min-width:1001px) {
  .voice__name {
    font-size: min(1.4117647059vw, 24px);
    margin-top: min(0.8823529412vw, 15px)
  }
}

.voice__sttl {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  color: #003d80
}

@media screen and (min-width:1001px) {
  .voice__sttl {
    font-size: min(2.1176470588vw, 36px)
  }
}

.voice__txt {
  font-size: min(3.7333333333vw, 28px)
}

@media screen and (min-width:1001px) {
  .voice__txt {
    font-size: min(1.6470588235vw, 28px)
  }
}

.instruct {
  background: #fff;
  padding: min(9.3333333333vw, 70px) 0 min(12vw, 90px)
}

@media screen and (min-width:1001px) {
  .instruct {
    padding: min(4.1176470588vw, 70px) 0 min(5.2941176471vw, 90px)
  }
}

.instruct__ttl {
  margin-bottom: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .instruct__ttl {
    margin-bottom: min(2.3529411765vw, 40px)
  }
}

.instruct__ttl:after {
  content: "INSTRUCTOR"
}

.instruct__bold {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  color: #2469c0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .instruct__bold {
    font-size: min(2.1176470588vw, 36px);
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.instruct__item {
  padding: min(6.6666666667vw, 50px) 0
}

@media screen and (min-width:1001px) {
  .instruct__item {
    padding: min(2.9411764706vw, 50px) 0
  }
}

.instruct__item:nth-of-type(2) {
  background: rgba(211, 225, 242, 0.2)
}

.instruct__item:last-of-type {
  padding-bottom: 0
}

.instruct__sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  color: #003d80;
  gap: min(4.6666666667vw, 35px);
  margin-bottom: min(2.6666666667vw, 20px)
}

@media screen and (min-width:1001px) {
  .instruct__sttl {
    font-size: min(2.1176470588vw, 36px);
    gap: min(2.0588235294vw, 35px);
    margin-bottom: min(1.1764705882vw, 20px)
  }
}

.instruct__sttl:after,
.instruct__sttl:before {
  content: "";
  background: #003d80;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: min(0.4vw, 3px)
}

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

  .instruct__sttl:after,
  .instruct__sttl:before {
    height: min(0.1764705882vw, 3px)
  }
}

.instruct__txt {
  font-size: min(3.7333333333vw, 28px)
}

@media screen and (min-width:1001px) {
  .instruct__txt {
    font-size: min(1.6470588235vw, 28px)
  }
}

.instruct__txt span {
  color: #004ea2
}

.seminar {
  background: #fff
}

.seminar__hdr {
  position: relative;
  background: rgba(36, 105, 192, 0.1);
  padding: min(8vw, 60px) 0 min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .seminar__hdr {
    padding: min(3.5294117647vw, 60px) 0 min(1.7647058824vw, 30px)
  }
}

.seminar__hdr:before {
  position: absolute;
  content: "";
  background: #00a6dc;
  width: 100%;
  height: min(5.3333333333vw, 40px);
  top: 0;
  left: 0
}

@media screen and (min-width:1001px) {
  .seminar__hdr:before {
    height: min(2.3529411765vw, 40px)
  }
}

.seminar__hdr:after {
  position: absolute;
  content: "";
  margin: 0 auto;
  border-style: solid;
  border-color: rgba(36, 105, 192, 0.1) transparent transparent transparent;
  border-width: min(6.6666666667vw, 50px) min(5.3333333333vw, 40px) 0px min(5.3333333333vw, 40px);
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .seminar__hdr:after {
    border-width: min(2.9411764706vw, 50px) min(2.3529411765vw, 40px) 0px min(2.3529411765vw, 40px)
  }
}

.seminar__drone {
  position: absolute;
  top: min(3.3333333333vw, 25px);
  left: min(0.9333333333vw, 7px)
}

@media screen and (min-width:1001px) {
  .seminar__drone {
    top: min(1.4705882353vw, 25px);
    left: min(0.4117647059vw, 7px)
  }
}

.seminar__drone img {
  width: min(24.5333333333vw, 184px)
}

@media screen and (min-width:1001px) {
  .seminar__drone img {
    width: min(10.8235294118vw, 184px)
  }
}

.seminar__ttl {
  font-size: min(5.8666666667vw, 44px);
  text-align: center
}

@media screen and (min-width:1001px) {
  .seminar__ttl {
    font-size: min(2.5882352941vw, 44px)
  }
}

.seminar__ttl--light {
  color: #00a6dc
}

.seminar__ttl--large {
  font-size: min(12vw, 90px);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  line-height: 1;
  vertical-align: text-bottom
}

@media screen and (min-width:1001px) {
  .seminar__ttl--large {
    font-size: min(5.2941176471vw, 90px)
  }
}

.seminar__star img {
  vertical-align: text-top;
  width: min(7.7333333333vw, 58px)
}

@media screen and (min-width:1001px) {
  .seminar__star img {
    width: min(3.4117647059vw, 58px)
  }
}

.seminar__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(10.6666666667vw, 80px);
  padding: min(10.6666666667vw, 80px) 0 min(13.3333333333vw, 100px)
}

@media screen and (min-width:1001px) {
  .seminar__list {
    gap: min(4.7058823529vw, 80px);
    padding: min(4.7058823529vw, 80px) 0 min(5.8823529412vw, 100px)
  }
}

.seminar__sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(4.8vw, 36px);
  background: #7ca5d9;
  color: #fff;
  line-height: 1;
  margin-bottom: min(4vw, 30px);
  padding: min(2.6666666667vw, 20px) min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .seminar__sttl {
    font-size: min(2.1176470588vw, 36px);
    margin-bottom: min(1.7647058824vw, 30px);
    padding: min(1.1764705882vw, 20px) min(2.3529411765vw, 40px)
  }
}

.seminar__sttl span {
  display: inline-block;
  font-size: min(10.6666666667vw, 80px);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-right: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .seminar__sttl span {
    font-size: min(4.7058823529vw, 80px);
    margin-right: min(2.3529411765vw, 40px)
  }
}

.seminar__txt {
  margin-bottom: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .seminar__txt {
    margin-bottom: min(2.3529411765vw, 40px)
  }
}

.seminar__txt span {
  color: #003d80
}

.seminar__txt sup {
  font-size: clamp(10px, 2.4vw, 18px);
  vertical-align: top
}

@media screen and (min-width:1001px) {
  .seminar__txt sup {
    font-size: min(1.0588235294vw, 18px)
  }
}

.seminar__caution {
  position: relative;
  display: inline-block;
  margin-top: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .seminar__caution {
    margin-top: min(2.3529411765vw, 40px)
  }
}
/*
.seminar__caution:before {
  position: absolute;
  content: "※旧：NBドローンスクール";
  font-size: clamp(10px, 3.2vw, 24px);
  line-height: 1;
  bottom: calc(100% + min(2vw, 15px));
  right: 0
}
*/
@media screen and (min-width:1001px) {
  .seminar__caution:before {
    font-size: min(1.4117647059vw, 24px);
    bottom: calc(100% + min(0.8823529412vw, 15px))
  }
}

.about {
  background: #fafafa;
  padding: min(9.3333333333vw, 70px) 0 min(13.3333333333vw, 100px)
}

@media screen and (min-width:1001px) {
  .about {
    padding: min(4.1176470588vw, 70px) 0 min(5.8823529412vw, 100px)
  }
}

.about__ttl {
  margin-bottom: min(2.6666666667vw, 20px)
}

@media screen and (min-width:1001px) {
  .about__ttl {
    margin-bottom: min(1.1764705882vw, 20px)
  }
}

.about__ttl:after {
  content: "ABOUT"
}

.about__list {
  margin-top: min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .about__list {
    margin-top: min(4.1176470588vw, 70px)
  }
}

.about__item {
  margin-bottom: min(8vw, 60px);
  padding-bottom: min(6.6666666667vw, 50px);
  border-bottom: min(0.8vw, 6px) solid #222
}

@media screen and (min-width:1001px) {
  .about__item {
    margin-bottom: min(3.5294117647vw, 60px);
    padding-bottom: min(2.9411764706vw, 50px);
    border-bottom: min(0.3529411765vw, 6px) solid #222
  }
}

.about__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.about__sttl {
  position: relative;
  font-size: min(4.2666666667vw, 32px);
  background: #fff;
  color: #222;
  line-height: 1;
  margin-bottom: min(6.6666666667vw, 50px);
  padding: min(6vw, 45px) min(8vw, 60px);
  -webkit-box-shadow: min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) min(2.1333333333vw, 16px) rgba(0, 0, 0, 0.2);
  box-shadow: min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) min(2.1333333333vw, 16px) rgba(0, 0, 0, 0.2);
  width: min(73.3333333333vw, 550px)
}

@media screen and (min-width:1001px) {
  .about__sttl {
    font-size: min(1.8823529412vw, 32px);
    margin-bottom: min(2.9411764706vw, 50px);
    padding: min(2.6470588235vw, 45px) min(3.5294117647vw, 60px);
    -webkit-box-shadow: min(0.2352941176vw, 4px) min(0.2352941176vw, 4px) min(0.9411764706vw, 16px) rgba(0, 0, 0, 0.2);
    box-shadow: min(0.2352941176vw, 4px) min(0.2352941176vw, 4px) min(0.9411764706vw, 16px) rgba(0, 0, 0, 0.2);
    width: min(32.3529411765vw, 550px)
  }
}

.about__sttl picture {
  position: absolute;
  margin: auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  right: max(-17.3333333333vw, -130px)
}

@media screen and (min-width:1001px) {
  .about__sttl picture {
    right: max(-7.6470588235vw, -130px)
  }
}

.about__sttl picture img {
  width: min(21.3333333333vw, 160px)
}

@media screen and (min-width:1001px) {
  .about__sttl picture img {
    width: min(9.4117647059vw, 160px)
  }
}

.about__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: min(21.3333333333vw, 160px) min(8vw, 60px) auto;
  grid-template-columns: min(21.3333333333vw, 160px) auto;
  gap: min(8vw, 60px);
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .about__grid {
    -ms-grid-columns: min(9.4117647059vw, 160px) min(3.5294117647vw, 60px) auto;
    grid-template-columns: min(9.4117647059vw, 160px) auto;
    gap: min(3.5294117647vw, 60px);
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.about__bold {
  font-size: min(4.2666666667vw, 32px);
  font-weight: bold
}

@media screen and (min-width:1001px) {
  .about__bold {
    font-size: min(1.8823529412vw, 32px)
  }
}

.about__bold span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, rgba(255, 219, 23, 0.5)), color-stop(0.5em, transparent));
  background-image: linear-gradient(0deg, rgba(255, 219, 23, 0.5) 0.5em, transparent 0.5em);
  color: #2469c0
}

.about__wrap {
  background-image: repeating-linear-gradient(0deg, #fafafa, #fafafa 3px, #ffffff 3px, #ffffff 28px);
  -webkit-box-shadow: min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) min(2.1333333333vw, 16px) rgba(0, 0, 0, 0.2);
  box-shadow: min(0.5333333333vw, 4px) min(0.5333333333vw, 4px) min(2.1333333333vw, 16px) rgba(0, 0, 0, 0.2);
  padding: min(6.6666666667vw, 50px) 0
}

@media screen and (min-width:1001px) {
  .about__wrap {
    -webkit-box-shadow: min(0.2352941176vw, 4px) min(0.2352941176vw, 4px) min(0.9411764706vw, 16px) rgba(0, 0, 0, 0.2);
    box-shadow: min(0.2352941176vw, 4px) min(0.2352941176vw, 4px) min(0.9411764706vw, 16px) rgba(0, 0, 0, 0.2);
    padding: min(2.9411764706vw, 50px) 0
  }
}

.about__note,
.about__note--center {
  padding: 0 min(5.3333333333vw, 40px) min(5.3333333333vw, 40px);
  border-bottom: 1px solid #222
}

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

  .about__note,
  .about__note--center {
    padding: 0 min(2.3529411765vw, 40px) min(2.3529411765vw, 40px)
  }
}

.about__note--center {
  text-align: center;
  line-height: 1.5
}

.about__note--center span {
  font-weight: normal
}

.about__flx {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto min(4vw, 30px) min(33.8666666667vw, 254px);
  grid-template-columns: auto min(33.8666666667vw, 254px);
  gap: min(4vw, 30px);
  padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 40px) 0
}

@media screen and (min-width:1001px) {
  .about__flx {
    -ms-grid-columns: auto min(1.7647058824vw, 30px) min(14.9411764706vw, 254px);
    grid-template-columns: auto min(14.9411764706vw, 254px);
    gap: min(1.7647058824vw, 30px);
    padding: min(2.3529411765vw, 40px) min(2.3529411765vw, 40px) 0
  }
}

.about__flx img {
  -webkit-filter: drop-shadow(min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) min(1.0666666667vw, 8px) rgba(153, 153, 153, 0.3));
  filter: drop-shadow(min(1.3333333333vw, 10px) min(1.3333333333vw, 10px) min(1.0666666667vw, 8px) rgba(153, 153, 153, 0.3))
}

@media screen and (min-width:1001px) {
  .about__flx img {
    -webkit-filter: drop-shadow(min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) min(0.4705882353vw, 8px) rgba(153, 153, 153, 0.3));
    filter: drop-shadow(min(0.5882352941vw, 10px) min(0.5882352941vw, 10px) min(0.4705882353vw, 8px) rgba(153, 153, 153, 0.3))
  }
}

.about__txt,
.about__txt--blue,
.about__txt--flx {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 40px) 0
}

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

  .about__txt,
  .about__txt--blue,
  .about__txt--flx {
    font-size: min(1.6470588235vw, 28px);
    padding: min(2.3529411765vw, 40px) min(2.3529411765vw, 40px) 0
  }
}

.about__txt--flx {
  padding: 0
}

.about__txt--blue {
  color: #003d80;
  font-weight: bold;
  text-align: center
}

.faq {
  background-image: repeating-linear-gradient(135deg, #fafafa, #fafafa 4px, #f5f5f5 4px, #f5f5f5 8px);
  padding: min(6.6666666667vw, 50px) 0 min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .faq {
    padding: min(2.9411764706vw, 50px) 0 min(4.1176470588vw, 70px)
  }
}

.faq__ttl {
  margin-bottom: min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .faq__ttl {
    margin-bottom: min(4.1176470588vw, 70px)
  }
}

.faq__ttl:after {
  content: "Q&A"
}

.faq__list {
  display: -ms-grid;
  display: grid;
  gap: min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .faq__list {
    gap: min(2.9411764706vw, 50px)
  }
}

.faq__item:first-of-type .current {
  display: block !important
}

.faq__question {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(10vw, 75px) 1fr;
  grid-template-columns: min(10vw, 75px) 1fr;
  background: #FFF;
  cursor: pointer
}

@media screen and (min-width:1001px) {
  .faq__question {
    -ms-grid-columns: min(4.4117647059vw, 75px) 1fr;
    grid-template-columns: min(4.4117647059vw, 75px) 1fr
  }
}

.faq__question:after {
  content: "\f107";
  font-family: FontAwesome, "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: bold;
  font-size: clamp(10px, 2.6666666667vw, 20px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  height: 100%;
  top: 0;
  right: min(4vw, 30px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out
}

@media screen and (min-width:1001px) {
  .faq__question:after {
    font-size: min(1.1764705882vw, 20px);
    right: min(1.7647058824vw, 30px)
  }
}

.faq__question.active {
  background: #e9f0f9
}

.faq__question.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq__sttl,
.faq__sttl--a {
  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;
  background-color: #3371b4;
  color: #fff;
  font-size: min(4.2666666667vw, 32px);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  line-height: 1
}

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

  .faq__sttl,
  .faq__sttl--a {
    font-size: min(1.8823529412vw, 32px)
  }
}

.faq__sttl--a {
  background: none;
  color: #004ea2;
  height: auto
}

.faq__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  padding: min(3.3333333333vw, 25px) min(6.6666666667vw, 50px) min(3.3333333333vw, 25px) min(3.3333333333vw, 25px);
  border: 1px solid #e9e9e9;
  border-left: none
}

@media screen and (min-width:1001px) {
  .faq__txt {
    font-size: min(1.6470588235vw, 28px);
    padding: min(1.4705882353vw, 25px) min(2.9411764706vw, 50px) min(1.4705882353vw, 25px) min(1.4705882353vw, 25px)
  }
}

.faq__txt--a {
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  margin-block: var(--leading-trim);
  padding: 0 min(6.6666666667vw, 50px) 0 min(3.3333333333vw, 25px)
}

@media screen and (min-width:1001px) {
  .faq__txt--a {
    font-size: min(1.6470588235vw, 28px);
    padding: 0 min(2.9411764706vw, 50px) 0 min(1.4705882353vw, 25px)
  }
}

.faq__open {
  display: none;
  margin-top: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .faq__open {
    margin-top: min(1.7647058824vw, 30px)
  }
}

.faq__answer {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: min(10vw, 75px) 1fr;
  grid-template-columns: min(10vw, 75px) 1fr
}

@media screen and (min-width:1001px) {
  .faq__answer {
    -ms-grid-columns: min(4.4117647059vw, 75px) 1fr;
    grid-template-columns: min(4.4117647059vw, 75px) 1fr
  }
}

.info {
  background: #fff;
  padding: min(9.3333333333vw, 70px) 0 min(13.3333333333vw, 100px)
}

@media screen and (min-width:1001px) {
  .info {
    padding: min(4.1176470588vw, 70px) 0 min(5.8823529412vw, 100px)
  }
}

.info__ttl {
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .info__ttl {
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.info__ttl:after {
  content: "INFORMATION"
}

.info__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .info__wrap {
    gap: min(4.1176470588vw, 70px)
  }
}

.info__sttl {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  background: #7ca5d9;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: min(4vw, 30px);
  padding: min(3.3333333333vw, 25px) 0
}

@media screen and (min-width:1001px) {
  .info__sttl {
    font-size: min(2.1176470588vw, 36px);
    margin-bottom: min(1.7647058824vw, 30px);
    padding: min(1.4705882353vw, 25px) 0
  }
}

.info__center {
  font-weight: bold;
  text-align: center
}

.info__bold {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .info__bold {
    font-size: min(2.1176470588vw, 36px);
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.info__bold sup {
  font-size: clamp(10px, 2.4vw, 18px);
  font-weight: normal;
  vertical-align: text-top
}

@media screen and (min-width:1001px) {
  .info__bold sup {
    font-size: min(1.0588235294vw, 18px)
  }
}

.info__list {
  margin-bottom: min(4.6666666667vw, 35px);
  padding: min(3.3333333333vw, 25px) min(8vw, 60px);
  border: min(0.5333333333vw, 4px) solid #d3e1f2
}

@media screen and (min-width:1001px) {
  .info__list {
    margin-bottom: min(2.0588235294vw, 35px);
    padding: min(1.4705882353vw, 25px) min(3.5294117647vw, 60px);
    border: min(0.2352941176vw, 4px) solid #d3e1f2
  }
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(5.3333333333vw, 40px);
  padding: min(3.3333333333vw, 25px);
  border-bottom: min(0.2666666667vw, 2px) dotted #2469c0
}

@media screen and (min-width:1001px) {
  .info__item {
    gap: min(2.3529411765vw, 40px);
    padding: min(1.4705882353vw, 25px);
    border-bottom: min(0.1176470588vw, 2px) dotted #2469c0
  }
}

.info__item i {
  font-size: min(4.8vw, 36px);
  color: #2469c0;
  line-height: 1
}

@media screen and (min-width:1001px) {
  .info__item i {
    font-size: min(2.1176470588vw, 36px)
  }
}

.info__blue {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
  color: #003d80;
  line-height: 1
}

@media screen and (min-width:1001px) {
  .info__blue {
    font-size: min(2.1176470588vw, 36px)
  }
}

.info__comment {
  position: relative;
  background: #e9f0f9;
  font-size: min(3.7333333333vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 min(4vw, 30px) min(8.6666666667vw, 65px);
  padding: min(2.6666666667vw, 20px) min(6.6666666667vw, 50px) min(2.6666666667vw, 20px) min(13.3333333333vw, 100px);
  width: min(76vw, 570px)
}

@media screen and (min-width:1001px) {
  .info__comment {
    font-size: min(1.6470588235vw, 28px);
    margin: 0 0 min(1.7647058824vw, 30px) min(3.8235294118vw, 65px);
    padding: min(1.1764705882vw, 20px) min(2.9411764706vw, 50px) min(1.1764705882vw, 20px) min(5.8823529412vw, 100px);
    width: min(33.5294117647vw, 570px)
  }
}

.info__comment:before {
  position: absolute;
  content: "";
  background: #fff;
  width: min(4.6666666667vw, 35px);
  height: 100%;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  top: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .info__comment:before {
    width: min(2.0588235294vw, 35px)
  }
}

.info__comment picture {
  position: absolute;
  margin: auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: max(-8vw, -60px)
}

@media screen and (min-width:1001px) {
  .info__comment picture {
    left: max(-3.5294117647vw, -60px)
  }
}

.info__comment img {
  width: min(18.4vw, 138px)
}

@media screen and (min-width:1001px) {
  .info__comment img {
    width: min(8.1176470588vw, 138px)
  }
}

.info__caution {
  font-size: clamp(10px, 3.2vw, 24px);
  text-align: right;
  line-height: 1;
  margin-right: min(2.6666666667vw, 20px)
}

@media screen and (min-width:1001px) {
  .info__caution {
    font-size: min(1.4117647059vw, 24px);
    margin-right: min(1.1764705882vw, 20px)
  }
}

.info__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .info__grid {
    margin-bottom: min(2.9411764706vw, 50px)
  }
}

.info__flow {
  position: relative;
  background: #ebebeb;
  color: #003d80;
  font-weight: bold;
  font-size: min(4.8vw, 36px);
  line-height: 1;
  padding: min(6vw, 45px) 0;
  text-align: center
}

@media screen and (min-width:1001px) {
  .info__flow {
    font-size: min(2.1176470588vw, 36px);
    padding: min(2.6470588235vw, 45px) 0
  }
}

.info__flow:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 0;
  width: min(4vw, 30px);
  height: min(4vw, 30px);
  top: 0;
  bottom: 0;
  right: max(-2vw, -15px);
  z-index: 1
}

@media screen and (min-width:1001px) {
  .info__flow:after {
    width: min(1.7647058824vw, 30px);
    height: min(1.7647058824vw, 30px);
    right: max(-0.8823529412vw, -15px)
  }
}

.info__flow:nth-of-type(2) {
  background: #ccd8e6
}

.info__flow:last-of-type {
  background: #a7c3e6
}

.info__flow:last-of-type:after {
  display: none
}

.info__txt span {
  color: #003d80
}

.form {
  position: relative;
  background-image: url(../images/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .form {
    padding-top: min(4.1176470588vw, 70px)
  }
}

.form:before {
  position: absolute;
  content: "";
  background: #ccedf8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7
}

.form .cont__inner {
  position: relative
}

.form__ttl {
  position: relative;
  font-size: min(4.8vw, 36px);
  text-align: center;
  margin-bottom: min(8vw, 60px);
  padding: 0 min(6.6666666667vw, 50px)
}

@media screen and (min-width:1001px) {
  .form__ttl {
    font-size: min(2.1176470588vw, 36px);
    margin-bottom: min(3.5294117647vw, 60px);
    padding: 0 min(2.9411764706vw, 50px)
  }
}

.form__ttl:after,
.form__ttl:before {
  position: absolute;
  content: "";
  background: #003d80;
  border-radius: 100px;
  width: min(0.5333333333vw, 4px);
  height: min(9.3333333333vw, 70px);
  bottom: 0
}

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

  .form__ttl:after,
  .form__ttl:before {
    width: min(0.2352941176vw, 4px);
    height: min(4.1176470588vw, 70px)
  }
}

.form__ttl:before {
  left: min(1.3333333333vw, 10px);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

@media screen and (min-width:1001px) {
  .form__ttl:before {
    left: min(0.5882352941vw, 10px)
  }
}

.form__ttl:after {
  right: min(1.3333333333vw, 10px);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

@media screen and (min-width:1001px) {
  .form__ttl:after {
    right: min(0.5882352941vw, 10px)
  }
}

.form__logo {
  display: block;
  margin: 0 auto min(9.3333333333vw, 70px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (min-width:1001px) {
  .form__logo {
    margin: 0 auto min(4.1176470588vw, 70px)
  }
}

.form__logo img {
  width: min(68.9333333333vw, 517px)
}

@media screen and (min-width:1001px) {
  .form__logo img {
    width: min(30.4117647059vw, 517px)
  }
}

.form__tbl {
  width: 100%
}

.form__th {
  display: block;
  margin: 0 min(2.6666666667vw, 20px) min(2vw, 15px)
}

@media screen and (min-width:1001px) {
  .form__th {
    margin: 0 min(1.1764705882vw, 20px) min(0.8823529412vw, 15px)
  }
}

.form__td {
  display: block;
  margin-bottom: min(6.6666666667vw, 50px);
  padding: 0 min(2.6666666667vw, 20px) min(3.3333333333vw, 25px);
  border-bottom: 1px solid #333
}

@media screen and (min-width:1001px) {
  .form__td {
    margin-bottom: min(2.9411764706vw, 50px);
    padding: 0 min(1.1764705882vw, 20px) min(1.4705882353vw, 25px)
  }
}

.form__item {
  color: #222;
  font-weight: bold;
  text-align: left
}

.form__require {
  display: inline-block;
  background: #003d80;
  color: #FFF;
  font-size: clamp(10px, 3.2vw, 24px);
  line-height: 1;
  text-align: center;
  margin-right: min(2.6666666667vw, 20px);
  padding: min(2vw, 15px) min(2.6666666667vw, 20px)
}

@media screen and (min-width:1001px) {
  .form__require {
    font-size: min(1.4117647059vw, 24px);
    margin-right: min(1.1764705882vw, 20px);
    padding: min(0.8823529412vw, 15px) min(1.1764705882vw, 20px)
  }
}

.form__input {
  font-size: clamp(10px, 4.2666666667vw, 32px);
  font-weight: bold;
  background: #FFF;
  color: #222;
  padding: min(5.3333333333vw, 40px);
  border: 1px solid #999;
  border-radius: min(1.0666666667vw, 8px);
  width: 100%
}

@media screen and (min-width:1001px) {
  .form__input {
    font-size: min(1.8823529412vw, 32px);
    padding: min(2.3529411765vw, 40px);
    border-radius: min(0.4705882353vw, 8px)
  }
}

.form__input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal
}

.form__input::-moz-placeholder {
  color: #ccc;
  font-weight: normal
}

.form__input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal
}

.form__input::-ms-input-placeholder {
  color: #ccc;
  font-weight: normal
}

.form__input::placeholder {
  color: #ccc;
  font-weight: normal
}

.form__input:focus {
  background: #fffeee;
  border: 1px solid #f0c265
}

.form p:has(input[type=radio][value=Zoom]) {
  margin-bottom: min(1.3333333333vw, 10px)
}

@media screen and (min-width:1001px) {
  .form p:has(input[type=radio][value=Zoom]) {
    margin-bottom: min(0.5882352941vw, 10px)
  }
}

.form__radio {
  cursor: pointer
}

.form__radio input[type=radio] {
  position: relative;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0;
  width: min(7.4666666667vw, 56px);
  height: min(7.4666666667vw, 56px);
  cursor: pointer
}

@media screen and (min-width:1001px) {
  .form__radio input[type=radio] {
    width: min(3.2941176471vw, 56px);
    height: min(3.2941176471vw, 56px)
  }
}

.form__radio input[type=radio]:before {
  position: absolute;
  background: #00a6dc;
  border-radius: 50%;
  margin: auto;
  width: min(4vw, 30px);
  height: min(4vw, 30px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .form__radio input[type=radio]:before {
    width: min(1.7647058824vw, 30px);
    height: min(1.7647058824vw, 30px)
  }
}

.form__radio input[type=radio]:checked:before {
  content: ""
}

.form__radio span {
  display: inline-block;
  margin-left: min(1.3333333333vw, 10px)
}

@media screen and (min-width:1001px) {
  .form__radio span {
    margin-left: min(0.5882352941vw, 10px)
  }
}

.form__agree {
  font-size: clamp(10px, 3.2vw, 24px);
  color: #222;
  font-weight: bold;
  text-align: center
}

@media screen and (min-width:1001px) {
  .form__agree {
    font-size: min(1.4117647059vw, 24px)
  }
}

.form__agree input[type=checkbox] {
  position: relative;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0;
  width: min(7.4666666667vw, 56px);
  height: min(7.4666666667vw, 56px);
  cursor: pointer
}

@media screen and (min-width:1001px) {
  .form__agree input[type=checkbox] {
    width: min(3.2941176471vw, 56px);
    height: min(3.2941176471vw, 56px)
  }
}

.form__agree input[type=checkbox]:before {
  position: absolute;
  background: #00a6dc;
  border-radius: 50%;
  margin: auto;
  width: min(4vw, 30px);
  height: min(4vw, 30px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

@media screen and (min-width:1001px) {
  .form__agree input[type=checkbox]:before {
    width: min(1.7647058824vw, 30px);
    height: min(1.7647058824vw, 30px)
  }
}

.form__agree input[type=checkbox]:checked:before {
  content: ""
}

.form__agree label {
  cursor: pointer
}

.form__agree a {
  display: inline-block;
  color: #222;
  text-decoration: underline;
  margin-left: min(3.3333333333vw, 25px)
}

@media screen and (min-width:1001px) {
  .form__agree a {
    margin-left: min(1.4705882353vw, 25px)
  }

  .form__agree a:hover {
    text-decoration: none
  }
}

.form__mb {
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .form__mb {
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.form__uninput {
  font-size: min(3.7333333333vw, 28px);
  color: #c30000;
  font-weight: bold;
  text-align: center;
  margin-bottom: min(0.6666666667vw, 5px)
}

@media screen and (min-width:1001px) {
  .form__uninput {
    font-size: min(1.6470588235vw, 28px);
    margin-bottom: min(0.2941176471vw, 5px)
  }
}

.form__caution {
  font-size: clamp(10px, 3.2vw, 24px);
  color: #c30000;
  font-weight: bold;
  line-height: 1.5;
  margin-top: min(1.3333333333vw, 10px)
}

@media screen and (min-width:1001px) {
  .form__caution {
    font-size: min(1.2941176471vw, 22px);
    margin-top: min(0.5882352941vw, 10px)
  }
}

.form__btn {
  width: 100%;
  cursor: pointer
}

.form__btn:disabled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#888));
  background-image: linear-gradient(#999, #888);
  cursor: not-allowed
}

@media screen and (min-width:1001px) {
  .form__btn:disabled:hover {
    -webkit-box-shadow: 0 min(0.4705882353vw, 8px) min(0.4705882353vw, 8px) rgba(23, 51, 26, 0.2);
    box-shadow: 0 min(0.4705882353vw, 8px) min(0.4705882353vw, 8px) rgba(23, 51, 26, 0.2)
  }
}

.form__error {
  display: none;
  font-size: min(3.7333333333vw, 28px);
  color: #c30000;
  font-weight: bold;
  margin-top: min(0.6666666667vw, 5px)
}

@media screen and (min-width:1001px) {
  .form__error {
    font-size: min(1.6470588235vw, 28px);
    margin-top: min(0.2941176471vw, 5px)
  }
}

.form__error--center {
  text-align: center
}

.form__error.on {
  display: block
}

.form__telarea {
  background: rgba(255, 255, 255, 0.2);
  margin-top: min(9.3333333333vw, 70px);
  padding: min(6.6666666667vw, 50px) 0 min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .form__telarea {
    margin-top: min(4.1176470588vw, 70px);
    padding: min(2.9411764706vw, 50px) 0 min(2.3529411765vw, 40px)
  }
}

.form__bold,
.form__info {
  color: #003d80;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

.form__bold {
  font-size: min(4.2666666667vw, 32px);
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .form__bold {
    font-size: min(1.8823529412vw, 32px);
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.form__info {
  font-size: min(3.7333333333vw, 28px);
  margin-top: min(3.3333333333vw, 25px)
}

@media screen and (min-width:1001px) {
  .form__info {
    font-size: min(1.6470588235vw, 28px);
    margin-top: min(1.4705882353vw, 25px)
  }
}

.company {
  background: #fff;
  padding: min(6.6666666667vw, 50px) 0 min(9.3333333333vw, 70px)
}

@media screen and (min-width:1001px) {
  .company {
    padding: min(2.9411764706vw, 50px) 0 min(4.1176470588vw, 70px)
  }
}

.company__ttl {
  margin-bottom: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .company__ttl {
    margin-bottom: min(2.3529411765vw, 40px)
  }
}

.company__ttl:after {
  content: "COMPANY"
}

.company__tbl {
  width: 100%
}

.company__th {
  font-size: clamp(10px, 3.4666666667vw, 26px);
  font-weight: bold;
  color: #003d80;
  text-align: center;
  vertical-align: middle;
  padding: min(4.6666666667vw, 35px) min(4vw, 30px) min(4.6666666667vw, 35px) min(1.3333333333vw, 10px);
  border-bottom: 1px solid #a8a8a9;
  line-height: 1;
  white-space: nowrap
}

@media screen and (min-width:1001px) {
  .company__th {
    font-size: min(1.5294117647vw, 26px);
    padding: min(2.0588235294vw, 35px) min(1.7647058824vw, 30px) min(2.0588235294vw, 35px) min(0.5882352941vw, 10px)
  }
}

.company__td {
  font-size: clamp(10px, 3.4666666667vw, 26px);
  vertical-align: middle;
  padding: min(4.6666666667vw, 35px) 0;
  border-bottom: 1px solid #a8a8a9;
  line-height: 1.5
}

@media screen and (min-width:1001px) {
  .company__td {
    font-size: min(1.5294117647vw, 26px);
    padding: min(2.0588235294vw, 35px) 0
  }
}

.address {
  background: #004ea2;
  color: #fff;
  font-size: clamp(10px, 3.2vw, 24px);
  text-align: center;
  line-height: 1.5;
  padding: min(2.6666666667vw, 20px) 0
}

@media screen and (min-width:1001px) {
  .address {
    font-size: min(1.4117647059vw, 24px);
    padding: min(1.1764705882vw, 20px) 0
  }
}

.ftr,
.under__ftr {
  background: #222;
  color: #fff;
  font-size: clamp(10px, 3.2vw, 24px);
  line-height: 1;
  text-align: center;
  padding: min(3.3333333333vw, 25px) 0
}

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

  .ftr,
  .under__ftr {
    font-size: min(1.4117647059vw, 24px);
    padding: min(1.4705882353vw, 25px) 0
  }
}

.under {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  z-index: 0
}

@media screen and (min-width:1001px) {
  .under {
    max-width: 1000px
  }
}

.under__hdr {
  background: #222;
  text-align: center;
  margin-bottom: min(8vw, 60px);
  padding: min(2.6666666667vw, 20px)
}

@media screen and (min-width:1001px) {
  .under__hdr {
    margin-bottom: min(3.5294117647vw, 60px);
    padding: min(1.1764705882vw, 20px)
  }
}

.under__logo img {
  width: min(46.6666666667vw, 350px)
}

@media screen and (min-width:1001px) {
  .under__logo img {
    width: min(20.5882352941vw, 350px)
  }
}

.under__inner {
  margin: 0 auto min(8vw, 60px);
  max-width: calc(100% - min(13.3333333333vw, 100px))
}

@media screen and (min-width:1001px) {
  .under__inner {
    margin: 0 auto min(3.5294117647vw, 60px);
    max-width: 950px;
    width: calc(100% - min(5.8823529412vw, 100px))
  }
}

.under__ttl {
  margin-bottom: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .under__ttl {
    margin-bottom: min(1.7647058824vw, 30px)
  }
}

.under__ttl:after {
  content: "COMPLETE"
}

.under__ftr {
  margin-top: auto
}

.confirm__ttl:after {
  content: "CONFIRM"
}

.confirm__ttl--error:after {
  content: "ERROR"
}

.confirm__txt {
  font-size: clamp(10px, 3.7333333333vw, 28px);
  margin: min(2.6666666667vw, 20px) 0 min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .confirm__txt {
    font-size: 18px;
    font-size: 1.2857142857rem;
    text-align: center;
    margin: min(1.1764705882vw, 20px) 0 min(2.3529411765vw, 40px)
  }
}

@media screen and (min-width:1281px) {
  .confirm__txt {
    font-size: 22px;
    font-size: 1.5714285714rem;
    text-align: center;
    margin-bottom: min(2.3529411765vw, 40px)
  }
}

.confirm__txt a {
  text-decoration: underline
}

@media screen and (min-width:1001px) {
  .confirm__txt a:hover {
    text-decoration: none
  }
}

.confirm__block {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: min(5.3333333333vw, 40px)
}

@media screen and (min-width:1001px) {
  .confirm__block {
    margin-bottom: min(2.3529411765vw, 40px)
  }
}

.confirm__block .error_messe span {
  color: #c30000
}

.confirm__submit {
  margin: 0 auto;
  width: min(72vw, 540px)
}

@media screen and (min-width:1001px) {
  .confirm__submit {
    width: min(31.7647058824vw, 540px)
  }
}

.confirm__btn {
  font-size: clamp(10px, 4.2666666667vw, 32px);
  padding: min(4vw, 30px) min(6.6666666667vw, 50px);
  width: 100%;
  cursor: pointer
}

@media screen and (min-width:1001px) {
  .confirm__btn {
    font-size: min(1.6470588235vw, 28px);
    padding: min(1.7647058824vw, 30px) min(2.9411764706vw, 50px)
  }
}

.confirm__btn--back {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#888));
  background-image: linear-gradient(#999, #888);
  margin-top: min(4vw, 30px)
}

@media screen and (min-width:1001px) {
  .confirm__btn--back {
    margin-top: min(1.7647058824vw, 30px)
  }
}

.confirm__tbl {
  margin: 0 auto;
  width: 100%;
  max-width: 750px
}

.confirm__th {
  display: block;
  font-size: clamp(10px, 3.7333333333vw, 28px);
  font-weight: bold;
  color: #003d80;
  text-align: left;
  margin-bottom: min(1.3333333333vw, 10px)
}

@media screen and (min-width:1001px) {
  .confirm__th {
    font-size: min(1.6470588235vw, 28px);
    margin-bottom: min(0.5882352941vw, 10px)
  }
}

.confirm__td {
  display: block;
  font-size: clamp(10px, 3.7333333333vw, 28px);
  background: #eee;
  margin-bottom: min(6.6666666667vw, 50px);
  padding: min(2vw, 15px) min(2.6666666667vw, 20px);
  border-bottom: 1px solid #003d80
}

@media screen and (min-width:1001px) {
  .confirm__td {
    font-size: min(1.6470588235vw, 28px);
    margin-bottom: min(2.9411764706vw, 50px);
    padding: min(0.8823529412vw, 15px) min(1.1764705882vw, 20px)
  }
}

.course {
  background-color: #fff;
  padding-top: min(10.6666666667vw, 80px);
  padding-bottom: min(13.3333333333vw, 100px)
}

.course__ttl:after {
  content: "COURSE";
  color: #a7c3e6;
  opacity: 0.2
}

.course__sttl {
  font-size: clamp(10px, 6.4vw, 48px);
  margin-top: min(8vw, 60px);
  margin-bottom: min(6.6666666667vw, 50px);
  color: #2469c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(1.3333333333vw, 10px)
}

.course__sttl:after,
.course__sttl:before {
  content: "";
  display: block;
  height: clamp(2px, 0.5333333333vw, 4px);
  width: clamp(10px, 17.3333333333vw, 130px);
  background-color: #2469c0
}

.course__sttl--02 {
  letter-spacing: 0.2em
}

.course__area+.course__area {
  margin-top: min(13.3333333333vw, 100px)
}

.course__box {
  padding: 0 min(2.6666666667vw, 20px) min(3.3333333333vw, 25px);
  background-color: #e6eef8;
  -webkit-box-shadow: 2.5px 2.5px 1.5px 0 rgba(175, 175, 175, 0.75);
  box-shadow: 2.5px 2.5px 1.5px 0 rgba(175, 175, 175, 0.75)
}

.course__box+.course__box {
  margin-top: min(6.6666666667vw, 50px)
}

.course__bttl {
  background-color: #003d80;
  font-size: clamp(10px, 5.0666666667vw, 38px);
  width: calc(min(2.6666666667vw, 20px) * 2 + 100%);
  margin: 0 calc(min(2.6666666667vw, 20px) * -1) min(3.3333333333vw, 25px);
  padding: min(3.7333333333vw, 28px) min(2.6666666667vw, 20px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(3.3333333333vw, 25px);
  line-height: 1.3
}

.course__bttl:not(:has(.course__blabel)) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.course__blabel {
  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;
  text-align: center;
  background-color: #f6e489;
  color: #003d80;
  min-height: min(6.4vw, 48px);
  min-width: min(28vw, 210px);
  font-size: clamp(10px, 4.2666666667vw, 32px);
  line-height: 1.3
}

.course__dl {
  margin-top: min(3.6vw, 27px)
}

.course__dt {
  background-color: #00a6dc;
  font-size: clamp(10px, 4.6666666667vw, 35px);
  padding: min(1.3333333333vw, 10px);
  color: #fff;
  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;
  gap: min(2vw, 15px);
  line-height: 1.3
}

.course__icon--beginner:before,
.course__icon--veteran:before {
  content: "";
  height: clamp(10px, 4.5333333333vw, 34px);
  width: clamp(10px, 4.5333333333vw, 34px);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}

.course__icon--beginner:before {
  background-image: url(../images/course-icon01.svg)
}

.course__icon--veteran:before {
  background-image: url(../images/course-icon02.svg)
}

.course__dd {
  margin-top: min(2.6666666667vw, 20px)
}

.course__dd,
.course__txt {
  font-size: clamp(10px, 4vw, 30px)
}

.course__dd span {
	font-size: 15px;
    color: #003d80;
}

.course__dd--note {
  display: block;
  font-size: clamp(10px, 3.73334vw, 18px);
  line-height: 1.9;
  margin-top: .5rem;
}

@media screen and (min-width:1001px) {
  .course__dd--note {
    font-size: min(3.73334vw, 18px);
  }
}