img {
  max-width: 100%;
  width: auto;
}
em {
  font-style: normal;
}
picture {
  display: block;
}
a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.9;
  }
}
.accordion01 {
  color: #0e6eb4;
}
@media screen and (min-width: 768px) {
  .accordion01 {
    font-size: 12px;
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .accordion01 {
    font-size: 2.66667vw;
    margin-top: 4vw !important;
  }
}
.accordion01 .accordion-head {
  cursor: pointer;
}
/* .accordion01 .accordion-head .close-text {
  display: none;
} */
.accordion01 .accordion-body {
  /* display: none; */
  color: #000;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .accordion01 .accordion-body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .accordion01 .accordion-body {
    padding-top: calc(20 / 750 * 100%);
  }
}
.accordion01.active .accordion-head .open-text {
  display: none;
}
.accordion01.active .accordion-head .close-text {
  cursor: pointer;
  display: block;
}
.cmn-banner {
  background: url(../../../img/gakunen/chu/banner_bg@2x.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .cmn-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-banner {
    padding-top: calc(75 / 750 * 100%);
    padding-bottom: calc(80 / 750 * 100%);
    padding-left: calc(70 / 750 * 100%);
    padding-right: calc(70 / 750 * 100%);
  }
}
.cmn-banner .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.mainVisual {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .introduction {
    padding-top: 90px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .introduction {
    padding-bottom: calc(60 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .introduction .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .introduction .inner {
    padding-left: calc(30 / 750 * 100%);
    padding-right: calc(30 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list {
    padding-top: calc(110 / 750 * 100%);
  }
}
.introduction .anchor__list .anchor__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .anchor__item {
    width: 31.81818vw;
    height: 7.81818vw;
    border: 4px solid #0075c1;
    border-radius: 1.81818vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item {
    height: 86px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .anchor__item {
    height: 17.33333vw;
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
    border-color: #0075c1;
    border-style: solid;
  }
}
@media screen and (max-width: 767px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item {
    height: 190.66667px;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .anchor__item:not(:first-child) {
    margin-left: 2.27273vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .anchor__item:not(:first-child) {
    margin-top: 9.33333vw;
  }
}
.introduction .anchor__list .anchor__item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #0075c1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .anchor__item a {
    padding-left: 1.45455vw;
    padding-right: 1.45455vw;
    font-size: 1.90909vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item a {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item a {
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item a {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .anchor__item a {
    padding-left: 5.33333vw;
    font-size: 4.53333vw;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .anchor__item a .jump {
    font-size: 1.45455vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item a .jump {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .anchor__item a .jump {
    font-size: 3.73333vw;
  }
}
.introduction .anchor__list .anchor__item a::before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction .anchor__list .anchor__item a::after {
  content: '';
  display: block;
  background: url(../../../img/gakunen/chu/angle@2x.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .anchor__item a::after {
    right: 8px;
    width: 1.90909vw;
    height: 1.18182vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item a::after {
    width: 21px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .anchor__item a::after {
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .anchor__item a::after {
    right: 4vw;
    width: 3.86667vw;
    height: 2.26667vw;
  }
}
.introduction .anchor__list .anchor__item .hukidashi {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .item01 a::before {
    background-image: url(../../../img/gakunen/chu/graph@2x.png);
    width: 3.54545vw;
    height: 3.54545vw;
    margin-right: 1.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item01 a::before {
    width: 39px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item01 a::before {
    height: 39px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item01 a::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .item01 a::before {
    background-image: url(../../../img/gakunen/chu/graph.sp.png);
    width: 9.33333vw;
    height: 9.33333vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .item01 .hukidashi01 {
    width: 28.27273vw;
    right: -0.90909vw;
    top: -3.09091vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item01 .hukidashi01 {
    width: 311px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item01 .hukidashi01 {
    right: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item01 .hukidashi01 {
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .item01 .hukidashi01 {
    width: 70.53333vw;
    right: 0vw;
    top: -6vw;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .item02 a::before {
    background-image: url(../../../img/gakunen/chu/sakura@2x.png);
    width: 3.90909vw;
    height: 3.81818vw;
    margin-right: 1.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item02 a::before {
    width: 43px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item02 a::before {
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item02 a::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .item02 a::before {
    background-image: url(../../../img/gakunen/chu/sakura.sp.png);
    width: 9.33333vw;
    height: 9.06667vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .item02 .hukidashi02 {
    width: 24.72727vw;
    right: -0.90909vw;
    top: -3.09091vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item02 .hukidashi02 {
    width: 272px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item02 .hukidashi02 {
    right: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item02 .hukidashi02 {
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .item02 .hukidashi02 {
    width: 61.06667vw;
    right: 0vw;
    top: -6vw;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .item03 a::before {
    background-image: url(../../../img/gakunen/chu/house@2x.png);
    width: 3.54545vw;
    height: 3.27273vw;
    margin-right: 0.90909vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item03 a::before {
    width: 39px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item03 a::before {
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item03 a::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .item03 a::before {
    background-image: url(../../../img/gakunen/chu/house.sp.png);
    width: 10.26667vw;
    height: 9.2vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .introduction .anchor__list .item03 .hukidashi03 {
    width: 30.45455vw;
    right: -0.90909vw;
    top: -3.09091vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item03 .hukidashi03 {
    width: 335px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item03 .hukidashi03 {
    right: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .introduction .anchor__list .item03 .hukidashi03 {
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .anchor__list .item03 .hukidashi03 {
    width: 75.46667vw;
    right: 0vw;
    top: -6vw;
  }
}
@media screen and (min-width: 768px) {
  .section01 {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section01 {
    padding-top: calc(80 / 750 * 100%);
    padding-bottom: calc(70 / 750 * 100%);
  }
}
.section01 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section01 .inner {
    padding-left: calc(30 / 750 * 100%);
    padding-right: calc(30 / 750 * 100%);
  }
}
.section01 .heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section01 .heading picture {
    width: 45.46667vw;
  }
}
.section01 .section01__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section01 .section01__image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section01 .section01__image {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section02 {
    overflow: hidden;
    padding-bottom: 80px;
  }
}
.section02 .heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section02 .heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .heading {
    margin-bottom: calc(80 / 750 * 100%);
  }
  .section02 .heading picture {
    width: 79.6vw;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list {
    margin-top: 16.81818vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list {
    margin-top: 185px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list {
    margin-top: 2.66667vw;
  }
}
.section02 .point__list .point__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point__item {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point__item {
    padding-top: 58.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point__item:not(:first-child) {
    margin-top: 16.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point__item:not(:first-child) {
    margin-top: 180px;
  }
}
.section02 .point__list .point__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point01__image {
    width: 62.90909vw;
    right: -3.18182vw;
    top: -10.90909vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point01__image {
    width: 692px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point01__image {
    right: -35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point01__image {
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point01__image {
    width: 90.66667vw;
    right: 0vw;
    top: 10.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point02__image {
    width: 58.45455vw;
    left: 3.63636vw;
    top: -11.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point02__image {
    width: 643px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point02__image {
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point02__image {
    top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point02__image {
    width: 96.53333vw;
    left: 0vw;
    top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point03__image {
    width: 62.90909vw;
    right: -3.18182vw;
    top: -10.90909vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point03__image {
    width: 692px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point03__image {
    right: -35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point03__image {
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point03__image {
    width: 90.66667vw;
    right: 0vw;
    top: 8vw;
  }
}
.section02 .point__list .point__contents {
  background: url(../../../img/gakunen/chu/banner_bg@2x.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point__contents {
    height: 30vw;
    padding-top: 4.54545vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point__contents {
    height: 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point__contents {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point__contents {
    padding-top: 18.66667vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point01__contents {
    padding-left: 4.54545vw;
    padding-right: 62.27273vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point01__contents {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point01__contents {
    padding-right: 685px;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point02__contents {
    padding-right: 3.63636vw;
    padding-left: 63.63636vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point02__contents {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point02__contents {
    padding-left: 700px;
  }
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point03__contents {
    padding-right: 62.27273vw;
    padding-left: 4.54545vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point03__contents {
    padding-right: 685px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point03__contents {
    padding-left: 50px;
  }
}
.section02 .point__list .point__heading {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point__heading {
    line-height: calc(46 / 30);
    font-size: 2.72727vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point__heading {
    text-align: center;
    font-size: 5.33333vw;
    line-height: calc(60 / 40);
  }
}
.section02 .point__list .point__text {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .section02 .point__list .point__text {
    line-height: calc(32 / 18);
    font-size: 1.63636vw;
    margin-top: 2.27273vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section02 .point__list .point__text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .point__list .point__text {
    line-height: calc(42 / 24);
    font-size: 3.2vw;
    margin-top: 5.33333vw;
    padding-left: calc(70 / 750 * 100%);
    padding-right: calc(70 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .section03 {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section03 {
    padding-top: calc(80 / 750 * 100%);
    padding-bottom: calc(70 / 750 * 100%);
  }
}
.section03 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section03 .inner {
    padding-left: calc(30 / 750 * 100%);
    padding-right: calc(30 / 750 * 100%);
  }
}
.section03 .heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section03 .heading picture {
    width: 59.6vw;
  }
}
.section03 .section03__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section03 .section03__image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section03 .section03__image {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section04 {
    overflow: hidden;
    padding-bottom: 8.18182vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .section04 {
    padding-bottom: calc(80 / 750 * 100%);
  }
}
.section04 .heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section04 .heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .heading {
    margin-bottom: 10.66667vw;
  }
  .section04 .heading picture {
    width: 79.6vw;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list {
    margin-top: 16.81818vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list {
    margin-top: 185px;
  }
}
.section04 .point__list .point__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point__item {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point__item {
    padding-top: 58.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point__item:not(:first-child) {
    margin-top: 16.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point__item:not(:first-child) {
    margin-top: 180px;
  }
}
.section04 .point__list .point__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point01__image {
    width: 64vw;
    right: -4.54545vw;
    top: -10vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__image {
    width: 704px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__image {
    right: -50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__image {
    top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point01__image {
    width: 90.66667vw;
    right: 0vw;
    top: 10.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point02__image {
    width: 56.18182vw;
    left: 3.63636vw;
    top: -4.09091vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__image {
    width: 618px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__image {
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__image {
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point02__image {
    width: 90.66667vw;
    left: 0vw;
    top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point03__image {
    width: 63.36364vw;
    right: -3.63636vw;
    top: -8.18182vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__image {
    width: 697px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__image {
    right: -40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__image {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point03__image {
    width: 90.66667vw;
    right: 0vw;
    top: 8vw;
  }
}
.section04 .point__list .point__contents {
  background: url(../../../img/gakunen/chu/banner_bg@2x.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point__contents {
    padding-top: 18.66667vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point01__contents {
    height: 30vw;
    padding-top: 4.54545vw;
    padding-left: 4.09091vw;
    padding-right: 61.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__contents {
    height: 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__contents {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__contents {
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point01__contents {
    padding-right: 675px;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point02__contents {
    height: 37.27273vw;
    padding-top: 4.09091vw;
    padding-left: 63.63636vw;
    padding-right: 3.18182vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__contents {
    height: 410px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__contents {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__contents {
    padding-left: 700px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point02__contents {
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point03__contents {
    height: 32.72727vw;
    padding-top: 4.09091vw;
    padding-left: 4.54545vw;
    padding-right: 61.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__contents {
    height: 360px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__contents {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__contents {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point03__contents {
    padding-right: 675px;
  }
}
.section04 .point__list .point__heading {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point__heading {
    line-height: calc(46 / 30);
    font-size: 2.72727vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point__heading {
    text-align: center;
    font-size: 5.33333vw;
    line-height: calc(60 / 40);
  }
}
.section04 .point__list .point__text {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .section04 .point__list .point__text {
    line-height: calc(32 / 18);
    font-size: 1.63636vw;
    margin-top: 2.27273vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section04 .point__list .point__text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .point__list .point__text {
    line-height: calc(42 / 24);
    font-size: 3.2vw;
    margin-top: 5.33333vw;
    padding-left: calc(70 / 750 * 100%);
    padding-right: calc(70 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .section05 {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section05 {
    padding-top: calc(80 / 750 * 100%);
    padding-bottom: calc(70 / 750 * 100%);
  }
}
.section05 .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section05 .inner {
    padding-left: calc(30 / 750 * 100%);
    padding-right: calc(30 / 750 * 100%);
  }
}
.section05 .heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section05 .heading picture {
    width: 78.66667vw;
  }
}
.section05 .section03__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section05 .section03__image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section05 .section03__image {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section06 {
    overflow: hidden;
  }
}
.section06 .heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section06 .heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .heading {
    margin-bottom: 10.66667vw;
  }
  .section06 .heading picture {
    width: 87.73333vw;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list {
    margin-top: 16.81818vw;
    margin-bottom: 7.27273vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list {
    margin-top: 185px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list {
    margin-top: 2.66667vw;
    margin-bottom: 10.66667vw;
  }
}
.section06 .point__list .point__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point__item {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point__item {
    padding-top: 58.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point__item:not(:first-child) {
    margin-top: 16.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point__item:not(:first-child) {
    margin-top: 180px;
  }
}
.section06 .point__list .point__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point01__image {
    width: 64.63636vw;
    right: -5vw;
    top: -11.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__image {
    width: 711px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__image {
    right: -55px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__image {
    top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point01__image {
    width: 90.66667vw;
    right: 0vw;
    top: 10.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point02__image {
    width: 58.09091vw;
    left: 3.63636vw;
    top: -8.63636vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__image {
    width: 639px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__image {
    left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__image {
    top: -95px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point02__image {
    width: 100vw;
    left: 0vw;
    top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point03__image {
    width: 58.27273vw;
    right: 3.63636vw;
    top: -11.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__image {
    width: 641px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__image {
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__image {
    top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point03__image {
    width: 99.2vw;
    right: 0vw;
    top: 8vw;
  }
}
.section06 .point__list .point__contents {
  background: url(../../../img/gakunen/chu/banner_bg@2x.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point__contents {
    padding-top: 18.66667vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point01__contents {
    height: 30vw;
    padding-top: 4.09091vw;
    padding-left: 4.09091vw;
    padding-right: 61.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__contents {
    height: 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__contents {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__contents {
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point01__contents {
    padding-right: 675px;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point02__contents {
    height: 32.72727vw;
    padding-top: 4.09091vw;
    padding-left: 63.63636vw;
    padding-right: 3.18182vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__contents {
    height: 360px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__contents {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__contents {
    padding-left: 700px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point02__contents {
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point03__contents {
    height: 30vw;
    padding-top: 4.09091vw;
    padding-left: 3.63636vw;
    padding-right: 61.36364vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__contents {
    height: 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__contents {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__contents {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point03__contents {
    padding-right: 675px;
  }
}
.section06 .point__list .point__heading {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point__heading {
    line-height: calc(46 / 30);
    font-size: 2.72727vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point__heading {
    text-align: center;
    font-size: 5.33333vw;
    line-height: calc(60 / 40);
  }
}
.section06 .point__list .point__text {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .section06 .point__list .point__text {
    line-height: calc(32 / 18);
    font-size: 1.63636vw;
    margin-top: 2.27273vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .section06 .point__list .point__text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section06 .point__list .point__text {
    line-height: calc(42 / 24);
    font-size: 3.2vw;
    margin-top: 5.33333vw;
    padding-left: calc(70 / 750 * 100%);
    padding-right: calc(70 / 750 * 100%);
  }
}
#lead-links {
  border-top: 1px solid #c7c7c7;
}
@media screen and (min-width: 768px) {
  #lead-links {
    font-size: 0.76923vw;
    padding: 7em 0 4.4em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #lead-links {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #lead-links {
    font-size: 5.9px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links {
    font-size: 2.66667vw;
    padding: 3.5em 0 2em;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  #lead-links {
    font-size: 20.45333px;
  }
}
#lead-links .linksWrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lead-links .linksWrap {
    padding: 0 10em;
  }
}
#lead-links .linksWrap p {
  font-size: 1.38462vw;
  line-height: 1.88889;
  margin-bottom: 4.44444em;
}
@media screen and (min-width: 1300px) {
  #lead-links .linksWrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap p {
    font-size: 10.62px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap p {
    font-size: 3.73333vw;
    line-height: 1.64286;
    padding: 0 2.5em;
    margin-bottom: 1.42857em;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  #lead-links .linksWrap p {
    font-size: 28.63467px;
  }
}
#lead-links .linksWrap p.note {
  text-align: center;
  font-size: 1.07692vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  #lead-links .linksWrap p.note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap p.note {
    font-size: 8.26px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap p.note {
    text-align: left;
    font-size: 3.2vw;
    margin-top: 0.71429em;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  #lead-links .linksWrap p.note {
    font-size: 24.544px;
  }
}
@media screen and (min-width: 768px) {
  #lead-links .linksWrap .detail_btn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #lead-links .linksWrap .detail_btn {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn {
    padding: 0 calc(30 / 750 * 100%);
  }
}
#lead-links .linksWrap .detail_btn li {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #lead-links .linksWrap .detail_btn li {
    font-size: 1.38462vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #lead-links .linksWrap .detail_btn li {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li {
    font-size: 10.62px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  #lead-links .linksWrap .detail_btn li {
    font-size: 28.63467px;
  }
}
@media screen and (min-width: 768px) {
  #lead-links .linksWrap .detail_btn li:not(:last-child) {
    margin-right: calc(40em / 18);
  }
}
#lead-links .linksWrap .detail_btn li a {
  color: #333;
  display: block;
  padding: calc(20em / 18) 0;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #lead-links .linksWrap .detail_btn li a {
    font-size: 17px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li a {
    border-top: 1px solid #c7c7c7;
    padding: calc(20em / 14);
  }
}
#lead-links .linksWrap .detail_btn li a::after {
  content: '';
  display: block;
  width: calc(13em / 18);
  padding-top: calc(21em / 18);
  background-image: url(/zemi-kobetsu/assets/img/top/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li a::after {
    right: calc(20em / 18);
  }
}
#lead-links .linksWrap .detail_btn li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li:first-child a {
    border-top: none;
  }
}
#lead-links .linksWrap .detail_btn li:last-child {
  background-color: #0075c1;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc(245 / 1100 * 100%);
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li:last-child {
    width: 100%;
    margin-top: 1.11111em;
  }
}
#lead-links .linksWrap .detail_btn li:last-child span {
  display: block;
  padding: 0.55556em;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lead-links .linksWrap .detail_btn li:last-child span {
    padding: 1.11111em;
  }
}
#lead-links .linksWrap .detail_btn li:last-child:hover {
  opacity: 0.7;
}
