#loading {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

#loading.loaded {
  opacity: 0;
}

.smenu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 20px;
  box-sizing: border-box;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.smenu .logo img {
  height: 40px;
  width: auto;
}

@media all and (max-width: 1024px) {
  .smenu .logo img {
    height: 30px;
    margin: 20px;
  }
}

@media all and (max-width: 750px) {
  .smenu .logo img {
    height: 20px;
    margin: 10px;
  }
}

@media all and (max-width: 1024px) {
  .smenu {
    padding: 0;
  }
}

.scr {
  background: rgba(255, 255, 255, 0.8);
}

#nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media all and (max-width: 1024px) {
  #nav-content {
    position: fixed;
    display: block;
  }
}

#nav-content a {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  #nav-content .spl {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}

@media all and (max-width: 750px) {
  #nav-content .spl {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

#nav-content .cont_btn {
  margin-left: 20px;
  border-radius: 10px;
  background: #EA0075;
  display: block;
  padding: 20px 30px;
  box-sizing: border-box;
}

@media all and (max-width: 1024px) {
  #nav-content .cont_btn {
    margin-left: 0;
    border-radius: 0;
  }
}

#nav-content .cont_btn img {
  height: 24px;
  width: auto;
}

@media all and (max-width: 1024px) {
  #nav-content .cont_btn img {
    margin: 0 auto;
  }
}

@media all and (max-width: 750px) {
  #nav-content .cont_btn img {
    height: 18px;
  }
}

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

.spbr {
  display: none;
}

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

.mv {
  position: relative;
}

@media all and (max-width: 1024px) {
  .mv {
    background: url(../images/bg_squre2.jpg);
    background-size: 30px auto;
  }
}

.main_slide {
  position: relative;
}

.main_slide img {
  width: 100%;
}

.badge {
  position: absolute;
  top: 124px;
  right: 30px;
  z-index: 2;
  width: 20%;
  min-width: 150px;
}

.badge img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1024px) {
  .badge {
    top: 24px;
  }
}

@media all and (max-width: 750px) {
  .badge {
    top: 64px;
    min-width: 110px;
  }
}

.titles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 25%;
  max-width: 420px;
}

@media all and (max-width: 750px) {
  .titles {
    width: 45%;
  }
}

.titles:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 81%;
  background: #0864B6;
  border-radius: 52% 70% 0% 0%/10% 89% 21% 0%;
}

.titles .gear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 360px;
  min-width: 180px;
}

.titles .gear img {
  width: 100%;
  height: auto;
}

.titles .gear .g1 {
  width: 53%;
}

.titles .gear .g2 {
  width: 43%;
}

.titles .name {
  padding: 20px 40px 40px 40px;
  box-sizing: border-box;
}

.titles .name img {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .titles .name {
    padding: 20px 20px 40px 30px;
  }
}

@media all and (max-width: 750px) {
  .titles .name {
    padding: 0px 20px 20px 20px;
  }
}

.mv_btns {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  width: 40%;
  min-width: 620px;
}

.mv_btns h2 {
  width: 58%;
  margin: 0 auto 30px auto;
}

.mv_btns h2 img {
  width: 100%;
}

@media all and (max-width: 750px) {
  .mv_btns h2 {
    width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .mv_btns {
    position: relative;
    bottom: auto;
    right: auto;
    width: 80%;
    margin: 30px auto 0 auto;
    min-width: 0;
  }
}

@media all and (max-width: 750px) {
  .mv_btns {
    width: 87.5%;
  }
}

.btnw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 2vw;
}

.btnw a {
  display: block;
  padding: 25px 25px 25px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid white;
  transition: all 0.3s ease;
  position: relative;
}

.btnw a:hover .ic {
  transform: rotate(5deg);
}

.btnw .ic {
  position: absolute;
  transition: all 0.3s ease;
  height: 90%;
  width: auto;
  left: 0;
  top: 5%;
}

.btnw .ic img {
  height: 100%;
  width: auto;
}

.btnw .tc1 {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, #0864B6;
  background-size: 20px auto;
}

.btnw .tc1:hover {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, #064985;
  background-size: 20px auto;
}

.btnw .tc1 .ic {
  height: 60%;
  width: auto;
  left: -65px;
  top: 17%;
}

@media all and (max-width: 750px) {
  .btnw .tc1 .ic {
    height: 38%;
    left: -19px;
    top: 30%;
  }
}

.btnw .tc2 {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, #C23588;
  background-size: 20px auto;
}

.btnw .tc2:hover {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, #9a2a6c;
  background-size: 20px auto;
}

.btnw .tc2 .ic {
  left: -10px;
}

.btnw .tc3 {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, #82B457;
  background-size: 20px auto;
}

.btnw .tc3:hover {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, #699543;
  background-size: 20px auto;
}

.btnw .tc3 .ic {
  left: -30px;
}

.btnw .tc4 {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, linear-gradient(to left, #648BC3 0%, #8CBCC2 100%);
  background-size: 20px auto, auto auto;
}

.btnw .tc4:hover {
  background: url("../images/reg/tc_arw.svg") center right 20px no-repeat, linear-gradient(to left, #8CBCC2 0%, #648BC3 100%);
  background-size: 20px auto, auto auto;
}

.btnw .tc4 .ic {
  height: 70%;
  width: auto;
  left: -15px;
  top: 15%;
}

.btnw .ttls img {
  height: 20px;
  width: auto;
}

@media all and (max-width: 750px) {
  .btnw .ttls img {
    grid-template-columns: 1fr;
    height: 17px;
  }
}

@media all and (max-width: 1024px) {
  .btnw {
    position: relative;
    right: -30px;
  }
}

@media all and (max-width: 750px) {
  .btnw {
    grid-template-columns: 1fr;
    gap: 10px 0;
    right: auto;
  }
}

.bg_memo {
  background: url(../images/bg_squre2.jpg);
  background-size: 30px auto;
  box-sizing: border-box;
}

.conv_topic {
  padding: 120px 0;
  box-sizing: border-box;
}

@media all and (max-width: 1024px) {
  .conv_topic {
    padding: 80px 0;
  }
}

@media all and (max-width: 750px) {
  .conv_topic {
    padding: 40px 0;
  }

  .conv_topic .inner {
    width: 100%;
  }
}

.convs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4vw;
  align-items: center;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to bottom, #F80B54 0%, #D5B343 100%);
  padding: 30px 60px 20px 60px;
  box-sizing: border-box;
}

@media all and (max-width: 1330px) {
  .convs {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 1024px) {
  .convs {
    padding: 30px;
  }
}

@media all and (max-width: 750px) {
  .convs {
    border-radius: 0;
    padding: 20px 6.25%;
  }
}

.convs_ttl {
  color: white;
}

.convs_ttl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.convs_ttl h2 .m1 {
  width: 58%;
  height: auto;
}

.convs_ttl h2 .j1 {
  width: 38%;
  height: auto;
}

@media all and (max-width: 1330px) {
  .convs_ttl {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 1024px) {
  .convs_ttl {
    max-width: 400px;
  }
}

.convs_btn a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 2.6rem;
  font-family: "NBlack", sans-serif;
  background: #6C849A;
  border-radius: 10px;
  border: 5px solid white;
  position: relative;
  padding: 15px 0 15px 20px;
  width: calc(100% - 50px);
  transition: all 0.3s ease;
}

.convs_btn a:hover {
  background: #566a7d;
}

.convs_btn a img {
  position: absolute;
  right: -70px;
  top: -11px;
  height: 100px;
  width: auto;
}

@media all and (max-width: 750px) {
  .convs_btn a img {
    height: 50px;
    right: -23px;
  }
}

@media all and (max-width: 1330px) {
  .convs_btn a {
    margin-top: 20px;
    text-align: center;
    padding: 15px 60px 15px 20px;
  }
}

@media all and (max-width: 1024px) {
  .convs_btn a {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 750px) {
  .convs_btn a {
    width: 100%;
    font-size: 1.8rem;
    padding: 15px 20px 15px 20px;
    margin-top: 10px;
  }
}

@media all and (max-width: 1330px) {
  .convs_btn {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 750px) {
  .convs_btn {
    width: 100%;
  }
}

.topics {
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  padding: 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
}

@media all and (max-width: 1024px) {
  .topics {
    grid-template-columns: 200px 1fr;
  }
}

@media all and (max-width: 750px) {
  .topics {
    grid-template-columns: 1fr;
  }
}

.topics h3 {
  text-align: center;
}

.topics h3 img {
  display: inline-block;
  height: 20px;
  width: auto;
}

@media all and (max-width: 750px) {
  .topics h3 img {
    height: 18px;
  }
}

@media all and (max-width: 750px) {
  .topics h3 {
    padding: 20px 0 40px 0;
    box-sizing: border-box;
  }
}

.topics .areas {
  border-left: 1px solid #E2E2E2;
  box-sizing: border-box;
  padding-left: 40px;
  max-height: 210px;
  overflow: scroll;
}

@media all and (max-width: 750px) {
  .topics .areas {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #E2E2E2;
  }
}

.topics .areas a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1.5px dotted #D9D9D9;
}

.topics .areas .ymd_ttl {
  color: #939292;
  font-weight: bold;
}

.topics .areas .txt {
  margin-top: 10px;
}

.concept {
  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: 1024px) {
  .concept {
    display: block;
  }
}

.concept .txts {
  width: 60%;
  margin-top: 60px;
}

@media all and (max-width: 1024px) {
  .concept .txts {
    width: 100%;
  }
}

.concept .txts img {
  margin: 0 auto 40px auto;
  height: 32px;
  width: auto;
}

@media all and (max-width: 750px) {
  .concept .txts img {
    height: 20px;
  }
}

.concept .txts .txt {
  margin: 0 auto;
  width: 75%;
  max-width: 650px;
}

@media all and (max-width: 1024px) {
  .concept .txts .txt {
    width: 87.5%;
    margin-bottom: 60px;
  }
}

.concept .imgs {
  width: 40%;
  position: relative;
  min-width: 600px;
}

@media all and (max-width: 1024px) {
  .concept .imgs {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .concept .imgs {
    min-width: 0;
  }
}

.concept .imgs .im1 {
  position: relative;
  right: -40px;
}

@media all and (max-width: 1024px) {
  .concept .imgs .im1 {
    right: 0;
    width: 60%;
    margin: 0 10% 0 30%;
  }
}

@media all and (max-width: 750px) {
  .concept .imgs .im1 {
    width: 90%;
    margin: 0 10% 0 10%;
  }
}

.concept .imgs .im1 img {
  width: 100%;
}

.concept .imgs .im2 {
  position: absolute;
  left: -120px;
  bottom: 0;
}

.concept .imgs .im2 img {
  max-width: 200px;
}

@media all and (max-width: 750px) {
  .concept .imgs .im2 img {
    max-width: 100px;
  }
}

@media all and (max-width: 1400px) {
  .concept .imgs .im2 {
    left: -40px;
  }
}

@media all and (max-width: 1024px) {
  .concept .imgs .im2 {
    left: 70px;
  }
}

@media all and (max-width: 750px) {
  .concept .imgs .im2 {
    left: 30px;
  }
}

.concept .imgmv .im1 {
  right: 40px;
}

@media all and (max-width: 750px) {
  .concept .imgmv .im1 {
    right: 0;
  }
}

.concept .imgmv .youtube {
  position: absolute;
  width: 94%;
  top: 4%;
  left: 3%;
  aspect-ratio: 16/9;
}

.concept .imgmv .youtube iframe {
  width: 100%;
  height: 100%;
}

.feature {
  padding: 120px 0 120px 0;
  box-sizing: border-box;
}

@media all and (max-width: 1024px) {
  .feature {
    padding: 120px 0 90px 0;
  }
}

.feature .inner {
  max-width: 1400px;
}

.feature .ttl_bx {
  text-align: center;
}

.feature .ttl_bx .cir {
  width: 27px;
  height: auto;
  margin: 0 auto 10px auto;
}

.feature .ttl_bx h2 {
  font-family: "NBlack", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  display: inline-block;
  background: url("../images/reg/ttl_line.png") center bottom 10px no-repeat;
  background-size: 100% auto;
}

@media all and (max-width: 750px) {
  .feature .ttl_bx h2 {
    font-size: 2rem;
    background: url("../images/reg/ttl_line.png") center bottom 2px no-repeat;
    background-size: 100% auto;
  }
}

.feature_bxw {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 4vw;
}

@media all and (max-width: 1024px) {
  .feature_bxw {
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
}

@media all and (max-width: 750px) {
  .feature_bxw {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}

.feature_bxw .bx {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.feature_bxw .bx:nth-of-type(2) .img .point {
  background: url("../images/reg/p2.png") center center/cover;
}

.feature_bxw .bx:nth-of-type(3) .img .point {
  background: url("../images/reg/p3.png") center center/cover;
}

.feature_bxw .img {
  position: relative;
}

.feature_bxw .img img {
  border-radius: 20px 20px 0 0;
}

@media all and (max-width: 750px) {
  .feature_bxw .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

.feature_bxw .img .point {
  border-radius: 0;
  width: 80px;
  height: auto;
  aspect-ratio: 19/21;
  position: absolute;
  top: -10px;
  left: -10px;
  object-fit: cover;
  background: url("../images/reg/p1.png") center center/cover;
}

@media all and (max-width: 750px) {
  .feature_bxw .img .point {
    width: 50px;
  }
}

.feature_bxw .txt {
  border-radius: 0 0 20px 20px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.feature_bxw h3 {
  margin: 15px 0 5px 0;
  color: #0C75C1;
  font-size: 2.2rem;
}

@media all and (max-width: 750px) {
  .feature_bxw h3 {
    font-size: 1.8rem;
  }
}

.conv_area {
  background: linear-gradient(to bottom, #F80B54 0%, #D5B343 100%);
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
}

.conv_area .ttls {
  width: 45%;
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media all and (max-width: 750px) {
  .conv_area .ttls {
    width: 90%;
    min-width: 0;
  }
}

.conv_area .ttls h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.conv_area .ttls h2 .m1 {
  width: 58%;
  height: auto;
}

.conv_area .ttls h2 .j1 {
  width: 38%;
  height: auto;
}

.conv_area .ttls .l,
.conv_area .ttls .r {
  position: absolute;
  max-width: 100px;
}

.conv_area .ttls .l img,
.conv_area .ttls .r img {
  width: 100%;
}

.conv_area .ttls .l {
  bottom: -30px;
  left: -100px;
}

@media all and (max-width: 1024px) {
  .conv_area .ttls .l {
    bottom: -10px;
    left: -50px;
    width: 70px;
  }
}

@media all and (max-width: 750px) {
  .conv_area .ttls .l {
    left: -30px;
    width: 50px;
  }
}

.conv_area .ttls .r {
  bottom: -30px;
  right: -100px;
}

@media all and (max-width: 1024px) {
  .conv_area .ttls .r {
    bottom: -10px;
    right: -50px;
    width: 70px;
  }
}

@media all and (max-width: 750px) {
  .conv_area .ttls .r {
    right: -20px;
    width: 50px;
  }
}

.conv_area .txts {
  width: 80%;
  margin: 20px auto 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  padding: 3vw 3vw 100px 3vw;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 4vw;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 1024px) {
  .conv_area .txts {
    width: 100%;
    grid-template-columns: 1fr;
    margin: -10px auto 0 auto;
    padding: 50px 50px 90px 50px;
    gap: 4vw 0;
  }
}

@media all and (max-width: 750px) {
  .conv_area .txts {
    padding: 30px 30px 70px 30px;
    border-radius: 20px;
  }
}

.conv_area .bx h3 {
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .conv_area .bx h3 {
    margin-bottom: 10px;
  }
}

.conv_area .bx img {
  height: 60px;
  width: auto;
}

@media all and (max-width: 750px) {
  .conv_area .bx img {
    height: 50px;
  }
}

.conv_area .btn_big {
  width: 80%;
  max-width: 750px;
  text-align: center;
  font-family: "Mround", sans-serif;
  margin: -50px auto 0 auto;
  background: #000;
  color: white;
  display: block;
  font-size: 2.8rem;
  border-radius: 100px;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media all and (max-width: 1024px) {
  .conv_area .btn_big {
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 750px) {
  .conv_area .btn_big {
    font-size: 1.8rem;
    width: 100%;
  }
}

.conv_area .btn_big:hover {
  background: #333;
  border-radius: 10px;
}

.conv_area .btn_big .post {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 120px;
  height: auto;
}

@media all and (max-width: 750px) {
  .conv_area .btn_big .post {
    top: 2px;
    right: -8px;
    width: 70px;
  }
}

.conv_area .yee {
  position: absolute;
  top: -3%;
  left: 0;
  height: 106%;
  width: auto;
}

@media all and (max-width: 750px) {
  .conv_area .yee {
    left: -140px;
  }
}

.conv_area .yee img {
  height: 100%;
  width: auto;
}

.conv_area .robo {
  position: absolute;
  bottom: -20px;
  right: -8%;
  width: 30%;
  max-width: 500px;
  height: auto;
}

.conv_area .robo img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 750px) {
  .conv_area .robo {
    width: 100px;
  }
}

.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: 60%;
  }
}

.sec32_ttl .t1 {
  left: -10px;
}

@media all and (max-width: 1280px) {
  .sec32_ttl .t1 {
    top: -10px;
  }
}

@media all and (max-width: 750px) {
  .sec32_ttl .t1 {
    left: 0;
  }
}

.sec32_ttl .t2 {
  right: -10px;
}

@media all and (max-width: 1280px) {
  .sec32_ttl .t2 {
    top: auto;
    bottom: -10px;
  }
}

@media all and (max-width: 750px) {
  .sec32_ttl .t2 {
    right: 0;
  }
}

.course {
  position: relative;
  background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 0, transparent 20px);
  margin-top: 100px;
}

@media all and (max-width: 1024px) {
  .course {
    margin-top: 70px;
  }
}

.course:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  background: linear-gradient(to top, #9F70A5 0%, #0C75C0 100%);
}

.course:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  background: repeating-linear-gradient(-45deg, #3B85BA, #3B85BA 1px, transparent 0, transparent 20px);
}

.course .inner {
  position: relative;
  z-index: 4;
}

@media all and (max-width: 750px) {
  .course .inner {
    width: 100%;
  }
}

.course .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: calc(100% + 160px);
  height: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (max-width: 1024px) {
  .course .inner:before {
    left: 0;
    width: 100%;
  }
}

.course .tri1 {
  width: 30%;
  position: absolute;
  right: -15%;
  top: -220px;
  z-index: 3;
}

@media all and (max-width: 1024px) {
  .course .tri1 {
    top: -40px;
  }
}

.course .tri1 img {
  width: 100%;
}

.course .tri2 {
  width: 30%;
  position: absolute;
  left: -15%;
  bottom: -60px;
  z-index: 3;
}

.course .tri2 img {
  width: 100%;
}

@media all and (max-width: 750px) {
  .course .tri2 {
    bottom: -40px;
  }
}

.course_bxw {
  position: relative;
  margin-top: 100px;
}

@media all and (max-width: 1024px) {
  .course_bxw {
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 750px) {
  .course_bxw {
    padding: 0 6.25%;
  }
}

.course_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}

@media all and (max-width: 1024px) {
  .course_bx {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 750px) {
  .course_bx {
    margin-left: 0;
  }
}

.course_bx .img {
  width: 40%;
}

@media all and (max-width: 1024px) {
  .course_bx .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 750px) {
  .course_bx .img {
    margin-bottom: 20px;
  }
}

.course_bx .img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (max-width: 1024px) {
  .course_bx .img img {
    height: 300px;
    object-fit: cover;
  }
}

@media all and (max-width: 750px) {
  .course_bx .img img {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.course_bx .cont {
  width: 55%;
}

@media all and (max-width: 1024px) {
  .course_bx .cont {
    width: 100%;
  }
}

.course_bx .cont h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 3rem;
  font-family: "Mround", sans-serif;
  color: #387DC0;
}

.cont-i {
  display: flex;
}

@media all and (max-width: 1024px) {
  .course_bx .cont h3 {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 750px) {
  .course_bx .cont h3 {
    font-size: 1.8rem;
  }
}

/* .course_bx .cont span {
  margin-left: 20px;
} */
@media all and (max-width: 750px) {
  .course_bx .cont span {
    margin-left: 10px;
  }
}

.course_bx .cont img {
  height: 55px;
  width: auto;
}

@media all and (max-width: 750px) {
  .course_bx .cont img {
    height: 30px;
  }
}

.course_bx .cont ul {
  padding: 20px 0;
  border-bottom: 1px dashed #E0DADA;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .course_bx .cont ul {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}

.course_bx .cont ul li {
  font-weight: bold;
  list-style-type: disc;
  display: grid;
  /* grid-template-columns: 80px 1fr; */
  color: #387DC0;
}

.course_bx .cont ul .tl {
  position: relative;
}

.course_bx .cont ul .tl:before {
  content: ":";
  position: absolute;
  right: -5px;
  top: 0;
}

.course_bx .cont ul .tx {
  padding-left: 20px;
  box-sizing: border-box;
}

.course_bx .cont .tx span {
  font-size: 1.4rem;
  margin-left: 10px;
}

.course_bx.c2 span,
.course_bx.c2 .cont ul li {
  color: #82B457;
}

.course_bx.c3 span,
.course_bx.c3 .cont ul li {
  color: #C23588;
}

.course_bx.c4 {
  border: none;
}

.course_bx.c4 span,
.course_bx.c4 .cont ul li {
  color: #39786C;
}

.rev {
  flex-direction: row-reverse;
}

.power {
  margin-top: 20px;
  font-family: "Mround", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.power .ttl {
  display: inline-block;
  position: relative;
  color: #0864B6;
  padding: 0 12px;
  margin-right: 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: 0 20px 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 10px;
}

@media all and (max-width: 1200px) {
  .power .c4 {
    margin: 10px 0 0 0;
  }
}

@media all and (max-width: 750px) {
  .power .c4 {
    grid-template-columns: 1fr 1fr;
    margin: 10px 0 0 0;
  }
}

.power .c4 .bx {
  font-size: 1.4rem;
  padding: 2px 10px;
  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.2rem;
    margin-top: 10px;
    border-radius: 3px;
  }
}

.power.p2 .ttl {
  color: #82B457;
}

.power.p2 .ttl:before,
.power.p2 .ttl:after {
  background: #82B457;
}

.power.p2 .c4 .bx {
  background: #82B457;
}

.power.p3 .ttl {
  color: #C23588;
}

.power.p3 .ttl:before,
.power.p3 .ttl:after {
  background: #C23588;
}

.power.p3 .c4 .bx {
  background: #C23588;
}

.power.p4 .ttl {
  color: #39786C;
}

.power.p4 .ttl:before,
.power.p4 .ttl:after {
  background: #39786C;
}

.power.p4 .c4 .bx {
  background: #39786C;
}

@media all and (max-width: 1200px) {
  .power {
    display: block;
  }
}

.schedule {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

@media all and (max-width: 750px) {
  .schedule {
    padding-bottom: 60px;
  }
}

.schedule:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 130px);
  left: 0;
  top: -130px;
  background: url(../images/bg_squre2.jpg);
  background-size: 30px auto;
  z-index: -1;
}

.schedule h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

.schedule h2 .hum {
  width: 100px;
  margin-right: 20px;
  height: auto;
}

@media all and (max-width: 1024px) {
  .schedule h2 .hum {
    width: 70px;
  }
}

@media all and (max-width: 750px) {
  .schedule h2 .hum {
    width: 40px;
    margin-right: 10px;
  }
}

.schedule h2 .hum img {
  width: 100%;
}

.schedule h2 .tx img {
  height: 45px;
  width: auto;
}

@media all and (max-width: 1024px) {
  .schedule h2 .tx img {
    height: 24px;
  }
}

@media all and (max-width: 750px) {
  .schedule h2 .tx img {
    height: 20px;
  }
}

.sche img {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .sche {
    overflow: auto;
    white-space: nowrap;
  }
}


#link {
  padding: 50px 0;
  background: url(../images/bg_squre2.jpg);
  background-size: 30px auto;
  text-align: center;
}

#link .inner {
  max-width: 900px;
  margin: 0 auto;
}

#link .link {
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  box-sizing: border-box;
}

#link h2 {
  font-family: "NBlack", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #0C75C1;
}

#link a {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  margin: 5px 10px 5px 0;
  background: #C23588;
  border-radius: 6px;
  transition: all 0.3s ease;
}

#link a:hover {
  background: #D44494;
}

@media all and (max-width: 750px) {
  #link {
    padding: 30px 0;
  }

  #link .link {
    padding: 20px;
    margin: 0 6.25%;
  }

  #link h2 {
    font-size: 1.8rem;
  }
}

.sc {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.sc th {
  text-align: center;
  color: white;
  background: #0F62A5;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.1rem;
  width: 12.5%;
  padding: 10px;
}

.sc th .name {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 10px;
}

.sc th .you {
  margin: 0 auto;
  font-size: 2.4rem;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background: #418DCB;
  color: white;
  padding-top: 5px;
  box-sizing: border-box;
}

@media all and (max-width: 750px) {
  .sc th .you {
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
    padding-top: 3px;
  }
}

.sc .act .you {
  background: #DB7337;
}

.sc .th2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.sc .th2 span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.sc .th2 span:last-of-type {
  margin-bottom: 0;
}

.sc td {
  text-align: center;
  vertical-align: middle;
  background: #F0F5FF;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.sc .reds {
  padding: 10px;
  box-sizing: border-box;
  background: #DB7337;
  color: white;
  border-radius: 5px;
}

.sc .reds span {
  font-size: 1.6rem;
}

.teacher {
  display: grid;
  margin-top: 80px;
  grid-template-columns: 1fr 1fr;
}

@media all and (max-width: 1024px) {
  .teacher {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.teacher .prof {
  padding: 5vw 8vw 5vw 5vw;
  position: relative;
  color: white;
  background: url("../images/reg/kokuban.jpg") center center/cover;
}

@media all and (max-width: 1024px) {
  .teacher .prof {
    order: 2;
  }
}

.teacher h2 {
  margin-bottom: 50px;
}

.teacher h2 img {
  height: 30px;
  width: auto;
}

@media all and (max-width: 750px) {
  .teacher h2 img {
    height: 20px;
  }
}

@media all and (max-width: 750px) {
  .teacher h2 {
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
  }
}

.teacher .career {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Mround", sans-serif;
}

@media all and (max-width: 750px) {
  .teacher .career {
    font-size: 1.4rem;
  }
}

.teacher .ttls {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Mround", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

@media all and (max-width: 750px) {
  .teacher .ttls {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.teacher .gk {
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 150px;
  height: auto;
  z-index: 4;
}

@media all and (max-width: 1024px) {
  .teacher .gk {
    bottom: auto;
  }
}

@media all and (max-width: 750px) {
  .teacher .gk {
    right: 0px;
    width: 80px;
  }
}

.teacher .gk img {
  width: 100%;
}

.teacher .img {
  background: url("../images/reg/tp1.jpg") center center/cover;
}

@media all and (max-width: 1024px) {
  .teacher .img {
    aspect-ratio: 16/9;
    order: 1;
  }
}

.conv3 {
  background: url(../images/bg_squre2.jpg);
  background-size: 30px auto;
  z-index: -1;
  padding: 50px 0 170px 0;
  box-sizing: border-box;
}

@media all and (max-width: 750px) {
  .conv3 {
    padding: 50px 0 130px 0;
  }
}

.conv3 .inner {
  max-width: 900px;
}

.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;
}

#contact_text {
  text-align: center;
  position: relative;
  top: -50px;
  padding: 0 20px;
}

.contact-tel {
  display: block;
  z-index: 2;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@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;
}

@media all and (max-width: 750px) {
  .form_line .tkn {
    width: 100%;
  }
}

.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: 50px;
  bottom: 50px;
  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: 1.8rem;
    padding-top: 0;
  }

  .gpt img {
    margin-top: 8px;
    width: 15px;
  }
}

.gpt2 {
  display: block;
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 10;
}

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

.gpt2 img {
  width: 80px;
  height: auto;
}

.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;
}

.contacts {
  padding: 50px 0 100px 0;
}

@media all and (max-width: 750px) {
  .contacts {
    padding: 120px 0 30px 0;
  }
}

.maps {
  position: relative;
  margin-top: -60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media all and (max-width: 1280px) {
  .maps {
    grid-template-columns: 1fr;
  }
}

.maps .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  border-radius: 60px 0 0 20px;
  overflow: hidden;
}

@media all and (max-width: 1280px) {
  .maps .map {
    border-radius: 60px 60px 0 0;
    padding-top: 45%;
  }
}

@media all and (max-width: 750px) {
  .maps .map {
    border-radius: 20px 20px 0 0;
    padding-top: 75%;
  }
}

.maps .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maps .map_info {
  background: #FDF8F8;
  border-radius: 0 60px 0 0;
  padding: 25px;
  box-sizing: border-box;
}

@media all and (max-width: 1280px) {
  .maps .map_info {
    border-radius: 0;
  }
}

.maps .map_infos {
  height: 100%;
  width: 100%;
  background: white;
  border-radius: 20px 60px 20px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 1280px) {
  .maps .map_infos {
    border-radius: 10px;
  }
}

.maps h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #0864B6;
  font-family: "NBlack", sans-serif;
}

@media all and (max-width: 750px) {
  .maps h2 {
    font-size: 2rem;
  }
}

.maps .in {
  width: 100%;
  padding: 0 10%;
}

@media all and (max-width: 750px) {
  .maps .in {
    padding: 20px;
  }
}

.sns_info {
  display: flex;
}

.instagram {
  margin-right: 5px;
}

.maps .line {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #EAD6D6;
  box-sizing: border-box;
  padding: 20px 0;
}

.maps .line:last-of-type {
  border: none;
}

@media all and (max-width: 750px) {
  .maps .line {
    grid-template-columns: 1fr;
    padding: 14px 0;
  }

  .maps .line .ttl {
    font-weight: bold;
  }
}

.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}

.trigger.up {
  animation: up 0.8s ease 0.1s 1 normal forwards;
}

.trigger.delay0 {
  animation-delay: 0ms;
}

.trigger.delay1 {
  animation-delay: 100ms;
}

.trigger.delay2 {
  animation-delay: 200ms;
}

.trigger.delay3 {
  animation-delay: 300ms;
}

.trigger.delay4 {
  animation-delay: 400ms;
}

.trigger.delay5 {
  animation-delay: 500ms;
}

.trigger.delay6 {
  animation-delay: 600ms;
}

.trigger.delay7 {
  animation-delay: 700ms;
}

.trigger.delay8 {
  animation-delay: 800ms;
}

.trigger.delay9 {
  animation-delay: 900ms;
}

.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.top_cons {
  padding: 100px 0;
  box-sizing: border-box;
}

.conv_area .txts.tx_top {
  gap: 2vw;
}

.conv_area .txts.tx_top a {
  text-decoration: none;
  color: white;
  background: #0864B6;
  display: block;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #fff;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.conv_area .txts.tx_top a span {
  width: 100%;
}

.conv_area .txts.tx_top a:hover {
  background: #064985;
}

.conv_area .txts.tx_top .lptemp {
  display: none;
}

.top_bnrs1 {
  max-width: 1000px;
  margin: 0 auto 60px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

@media all and (max-width: 767px) {
  .top_bnrs1 {
    grid-template-columns: 1fr;
    padding: 0 6.25%;
  }

  .top_bnrs1 a:last-of-type {
    margin-top: 20px;
  }
}




/* Roblox紹介セクション */
.roblox_intro {
  padding: 50px 0;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #fff;
}

/* ヘッダー部分 */
.roblox_header {
  text-align: center;
  margin-bottom: 40px;
}

.roblox_header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 0 15px 0;
  font-size: 3rem;
  font-weight: bold;
}

.roblox_logo {
  color: #00d4ff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.course_text {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  margin: 0;
}

/* メインコンテンツ */
.roblox_content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.roblox_text {
  flex: 1;
}

.description {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.description strong {
  color: #ffd700;
}

/* 特徴リスト */
.roblox_features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.feature_item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 10px;
  flex: 1;
  min-width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature_item svg {
  color: #ffd700;
  flex-shrink: 0;
}

.feature_item span {
  font-size: 1.1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.feature_item strong {
  color: #ffd700;
  font-weight: bold;
}

/* ゲーム画面の背景画像 */
.roblox_image {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  width: 280px;
  height: 200px;
  background-image: url('images/ROBROX_Banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 3px solid #4a5568;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.new_badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ef4444;
  color: #fff;
  padding: 8px 16px;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

/* ボトム部分 */
.roblox_bottom {
  text-align: center;
}

.roblox_btn {
  display: inline-block;
  background: #ef4444;
  color: #fff !important;
  padding: 18px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
  transition: all 0.3s ease;
}

.roblox_btn:hover {
  background: #dc2626;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .roblox_intro {
    padding: 40px 0;
  }

  .roblox_header h2 {
    font-size: 2.4rem;
    flex-direction: column;
    gap: 5px;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .roblox_content {
    flex-direction: column;
    gap: 30px;
  }

  .roblox_features {
    flex-direction: column;
  }

  .feature_item {
    min-width: auto;
  }

  .roblox_image {
    flex: none;
  }

  .description {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .roblox_header h2 {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .feature_item {
    padding: 12px 15px;
  }

  .feature_item span {
    font-size: 1rem;
  }

  .roblox_image {
    width: 220px;
    height: 160px;
  }

  .roblox_btn {
    font-size: 1.1rem;
    padding: 15px 30px;
  }
}






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

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