@charset "UTF-8";
.p-study_support {
  background: #fff;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .p-study_support {
    padding: 25px 0;
  }
}
.p-study_support .img_center img {
  margin: 0 auto;
}
.p-study_support p {
  margin-bottom: 20px;
  font-size: 16px;
}
.p-study_support .support_title01 {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .p-study_support .support_title01 {
    font-size: 20px;
  }
}
.p-study_support .support_title01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 4px;
  background: #E5342D;
}
.p-study_support .support_title01 small {
  font-size: 16px;
}
.p-study_support .support_title02 {
  position: relative;
  border-left: 5px solid #57B9E9;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-study_support .support_title02 {
    font-size: 18px;
    display: block;
  }
}
.p-study_support .support_title02 span {
  color: #D73028;
  display: inline-block;
  border: 2px solid #D73028;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  line-height: 1;
  padding: 0.2em;
}
@media only screen and (max-width: 767px) {
  .p-study_support .support_title02 span {
    font-size: 12px;
    display: block;
    margin-left: 0;
  }
}
.p-study_support .chart {
  background: #f0f0f0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 105px 30px 105px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-study_support .chart {
    padding: 10px;
  }
}
.p-study_support .chart .img_center {
  margin-bottom: 30px;
}
.p-study_support .chart .text {
  font-size: 16px;
}
.p-study_support .simulator {
  background: #f0f0f0;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 30px;
}
.p-study_support .simulator .guide {
  font-weight: bold;
  color: #111;
  margin-bottom: 25px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-study_support .simulator .guide {
    font-size: 12px;
  }
}
.p-study_support .text_note {
  color: #aaa;
  display: inline-block;
  line-height: 170%;
  font-size: 13px;
}
.p-study_support .note {
  color: #d73028;
  font-size: 15px;
}

.table {
  margin-top: 20px;
}
.table table {
  width: 100%;
}
.table thead th {
  color: #fff;
  background: #4e575b;
  border-color: #4e575b;
  text-align: center;
}
.table tbody.text_left th, .table tbody.text_left td {
  text-align: left;
}
.table tbody.text_left th {
  background: #F7F7F7;
  width: 15%;
}
.table tbody.text_left td {
  font-size: 16px;
}
.table tbody th,
.table tbody td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eee;
  padding: 18px;
  background: #fff;
}
.table tbody th {
  text-align: center;
  font-weight: normal;
}

.flow {
  margin-bottom: 70px;
}
.flow .note {
  background: #fdf3f2;
  padding: 55px 10px;
  margin: 50px 0 0;
  text-align: center;
  color: #2A2F31;
}
@media only screen and (max-width: 767px) {
  .flow .note {
    text-align: left;
  }
}
.flow .note .title {
  text-align: center;
}
.flow .note .title span {
  border-bottom: 2px solid #d73028;
  color: #d73028;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .flow .note .title span {
    font-size: 16px;
  }
}

.contact {
  text-align: center;
  padding-top: 55px;
  border-top: 1px solid #ddd;
  margin-bottom: 70px;
}
.contact .title {
  font-size: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact .title {
    font-size: 18px;
  }
}
.contact .btn07 {
  margin-bottom: 10px;
}
.contact a {
  width: 100%;
}

.admissions_contact_wrap {
  padding-bottom: 80px;
}

.admissions_contact {
  margin-top: 40px;
  padding: 30px 50px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #222;
}
@media only screen and (max-width: 767px) {
  .admissions_contact {
    padding: 15px;
  }
}
.admissions_contact .row {
  align-items: center;
}
.admissions_contact p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .admissions_contact p {
    font-size: 14px;
  }
}
.admissions_contact .btn07 {
  padding: 0 0 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .admissions_contact .btn07 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.admissions_contact span {
  display: inline-block;
  vertical-align: middle;
}
.admissions_contact .contact_ttl {
  color: #fff;
  background: #F90B1A;
  font-size: 15px;
  border-radius: 5px;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .admissions_contact .contact_ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.admissions_contact .tel,
.admissions_contact .mail {
  color: #111;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .admissions_contact .tel,
.admissions_contact .mail {
    font-size: 28px;
  }
}
.admissions_contact .tel::before,
.admissions_contact .mail::before {
  font-family: "Font Awesome 5 Free";
  color: #222;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
}
.admissions_contact .tel {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .admissions_contact .tel {
    text-align: center;
  }
}
.admissions_contact .tel::before {
  font-size: 18px;
  content: "\f10b";
}
.admissions_contact .mail {
  margin-top: 8px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .admissions_contact .mail {
    font-size: 18px;
  }
}
.admissions_contact .mail::before {
  content: "\f0e0";
}

.dot_list {
  margin-bottom: 30px;
}
.dot_list li {
  position: relative;
  padding-left: 15px;
}
.dot_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #57B9E9;
}

.remarks {
  font-size: 14px;
}

.banner {
  background: #f5f5f5;
  max-width: 700px;
  margin: 65px auto 50px;
  text-align: center;
  padding: 25px 0 30px;
}
.banner .label {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 20px;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .banner .label {
    font-size: 12px;
  }
}
.banner .title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 26px;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .banner .title {
    font-size: 18px;
  }
}
.banner .title span {
  color: #d73028;
  border-bottom: 2px solid #d73028;
  line-height: 150%;
  display: inline-block;
}

.color_red {
  color: #d73028;
}

.p-ao_about {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-ao_about {
    padding: 20px 10px;
  }
}
.p-ao_about__title {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-ao_about__title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.p-ao_about__list {
  display: flex;
  flex-wrap: wrap;
}
.p-ao_about__list.-col-2 li {
  width: 50%;
}
.p-ao_about__list.-col-4 li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .p-ao_about__list.-col-4 li {
    width: 50%;
  }
  .p-ao_about__list.-col-4 li:nth-child(3) {
    border: none;
  }
}
.p-ao_about__list li {
  text-align: center;
  border-left: 1px solid #CCC;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .p-ao_about__list li br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-ao_about__list li {
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
.p-ao_about__list li:first-child {
  border: none;
}
.p-ao_about__list li .img {
  margin-bottom: 20px;
  min-height: 74px;
}
.p-ao_about__list li .img img {
  display: inline;
}

.course_list {
  padding: 70px;
  margin-bottom: 70px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .course_list {
    padding: 20px;
  }
}
.course_list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .course_list__title {
    margin-bottom: 20px;
  }
}
.course_list__title span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .course_list__title span {
    font-size: 20px;
  }
}
.course_list__title span::before, .course_list__title span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background: #000;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .course_list__title span::before, .course_list__title span::after {
    display: none;
  }
}
.course_list__title span::before {
  left: -20px;
  transform: rotate(-45deg);
}
.course_list__title span::after {
  right: -20px;
  transform: rotate(45deg);
}
.course_list__block {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .course_list__block {
    flex-direction: column;
  }
}
.course_list__block.-noimage {
  align-items: flex-start;
}
.course_list__block__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .course_list__block__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.course_list__block__text {
  width: 50%;
}
.-noimage .course_list__block__text {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .course_list__block__text {
    width: 100%;
  }
}
.course_list__block__title {
  border-left: 5px solid #FA0B1A;
  margin-bottom: 25px;
  font-size: 24px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .course_list__block__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.-noimage .course_list__block__title {
  border: none;
  color: #FA0B1A;
  font-size: 32px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .-noimage .course_list__block__title {
    font-size: 18px;
  }
}
.course_list__block__label {
  background: #FA0B1A;
  color: #fff;
  padding: 5px 10px;
  min-width: 140px;
  margin-right: 40px;
  text-align: center;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .course_list__block__label {
    font-size: 16px;
    min-width: auto;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .table-responsive tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-responsive tr {
    vertical-align: top;
  }
}

.btn01 a {
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  font-weight: bold;
  color: #fff;
  min-width: 270px;
  padding: 18px;
  position: relative;
  transition: all 0.3s ease;
}
.btn01 a::after {
  content: "\f152";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 22px;
  font-weight: 500;
}
.btn01 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn01.small a {
  padding: 12px;
}

.btn04.-wide a {
  min-width: 450px;
}
.btn04.blank a::after {
  content: "\f152";
}
.btn04 a {
  text-align: center;
  display: inline-block;
  background: #0096c9;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  min-width: 300px;
  border: 2px solid #0096c9;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn04 a {
    min-width: auto;
    padding-right: 40px;
  }
}
.btn04 a::after {
  content: "\f152";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  right: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.btn04 a:hover {
  background: #fff;
  color: #0096c9;
}
.btn04 a:hover::after {
  color: #0096c9;
}
.btn04.blank a::after {
  color: #fff;
  content: "\f08e";
}
.btn04.blank a:hover::after {
  color: #0096c9;
}

.btn07 a {
  display: inline-block;
  border: 2px solid #111;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding: 10px 30px;
  transition: all 0.3s ease;
}
.btn07 a::after {
  content: "\f152";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
.btn07 a:hover {
  background: #111;
  color: #fff;
}
.btn07.download a::after {
  content: "\f019";
}
.btn07.arrow a::after {
  content: "\f105";
}

.u-visible {
  display: block;
}
@media only screen and (max-width: 1599px) {
  .u-visible-max {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .u-visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .u-visible-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 567px) {
  .u-visible-spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-visible-min {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}
.u-hidden-max {
  display: none !important;
}
@media only screen and (max-width: 1599px) {
  .u-hidden-max {
    display: block !important;
  }
  .u-hidden-max.-f {
    display: flex !important;
  }
  .u-hidden-max.-i {
    display: inline !important;
  }
  .u-hidden-max.-ib {
    display: inline-block !important;
  }
}
.u-hidden-md {
  display: none !important;
}
@media only screen and (max-width: 1299px) {
  .u-hidden-md {
    display: block !important;
  }
  .u-hidden-md.-f {
    display: flex !important;
  }
  .u-hidden-md.-i {
    display: inline !important;
  }
  .u-hidden-md.-ib {
    display: inline-block !important;
  }
}
.u-hidden-tab {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .u-hidden-tab {
    display: block !important;
  }
  .u-hidden-tab.-f {
    display: flex !important;
  }
  .u-hidden-tab.-i {
    display: inline !important;
  }
  .u-hidden-tab.-ib {
    display: inline-block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block !important;
  }
  .u-hidden-sp.-f {
    display: flex !important;
  }
  .u-hidden-sp.-i {
    display: inline !important;
  }
  .u-hidden-sp.-ib {
    display: inline-block !important;
  }
}
.u-hidden-spmin {
  display: none !important;
}
@media only screen and (max-width: 567px) {
  .u-hidden-spmin {
    display: block !important;
  }
  .u-hidden-spmin.-f {
    display: flex !important;
  }
  .u-hidden-spmin.-i {
    display: inline !important;
  }
  .u-hidden-spmin.-ib {
    display: inline-block !important;
  }
}
.u-hidden-min {
  display: none !important;
}
@media only screen and (max-width: 374px) {
  .u-hidden-min {
    display: block !important;
  }
  .u-hidden-min.-f {
    display: flex !important;
  }
  .u-hidden-min.-i {
    display: inline !important;
  }
  .u-hidden-min.-ib {
    display: inline-block !important;
  }
}

.sec-ttlarea {
  position: relative;
}
.sec-ttlarea .ttl-1 .small {
  color: #2A2F31;
  font-size: 25px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 20px);
  }
}

.p-hom_kv img {
  width: 100%;
  object-fit: cover;
}

.p-hom_date_area {
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-hom_date_area {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.p-hom_date_area__year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-hom_date_area__year img {
    width: 25%;
  }
}
.p-hom_date_area__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-hom_date_area__inner {
    display: block;
  }
}
.p-hom_date_area__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-hom_date_area__inner::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.p-hom_date_area__day {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .p-hom_date_area__day {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.p-hom_place {
  margin: 90px 0;
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-hom_place {
    font-size: 24px;
    margin: 25px 0;
  }
}

.p-hom_price {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-hom_price {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.p-hom_price__other {
  margin-top: 30px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .p-hom_price__other {
    font-size: 12px;
  }
}

.c-hom_title01 {
  font-size: 45px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-hom_title01 {
    font-size: 24px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
}
.c-hom_title01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 45px;
  height: 6px;
  background: #f90b1a;
  transform: translateX(-50%);
}

.c-hom_title02 {
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-hom_title02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.c-hom_title03 {
  font-size: 45px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  border-left: 3px solid #f90b1a;
  margin-bottom: 40px;
  padding-left: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-hom_title03 {
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.c-hom_title04 {
  font-size: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-hom_title04 {
    font-size: 20px;
  }
}

.c-button01 {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
.c-button01 a {
  display: block;
  text-align: center;
  background: #fffac3;
  border-radius: 9999px;
  padding: 1em;
  transition: all 0.3s ease;
}
.c-button01 a:hover {
  opacity: 0.8;
  color: #000320;
}
.c-button01.-nolink {
  background: #aaa;
  display: block;
  text-align: center;
  border-radius: 9999px;
  padding: 1em;
  transition: all 0.3s ease;
}
.c-button01 .btn-icon {
  right: 2.2rem;
}

.c-dot_list {
  list-style-type: disc;
  padding-left: 25px;
}

.p-hom_covid_aco {
  position: relative;
  margin-bottom: 65px;
}
.p-hom_covid_aco__title {
  background: #fffac3;
  font-size: 35px;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .p-hom_covid_aco__title {
    font-size: 17px;
  }
  .p-hom_covid_aco__title .text-center {
    text-align: left !important;
    padding-left: 20px;
  }
}
.p-hom_covid_aco__title .btn-icon {
  right: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  background: #f8ec6e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hom_covid_aco__body {
  padding: 50px 70px;
}
@media only screen and (max-width: 767px) {
  .p-hom_covid_aco__body {
    padding: 20px;
  }
}
.p-hom_covid_aco__body__title {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .p-hom_covid_aco__body__title {
    margin: 30px 0 20px;
  }
}
.p-hom_covid_aco__body__title span {
  padding: 0.1em 0.2em;
  font-size: 30px;
  background: #101115;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-hom_covid_aco__body__title span {
    font-size: 16px;
    padding: 0.2em 0.4em;
  }
}
.p-hom_covid_aco__body__title span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #101115 transparent transparent transparent;
}

.p-hom_contact {
  margin-bottom: 100px;
}
.p-hom_contact__title {
  font-size: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .p-hom_contact__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-hom_contact__ico {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-hom_contact__ico svg {
  width: 0.6em !important;
}
@media only screen and (max-width: 767px) {
  .p-hom_contact .col-lg-4 {
    padding-left: 0;
  }
}
.p-hom_contact .ttl-4 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .p-hom_contact .ttl-4 {
    font-size: 20px;
  }
}

.c-font-hind {
  font-family: "Hind", sans-serif;
  font-weight: bold;
}

.p-hom_logo_list__logo {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-sponsor_text br {
    display: none;
  }
}
