@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.grecaptcha-badge {
  visibility: hidden;
}

.post,
.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2rem 0;
}

.inner {
  width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 10px;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  line-height: normal;
  padding: 1rem;
  margin: 2rem auto 0;
  display: block;
  width: 250px;
  text-align: center;
  background: #0072bc;
  color: #fff;
  border-radius: 2rem;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

.site-header {
  background: #0072BC;
}

.hd-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-branding {
  width: 20%;
}

.site-branding img {
  width: 100px;
  background: #fff;
  padding: 0 10px;
}

.hd-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hd-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}

.hd-navigation ul li a {
  background: #E45653;
  color: #fff;
  padding: 10px 50px;
  display: block;
  border-radius: 2rem;
}

.hd-navigation ul li:last-child a {
  background: #FFE300;
  color: #333;
}

.fv {
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.fv img.bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-inner {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.blue-bg {
  background: #F4FBFE;
  padding: 4rem 0;
  position: relative;
}

.midashi {
  position: relative;
  display: block;
  width: 750px;
  padding: 1rem;
  border: 3px solid #0072bc;
  border-radius: 60px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 2rem auto 1rem;
}

.midashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #0072bc transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.midashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 15px 11.3px 0 11.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.midashi span {
  font-size: 18px;
  color: #E45653;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  display: block;
  position: relative;
}

.midashi span::before {
  content: "";
  background: url(../img/midashibg.png) no-repeat;
  background-size: contain;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -60px;
  top: -40px;
}

.midashi strong {
  display: block;
  font-weight: 400;
  color: #0072BC;
  font-size: 35px;
}

.wh-bg {
  padding: 4rem 0;
  position: relative;
}

.o-merit {
  margin-top: 5rem;
}

.o-merit ul,
.nobiru ul,
.reiwa5 ul,
.course-box ul,
.schedule-box ul,
.tokuten ul,
.list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-merit li,
.schedule-box li {
  width: calc(50% - 1.5rem);
}

.o-merit li h3 {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.5rem;
  color: #0072BC;
}

.o-merit li h3::after {
  content: "";
  display: block;
  background: url(../img/omeritbg.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 21px;
  margin-top: 0.5rem;
}

.nobiru,
.reiwa5,
.course-lead,
.course-box,
.schedule-box,
.tokuten,
.flow,
.list {
  margin-top: 5rem;
}

.nobiru li,
.list li {
  width: calc(33.3333333333% - 2rem);
}

.nobiru li img {
  border-radius: 3rem;
}

.nobiru li h3 {
  display: block;
  margin: 1rem 0;
  background: url(../img/onobirubg.png) no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  height: 60px;
  font-size: 20px;
}

.reiwa5 li,
.tokuten li {
  width: calc(50% - 1.5rem);
}

.course-lead p {
  text-align: center;
  font-size: 1.2rem;
}

.course-box li {
  width: calc(25% - 2.25rem);
}

.course-box li p {
  font-size: 20px;
  text-align: center;
  color: #0072BC;
  font-weight: 500;
  margin-top: 1rem;
}

.tab {
  width: 600px;
  margin: 3rem auto 2rem;
}

.tab span {
  position: absolute;
  color: #D75552;
  top: 24px;
  left: 50px;
}

.tab strong {
  margin-left: 170px;
  font-size: 30px;
  color: #0072BC;
}

.schedule-box li p {
  margin-top: 1rem;
  text-align: center;
}

.schedule-box li p strong {
  display: block;
  font-size: 2rem;
  color: #D75552;
  margin-bottom: 0.5rem;
}

.bd {
  text-align: center;
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  color: #0072BC;
}

.bd::after {
  content: "";
  background: url(../img/bg-full.png) no-repeat;
  background-size: contain;
  display: block;
  width: 650px;
  height: 20px;
  margin: 0.5rem auto 0;
}

p.time-bg {
  text-align: center;
  font-size: 1.5rem;
}

p.time-bg strong {
  color: #D75552;
}

p.center {
  text-align: center;
}

.bg-blue {
  font-size: 1.2rem;
  color: #0072BC;
  margin: 2rem 0;
}

.bg-red {
  color: #D75552;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.bg-blue span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.sun {
  text-align: center;
  color: #0072BC;
}

.sun span {
  display: block;
  font-size: 20px;
}

.sun strong {
  display: block;
  font-size: 50px;
}

.sun::before {
  content: "";
  background: url(../img/sun.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 250px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}

.bl-bg {
  background: #F4FBFE;
  padding: 4rem;
  position: relative;
}

.tokuten p {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.tokuten p span {
  display: block;
  font-size: 13px;
}

.tokuten p strong {
  color: #e35754;
  font-size: 2rem;
}

.flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.flowimg {
  width: 15%;
}

.flowtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flowtext h3 {
  color: #0072BC;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.qa-7 {
  max-width: 800px;
  margin: 0rem auto 1rem;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.qa-7 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-7 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-7 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.qa-7[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.qa-7 p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.qa-7[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.qa-7 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.m-box img {
  width: 80%;
  display: block;
}

.m-box div {
  margin-top: 2rem;
}

.m-box div:nth-child(even) img {
  margin-left: auto;
}

.m1bg {
  position: absolute;
  width: 160px;
  right: 10%;
  top: 6%;
}

.m2bg {
  position: absolute;
  top: 22%;
  width: 150px;
  left: 10%;
}

.m3bg {
  position: absolute;
  top: 34%;
  width: 100px;
  right: 10%;
}

.m4bg {
  position: absolute;
  top: 58%;
  width: 220px;
  right: 10%;
}

.m5bg {
  position: absolute;
  top: 64%;
  width: 130px;
  left: 2%;
}

.m6bg {
  position: absolute;
  bottom: -3%;
  width: 100px;
  right: 10%;
}

.school-info {
  margin-top: 2rem;
}

.school-info table {
  width: 600px;
  margin: 0 auto;
}

.school-info th,
.school-info td {
  padding: 10px;
}

.school-info th {
  color: #fff;
  background: #0072bc;
  text-align: center;
  width: 30%;
}

.school-info tr {
  border-top: 5px solid #f4fbfe;
}

.sensei {
  margin-top: 2rem;
}

.sensei-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed;
  border-radius: 2rem;
  padding: 2rem;
  gap: 2rem;
  background: #fff;
  margin-top: 2rem;
}

.sensei-img {
  width: 25%;
}

.sensei-img img {
  border-radius: 50%;
}

.sensei-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sensei-name {
  width: 50%;
}

.sensei-name h3 {
  color: #0072BC;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.sensei-name h3 span {
  font-size: 22px;
  margin-left: 10px;
}

.sensei-name h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/th3.png) no-repeat;
  background-size: contain;
  margin-top: 10px;
}

.sensei-name dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.sensei-name dd {
  margin: 0;
}

.sensei-gr {
  width: 50%;
}

.sensei-gr p {
  font-size: 16px;
  line-height: 30px;
}

.faq-box {
  margin-top: 3rem;
}

.faq-box h3 {
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 2rem;
}

.contact-box {
  max-width: 800px;
  margin: 3rem auto 0;
}

.contact-box table {
  width: 100%;
}

.contact-box th,
.contact-box td {
  padding: 1rem;
  width: 60%;
}

.contact-box th {
  width: 40%;
  position: relative;
}

.contact-box th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box th span {
  background: #0072bc;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  font-weight: 500;
}

.wpcf7-acceptance {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.wpcf7-acceptance a {
  text-decoration: underline;
}

.site-footer {
  background: #0072bc;
  padding: 2rem 0 0 0;
}

.site-footer img {
  width: 150px;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 0 10px;
}

.site-footer p {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}

.cp {
  margin-top: 0;
  padding-bottom: 0.5rem;
}

.cp p {
  margin-top: 0;
  font-size: 10px;
}

.cp p a {
  color: #fff;
  text-decoration: underline;
}

.ombg1 {
  position: absolute;
  top: 10%;
  right: 4%;
  width: 200px;
}

.ombg2 {
  position: absolute;
  top: 2%;
  left: 4%;
  width: 160px;
}

.nobirubg {
  position: absolute;
  top: 12%;
  right: 7%;
  width: 140px;
}

.nobirubg2 {
  position: absolute;
  top: 20%;
  left: 4%;
  width: 180px;
}

.jisseki {
  position: absolute;
  top: -5%;
  right: 2%;
  width: 140px;
}

.cbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}

.cbg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
}

.pbg {
  position: absolute;
  top: 60%;
  right: 0;
  width: 150px;
}

.pbg2 {
  position: absolute;
  top: 71%;
  left: 1%;
  width: 180px;
}

.tbg {
  position: absolute;
  top: 5%;
  left: 7%;
  width: 170px;
}

.tbg2 {
  position: absolute;
  top: 13%;
  right: 7%;
  width: 230px;
}

.nbg {
  position: absolute;
  top: 5%;
  left: 11%;
  width: 120px;
}

.nbg2 {
  position: absolute;
  top: 13%;
  right: 7%;
  width: 160px;
}

.fbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}

.fbg2 {
  position: absolute;
  top: 5%;
  right: 1%;
  width: 200px;
}

.fbg3 {
  position: absolute;
  bottom: 21%;
  right: 0;
  width: 200px;
}

.abbg {
  position: absolute;
  width: 200px;
  top: -5%;
  left: 0;
}

.abbg2 {
  position: absolute;
  width: 200px;
  top: 14%;
  right: 5%;
}

.faqbg {
  position: absolute;
  width: 200px;
  top: -5%;
  left: 0;
}

.faqbg2 {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 5%;
}

.conbg {
  position: absolute;
  top: 12%;
  left: 0;
  width: 200px;
}

.conbg2 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 150px;
}

.conbg3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 270px;
}

.top {
  position: fixed;
  right: 1%;
  bottom: 5%;
  width: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  z-index: 9999;
}

.top a {
  background: #0072bc;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
}

.top a img {
  width: 30px;
}

.top a.mail-b {
  background: #F44336;
}

summary::-webkit-details-marker {
  display: none;
}/*# sourceMappingURL=main.css.map */