@charset "UTF-8";
h2, ul {
  margin: 0;
  padding: 0;
}

.contents > section {
  padding: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (min-width:640px) {
  .contents > section {
    padding: 32px;
    padding-top: 44.8px;
    padding-bottom: 44.8px;
  }
}
@media screen and (min-width:1025px) {
  .contents > section {
    padding: 32px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .contents > .section-fill {
    margin-top: 44.8px;
    margin-bottom: 44.8px;
  }
}
@media screen and (min-width:1025px) {
  .contents > .section-fill {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width:639px) {
  .contents > .section-fill {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.index {
  position: relative;
}
.index .decoration {
  position: absolute;
}
.index .d01 {
  top: 48px;
  left: -40px;
}
@media screen and (max-width:639px) {
  .index .d01 {
    width: 30px;
    left: 2px;
    top: 100px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .d01 {
    width: 50px;
    left: -10px;
    top: 73px;
  }
}
.index .d02 {
  top: 0;
  right: -100px;
}
@media screen and (max-width:639px) {
  .index .d02 {
    width: 90px;
    right: -20px;
    top: 100px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .d02 {
    width: 140px;
    top: 100px;
    right: -60px;
  }
}
.index .d03 {
  bottom: -80px;
  left: -60px;
}
@media screen and (max-width:639px) {
  .index .d03 {
    width: 80px;
    left: -20px;
    bottom: -90px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .d03 {
    width: 120px;
    left: -50px;
  }
}
.index .d04 {
  top: 0;
  right: -10px;
}
@media screen and (max-width:639px) {
  .index .d04 {
    width: 70px;
    top: -70px;
    right: -20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .d04 {
    width: 110px;
    right: -40px;
    top: -110px;
  }
}
.index .d05 {
  bottom: -170px;
  left: 30px;
}
@media screen and (max-width:639px) {
  .index .d05 {
    width: 38px;
    bottom: -110px;
    left: -4px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .d05 {
    width: 55px;
    bottom: -160px;
    left: -10px;
  }
}
.index .d06 {
  top: -120px;
  right: 0;
}
@media screen and (max-width:639px) {
  .index .d06 {
    width: 100px;
    top: -60px;
    right: -20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .d06 {
    width: 130px;
    right: -30px;
    top: -90px;
  }
}
.index .contents .infomation {
  background-color: #FDF9E4;
  margin-bottom: 0;
}
.index .contents .infomation .infomationInner {
  max-width: 1124px;
  position: relative;
}
@media screen and (min-width:640px) {
  .index .contents .infomation .infomationInner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .infomation .infomationInner {
    gap: 100px;
    flex-direction: row;
  }
}
.index .contents .infomation .infomationInner .Ttl {
  display: flex;
}
@media screen and (max-width:639px) {
  .index .contents .infomation .infomationInner .Ttl {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .infomation .infomationInner .Ttl {
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .infomation .infomationInner .Ttl {
    flex-direction: column;
    justify-content: center;
    width: 210px;
  }
}
.index .contents .infomation .infomationInner .Ttl .h2-style {
  margin-bottom: 16px;
  text-align: center;
}
.index .contents .infomation .infomationInner .Ttl .h2-style small {
  color: #fff;
}
.index .contents .infomation .infomationInner .Ttl .h2-style:before {
  content: none;
}
@media screen and (max-width:639px) {
  .index .contents .infomation .infomationInner .Ttl .h2-style {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.index .contents .infomation .infomationInner .Ttl .btn {
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  white-space: nowrap;
  font-size: clamp(0.875rem, 0.786rem + 0.38vw, 0.938rem);
}
@media screen and (max-width:639px) {
  .index .contents .infomation .infomationInner .Ttl .btn {
    margin: 0;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .infomation .infomationInner .newsTxt {
    width: 70%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .infomation .infomationInner .newsTxt {
    width: 100%;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomation .infomationInner .newsTxt {
    margin-bottom: 20px;
  }
}
.index .contents .infomation .infomationInner .newsTxt ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dashed #BFC6B9;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
@media screen and (min-width:640px) {
  .index .contents .infomation .infomationInner .newsTxt ul li {
    gap: 24px;
  }
}
.index .contents .infomation .infomationInner .newsTxt ul li time {
  color: #454B40;
}
@media screen and (max-width:639px) {
  .index .contents .infomation .infomationInner .newsTxt ul li time {
    margin-bottom: 8px;
    display: block;
  }
}
@media screen and (min-width:640px) {
  .index .contents .infomation .infomationInner .newsTxt ul li time {
    width: 22%;
  }
}
@media screen and (min-width:640px) {
  .index .contents .infomation .infomationInner .newsTxt ul li a {
    width: 78%;
  }
}
@media screen and (min-width:640px) {
  .index .contents .infomation .infomationInner .newsTxt ul li {
    justify-content: space-between;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomation .infomationInner .newsTxt ul li {
    flex-direction: column;
  }
}
.index .contents .infomation .infomationInner .newsTxt ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index .facilityInner {
  max-width: 1124px;
  position: relative;
}
.index .facilityList {
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2.25rem, 1.239rem + 4.31vw, 4rem);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .facilityList {
    gap: 32px;
  }
}
.index .facilityList > div {
  padding: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  border-radius: 12px;
  background-color: #FDF9E4;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .index .facilityList > div {
    width: calc((100% - clamp(2.25rem, 1.239rem + 4.31vw, 4rem) * 2) / 3);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .facilityList > div {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width:639px) {
  .index .facilityList > div {
    width: 100%;
  }
}
.index .facilityList img {
  margin-bottom: clamp(0.875rem, 0.803rem + 0.31vw, 1rem);
}
.index .facilityList h3 {
  font-size: clamp(1.313rem, 1.204rem + 0.46vw, 1.5rem);
  color: #FF4431;
}
.index .facilityList p {
  font-size: clamp(0.938rem, 0.901rem + 0.15vw, 1rem);
  font-weight: bold;
  text-align: left;
}
.index .facilityList .btn {
  display: block;
}
.index .messageInner {
  position: relative;
}
.index .message .text {
  max-width: 600px;
  margin: auto;
}
.index .message p {
  font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
  margin-bottom: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
  line-height: 200%;
}

/*---------------------------------------
KV
---------------------------------------*/
.mainImg {
  background-image: url(../img/index/kv.png);
  background-position: center center;
  background-size: cover;
  height: 68vh;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
  .mainImg {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    background-position: 58% center;
    height: 45vh;
    margin-left: 32px;
    margin-right: 32px;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    background-position: center center;
    height: 38vh;
    background-image: url(../img/index/kv_sp.png);
  }
}
.mainImgInner {
  background-image: url(../img/cmn/line_wave.svg);
  background-position: bottom -1px center;
  background-repeat: repeat-x;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1024px) {
  .mainImgInner {
    background-size: 400vw;
    align-items: flex-end;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner {
    background-size: 200vw;
  }
}
.mainImg .copy {
  font-size: 40px;
  text-align: center;
  padding-top: 10vh;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .copy {
    margin-bottom: 4vh;
    font-size: min(7.5vw, 32px);
  }
}
@media screen and (max-width:639px) {
  .mainImg .copy {
    font-size: min(7.5vw, 32px);
    margin-bottom: 4vh;
  }
}
.mainImg .copy span {
  display: inline-block;
  background: #fff;
  padding: 18px 24px 21px 24px;
  border-radius: 8px;
}
@media screen and (max-width:639px) {
  .mainImg .copy span {
    padding: 10px 16px 12px 16px;
  }
}
.mainImg .copy span:first-child {
  padding: 18px 8px 21px 24px;
  margin-bottom: 10px;
}
@media screen and (max-width:639px) {
  .mainImg .copy span:first-child {
    padding: 10px 0 12px 16px;
    margin-bottom: 6px;
  }
}
.mainImg .copy strong {
  font-weight: normal;
  color: #FF4431;
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: #FF4431;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF4431;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: #FF4431;
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: #FDF9E4;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #FF4431;
  font-size: min(6.8vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.pageTtl h2:before {
  content: url(../img/cmn/ico_h2.svg);
  margin-bottom: 10px;
}
.pageTtl h2 span {
  display: block;
  font-size: 50%;
  font-weight: normal;
  border: solid 2px #FF4431;
  border-radius: 8px;
  padding: 0 1em;
  letter-spacing: 0.1em;
  margin-top: 0.8em;
}

.lower .contents section {
  margin-bottom: 48px;
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionBody {
  width: 100%;
  margin: auto;
}
.lower .sectionBody .leadText {
  background-color: #fff;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}

.lower .sectionTtl {
  color: #FF4431;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.lower .about .message {
  line-height: 2.2em;
}
.lower .about .message p {
  margin: 1em 1em 2em;
}
.lower .about .message .name {
  font-size: 0.9em;
  text-align: right;
  line-height: 1.5;
}
.lower .about .message .name strong {
  font-size: 1.3em;
}

.lower .facility .map {
  width: 100%;
  border: none;
  height: 40vh;
}
.lower .facility .facilityBox {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.lower .facility .facilityBox.teacher {
  text-align: center;
}
.lower .facility .facilityBox.teacher .facilityItem img {
  width: 55%;
  height: auto;
  margin: 0 auto;
}
.lower .facility .facilityBox.teacher figcaption {
  font-size: 120%;
}
.lower .facility .facilityBox.teacher .post {
  font-size: 0.7em;
  display: block;
  border: 2px solid #79CB37;
  border-radius: 100px;
  color: #79CB37;
  padding: 4px 8px;
  width: 16em;
  margin: 0.5em auto 0;
}
@media screen and (min-width:640px) {
  .lower .facility .facilityBox {
    flex-direction: row;
    gap: 3%;
  }
  .lower .facility .facilityBox.teacher {
    justify-content: center;
    gap: 8%;
  }
  .lower .facility .facilityBox.teacher .facilityItem {
    width: 25%;
    text-align: center;
  }
  .lower .facility .facilityBox.teacher .facilityItem img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .lower .facility .facilityBox.teacher .post {
    width: auto;
  }
}
.lower .facility .facilityBox img {
  border-radius: 20px;
}
.lower .facility .facilityBox figcaption {
  margin-top: 0.8em;
  font-size: 0.9em;
  line-height: 1.3;
}

.lower .flow .h3-style {
  text-align: left;
}
.lower .flow .h4-style {
  text-align: left;
  margin-top: 1.5em;
}
.lower .flow .flow-time {
  display: flex;
  width: 100%;
  font-size: 1.2em;
}
@media screen and (min-width:640px) {
  .lower .flow .flow-time {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lower .flow .flow-time dt {
  background-color: #FF4431;
  color: #ffffff;
  padding: 32px 40px;
  border-radius: 16px 0 0 16px;
}
.lower .flow .flow-time dd {
  background-color: #FDF9E4;
  border: 2px solid #FF4431;
  padding: 32px 40px;
  border-radius: 0 16px 16px 0;
  margin-bottom: 0;
}
.lower .flow .flow-timetable {
  border-collapse: collapse;
  border-top: 1px solid #BFC6B9;
}
.lower .flow .flow-timetable tr {
  border-bottom: 1px solid #BFC6B9;
}
.lower .flow .flow-timetable th {
  background-color: inherit;
  text-align: left;
  vertical-align: top;
  width: 8em;
  padding-left: 0;
  padding-right: 0;
}
.lower .flow .flow-timetable td {
  padding-left: 0;
  padding-right: 0;
}

.lower .useflow .useflowList {
  padding: 0;
  list-style: none;
  counter-reset: num;
}
.lower .useflow .useflowList li {
  color: #ffffff;
  background-color: #FF4431;
  border-radius: 16px;
  padding: 16px 24px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  font-size: 1.4em;
}
.lower .useflow .useflowList li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #ffffff;
  color: #FF4431;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 1em;
  border-radius: 100px;
  left: 12px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.lower .useflow .useflowList li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 16px solid #FF4431;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 10px);
}
.lower .useflow .useflowList li small {
  display: block;
  font-size: 0.7em;
  margin-bottom: 0.2em;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  border: 2px solid #BFC6B9;
  padding: 8px 12px;
  border-radius: 3px;
  color: #454B40;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 55%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #969696;
}
.lower .contact ::placeholder {
  color: #969696;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #79CB37;
  border-radius: 4px;
  padding: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 20px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  width: 10%;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(1.313rem, 1.204rem + 0.46vw, 1.5rem);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #BFC6B9;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.4em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #FF4431;
}
.lower .contact .contact-form__optional {
  background-color: #454B40;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input:invalid {
  background: #fff;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #fff;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #FF4431;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #79CB37;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #ddd;
  color: #969696;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-error {
  color: #FF4431;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #454B40;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #454B40;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #FF4431;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #FF4431;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-error {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */