.pcbr {
  font-weight: normal;
}
@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

.mv {
  position: relative;
}
.mv .pgt1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.mv .img img {
  width: 100%;
  aspect-ratio: 1880/1100;
  object-fit: cover;
}
@media all and (max-width: 750px) {
  .mv .img img {
    aspect-ratio: auto;
  }
}
.mv .mvi1 {
  clip-path: ellipse(70% 60% at 50% 40%);
  position: relative;
}
@media all and (max-width: 750px) {
  .mv .mvi1 {
    clip-path: ellipse(160% 90% at 50% 10%);
  }
}
.mv .mvi1:before {
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #0575C2 0%, #0575C2 50%, rgba(5, 17, 194, 0) 100%);
  position: absolute;
  z-index: 2;
}
.mv .tri {
  position: absolute;
  top: -6%;
  left: -24%;
  width: 46%;
  z-index: 1;
}
.mv .tri img {
  width: 100%;
  height: auto;
}
.mv .badges {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 5;
}
.mv .badges .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mv .badges .inner img {
  width: 18%;
}
@media all and (max-width: 750px) {
  .mv .badges .inner img {
    width: 38%;
  }
}

.page_ttls {
  color: white;
  position: relative;
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 10%;
  margin-top: -40px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .page_ttls {
    padding-left: 30px;
    margin-top: 0;
  }
}
.page_ttls .c1 {
  width: 73%;
}
.page_ttls .c1 img {
  width: 100%;
}
.page_ttls .c2 {
  display: inline-block;
  background: #000;
  font-size: clamp(1rem, 0.615rem + 0.82vw, 1.6rem);
  font-weight: 700;
  border-radius: 100px;
  padding: 5px 25px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media all and (max-width: 1280px) {
  .page_ttls .c2 {
    margin-top: 10px;
  }
}
@media all and (max-width: 750px) {
  .page_ttls .c2 {
    padding: 5px 10px;
    transform: scale(0.9);
    transform-origin: left;
  }
}
.page_ttls h1 {
  font-size: clamp(1.6rem, 0.062rem + 3.28vw, 4rem);
  line-height: 1;
  margin-top: 30px;
  font-family: "NBlack", sans-serif;
}
@media all and (max-width: 1280px) {
  .page_ttls h1 {
    margin-top: 20px;
  }
}
.page_ttls .cc1 {
  display: block;
  font-size: clamp(4rem, 0.154rem + 8.21vw, 10rem);
  margin-top: 20px;
}
@media all and (max-width: 1280px) {
  .page_ttls .cc1 {
    margin-top: 10px;
  }
}
.page_ttls .cc2 {
  display: block;
  font-size: clamp(3rem, 1.718rem + 2.74vw, 5rem);
  margin-top: 30px;
}
@media all and (max-width: 1280px) {
  .page_ttls .cc2 {
    margin-top: 20px;
  }
}

.tops {
  background: url("../images/bg_squre2.jpg");
  background-size: 30px auto;
}

.sec2 {
  margin-top: clamp(-5rem, -1.795rem - 6.84vw, -10rem);
  padding-bottom: 120px;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
@media all and (max-width: 750px) {
  .sec2 {
    padding-bottom: 70px;
  }
}
.sec2 h2 {
  width: 53%;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .sec2 h2 {
    width: 100%;
  }
}
.sec2 h2 img {
  width: 100%;
}
.sec2 .leads {
  width: 53%;
  margin: 40px auto 0 auto;
}
@media all and (max-width: 750px) {
  .sec2 .leads {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.s2_c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .s2_c3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media all and (max-width: 750px) {
  .s2_c3 {
    gap: 20px;
    margin-top: 20px;
  }
}
.s2_c3 .bx {
  border-radius: 20px;
  border: 10px solid #DD7174;
  background: white;
}
@media all and (max-width: 1280px) {
  .s2_c3 .bx {
    border: 3px solid #DD7174;
    overflow: hidden;
  }
}
.s2_c3 .bx h3 {
  text-align: center;
  color: white;
  font-family: "NBlack", sans-serif;
  font-size: 4rem;
  background: #DD7174;
  line-height: 1;
  padding: 10px 0 20px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .s2_c3 .bx h3 {
    font-size: 3rem;
    padding: 10px 0 15px 0;
  }
}
@media all and (max-width: 750px) {
  .s2_c3 .bx h3 {
    font-size: 2.4rem;
  }
}
.s2_c3 .bx:nth-of-type(2) {
  border: 10px solid #4A86C6;
}
@media all and (max-width: 1280px) {
  .s2_c3 .bx:nth-of-type(2) {
    border: 3px solid #4A86C6;
  }
}
.s2_c3 .bx:nth-of-type(2) h3 {
  background: #4A86C6;
}
.s2_c3 .bx .txt {
  border-radius: 0 0 20px 20px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.sec3 {
  padding-bottom: 140px;
  background: linear-gradient(90deg, #FDF68E 0%, #FDF68E 50%, #387DC0 50%, #387DC0 100%);
  position: relative;
}
@media all and (max-width: 750px) {
  .sec3 {
    padding-bottom: 50px;
  }
}
.sec3 .inner {
  z-index: 3;
  position: relative;
}
@media all and (max-width: 750px) {
  .sec3 .inner {
    width: 100%;
  }
}
.sec3 .tri2 {
  width: 400px;
  position: absolute;
  right: -10%;
  opacity: 0.8;
  top: -100px;
  mix-blend-mode: darken;
}
.sec3 .tri2 img {
  width: 100%;
}
@media all and (max-width: 750px) {
  .sec3 .tri2 {
    width: 200px;
    right: -30%;
    opacity: 0.8;
    top: -50px;
  }
}
.sec3 .tri3 {
  width: 400px;
  position: absolute;
  left: -10%;
  opacity: 0.8;
  bottom: -148px;
  mix-blend-mode: darken;
}
.sec3 .tri3 img {
  width: 100%;
}
@media all and (max-width: 750px) {
  .sec3 .tri3 {
    width: 200px;
    left: -30%;
    opacity: 0.8;
    bottom: -74px;
  }
}
.sec3 .ttl_bx {
  text-align: center;
  position: relative;
  top: -40px;
}
.sec3 .ttl_bx .v1 {
  font-size: 4.6rem;
  line-height: 1;
  font-family: "NBlack", sans-serif;
  display: inline-block;
  background: white;
  padding: 15px 30px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .sec3 .ttl_bx .v1 {
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 3rem;
  }
}
@media all and (max-width: 750px) {
  .sec3 .ttl_bx .v1 {
    font-size: 2rem;
  }
}

.bg_white {
  margin-top: -40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 40px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .bg_white {
    padding: 30px;
  }
}

.bg_course {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media all and (max-width: 1280px) {
  .bg_course {
    gap: 20px;
  }
}
@media all and (max-width: 1024px) {
  .bg_course {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.bg_course .bx {
  border-radius: 20px;
  border: 1px solid #387DC0;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .bg_course .bx {
    border-radius: 10px;
    overflow: hidden;
  }
}
.bg_course h3 {
  font-family: "Mround", sans-serif;
  font-size: 2.8rem;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  color: white;
  background: #387DC0;
  border-radius: 20px 20px 0 0;
}
@media all and (max-width: 1280px) {
  .bg_course h3 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 750px) {
  .bg_course h3 {
    font-size: 1.7rem;
    border-radius: 0;
  }
}
.bg_course .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .bg_course .cont {
    display: block;
  }
}
.bg_course .img {
  width: 25%;
  margin-top: -18px;
  margin-left: -5px;
}
@media all and (max-width: 1280px) {
  .bg_course .img {
    margin: 10px auto 20px auto;
  }
}
@media all and (max-width: 750px) {
  .bg_course .img {
    width: 35%;
    margin: 10px auto 20px auto;
  }
}
.bg_course .img img {
  width: 100%;
}
.bg_course .txts {
  width: 75%;
  padding: 0 40px;
  box-sizing: border-box;
  color: #387DC0;
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  .bg_course .txts {
    padding: 0 15px;
    width: 100%;
  }
}
.bg_course .lines {
  padding: 10px 0;
  border-bottom: 1px dashed #387DC0;
  box-sizing: border-box;
}
.bg_course .lines:last-of-type {
  border-bottom: none;
  padding: 10px 0 0 0;
}
.bg_course .lines_in {
  box-sizing: border-box;
}
.bg_course .lines_in span {
  font-size: 2.4rem;
  line-height: 1;
  margin-right: 15px;
}
@media all and (max-width: 1280px) {
  .bg_course .lines_in span {
    font-size: 2rem;
  }
}
@media all and (max-width: 750px) {
  .bg_course .lines_in span {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.bg_course .bx:nth-of-type(2) {
  border: 1px solid #82B457;
}
.bg_course .bx:nth-of-type(2) h3 {
  background: #82B457;
}
.bg_course .bx:nth-of-type(2) .txts {
  color: #82B457;
}
.bg_course .bx:nth-of-type(2) .lines {
  border-bottom: 1px dashed #82B457;
}
.bg_course .bx:nth-of-type(2) .lines:last-of-type {
  border-bottom: none;
}
.bg_course .bx:nth-of-type(3) {
  border: 1px solid #4CA08F;
}
.bg_course .bx:nth-of-type(3) h3 {
  background: linear-gradient(to right, #4A9D8C 0%, #265048 100%);
}
.bg_course .bx:nth-of-type(3) .txts {
  color: #4CA08F;
}
.bg_course .bx:nth-of-type(3) .lines {
  border-bottom: 1px dashed #4CA08F;
}
.bg_course .bx:nth-of-type(3) .lines:last-of-type {
  border-bottom: none;
}
.bg_course .bx:nth-of-type(3) .img {
  margin-top: -10px;
  margin-left: 10px;
}
@media all and (max-width: 1280px) {
  .bg_course .bx:nth-of-type(3) .img {
    margin: 0 auto;
  }
}
@media all and (max-width: 750px) {
  .bg_course .bx:nth-of-type(3) .img {
    margin: 0 auto;
  }
}
.bg_course .bx:nth-of-type(3) .img img {
  padding: 15px;
  box-sizing: border-box;
}
.bg_course .bx:nth-of-type(3) .lines_in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bg_course .bx:nth-of-type(3) .lines_in2 p:nth-of-type(1) {
  width: 100px;
  min-width: 100px;
}
@media all and (max-width: 750px) {
  .bg_course .bx:nth-of-type(3) .lines_in2 p:nth-of-type(1) {
    width: 82px;
    min-width: 82px;
  }
}
.bg_course .bx:nth-of-type(4) {
  border: 1px solid #C23588;
}
.bg_course .bx:nth-of-type(4) h3 {
  background: #C23588;
}
.bg_course .bx:nth-of-type(4) .txts {
  color: #C23588;
}
.bg_course .bx:nth-of-type(4) .lines {
  border-bottom: 1px dashed #C23588;
}
.bg_course .bx:nth-of-type(4) .lines:last-of-type {
  border-bottom: none;
}
.bg_course .bx:nth-of-type(4) .img {
  box-sizing: border-box;
  padding-right: 40px;
}
@media all and (max-width: 1280px) {
  .bg_course .bx:nth-of-type(4) .img {
    padding: 15px;
    margin: 0 auto 5px auto;
  }
}
@media all and (max-width: 750px) {
  .bg_course .bx:nth-of-type(4) .img {
    padding: 15px;
    margin: 0 auto 5px auto;
  }
}

.v2 {
  margin: 70px 0;
  font-size: clamp(2.4rem, 2.015rem + 0.82vw, 3rem);
  font-family: "NBlack", sans-serif;
  background: url("../images/v2_bg.png") top 1px left no-repeat;
  background-size: auto 100%;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.2;
}
@media all and (max-width: 1280px) {
  .v2 {
    margin: 70px 0 30px 0;
  }
}
@media all and (max-width: 750px) {
  .v2 {
    background: url("../images/v2_bg.png") top 1px left no-repeat;
    background-size: auto 30px;
  }
}

.follows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media all and (max-width: 1280px) {
  .follows {
    display: block;
  }
}
.follows .imgs {
  width: 23%;
  margin-top: -2%;
}
@media all and (max-width: 1280px) {
  .follows .imgs {
    width: 30%;
    margin: 0 auto;
    min-width: 240px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 750px) {
  .follows .imgs {
    min-width: 170px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.follows .cont {
  width: 70%;
}
@media all and (max-width: 1280px) {
  .follows .cont {
    width: 100%;
  }
}

.line_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media all and (max-width: 750px) {
  .line_v2 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.line_v2 h3 {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  padding-bottom: 10px;
  box-sizing: border-box;
  font-size: clamp(3.2rem, 1.405rem + 3.83vw, 6rem);
  font-family: "NBlack", sans-serif;
  background: linear-gradient(transparent 60%, #FDF68E 60%);
}
@media all and (max-width: 1280px) {
  .line_v2 h3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 750px) {
  .line_v2 h3 {
    font-size: 2.6rem;
  }
}
.line_v2 .txt {
  padding-left: 40px;
  padding-top: 5px;
  box-sizing: border-box;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .line_v2 .txt {
    padding-left: 0;
    text-align: left;
  }
}

.atns {
  text-align: center;
  color: white;
  font-size: 1.8rem;
  padding: 10px;
  box-sizing: border-box;
  background: #244365;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .atns {
    font-size: 1.6rem;
  }
}

.im_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 750px) {
  .im_txt {
    font-size: 1.4rem;
  }
}
.im_txt span {
  font-size: 2.8rem;
  display: block;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .im_txt span {
    font-size: 2rem;
  }
}
.im_txt:before, .im_txt:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 60%;
  width: 1px;
  background: #000;
  transform: rotate(-10deg);
  position: absolute;
}
.im_txt:after {
  left: auto;
  right: 0;
  transform: rotate(10deg);
}

.sec4 {
  background: url("../images/sec4_bg.jpg") center center;
  background-size: 30px auto;
  padding: 170px 0 140px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .sec4 {
    padding: 130px 0 40px 0;
  }
}
.sec4 .inner {
  max-width: 1500px;
  width: 90%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 220px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 750px) {
  .sec4 .inner {
    padding-bottom: 170px;
    width: 100%;
  }
}
.sec4 .inner h2 {
  text-align: center;
  max-width: 800px;
  margin: -30px auto;
  position: relative;
  top: -90px;
}
.sec4 .inner h2 img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .sec4 .inner h2 {
    width: 60%;
    top: -60px;
  }
}
@media all and (max-width: 750px) {
  .sec4 .inner h2 {
    top: -32px;
  }
}
.sec4 .c2 {
  width: 91%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1280px) {
  .sec4 .c2 {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .sec4 .c2 {
    width: 87.5%;
  }
}
.sec4 .txt {
  width: 42%;
}
.sec4 .txt h3 {
  font-size: clamp(1.8rem, 1.031rem + 1.64vw, 3rem);
  font-weight: bold;
  font-family: "Mround", sans-serif;
  line-height: 1.6;
  color: #387DC0;
}
@media all and (max-width: 750px) {
  .sec4 .txt h3 {
    font-size: 1.7rem;
    text-align: center;
  }
}
.sec4 .txt .tx {
  padding: 15px 0 15px 25px;
  box-sizing: border-box;
  margin-top: 20px;
  border-left: 1px solid #ccc;
}
@media all and (max-width: 1280px) {
  .sec4 .txt {
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .sec4 .txt {
    margin-top: 30px;
  }
}
.sec4 .help {
  width: 53%;
  background: #D3C712;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1280px) {
  .sec4 .help {
    width: 100%;
    margin-top: 30px;
  }
}
.sec4 .help_in {
  padding: 30px 50px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .sec4 .help_in {
    padding: 20px 15px;
  }
}
.sec4 .help_in h3 {
  font-family: "Mround", sans-serif;
  font-size: clamp(1.8rem, 1.031rem + 1.64vw, 3rem);
  font-weight: bold;
  color: white;
  text-align: center;
}
@media all and (max-width: 750px) {
  .sec4 .help_in h3 {
    font-size: 1.8rem;
  }
}
.sec4 .help_in ul {
  margin: 20px 0 0 30px;
  padding: 0;
}
@media all and (max-width: 750px) {
  .sec4 .help_in ul {
    margin: 20px 0 0 0;
  }
}
.sec4 .help_in li {
  background: url("../images/check.png") center left no-repeat;
  background-size: 40px auto;
  color: white;
  font-size: clamp(1.6rem, 1.087rem + 1.09vw, 2.4rem);
  padding-left: 50px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
@media all and (max-width: 750px) {
  .sec4 .help_in li {
    background: url("../images/check.png") center left no-repeat;
    background-size: 16px auto;
    font-size: 1.4rem;
    padding-left: 24px;
  }
}
.sec4 .imgs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}

.conv {
  width: 90%;
  max-width: 1280px;
  margin: -60px auto 0 auto;
  background: white;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 750px) {
  .conv {
    width: 100%;
  }
}
.conv h2 {
  text-align: center;
  font-size: clamp(2.4rem, 1.374rem + 2.19vw, 4rem);
  line-height: 1.5;
  font-family: "NBlack", sans-serif;
  display: inline-block;
  background: white;
  padding: 30px 50px;
  box-sizing: border-box;
  position: relative;
  top: -60px;
}
@media all and (max-width: 1280px) {
  .conv h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 750px) {
  .conv h2 {
    padding: 20px 10px;
    font-size: 2rem;
    display: block;
  }
}
.conv h2:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -125px;
  content: "";
  width: 250px;
  height: 2px;
  background: #387DC0;
}
.conv .ins {
  margin-top: -100px;
  padding: 60px 60px 20px 60px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1280px) {
  .conv .ins {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .conv .ins {
    padding: 30px;
  }
}
.conv .ins .logos {
  width: 100%;
  padding: 60px 0 90px 0;
  box-sizing: border-box;
}
.conv .ins .logos img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .conv .ins .logos {
    max-width: 375px;
    margin: 0 auto;
    padding: 30px 0 70px 0;
  }
}
.conv .ins .infos {
  width: 38%;
}
@media all and (max-width: 1280px) {
  .conv .ins .infos {
    width: 100%;
    margin: 0 auto;
  }
}
.conv .ins .info_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.conv .ins .info_line .ttl {
  text-align: left;
  width: 100px;
}
.conv .ins .info_txt {
  text-align: left;
  padding-top: 30px;
  box-sizing: border-box;
}
.conv .ins .info_bad {
  width: 50%;
  max-width: 375px;
  margin: 40px auto 0 auto;
}
@media all and (max-width: 1280px) {
  .conv .ins .info_bad {
    width: 100%;
  }
}
.conv .ins .fax {
  line-height: 1;
}
.conv .ins .times {
  margin-top: 10px;
  text-align: right;
}

.contacts {
  background: url(../images/bg_squre2.jpg);
  background-size: 30px auto;
  padding: 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .contacts {
    padding: 60px 0;
  }
}
.contacts .inner {
  border-radius: 10px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 750px) {
  .contacts .inner {
    width: 100%;
  }
}
.contacts h2 {
  font-family: "NBlack", sans-serif;
  font-size: clamp(2.6rem, 1.318rem + 2.74vw, 4.6rem);
  text-align: center;
  position: relative;
  top: -60px;
}
@media all and (max-width: 1280px) {
  .contacts h2 {
    top: -38px;
    font-size: 3rem;
  }
}
@media all and (max-width: 750px) {
  .contacts h2 {
    top: -22px;
    margin-bottom: 40px;
  }
}
.contacts h2 img {
  display: inline-block;
  width: 44px;
  margin-bottom: 10px;
  height: auto;
}
@media all and (max-width: 1280px) {
  .contacts h2 img {
    width: 30px;
  }
}
@media all and (max-width: 750px) {
  .contacts h2 img {
    width: 22px;
  }
}

.form_in {
  padding: 50px 80px;
  box-sizing: border-box;
  position: relative;
  margin-top: -70px;
}
@media all and (max-width: 1280px) {
  .form_in {
    padding: 40px;
  }
}
@media all and (max-width: 750px) {
  .form_in {
    padding: 20px;
  }
}

.form_line {
  display: grid;
  grid-template-columns: 290px 1fr;
  align-items: flex-start;
  padding: 35px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
}
.form_line:first-child .inp {
  padding: 5px 0 0 90px;
}
@media all and (max-width: 1280px) {
  .form_line:first-child .inp {
    padding: 20px 0 0 0;
  }
}
@media all and (max-width: 1280px) {
  .form_line {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .form_line {
    padding: 15px 0;
  }
}
.form_line .ttl {
  font-weight: bold;
  padding-top: 5px;
  box-sizing: border-box;
}
.form_line .ttl label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.form_line .ttl .sub {
  min-width: 130px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background: #D44494;
  padding: 1px 5px;
  box-sizing: border-box;
  margin-right: 25px;
}
@media all and (max-width: 750px) {
  .form_line .ttl .sub {
    min-width: 65px;
    margin-right: 10px;
  }
}
.form_line .ttl .ni {
  background: #3F88CE;
}
.form_line .inp {
  padding: 0 0 0 90px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .form_line .inp {
    padding: 20px 0 0 0;
  }
}
.form_line .inp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .form_line .inp2 {
    display: block;
  }
}
.form_line .inp2 .txb {
  font-weight: bold;
  margin-right: 20px;
}
@media all and (max-width: 750px) {
  .form_line .inp2 .txb {
    margin-bottom: 10px;
  }
}
.form_line .inp2 .txb input {
  margin-left: 10px;
}
@media all and (max-width: 750px) {
  .form_line .inp2 .txb input {
    width: calc(100% - 50px);
  }
}
.form_line .inp100 {
  width: 100%;
}
.form_line .input_name {
  max-width: 240px;
  width: 100%;
  font-weight: normal;
}
.form_line .input_yubin {
  max-width: 240px;
  width: 100%;
}
.form_line input, .form_line textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_line input[type=text], .form_line input[type=tel] {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 6px 12px;
}
.form_line textarea {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 6px 12px;
}
.form_line .numss {
  margin-bottom: 15px;
}
.form_line .numss input {
  margin-left: 10px;
}
.form_line .tea100 {
  width: 100%;
  resize: vertical;
  height: 300px;
}
@media all and (max-width: 750px) {
  .form_line .tea100 {
    height: 150px;
  }
}
.form_line .radio input {
  display: none;
}
.form_line .radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_line .radio .mwform-radio-field-text {
  position: relative;
  margin-right: 1em;
  padding-left: 20px;
  cursor: pointer;
}
.form_line .radio .mwform-radio-field-text::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .form_line .radio .mwform-radio-field-text::before {
    top: 0;
  }
}
.form_line .radio .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s;
}
@media all and (max-width: 750px) {
  .form_line .radio .mwform-radio-field-text::after {
    top: 4px;
  }
}
.form_line .radio input:checked + span:after {
  transform: scale(1);
}
@media all and (max-width: 1024px) {
  .form_line .radio span {
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .form_line .radio span:nth-of-type(2) {
    margin-bottom: 0;
  }
}

.last {
  border-bottom: none;
}

.subs {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
}
@media all and (max-width: 750px) {
  .subs {
    bottom: -22px;
  }
}
.subs input[type=submit] {
  cursor: pointer;
  border: none;
  display: block;
  width: 90%;
  max-width: 470px;
  margin: 0 auto;
  color: white;
  background: url("../images/arrow.png") center right 20px no-repeat, #333333;
  background-size: 8px auto;
  border-radius: 10px;
  text-align: center;
  padding: 30px 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.subs input[type=submit]:hover {
  background: url("../images/arrow.png") center right 20px no-repeat, #000;
  background-size: 8px auto;
}
@media all and (max-width: 1280px) {
  .subs input[type=submit] {
    max-width: 350px;
    padding: 25px 10px;
  }
}
@media all and (max-width: 750px) {
  .subs input[type=submit] {
    max-width: 200px;
    padding: 15px 10px;
  }
}

footer {
  color: white;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  background: #000000;
  font-size: 1.4rem;
}
@media all and (max-width: 750px) {
  footer {
    font-size: 1rem;
  }
}

.gpt {
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #E60303;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding-top: 17px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.6rem;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gpt span {
  display: block;
  font-family: "NBlack", sans-serif;
  font-size: 3rem;
  line-height: 1;
  padding-top: 12px;
  box-sizing: border-box;
}
.gpt img {
  margin-top: 20px;
  display: inline-block;
  width: 20px;
  height: auto;
}
@media all and (max-width: 1280px) {
  .gpt {
    right: 5%;
    bottom: 5%;
    width: 100px;
    height: 100px;
  }
  .gpt span {
    font-size: 2.2rem;
    padding-top: 7px;
  }
  .gpt img {
    margin-top: 12px;
    width: 15px;
  }
}

.mw_wp_form_confirm .form_line .inp2 {
  padding-top: 5px;
}
.mw_wp_form_confirm .form_line .inp {
  padding: 5px 0 0 90px;
}
@media all and (max-width: 750px) {
  .mw_wp_form_confirm .form_line .inp {
    padding: 10px 0 0 0;
  }
}
.mw_wp_form_confirm .form_line .numss {
  margin-bottom: 0;
}
.mw_wp_form_confirm .form_line .inp2 .txb {
  margin-bottom: 5px;
}

.contacts .forms_cp3 {
  padding: 0 40px;
  box-sizing: border-box;
  top: 0;
}
@media all and (max-width: 750px) {
  .contacts .forms_cp3 {
    padding: 0 20px;
  }
}
.contacts .forms_cp3 h2 {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 3rem;
}
@media all and (max-width: 750px) {
  .contacts .forms_cp3 h2 {
    padding: 10px 0 0 0;
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
}
.contacts .forms_cp3 p {
  margin-bottom: 5px;
  box-sizing: border-box;
}

.top_btn_w {
  padding: 40px 0;
  box-sizing: border-box;
}
.top_btn_w a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  border: none;
  width: 90%;
  max-width: 370px;
  padding: 20px 10px;
  color: white;
  background: url(../images/arrow.png) center right 20px no-repeat, #333333;
  background-size: 8px auto;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin: 0 auto;
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
/*--media_end--*/

/*# sourceMappingURL=top.css.map */
