@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
  scroll-behavior: smooth;
  scroll-padding-top: 30vh;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
* {
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  transition: opacity 0.2s ease-in-out;
}

*::after,
*::before {
  vertical-align: bottom;
}

a:hover {
  -webkit-text-decoration: auto;
  text-decoration: auto;
}

a:hover img {
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
  cursor: text;
  pointer-events: none;
}

a[href^=tel]:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
}

.header {
  padding: 20px 60px;
  height: 70px;
  display: flex;
  align-items: center;
}

.header a {
  display: block;
  height: 100%;
}

.header img {
  display: block;
  width: auto;
  max-height: 100%;
}

.header-image {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.header-image img {
  display: block;
}
.header-image__base-image img {
  margin: 0 auto;
}
.header-image__catch-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 300px;
}
.header-image__catch-text img {
  margin-left: auto;
}
.header-image__logo {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 300px;
}
.header-image__logo img {
  margin-left: auto;
}
.header-image.sub {
  max-width: 1080px;
  margin: 0 auto;
}

.header-catch {
  max-width: 1080px;
  margin: 0 auto 80px;
}
.header-catch .img {
  margin: 20px 100px 40px;
}
.header-catch .img img {
  display: block;
  margin: 0 auto;
}
.header-catch .text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.header-catch .text .sub {
  background: #699C81;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 30px;
}
.header-catch .text h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 40px;
  color: #699C81;
}

.assignment {
  max-width: 1080px;
  margin: 0 auto;
}
.assignment dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.assignment dl dt {
  flex-basis: 18em;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1A1311;
  background: #FFD500;
  margin-bottom: 40px;
  position: relative;
  padding: 4px 0;
  margin-right: 50px;
  text-align: center;
}
.assignment dl dt::after {
  content: "";
  display: block;
  border: solid 30px transparent;
  border-left-color: #FFD500;
  position: absolute;
  right: -60px;
  top: -10px;
  margin-left: -30px;
}
.assignment dl dd {
  flex-basis: calc(100% - 18em - 50px);
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 22px;
  font-weight: 900;
  color: #DC000C;
  margin-bottom: 40px;
  line-height: 1.2;
}
.assignment .midashi dl dt {
  background: none;
  color: #699C81;
  text-align: initial;
  position: relative;
  margin-bottom: 20px;
}
.assignment .midashi dl dt span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.assignment .midashi dl dt::after {
  width: 100%;
  height: 1px;
  border: none;
  background: #699C81;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
}
.assignment .midashi dl dd {
  color: #699C81;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.assignment .midashi dl dd span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.assignment .midashi dl dd::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #699C81;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.next {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 800px;
}

.course-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.course-wrap .title {
  text-align: center;
  max-width: 600px;
  margin: 60px auto 80px;
}

.course-data {
  padding-bottom: 70px;
  border-bottom: solid 1px #707070;
  margin-bottom: 50px;
}
.course-data h1 {
  font-size: 50px;
  text-align: center;
  color: #0B308E;
  font-weight: 900;
}
.course-data h2 {
  font-size: 50px;
  text-align: center;
  color: #0B308E;
  font-weight: 900;
}
.course-data .target {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #0092E6;
  text-align: center;
  margin-bottom: 30px;
}
.course-data .course-text {
  font-size: 18px;
  font-weight: 700;
  color: #0B308E;
  text-align: center;
  line-height: 1.4;
}
.course-data .aim dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin: 30px 0;
}
.course-data .aim dl dt {
  font-size: 20px;
  font-weight: 900;
  color: #0B308E;
}
.course-data .aim dl dd {
  font-size: 18px;
  font-weight: 600;
  color: #009AE3;
}
.course-data .aim ul li {
  padding-left: 1em;
  position: relative;
}
.course-data .aim ul li::before {
  content: "★";
  color: #EF8200;
  position: absolute;
  left: 0;
  top: 0;
}
.course-data .link a {
  border: solid 5px #e01f06;
  background: #e01f06;
  padding: 10px;
  font-size: 22px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
}

.teacher-data {
  padding-bottom: 140px;
  border-bottom: solid 1px #707070;
  margin-bottom: 100px;
}
.teacher-data h2 {
  font-size: 28px;
  text-align: center;
  color: #009AE3;
  font-weight: 900;
  margin-bottom: 60px;
}
.teacher-data .teacher_wrap {
  display: flex;
  justify-content: space-between;
}
.teacher-data .teacher_wrap .teacher {
  flex-basis: 48%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.teacher-data .teacher_wrap .teacher .img {
  flex-basis: 30%;
  flex-shrink: 0;
  flex-grow: 0;
  border: solid 2px #009AE3;
  border-radius: 10px;
  overflow: hidden;
}
.teacher-data .teacher_wrap .teacher .img img {
  display: block;
  margin: 0 auto;
}
.teacher-data .teacher_wrap .teacher .data {
  flex-basis: 65%;
  flex-shrink: 0;
  flex-grow: 0;
}
.teacher-data .teacher_wrap .teacher .data h3 {
  font-size: 20px;
  font-weight: 800;
  color: #009AE3;
  margin-bottom: 1em;
}
.teacher-data .teacher_wrap .teacher .data h3 ruby {
  ruby-position: under;
  ruby-align: start;
}
.teacher-data .teacher_wrap .teacher .data h3 rt {
  font-weight: 500;
  color: #0B308E;
  font-size: 14px;
  margin-top: 0.5em;
}
.teacher-data .teacher_wrap .teacher .data .pos {
  border-top: solid 1px #009AE3;
  border-bottom: solid 1px #009AE3;
  padding: 5px 0;
  margin-bottom: 1em;
}

.movie {
  max-width: 1080px;
  margin: 0 auto 60px;
}
.movie .wrap {
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 20px;
}
.movie .wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.movie-text {
  font-size: 18px;
  font-weight: 700;
  color: #0B308E;
}

.pamphlet {
  margin: 50px 0 100px;
  text-align: center;
}
.pamphlet a {
  display: inline-block;
  padding: 20px 40px;
  background: #DC000C;
  color: #fff;
  border-radius: 20px;
}
.pamphlet span {
  display: inline-block;
  margin-right: 0.5em;
}

footer {
  background: #00267F;
  color: #fff;
}

a {
  color: #fff;
}

.copyright {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 140px;
  padding: 20px 0 10px;
  max-width: 1080px;
  margin: 0 auto;
}

.privacy {
  font-size: 12px;
  text-align: right;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.course-wrap.detail {
  padding-top: 150px;
}
.course-wrap.detail .course-data {
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.course-wrap.detail .course_detail .section1 h2 {
  background: #009AE3;
  border-radius: 20px;
  padding: 28px 56px 26px;
  margin: 3em 0 1em;
}
.course-wrap.detail .course_detail .section1 h2 img {
  width: auto;
  height: 34px;
}
.course-wrap.detail .course_detail .section1 h3 {
  margin: 1em 0;
  font-size: 20px;
  color: #0B308E;
  font-weight: 700;
}
.course-wrap.detail .course_detail .section1 h3 span {
  color: #EF8200;
}
.course-wrap.detail .course_detail .section1 ul {
  font-size: 18px;
  font-weight: 600;
}
.course-wrap.detail .course_detail .section1 ul li {
  padding-left: 1em;
  position: relative;
}
.course-wrap.detail .course_detail .section1 ul li::before {
  content: "●";
  color: #8DC21F;
  position: absolute;
  left: 0;
  top: 0;
}
.course-wrap.detail .course_detail .section2 {
  margin-top: 80px;
}
.course-wrap.detail .course_detail .section2 h2 {
  font-size: 68px;
  font-weight: 900;
  color: #0B308E;
  text-align: center;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule {
  padding: 40px 0;
  display: flex;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule + .course_schedule {
  border-top: solid 1px #707070;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_name {
  flex-basis: 24%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 30px;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_name h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #0B308E;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_name .sub {
  font-size: 18px;
  font-weight: 600;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data {
  flex-basis: 76%;
  flex-shrink: 0;
  flex-grow: 0;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5.7%;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dt {
  flex-basis: 12.5%;
  font-size: 18px;
  font-weight: 800;
  background: #EF8200;
  color: #fff;
  padding: 1px 10px 2px 15px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.2em;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd {
  flex-basis: 81.8%;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .date strong {
  font-size: 30px;
  font-weight: 700;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .remark {
  font-size: 18px;
  margin: 20px 0 20px;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .place {
  font-size: 18px;
  line-height: 1.5;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .place strong {
  font-size: 18px;
  font-weight: 700;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one {
  padding: 40px 0;
  max-width: 864px;
  margin: 0 auto;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5.7%;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl dt {
  flex-basis: 12.5%;
  font-size: 26px;
  font-weight: 800;
  background: #EF8200;
  color: #fff;
  padding: 1px 10px 2px 15px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.2em;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl dd {
  flex-basis: 81.8%;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl dd .date strong {
  font-size: 49px;
  font-weight: 700;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl dd .remark {
  font-size: 26px;
  margin: 20px 0 20px;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl dd .place {
  font-size: 26px;
  line-height: 1.5;
}
.course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule_one dl dd .place strong {
  font-size: 34px;
  font-weight: 700;
}
.course-wrap.detail .course_detail .form_link {
  margin-top: 80px;
  margin-bottom: 100px;
  font-family: YakuHanJP, "Kiwi Maru", sans-serif;
}
.course-wrap.detail .course_detail .form_link a {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  background: #e01f06;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}

/* .pc{} */
.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header-image__catch-text {
    padding: 0 30vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.0625vw;
  }
  .header {
    padding: 10px 3.125vw;
    height: 40px;
  }
  .header-image {
    position: relative;
  }
  .header-image img {
    display: block;
  }
  .header-image__base-image img {
    margin: 0 auto;
  }
  .header-image__catch-text {
    left: 3.125vw;
    right: 3.125vw;
    bottom: 0;
  }
  .header-image__catch-text img {
    margin-left: auto;
  }
  .header-image__logo {
    right: 3.125vw;
    top: 3.125vw;
    width: 30vw;
  }
  .header-image__logo img {
    margin-left: auto;
  }
  .header-image.sub {
    margin: 0 3.125vw;
  }
  .header-catch {
    max-width: initial;
    margin: 0 3.125vw 60px;
  }
  .header-catch .img {
    margin: 3.125vw 0 6.25vw;
  }
  .header-catch .text {
    text-align: center;
    font-size: 4.6875vw;
  }
  .header-catch .text .sub {
    font-size: 6.25vw;
    line-height: 1.4;
    margin-bottom: 3.125vw;
    padding: 3.125vw;
  }
  .header-catch .text .sub span {
    display: block;
  }
  .header-catch .text h2 {
    font-size: 8.125vw;
    margin-bottom: 9.375vw;
  }
  .assignment {
    max-width: initial;
    margin: 0 3.125vw;
  }
  .assignment dl {
    display: block;
  }
  .assignment dl dt {
    font-size: 4.375vw;
    line-height: 1.2;
    margin-bottom: 9.375vw;
    padding: 1.5625vw;
    margin-right: 0;
  }
  .assignment dl dt::after {
    border: solid 6.25vw transparent;
    border-top-color: #FFD500;
    left: 50%;
    right: initial;
    top: initial;
    bottom: -12vw;
    margin-left: -6.25vw;
  }
  .assignment dl dd {
    font-size: 5vw;
    margin-bottom: 12.5vw;
  }
  .assignment .midashi {
    display: none;
  }
  .next {
    margin-bottom: 6.25vw;
  }
  .course-wrap {
    max-width: initial;
    margin: 0 3.125vw;
  }
  .course-wrap .title {
    max-width: 80vw;
  }
  .course-data {
    padding-bottom: 21.875vw;
    margin-bottom: 15.625vw;
  }
  .course-data h1 {
    font-size: 10vw;
  }
  .course-data h2 {
    font-size: 10vw;
  }
  .course-data .target {
    font-size: 4.75vw;
    margin-bottom: 4.6875vw;
  }
  .course-data .course-text {
    font-size: 3.75vw;
  }
  .course-data .aim dl {
    display: block;
    margin: 7.8125vw 0;
  }
  .course-data .aim dl dt {
    font-size: 5vw;
  }
  .course-data .aim dl dd {
    font-size: 4.375vw;
  }
  .course-data .link a {
    padding: 3.125vw;
    font-size: 5.625vw;
    border-radius: 3.125vw;
  }
  .teacher-data {
    padding-bottom: 21.875vw;
    margin-bottom: 15.625vw;
  }
  .teacher-data h2 {
    font-size: 5vw;
    margin-bottom: 9.375vw;
  }
  .teacher-data .teacher_wrap {
    display: block;
  }
  .teacher-data .teacher_wrap .teacher + .teacher {
    margin-top: 3em;
  }
  .teacher-data .teacher_wrap .teacher .img {
    border-radius: 3.125vw;
  }
  .teacher-data .teacher_wrap .teacher .data h3 {
    font-size: 4.375vw;
  }
  .teacher-data .teacher_wrap .teacher .data h3 rt {
    font-size: 3.75vw;
  }
  .teacher-data .teacher_wrap .teacher .data .pos {
    padding: 1.5625vw 0;
  }
  .movie {
    max-width: initial;
    margin: 0 3.125vw 6.25vw;
  }
  .movie .wrap {
    margin-bottom: 3.125vw;
  }
  .movie-text {
    font-size: 5vw;
  }
  .pamphlet {
    margin: 3em 3.125vw 3em;
  }
  .pamphlet a {
    padding: 3.125vw 6.25vw;
    border-radius: 3.125vw;
  }
  .pamphlet span {
    display: block;
    margin: 0;
  }
  .copyright {
    font-size: 3.125vw;
    margin-top: 21.875vw;
    padding: 3.125vw;
  }
  .course-wrap.detail {
    padding-top: 15.625vw;
  }
  .course-wrap.detail .course-data {
    padding-bottom: 6.25vw;
    margin-bottom: 12.5vw;
  }
  .course-wrap.detail .course_detail .section1 h2 {
    border-radius: 3.125vw;
    padding: 2.5vw 4.6875vw;
    margin: 12.5vw 0 5.625vw;
  }
  .course-wrap.detail .course_detail .section1 h3 {
    margin: 5.625vw 0;
    font-size: 6.25vw;
  }
  .course-wrap.detail .course_detail .section1 ul {
    font-size: 4.6875vw;
  }
  .course-wrap.detail .course_detail .section2 {
    margin-top: 15.625vw;
  }
  .course-wrap.detail .course_detail .section2 h2 {
    font-size: 9.375vw;
    margin-bottom: 6.25vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule {
    padding: 6.25vw 0 6.25vw;
    display: block;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule + .course_schedule {
    border-top: solid 1px #707070;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_name {
    padding: 0;
    margin-bottom: 3.125vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_name h3 {
    font-size: 8.125vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_name .sub {
    font-size: 6.5625vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl {
    display: block;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dt {
    font-size: 4.6875vw;
    padding: 0.3125vw 3.125vw 0.625vw 4.6875vw;
    border-radius: 1.5625vw;
    margin-bottom: 3.125vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd {
    font-size: 4.6875vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .date strong {
    font-size: 6.25vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .remark {
    font-size: 4.6875vw;
    margin: 3.125vw 0;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .place {
    font-size: 4.6875vw;
  }
  .course-wrap.detail .course_detail .section2 .course_schedule_wrap .course_schedule .course_data dl dd .place strong {
    font-size: 6.25vw;
  }
  .course-wrap.detail .course_detail .form_link {
    margin-top: 12.5vw;
    margin-bottom: 31.25vw;
  }
  .course-wrap.detail .course_detail .form_link a {
    font-size: 9.375vw;
    padding: 6.25vw;
    border-radius: 3.125vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}/*# sourceMappingURL=style.css.map */