@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video, a, picture, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, picture, figure {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background-color: #D7DBE4;
  margin: 1em 0;
  padding: 0;
}

img, input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  max-width: 1005px;
  width: 100%;
  margin: auto;
}

.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

header {
  background-image: url(../img/bg.png);
  background-position: 50% 50%;
  background-size: 18px 19px;
  text-align: center;
  padding: 140px 25px 100px;
}
header h1 span {
  max-width: 920px;
  width: 100%;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 43px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  padding: 20px 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  padding: 44px 25px 110px;
}
main a {
  color: #5A92D6;
  text-decoration: underline;
  font-weight: inherit;
}
main input[type=text],
main input[type=tel] {
  background-color: #EDEDED;
  border: 2px solid #EDEDED;
  width: 100%;
  height: 50px;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
}
main input[type=radio],
main input[type=checkbox] {
  position: relative;
  width: 28px;
  height: 28px;
  border: 5px solid #CCCCCC;
}
main input[type=radio]::before,
main input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #C3D342;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main input[type=radio]:checked:before,
main input[type=checkbox]:checked:before {
  width: 28px;
  height: 28px;
}
main input[type=radio] {
  border-radius: 50%;
	margin-top: 6px;
}
main input[type=radio]::before {
  border-radius: 50%;
}
main input[type=checkbox] {
  border-radius: 7px;
}
main input[type=checkbox]::before {
  background-image: url(../img/ico_check.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  border-radius: 6px;
}
main label {
  font-size: 22px;
  padding-left: 1em;
  cursor: pointer;
}
main textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #C3D342;
  font-size: 22px;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  height: 240px;
  padding: 20px;
}
main .form_area {
  margin-top: 110px;
}
main .information {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
main .information.error {
  color: #FF0000;
}
main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main dl + dl {
  margin-top: 62px;
}
main dt, main dd {
  font-size: 22px;
}
main dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 340px;
  padding-top: 12px;
}
main dt span {
  font-weight: 500;
  width: 180px;
}
main dt::after {
  font-size: 18px;
}
main dt.required::after {
  content: "※必須";
  color: #5A92D6;
}
main dt.optional::after {
  content: "※任意";
  color: #999999;
}
main dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 340px);
}
main dd > p {
  font-size: 19px;
  letter-spacing: 0.05em;
}
main dd div {
  width: 100%;
}
main .name_area dd div,
main .kana_area dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 48%;
}
main .name_area dd div span,
main .kana_area dd div span {
  text-align: right;
  width: 64px;
  padding-right: 20px;
}
main .name_area dd div input,
main .kana_area dd div input {
  width: calc(100% - 64px);
}
main .tel_area dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .tel_area dd div span {
  text-align: center;
  width: 3em;
}
main .tel_area dd div input {
  width: calc((100% - 9em) / 3);
}
main .tel_area dd div input[name="mail"],
main .tel_area dd div input[name="r_mail"] {
  width: 100%;
}
main dd sub {
  width: 100%;
  display: block;
  font-size: 16px;
}
main .course_area dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
main .course_area dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	min-width: 49%;
	width: auto;
	padding: 10px 0;
}
main .notice_area dt {
  width: 100%;
  margin-bottom: 20px;
}
main .notice_area dt span {
  width: auto;
  margin-right: 30px;
}
main .notice_area dd {
  display: block;
  width: 100%;
}
main .notice_area dd p:first-child {
  margin-bottom: 20px;
}
main .notice_area dd ul {
  border: 2px solid #C3D342;
  padding: 45px 55px 45px 50px;
  margin: 0 0 20px;
}
main .notice_area dd ul li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}
main .notice_area dd ul li::before {
  content: "・";
}
main .notice_area dd ul li + li {
  margin-top: 2em;
}
main .notice_area dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
}
main .notice_area dd label {
  letter-spacing: 0.05em;
}
main .notice_area .error_text {
  text-align: center;
}
main .comment_area dt {
  width: 100%;
  margin-bottom: 20px;
}
main .comment_area dt span {
  width: auto;
  margin-right: 30px;
}
main .comment_area dd {
  display: block;
  width: 100%;
}
main .comment_area dd p:first-child {
  margin-bottom: 20px;
}
main .survey_area dt {
  width: 100%;
  margin-bottom: 20px;
}
main .survey_area dt span {
  width: auto;
  margin-right: 30px;
}
main .survey_area dd {
  display: block;
  width: 100%;
}
main .survey_area dd p:first-child {
  margin-bottom: 20px;
}
main .survey_area dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
main .survey_area dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  margin-top: 16px;
}
main .survey_area dd li:nth-child(1),
main .survey_area dd li:nth-child(5) {
  width: 280px;
}
main .survey_area dd li:nth-child(2),
main .survey_area dd li:nth-child(6) {
  width: 230px;
}
main .survey_area dd li:nth-child(3),
main .survey_area dd li:nth-child(7) {
  width: 250px;
}
main .survey_area dd li:nth-child(4) {
  width: 200px;
}
main .survey_area dd li.survey_other {
  width: 100%;
}
main .survey_area dd li.survey_other .input_survey_other {
  font-size: 18px;
  max-width: 330px;
  width: 100%;
  height: 35px;
  margin-left: 20px;
}
main .btn_area {
  text-align: center;
  margin: 110px auto 0;
}
main .btn_area button {
  cursor: pointer;
  background-color: #C3D343;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  width: 190px;
  height: 60px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 2px;
}
main .btn_area button:hover {
  background-color: #5A92D6;
}
main .error_text {
  display: none;
  color: #fff;
  width: 100%;
  margin-top: 12px;
}
main .error_text span {
  background-color: #FF0000;
  display: inline-block;
  font-size: 20px;
  padding: 4px 12px;
}
main .error_text span::before {
  content: "！";
  margin-right: 1em;
}

.error .error_text {
  display: block;
}
.error input[type=radio],
.error input[type=checkbox] {
  border-color: #FF0000;
}

.thanks_pages {
  padding: 132px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: calc(100vh - 608px);
}
.thanks_pages p {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.8;
}

footer {
  background-color: #75C3E6;
  color: #fff;
  font-size: 22px;
  padding: 35px 25px;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer h2 {
  margin-right: 44px;
}
footer h2 span {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #75C3E6;
  font-size: 22px;
  font-weight: 500;
  width: 154px;
  height: 40px;
}
footer a {
  color: white;
}
footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 198px);
  padding-top: 5px;
}
footer h3 {
  font-size: 22px;
  font-weight: 700;
  margin-right: 50px;
}
footer .foot_tel {
  font-size: 23px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .foot_tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico_tel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 32px;
  height: 28px;
  margin-right: 14px;
}
main .course_area dd li.disabled {}
main .course_area dd li.disabled input {
	display: none;
}
main .course_area dd li.disabled label {
	padding: 0;
	cursor: auto;
}
footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
footer dt {
  width: 120px;
}
footer dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 120px);
}
footer dd span:nth-child(1) {
  width: 85px;
}
footer dd span:nth-child(2) {
  width: calc(100% - 85px);
}
footer dd + dd {
  margin-top: 8px;
}

@media screen and (max-width: 960px) {
  header h1 span {
    font-size: 36px;
  }
  main dt {
    margin-bottom: 12px;
  }
  main dt span {
    width: auto;
    margin-right: 10px;
  }
  main dd {
    width: 100%;
  }
  main .notice_area dt span {
    margin-right: 10px;
  }
  main .comment_area dt span {
    margin-right: 10px;
  }
  main .survey_area dt span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  header {
    padding: 50px 2vw;
  }
  header h1 span {
    max-width: 91vw;
    font-size: 6vw;
    line-height: 1.5;
    padding: 15px 0 16px;
  }
  main {
    padding: 20px 25px 50px;
  }
  main input[type=text],
  main input[type=tel] {
    font-size: 14px;
    height: 32px;
  }
  main input[type=radio],
  main input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 4px solid #EDEDED;
    margin-top: 2px;
  }
  main input[type=radio]:checked:before,
  main input[type=checkbox]:checked:before {
    width: 20px;
    height: 20px;
  }
  main input[type=checkbox] {
    border-radius: 6px;
  }
  main input[type=checkbox]::before {
    background-size: 10px 8px;
    border-radius: 6px;
  }
  main label {
    font-size: 14px;
    padding-left: 0.5em;
  }
	main dd sub {
	font-size: 12px;
}
  main textarea {
    font-size: 14px;
    height: 140px;
    padding: 12px;
  }
  main .form_area {
    margin-top: 20px;
  }
  main .information {
    font-size: 15px;
  }
  main dl + dl {
    margin-top: 30px;
  }
  main dt, main dd {
    font-size: 14px;
  }
  main dt span {
    font-size: 16px;
  }
  main dt::after {
    font-size: 13px;
  }
  main dd div + div {
    margin-top: 15px;
  }
  main dd > p {
    font-size: 13px;
  }
  main .name_area dd div,
  main .kana_area dd div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  main .name_area dd div span,
  main .kana_area dd div span {
    font-size: 14px;
    text-align: left;
    width: 34px;
    padding-right: 0;
  }
  main .name_area dd div input,
  main .kana_area dd div input {
    width: calc(100% - 34px);
  }
  main .tel_area dd div span {
    width: 42px;
  }
  main .tel_area dd div input {
    width: calc((100% - 9em) / 3);
  }
  main .course_area dt {
    margin-bottom: 12px;
  }
  main .course_area dd li {
    /* height: 28px; */
    padding: 8px 0;
  }
  main .course_area dd li:nth-child(1) {
    /* width: 58%; */
  }
  main .course_area dd li:nth-child(2) {
    /* width: 42%; */
  }
  main .notice_area dt {
    margin-bottom: 12px;
  }
  main .notice_area dd p:first-child {
    margin-bottom: 10px;
  }
  main .notice_area dd ul {
    padding: 20px 10px;
  }
  main .notice_area dd ul li {
    font-size: 14px;
  }
  main .notice_area dd ul li + li {
    margin-top: 16px;
  }
  main .notice_area dd div {
    height: 24px;
  }
  main .notice_area dd label {
    font-size: 15px;
    font-weight: 500;
  }
  main .notice_area .error_text {
    text-align: left;
  }
  main .comment_area dt {
    margin-bottom: 12px;
  }
  main .comment_area dd p:first-child {
    margin-bottom: 10px;
  }
  main .survey_area dt {
    margin-bottom: 12px;
  }
  main .survey_area dd ul {
    display: block;
  }
  main .survey_area dd li {
    height: 24px;
    margin-top: 16px;
  }
  main .survey_area dd li:nth-child(1),
  main .survey_area dd li:nth-child(5),
  main .survey_area dd li:nth-child(2),
  main .survey_area dd li:nth-child(6),
  main .survey_area dd li:nth-child(3),
  main .survey_area dd li:nth-child(7),
  main .survey_area dd li:nth-child(4) {
    width: 100%;
  }
  main .survey_area dd li.survey_other .input_survey_other {
    font-size: 14px;
    width: calc(100% - 80px);
    margin-left: 10px;
  }
  main .btn_area {
    margin: 50px auto 0;
  }
  main .btn_area button {
    font-size: 20px;
    width: 103px;
    height: 40px;
  }
  main .error_text span {
    font-size: 14px;
    text-indent: -1.6em;
    padding-left: 2em;
  }
  main .error_text span::before {
    margin-left: 0.1em;
    margin-right: 0.5em;
  }
  .thanks_pages {
    padding: 110px 25px;
    min-height: calc(100vh - 470px);
  }
  .thanks_pages p {
    font-size: 16px;
    line-height: 2.1;
  }
  footer {
    font-size: 14px;
    padding: 25px;
  }
  footer .inner {
    display: block;
  }
  footer h2 {
    margin: 0 0 16px;
  }
  footer h2 span {
    font-size: 13px;
    font-weight: 500;
    width: 110px;
    height: 30px;
  }
  footer div {
    display: block;
    width: 100%;
  }
  footer h3 {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  footer .foot_tel {
    font-size: 14px;
    margin-bottom: 8px;
  }
  footer .foot_tel::before {
    width: 22px;
    height: 20px;
    margin-right: 10px;
  }
  footer dl {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
  }
  footer dt {
    width: 5em;
  }
  footer dd {
    width: calc(100% - 5em);
  }
  footer dd span:nth-child(1) {
    width: 4em;
  }
  footer dd span:nth-child(2) {
    width: calc(100% - 4em);
  }
}/*# sourceMappingURL=form.css.map */