main *,
main *::before,
main *::after{ box-sizing: border-box;}
main {
  overflow: hidden;
}
html {
  color: #333;
}
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  body{
    font-size: 14px;
  }
}

/* ------------------------------
inner
------------------------------ */
.inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 90px;
}
@media screen and (max-width: 599px) {
  .inner {
    padding: 40px 0;
  }
}

/* ------------------------------
image
------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
display
------------------------------ */
.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sp_tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .tab_pc {
    display: inherit;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .sp_tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none ;
  }
  .sp {
    display: inherit;
  }
  .tab_pc {
    display: none;
  }
}

/* ------------------------------
text
------------------------------ */
.txt_red {
  color: #e60012;
}
.txt_orange {
  color: #ea5520
}
.txt_blue {
  color: #004CF8;
}
.txt_bold {
  font-weight: bold;
}
.txt_s {
  font-size: .75em;
}
.txt_base {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .txt_base {
    font-size: 14px;
  }
}
.lh12 { line-height: 1.2 !important;}

/* ------------------------------
background
------------------------------ */
.bg_01 {
  background-color: rgba(255, 245, 0, 0.05);
}
.bg_02 {
  background-color: rgba(94, 118, 167, 0.05);
}
.bg_grid {
  background-image: linear-gradient(0deg, rgba(67, 161, 197, 0.05) calc(100% - 1px), rgba(67, 161, 197, 0.15) calc(100% - 1px)), linear-gradient(90deg, rgba(67, 161, 197, 0.05) calc(100% - 1px), rgba(67, 161, 197, 0.15) calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
}
.bg_gradient{
  background: rgb(231,246,251);
  background: linear-gradient(90deg, rgba(231,246,251,1) 0%, rgba(238,238,251,1) 70%); 
}

/* ------------------------------
marker
------------------------------ */
.marker_01 {
  background: linear-gradient(transparent 70%, rgb(255, 245, 0) 70%);
}

/* ------------------------------
button
------------------------------ */
/* btn_01 */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.5em 25px 0.5em 1em;
  background: linear-gradient(135deg, #da5a3a 0%,#e24667 100%);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_01:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .btn_01 {
    font-size: 16px;
  }
}

/* btn_entry */
.btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 1.5em 40px 1.5em 1em;
  background: #c6272e;
  border-radius: 10px;
  box-shadow: 0 2px 0 #4E4949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.btn_entry::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  content: '';
}
.btn_entry::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background: #c6272e;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
}
.btn_entry:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .btn_entry {
    font-size: 18px;
  }
}

/* ------------------------------
heading
------------------------------ */
/* heading_01 */
.heading_01 {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.heading_01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #5e76a7;
  content: '';
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 23px;
  }
  .heading_01::after {
    width: 100px;
  }
}
/* heading_02 */
.heading_02 {
  margin-bottom: 1.2em;
  color: #000;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 36px;
  font-weight: bold;
}
.heading_02 .en {
  display: inline-block;
  padding-bottom: 0.3em;
  font-size: 60px;
  line-height: 1;
}
.heading_02 .ttl {
  display: inline-block;
  padding-top: 0.3em;
  border-top: 1px solid #000;
}
@media screen and (max-width: 599px) {
  .heading_02 {
    font-size: 23px;
  }
  .heading_02 .en {
    font-size: 40px;
  }
}

/* ------------------------------
h1
------------------------------ */
h1 .mv_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  h1 .mv_sp {
    display: block;
  }
  h1 .mv_pc {
    display: none;
  }
}

/* ------------------------------
catch
------------------------------ */
.catch {
  padding: 65px 4%;
  text-align: center;
}
.catch .txt {
  font-size: 20px;
  line-height: 2;
}
.catch .strong {
  margin-bottom: 2.0em;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-weight: bold;
}
.catch .strong span {
  display: inline-block;
  padding: 0 0.3em;
  background: linear-gradient(transparent 60%, rgba(255, 241, 0, 0.5) 60%);
  font-size: 36px;
}
@media screen and (min-width: 600px) {
  .catch .strong {
    line-height: 1.4;
  }
  .catch .strong span:nth-child(1) {
    padding-right: 0;
  }
  .catch .strong span:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .catch {
    padding: 40px 4%;
  }
  .catch .txt {
    font-size: 14px;
  }
  .catch .strong span {
    font-size: 23px;
  }
}

/* ------------------------------
about
------------------------------ */
.about {
  position: relative;
  background: #ececec;
}
.about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 410px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #f5f5f5;
  content: '';
}
.about::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 730px;
  height: 600px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: #f5f5f5;
  content: '';
}
.about .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.about h2 {
  position: inherit;
  z-index: 1;
}
.about p {
  line-height: 2;
}
.about p + p {
  margin-top: 2em;
}
.about p .marker {
  background: linear-gradient(transparent 40%, rgba(97, 188, 182, 0.2) 40%);
}
.about h3 {
  position: relative;
  margin: 2em 0 2.8em;
  color: #5e76a7;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.about h3::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #5e76a7;
  content: '';
}
.about h3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1.5em;
  background: #ececec;
}
@media screen and (max-width: 599px) {
  .about::before {
    width: 90px;
    height: 530px;
  }
  .about::after {
    width: 220px;
    height: 680px;
  }
  .about h3 {
    font-size: 23px;
  }
  .about h3 span {
    padding: 0 1em;
  }
}
/* point_list */
.about .point_list li {
  position: relative;
  padding: 68px 28px 34px;
  background: #fff;
  border: 1px solid #5e76a7;
  border-radius: 5px;
}
.about .point_list .ico_point {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #5e76a7;
  border-radius: 50%;
  color: #fff;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.about .point_list .ico_point .num {
  display: inline-block;
  padding-top: 0.2em;
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 36px;
}
.about .point_list h4 {
  margin-bottom: 0.5em;
  color: #5e76a7;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about .ico_plus {
  position: relative;
  width: 53px;
  height: 53px;
  margin: 65px auto;
}
.about .ico_plus::before,
.about .ico_plus::after {
  position: absolute;
  background: #5e76a7;
  border-radius: 9999px;
  content: '';
}
.about .ico_plus::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
}
.about .ico_plus::after {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
}
.about .point_plus_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 30px 4%;
  background: #5e76a7;
}
.about .point_plus {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2.5em 4%;
  background: #fff;
  border: 3px solid #5e76a7;
  border-radius: 5px;
  text-align: center;
}
.about .point_plus h4 {
  margin-bottom: 1em;
  color: #5e76a7;
  font-size: 24px;
  font-weight: bold;
}
.about .point_list li .point_img{
  margin: 1em 0;
}
@media screen and (min-width: 600px) {
  .about .point_list li {
    width: 48%;
  }
  .about .point_list{
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .about .point_list li {
    margin-left: 0;
    padding: 70px 6% 1.5em;
  }
  .about .point_list li + li {
    margin-top: 70px;
  }
  .about .point_list .ico_point {
    top: -37px;
  }
  .about .point_list h4 {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .about .point_plus_wrap {
    padding: 20px 2%;
  }
  .about .point_plus {
    padding: 1.5em 3%;
  }
  .about .point_plus h4 {
    font-size: 16px;
    letter-spacing: normal;
  }
  .about .point_plus p {
    padding: 0 1em;
    text-align: left;
  }
  .about .ico_plus {
    margin: 35px auto;
  }
}

/* ------------------------------
outline
------------------------------ */
.outline .schedule_box {
  background: #fff;
  border: 4px solid;
  border-radius: 10px 10px 0 0;
}
.outline .schedule_box + .schedule_box {
  margin-top: 40px;
}
.outline .schedule_box h3 {
  padding: 0.5em;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.outline .schedule_box .schedule_box_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 4%;
  padding: 30px 3%;
}
.outline .schedule_box .class_schedule {
  grid-row-start: 1;
  grid-row-end: 2;
}
.outline .schedule_box .time_schedule {
  grid-row-start: 2;
  grid-row-end: 3;
}
.outline .schedule_box .curriculum {
  grid-row-start: 1;
  grid-row-end: 3;
}
.outline .schedule_box dt {
  font-size: 20px;
  font-weight: bold;
}
.outline .schedule_box dt .txt_s {
  font-size: 16px;
}
.outline .class_schedule dd {
  font-size: 24px;
}
.outline .class_schedule dd .txt_s {
  font-size: 16px;
}
.outline .schedule_box .table_outer {
  margin-top: 10px;
  border: 2px solid;
  border-radius: 5px;
}
.outline .time_schedule .table_outer {
  padding: 10px 0;
}
.outline .schedule_box .table_01 {
  width: 100%;
}
.outline .time_schedule .table_01 td {
  padding: 0.1em 0.3em 0.1em 1em;
}
.outline .time_schedule .table_01 td:nth-child(1) {
  width: 8em;
  padding-right: 0;
}
.outline .time_schedule .table_01 .pb_l {
  padding-bottom: 0.5em;
}
.outline .time_schedule .table_01 .pt_l {
  padding-top: 0.5em;
}
.outline .schedule_box .table_01 .txt_s {
  font-size: 14px;
}
.outline .curriculum .table_outer {
  padding: 15px 0 15px 10px;
}
.outline .curriculum .table_01 th {
  width: 1.6em;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
.outline .curriculum .table_01 td {
  padding: 0 0.5em;
}
.outline .curriculum .table_01 td:nth-child(1) {
  width: 3.5em;
  padding-right: 0;
}
.outline .curriculum .table_01 .bd {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.outline .curriculum .curriculum_link {
  margin-top: 0.5em;
  text-align: center;
}
.outline .schedule_box.kabu,
.outline .schedule_box.kabu .table_outer {
  border-color: #5e76a7;
}
.outline .schedule_box.kabu h3 {
  background: #5e76a7;
}
.outline .schedule_box.kabu dt,
.outline .schedule_box.kabu .table_01 .col {
  color: #5e76a7;
}
.outline .schedule_box.kabu .time_schedule .table_01 .bg {
  background: rgba(94, 118, 167, 0.1);
  border-bottom: 1px dashed #5e76a7;
}
.outline .schedule_box.kabu .curriculum .table_01 .bg {
  background: rgba(94, 118, 167, 0.1);
}
.outline .schedule_box.kabu .curriculum .table_01 th {
  background: #5e76a7;
}
.outline .schedule_box.fudo,
.outline .schedule_box.fudo .table_outer {
  border-color: #44a1c5;
}
.outline .schedule_box.fudo h3 {
  background: #44a1c5;
}
.outline .schedule_box.fudo dt,
.outline .schedule_box.fudo .table_01 .col {
  color: #44a1c5;
}
.outline .schedule_box.fudo .time_schedule .table_01 .bg {
  background: rgba(68, 161, 197, 0.1);
  border-bottom: 1px dashed #44a1c5;
}
.outline .schedule_box.fudo .curriculum .table_01 .bg {
  background: rgba(68, 161, 197, 0.1);
}
.outline .schedule_box.fudo .curriculum .table_01 th {
  background: #44a1c5;
}
.outline .schedule_box.mf,
.outline .schedule_box.mf .table_outer {
  border-color: #8a9f55;
}
.outline .schedule_box.mf h3 {
  background: #8a9f55;
}
.outline .schedule_box.mf dt,
.outline .schedule_box.mf .table_01 .col {
  color: #8a9f55;
}
.outline .schedule_box.mf .time_schedule .table_01 .bg {
  background: rgba(138, 159, 85, 0.1);
  border-bottom: 1px dashed #8a9f55;
}
.outline .schedule_box.mf .curriculum .table_01 .bg {
  background: rgba(138, 159, 85, 0.1);
}
.outline .schedule_box.mf .curriculum .table_01 th {
  background: #8a9f55;
}
.outline .outline_note {
  margin-top: 1em;
}
.outline .requirements {
  margin-top: 50px;
  border: 2px solid #5e76a7
}
.outline .requirements dt {
  padding: 0.2em 1em 0.3em;
  background: #5e76a7;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.outline .requirements dd {
  padding: 1em 1.5em;
  background: #fff;
  color: #000;
  font-size: 20px;
}
.outline .requirements dd .note_list {
  margin-top: 0.5em;
}
.outline .requirements dd .note_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.outline .requirements .period {
  font-size: 24px;
  text-align: center;
}
.outline .requirements .period .marker_01 {
  padding-bottom: 0.1em;
  background: linear-gradient(transparent 50%, rgb(255, 245, 0) 50%);
}
.outline .requirements .period .txt_l {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .outline .inner {
    width: 100%;
  }
  .outline .schedule_box + .schedule_box {
    margin-top: 35px;
  }
  .outline .schedule_box h3 {
    font-size: 24px;
  }
  .outline .schedule_box .schedule_box_inner {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 20px;
    padding: 30px 3%;
  }
  .outline .schedule_box .class_schedule {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .outline .schedule_box .time_schedule {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .outline .schedule_box .curriculum {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .outline .curriculum .table_outer {
    padding: 10px 0 10px 5px;
  }
  .outline .schedule_box dt .shorten {
    letter-spacing: -0.03em;
  }
  .outline .class_schedule dd {
    font-size: 20px;
  }
  .outline .class_schedule dd .txt_s {
    font-size: 14px;
  }
  .outline .outline_note {
    margin: 1em 2% 0;
  }
  .outline .requirements {
    margin: 50px 2% 0;
  }
  .outline .requirements dt {
    font-size: 20px;
  }
  .outline .requirements dd {
    padding: 1em;
    font-size: 18px;
  }
  .outline .requirements .period {
    font-size: 14px;
  }
  .outline .requirements .period .txt_l {
    font-size: 26px;
  }
}

/* ------------------------------
entry_flow
------------------------------ */
.entry_flow {
  position: relative;
  margin-bottom: 100px;
}
.entry_flow::after {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 100%;
  height: 100px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: rgba(94, 118, 167, 0.05);
  content: '';
}
.entry_flow .inner {
  padding-bottom: 20px;
}
.entry_flow .target_list li {
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 28px;
  font-weight: bold;
}
.entry_flow .target_list li .ico_circle {
  color: #5e76a7;
}
.entry_flow .step_list {
  margin-top: 80px;
}
.entry_flow .step_list li {
  position: relative;
  padding-left: 118px;
}
.entry_flow .step_list li + li {
  margin-top: 5px;
}
.entry_flow .step_list li::before {
  position: absolute;
  top: 95px;
  left: 44px;
  width: 3px;
  height: calc(100% - 105px);
  background: #5e76a7;
  content: '';
}
.entry_flow .step_list li::after {
  position: absolute;
  bottom: 0;
  left: 37px;
  border-top: 14px solid #5e76a7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
}
.entry_flow .step_list li:last-child::before,
.entry_flow .step_list li:last-child::after {
  content: none;
}
.entry_flow .step_list .ico_step {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #5e76a7;
  border-radius: 50%;
  color: #fff;
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.entry_flow .step_list .ico_step .num {
  display: inline-block;
  padding-top: 0.2em;
  font-size: 36px;
}
.entry_flow .step_list .step_txt {
  padding-top: 10px;
}
.entry_flow .step_list h3 {
  margin-bottom: 0.3em;
  color: #5e76a7;
  font-size: 28px;
  font-weight: bold;
}
.entry_flow .entry_flow_note {
  margin-top: 2em;
  padding-left: 1em;
  text-indent: -1em;
}
.entry_flow .note_box {
  margin-top: 2em;
  padding: 0.6em 1em;
  border: 1px solid #5e76a7;
  color: #5e76a7;
  font-size: 14px;
  text-align: center;
}
.entry_flow .note_box p {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .entry_flow .step_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 160px;
  }
  .entry_flow .step_list .step_txt {
    width: 72%;
  }
  .entry_flow .step_list .step_img {
    width: 26.3%;
  }
}
@media screen and (max-width: 599px) {
  .entry_flow {
    margin-bottom: 60px;
  }
  .entry_flow::after {
    bottom: -60px;
    height: 60px;
  }
  .entry_flow .target_list li {
    font-size: 20px;
  }
  .entry_flow .step_list {
    margin-top: 40px;
  }
  .entry_flow .step_list li {
    padding-left: 95px;
    padding-bottom: 20px
  }
  .entry_flow .step_list li::before {
    top: 85px;
    left: 31px;
    height: calc(100% - 90px);
  }
  .entry_flow .step_list li::after {
    bottom: 0;
    left: 25px;
    border-top: 12px solid #61BCB6;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .entry_flow .step_list .ico_step {
    left: -5px;
    width: 75px;
    height: 75px;
    font-size: 15px;
  }
  .entry_flow .step_list .ico_step .num {
    font-size: 30px;
  }
  .entry_flow .step_list h3 {
    font-size: 20px;
  }
  .entry_flow .step_list .increase {
    display: none;
  }
  .entry_flow .step_list .step_img {
    margin-top: 10px;
  }
  .entry_flow .note_box {
    margin-top: 1.5em;
    font-size: 12px;
  }
}

/* ------------------------------
trial_seminar
------------------------------ */
.trial_seminar .trial_seminar_frame {
  padding: 40px 5%;
}
.trial_seminar .web_seminar_img {
  margin: 0 auto;
}
.trial_seminar .seminar_detail_table {
  width: 100%;
  border-collapse: collapse;
}
.trial_seminar .seminar_detail_table th,
.trial_seminar .seminar_detail_table td {
  padding: 1em;
  border: 1px solid #5e76a7;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.trial_seminar .seminar_detail_table th {
  width: 8em;
  background: #eef0f5;
  text-align: center;
}
.trial_seminar .seminar_detail_table td {
  background: #fff;
}
.trial_seminar .btn_area {
  margin-top: 20px;
  text-align: center;
}
.trial_seminar .entry_btn_txt {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em 2em 0.1em;
  color: #e16f4e;
  font-size: 20px;
  line-height: 1;
}
.trial_seminar .entry_btn_txt::before,
.trial_seminar .entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 1.8em;
  border-top: 1px dashed #e16f4e;
  content: '';
}
.trial_seminar .entry_btn_txt::before {
  left: 0;
  transform: rotate(60deg);
}
.trial_seminar .entry_btn_txt::after {
  right: 0;
  transform: rotate(-60deg);
}
.trial_seminar .btn_01 {
  max-width: none;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .trial_seminar .trial_seminar_frame {
    display: grid;
    grid-template-columns: 50% 45%;
    column-gap: 5%;
  }
  .trial_seminar .web_seminar_img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .trial_seminar .seminar_detail_table {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .trial_seminar .btn_area {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 919px) {
  .trial_seminar .trial_seminar_frame {
    grid-template-columns: 50% 47%;
    column-gap: 3%;
    padding: 40px 3%;
  }
}
@media screen and (max-width: 839px) {
  .trial_seminar .seminar_detail_table th {
    width: 7em;
  }
  .trial_seminar .entry_btn_txt{
    font-size: 16px;
  }
}
@media screen and (max-width: 699px) {
  .trial_seminar .trial_seminar_frame {
    padding: 40px 5%;
  }
  .trial_seminar .seminar_detail_table {
    margin-top: 30px;
  }
  .trial_seminar .seminar_detail_table th {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .trial_seminar .trial_seminar_frame {
    padding: 20px 5%;
  }
  .trial_seminar .seminar_detail_table {
    margin-top: 20px;
  }
  .trial_seminar .seminar_detail_table th,
  .trial_seminar .seminar_detail_table td {
    padding: 0.6em;
    font-size: 14px;
  }
  .trial_seminar .entry_btn_txt {
    font-size: 14px;
  }
  .trial_seminar .btn_area {
    margin-top: 30px;
  }
  .trial_seminar .btn_01 {
    font-size: 16px;
  }
}

/* ------------------------------
instructor
------------------------------ */
.instructor {
  position: relative;
}
.instructor::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(27% 0, 100% 0, 100% 88%, 82% 100%, 14% 100%, 0 92%, 0 24%);
  background: #f5f5f5;
  content: '';
}
.instructor::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(28% 0, 100% 0, 100% 81%, 45% 100%, 42% 100%, 0 88%, 0 33%);
  background: #e6e6e6;
  content: '';
}
.instructor .inner {
  position: inherit;
  z-index: 1;
  max-width: 1444px;
  padding-bottom: 140px;
}
.instructor h2 {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 1.2em;
}
.instructor .heading_02 .en {
  border-bottom: 1px solid #000;
}
.instructor .heading_02 .ttl {
  border-top: 0;
}
.instructor .list_instructor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instructor .list_instructor li {
  position: relative;
  width: 31%;;
  max-width: 351px;
  text-align: center;
  cursor: pointer;
}
.instructor .list_instructor .school_name {
  display: inline-block;
  position: absolute;
  left: -0.9vw;
  bottom: 17.5vw;
  padding: 0.4em 0.8em;
  border: 1px solid #000;
  font-size: 1.2vw;
  line-height: 1.4;
}
.instructor .list_instructor .catchphrase {
  position: absolute;
  left: 2.86vw;
  bottom: 8.65vw;
  color: #fff;
  font-size: 2.11vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.instructor .list_instructor .instructor_name {
  display: inline-block;
  position: absolute;
  left: 2.86vw;
  bottom: 5.56vw;
  padding: 0.5em 0.7em;
  background: #fff;
  color: #000;
  font-size: 1.2vw;
  text-align: left;
  line-height: 1;
}
.instructor .list_instructor .more {
  position: absolute;
  bottom: 0.6vw;
  right: 0.6vw;
  width: 6.09vw;
  height: 6.09vw;
  padding-top: 1.5vw;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1;
}
.instructor .list_instructor .more::before {
  position: absolute;
  bottom: 1.65vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1.88vw;
  border-top: 1px solid #fff;
  content: '';
}
.instructor .list_instructor .more::after {
  position: absolute;
  bottom: 1.5vw;
  right: 2.26vw;
  transform: rotate(-42deg);
  height: 0.98vw;
  border-right: 1px solid #fff;
  content: '';
}
.instructor .modal_instructor {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100vh;
}
.instructor .modal_instructor .modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.5);
}
.instructor .instructor_detail {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 92%;
  max-width: 980px;
  padding: 40px 3%;
  background: #fff;
  border-radius: 10px;
}
.instructor .instructor_detail .btn_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
}
.instructor .instructor_detail .btn_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.instructor .instructor_detail .btn_close span::before,
.instructor .instructor_detail .btn_close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 3px;
  background: #000;
  content: '';
}
.instructor .instructor_detail .btn_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.instructor .instructor_detail .btn_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.instructor .instructor_detail .img {
  text-align: right;
}
.instructor .instructor_detail .img img {
  max-width: 300px;
}
.instructor .instructor_detail .instructor_name {
  margin-bottom: 0.3em;
  font-size: 30px;
  line-height: 1.2;
}
.instructor .instructor_detail .instructor_name span {
  font-family: 'Josefin Slab', serif;
  font-size: 25px;
}
.instructor .instructor_detail .position {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.instructor .instructor_detail .school {
  margin-bottom: 0.4em;
}
.instructor .instructor_detail .school span {
  display: inline-block;
  padding: 0.45em 1em;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.instructor .instructor_detail .school.kabu span {
  background: #5e76a7;
}
.instructor .instructor_detail .school.fudo span {
  background: #44a1c5;
}
.instructor .instructor_detail .school.mf span {
  background: #8a9f55;
}
.instructor .instructor_detail .catchphrase {
  font-size: 30px;
  font-weight: bold;
}
.instructor .instructor_detail .profile {
  max-width: 530px;
  font-size: 16px;
}
.instructor #js-modal-nose .instructor_detail {
  padding-right: 2%;
}
.instructor #js-modal-nose .instructor_detail .catchphrase {
  letter-spacing: -0.03em;
}
.instructor #js-modal-onohara .instructor_detail .catchphrase {
  letter-spacing: -0.03em;
}
.instructor #js-modal-tomatsu .instructor_detail .img img {
  max-width: 230px;
}
.instructor #js-modal-maki .instructor_detail .img img {
  max-width: 248px;
}
@media screen and (min-width: 700px) {
  .instructor .list_instructor li:hover .more {
    width: 9.55vw;
    height: 9.55vw;
    padding-top: 2.48vw;
    background: #fcee00;
    color: #000;
    font-size: 2.33vw;
    transition: all 0.5s 0s ease;
  }
  .instructor .list_instructor li:hover .more::before {
    bottom: 2.63vw;
    width: 3.01vw;
    border-top: 1px solid #000;
  }
  .instructor .list_instructor li:hover .more::after {
    bottom: 2.56vw;
    right: 3.68vw;
    height: 1.13vw;
    border-right: 1px solid #000;
  }
  .instructor .instructor_detail_inner {
    display: grid;
    grid-template-columns: 60% auto;
    align-items: end;
  }
  .instructor .instructor_detail .img {
    grid-column: 2/3;
    grid-row: 1/6;
  }
  .instructor .instructor_detail .img img {
    width: 100%;
  }
  .instructor .instructor_detail .instructor_name {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .instructor .instructor_detail .position {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: start;
  }
  .instructor .instructor_detail .school {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: start;
  }
  .instructor .instructor_detail .catchphrase {
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0.7em 0 0.5em;
  }
  .instructor .instructor_detail .profile {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .instructor #js-modal-tomatsu .instructor_detail_inner {
    grid-template-columns: 70% auto;
  }
  .instructor #js-modal-nose .instructor_detail_inner {
    grid-template-columns: 67% auto;
  }
}
@media screen and (min-width: 1256px) {
  .instructor .list_instructor .catchphrase.takeuchi {
    left: 10px;
  }
}
@media screen and (min-width: 1330px) {
  .instructor .list_instructor .school_name {
    left: -12px;
    bottom: 220px;
    font-size: 16px;
  }
  .instructor .list_instructor .catchphrase {
    left: 38px;
    bottom: 115px;
    font-size: 28px;
  }
  .instructor .list_instructor .instructor_name {
    left: 38px;
    bottom: 74px;
    font-size: 16px;
  }
  .instructor .list_instructor .more {
    bottom: 8px;
    right: 8px;
    width: 81px;
    height: 81px;
    font-size: 20px;
  }
  .instructor .list_instructor .more::before {
    bottom: 22px;
    width: 25px;
  }
  .instructor .list_instructor .more::after {
    bottom: 21px;
    right: 31px;
    height: 13px;
  }
  .instructor .list_instructor li:hover .more {
    width: 127px;
    height: 127px;
    padding-top: 33px;
    font-size: 31px;
  }
  .instructor .list_instructor li:hover .more::before {
    bottom: 35px;
    width: 40px;
  }
  .instructor .list_instructor li:hover .more::after {
    bottom: 34px;
    right: 49px;
    height: 15px;
  }
  .instructor .instructor_detail_inner {
    grid-template-columns: 550px auto;
  }
}
@media screen and (max-width: 699px) {
  .instructor::before {
    clip-path: polygon(26.5% 0, 100% 0, 100% 93%, 82% 100%, 8% 100%, 0 94%, 0 16%);
  }
  .instructor::after {
    clip-path: polygon(28% 0, 100% 0, 100% 81%, 57% 100%, 48% 100%, 0 87%, 0 20%);
  }
  .instructor .inner {
    width: 100%;
    padding: 10px 2% 50px 6%;
  }
  .instructor .list_instructor {
    flex-direction: column;
  }
  .instructor .list_instructor li {
    width: 55%;
    margin: 0;
  }
  .instructor .list_instructor li:nth-child(2) {
    align-self: flex-end;
  }
  .instructor .list_instructor li:nth-child(n + 2) {
    margin-top: -20px;
  }
  .instructor .list_instructor .school_name {
    left: -4.6vw;
    bottom: 26.4vw;
    padding: 0.2em;
    font-size: 3.2vw;
  }
  .instructor .list_instructor .catchphrase {
    left: 2.86vw;
    bottom: 16vw;
    font-size: 3.2vw;
  }
  .instructor .list_instructor .instructor_name {
    left: 2.86vw;
    bottom: 8.5vw;
    padding: 0.5em 0.7em;
    font-size: 3.2vw;
  }
  .instructor .list_instructor .more {
    bottom: 1.52vw;
    right: 1.2vw;
    width: 13.33vw;
    height: 13.33vw;
    padding-top: 3.73vw;
    font-size: 3.2vw;
  }
  .instructor .list_instructor .more::before {
    position: absolute;
    bottom: 3.8vw;
    width: 3.47vw;
  }
  .instructor .list_instructor .more::after {
    position: absolute;
    bottom: 3.8vw;
    right: 5.4vw;
    height: 1.7vw;
  }
  .instructor .instructor_detail {
    width: 90%;
    max-height: 90%;
    padding: 20px 2% 20px 4%;
    text-align: center;
  }
  .instructor .instructor_detail_inner {
    overflow-y: auto;
    max-height: 80vh;
    padding-right: 3%;
  }
  .instructor .instructor_detail .img {
    margin-bottom: 15px;
    text-align: center;
  }
  .instructor .instructor_detail .img img {
    max-width: none;
    max-height: 200px;
  } 
  .instructor .instructor_detail .instructor_name {
    margin-bottom: 0.2em;
    font-size: 25px;
    line-height: 1.2;
  }
  .instructor .instructor_detail .instructor_name span {
    font-size: 20px;
  }
  .instructor .instructor_detail .position {
    margin-bottom: 0.6em;
    font-size: 14px;
  }
  .instructor .instructor_detail .school {
    margin-bottom: 0.8em;
  }
  .instructor .instructor_detail .catchphrase {
    margin-bottom: 1.2em;
    font-size: 20px;
    text-align: left;
  }
  .instructor .instructor_detail .profile {
    font-size: 14px;
    text-align: left;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry .sub {
  margin-bottom: 0.6em;
  color: #5e76a7;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.entry .sub span {
  display: inline-block;
  position: relative;
  padding: 0 1.8em;
}
.entry .sub span::before,
.entry .sub span::after {
  position: absolute;
  bottom: 0;
  height: 1.6em;
  border-left: 1px dashed #5e76a7;
  content: '';
}
.entry .sub span::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.entry .sub span::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.entry .table_wrap {
  max-width: 770px;
  margin: 0 auto;
}
.entry .tbl_app {
  width: 100%;
  border-top: 1px solid #5e76a7;
  border-left: 1px solid #5e76a7;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.entry .tbl_app th,
.entry .tbl_app td {
  border-right: 1px solid #5e76a7;
  border-bottom: 1px solid #5e76a7;
  padding: 20px;
}
.entry .tbl_app th {
  background: rgba(94,118,167,.05);
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  padding: 20px 10px;
}
.entry .tbl_app td {
  background: #fff;
}
.entry .tbl_app .note_list {
  margin-top: 0.5em;
  font-size: 14px;
}
.entry .tbl_subtotal {
  margin: 0 0 45px auto;
  width: 80%;
  max-width: 400px;
  border-top: 2px solid #5e76a7;
  border-left: 2px solid #5e76a7;
  letter-spacing: normal;
}
.entry .tbl_subtotal th,
.entry .tbl_subtotal td {
  border-right: 2px solid #5e76a7;
  border-bottom: 2px solid #5e76a7;
  padding: 20px 25px;
}
.entry .tbl_subtotal th {
  background: #f7f8fb;
  font-weight: normal;
  text-align: center;
}
.entry .tbl_subtotal td {
  background: #fff;
  text-align: right;
}
.entry .tbl_subtotal td .price {
  color: #5e76a7;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .entry .sub {
    font-size: 18px;
  }
  .entry .tbl_app th,
  .entry .tbl_app td,
  .entry .tbl_subtotal th,
  .entry .tbl_subtotal td {
    display: block;
    padding: 20px 5%;
  }
  .entry .tbl_app th,
  .entry .tbl_subtotal th {
    padding: 12px 10px;
  }
  .entry .tbl_app td {
    padding: 20px 3%;
  }
  .entry .tbl_app .note_list {
    font-size: 12px;
  }
  .entry .tbl_subtotal {
    margin-bottom: 35px;
  }
}

/* ------------------------------
current_student
------------------------------ */
.current_student {
  color: #000;
  font-size: 20px;
}
.current_student .txt_list dd + dt {
  margin-top: 1em;
}
.current_student .txt_list dt {
  color: #5e76a7;
  font-size: 24px;
  font-weight: bold;
}
.current_student .current_student_note {
  margin-top: 2.5em;
}
.current_student a {
  text-decoration: underline;
}
.current_student a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .current_student {
    font-size: 16px;
  }
  .current_student .txt_list dt {
    font-size: 18px;
  }
  .current_student .current_student_note {
    margin-top: 2.5em;
  }
}
