.wrapper {
  overflow: hidden;
}

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

.titles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 420px;
}
.titles:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #968C82 0%, #776F65 100%);
  border-radius: 0 30px 0 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 20px 40px;
  box-sizing: border-box;
}
.titles .name img {
  height: auto;
  width: 100%;
}
.titles .name .logo_home {
  height: 45px;
  width: auto;
}
@media all and (max-width: 1024px) {
  .titles .name {
    padding: 20px 20px 40px 30px;
  }
}
.titles .school_name {
  color: white;
  font-family: serif !important;
  font-size: 7rem;
  line-height: 1;
}
.titles .school_name i {
  font-size: 3.5rem;
  line-height: 1;
}
@media all and (max-width: 1040px) {
  .titles .school_name {
    font-size: 5rem;
  }
  .titles .school_name i {
    font-size: 2.5rem;
  }
  .titles .name {
    padding: 20px 20px 15px 30px;
  }
}
@media all and (max-width: 750px) {
  .titles {
    width: 140px;
  }
  .titles .school_name {
    font-size: 3.2rem;
  }
  .titles .school_name i {
    font-size: 1.6rem;
  }
  .titles .name {
    padding: 10px;
  }
  .titles .name .logo_home {
    height: 20px;
  }
}

.mv_btns {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  width: 40%;
  min-width: 660px;
}
.mv_btns h2 {
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
}
@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%;
  }
  .mv_btns h2 {
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-shadow: none;
  }
}

.copy_lps {
  width: 370px;
  position: absolute;
  left: 5%;
  top: 17%;
  z-index: 3;
}
.copy_lps:before {
  content: "";
  position: absolute;
  top: -15%;
  left: -15%;
  margin-top: 0;
  margin-left: 0;
  width: 130%;
  height: 130%;
  background: white;
  z-index: 2;
  opacity: 0.8;
  filter: blur(50px);
}
.copy_lps i {
  display: block;
  opacity: 0;
  visibility: hidden;
  filter: blur(100px);
  transition: all 0.5s ease;
}
.copy_lps .copy_tx {
  position: relative;
  z-index: 3;
}
.copy_lps i.add {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}
.copy_lps .i2 {
  margin: 30px 0 20px 0;
}
.copy_lps img {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .copy_lps {
    width: 260px;
    top: 20%;
  }
  .copy_lps .i2 {
    margin: 15px 0 10px 0;
  }
}
@media all and (max-width: 1024px) {
  .copy_lps {
    width: 230px;
    top: 6%;
  }
}
@media all and (max-width: 767px) {
  .copy_lps {
    width: 145px;
    top: 40px;
    left: 20px;
  }
  .copy_lps .i2 {
    margin: 10px 0 5px 0;
  }
}

.btnw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}
.btnw a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  position: relative;
  font-weight: bold;
  background: url("../images/arws.png") center right 10px no-repeat, #333;
  background-size: 30px auto;
}
.btnw a:hover {
  opacity: 0.7;
}
.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 .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;
  }
}

.bnrs {
  max-width: 1000px;
  margin: 120px auto;
}
@media all and (max-width: 767px) {
  .bnrs {
    margin: 60px auto;
  }
}

.lp1 {
  margin: 120px 0;
  position: relative;
  box-sizing: border-box;
  clip-path: ellipse(100% 100% at center);
  border-radius: 100% 100% 0 0;
}
.lp1 h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif !important;
  font-size: 2.4rem;
  line-height: 1;
}
.lp1 h2 i, .lp1 h2 em {
  font-size: 7rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif !important;
}
.lp1 h2 em {
  color: #968C82;
}
.lp1 h2 span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif !important;
}
.lp1 .bx1 {
  width: 50%;
  min-width: 660px;
  margin: 90px auto 0 0;
  text-align: center;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 60px 0 60px;
  padding: 40px 45px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.lp1 .bx1 .eg {
  text-align: center;
}
.lp1 .bx1 .eg img {
  height: 35px;
  width: auto;
  display: inline-block;
}
.lp1 .bx1 h3 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 20px 0 30px 0;
}
.lp1 .bx1 h3 i {
  color: #968C82;
}
.lp1 .bx1 .fb {
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
}
.lp1 .bx1 .txt {
  text-align: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #C7C7C7;
  font-weight: 900;
  letter-spacing: normal;
}
.lp1 .bx1 .squre {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -18px;
  width: 30px;
  height: 30px;
}
.lp1 .bx1 .squre i {
  width: 11.5px;
  height: 11.5px;
  border-radius: 100%;
  background: #EBEB82;
  display: block;
  position: absolute;
}
.lp1 .bx1 .squre i:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin-left: -5.75px;
}
.lp1 .bx1 .squre i:nth-of-type(2) {
  background: #76C1EB;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.75px;
}
.lp1 .bx1 .squre i:nth-of-type(3) {
  background: #8A8A9F;
  bottom: 0;
  left: 50%;
  margin-left: -5.75px;
}
.lp1 .bx1 .squre i:nth-of-type(4) {
  background: #DD9ABF;
  left: 0;
  top: 50%;
  margin-top: -5.75px;
}
.lp1 .img {
  position: absolute;
  right: -10%;
  bottom: -60px;
  width: 70%;
  height: 100%;
  background: url("../images/lp2.jpg") center center/cover;
}
.lp1 .inner {
  position: relative;
  max-width: none;
}
@media all and (max-width: 1080px) {
  .lp1 .bx1 {
    width: 100%;
  }
  .lp1 .img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .lp1 {
    margin: 0 0 60px 0;
  }
  .lp1 h2 {
    font-size: 2.2rem;
  }
  .lp1 h2 i, .lp1 h2 em {
    font-size: 4rem;
  }
  .lp1 h2 span {
    display: block;
    font-size: 1.8rem;
  }
  .lp1 .bx1 {
    margin: 50px auto 0 auto;
    padding: 20px 20px;
    border-radius: 0 30px 0 30px;
    min-width: 0;
  }
  .lp1 .bx1 .eg img {
    height: 15px;
  }
  .lp1 .bx1 h3 {
    font-size: 2rem;
    margin: 10px 0 10px 0;
    text-align: left;
  }
  .lp1 .bx1 .fb {
    font-size: 1.3rem;
    text-align: left;
  }
  .lp1 .bx1 .txt {
    padding-top: 10px;
    margin-top: 10px;
    font-weight: normal;
  }
  .lp1 .bx1 .squre {
    top: -8px;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
  }
  .lp1 .bx1 .squre i {
    width: 6px;
    height: 6px;
  }
  .lp1 .bx1 .squre i:nth-of-type(1) {
    margin-left: -3px;
  }
  .lp1 .bx1 .squre i:nth-of-type(2) {
    margin-top: -3px;
  }
  .lp1 .bx1 .squre i:nth-of-type(3) {
    margin-left: -3px;
  }
  .lp1 .bx1 .squre i:nth-of-type(4) {
    margin-top: -3px;
  }
  .lp1 .im11 {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 37%;
  }
  .lp1 .im12 {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 40%;
  }
}

.teacher {
  display: grid;
  margin: 180px 0 0 0;
  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;
  }
}

.bgb {
  background: url(../images/top_bg2.jpg) center top/cover;
}

.features {
  padding: 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .features {
    padding: 120px 0 90px 0;
  }
}
.features .inner {
  max-width: 1400px;
}
.features .ttl_bx {
  text-align: center;
}
.features .ttl_bx .cir {
  width: 27px;
  height: auto;
  margin: 0 auto 10px auto;
}
.features .ttl_bx h2 {
  font-family: "NBlack", sans-serif;
  font-size: 3.5rem;
  display: inline-block;
  background-size: 100% auto;
}
@media all and (max-width: 750px) {
  .features .ttl_bx h2 {
    font-size: 2rem;
    background: url("../images/reg/ttl_line.png") center bottom 2px no-repeat;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .features {
    padding: 60px 0 20px 0;
  }
}

.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;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}
@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: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 750px) {
  .feature_bxw h3 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .feature_bxw h3 {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
  .feature_bxw .txt {
    border-radius: 0 0 10px 10px;
    padding: 0 15px 15px 15px;
  }
}

.schedule {
  position: relative;
  padding-top: 120px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .schedule {
    padding-bottom: 0;
  }
}
.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 img {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 30px;
}

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

.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;
  color: white;
}
.sc th .you {
  margin: 0 auto;
  font-size: 2.4rem;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background: #418DCB;
  color: white;
  padding-top: 8px;
  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 th p {
  color: white;
  font-weight: bold;
}
.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;
}

.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;
  }
}
.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;
  }
}
.course_4 .guide__list .head_blue, .course_4 .guide__list .head_green, .course_4 .guide__list .head_pink, .course_4 .guide__list .head_yellow {
  background: linear-gradient(to right, #968C82 0%, #776F65 100%);
  border-radius: 30px 0 30px 0;
  color: white;
}
.course_4 .guide__list .guide__list li {
  pointer-events: none;
}
.course_4 .guide__list .guide__list li div .guide_txt {
  margin-top: 0;
  font-size: 1.8rem;
}
.course_4 .guide__list .guide__list li div .guide_txt i {
  background: #FFFF00;
}

#course .guide__list li:not(:first-child) {
  margin-top: 36px;
}

#course .guide__list .list_r1,
#course .guide__list .list_r2 {
  background: url(../img/robot_icon.png) no-repeat;
  background-size: 51px;
  background-position: top 30px right 30px;
}

#course .guide__list .list_m1 {
  background: url(../img/movie_icon.png) no-repeat;
  background-size: 40px;
  background-position: top 30px right 30px;
}

#course .guide__list .list_w1 {
  background: url("../img/game&robot_icon.png") no-repeat;
  background-size: 90px;
  background-position: top 30px right 30px;
}

#course .guide__list .list_w2 {
  background: url("../img/game&movie_icon.png") no-repeat;
  background-size: 80px;
  background-position: top 30px right 30px;
}

#course .guide__list .list_w3 {
  background: url("../img/robot&movie_icon.png") no-repeat;
  background-size: 80px;
  background-position: top 30px right 30px;
}

#course .guide__list .list_r1 .guide_txt,
#course .guide__list .list_r2 .guide_txt {
  color: #00853d;
}

#course .guide__list .list_m1 .guide_txt {
  color: #e92f97;
}

#course .guide__list .list_w1 .guide_txt,
#course .guide__list .list_w2 .guide_txt,
#course .guide__list .list_w3 .guide_txt {
  color: #909117;
}

#course .guide__list .list_r2 p .br {
  display: block;
  margin-top: 10px;
}

#course .guide__list li:hover {
  opacity: 0.6;
}
#course .list_r1 {
  background: white;
}

.contact_area input, .contact_area select, .contact_area textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_area input[type=text], .contact_area input[type=tel], .contact_area select {
  padding: 10px;
  border: #dedede 1px solid;
  border-radius: 4px;
  background: #eee;
  box-sizing: border-box;
  width: 100%;
}
.contact_area input[type=tel] {
  width: 100%;
  max-width: 250px;
}
.contact_area select {
  width: 100%;
  max-width: 150px;
  background: url("../images/tri.png") center right 15px no-repeat, #eee;
  background-size: 14px auto;
}
.contact_area textarea {
  width: 100%;
  padding: 10px;
  border: #dedede 1px solid;
  border-radius: 4px;
  background: #eee;
  box-sizing: border-box;
  resize: vertical;
}
.contact_area .zip {
  margin-bottom: 15px;
}
.contact_area .ca1 {
  margin-top: 0;
}
.contact_area .course__inner {
  text-align: left !important;
  width: 90%;
}
.contact_area .lead {
  position: relative;
  margin-top: 20px;
}
.contact_area .lead .tx {
  position: relative;
  left: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f2f200 10%);
  display: inline;
}
.contact_area .lead .ex {
  position: absolute;
  font-weight: bold;
  left: 0;
  top: 3px;
}
.contact_area .lead i {
  color: red;
}
.contact_area .schedule1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-top: 40px;
}
.contact_area .schedule1 .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.contact_area .ca2 {
  margin-top: 80px;
}
.contact_area .ca2 .common_h3 {
  margin-bottom: 20px;
}
.contact_area .line {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0 20px;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.contact_area .line .ttl_b {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 20px;
  font-weight: bold;
  align-items: center;
}
.contact_area .line .ttl_b .op {
  border-radius: 5px;
  text-align: center;
  background: #e92f97;
  color: white;
}
.contact_area .line .ttl_b .ni {
  background: #1a95d8;
}
.contact_area .subs {
  text-align: center;
  margin: 40px auto;
  max-width: 840px;
  width: 90%;
}
.contact_area .subs input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  outline: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px 0;
  border-radius: 6px;
  background: url(../images/vector_white@2x.png) center right 20px no-repeat, #333;
  background-size: 7px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #000;
  cursor: pointer;
  bottom: 0;
  position: relative;
  transition: all 0.3s ease;
}
.contact_area .subs input:hover {
  background: url(../images/vector_white@2x.png) center right 15px no-repeat, #000;
  background-size: 7px;
}
.contact_area .subs .retn input {
  background: url(../images/vector_white@2x.png) center right 20px no-repeat, #BCBABA;
  background-size: 7px;
  border-bottom: 3px solid #777474;
}
.contact_area .subs .retn input:hover {
  background: url(../images/vector_white@2x.png) center right 15px no-repeat, #BCBABA;
  background-size: 7px;
}
.contact_area .cap {
  text-align: center;
  font-weight: bold;
}
.contact_area .cap .c2 {
  display: none;
}
.contact_area .mw_wp_form_confirm .subs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.contact_area .mw_wp_form_confirm .ca1 {
  display: none;
}
.contact_area .mw_wp_form_confirm .c1 {
  display: none;
}
.contact_area .mw_wp_form_confirm .c2 {
  display: block;
}
.contact_area .kousya select {
  border: none;
  background: none;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .contact_area .ca1 {
    margin-top: 40px;
  }
  .contact_area .lead .tx {
    left: 0;
  }
  .contact_area .lead .ex {
    display: none;
  }
  .contact_area .schedule1 {
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-top: 20px;
  }
  .contact_area .ca2 {
    margin-top: 40px;
  }
  .contact_area .ca2 .common_h3 {
    margin-bottom: 10px;
  }
  .contact_area .line {
    grid-template-columns: 1fr;
    gap: 10px 0;
    padding: 20px 0;
  }
  .contact_area .line .ttl_b {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 10px;
  }
  .contact_area .cap {
    font-size: 1.2rem;
  }
  .contact_area .mw_wp_form_confirm .subs {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.mw_wp_form {
  padding-top: 60px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .mw_wp_form {
    padding-top: 30px;
  }
}

.cta_lp {
  background: url(../images/cta_lp.jpg) center center/cover;
}
.cta_lp .bxs .squ {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 350px;
  margin: 30px auto 30px auto;
}
@media all and (max-width: 900px) {
  .cta_lp {
    padding: 150px 0 150px 0;
  }
}
@media all and (max-width: 767px) {
  .cta_lp {
    padding: 50px 0 120px 0;
  }
  .cta_lp .bxs .squ {
    max-width: 230px;
    margin: 20px auto;
  }
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
/*--media_end--*/
.copy2_lps {
  position: absolute;
  top: -70px;
  line-height: 1;
  width: 218px;
  margin-left: -109px;
  left: 50%;
  background: #000;
  border-radius: 100px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.copy2_lps:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  background-color: #000;
  width: 20px;
  height: 14px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.copy2_lps img {
  display: inline-block;
  height: 23px;
  width: auto;
}
@media all and (max-width: 767px) {
  .copy2_lps {
    padding: 8px 0;
    width: 180px;
    left: 10px;
    top: -50px;
    margin-left: 0;
  }
  .copy2_lps:before {
    left: 30%;
  }
  .copy2_lps img {
    height: 18px;
  }
}

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