@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
/* color
=========================================== */
/* font
=========================================== */
/* html
=========================================== */
html {
  line-height: 1.6;
}

body {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

/* section
=========================================== */
section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

/* bg
=========================================== */
.contactBoxbg {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
}

article {
  background: #fff;
}

/* container
=========================================== */
.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .container {
    width: 96%;
  }
}

/* flex
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* submenu
=========================================== */
.submenu.pc.inner {
  margin-bottom: 0;
}

/* mv
=========================================== */
.mv {
  padding-top: 110px;
  padding-bottom: 80px;
  background: #F7F7F7;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.mv img {
  width: 95%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

/* text_box
=========================================== */
.text_box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .text_box {
    margin-bottom: 20px;
  }
}
.text_box span:not([class]) {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 5.4rem;
  color: #A20BC6;
  margin-bottom: 41px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .text_box span:not([class]) {
    font-size: 4rem;
    margin-bottom: 34px;
  }
}
@media (max-width: 520px) {
  .text_box span:not([class]) {
    font-size: 3.2rem;
  }
}
.text_box span:not([class]):after {
  content: "";
  position: absolute;
  border: 1px solid #A20BC6;
  height: 25px;
  bottom: -26px;
  right: 50%;
}
.text_box h2 {
  font-size: 1.6rem;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .text_box h2 {
    margin-bottom: 30px;
  }
}
.text_box p {
  font-size: 1.8rem;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .text_box p {
    font-size: 1.4rem;
  }
}

/* marker
=========================================== */
.marker {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEB3B));
  background: -webkit-linear-gradient(transparent 70%, #FFEB3B 70%);
  background: linear-gradient(transparent 70%, #FFEB3B 70%);
}

/* frame
=========================================== */
.frame h2, .frame span {
  color: #fff;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .frame h2, .frame span {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .frame h2, .frame span {
    font-size: 1.8rem;
  }
}
.frame h2 {
  background: #A20BC6;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .frame h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .frame h2 {
    padding: 18px 0;
  }
}
.frame span {
  color: #FFEB3B;
  position: relative;
}
.frame span:after {
  content: "";
  position: absolute;
  border-top: 30px solid #A20BC6;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  top: 88px;
  left: -20px;
}
@media (max-width: 767px) {
  .frame span:after {
    top: 58px;
  }
}
@media (max-width: 520px) {
  .frame span:after {
    top: 50px;
    left: -25px;
    border-top: 25px solid #A20BC6;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }
}
.frame p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .frame p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

/* about
=========================================== */
#about {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#about:before {
  content: "";
  position: absolute;
  background: url(/gakkou/img/gakkou_page_dots_pattern01.svg) no-repeat;
  max-width: 436px;
  width: 100%;
  height: 460px;
  left: 0;
  z-index: -1;
  top: -40px;
}
@media (max-width: 767px) {
  #about:before {
    content: none;
  }
}
#about .inner {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #about .inner {
    padding-bottom: 30px;
  }
}
#about .inner:after {
  content: "";
  position: absolute;
  background: #EEECFC;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  #about .inner:after {
    top: 27px;
  }
}
@media (max-width: 520px) {
  #about .inner:after {
    top: 22px;
  }
}
#about .contents {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 818px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  #about .contents {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #about .contents {
    gap: 16px;
  }
}
#about .one_content {
  width: 44%;
  border: 2px solid #A20BC6;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  #about .one_content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#about .one_content figure {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#about .one_content figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px 18px 0 0;
}
#about .one_content.one_column {
  max-width: 640px;
  width: 100%;
  padding-bottom: 30px;
}
#about .one_content.one_column .text_title {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #about .one_content.one_column .text_title {
    font-size: 1.6rem;
  }
}
#about .one_content.one_column .text_wrapper {
  text-align: left;
}
#about .one_content.one_column .text_wrapper p {
  margin-bottom: 20px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  #about .one_content.one_column .text_wrapper p {
    padding: 0 20px;
  }
}
#about .one_content.one_column .text_wrapper p:last-child {
  margin-bottom: 0;
}
#about .plus {
  margin: auto;
  width: 60px;
  height: 60px;
}
#about .content_text .text_title {
  font-size: 2rem;
  color: #A20BC6;
  padding: 0;
}
@media (max-width: 767px) {
  #about .content_text .text_title {
    font-size: 1.6rem;
  }
}
#about .content_text p {
  font-size: 1.5rem;
  padding: 16px 24px 24px 24px;
}
@media (max-width: 767px) {
  #about .content_text p {
    font-size: 1.4rem;
    padding: 16px 20px 20px 20px;
  }
}
#about .introduce_video {
  margin-top: 60px;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 767px) {
  #about .introduce_video {
    margin-top: 20px;
  }
}
#about .introduce_video .introduce_video_title {
  font-size: 28px;
  color: #443CBF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #about .introduce_video .introduce_video_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
#about .introduce_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* other
=========================================== */
#other .other_box > h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFEB3B;
  padding: 20px;
  background: #A20BC6;
  text-align: center;
  border-radius: 20px 20px 0 0;
  border: 2px solid #A20BC6;
}
@media (max-width: 767px) {
  #other .other_box > h3 {
    font-size: 2rem;
    padding: 10px 5px;
  }
}
#other .other_box .other_text {
  padding: 40px 60px 60px;
  background: #fff;
  border: 2px solid #A20BC6;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  #other .other_box .other_text {
    padding: 24px 20px;
  }
}
#other .other_box .other_text p {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #other .other_box .other_text p {
    font-size: 1.4rem;
  }
}
#other .other_box .other_text p.attention {
  color: #EC590D;
  text-align: center;
  padding: 16px 0;
  background: #eee;
}
#other .other_box .other_text p:last-child {
  margin-bottom: 0;
}
#other .other_box .other_text .text_top {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #other .other_box .other_text .text_top {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#other .other_box .other_text .text_top > span {
  position: unset;
  background: none;
  color: #EC590D;
}

/* reason
=========================================== */
#reason {
  background: #F7F7F7;
  margin-bottom: 0;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #reason {
    padding: 40px 0;
  }
}
#reason .text_box {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #reason .text_box {
    margin-bottom: 30px;
  }
}
#reason .text_box h2 {
  margin-bottom: 0;
}
#reason .one_list {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 4px dotted #D5D5D5;
}
@media (max-width: 1080px) {
  #reason .one_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  #reason .one_list {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
#reason .one_list figure {
  max-width: 497px;
  width: 100%;
  height: 364px;
}
@media (max-width: 767px) {
  #reason .one_list figure {
    max-width: 335px;
    height: 245px;
  }
}
#reason .one_list figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reason .one_list:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  #reason .one_list:nth-child(2), #reason .one_list:nth-child(4), #reason .one_list:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#reason .list_text {
  width: 50%;
  position: relative;
}
@media (max-width: 1080px) {
  #reason .list_text {
    width: 100%;
  }
}
#reason .list_text > p {
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  #reason .list_text > p {
    font-size: 1.4rem;
  }
}
#reason .list_text > img {
  position: absolute;
  left: 0;
  top: 0;
}
#reason .list_text .list_title {
  font-size: 3.2rem;
  color: #A20BC6;
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #reason .list_text .list_title {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  #reason .list_text .list_title {
    font-size: 1.8rem;
  }
}
#reason .list_text .list_title > span {
  color: #FFEB3B;
  background: #A20BC6;
  padding: 2px 8px;
  margin: 0 5px;
}

/* study
=========================================== */
#study .program_content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 993px) {
  #study .program_content {
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#study .program_img {
  width: 1080px;
  max-width: unset;
}
#study .program_content::-webkit-scrollbar {
  padding-top: 20px;
  height: 6px;
}
#study .program_content::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
#study .program_content::-webkit-scrollbar-track {
  background: #D3D3D3;
  border-radius: 10px;
}
#study .step {
  width: 19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 993px) {
  #study .step {
    width: 31%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  #study .step {
    width: 46%;
  }
}
@media (max-width: 520px) {
  #study .step {
    width: 80%;
  }
}
#study .step .step_title {
  font-size: 2.2rem;
  margin: 10px 0;
}
#study .step .step_title img {
  width: 100%;
  height: auto;
}
#study .step .step_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#study .step .step_content p {
  font-size: 1.5rem;
  padding: 14px;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#study .step .step_content figure {
  width: 100%;
}
#study .step .step_content figure img {
  width: 100%;
  height: 100%;
}
#study .step01 .step_title {
  color: #2EA7E0;
}
#study .step01 .step_content {
  background: #D6F2FF;
}
#study .step02 .step_title {
  color: #8DC21F;
}
#study .step02 .step_content {
  background: #E8F0CE;
}
#study .step03 .step_title {
  color: #F39800;
}
#study .step03 .step_content {
  background: #FDE8C6;
}
#study .step04 .step_title {
  color: #FF6ABD;
}
#study .step04 .step_content {
  background: #FFE6F1;
}
#study .step05 .step_title {
  color: #601986;
  font-size: 1.8rem;
}
#study .step05 .step_content figure {
  max-width: 134px;
  width: 100%;
  margin: 21px auto;
}
#study .step05 .step_content span {
  background: #601986;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#study .program_text {
  background: #FFFAEE;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #study .program_text {
    padding: 14px;
  }
}
#study .program_text > p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #study .program_text > p {
    font-size: 1.4rem;
    text-align: left;
  }
}
#study .program_text > p > span.line {
  border-bottom: 1px solid #707070;
  background: none;
}
#study .program_text > p:last-child {
  margin-bottom: 0;
}

/* curriculum
=========================================== */
#curriculum {
  padding: 0 0 80px;
  margin-bottom: 0;
  background: #F7F7F7;
}
#curriculum .sec_title {
  background: -webkit-linear-gradient(135deg, #A20BC6 30%, #AF1FD1 0, #AF1FD1 50%, #A20BC6 0, #A20BC6 80%, #AF1FD1 0);
  background: linear-gradient(-45deg, #A20BC6 30%, #AF1FD1 0, #AF1FD1 50%, #A20BC6 0, #A20BC6 80%, #AF1FD1 0);
  background-size: 29px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin-bottom: 109px;
  position: relative;
}
@media (max-width: 767px) {
  #curriculum .sec_title {
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 520px) {
  #curriculum .sec_title {
    padding: 20px;
    margin-bottom: 35.5px;
  }
}
#curriculum .sec_title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 60px;
  bottom: -58px;
  left: 0;
  right: 28px;
  margin-right: auto;
  margin-left: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 5%, 50% 100%, 0 5%);
          clip-path: polygon(0 0, 100% 0%, 100% 5%, 50% 100%, 0 5%);
  background: -webkit-linear-gradient(135deg, #A20BC6 30%, #AF1FD1 0, #AF1FD1 50%, #A20BC6 0, #A20BC6 80%, #AF1FD1 0);
  background: linear-gradient(-45deg, #A20BC6 30%, #AF1FD1 0, #AF1FD1 50%, #A20BC6 0, #A20BC6 80%, #AF1FD1 0);
  background-size: 29px 29px;
}
@media (max-width: 993px) {
  #curriculum .sec_title:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  #curriculum .sec_title:after {
    width: 60px;
    height: 40px;
    bottom: -38px;
  }
}
@media (max-width: 520px) {
  #curriculum .sec_title:after {
    width: 40px;
    height: 20px;
    bottom: -18px;
  }
}
#curriculum .sec_title h2 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  #curriculum .sec_title h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 520px) {
  #curriculum .sec_title h2 {
    font-size: 1.8rem;
  }
}
#curriculum .sec_title h2 > span {
  color: #FFEB3B;
}
#curriculum .curri_content .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 993px) {
  #curriculum .curri_content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  #curriculum .curri_content .flex {
    gap: 40px;
  }
}
#curriculum .curri_content .curri_text {
  width: 69%;
}
@media (max-width: 993px) {
  #curriculum .curri_content .curri_text {
    width: 100%;
  }
}
#curriculum .curri_content .curri_text > h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #A20BC6;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #curriculum .curri_content .curri_text > h3 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 520px) {
  #curriculum .curri_content .curri_text > h3 {
    font-size: 2rem;
  }
}
#curriculum .curri_content .curri_text > p {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  #curriculum .curri_content .curri_text > p {
    font-size: 1.4rem;
  }
}
#curriculum .curri_content figure {
  max-width: 259px;
  width: 100%;
}
#curriculum .curri_content figure > img {
  width: 100%;
  height: 100%;
}
#curriculum .curri_content .under_text {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #curriculum .curri_content .under_text {
    margin-top: 30px;
  }
}
#curriculum .curri_content .under_text > p {
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 767px) {
  #curriculum .curri_content .under_text > p {
    font-size: 1.4rem;
  }
}

.caution {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .caution {
    padding: 40px 20px 0;
    font-size: 1.4rem;
    text-align: left;
  }
}

/* contactBoxbg
=========================================== */
@media (max-width: 767px) {
  .contactBoxbg {
    padding-top: 40px;
  }
}

.top_part05 {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  padding: 0 0;
  /*アコーディオン全体*/
}
.top_part05 p.text-small {
  text-align: center;
}
@media (max-width: 767px) {
  .top_part05 .parts_inner {
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top_part05 .sp_none {
    display: none;
  }
}
@media (min-width: 768px) {
  .top_part05 .pc_none {
    display: none;
  }
}
.top_part05 p.parts_text {
  text-align: auto;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .top_part05 p.parts_text {
    width: 96%;
    margin: 10px auto 70px;
  }
}
.top_part05 p.parts_text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .top_part05 p.parts_text {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .top_part05 div.parts_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .top_part05 div.parts_inner figure {
    width: 50%;
  }
}
.top_part05 .ttl h2 {
  color: #333;
  line-height: 1.8;
  font-size: 3.6rem;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top_part05 .ttl h2 {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 2rem;
  }
}
.top_part05 .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE372));
  background: -webkit-linear-gradient(transparent 60%, #FFE372 60%);
  background: linear-gradient(transparent 60%, #FFE372 60%);
  padding-bottom: 0.1em;
}
.top_part05 h3 {
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top_part05 h3 {
    font-size: 2rem;
  }
}
.top_part05 h3::before {
  content: none;
}
@media (min-width: 768px) {
  .top_part05 .text-small {
    font-size: 1.4rem;
  }
}
.top_part05 .list_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .top_part05 .list_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_part05 .list_wrapper h4 {
  background: -webkit-linear-gradient(315deg, #0439AF 0%, #0439AF 100%);
  background: linear-gradient(135deg, #0439AF 0%, #0439AF 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 14px 50px;
  margin-bottom: 0;
  text-align: center;
}
.top_part05 .list_wrapper h4::before {
  content: none;
}
.top_part05 .list_wrapper div:nth-of-type(2) {
  width: 100%;
}
.top_part05 .list_wrapper .local_list {
  background: #E9F0FF;
  padding: 30px;
}
.top_part05 .list_wrapper .local_list dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_part05 .list_wrapper .local_list dl div dt {
  width: 75px;
}
@media (max-width: 767px) {
  .top_part05 .list_wrapper .local_list dl div dt {
    width: 95px;
    font-size: 1.5rem;
  }
}
.top_part05 .list_wrapper .local_list dl div dd {
  width: 280px;
  text-align: justify;
}
@media (max-width: 1023px) {
  .top_part05 .list_wrapper .local_list dl div dd {
    width: 100%;
    max-width: 490px;
    font-size: 1.5rem;
  }
}
.top_part05 .list_wrapper .local_list dl div + div {
  margin-top: 10px;
}
.top_part05 .list_wrapper .school_list {
  margin-bottom: 100px;
  background: #E9F0FF;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em;
}
@media (max-width: 1200px) {
  .top_part05 .list_wrapper .school_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .top_part05 .list_wrapper .school_list {
    margin-bottom: 50px;
  }
}
.top_part05 .list_wrapper .school_list ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (max-width: 1200px) {
  .top_part05 .list_wrapper .school_list ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .top_part05 .list_wrapper .school_list ul {
    grid-template-columns: 1fr;
  }
  .top_part05 .list_wrapper .school_list ul li {
    font-size: 1.5rem;
  }
}
.top_part05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.top_part05 .accordion_one .accordion_header {
  background: -webkit-linear-gradient(315deg, rgb(57, 131, 200) 0%, rgb(147, 194, 214) 100%);
  background: linear-gradient(135deg, rgb(57, 131, 200) 0%, rgb(147, 194, 214) 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 50px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  /*　closeというクラスがついたら形状変化　*/
}
.top_part05 .accordion_one .accordion_header::before, .top_part05 .accordion_one .accordion_header::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_part05 .accordion_one .accordion_header::before {
  top: 48%;
  left: auto;
  bottom: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top_part05 .accordion_one .accordion_header::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top_part05 .accordion_one .accordion_header .accordion_header.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top_part05 .accordion_one .accordion_header .accordion_header.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top_part05 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  background: #dce8f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_part05 .accordion_one .accordion_inner.stay {
  display: block;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac {
  margin: 0;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .top_part05 .accordion_one .accordion_inner .txt_a_ac ul {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac ul li {
  width: 95%;
  margin-left: 20px;
  line-height: 1.8;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac.accordion_01 ul {
  grid-template-columns: 1fr;
  gap: 5px;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac.accordion_03 ul {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .top_part05 .accordion_one .accordion_inner .txt_a_ac.accordion_03 ul {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac h3 {
  color: #333;
  text-align: left;
  margin-top: 30px;
  font-size: 2rem;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac h3::before {
  content: none;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac .accordion_text {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1.8;
}
.top_part05 .accordion_one .accordion_inner .txt_a_ac .accordion_text .marker_yellow {
  color: #F12222;
}
@media screen and (max-width: 1024px) {
  .top_part05 .accordion_one .accordion_header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top_part05 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

@media (max-width: 767px) {
  .top_part05 p {
    font-size: 1.3rem;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .top_part05 .list_wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}