html {
  font-size: calc(10 / 1280 * 100vw);
  font-family: "Noto Sans JP";
}

.sp_br {
  display: none;
}

/* トップ画像 */
.mainimage {
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  background-color: #ffffff;
}

.parallax {
  position: fixed;
  top: 0;
  z-index: -9999;
  width: 100vw;
  height: 100vh;
}

.mainvisual {
  width: 93rem;
  height: 46.8rem;
  object-fit: cover;
  margin: 3rem 3rem 0.9rem 3rem;
}

.mainimage_img_group {
  width: 99rem;
  height: 60.2rem;
  background-color: #036EB4;
  margin-left: auto;
}

.mainimage_text {
  color: white;
  font-size: 3rem;
  margin: 0 auto;
  width: 90rem;
  text-align: center;
}

.mainimage_position_group {
  width: 58.9rem;
  position: absolute;
  top: 6.5rem;
  left: 3rem;
  z-index: 5;
}

.mainimage_title {
  font-size: 6rem;
  color: #036EB4;
  /* -webkit-text-stroke: 0.1rem #FFF; */
  text-shadow:
    0.1rem -0.1rem 0 white,
    /* 右上 */
    0.1rem 0.1rem 0 white,
    /* 左下 */
    0.1rem 0.1rem 0 white,
    /* 右下 */
    0.1rem 0 0 white,
    /* 左 */
    0.1rem 0 0 white,
    /* 右 */
    0 0.1rem 0 white,
    /* 上 */
    0 0.1rem 0 white;
  /* 下 */
  position: relative;
  height: 8.7rem;
  line-height: 8.7rem;
  z-index: 3;
  margin-bottom: 2.5rem;
}

.mainimage_title::after {
  content: '';
  width: 58.3rem;
  height: 2rem;
  position: absolute;
  bottom: 0rem;
  background-color: #FFDC4E;
  z-index: -1;
  display: block;

}

.mainimage_title_accent {
  font-size: 4.3rem;
  color: #036EB4;
}

.mainimage_subtitle {
  font-size: 2.5rem;
  color: white;
  width: 45.4rem;
  height: 7.6rem;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #036EB4, #8BC01F);
  padding-left: 1.3rem;
  line-height: 7.6rem;
}

.mainimage_subtitle2 {
  font-size: 2.5rem;
  color: white;
  width: 52.9rem;
  height: 7.6rem;
  background: linear-gradient(to right, #036EB4, #8BC01F);
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 7.6rem;
}

.mainimage_period {
  width: 24.4rem;

}

.mainimage_period_sp {
  display: none;
}

.mainimage_period_year {
  font-size: 2.2rem;
  color: #036EB4;

}

.mainimage_period_day {
  font-size: 4.4rem;
  color: #036EB4;
  text-wrap: nowrap;
  height: 6.5rem;
  margin-bottom: 1rem;
}

.mainimage_period_day_accent {
  font-size: 3rem;
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1rem;
}

.mainimage_age {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  background-color: #036EB4;
  width: 23.2rem;
  height: 4.9rem;
  text-align: center;
  line-height: 4.9rem;
  border-radius: 3.3rem;
  margin: 0 auto;

}

/* トップ画像 */

/* グッドポイントテキスト */
.word {
  width: 100%;
  font-family: "Noto Sans JP";
  /* background-image: url(../img/800599.jpg);
  background-size: 100%; */


  height: 27rem;
  padding-top: 6rem;

}

.word_text {
  width: 122rem;
  height: 13.6rem;
  font-size: 1.9rem;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 auto;
  line-height: 3.6rem;
  padding-top: 2.7rem;


}

.word_accent {
  font-weight: bold;
  font-size: 2.1rem;
}

.accent_size {
  font-size: 1.9rem;
}

/* グッドポイントテキスト */

/* お問い合わせ */
.contact {
  font-family: "Noto Sans JP";
  padding-bottom: 5rem;
  padding-top: 5rem;
  background-color: #ffffff;
}

.contact_period_group {
  width: 65.4rem;
  margin: 0 auto 3rem;

}

.contact_period_title {
  height: 6.4rem;
  text-align: center;
  font-size: 3rem;
  line-height: 6.4rem;
  color: white;
  background-color: #036EB4;

}

.contact_period_text {
  height: 6.3rem;
  border: 0.1rem solid #036EB4;
  color: white;
  background-color: #036EB4;
  text-align: center;
  line-height: 6.3rem;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
}

.contact_period_num {
  height: 8rem;
  border: 0.1rem solid #036EB4;
  font-size: 2.8rem;
  text-align: center;
  line-height: 8rem;
  font-weight: bold;
}

.contact_period_padding {
  padding-left: 0.7rem;
  padding-right: 1.1rem;
}

.contact_link_group {
  width: 96rem;
  height: 27.7rem;
  margin: 0 auto;
  background-color: #009F97;
  color: white;
  border: 0.1rem solid#000000;

}

.contact_link_title {
  font-size: 2.2rem;
  padding-left: 40.7rem;
  margin-bottom: 1.4rem;
  padding-top: 3.5rem;
}

.contact_link_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;

}

.contact_wrap {
  height: 11.8rem;
  display: flex;
  gap: 8.7rem;
  margin-left: 10rem;
}

.application_link {
  width: 19.8rem;
  height: 5.3rem;
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 5.3rem;
  background-color: #000000;
  margin-top: 2.5rem;
  position: relative;
}

.application_link::after {
  content: '';
  display: block;
  width: 0.2rem;
  border-right: 0.2rem solid #ffffff;
  height: 11.8rem;
  position: absolute;
  top: -2.5rem;
  right: -4.7rem
}

.contact_link {
  font-size: 2rem;
  text-align: center;
  display: block;
  width: 17.5rem;
  height: 5.3rem;
  line-height: 4.7rem;
  margin-top: 2.5rem;
  margin-left: 0.6rem;
  margin-right: 0.3rem;
  position: relative;
}

.contact_link img {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0.5rem;
  margin-right: 1.5rem;
}

.contact_link::after {
  content: '';
  display: block;
  width: 0.2rem;
  border-right: 0.2rem solid #ffffff;
  height: 11.8rem;
  position: absolute;
  top: -2.5rem;
  right: -4.7rem;
}


.tel_link {
  width: 24.5rem;
  height: 6.3rem;
  display: block;
  text-align: center;
  line-height: 6.3rem;
  border: 0.1rem solid #ffffff;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.tel_link img {
  width: 2.7rem;
  height: 2.8rem;
  margin-top: 1.8rem;
}

.tel_time {
  font-size: 1.2rem;
  margin-top: 0.7rem;
}

.tel_holiday {
  font-size: 1.2rem;
}

/* お問い合わせ */

/* 対象学年 */
.target_age {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #d6d6d680 0.1rem, transparent 0.1rem), linear-gradient(#d6d6d680 0.1rem, transparent 0.1rem);
  background-position: 1rem 1rem;
  background-size: 2.1rem 2.1rem;
  font-family: "Noto Sans JP";
  padding-bottom: 8rem;

}

.age_title {
  font-size: 3rem;
  margin: 0 0 4rem;
  padding-top: 8rem;
  text-align: center;
  font-weight: 500;

}

.age_list {
  display: flex;
  gap: 6rem;
  justify-content: center;

}

/* 小学生 */
.elementary_school_student {
  width: 30rem;
  height: 34.3rem;
  background-color: #EFEFEF;
}

.elementary_title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin: 1.5rem 0;

}

.elementary_img {
  width: 26rem;
  height: 16.9rem;
  margin: 0 auto;
}

.elementary_img img {
  width: 26rem;
  height: 16.9rem;
  margin: 0 auto;
}

.target_elementary {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  padding-left: 2rem;
  margin-top: 1.3rem;
  line-height: 1.8rem;
}

.elementary_school_student p:last-child {
  margin-bottom: 2rem;
}

/* 小学生 */


/* 中学生 */
.junior_high_school_student {
  width: 30rem;
  height: 34.3rem;
  background-color: #EFEFEF;
}

.junior_high_title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin: 1.5rem 0;
}

.junior_high_img {
  width: 26rem;
  height: 16.9rem;
  margin: 0 auto;
}

.junior_high_img img {
  width: 26rem;
  height: 16.9rem;
  margin: 0 auto;
}

.junior_high_target {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  padding-left: 2rem;
  margin-top: 1.3rem;
  line-height: 1.8rem;
}

.junior_high_school_student p:last-child {
  margin-bottom: 2rem;

}

/* 中学生 */

/* 高校生 */
.high_school_student {
  width: 30rem;
  height: 34.3rem;
  background-color: #EFEFEF;
}

.high_title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin: 1.5rem 0;
}

.high_img {
  width: 26rem;
  height: 16.9rem;
  margin: 0 auto;
}

.high_img img {
  width: 26rem;
  height: 16.9rem;
  margin: 0 auto;
}

.high_target {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  padding-left: 2rem;
  margin-top: 1.3rem;
  line-height: 1.8rem;
}

.high_school_student p:last-child {
  margin-bottom: 2rem;
}


/* 高校生 */


/* 対象学年 */

/* プロナビの強み */
.swiper {
  overflow: hidden;
}

.swiper2 {
  overflow: hidden;
  position: relative;
}

.strong_point {
  font-family: "Noto Sans JP";
  background-color: #009F97;
  border: 0.2rem solid#000000;
}

.strong_title {
  font-size: 6rem;
  padding-top: 2.3rem;
  margin-bottom: 1.3rem;
  color: white;
  text-align: center;

}

.swiper_img {
  width: 60rem;
  height: 30rem;
  object-fit: cover;
  margin: 0 auto 1.5rem;

}


.swiper_title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: white;
}

.swiper_text {
  font-size: 1.6rem;
  width: 70.6rem;
  height: 21.3rem;
  padding: 2rem 2.8rem 2.8rem;
  border: 0.1rem solid #000000;
  background-color: white;
  margin: 0 auto 11.5rem;
  line-height: 4rem;

}

.swiper-button-next.swiper-button-prev {
  position: absolute;
  top: 46rem;
}

.swiper-button-prev {
  width: 7rem;
  height: 7rem;
  left: 19.4rem;
  top: 14rem;
}

.swiper-button-next {
  width: 7rem;
  height: 7rem;
  right: 19.6rem;
  top: 14rem;
}


/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 7rem;
  height: 7rem;
  margin: auto;

}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/left_yazirushi.png);
  width: 7rem;
  height: 7rem;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/right_yazirushi.png);
  width: 7rem;
  height: 7rem;
}


/* プロナビの強み */
.background {
  height: 2.6rem;
  background-color: white;
}

/* 体験　実績　特典 */

.content_group {
  background-color: #FFF6D2;
  position: relative;
  padding-top: 10.3rem;
  /* margin-top: 2.6rem; */
  font-family: "Noto Sans JP";
}

/* 体験 */
.experience {
  width: 102rem;
  margin: 0 auto;
  background-color: #FFDC4E;
  border: 0.2rem solid #000000;
  padding: 2rem 3rem 3.5rem;
  margin-bottom: 13rem;
}

.experience_title {
  font-size: 2rem;
  width: 51.4rem;
  border-bottom: double 0.5rem #000000;
  margin: 0 auto 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding-bottom: 0.4rem;
}


.experience_content {
  display: flex;
  justify-content: space-between;
}

.experience_img {
  width: 48rem;
  height: 39.2rem;
  object-fit: cover;
  margin-top: 0.5rem;

}

.experience_text_group {
  width: 45.5rem;
}

.experience_text {
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
  height: 24.8rem;
  line-height: 3.2rem;

}

.experience_link_text {
  font-size: 2rem;
  height: 2.9rem;
  margin-bottom: 3.7rem;
  margin-left: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}

.experience_link_text::before {
  content: '';
  display: inline-block;
  border-top: 0.1rem solid #000000;
  width: 8.4rem;
  margin-right: 0.9rem;
  padding-bottom: 0.7rem;
}

.experience_link_text::after {
  content: '';
  display: inline-block;
  border-top: 0.1rem solid #000000;
  width: 8.4rem;
  margin-left: 0.9rem;
  padding-bottom: 0.7rem;

}

.experience_link_group {
  display: flex;
  gap: 3rem;
  justify-content: center;

}

.experience_link {
  display: block;
  width: 19.8rem;
  height: 5.3rem;
  background-color: #000000;
  color: white;
  text-align: center;
  line-height: 5.3rem;
  font-size: 2rem;
  padding-left: 0.5rem;
}

.experience_tel {
  display: block;
  width: 20rem;
  height: 5.3rem;
  background-color: #000000;
  color: white;
  text-align: center;
  line-height: 5.3rem;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  padding-left: 1rem;
  margin-bottom: 0.4rem;
}

.experience_tel img {
  width: 2.7rem;
  height: 2.8rem;
  margin-top: 1.3rem;
  padding-right: 0.5rem;
}

.experience_time {
  font-size: 1.2rem;
  padding-left: 2.6rem;
  font-weight: 500;
}

.experience_holiday {
  font-size: 1.2rem;
  padding-left: 2.6rem;
  font-weight: 500;
  padding-top: 0.1rem;
}

/* 体験 */

/* 実績 */
/* 中学生 */
.achievement {
  background-color: white;
  position: relative;
  width: 122rem;
  height: 60.1rem;
  margin: 0 auto;
  border-radius: 7.5rem;
  margin-bottom: 5rem;
}

.achievement_img {
  position: absolute;
  top: 37rem;
  left: -3rem;
  width: 44.1rem;
  height: 33.1rem;
  display: block;
}

.achievement_title {
  font-size: 3.5rem;
  margin-bottom: 5.8rem;
  padding-top: 7rem;
  text-align: center;
  position: relative;
}

.achievement_pen {
  position: absolute;
  top: 5rem;
  right: 43rem;
  width: 17.9rem;
  height: 8.3rem;
}

.achievement_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 4rem;

}

.achievement_list_1 {
  width: 26.8rem;
  position: relative;
  margin-left: 13.3rem;
  padding-right: 4.35rem;


}

.achievement_list_1::after {
  content: '';
  display: inline-block;
  border-right: 0.1rem solid#000000;
  height: 18.4rem;
  position: absolute;
  top: 0;
  right: 0;

}

.achievement_junior_high_title {
  font-size: 4rem;
  text-wrap: nowrap;
  margin-bottom: 4rem;
}

.achievement_accent {
  font-size: 3rem;
  margin-left: 1.5rem;
}

.achievement_junior_high_text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.5rem;
  padding-right: 1.4rem;
}


.achievement_high_text {
  font-size: 2.2rem;
  margin-bottom: 3rem;

}

/* 中学生 */
/* 高校生 */
.achievement_list_2 {
  width: 47rem;
  position: relative;
}

.achievement_list_2::after {
  content: '';
  display: inline-block;
  border-right: 0.1rem solid#000000;
  height: 18.4rem;
  position: absolute;
  top: 0;
  right: 0;
}

.achievement_high_title {
  font-size: 4rem;
  margin-bottom: 3.4rem;
  padding-left: 11rem;

}

.achievement_high_text {
  font-size: 2.2rem;
  font-weight: bold;
  width: 24.2rem;
  margin-bottom: 2.1rem;
  margin-left: 10.3rem;
  line-height: 4rem;
}

.achievement_sub_high {
  font-size: 1.6rem;
  width: 33.5rem;
  margin-left: 5.1rem;
  line-height: 3.2rem;
}



/* 高校生 */

/* 大学 */
.achievement_list_3 {
  padding-left: 6.5rem;
  padding-right: 12.4rem;
}

.achievement_university_title {
  font-size: 4rem;
  margin-bottom: 3.5rem;
  padding-left: 0.7rem;
}

.achievement_university_text {
  font-size: 2.2rem;
  margin-bottom: 3.3rem;
  line-height: 3.9rem;
  width: 22rem;
  font-weight: bold;
  margin-left: 0.6rem;
}

.achievement_sub_university {
  font-size: 2rem;
  width: 23.1rem;
  line-height: 3.8rem;
}


/* 大学 */




/* 実績 */

/* 特典 */

.privilege {
  text-align: center;
}

.privilege_img {
  width: 58.1rem;
  height: 36.4rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}





/* 特典 */


/* 三角形 */
.triangle {
  height: 4rem;
  width: 16rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -4rem;
  left: 56rem;
  background-color: #FFF6D2;

}


/* 三角形 */
/* 体験　実績　特典 */

/* 流れ */
.step_wrap {
  background-color: white;
}

.step {
  padding-top: 9rem;
  width: 96rem;
  margin: 0 auto;
  padding-bottom: 9rem;

}

.step_title {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 6rem;
}

.step1 {
  margin-bottom: 3.5rem;
}

.step1_title {
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
  height: 7.4rem;
  line-height: 7.4rem;
}

.step_logo {
  width: 9.6rem;
  height: 7.5rem;
  margin-right: 1.4rem;
}

.step1_content {
  display: flex;
  gap: 8.8rem;
  margin-bottom: 1.92rem;
}

.step1_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.step1_img {
  width: 31.7rem;
  height: 21.1rem;
  object-fit: cover;
}

.triangle2 {
  width: 7rem;
  height: 2.9rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #2A4957;
  margin-left: 1rem;
}

.step2_title {
  font-size: 2.2rem;
  margin-bottom: 1.4rem;
  height: 7.4rem;
  line-height: 7.4rem;
}

.step2_content {
  display: flex;
  gap: 8.8rem;
  margin-bottom: 1.52rem;
}

.step2_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.step2_img {
  width: 31.7rem;
  height: 21.1rem;
  object-fit: cover;
}

/* 流れ */

/* q and a  */
.qa {
  padding-bottom: 17rem;
  background-color: white;
}

.qa_title {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.qa_box {
  width: 102rem;
  margin: 0 auto 3rem;
  border: 0.2rem solid #009F97;
  border-radius: 1.2rem;

}

.q_logo {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 3.1rem
}

.q {
  font-size: 2rem;
  color: #009F97;
  font-weight: 500;
  padding: 3.1rem 0 1.7rem 2.7rem;
  position: relative;
}

.a_logo {
  display: block;
  font-size: 2.5rem;
  color: #FF0000;
  font-weight: 500;
  margin-right: 3.1rem;
  margin-left: 2.9rem;
  line-height: 3rem;
}

.a {
  font-weight: 500;
  display: none;
  font-size: 2rem;
  color: #000000;

  margin-bottom: 3.7rem;

}

.a_text {
  width: 90rem;
}

.a::before {
  display: block;
  content: '';
  border-top: 0.2rem dashed #009F97;
  width: 96.2rem;
  margin: 0 auto;

}

.qa_flex {
  display: flex;
  font-size: 1.8rem;
  padding-top: 2.6rem;
}

.q.active div {

  display: flex;
}

.qa_triangle {
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 2.1rem;
  height: 1.8rem;
  background-color: #009F97;
  position: absolute;
  top: 4.6rem;
  right: 2.7rem;
}

.q.active .qa_triangle {

  clip-path: polygon(50% 0, 100% 100%, 0 100%);

}

/* q and a  */


/* 校舎一覧 */


.school_building {
  padding-bottom: 6rem;
  background-color: white;
}

.school_building_title {
  font-size: 3rem;
  margin-bottom: 5.6rem;
  text-align: center;
}

.school_building_map {
  display: flex;
  gap: 9rem;
  justify-content: center;
  font-weight: 500;
}

.school_name {
  width: 50rem;
  height: 5rem;
  border-radius: 0.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2.9rem;
  background-color: #036EB4;
  color: white;
  text-align: center;
  line-height: 5rem;


}

.school_building1_location {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.school_building1_transit {
  font-size: 1.8rem;

}

.transit_title {
  font-size: 1.8rem;
  font-weight: 500;
}

.bus {
  margin-bottom: 3.1rem;
}

.map1 {
  width: 50rem;
  height: 30.4rem;
}

/* 校舎一覧 */

/* 固定フッター */

.fixed_footer {
  height: 10rem;
  background: rgba(3, 110, 180, 0.9);
  padding: 0 1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9999;
}

.fixed_logo {
  width: 24rem;
  height: 5.8344rem;
  margin-top: 2rem;

}

.fixed_tel {
  display: block;
}

.fixed_tel_img {
  margin-top: 2rem;
  margin-right: 3rem;
  width: 27rem;
}

.fixed_experience {
  display: block;
  width: 22rem;
  height: 5rem;
  background: #009F97;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  line-height: 5rem;
  text-align: center;
  border-radius: 3rem;
  margin-top: 2rem;
  margin-right: 3rem;
  position: relative;
}

.fixed_contact_link {
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background: #8BC01F;
  color: white;
  font-size: 1.5rem;
  border-radius: 3rem;
  margin-top: 2rem;
  font-weight: 700;
  position: relative;
}

.fixed_experience_img {
  width: 2rem;
  margin-top: 1.5rem;
  margin-right: 1rem;
}

.fixed_contact_img {
  width: 2rem;
  margin-top: 1.5rem;
  margin-right: 1rem;
}

.fixed_footer_sp {
  display: none;

}

/* 固定フッター */
.margin{
  padding-bottom:10rem;
  background-color:white;

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

  }

  .fixed_footer_sp {
    display: block;
    position: fixed;
    bottom: 0;
    background: rgba(3, 110, 180, 0.9);
    height: 8rem;
    width: 100%;
    display: flex;
    z-index: 9999;
  }

  .fixed_logo_sp {
    width: 15rem;
    height: 3.6rem;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: auto;
  }

  .fixed_tel {
    width: 6.5rem;
    height: 100%;
    background-color: #006834;
    font-size: 1rem;
    color: white;
    display: block;
    text-align: center;
  }

  .fixed_tel_img_sp {
    width: 4.5rem;
    margin: 0.5rem 1rem 0.2rem 1.4rem;


  }

  .fixed_ex {
    width: 6.5rem;
    height: 100%;
    background-color: #009F97;
    font-size: 1rem;
    color: white;
    text-align: center;
  }

  .fixed_ex_img {
    width: 3.8rem;
    margin: 1rem 1rem 0.8rem 1rem;
  }

  .fixed_co {
    width: 6.5rem;
    height: 100%;
    background-color: #8BC01F;
    font-size: 1rem;
    color: white;
    text-align: center;
  }

  .fixed_co_img {
    width: 3.8rem;
    margin: 1rem 1rem 0.3rem 1rem;
  }


  html {
    font-size: calc(10 / 375 * 100vw);
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  .sp_none {
    display: none;
  }

  /* トップ画像 */
  .mainimage_position_group {
    position: static;
    width: auto;

  }

  .mainimage_title {
    font-size: 3rem;
    margin-bottom: 0;
  }

  .mainimage_title::after {
    width: 29.7rem;
    bottom: 2rem;
  }

  .mainimage_title_accent {
    font-size: 2.5rem;
  }

  .mainimage_subtitle {
    font-size: 2rem;
    width: 30rem;
    height: auto;
    line-height: 4rem;
    position: absolute;
    bottom: 40rem;
    left: 0;
  }

  .mainimage_subtitle2 {
    font-size: 2rem;
    width: 35rem;
    height: auto;
    line-height: 4rem;
    text-align: left;
    padding-left: 1.3rem;
    position: absolute;
    bottom: 29rem;
    left: 0;
  }

  .mainimage_img_group {
    width: 100%;
    height: 57.2rem;

  }

  .mainvisual {
    width: 100%;
    margin: 0 0 3rem 0;
  }

  .mainimage_text {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }

  .mainimage_period {
    display: none;
  }

  .mainimage_period_sp {
    display: block;
    padding: 2rem;
  }

  .mainimage_period_year {
    width: 20rem;
    margin: 0 auto;
  }

  .mainimage_period_day {
    font-size: 3.4rem;
    width: 20rem;
    margin: 0 auto 1rem;
  }

  /* トップ画像 */

  /* グッドポイントテキスト */
  .word {
    padding-bottom: 6rem;
    height: auto;
  }

  .word_text {
    width: 100%;
    font-size: 1.6rem;
    height: 22rem;
    padding: 2rem;
  }

  .word_accent {
    font-size: 1.8rem;
  }

  .waccent_size {
    font-size: 1.7rem;
  }

  /* グッドポイントテキスト */

  .contact_period_group {
    width: 100%;
    padding: 0 2rem;

  }

  /* お問い合わせ  */

  .contact_link_group {
    padding: 0 2rem 3rem;
  }

  .contact_period_num {
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-top: 1rem;

  }

  .contact_link {
    margin: 0 auto 3rem;
  }

  .tel_link {
    margin: 0 auto 3rem;
    width: 19.8rem;
    height: 5.3rem;
    line-height: 5.3rem;
  }

  .tel_link img {
    margin-top: 1.3rem;
  }

  .contact_period_padding {
    padding-left: 0;
    padding-right: 1rem;
  }

  .contact_link_group {
    width: 100%;
    height: auto;
  }

  .contact_wrap {
    display: block;
    margin: 0;
    height: auto;
  }

  .contact_link_title {
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 3rem;
  }

  .contact_link_text {
    padding: 0 2rem;
  }

  .application_link {
    margin: 0 auto 3rem;
  }

  .application_link::after {
    display: none;
  }

  .contact_link::after {
    position: static;
    display: none;
  }

  .tel_time {
    width: 19.8rem;
    margin: 0 auto;
  }

  .tel_holiday {
    width: 19.8rem;
    margin: 0 auto;
  }

  /* お問い合わせ  */


  /* 対象学年 */
  .age_list {
    display: block;
  }

  .elementary_school_student {
    margin: 0 auto 2rem;
  }

  .junior_high_school_student {
    margin: 0 auto 2rem;
  }

  .high_school_student {
    margin: 0 auto;
  }

  /* 対象学年 */

  /* プロナビの強み */
  .strong_title {
    font-size: 3rem;
  }




  /* プロナビの強み */
  .swiper {
    width: 30rem;

  }

  .swiper_img_wrapper {
    width: 100%;
  }

  .swiper_img {
    width: 30rem;
  }

  .swiper_title {
    height: 8rem;
    margin: 0 auto 6.5rem;
    width: 30rem;
  }

  .swiper_text {
    width: 33rem;
    font-size: 1.5rem;
    padding: 1rem 1rem 1rem;
    height: auto;
  }

  .swiper-button-prev {
    top: 10rem;
    left: 2.4rem;
    width: 5rem;
    height: 5rem;
  }

  .swiper-button-next {
    top: 10rem;
    right: 2.4rem;
    width: 5rem;
    height: 5rem;
  }

  /* プロナビの強み */


  /* 体験 */

  .experience {
    width: 33rem;
    padding: 2rem;
  }

  .experience_title {
    width: 23rem;
  }

  .experience_content {
    display: block;
  }

  .experience_img {
    width: 100%;
    margin-bottom: 1rem;

  }

  .experience_text {
    height: auto;
  }

  .experience_text_group {
    width: auto;
  }

  .experience_link_group {
    display: block;
  }

  .experience_link_text {
    margin-left: 0;
  }

  .experience_link_text::before {
    width: 1rem;
  }

  .experience_link_text::after {
    width: 1rem;
  }

  .experience_link {
    margin: 0 auto 2rem;
  }

  .experience_tel {
    margin: 0 auto 0.4rem;
  }

  .experience_time {
    padding-left: 4.6rem;
  }

  .experience_holiday {
    padding-left: 4.6rem;
  }

  /* 体験 */

  /* 実績 */


  .achievement {
    width: auto;
    height: auto;
    padding: 0 2rem 3rem;
  }

  .achievement_list {
    display: block;
  }

  .achievement_list_1 {
    width: auto;
    margin: 0 0 3rem;
    padding: 0;
    text-align: center;
    padding-bottom: 5rem;

  }

  .achievement_list_1::after {
    border-top: 0.1rem solid #000000;
    border-right: none;
    height: 0.1rem;
    width: 32rem;
    top: auto;
    bottom: 0;
    left: 1rem;
    right: auto;
  }

  .achievement_img {
    display: none;
  }

  .achievement_junior_high_text {
    padding: 0;
  }

  .achievement_accent {
    display: block;
    margin: 0;
  }

  .achievement_list_2 {
    width: auto;
    text-align: center;
    padding-bottom: 5rem;
    margin-bottom: 3rem;
  }

  .achievement_list_2::after {
    border-top: 0.1rem solid #000000;
    border-right: none;
    height: 0.1rem;
    width: 32rem;
    top: auto;
    bottom: 0;
    left: 1rem;
    right: auto;
  }

  .achievement_high_title {
    margin: 0 0 1.5rem;
    padding: 0;
  }

  .achievement_high_text {
    margin: 0 0 1.5rem;
    width: auto;

  }

  .achievement_img {
    width: 30rem;
  }

  .achievement_sub_high {
    width: auto;
    margin: 0;
  }

  .privilege_img {
    width: 30rem;
    height: 18.75rem;
  }

  .triangle {
    left: 10rem;
  }

  .achievement_list_3 {
    padding: 0;
    text-align: center;
  }

  .achievement_university_text {
    margin: 0 0 1.5rem;
    width: auto;
  }

  .achievement_university_title {
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .achievement_sub_university {
    width: auto;
  }

  .achievement_pen {
    top: 6rem;
    right: 2rem;
  }

  /* 実績 */

  /* 流れ */
  .step {
    width: auto;
  }

  .step_title {
    font-size: 2.7rem;
  }

  .step1_content {
    display: block;
  }

  .step2_content {
    display: block;
  }

  .step_logo {
    width: 5.6rem;
    height: 3.5rem;
  }

  .step1_title {
    font-size: 1.8rem;
    height: auto;
    line-height: normal;
    width: 30rem;
    text-align: center;
  }

  .step1_text {
    padding: 0 2rem;
  }

  .step1_img {
    width: 100%;
    margin-top: 1rem;
  }

  .triangle2 {
    margin: 0 auto;
  }

  .step2_title {
    font-size: 1.8rem;
    padding-left: 2rem;
    height: auto;
    line-height: normal;

  }

  .step2_text {
    padding: 0 2rem;
  }

  .step2_img {
    width: 100%;
    margin-top: 1rem;
  }

  /* 流れ */

  /* q and a  */

  .qa_box {
    width: auto;
    margin: 0 2rem 3rem;
  }

  .q {
    display: flex;
    padding-bottom: 3.7rem;

  }

  .qa_triangle {
    top: auto;
    right: 15rem;
    bottom: 0.6rem;
  }

  .qa_title {
    font-size: 2.5rem;
    padding: 0 2rem;
  }

  .qa {
    padding-bottom: 10rem;
  }

  .a_logo {
    margin-right: 1.5rem;
  }

  .a_text {
    width: auto;
    padding-right: 2rem;
  }

  .a::before {
    width: 100%;
  }

  /* q and a  */

  /* 校舎 */

  .school_building_map {
    display: block;
  }

  .school_name {
    width: auto;
  }

  .map1 {
    width: 100%;
  }

  .sp_text_wrap {
    padding: 0 2rem;
  }

  .school_building1_location {
    padding: 0 2rem;
  }

  /* 校舎 */
}