@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 2;
  color: #333;
}

.sp {
  display: none;
}

.nostyle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.content .pw-desc {
  max-width: 500px;
  margin: 2em auto;
}

.common-box1 {
  background: #fff3ca;
  box-shadow: 0px 0px 0px 8px #fff3ca;
  border: dashed 2px #fff;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1em 2em;
}
.common-box1 .common-title2 {
  margin-bottom: 1em;
  margin-top: 1em;
}

.common-box2 {
  background: #eee;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1em 2em;
}
.common-box2 ul {
  padding-left: 1em;
}
.common-box2 .common-title2 {
  margin-bottom: 1em;
  margin-top: 1em;
}

.common-box-blue {
  background: #ED7429;
  box-shadow: 0px 0px 0px 8px #ED7429;
  border: dashed 2px #fff;
  color: #fff;
  font-size: 1.8rem;
}

.common-list1 {
  background: #ED7429;
  box-shadow: 0px 0px 0px 10px #ED7429;
  border: dashed 2px #fff;
  border-radius: 9px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0.5em 0.5em 0.5em 2em;
  color: #fff;
}
.common-list1 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.sub-content {
  background: #706438;
  box-shadow: 0px 0px 0px 10px #706438;
  border: dashed 2px #fff;
  color: #fff;
  border-radius: 9px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0.5em 0.5em 0.5em 2em;
}
.sub-content li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.container.wide {
  max-width: 1200px;
}
.container .narow {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.container .sub-layout {
  display: grid;
  grid-template-columns: 50% 40%;
  grid-column-gap: 10%;
  align-items: end;
  box-sizing: border-box;
}
.container .sub-layout .ill {
  margin: 0;
  max-width: 100%;
}
.container p {
  margin-bottom: 1em;
}

.res-comon-btn {
  font-size: 1.6rem;
  display: block;
  max-width: 350px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #efba00;
  border: 1px solid rgba(255, 200, 0, 0.8901960784);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.25;
  text-decoration: none;
  margin: 8px auto;
}
.res-comon-btn i {
  margin-top: 2%;
}
.res-comon-btn span {
  font-size: 1.2rem;
}

.common-title {
  margin-bottom: 5rem;
}
.common-title .sub {
  text-align: center;
  color: #efba00;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.common-title h2 {
  border-bottom: solid 1px #ccc;
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.5em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.common-title h2 span {
  font-size: 1.8rem;
}

.common-title2 {
  margin-bottom: 3rem;
}
.common-title2 .sub {
  text-align: center;
  color: #efba00;
  font-size: 1.8rem;
  font-weight: bold;
}
.common-title2 h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.common-title2 h2 span {
  font-size: 1.8rem;
}

.videos {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.videos iframe {
  width: 100%;
  height: 100%;
}

section.common {
  margin-bottom: 10em;
}

h3.common {
  margin: 1em 0;
  text-align: center;
}

section.head {
  background-color: #ED7429;
  width: 100%;
}
section.head .head-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
section.head .head-inner h1 {
  margin: 0;
}

section.intro .intro-inner {
  margin: 8rem 0;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2;
}
section.intro .intro-inner .common-box1 {
  margin-bottom: 8rem;
}
section.intro .intro-inner .atte {
  font-weight: bold;
  color: #706438;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 208, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
section.intro .intro-inner .read {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

.ill {
  max-width: 380px;
  margin: 2em auto;
}

#genjo-title {
  cursor: pointer;
}

section.about .tcolumn {
  display: grid;
  grid-template-columns: 60% 30%;
  grid-column-gap: 10%;
  box-sizing: border-box;
}
section.about .tcolumn .ill {
  margin: 0;
  max-width: 100%;
}

section.yakuwari .tcolumn {
  display: grid;
  grid-template-columns: 60% 30%;
  grid-column-gap: 10%;
  box-sizing: border-box;
}
section.yakuwari .tcolumn .ill {
  margin: 0;
  max-width: 100%;
}

section.kouza .tcolumn {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
  box-sizing: border-box;
}
section.kouza .tcolumn .ill {
  margin: 0;
  max-width: 100%;
}
section.kouza .curriculum {
  padding: 0.5em;
  line-height: 1.5;
}
section.kouza .curriculum h3.common {
  margin-top: 0;
}
section.kouza .curriculum .item {
  margin: 0 auto 1em auto;
  max-width: 300px;
}
section.kouza .curriculum .item li {
  padding-left: 1em;
}

section.chigai .chigai-img {
  margin: auto;
}

section.hiyo {
  text-align: center;
}
section.hiyo .atte {
  font-size: 3.2rem;
  font-weight: bold;
  color: #706438;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 208, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

section.youken .youken-flow {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  background: #fff3ca;
  box-shadow: 0px 0px 0px 8px #fff3ca;
  border: dashed 2px #fff;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1em 1em;
}
section.youken .youken-flow li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 48px;
}
section.youken .youken-flow li span {
  font-weight: bold;
}
section.youken .youken-flow li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #efba00;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  /*以下 上下中央寄せのため*/
}

section.merit h3,
section.juko h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #706438;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 208, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

section.juko {
  text-align: left;
}

.pw-desc,
.post-password-form {
  margin: 2em auto;
  max-width: 500px;
}
.pw-desc p:first-child,
.post-password-form p:first-child {
  display: none;
}

.app-h2 {
  margin-top: 1.2em;
  padding-bottom: 0.5em;
  border-left: none;
  background-color: none;
  text-align: center;
  position: relative;
}
.app-h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #efba00, #efba00 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #efba00, #efba00 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fx-img {
  max-width: 100%;
}

.contact_frame {
  background-color: #fff !important;
}
.contact_frame span.contact_txt_catch {
  font-size: 1.25em;
}

footer {
  background-color: #dacfc1;
  margin-bottom: 68px;
  padding: 32px 0;
}
footer .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1em;
  row-gap: 2em;
}
footer .grid .item img {
  margin: 0 auto;
  text-align: center;
}
footer .sae {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 300px;
  margin: 64px auto;
  text-align: center;
}
footer .cr {
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

.mobile-fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border-top: #ccc 1px solid;
}
.mobile-fix-nav .nav3 {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  margin: 0 8px;
  column-gap: 8px;
}
.mobile-fix-nav .nav3 a:first-child {
  background-color: #706438;
  border: 1px solid rgba(255, 200, 0, 0.2862745098);
}
.mobile-fix-nav .btn {
  font-size: 1.8rem;
  display: block;
  width: 240px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ED7429;
  border: 1px solid rgba(255, 200, 0, 0.8901960784);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.25;
  text-decoration: none;
  margin: 8px auto;
}
.mobile-fix-nav .btn i {
  margin-top: 2%;
}
.mobile-fix-nav .btn span {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .mobile-fix-nav .btn {
    width: 100%;
    font-size: 1.4rem;
  }
  .mobile-fix-nav .btn span {
    font-size: 1.1rem;
  }
}

.page_top_btn {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 90px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 0.8rem;
  background-color: #efba00;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 2px rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s;
  text-decoration: none;
}
.page_top_btn i {
  margin-top: -4rem;
}

.res-wrap {
  padding: 3em 0;
  text-align: center;
}
.res-wrap .alignnone {
  margin-left: auto;
  margin-right: auto;
}
.res-wrap .sns-share img {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .common-box1 {
    padding: 0.5em;
  }
  .common-title {
    margin-bottom: 5rem;
  }
  .common-title .sub {
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
  }
  .common-title h2 {
    font-size: 2.6rem;
    padding-bottom: 0.5em;
  }
  .common-title h2 span {
    font-size: 1.8rem;
  }
  .common-title2 {
    margin-bottom: 2rem;
  }
  .common-title2 .sub {
    font-size: 1.6rem;
  }
  .common-title2 h2 {
    font-size: 2rem;
  }
  .common-title2 h2 span {
    font-size: 1.8rem;
  }
  section.kouza .tcolumn {
    grid-template-columns: 1fr;
  }
  .container .sub-layout {
    grid-template-columns: 1fr;
  }
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cf7-content {
  max-width: 600px;
  margin: 0 auto;
}
.cf7-content form input.wpcf7-submit {
  line-height: 110%;
  text-align: center;
  position: relative;
  width: auto;
  border: none;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 8px 20px 6px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border: 1px #706438 solid;
  font-size: 2rem;
}

.content div.wpcf7-mail-sent-ok {
  background-color: #fff;
}

.content dl.forms {
  font-size: 120%;
  color: #333;
}

.content dl.forms dt:first {
  padding-top: 20px;
}

.content dl.forms textarea {
  overflow: auto;
}

.content dl.forms .alert {
  background-color: #c00;
  color: #fff;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: normal;
}

.content dl.forms .normal {
  background-color: #0CAA00;
  color: #fff;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: normal;
}

.content dl.forms .caution {
  color: #c00;
}

.content dl.forms dt {
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 10px;
  color: #000;
  font-weight: bold;
}

.content dl.forms dd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 10px 10px;
}

.content dl.forms dd .form-width {
  max-width: 86%;
}

.content dl.forms dd span.wpcf7-list-item {
  display: block;
  float: none;
  clear: left;
}

.content dl.forms dd input::-webkit-input-placeholder {
  color: #ccc;
}

.content dl.forms dd input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.content dl.forms dd input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.content dl.forms dd input:-ms-input-placeholder {
  color: #ccc;
}

.content dl.forms dd input, .content dl.forms dd textarea {
  border: 1px solid #ccc;
}

.content dl.forms dd input:focus, .content dl.forms dd textarea:focus {
  border: 1px solid #9f724c;
}

.content dl.forms dd input.wpcf7-text, .content dl.forms dd textarea {
  width: 86%;
  max-width: 86%;
}/*# sourceMappingURL=main.css.map */