@charset "UTF-8";

a:hover {
  color: inherit;
}

.contact-first {
  font-size: 13px;
  line-height: 1.6;
  color: #4e4a54;
  width: 90%;
  margin: 20px auto;
}

.contactTitle {
  color: #4e4a54;
  font-size: 15px;
  font-weight: 600;
}

.reqMark {
  background-color: #e1ff00;
  padding: 0 2px;
  color: #404040;
  font-size: 14px;
  display: inline-block;
  padding: 0 6px 2px;
  margin-left: 6px;
  vertical-align: inherit;
  height: 22px;
}

div#main {
  padding: 0;
}

.article h1.entry-title {
  margin-top: 0;
  background-image: url(https://superstudy.ai/img/contact/contactBack.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-weight: 600;
  font-size: 20px;
  margin-top: 66px;
}

#breadcrumb {
  display: none;
}

#sidebar {
  display: none;
}

#h-top {
  min-height: 66px;
}

#body {
  margin-top: 0;
}

.post-meta {
  display: none;
}

#sns-group {
  display: none;
}

#the-content {
  margin: 0 5%;
}

.toTel {
  font-size: 14px;
  text-align: center;
  padding: 25px 0;
  position: relative;
  width: 90%;
  margin: 0 auto 38px;
  max-width: 680px;
}

.toTel-anchor {
  font-size: 20px;
  color: #000000;
  margin-top: 7px;
  font-weight: 600;
  display: block;
  z-index: 1;
  position: relative;
  text-decoration: none;
}

.toTel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 4px solid #c0ddf5;
  border-right: 4px solid #74a6fe;
  max-width: 680px;
  box-sizing: border-box;
}

.toTel-frame:before {
  height: 4px;
  background: linear-gradient(to right, #c0ddf5 0%, #74a6fe 100%);
  content: "";
  display: block;
}

.toTel-frame:after {
  height: 4px;
  background: linear-gradient(to right, #c0ddf5 0%, #74a6fe 100%);
  content: "";
  display: block;
  margin-top: 130px;
}

.formWrapper {
  background-color: #ededed;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

form {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.contactTitle:not(:first-child) {
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}

.contactTitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5%;
  border-top: 1px solid #a3a3a3;
  z-index: 2;
  width: 100vw;
}

.contactSub {
  font-size: 14px;
}

.contact-caution {
  font-size: 13px;
  line-height: 1.6;
  color: #4e4a54;
  margin: 20px auto;
}

html body a.contact-caution {
  color: #5c2d90;
  font-weight: 600;
}

#body input[type="submit"] {
  color: #27222e;
  font-size: 16px;
  width: 90%;
  height: 72px;
  max-width: 400px;
  border: none;
  background: linear-gradient(to right, #d4e8f3 0%, #e2d5ff 100%);
  margin: 37px auto 68px;
  display: block;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}

#body input[type="submit"]:hover {
  opacity: 0.6;
}

#body .button:hover:before {
  opacity: 0;
}

input::placeholder,
html textarea::placeholder {
  color: #cac9cb;
  font-size: 14px;
}

html input[type="text"],
html input[type="url"],
html input[type="password"],
html input[type="email"],
html input[type="search"],
html input[type="tel"],
html textarea {
  border-radius: unset;
  border: none;
}

.contactTitle:first-child:before {
  border-top: none;
}

html header .inner {
  height: 66px;
}

html .mainLogo {
  width: 69%;
}

.mw_wp_form_complete {
  width: 90%;
  max-width: 680px;
  margin: 125px auto 0;
}

.mw_wp_form .error {
  background-color: #ef4587;
  display: table;
  color: #fff;
  padding: 0 18px;
  margin-top: 10px;
  border-radius: 3px;
  position: relative;
}

.mw_wp_form .error:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -16px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 16px solid #ef4587;
}

.ns-box {
  font-size: 16px;
}

.people-caution {
  font-size: 14px;
  font-weight: 200;
  margin-top: 8px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: 600;
}

.contactCols .contactCols-people {
  font-weight: 600;
}

html .formWrapper .contactCols-people input[type="text"] {
  width: 124px;
  margin-left: 6px;
}

html .formWrapper .contactCols-child input[type="text"] {
  width: 124px;
  margin-left: 6px;
}

.numInputWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin-right: 30px;
  text-align: center;
}

.numInputWrapper:before {
  position: absolute;
  left: 200px;
  display: inline-block;
  font-size: 16px;
  content: "名";
  width: 16px;
  height: 16px;
  top: -5px;
  font-weight: 200;
}

.people-num {
  font-weight: 200;
}

.contactCols-people .people-num {
  display: inline-block;
  margin-right: 42px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 24px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border-radius: 10%;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  position: absolute;
  content: "";
  background: #000;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type="checkbox"]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.2s;
}

input[type="checkbox"]:checked:before {
  left: -1px;
  top: 12px;
  width: 17px;
  height: 2px;
}

input[type="checkbox"]:checked:after {
  right: 5px;
  bottom: 3px;
  width: 2px;
  height: 14px;
}

input[type="checkbox"]:indeterminate:before,
input[type="checkbox"]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

input[type="checkbox"]:indeterminate:before {
  left: 1px;
  top: 7px;
}

input[type="checkbox"]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

input[type="radio"] {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #787878;
}

input[type="radio"]:checked:before {
  transform: scale(1);
}

input[type="radio"]:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}

input[type="checkbox"],
input[type="radio"]e {
  border: 2px solid #b05398;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:indeterminate,
input[type="radio"]:checked:before {
  background: #b05398;
}

input[type="radio"]:checked:before {
  border: 4px solid #b05398;
  position: absolute;
  top: 0px;
  left: 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  /* スピンボタンを非表示 */
  -webkit-appearance: none;
  margin: 0;
}

.toPp {
  color: #4e4a54;
  display: inline;
  text-decoration: underline;
}

.toPp:hover {
  color: rgba(0, 0, 0, 0.8);
}

.nButton {
  color: #27222e;
  font-size: 16px;
  width: 90%;
  height: 72px;
  max-width: 400px;
  border: none;
  background: linear-gradient(to right, #d4e8f3 0%, #e2d5ff 100%);
  margin: 37px auto 68px;
  display: block;
  position: relative;
  z-index: 0;
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.nButton-txt {
  padding: 22px 0;
  display: block;
}

.nButton:hover {
  opacity: 0.6;
}

.mw_wp_form_preview .numInputWrapper:before {
  display: none;
}

html .footerPurple .address {
  color: #fff;
}

.wp-image-130 {
  margin: 22px auto 10px;
  max-width: 880px;
  margin: 0 auto;
  display: block;
}

.wp-image-131 {
  margin: 10px auto 22px;
  max-width: 880px;
  margin: 0 auto;
  display: block;
}

.sp_only_for_contact {
  display: none;
}

@media only screen and (max-width: 300px) {
  .article h1.entry-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .contactCols {
    margin-top: 14px;
  }

  html
    .formWrapper
    .contactCols-people
    .numInputWrapper:first-child
    input[type="text"] {
    margin-bottom: 12px;
    margin-left: 21px;
  }

  html input[type="text"],
  html input[type="url"],
  html input[type="password"],
  html input[type="email"],
  html input[type="search"],
  html input[type="tel"],
  html textarea {
    width: 100%;
    padding: 8px;
  }

  .contactCols {
    width: 90%;
    padding: 29px 0;
    margin: 0 auto;
    border-bottom: 1px solid #9d9d9d;
  }

  .contactTitle {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .sp_only_for_contact {
    display: block;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1110px) {
  html .mainLogo {
    max-width: 380px;
  }

  html body .mwform-zip-field input[type="text"] {
    width: 127px;
  }

  input[type="text"],
  input[type="url"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="tel"],
  textarea {
    padding: 15px 17px;
  }

  input::placeholder,
  html textarea::placeholder {
    font-size: 16px;
  }

  .contactTitle {
    font-size: 17px;
    margin-bottom: 15px;
  }

  html header .inner {
    height: 122px;
  }

  .article h1.entry-title {
    margin-top: 122px;
    font-size: 30px;
    padding: 50px 0;
  }

  .contact-first {
    font-size: 18px;
  }

  .toTel-frame {
    border-left: 7px solid #c0ddf5;
    border-right: 7px solid #74a6fe;
  }

  .toTel-frame:before {
    height: 7px;
  }

  .toTel-frame:after {
    height: 7px;
    margin-top: 128px;
    margin-top: 155px;
  }

  .contactCols {
    width: 90%;
    padding: 31px 0;
    margin: 0 auto;
    border-bottom: 1px solid #9d9d9d;
  }

  .contact-caution {
    font-size: 18px;
    padding: 20px 0;
  }

  html body a.contact-caution {
    display: inline;
    font-size: 18px;
    text-decoration: underline;
  }

  .footer-logo {
    max-width: 480px;
  }

  .toTel-anchor {
    font-size: 30px;
    margin-top: 14px;
  }

  .toTel {
    font-size: 18px;
    padding: 37px 0;
  }

  .ns-box {
    font-size: 18px;
  }

  .people-caution {
    font-size: 16px;
  }

  html .formWrapper .contactCols-people input[type="text"] {
    width: 124px;
    margin-left: 6px;
  }

  html .formWrapper .contactCols-child input[type="text"] {
    width: 124px;
    margin-left: 6px;
  }

  .nButton {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1111px) {
  html .nav {
    display: none;
  }

  html #target {
    display: none;
  }

  html .mainLogo {
    max-width: 380px;
    top: 61%;
  }

  html header .inner {
    height: 122px;
  }

  .article h1.entry-title {
    margin-top: 122px;
    font-size: 30px;
    padding: 50px 0;
  }

  .burger .inner {
    max-width: unset;
  }

  .contact-first {
    width: 680px;
    font-size: 18px;
    margin: 49px auto 26px;
    line-height: 1.8;
  }

  .toTel-frame {
    border-left: 7px solid #c0ddf5;
    border-right: 7px solid #74a6fe;
  }

  .toTel-frame:before {
    height: 7px;
  }

  .toTel-frame:after {
    height: 7px;
    margin-top: 128px;
  }

  .contactCols {
    padding: 31px 0;
    width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #9d9d9d;
  }

  .contactTitle {
    margin-left: 20px;
    padding-right: 20px;
    width: 268px;
    display: flex;
    align-items: center;
  }

  .contactCols p:nth-child(2) {
    width: 672px;
  }

  .contactCols .contactCols-people {
    width: 672px;
  }

  html .formWrapper input[type="text"],
  html .formWrapper input[type="email"] {
    width: 400px;
  }

  html body .mwform-zip-field input[type="text"] {
    width: 127px;
  }

  .contactSub:not(:first-child) {
    margin-top: 13px;
  }

  input[type="text"],
  input[type="url"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="tel"],
  textarea {
    padding: 15px 17px;
  }

  input::placeholder,
  html textarea::placeholder {
    font-size: 16px;
  }

  .contactTitle {
    font-size: 16px;
  }

  html .formWrapper .mwform-tel-field input[type="text"] {
    width: 155px;
  }

  .contact-caution {
    width: 680px;
    font-size: 18px;
    padding: 20px 0;
  }

  html body a.contact-caution {
    display: inline;
    font-size: 18px;
    text-decoration: underline;
  }

  .footerPurple .inner {
    display: flex;
    justify-content: space-between;
  }

  #body input[type="submit"] {
    font-size: 18px;
  }

  .toTel-anchor {
    font-size: 30px;
    margin-top: 14px;
  }

  .toTel {
    font-size: 18px;
    padding: 37px 0;
  }

  .ns-box {
    font-size: 22px;
  }

  .people-caution {
    font-size: 16px;
  }

  html .formWrapper .contactCols-people input[type="text"] {
    width: 124px;
    margin-left: 6px;
  }

  html .formWrapper .contactCols-child input[type="text"] {
    width: 124px;
    margin-left: 6px;
  }

  .nButton {
    font-size: 18px;
  }

  .footer-logo {
    width: 436px;
    margin-top: 19px;
  }
}
