@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

input[type=text],
input[type=tel],
input[type=mail] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.6666666667vw;
  }
}

.rel {
  position: relative;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
}
.wrap .cta_btn {
  width: 660px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
}
@media screen and (max-width: 750px) {
  .wrap .cta_btn {
    width: 88vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.3));
    bottom: 6vw;
  }
}
.wrap .form_area .form_table {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table {
    width: 86.6666666667vw;
  }
}
.wrap .form_area .form_table tr th, .wrap .form_area .form_table tr td {
  display: block;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th, .wrap .form_area .form_table tr td {
    font-size: 3.7333333333vw;
  }
}
.wrap .form_area .form_table tr th input, .wrap .form_area .form_table tr th textarea, .wrap .form_area .form_table tr td input, .wrap .form_area .form_table tr td textarea {
  font-size: 28px;
  line-height: 1.4;
  width: 650px;
  height: 100px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th input, .wrap .form_area .form_table tr th textarea, .wrap .form_area .form_table tr td input, .wrap .form_area .form_table tr td textarea {
    font-size: 3.7333333333vw;
    width: 86.6666666667vw;
    height: 13.3333333333vw;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.wrap .form_area .form_table tr th.name, .wrap .form_area .form_table tr td.name {
  display: flex;
  justify-content: space-between;
}
.wrap .form_area .form_table tr th.name input, .wrap .form_area .form_table tr td.name input {
  width: 310px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th.name input, .wrap .form_area .form_table tr td.name input {
    width: 41.3333333333vw;
  }
}
.wrap .form_area .form_table tr th.tel, .wrap .form_area .form_table tr td.tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap .form_area .form_table tr th.tel input, .wrap .form_area .form_table tr td.tel input {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th.tel input, .wrap .form_area .form_table tr td.tel input {
    width: 25.3333333333vw;
  }
}
.wrap .form_area .form_table tr th.tel span, .wrap .form_area .form_table tr td.tel span {
  color: #999;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th.tel span, .wrap .form_area .form_table tr td.tel span {
    font-size: 3.7333333333vw;
  }
}
.wrap .form_area .form_table tr th.course label, .wrap .form_area .form_table tr td.course label {
  padding-right: 50px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th.course label, .wrap .form_area .form_table tr td.course label {
    padding-right: 6.6666666667vw;
  }
}
.wrap .form_area .form_table tr th.course input, .wrap .form_area .form_table tr td.course input {
  width: 40px;
  height: 40px;
  accent-color: #3371DD;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th.course input, .wrap .form_area .form_table tr td.course input {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.wrap .form_area .form_table tr th.course span, .wrap .form_area .form_table tr td.course span {
  line-height: 40px;
  vertical-align: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th.course span, .wrap .form_area .form_table tr td.course span {
    line-height: 5.3333333333vw;
    vertical-align: 1.3333333333vw;
    margin-left: 2vw;
  }
}
.wrap .form_area .form_table tr th {
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th {
    padding-bottom: 4vw;
  }
}
.wrap .form_area .form_table tr th span {
  position: relative;
}
.wrap .form_area .form_table tr th span::after {
  content: "必須";
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  width: 80px;
  height: 40px;
  border-radius: 2px;
  background: #37C7C3;
  background: linear-gradient(134deg, rgb(55, 199, 195) 0%, rgb(75, 133, 244) 100%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -110px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr th span::after {
    font-size: 3.7333333333vw;
    line-height: 4.9333333333vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
    border-radius: 0.2666666667vw;
    right: -14.6666666667vw;
  }
}
.wrap .form_area .form_table tr td {
  padding-bottom: 75px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_table tr td {
    padding-bottom: 10vw;
  }
}
.wrap .form_area .form_table tr:last-of-type th span::after {
  content: "任意";
  background: #999;
}
.wrap .form_area.input {
  background: #BFD1F5;
}
.wrap .form_area.conf {
  width: 650px;
  margin: 0 auto 100px;
  padding-bottom: 140px;
  border-radius: 20px;
  background: rgba(95, 139, 229, 0.2);
}
@media screen and (max-width: 750px) {
  .wrap .form_area.conf {
    width: 86.6666666667vw;
    margin: 0 auto 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.wrap .form_area.conf h3 {
  color: #5F8BE5;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 80px 0 60px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area.conf h3 {
    font-size: 5.3333333333vw;
    padding: 10.6666666667vw 0 8vw;
  }
}
.wrap .form_area.conf .form_table {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area.conf .form_table {
    width: 76vw;
  }
}
.wrap .form_area.conf .form_table tr th {
  padding: 35px 0 25px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area.conf .form_table tr th {
    padding: 4.6666666667vw 0 3.3333333333vw;
  }
}
.wrap .form_area.conf .form_table tr td {
  padding-bottom: 45px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .wrap .form_area.conf .form_table tr td {
    padding-bottom: 6vw;
  }
}
.wrap .form_area.conf .form_table tr:last-of-type td {
  border-bottom: none;
}
.wrap .form_area.thanks {
  width: 650px;
  margin: 0 auto 100px;
  padding-bottom: 100px;
  border-radius: 20px;
  background: rgba(41, 204, 161, 0.2);
}
@media screen and (max-width: 750px) {
  .wrap .form_area.thanks {
    width: 86.6666666667vw;
    margin: 0 auto 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.wrap .form_area .form_btn input, .wrap .form_area .form_btn a {
  display: block;
  width: 560px;
  height: 130px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
.wrap .form_area .form_btn input:hover, .wrap .form_area .form_btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_btn input, .wrap .form_area .form_btn a {
    width: 74.6666666667vw;
    height: 17.3333333333vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.3));
  }
}
.wrap .form_area .form_btn.conf_btn input {
  width: 500px;
  background: url(../img/evmc_form_btn_conf.png) no-repeat top left/100%;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_btn.conf_btn input {
    width: 66.6666666667vw;
  }
}
.wrap .form_area .form_btn.submit_btn {
  margin: 70px 0 25px;
}
@media screen and (max-width: 750px) {
  .wrap .form_area .form_btn.submit_btn {
    margin: 9.3333333333vw 0 3.3333333333vw;
  }
}
.wrap .form_area .form_btn.submit_btn input {
  background: url(../img/evmc_form_btn_submit.png) no-repeat top left/100%;
}
.wrap .form_area .form_btn.back_btn input, .wrap .form_area .form_btn.back_btn a {
  background: url(../img/evmc_form_btn_back.png) no-repeat top left/100%;
}
.wrap .foot_nav {
  display: flex;
  justify-content: center;
  padding: 110px 0 30px;
}
@media screen and (max-width: 750px) {
  .wrap .foot_nav {
    padding: 14.6666666667vw 0 4vw;
  }
}
.wrap .foot_nav li {
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  .wrap .foot_nav li {
    padding-left: 1.3333333333vw;
  }
}
.wrap .foot_nav li::before {
  content: "｜";
  font-size: 24px;
  padding-right: 10px;
}
@media screen and (max-width: 750px) {
  .wrap .foot_nav li::before {
    font-size: 3.2vw;
    padding-right: 1.3333333333vw;
  }
}
.wrap .foot_nav li:first-child::before {
  content: none;
}
.wrap .foot_nav li a {
  font-size: 24px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .wrap .foot_nav li a {
    font-size: 3.2vw;
  }
}
.wrap .copy {
  text-align: center;
  letter-spacing: 0.04em;
  padding: 25px 0;
  background: #F2F2F2;
}
@media screen and (max-width: 750px) {
  .wrap .copy {
    padding: 3.3333333333vw 0;
  }
}/*# sourceMappingURL=style.css.map */