/*
@mixin gakubugakka-en-sp {
	font-size: 14px;
	font-weight: 400;
	font-family: "Bacasime Antique", serif;
}
*/
/*
@mixin body-txt14-br {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin body-txt14-br-sp {
	font-size: 3.73vw;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
/*
@mixin voice-gakubugakkaname {
	font-size: 18px;
	font-weight: 700;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


@mixin graph {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin number-big {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
:root {
  --clgold01: #ECE9DC;
  --clred01: #CF1313;
  --clpurple01: #925096;
  --clpurple02: #EBD9EC;
  --clpurple03: #F6EEF7;
  --clpurplehover: #f5edf6;
  --clgray01: #D9D9D9;
  --clgray02: #AEAEAE;
  --clgray03: #FAFAFA;
  --clgray04: #878787;
  --clgray05: #F6F6F6;
  --clmusic01: #925096;
  --clmusic02: #EEDBEF;
  --clmusichover: #b78ab9;
  --clfood01: #D37B2F;
  --clfood02: #F8D9BE;
  --clfood03: #FFF0E2;
  --clfoodhover: #e8b88d;
  --clchildhood01: #CA576B;
  --clchildhood02: #FAF3F4;
  --clchildhood03: #F3E5E7;
  --clchildhoodhover: #c98792;
  --clsports01: #344D78;
  --clsports02: #E0E9F9;
  --clsportshover: #7390c3;
  --cljrcol01: #567ea8;
  --cljrcol02: #D8DEE5;
  --cljrcol03: #EDF0F4;
  --cljrcolhover: #7b8ea3;
  --clgradsch01: #736E7C;
  --clgradsch02: #F5F5F5;
  --clgradsch03: #BFBBC6;
  --clgradsch04: #9D98A4;
  --clgradschhover: #9e9ba5;
  --clkakusei01: #635467;
  --clmidori01: #556756;
  --header-h: 0px;
}

main {
  overflow: hidden;
}

section.sec-contact {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-contact {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-contact div.contact-cont01 {
  background-color: var(--clpurple03);
  padding: 15% 10%;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  margin: 10vw 0 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-contact div.contact-cont01 {
    width: 100%;
    padding: 70px 7%;
    margin: 90px 0;
  }
}
section.sec-contact div.contact-cont01 h2 {
  text-align: center;
  position: relative;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-contact div.contact-cont01 h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-bottom: 1.6em;
  }
}
section.sec-contact div.contact-cont01 h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.4em;
  width: 6em;
  height: 3px;
  background-color: var(--clgray02);
  left: 0;
  right: 0;
  margin: auto;
}
section.sec-contact div.mfp_buttons button {
  display: block;
  background: #fff;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  width: 100%;
  border: solid 1px #111;
  padding: 1.4em 0;
  position: relative;
  border-radius: 30px;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-contact div.mfp_buttons button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
    width: 45%;
    padding: 20px 0;
    border-radius: 60px;
    margin-bottom: 30px;
  }
}
section.sec-contact div.mfp_buttons button svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
section.sec-contact table#mfp_confirm_table {
  width: 100%;
  margin-bottom: 5%;
}
section.sec-contact table#mfp_confirm_table tr.mfp_achroma,
section.sec-contact table#mfp_confirm_table tr.mfp_colored {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.sec-contact table#mfp_confirm_table th {
  width: 100%;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  section.sec-contact table#mfp_confirm_table th {
    width: 40%;
  }
}
section.sec-contact table#mfp_confirm_table td {
  width: 100%;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  section.sec-contact table#mfp_confirm_table td {
    width: 60%;
  }
}
section.sec-contact form div#mfp_hidden {
  display: none;
}
section.sec-contact form div.select-wrap {
  position: relative;
}
section.sec-contact form div.select-wrap span.arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 2%;
  width: 1em;
  height: 100%;
}
section.sec-contact form div.select-wrap span.arrow::after, section.sec-contact form div.select-wrap span.arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5em;
  height: 0.44em;
  background: #D9D9D9;
}
section.sec-contact form div.select-wrap span.arrow::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 28%;
}
section.sec-contact form div.select-wrap span.arrow::before {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: 28%;
}
section.sec-contact form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background-image: url(../../myimg/common/icon-form-select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 2vw;
}
@media screen and (min-width: 768px) {
  section.sec-contact form select {
    background-size: 7px;
  }
}
section.sec-contact form select, section.sec-contact form input, section.sec-contact form textarea {
  width: 100% !important;
  padding: 0.7em;
  border: solid 1px #D9D9D9;
  border-radius: 0.4em;
  box-sizing: border-box;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form textarea {
    height: 180px;
  }
}
section.sec-contact form dt {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 0.8em;
  margin-top: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-top: 50px;
    margin-bottom: 0;
    width: 130px;
  }
}
section.sec-contact form dt.gender {
  display: inline-block;
  width: 38%;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt.gender {
    width: 130px;
    margin-bottom: 0;
  }
}
section.sec-contact form dt.postcode {
  display: inline-block;
  width: 38%;
  margin: 0;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt.postcode {
    width: 130px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt.address {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt.schoolname {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt.history {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dt.policy {
    vertical-align: top;
  }
}
section.sec-contact form dt .must {
  color: #E60012;
}
section.sec-contact form dt .small {
  font-size: 0.7em;
}
section.sec-contact form dd {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd {
    display: inline-block;
    width: calc(100% - 135px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-contact form dd.name input {
  width: 47% !important;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.name input {
    width: 15em !important;
  }
}
section.sec-contact form dd.name input:first-child {
  margin-right: 4%;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.name input:first-child {
    margin-right: 0.6em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.mail {
    margin-top: 50px;
    vertical-align: top;
  }
}
section.sec-contact form dd.birth input {
  width: 22.7%;
  margin: 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.birth input {
    width: calc(25% - 3em);
  }
}
section.sec-contact form dd.birth input:first-child {
  width: calc(100% - 4em);
  margin: 0 0.4em 0.6em 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.birth input:first-child {
    width: calc(25% - 3em);
  }
}
section.sec-contact form dd.birth input:nth-of-type(2) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.birth input:nth-of-type(2) {
    margin-left: 0.4em;
  }
}
section.sec-contact form dd.gender {
  display: inline-block;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.gender {
    width: calc(100% - 135px);
  }
}
section.sec-contact form dd.postcode {
  display: inline-block;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.postcode {
    width: calc(100% - 135px);
    margin-top: 45px;
  }
  section.sec-contact form dd.postcode input {
    width: 19em !important;
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.address {
    margin-top: 45px;
  }
}
section.sec-contact form dd.address li {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.address li span {
    width: 5em;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.address li select, section.sec-contact form dd.address li input {
    width: calc(100% - 15em);
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.schoolname {
    margin-top: 45px;
  }
}
section.sec-contact form dd.schoolname input {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.schoolname input {
    width: 42% !important;
    margin: 0 0.4em 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.schoolname select {
    width: 92px !important;
    margin-right: 1em;
  }
}
section.sec-contact form dd.schoolname .radio-group {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.schoolname .radio-group {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.history {
    margin-top: 50px;
  }
}
section.sec-contact form dd.history textarea {
  height: 50vw;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.history textarea {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd.policy {
    margin-top: 50px;
  }
}
section.sec-contact form dd.policy a {
  text-decoration: underline;
}
section.sec-contact form dd.policy .policy-link {
  margin-left: 1rem;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #0078d7;
}
section.sec-contact form dd.policy p {
  margin-top: 0.4em;
}
section.sec-contact form dd.policy .check-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
section.sec-contact form dd.policy .check-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
section.sec-contact form dd.policy .check-group label {
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  line-height: 1.6;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.sec-contact form dd.policy .check-group label:has(input[type=checkbox]:focus-visible) {
  outline: 2px solid #99c6f7;
  outline-offset: 4px;
  border-radius: 6px;
}
section.sec-contact form dd.policy .check-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
section.sec-contact form dd.policy .check-group label::after {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 50%;
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid #0078d7;
  border-bottom: 2px solid #0078d7;
  transform: translateY(-60%) rotate(45deg) scale(0.8);
  opacity: 0;
}
section.sec-contact form dd.policy .check-group label:hover::before {
  border-color: #0078d7;
}
section.sec-contact form dd.policy .check-group input[type=checkbox]:checked + label::before {
  border-color: #0078d7;
  background: #f0f8ff;
}
section.sec-contact form dd.policy .check-group input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: translateY(-60%) rotate(45deg) scale(1);
}
section.sec-contact form dd.policy .check-group input[type=checkbox][disabled] + label {
  color: #aaa;
  cursor: not-allowed;
}
section.sec-contact form dd.policy .check-group input[type=checkbox][disabled] + label::before {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
section.sec-contact form dd .radio-group {
  display: flex;
  gap: 2em;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd .radio-group {
    display: inline-block;
  }
}
section.sec-contact form dd .radio-group input[type=radio] {
  display: none;
}
section.sec-contact form dd .radio-group label {
  position: relative;
  padding-left: 1.6em;
  cursor: pointer;
  line-height: 1.6;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  section.sec-contact form dd .radio-group label {
    margin-right: 0.6em;
  }
}
section.sec-contact form dd .radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #D9D9D9;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
}
section.sec-contact form dd .radio-group label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  background-color: #0078d7;
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
section.sec-contact form dd .radio-group label:hover::before {
  border-color: #0078d7;
}
section.sec-contact form dd .radio-group input[type=radio]:checked + label {
  background: none;
}
section.sec-contact form dd .radio-group input[type=radio]:checked + label::before {
  border-color: #0078d7;
}
section.sec-contact form dd .radio-group input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
section.sec-contact form div.mfp_buttons {
  margin: 15vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-contact form div.mfp_buttons {
    width: 253px;
    margin: 65px auto 0;
  }
}
section.sec-contact form div.mfp_buttons button {
  display: block;
  background: #fff;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  width: 100%;
  border: solid 1px #111;
  padding: 1.4em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-contact form div.mfp_buttons button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-contact form div.mfp_buttons button svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
section.sec-contact p.contact-txt02 {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-contact p.contact-txt02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    text-align: center;
    margin-bottom: 50px;
  }
}
section.sec-contact ul.contact-list {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-contact ul.contact-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    max-width: 660px;
    margin: auto;
  }
}
section.sec-contact ul.contact-list li {
  padding: 7vw 0;
  border-bottom: solid 1px var(--clgray01);
}
@media screen and (min-width: 768px) {
  section.sec-contact ul.contact-list li {
    padding: 25px 0;
  }
}
section.sec-contact ul.contact-list li:first-child {
  border-top: solid 1px var(--clgray01);
}
@media screen and (min-width: 768px) {
  section.sec-contact ul.contact-list li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-contact ul.contact-list li dl dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-contact ul.contact-list li dl dt {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-contact ul.contact-list li dl dd {
    width: calc(100% - 180px);
  }
}
section.sec-contact div.contact-box01 {
  background-color: var(--clgray03);
  padding: 10vw 10%;
  margin: 15vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-contact div.contact-box01 {
    padding: 40px 0;
    margin: 90px auto 0;
    max-width: 660px;
  }
}
section.sec-contact div.contact-box01 p {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-contact div.contact-box01 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: center;
  }
}/*# sourceMappingURL=contact.css.map */