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

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

.mv {
  background: url("../images/sup_mvbg.jpg") center center;
  background-size: cover;
  height: 1000px;
  padding-bottom: 300px;
  box-sizing: border-box;
  width: auto;
}
@media all and (max-width: 750px) {
  .mv {
    height: 600px;
    padding-bottom: 0;
  }
}
.mv .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.mv .page_ttl {
  width: 51%;
  max-width: 600px;
}
@media all and (max-width: 750px) {
  .mv .page_ttl {
    width: 80%;
  }
}
.mv .page_ttl img {
  width: 100%;
}

.h11 {
  margin-top: 20px;
  display: block;
}

.sup_mini {
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Mround", sans-serif;
}
@media all and (max-width: 750px) {
  .sup_mini {
    font-size: 1.2rem;
  }
}

.sec2 {
  margin-top: -300px;
  position: relative;
}
@media all and (max-width: 750px) {
  .sec2 {
    margin-top: -110px;
  }
}
.sec2:before {
  content: "";
  top: 110px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("../images/sup_sec2bg.png") top left no-repeat;
  background-size: 100% 300px;
  position: absolute;
}
@media all and (max-width: 750px) {
  .sec2:before {
    top: 50px;
    height: 50px;
    background: url("../images/sup_sec2bg.png") top left no-repeat;
    background-size: 100% 50px;
  }
}
.sec2:after {
  content: "";
  top: 400px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9DAD4;
  position: absolute;
}
@media all and (max-width: 750px) {
  .sec2:after {
    top: 100px;
  }
}
.sec2 .bagdes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
.sec2 .bagdes p {
  max-width: 350px;
  width: 28%;
}
.sec2 .bagdes img {
  max-width: 350px;
  width: 100%;
}

.sec2_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1280px) {
  .sec2_c2 {
    display: block;
  }
}
.sec2_c2 h2 {
  margin-bottom: 70px;
}
@media all and (max-width: 750px) {
  .sec2_c2 h2 {
    margin-bottom: 30px;
  }
}
.sec2_c2 h2 img {
  height: 50px;
  width: auto;
}
@media all and (max-width: 750px) {
  .sec2_c2 h2 img {
    height: 35px;
  }
}
.sec2_c2 .txt {
  width: 50%;
}
@media all and (max-width: 1280px) {
  .sec2_c2 .txt {
    width: 100%;
  }
}
.sec2_c2 .img {
  width: 46%;
}
@media all and (max-width: 1280px) {
  .sec2_c2 .img {
    width: 100%;
    margin-top: 30px;
  }
}
.sec2_c2 .img img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .sec2_c2 .img img {
    object-fit: cover;
    object-position: top;
    aspect-ratio: 4/3;
  }
}
.sec2_c2 .career {
  margin-top: 20px;
  text-align: right;
}
.sec2_c2 .career span {
  display: block;
}
.sec2_c2 .career i {
  font-style: normal;
  font-size: 2.6rem;
  font-weight: bold;
}
.sec2_c2 .career .cap {
  font-weight: bold;
}

.s2_c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 40px;
  margin-top: 40px;
}
@media all and (max-width: 1280px) {
  .s2_c3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@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;
}
.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: 750px) {
  .s2_c3 .bx h3 {
    font-size: 2.4rem;
  }
}
.s2_c3 .bx:nth-of-type(2) {
  border: 10px 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 {
  position: relative;
  padding-top: 130px;
}
@media all and (max-width: 750px) {
  .sec3 {
    padding-top: 65px;
  }
}
.sec3 .ttl_bx {
  text-align: center;
  position: relative;
  z-index: 4;
}
@media all and (max-width: 750px) {
  .sec3 .ttl_bx {
    width: 78%;
    margin: 0 auto;
  }
}
.sec3 .ttl_bx .in {
  display: inline-block;
}
.sec3 .ttl_bx .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  background: url("../images/galine.png") bottom right no-repeat;
  background-size: 97% auto;
}
.sec3 .ttl_bx img {
  height: 60px;
  width: auto;
  margin-right: 10px;
}
@media all and (max-width: 750px) {
  .sec3 .ttl_bx img {
    height: auto;
    width: 66px;
    min-width: 66px;
  }
}
.sec3 h2 {
  text-align: center;
  font-size: 4rem;
  font-family: "Mround", sans-serif;
}
@media all and (max-width: 750px) {
  .sec3 h2 {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.4;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

.yellow {
  background: repeating-linear-gradient(-45deg, #fff, #fff 1px, #F9EA4F 0, #F9EA4F 20px);
  position: relative;
  margin-top: -30px;
}
.yellow:before {
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 40px;
  left: 40px;
  position: absolute;
  background: white;
}
@media all and (max-width: 750px) {
  .yellow:before {
    width: 100%;
    height: calc(100% - 40px);
    top: 20px;
    left: 0;
  }
}
.yellow .inner {
  position: relative;
  z-index: 3;
  padding: 120px 40px 0 40px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .yellow .inner {
    padding: 50px 0 0 0;
  }
}
.yellow .in2 {
  position: relative;
  z-index: 3;
  width: 91%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media all and (max-width: 750px) {
  .yellow .in2 {
    width: 100%;
    padding-bottom: 40px;
  }
}

.sec31_c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 80px;
}
@media all and (max-width: 1280px) {
  .sec31_c3 {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media all and (max-width: 1280px) {
  .sec31_c3 .bx {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.sec31_c3 .bx img {
  height: 80px;
  width: auto;
}
@media all and (max-width: 1280px) {
  .sec31_c3 .bx img {
    display: inline-block;
  }
}
@media all and (max-width: 750px) {
  .sec31_c3 .bx img {
    height: 50px;
    width: auto;
  }
}
.sec31_c3 .txt {
  margin-top: 20px;
}
@media all and (max-width: 750px) {
  .sec31_c3 .txt {
    max-width: 80%;
    text-align: left;
    margin: 20px auto 0 auto;
  }
}

.sec32_ttl {
  width: 100%;
  background: #E85419;
  color: white;
  text-align: center;
  position: relative;
  font-size: 3.2rem;
  font-family: "Mround", sans-serif;
  font-weight: normal;
  margin-top: 60px;
}
@media all and (max-width: 1280px) {
  .sec32_ttl {
    line-height: 1.4;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .sec32_ttl .spbr {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .sec32_ttl {
    margin-top: 10px;
    font-size: 2rem;
  }
}
.sec32_ttl span {
  color: #F9EA4F;
}
.sec32_ttl i {
  font-style: normal;
  font-size: 4rem;
}
@media all and (max-width: 750px) {
  .sec32_ttl i {
    font-size: 3.2rem;
  }
}
.sec32_ttl:before, .sec32_ttl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}
@media all and (max-width: 1280px) {
  .sec32_ttl:before, .sec32_ttl:after {
    content: none;
  }
}
.sec32_ttl:before {
  top: 0;
  left: 0;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.sec32_ttl:after {
  top: 0;
  right: 0;
  border-width: 40px 30px 40px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.sec32_ttl .t1, .sec32_ttl .t2 {
  position: absolute;
  height: 120%;
  width: auto;
  z-index: 3;
  top: -10%;
}
@media all and (max-width: 1280px) {
  .sec32_ttl .t1, .sec32_ttl .t2 {
    height: 60%;
  }
}
@media all and (max-width: 750px) {
  .sec32_ttl .t1, .sec32_ttl .t2 {
    height: 40%;
  }
}
.sec32_ttl .t1 {
  left: -10px;
}
@media all and (max-width: 1280px) {
  .sec32_ttl .t1 {
    top: -10px;
  }
}
.sec32_ttl .t2 {
  right: -10px;
}
@media all and (max-width: 1280px) {
  .sec32_ttl .t2 {
    top: auto;
    bottom: -10px;
  }
}

.sec32 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
@media all and (max-width: 1280px) {
  .sec32 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 750px) {
  .sec32 {
    margin-top: 0;
  }
}
.sec32 .bxw {
  border-right: 2px dashed #F9EA4F;
  border-bottom: 2px dashed #F9EA4F;
  box-sizing: border-box;
  padding: 0 40px 40px 0;
}
@media all and (max-width: 1280px) {
  .sec32 .bxw {
    border-right: none;
    padding: 40px 0;
  }
}
.sec32 .bxw:nth-of-type(2) {
  border-right: none;
  padding: 0 0 40px 40px;
}
@media all and (max-width: 1280px) {
  .sec32 .bxw:nth-of-type(2) {
    padding: 40px 0;
  }
}
.sec32 .bxw:nth-of-type(3) {
  border-bottom: none;
  padding: 40px 40px 0 0;
}
@media all and (max-width: 1280px) {
  .sec32 .bxw:nth-of-type(3) {
    padding: 40px 0;
    border-bottom: 2px dashed #F9EA4F;
    border-right: none;
  }
}
.sec32 .bxw:nth-of-type(4) {
  border: none;
  padding: 40px 0 0 40px;
}
@media all and (max-width: 1280px) {
  .sec32 .bxw:nth-of-type(4) {
    padding: 40px 0;
  }
}

.sec32_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-top: 30px;
}
@media all and (max-width: 1280px) {
  .sec32_c2 {
    grid-template-columns: 270px 1fr;
    align-items: center;
  }
}
@media all and (max-width: 750px) {
  .sec32_c2 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .sec32_c2 .img {
    margin-bottom: 20px;
  }
}
.sec32_c2 .red {
  font-weight: bold;
  color: red;
}

.power {
  margin-top: 20px;
  font-family: "Mround", sans-serif;
}
.power .ttl {
  display: inline-block;
  position: relative;
  color: #0864B6;
  padding: 0 20px;
  box-sizing: border-box;
}
.power .ttl:before, .power .ttl:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #0864B6;
}
.power .ttl:before {
  top: 0;
  left: 0;
  transform: rotate(-8deg);
}
.power .ttl:after {
  top: 0;
  right: 0;
  transform: rotate(8deg);
}
.power .c4 {
  margin: 10px 20px 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 20px;
}
@media all and (max-width: 750px) {
  .power .c4 {
    grid-template-columns: 1fr 1fr;
    margin: 10px 0 0 0;
  }
}
.power .c4 .bx {
  font-size: 1.8rem;
  padding: 5px 0;
  box-sizing: border-box;
  background: #0864B6;
  text-align: center;
  color: white;
  border-radius: 10px;
}
@media all and (max-width: 750px) {
  .power .c4 .bx {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.power.p2 .ttl {
  color: #D6076C;
}
.power.p2 .ttl:before, .power.p2 .ttl:after {
  background: #D6076C;
}
.power.p2 .c4 .bx {
  background: #D6076C;
}
.power.p3 .ttl {
  color: #4CA223;
}
.power.p3 .ttl:before, .power.p3 .ttl:after {
  background: #4CA223;
}
.power.p3 .c4 .bx {
  background: #4CA223;
}
.power.p4 .ttl {
  color: #4B9D8A;
}
.power.p4 .ttl:before, .power.p4 .ttl:after {
  background: #4B9D8A;
}
.power.p4 .c4 .bx {
  background: #4B9D8A;
}

.sec33 {
  margin-top: 70px;
  color: white;
  background: #5168A5;
  border-radius: 10px;
  padding: 40px 40px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .sec33 {
    padding: 20px 40px 40px 40px;
  }
}
@media all and (max-width: 750px) {
  .sec33 {
    margin-top: 20px;
    padding: 20px;
  }
}
.sec33 .line {
  padding: 20px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 50px;
  border-bottom: 1px solid white;
}
@media all and (max-width: 750px) {
  .sec33 .line {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.sec33 .last_line {
  border-bottom: none;
  padding-bottom: 0;
}
.sec33 .last_line .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media all and (max-width: 1280px) {
  .sec33 .last_line .txt {
    flex-wrap: wrap;
  }
}
.sec33 .last_line .txt p {
  font-weight: bold;
  margin-right: 20px;
}
.sec33 .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media all and (max-width: 750px) {
  .sec33 .ttl {
    margin-bottom: 5px;
  }
}
.sec33 .txt span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1280px) {
  .sec33 .txt span {
    display: block;
    margin-top: 10px;
  }
}
@media all and (max-width: 750px) {
  .sec33 .txt span {
    font-size: 2rem;
  }
}
.sec33 .txin {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0 50px;
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  .sec33 .txin {
    grid-template-columns: 1fr;
  }
  .sec33 .txin .tx {
    font-weight: normal;
  }
}
@media all and (max-width: 750px) {
  .sec33 .txin {
    margin-bottom: 5px;
  }
  .sec33 .txin .tx {
    margin-bottom: 5px;
  }
}
.sec33 .atn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
}
@media all and (max-width: 1280px) {
  .sec33 .atn1 {
    display: block;
  }
}
.sec33 .atn1 .bx {
  font-size: 1.4rem;
}
.sec33 .atn1 .bx:nth-of-type(2) {
  padding-left: 40px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .sec33 .atn1 .bx:nth-of-type(2) {
    padding-left: 0;
  }
}
@media all and (max-width: 750px) {
  .sec33 .atn1 .bx {
    font-size: 1.2rem;
  }
}
.sec33 .atn1 .ind {
  padding-left: 1em;
  text-indent: -1em;
}

.sec4 {
  background: url(../images/bg_squre2.jpg);
  background-size: 30px auto;
  padding: 80px 0 0 0;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .sec4 {
    padding: 50px 0 0 0;
  }
}
.sec4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec4 .inner a {
  display: block;
  border-radius: 10px;
  border: 2px solid #000;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #333;
  padding: 10px 45px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin: 0 10px 10px 0;
  background: url("../images/arrow_blk.png") center right 15px no-repeat, #fff;
  background-size: 6px auto;
}
@media all and (max-width: 750px) {
  .sec4 .inner a {
    background: url("../images/arrow_blk.png") center right 10px no-repeat, #fff;
    background-size: 6px auto;
    padding: 10px 33px;
  }
}
.sec4 .inner a:hover {
  background: url("../images/arrow.png") center right 15px no-repeat, #000;
  background-size: 6px auto;
  color: white;
}
@media all and (max-width: 750px) {
  .sec4 .inner a:hover {
    background: url("../images/arrow.png") center right 10px no-repeat, #000;
    background-size: 6px auto;
    color: white;
  }
}

.conv {
  width: 90%;
  max-width: 1280px;
  margin: 160px 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: 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);
  padding-bottom: 50px;
  box-sizing: border-box;
}
@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.nolabe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.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, .form_line select {
  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 select {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 6px 12px;
}
.form_line .tkn {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.form_line .tkn label {
  min-width: 70px;
}
.form_line .tkn input, .form_line .tkn select {
  margin-left: 10px;
  font-weight: normal;
  width: calc(100% - 70px);
}
.form_line .tkn select {
  background: url("../images/select_arw.svg") center right 15px no-repeat, #F5F5F5;
  background-size: 10px auto;
}
.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: 2.5rem;
  line-height: 1.4;
  padding-top: 2px;
  box-sizing: border-box;
}
.gpt img {
  margin-top: 10px;
  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;
}

.btn_big {
  display: block;
  background: #333;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0px auto;
  max-width: 500px;
}

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

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