@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%;
  color: #000;
  background-color: #ddc994;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

p {
  margin-bottom: 2rem;
}

.header {
  position: relative;
}
.header__txt {
  position: absolute;
  width: 50%;
  top: 45%;
  left: 27%;
  transform: translate(-50%, -50%);
}
.header__cta {
  position: absolute;
  top: 70%;
  left: 27%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #8e1d22;
  display: inline-block;
  padding: 2%;
  font-size: clamp(13px, 20px, 1.8vw);
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
  transition: all 0.5s;
  font-weight: 500;
}
.header__cta::after {
  content: "▶︎";
  margin-left: 2rem;
}
.header__cta:hover {
  background-color: #ddc994;
  color: #000;
}

.about {
  width: 100%;
  text-align: center;
  padding: 3.5% 0 2% 0;
}
.about h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #8e1d22;
}
.about h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #8e1d22;
  margin: 0 auto 5% auto;
  border-bottom: 6px double #8e1d22;
  width: 28%;
}

.about__inner {
  display: flex;
  width: 78%;
  margin: 5rem auto;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.about__inner--left {
  width: 29%;
}
.about__inner--right {
  display: inline-block;
  text-align: left;
}
.about__inner--right p {
  font-size: clamp(15px, 20px, 1.1vw);
  line-height: 1.7;
}

.bg-red {
  background-color: #8e1d22;
  color: #fff;
}

.feature {
  width: 100%;
}
.feature::before {
  content: "";
  background: url(../images/red_top.png) no-repeat;
  display: block;
  height: 10vh;
  background-size: cover;
}
.feature::after {
  content: "";
  background: url(../images/red_btm.png) no-repeat;
  display: block;
  height: 10vh;
  background-size: cover;
}

.feature__inner {
  background-color: #8e1d22;
  text-align: center;
  padding: 2.5% 0 1% 0;
}
.feature__inner h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #ddc994;
}
.feature__inner h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #ddc994;
  margin: 0 auto 5% auto;
  border-bottom: 6px double #ddc994;
  width: 22%;
}
.feature__inner-img1 {
  width: 54%;
  margin: 0 auto;
  display: block;
  margin-bottom: 2.5%;
}
.feature__inner p {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: clamp(15px, 20px, 1.1vw);
  line-height: 1.5;
  margin-bottom: 7%;
}
.feature__inner span {
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: underline;
}
.feature__inner-img2 {
  width: 62%;
  margin: 0 auto;
  display: block;
}

.course {
  width: 100%;
  text-align: center;
  padding: 4.5% 0 2% 0;
}
.course h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #8e1d22;
}
.course h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #8e1d22;
  margin: 0 auto 5% auto;
  border-bottom: 6px double #8e1d22;
  width: 16%;
}
.course__list {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.course__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: clamp(14px, 18px, 1vw);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  background-color: #124d89;
  height: clamp(62px, 75px, 4vw);
  width: clamp(230px, 300px, 15vw);
  transition: all 0.5s;
  box-shadow: 0 0 4px rgb(91, 91, 91);
}
.course__list a:hover {
  background-color: #8e1d22;
}

.line {
  background: url(../images/line.png) no-repeat;
  background-size: contain;
  width: 72%;
  height: 20px;
  margin: 4% auto;
}

.course__schedule-year {
  border-collapse: collapse;
  width: 65%;
  margin: 0 auto;
  font-size: clamp(14px, 17px, 1vw);
  border-collapse: separate;
  border-spacing: 5px;
  color: #fff;
  font-weight: 400;
}
.course__schedule-year-ttl {
  width: 21%;
  display: block;
  margin-left: 18%;
  margin-bottom: 0.5%;
}
.course__schedule-year-type {
  background-color: #8b613b;
}
.course__schedule-year-month {
  background-color: #8e1d22;
}
.course__schedule-year-grade {
  background-color: #f0e6d3;
  color: #8b613b;
}
.course__schedule-year-gr {
  background-color: #879f60;
}
.course__schedule-year-pk {
  background-color: #cc6e61;
}
.course__schedule-year-gy {
  background-color: #cecaca;
}
.course__schedule-year-yl {
  background-color: #e4a832;
}
.course__schedule-year-pp {
  background-color: #a17aa7;
}
.course__schedule-year-bl {
  background-color: #72a5bb;
}
.course__schedule-year-wt {
  background-color: #f0e6d3;
  color: #8e1d22;
}

td {
  padding: 5px 0;
  width: 2%;
  height: 45px;
  vertical-align: middle;
}
td.vertical span {
  white-space: pre;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0;
  vertical-align: middle;
  letter-spacing: 4px;
}

.course__point {
  position: relative;
  border: 1px solid #8e1d22;
  font-size: clamp(14px, 17px, 1vw);
  font-weight: 400;
  color: #8e1d22;
  width: 30.5vw;
  height: 13.5vh;
  margin: 3% auto 8% auto;
  padding: 2% 1%;
  text-align: center;
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .course__point {
    height: 13vh;
    width: 31.5vw;
  }
}
@media (min-width: 1800px) and (max-width: 2500px) {
  .course__point {
    height: 11.5vh;
  }
}
.course__point p {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}
.course__point span {
  display: inline-block;
  position: absolute;
  top: -22%;
  left: 2%;
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 45px, 2.6vw);
  background-color: #ddc994;
  padding: 0 1.5%;
}

i.fa-solid.fa-lightbulb {
  margin-right: 5px !important;
}

.course__type {
  width: 71%;
  margin: 0 auto 2.5% auto;
}
.course__type-top {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 6%;
}
.course__type-top-ttl {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 50%;
}
.course__type-top-ttl h3 {
  color: #8e1d22;
  font-family: "tarif", sans-serif;
  font-weight: 900;
  font-size: clamp(55px, 105px, 6.2vw);
  text-shadow: 4px 4px 0 #e5e4e4, -4px -4px 0 #e5e4e4, -4px 4px 0 #e5e4e4, 4px -4px 0 #e5e4e4, 0px 4px 0 #e5e4e4, 0px -4px 0 #e5e4e4, -4px 0 0 #e5e4e4, 4px 0 0 #e5e4e4;
}
.course__type-top-ttl h3::before {
  content: "course";
  font-size: clamp(20px, 60px, 2vw);
  display: block;
  margin-bottom: -20%;
}
.course__type-top-ttl p {
  font-size: clamp(18px, 28px, 1.6vw);
  color: #5e422e;
  font-weight: 900;
  margin-bottom: 0;
}
.course__type-top-img {
  width: 24vw;
}
.course__type-bottom {
  margin-top: -4%;
  background-color: #000; /* グレーの背景色 */
  position: relative;
  -webkit-clip-path: polygon(96% 0, 100% 12%, 100% 100%, 4% 100%, 0 88%, 0 0);
          clip-path: polygon(96% 0, 100% 12%, 100% 100%, 4% 100%, 0 88%, 0 0);
  z-index: -1;
}
.course__type-bottom::before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #e5e5e5;
  -webkit-clip-path: polygon(96% 0, 100% 12%, 100% 100%, 4% 100%, 0 88%, 0 0);
          clip-path: polygon(96% 0, 100% 12%, 100% 100%, 4% 100%, 0 88%, 0 0);
  z-index: -2;
}
.course__type-bottom-txt {
  font-size: clamp(15px, 20px, 1.1vw);
  display: inline-block;
  text-align: left;
  padding: 7% 5% 4% 5%;
  line-height: 1.5;
}
.course__type-bottom-txt span {
  color: #8e1d22;
}

.course__type-top.oneday {
  margin-right: -20%;
  gap: 10%;
}

.course__schedule-day {
  border-collapse: collapse;
  width: 55%;
  margin: 0 auto 4% auto;
  font-size: clamp(14px, 17px, 1vw);
  border-collapse: separate;
  border-spacing: 5px;
  color: #fff;
  font-weight: 400;
}
.course__schedule-day-ttl {
  width: 21%;
  display: block;
  margin-left: 23%;
  margin-bottom: 0.5%;
}
.course__schedule-day-time {
  background-color: #8b613b;
}
.course__schedule-day-week {
  background-color: #8e1d22;
  font-size: 1.1rem;
  font-weight: 700;
}
.course__schedule-day-grade {
  background-color: #f0e6d3;
  color: #8b613b;
  font-family: "tarif", sans-serif;
  font-size: 1rem;
}
.course__schedule-day-gr {
  background-color: #879f60;
}
.course__schedule-day-pk {
  background-color: #cc6e61;
}
.course__schedule-day-gy {
  background-color: #cecaca;
  color: #000;
}
.course__schedule-day-yl {
  background-color: #e4a832;
}
.course__schedule-day-pp {
  background-color: #a17aa7;
}
.course__schedule-day-bl {
  background-color: #72a5bb;
}
.course__schedule-day-wt {
  background-color: #f0e6d3;
  color: #8e1d22;
}
.course__schedule-day-lred {
  background-color: #ac4c3f;
}
.course__schedule-day td {
  padding: 5px 0;
  width: 20%;
  height: 45px;
  vertical-align: middle;
}

.course__schedule-desc {
  display: flex;
  width: 70%;
  margin: 0 auto 4% auto;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.course__schedule-desc-item {
  display: flex;
  align-items: center;
  gap: 4%;
  margin-bottom: 4%;
}
.course__schedule-desc-item p {
  margin-bottom: 0;
  text-align: left;
  font-size: 0.9rem;
  width: 20vw;
  line-height: 1.3;
}
.course__schedule-desc-item div {
  font-size: clamp(15px, 20px, 1.1vw);
  font-weight: 400;
  width: 8vw;
  color: #fff;
  padding: 2.5% 0;
}
.course__schedule-desc-item-ex {
  background-color: #e4a832;
}
.course__schedule-desc-item-rep {
  background-color: #a17aa7;
}
.course__schedule-desc-item-pro {
  background-color: #879f60;
}
.course__schedule-desc-item-the {
  background-color: #72a5bb;
}
.course__schedule-desc-item-act {
  background-color: #ac4c3f;
}

.access {
  width: 100%;
}
.access::before {
  content: "";
  background: url(../images/red_top.png) no-repeat;
  display: block;
  height: 10vh;
  background-size: cover;
}
.access::after {
  content: "";
  background: url(../images/red_btm.png) no-repeat;
  display: block;
  height: 10vh;
  background-size: cover;
  margin-top: -2px;
}

.access__inner {
  background-color: #8e1d22;
  text-align: center;
  padding: 2% 0 1% 0;
  color: #fff;
}
.access__inner h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #ddc994;
}
.access__inner h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #ddc994;
  margin: 0 auto 3.5% auto;
  border-bottom: 6px double #ddc994;
  width: 16%;
}
.access__inner h3 {
  font-size: clamp(15px, 20px, 1.1vw);
}

.access__inner-content {
  display: flex;
  width: 65%;
  margin: 6% auto 3% auto;
  justify-content: center;
  align-items: flex-end;
}
.access__inner-content-left {
  text-align: left;
}
.access__inner-content-left p {
  line-height: 1.5;
  font-size: 1rem;
}
.access__inner-content-left-img {
  display: flex;
  width: 45%;
  align-items: center;
  gap: 8%;
}
.access__inner-content-left strong {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.qa {
  width: 100%;
  text-align: center;
  padding: 3.5% 0 2% 0;
}
.qa h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #8e1d22;
}
.qa h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #8e1d22;
  margin: 0 auto 5% auto;
  border-bottom: 6px double #8e1d22;
  width: 11%;
}

/* QAコンテナ */
.qa__container {
  margin: 50px auto 0;
  max-width: 800px;
  width: 100%;
  font-size: clamp(14px, 18px, 1.1vw);
  margin-bottom: 4%;
}

.answer-text p {
  color: #454646;
  line-height: 1.3;
}

.qa-list:not(:first-child) {
  margin-top: 10px;
}

.question-title {
  background: #f1f0f0;
  cursor: pointer;
  padding: 3% 5% 2.5% 5.5%;
  position: relative;
  color: #000;
  text-align: left;
  font-weight: 300;
}

.question-title:before {
  position: absolute;
  display: block;
  content: "Q";
  top: 12px;
  left: 12px;
  color: #124d89;
  font-size: 30px;
  font-weight: 700;
  font-family: "tarif", sans-serif;
}

.question-title:after {
  position: absolute;
  display: block;
  content: "";
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}

.question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer-text {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 3% 5% 0 6%;
  position: relative;
  background-color: #fff;
  text-align: left;
  line-height: 1.5;
  font-weight: 300;
}

.answer-text:before {
  position: absolute;
  display: block;
  content: "A";
  color: #8e1d22;
  top: 13px;
  left: 12px;
  font-size: 30px;
  font-weight: 700;
  font-family: "tarif", sans-serif;
}

.info {
  width: 100%;
}
.info::before {
  content: "";
  background: url(../images/blue_top.png) no-repeat;
  display: block;
  height: 10vh;
  background-size: cover;
}
.info::after {
  content: "";
  background: url(../images/blue_btm.png) no-repeat;
  display: block;
  height: 10vh;
  background-size: cover;
}

.info__inner {
  background-color: #124d89;
  text-align: center;
  padding: 2% 0 1% 0;
  color: #fff;
}
.info__inner h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #ddc994;
}
.info__inner h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #ddc994;
  margin: 0 auto 3.5% auto;
  border-bottom: 6px double #ddc994;
  width: 11%;
}
.info__inner-box {
  width: 70%;
  margin: 9% auto 2% auto;
}
.info__inner-box p {
  font-size: clamp(15px, 20px, 1.1vw);
  text-align: left;
  line-height: 1.5;
}
.info__inner-box p.bold {
  font-weight: 700;
}
.info__inner-box-img {
  float: right;
  margin-top: -3%;
  position: absolute;
  right: 14%;
  width: 38%;
}

.contact {
  width: 100%;
  text-align: center;
  padding: 3.5% 0 2% 0;
}
.contact h1 {
  font-family: "tarif", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(37px, 90px, 4.8vw);
  color: #8e1d22;
}
.contact h2 {
  font-weight: 700;
  font-size: clamp(17px, 25px, 1.4vw);
  color: #8e1d22;
  margin: 0 auto 5% auto;
  border-bottom: 6px double #8e1d22;
  width: 11%;
}

.form-title.form-title.required::after {
  content: "必須";
  background-color: #dd6565;
  padding: 2px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}

.form-title.form-title.optional::after {
  content: "任意";
  background-color: #b6b2b2;
  padding: 2px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}

.form {
  width: 40vw;
  margin: 0 auto;
  font-size: clamp(15px, 20px, 1.1vw);
  text-align: left;
}
.form-title {
  display: block;
  margin-bottom: 1%;
  font-size: 1.1rem;
  font-weight: 700;
}
.form-title.course_ttl {
  margin-bottom: 2%;
}
.form fieldset {
  margin: 3% 0;
}
.form input::-moz-placeholder {
  color: #cac8c8;
}
.form input:-ms-input-placeholder {
  color: #cac8c8;
}
.form input::placeholder {
  color: #cac8c8;
}
.form input#name, .form input#mail, .form input#phone {
  width: 30vw;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
  border-radius: 5px;
  margin-bottom: 2.5%;
}
.form__inter, .form__oneday, .form__junior {
  margin-bottom: 2.5%;
}

select#Select {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2% 6%;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  margin-bottom: 3%;
  width: 20vw;
}

.selectbox {
  position: relative;
  margin-bottom: 3%;
}
.selectbox::after {
  pointer-events: none;
  position: absolute;
  color: #666666;
  top: 34%;
  left: 16.5em;
  transform: translateY(-50%);
  content: "▼";
}

input[type=radio] {
  accent-color: #8e1d22;
}

textarea#Txtarea {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-bottom: 5%;
  width: 40vw;
  padding: 1.5%;
}
textarea#Txtarea::-moz-placeholder {
  color: #cac8c8;
}
textarea#Txtarea:-ms-input-placeholder {
  color: #cac8c8;
}
textarea#Txtarea::placeholder {
  color: #cac8c8;
}

button.submit {
  display: block;
  background-color: #8e1d22;
  color: #fff;
  margin: 0 auto;
  width: 14vw;
  height: 3.5vw;
  text-align: center;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 8%;
}

.students {
  background: url(../images/footer.png) no-repeat;
  height: 35vw;
  background-size: contain;
}

.footer {
  margin: 4% auto 2% auto;
  text-align: center;
  color: #fff;
}
.footer__link {
  display: flex;
  gap: 2%;
  justify-content: center;
  margin-bottom: 2%;
  font-size: 0.9rem;
}

.floating img {
  z-index: 999;
  display: inline-block;
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 12vw;
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.show {
  opacity: 1;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  html,
body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  p {
    margin-bottom: 1rem;
  }
  .header__txt {
    width: 98%;
    top: 45%;
    left: 50%;
  }
  .header__cta {
    padding: 2% 3%;
    text-align: center;
    line-height: 1.5;
    top: 77%;
    left: 26%;
  }
  .header__cta::after {
    margin-left: 0.5rem;
  }
  .about {
    padding: 8% 0 2% 0;
  }
  .about h2 {
    width: 82%;
  }
  .about__inner {
    display: block;
    width: 90%;
    margin: 1rem auto;
  }
  .about__inner--left {
    width: 70%;
    margin: 0 auto;
    margin-left: 12%;
  }
  .feature::before {
    content: "";
    background: url(../images/redtop_sp.png) no-repeat;
    display: block;
    height: 5vh;
    background-size: cover;
    margin-bottom: -1px;
  }
  .feature::after {
    content: "";
    background: url(../images/redbtm_sp.png) no-repeat;
    display: block;
    height: 5vh;
    background-size: cover;
    margin-top: -2px;
  }
  .feature__inner {
    padding: 3.5% 0 1% 0;
  }
  .feature__inner h2 {
    width: 65%;
  }
  .feature__inner-img1 {
    width: 80%;
    margin-bottom: 7%;
  }
  .feature__inner-img2 {
    width: 90%;
    margin-top: 1%;
  }
  .feature__inner p {
    width: 90%;
  }
  .course {
    padding-top: 9%;
  }
  .course h2 {
    width: 46%;
  }
  .course__list {
    display: block;
  }
  .course__list a:last-child {
    margin: 0 auto;
    margin-top: 2%;
  }
  .course__list-sp {
    display: flex;
    gap: 2%;
    justify-content: center;
    align-items: center;
  }
  .course__list a {
    height: clamp(52px, 75px, 4vw);
    width: clamp(175px, 300px, 15vw);
  }
  .line {
    background: url(../images/line_sp.png) no-repeat;
    background-size: contain;
    width: 94%;
    height: 20px;
    margin: 7% auto 4% auto;
  }
  .course__schedule-year {
    width: 910px;
  }
  .course__schedule-wrap {
    overflow-x: scroll;
    margin-bottom: 10%;
  }
  .course__schedule-year-ttl {
    width: 60%;
    display: flex;
    gap: 10%;
    align-items: flex-end;
    margin-left: 1%;
  }
  .scroll-img {
    width: 50%;
    height: 1%;
  }
  .course__point {
    width: 90vw;
    height: 12vh;
    padding: 6% 2% 3% 2%;
  }
  .course__point span {
    top: -18%;
  }
  .course__type {
    width: 95%;
  }
  .course__type-top {
    display: block;
  }
  .course__type-top-img {
    width: 60vw;
    margin: 0 auto;
  }
  .course__type-top-ttl {
    width: 100%;
    margin-left: 2%;
  }
  .course__type-bottom {
    -webkit-clip-path: polygon(88% 0, 100% 11%, 100% 100%, 11% 100%, 0 88%, 0 0);
            clip-path: polygon(88% 0, 100% 11%, 100% 100%, 11% 100%, 0 88%, 0 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 750px) and (max-width: 960px) {
  .course__type-bottom {
    -webkit-clip-path: polygon(93% 0, 100% 15%, 100% 100%, 7% 100%, 0 85%, 0 0);
            clip-path: polygon(93% 0, 100% 15%, 100% 100%, 7% 100%, 0 85%, 0 0);
  }
}
@media screen and (max-width: 768px) {
  .course__type-bottom::before {
    -webkit-clip-path: polygon(88% 0, 100% 11%, 100% 100%, 11% 100%, 0 88%, 0 0);
            clip-path: polygon(88% 0, 100% 11%, 100% 100%, 11% 100%, 0 88%, 0 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 750px) and (max-width: 960px) {
  .course__type-bottom::before {
    -webkit-clip-path: polygon(93% 0, 100% 15%, 100% 100%, 7% 100%, 0 85%, 0 0);
            clip-path: polygon(93% 0, 100% 15%, 100% 100%, 7% 100%, 0 85%, 0 0);
  }
}
@media screen and (max-width: 768px) {
  .course__type-bottom-txt {
    padding: 10% 4% 7% 4%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .course__schedule-day {
    width: 650px;
  }
  .course__schedule-day-ttl {
    width: 75%;
    margin: 0 auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .course__scroll {
    width: 55%;
    margin-left: auto;
    margin-right: -12%;
    margin-top: -9%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .course__schedule-desc {
    display: block;
    width: 90%;
  }
  .course__schedule-desc-item div {
    width: 25vw;
    padding: 4% 0;
  }
  .course__schedule-desc-item p {
    width: 69vw;
  }
}
@media screen and (max-width: 768px) {
  .access::before {
    content: "";
    background: url(../images/redtop_sp.png) no-repeat;
    display: block;
    height: 3vh;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .access::after {
    content: "";
    background: url(../images/redbtm_sp.png) no-repeat;
    display: block;
    height: 4vh;
    background-size: cover;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .access__inner h2 {
    width: 48%;
  }
  .access__inner h3 {
    width: 91%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    margin-top: 8%;
    margin-bottom: 9%;
  }
  .access__inner-content {
    display: block;
    width: 90%;
  }
  .access__inner-content-left strong {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .access__inner-content-left p {
    font-size: 0.9rem;
  }
  .access__inner-content-left-img {
    width: 49%;
    gap: 5%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 6% 0 2% 0;
  }
  .qa h2 {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .qa__container {
    margin: 22px auto 0;
    width: 95%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .question-title {
    padding: 4% 6.5% 4% 7.5%;
  }
  .question-title:before {
    top: 9px;
    left: 8px;
    font-size: 23px;
  }
  .question-title::after {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .answer-text {
    padding: 3% 5% 0 8%;
  }
  .answer-text:before {
    top: 3px;
    left: 8px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .qa-list:not(:first-child) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .info::before {
    content: "";
    background: url(../images/bluetop_sp.png) no-repeat;
    display: block;
    height: 3vh;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .info::after {
    content: "";
    background: url(../images/bluebtm_sp.png) no-repeat;
    display: block;
    height: 5vh;
    background-size: contain;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .info__inner {
    padding: 6% 0 2% 0;
  }
  .info__inner h2 {
    width: 35%;
  }
  .info__inner-box {
    width: 90%;
  }
  .info__inner-box-img {
    position: static;
    float: none;
    margin: 0 auto;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 5% 0 2% 0;
  }
  .contact h2 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .form {
    width: 90vw;
    margin-top: 12%;
  }
  .form-title {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 768px) {
  .form input#name,
.form input#mail,
.form input#phone {
    width: 100%;
    padding: 2% 3%;
  }
}
@media screen and (max-width: 768px) {
  .form-title.form-title.required::after {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  select#Select {
    padding: 3% 6%;
    width: 60%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .selectbox::after {
    top: 37%;
    left: 12em;
  }
}
@media screen and (max-width: 768px) {
  textarea#Txtarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  button.submit {
    width: 50vw;
    height: 11.5vw;
  }
}
@media screen and (max-width: 768px) {
  .students {
    background: url(../images/footer_sp.png) no-repeat;
    height: 41vw;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin: 6% auto 3% auto;
  }
  .footer__link {
    flex-direction: column;
  }
  .footer__link a {
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .floating img {
    right: 1px;
    bottom: 1px;
    width: 40vw;
  }
}
@media screen and (min-width: 769px) {
  .for-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */