@charset "UTF-8";
/*基本*/
body {
  color: #707070;
  background: #fff;
  background-repeat: no-repeat;
  background-image: url("../imgs/event_new/bg_circle_01.svg"), url("../imgs/event_new/bg_circle_01.svg"), url("../imgs/event_new/bg_circle_02.svg"), url("../imgs/event_new/bg_circle_02.svg"), url("../imgs/event_new/bg_circle_03.svg"), url("../imgs/event_new/bg_circle_04.svg");
  background-size: 51.24vw, 29.28vw, 29.28vw, 28.99vw, 29.28vw, 29.28vw;
  background-position: right -3.5vw top -5.86vw, left 4.39vw top 51.24vw, left -3.66vw top 121.52vw, left 73.21vw top 168.3vw, left 1.83vw top 217.72vw, right -1.46vw top 302.12vw;
}
@media screen and (max-width: 750px) {
  body {
    background-image: url("../imgs/event_new/bg_circle_01.svg"), url("../imgs/event_new/bg_circle_01.svg"), none, none, none, url("../imgs/event_new/bg_circle_04.svg");
    background-size: 126.4vw, 105.6vw, 29.28vw, 29.28vw, 29.28vw, 105.6vw;
    background-position: left 58.67vw top -41.6vw, left -61.87vw top 236.8vw, left -3.66vw top 121.52vw, right -1.46vw top 168.37vw, left 1.83vw top 219.62vw, left 41.87vw top 1413.33vw;
  }
}

/*幅*/
.sec_content {
  width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .sec_content {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }
}

.sec_content {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .sec_content {
    margin-top: 65px;
  }
}
.sec_content h2 {
  font-size: 0.3rem;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.sec_content h2:before, .sec_content h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #707070;
  width: 5px;
  height: 2em;
  margin: 0 2em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.sec_content h2:before {
  transform: rotate(-30deg);
}
.sec_content h2:after {
  transform: rotate(30deg);
}
@media screen and (max-width: 750px) {
  .sec_content h2 {
    font-size: 0.5rem;
  }
  .sec_content h2:before, .sec_content h2::after {
    margin: 0 1em;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br_sp {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none;
  }
}

.margin_1em {
  margin-top: 1em;
}

#wrap_event {
  padding: 20px 0 30px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #wrap_event {
    padding: 20px 0 30px 0;
  }
}

/*top*/
.top_event {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .top_event {
    display: block;
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }
}
.top_event .txtarea_wrap h2 {
  font-size: 0.45rem;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap h2 {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}
.top_event .txtarea_wrap h2 .h2_span_wrap {
  font-size: 0.65em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap h2 .h2_span_wrap {
    font-size: 0.5em;
  }
}
.top_event .txtarea_wrap h2 .h2_span_wrap span {
  border: 1px solid #16a362;
  border-right: none;
  color: #16a362;
  padding: 0 0.3em;
}
.top_event .txtarea_wrap h2 .h2_span_wrap span:last-of-type {
  border-right: 1px solid #16a362;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap h2 .h2_span_wrap span:nth-of-type(2) {
    border-right: 1px solid #16a362;
  }
  .top_event .txtarea_wrap h2 .h2_span_wrap span:nth-of-type(3), .top_event .txtarea_wrap h2 .h2_span_wrap span:nth-of-type(4) {
    margin-top: 0.15em;
  }
}
.top_event .txtarea_wrap .date {
  line-height: 1;
  margin-top: 15px;
}
.top_event .txtarea_wrap .date .year {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap .date .year {
    font-size: 0.32rem;
  }
}
.top_event .txtarea_wrap .date h3 {
  font-size: 0.8rem;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap .date h3 {
    font-size: 1.6rem;
  }
}
.top_event .txtarea_wrap .date h3 span {
  font-size: 0.3em;
  display: inline-block;
  padding: 0.2em;
  border: 2px solid #39d88e;
  border-radius: 100%;
}
.top_event .txtarea_wrap .date .time {
  font-size: 0.26rem;
  display: inline-block;
  margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap .date .time {
    font-size: 0.5rem;
  }
}
.top_event .txtarea_wrap .date .time_detail {
  font-size: 0.2rem;
  margin-top: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap .date .time_detail {
    font-size: 0.5rem;
  }
}
.top_event .txtarea_wrap .venue {
  font-size: 0.35rem;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap .venue {
    font-size: 0.5rem;
    line-height: 1.3;
  }
}
.top_event .txtarea_wrap ul {
  display: flex;
  margin-top: 15px;
}
.top_event .txtarea_wrap ul li {
  font-size: 0.3rem;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 750px) {
  .top_event .txtarea_wrap ul li {
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
  }
}
.top_event .txtarea_wrap ul li:first-of-type {
  border: 2px solid #707070;
}
.top_event .txtarea_wrap ul li:last-of-type {
  background-color: #f06c6c;
  color: #fff;
  margin-left: 15px;
}
.top_event .imgarea_wrap {
  width: 447px;
  margin-left: 90px;
}
@media screen and (max-width: 750px) {
  .top_event .imgarea_wrap {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.top_event .imgarea_wrap img {
  width: 100%;
  height: auto;
}

.bg_green {
  position: relative;
  padding-left: 25px;
}
.bg_green::before {
  content: "";
  background-color: #39d88e;
  width: 10px;
  position: absolute;
  left: 0;
  height: 100%;
}

/*イントロ*/
.sec_intro {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .sec_intro {
    margin-top: 20px;
  }
}
.sec_intro .intro_p {
  font-size: 0.19rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_intro .intro_p {
    font-size: 0.28rem;
  }
}
.sec_intro .message {
  border: 1px solid #f06c6c;
  color: #f06c6c;
  margin-top: 80px;
  text-align: center;
  font-size: 0.16rem;
  padding: 1em;
}
@media screen and (max-width: 750px) {
  .sec_intro .message {
    margin-top: 10px;
    font-size: 0.28rem;
  }
}

/*コーナー*/
.sec_corner ul {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .sec_corner ul {
    margin-top: 15px;
  }
}
.sec_corner ul li {
  display: flex;
  background-color: #fff;
  font-size: 0.2rem;
  padding: 30px 50px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec_corner ul li {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.sec_corner ul li:first-of-type {
  margin-top: 0;
}
.sec_corner ul li .txtarea {
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li .txtarea {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.sec_corner ul li .txtarea h3 {
  font-size: 0.27rem;
  color: #16a362;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li .txtarea h3 {
    font-size: 0.44rem;
    line-height: 1.3;
    margin-top: 0.5em;
  }
}
.sec_corner ul li .txtarea h4 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li .txtarea h4 {
    font-size: 0.4rem;
  }
}
.sec_corner ul li .txtarea p {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li .txtarea p {
    margin-top: 0.7em;
    font-size: 0.3rem;
  }
}
.sec_corner ul li .txtarea .small_font {
  margin-top: 1em;
  font-size: 0.7em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li .txtarea .small_font {
    font-size: 1em;
    text-align: center;
  }
}
.sec_corner ul li img {
  width: 328px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .sec_corner ul li img {
    width: 100%;
  }
}

/*セミナー*/
.sec_seminar ul {
  margin-top: 30px;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .sec_seminar ul {
    margin-top: 15px;
  }
}
.sec_seminar ul li {
  position: relative;
  background-color: #fff;
  font-size: 0.2rem;
  padding: 30px 40px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .sec_seminar ul li {
    padding: 20px 20px;
    font-size: 0.28rem;
  }
}
.sec_seminar ul li:last-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .sec_seminar ul li:last-of-type {
    margin-top: 30px;
  }
}
.sec_seminar ul li h4 {
  background-color: #16a362;
  color: #fff;
  font-size: 0.23rem;
  padding: 0.3em;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .sec_seminar ul li h4 {
    font-size: 0.34rem;
  }
}
.sec_seminar ul li .date span {
  display: inline-block;
  border: 1px solid #707070;
  padding: 0.1em;
  margin-right: 0.5em;
}
.sec_seminar ul li h3 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .sec_seminar ul li h3 {
    font-size: 0.4rem;
    text-align: center;
    line-height: 1.5;
  }
}
.sec_seminar ul li .guest {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sec_seminar ul li .guest {
    margin-top: 0.7em;
  }
}

/*プレゼント*/
.wrap_present {
  display: flex;
  margin-top: 80px;
  border: 2px solid #707070;
  border-radius: 20px;
  padding: 30px 50px;
}
@media screen and (max-width: 750px) {
  .wrap_present {
    flex-wrap: wrap;
    padding: 20px 15px;
    margin-top: 30px;
  }
}
.wrap_present .txtarea {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .wrap_present .txtarea {
    width: 100%;
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 750px) {
  .wrap_present .txtarea .inner_txtarea {
    display: flex;
    justify-content: center;
  }
}
.wrap_present .txtarea .color_red {
  color: #f06c6c;
}
.wrap_present .txtarea .bigfont {
  font-size: 1.5em;
}
.wrap_present img {
  width: 260px;
  height: auto;
  margin-left: 120px;
}
@media screen and (max-width: 750px) {
  .wrap_present img {
    width: 80%;
    margin-left: 0;
    margin-inline: auto;
    margin-top: 10px;
  }
}

/*スクールリスト*/
.sec_schoollist .list_school {
  margin-top: 30px;
}
.sec_schoollist .list_school h3 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .sec_schoollist .list_school h3 {
    font-size: 0.36rem;
  }
}
.sec_schoollist .list_school h3::before, .sec_schoollist .list_school h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #707070;
}
.sec_schoollist .list_school h3::before {
  margin-right: 1em;
}
.sec_schoollist .list_school h3:after {
  margin-left: 1em;
}
.sec_schoollist .ul_school {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 15px;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .sec_schoollist .ul_school {
    grid-template-columns: 1fr;
    margin-top: 15px;
    gap: 15px 0;
  }
}
.sec_schoollist .ul_school li {
  background-color: #16a362;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  font-feature-settings: "palt";
  height: 80px;
}
@media screen and (max-width: 750px) {
  .sec_schoollist .ul_school li {
    height: auto;
    padding: 10px 0;
    font-size: 0.4rem;
  }
}
.sec_schoollist .ul_school li .smallfont {
  width: 100%;
  font-size: 0.7em;
  margin-top: -2em;
}
@media screen and (max-width: 750px) {
  .sec_schoollist .ul_school li .smallfont {
    margin-top: 0;
  }
}
.sec_schoollist .ul_school .catalog {
  background-color: #39d88e;
}
.sec_schoollist p {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .sec_schoollist p {
    margin-top: 30px;
  }
}

.checkpoint_wrap .catch {
  font-size: 0.2rem;
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .checkpoint_wrap .catch {
    font-size: 0.3rem;
  }
}
.checkpoint_wrap .catch:before, .checkpoint_wrap .catch:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #707070;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .checkpoint_wrap .catch:before, .checkpoint_wrap .catch:after {
    margin: 0 0.5em;
  }
}
.checkpoint_wrap .catch:before {
  transform: rotate(-30deg);
}
.checkpoint_wrap .catch:after {
  transform: rotate(30deg);
}
.checkpoint_wrap .checkpoint {
  border: 2px solid #707070;
  border-radius: 20px;
  padding: 25px;
  margin-top: 10px;
  background: #fff;
  background-image: url("../imgs/event_new/img_students.png");
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: right 20px bottom -25px;
}
@media screen and (max-width: 750px) {
  .checkpoint_wrap .checkpoint {
    padding-bottom: 130px;
    background-size: 180px;
    background-position: center bottom 0px;
    background-repeat: no-repeat;
  }
}
.checkpoint_wrap .checkpoint .txtarea {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .checkpoint_wrap .checkpoint .txtarea {
    width: 100%;
  }
}
.checkpoint_wrap .checkpoint .txtarea h3 {
  font-size: 0.25rem;
  color: #16a362;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .checkpoint_wrap .checkpoint .txtarea h3 {
    font-size: 0.34rem;
  }
}
.checkpoint_wrap .checkpoint .txtarea p {
  margin-top: 1em;
  text-align: center;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .checkpoint_wrap .checkpoint .txtarea p {
    font-size: 0.3rem;
    text-align: left;
  }
}

/*アクセス*/
.sec_access .gmap {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
.sec_access p {
  text-align: center;
  margin-top: 1.5em;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .sec_access p {
    font-size: 0.28rem;
  }
}

/*フッター*/
.footer_event {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .footer_event {
    width: 100%;
    margin-top: 65px;
  }
}
.footer_event p {
  text-align: center;
}

.fixed_btn {
  transition: 0.3s;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f06c6c;
  font-size: 0.3rem;
  color: #fff;
  margin-inline: auto;
  margin-top: 20px;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
}
.fixed_btn span {
  padding-right: 1.5em;
  background-image: url("../imgs/event_new/icon_pointer.svg");
  background-size: 1.2em;
  background-position: right 0 center;
  background-repeat: no-repeat;
}
.fixed_btn:hover {
  background-color: #de4b4b;
}
@media screen and (max-width: 750px) {
  .fixed_btn {
    font-size: 0.58rem;
    padding: 0.3em 0.2em;
  }
}

.a_multiple {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.a_multiple a {
  width: 100%;
  color: #fff;
  border-right: 1px solid #fff;
  background-color: #f06c6c;
  font-size: 0.3rem;
  padding: 0.8em 0.3em;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}
.a_multiple a span {
  padding-right: 1.5em;
  background-image: url("../imgs/event_new/icon_pointer.svg");
  background-size: 1.2em;
  background-position: right 0 center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .a_multiple a span {
    background-image: none;
    padding-right: 0;
  }
}
.a_multiple a:last-of-type {
  border-right: none;
}
.a_multiple a:hover {
  background-color: #de4b4b;
}
@media screen and (max-width: 750px) {
  .a_multiple a {
    font-size: 0.36rem;
    padding: 0.5em 0.2em;
    line-height: 1.3;
  }
}

/*追加*/
.banner_area {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .banner_area {
    margin-top: 15px;
  }
}
.banner_area a {
  display: block;
  width: 280px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .banner_area a {
    width: 200px;
  }
}
.banner_area img {
  width: 100%;
  height: auto;
}

.btn_area {
  display: flex;
  justify-content: center;
  width: 900px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .btn_area {
    width: 100%;
    margin-top: 25px;
    padding: 0 5vw;
    box-sizing: border-box;
  }
}
.btn_area a {
  width: 100%;
  background-color: #f06c6c;
  color: #fff;
  text-align: center;
  padding: 0.6em;
  font-size: 0.3rem;
  border-radius: 20px;
}
.btn_area a:hover {
  background-color: #de4b4b;
}
@media screen and (max-width: 750px) {
  .btn_area a {
    border-radius: 10px;
    font-size: 0.5rem;
  }
}

/*追加予約ボタン*/
.btn_RSV {
  width: 200px;
  height: auto;
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  z-index: 10001;
}
@media screen and (max-width: 750px) {
  .btn_RSV {
    width: 150px;
  }
}

/*関西の有名私立中学高校特集*/
.wrap_rengo .school_list ul {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid #33a4de;
}
@media screen and (max-width: 750px) {
  .wrap_rengo .school_list ul {
    width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.wrap_rengo .school_list ul li {
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #33a4de;
}
@media screen and (max-width: 750px) {
  .wrap_rengo .school_list ul li {
    padding: 6px;
  }
}
.wrap_rengo .school_list ul li img {
  width: 100%;
  max-width: 100%;
}/*# sourceMappingURL=event.css.map */