@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP&family=Yuji+Syuku&family=Zen+Antique+Soft&display=swap");
.mv img {
  display: block;
  width: 100%;
  height: auto;
}

.mv3 .img {
  display: block;
  width: 100%;
  height: auto;
}

section .sec_inner {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
}
section .sec_inner h2 {
  font-size: 2.2rem;
  text-align: center;
}

section.top_about .top_about_area {
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 800px) {
  section.top_about .top_about_area {
    flex-direction: column-reverse;
  }
}
section.top_about .top_about_area .about_left {
  width: 50%;
}
@media (max-width: 800px) {
  section.top_about .top_about_area .about_left {
    width: 100%;
    margin-top: 2rem;
  }
}
section.top_about .top_about_area .about_left h3 {
  font-size: 1.6rem;
}
section.top_about .top_about_area .about_left h3 span {
  font-size: 1rem;
}
section.top_about .top_about_area .about_left p {
  margin-top: 2rem;
}
section.top_about .top_about_area .about_left dl dt {
  display: inline-block;
  margin-top: 1rem;
  background-color: #ff78d7;
  color: #f2f2f2;
  padding: 0.5rem;
  border-radius: 10px;
}
section.top_about .top_about_area .about_left dl dd {
  margin-top: 0.5rem;
}
section.top_about .top_about_area .about_rigth {
  width: 50%;
}
@media (max-width: 800px) {
  section.top_about .top_about_area .about_rigth {
    width: 100%;
  }
}
section.top_about .top_about_area .about_rigth img {
  display: block;
  width: 100%;
  height: auto;
}

section.top_works .sec_inner h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}
section.top_works .sec_inner h3::before {
  content: "⚫︎";
  font-size: 1.8rem;
  color: #d800bf;
}
section.top_works .sec_inner dl.works_area {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  section.top_works .sec_inner dl.works_area {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
  }
}
section.top_works .sec_inner dl.works_area .works_blk {
  width: 30%;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 5px;
}
@media (max-width: 800px) {
  section.top_works .sec_inner dl.works_area .works_blk {
    width: 48%;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  section.top_works .sec_inner dl.works_area .works_blk {
    width: 100%;
  }
}
section.top_works .sec_inner dl.works_area .works_blk dt {
  order: 2;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  section.top_works .sec_inner dl.works_area .works_blk dt {
    font-size: 1rem;
    color: #ff1c1c;
  }
}
section.top_works .sec_inner dl.works_area .works_blk dd {
  margin-top: 1rem;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(1) {
  order: 3;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(2) {
  order: 4;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(2) a {
  display: block;
  width: 100%;
  background-color: #ff06b8;
  color: #f2f2f2;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(3) {
  order: 1;
  margin: 0;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(3) img {
  display: block;
  width: 100%;
  height: auto;
}
section.top_works .sec_inner ul.grid_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 800px) {
  section.top_works .sec_inner ul.grid_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  section.top_works .sec_inner ul.grid_list {
    grid-template-columns: none;
  }
}
section.top_works .sec_inner ul.grid_list li {
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 5px;
}
section.top_works .sec_inner ul.grid_list li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.top_works .sec_inner ul.grid_list li a {
  display: block;
  width: 100%;
  background-color: #d800bf;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1rem 0;
}

section.flex_lesson {
  background-color: #d800bf;
}
section.flex_lesson .sec_inner dl.lesson_area {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 5px;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dt {
  order: 2;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dd {
  margin-top: 1rem;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dd:nth-of-type(1) {
  order: 3;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dd:nth-of-type(2) {
  order: 4;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dd:nth-of-type(2) a {
  display: block;
  width: 100%;
  background-color: #000000;
  color: #f2f2f2;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dd:nth-of-type(3) {
  order: 1;
  margin: 0;
}
section.flex_lesson .sec_inner dl.lesson_area .lesson_blk dd img {
  display: block;
  width: 100%;
  height: auto;
}
section.flex_lesson .sec_inner .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  grid-template-rows: 200px 200px;
}
section.flex_lesson .sec_inner .container .item {
  background-color: #5d00ff;
  color: #ffffff;
  padding: 1rem;
}

section.skill {
  background-color: #236cff;
}
section.skill .sec_inner h2 {
  font-size: 3rem;
}
section.skill .sec_inner dl {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 800px) {
  section.skill .sec_inner dl {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
  }
}
section.skill .sec_inner dl div.skill_blk {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 800px) {
  section.skill .sec_inner dl div.skill_blk {
    width: 48%;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  section.skill .sec_inner dl div.skill_blk {
    width: 100%;
    margin-top: 1rem;
  }
}
section.skill .sec_inner dl div.skill_blk dt {
  order: 2;
  font-size: 1.5rem;
  text-align: center;
}
section.skill .sec_inner dl div.skill_blk dd.skill_list {
  order: 3;
}
section.skill .sec_inner dl div.skill_blk dd.skill_list ul li {
  font-size: 1.2rem;
  margin-top: 1rem;
}
section.skill .sec_inner dl div.skill_blk dd.skill_list ul li::before {
  content: "⚫︎";
  color: #d800bf;
}
section.skill .sec_inner dl div.skill_blk dd.img {
  order: 1;
}
section.skill .sec_inner dl div.skill_blk dd.img img {
  display: block;
  width: 80%;
  height: auto;
  margin: 2rem auto;
}

section.thegoal {
  background-color: #32e53b;
}
section.thegoal .sec_inner h2 {
  font-size: 3rem;
}
section.thegoal .sec_inner p {
  margin-top: 1rem;
  background-color: #5d00ff;
  padding: 1.3rem;
}
section.thegoal .sec_inner dl {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 800px) {
  section.thegoal .sec_inner dl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.thegoal .sec_inner dl div.tehgoal_blk {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

section.contact .sec_inner table {
  width: 80%;
  margin: 2rem auto;
}
@media (max-width: 480px) {
  section.contact .sec_inner table {
    width: 100%;
  }
}
section.contact .sec_inner table tbody tr {
  border-bottom: 1px solid #000000;
}
section.contact .sec_inner table tbody tr:nth-child(odd) {
  background-color: #d800bf;
}
section.contact .sec_inner table tbody tr:nth-child(even) {
  background-color: #77af00;
}
section.contact .sec_inner table tbody tr th, section.contact .sec_inner table tbody tr td {
  padding: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  section.contact .sec_inner table tbody tr th, section.contact .sec_inner table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.5rem;
  }
}
section.contact .sec_inner table tbody tr th {
  width: 20%;
}
@media (max-width: 480px) {
  section.contact .sec_inner table tbody tr th {
    width: 100%;
  }
}
section.contact .sec_inner table tbody tr td a {
  color: #10a2c7;
  text-decoration: underline;
}/*# sourceMappingURL=index.css.map */