﻿.f-sen,
section#featureArea .center .feature-panel-wrap .feature-panel .text .index {
  font-family: 'Sen', sans-serif
}

body {
  color: #333
}

.center {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%
}

@media (max-width: 1024px) {
  .center {
    padding: 0 20px
  }
}

section#topArea {
  background: url("../../assets/img/top-guidance.png");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width: 1024px) {
  section#topArea {
    background: url("../../assets/img/top-sp-guidance.png");
    padding-bottom: 115%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
  }
}

section#topArea .text span.badge {
  color: #F998BB
}

section#guidanceIntro .center .intro {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end
}

section#guidanceIntro .center .intro .left {
  flex: 1
}

section#guidanceIntro .center .intro .left .description {
  padding: 80px 0
}

section#guidanceIntro .center .intro .left .description h2.copy {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700;
  margin-bottom: 50px
}

section#guidanceIntro .center .intro .left .description .details h3.sub-copy {
  font-size: 23.75px;
  transform: rotate(0.03deg);
  font-weight: 700;
  margin-bottom: 30px
}

section#guidanceIntro .center .intro .left .description .details p {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

@media (max-width: 1024px) {
  section#guidanceIntro .center .intro .right {
    display: none
  }
}

section#guidanceIntro .center .intro .right .teacher-img {
  max-width: 230px;
  width: 100%
}

section#guidanceIntro .center .intro .right .teacher-img img {
  display: block;
  width: 100%
}

section#featureArea {
  background: #FFE1ED;
  overflow: hidden;
  padding: 60px 0
}

section#featureArea .center .title-wrap {
  margin-bottom: 40px;
  color: #333
}

section#featureArea .center .feature-panel-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px
}

@media (max-width: 1024px) {
  section#featureArea .center .feature-panel-wrap {
    grid-template-columns: 1fr
  }
}

section#featureArea .center .feature-panel-wrap .feature-panel {
  background: #fff;
  padding: 40px;
  border-radius: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 420px
}

@media (max-width: 1024px) {
  section#featureArea .center .feature-panel-wrap .feature-panel {
    padding: 30px;
    border-radius: 30px;
    height: auto
  }
}

@media (max-width: 1024px) {
  section#featureArea .center .feature-panel-wrap .feature-panel .text {
    margin-bottom: 20px
  }
}

section#featureArea .center .feature-panel-wrap .feature-panel .text .index {
  font-size: 11.4px;
  transform: rotate(0.03deg);
  font-weight: 700;
  color: #FFE1ED
}

section#featureArea .center .feature-panel-wrap .feature-panel .text h3 {
  color: #F998BB;
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700;
  margin-bottom: 10px
}

section#featureArea .center .feature-panel-wrap .feature-panel .text p.content {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#featureArea .center .feature-panel-wrap .feature-panel .image img {
  display: block;
  width: 100%
}

section#courceArea {
  padding: 60px 0
}

section#courceArea .center .title-wrap {
  text-align: center;
  color: #333
}

section#courceArea .center .title-wrap h2.title {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#courceArea .center .cource-flip {
  background: #FCF9E0;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 50px
}

section#courceArea .center .cource-flip .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end
}

@media (max-width: 1024px) {
  section#courceArea .center .cource-flip .wrap {
    flex-direction: column;
    align-items: center
  }
}

section#courceArea .center .cource-flip .wrap .left {
  flex: 1
}

section#courceArea .center .cource-flip .wrap .left .text {
  padding: 30px 0;
  padding-right: 80px
}

@media (max-width: 1024px) {
  section#courceArea .center .cource-flip .wrap .left .text {
    padding-right: 0
  }
}

section#courceArea .center .cource-flip .wrap .left .text h3 {
  color: #F998BB;
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700;
  margin-bottom: 20px
}

@media (max-width: 1024px) {
  section#courceArea .center .cource-flip .wrap .left .text h3 {
    text-align: center
  }
}

section#courceArea .center .cource-flip .wrap .left .text p {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#courceArea .center .cource-flip .wrap .right .image {
  width: 240px
}

section#courceArea .center .cource-flip .wrap .right .image img {
  display: block;
  width: 100%
}

section#courceArea .center .cource-panel-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px
}

@media (max-width: 1024px) {
  section#courceArea .center .cource-panel-wrap {
    grid-template-columns: 1fr
  }
}

section#courceArea .center .cource-panel-wrap .cource-panel .head {
  background: #F998BB;
  text-align: center;
  border-radius: 40px;
  padding: 5px 0;
  margin-bottom: 14px
}

section#courceArea .center .cource-panel-wrap .cource-panel .head h3 {
  color: white;
  font-weight: 700;
  font-size: 19px;
  transform: rotate(0.03deg)
}

@media (max-width: 1024px) {
  section#courceArea .center .cource-panel-wrap .cource-panel ul.cource-list {
    padding: 0 15px
  }
}

section#courceArea .center .cource-panel-wrap .cource-panel ul.cource-list li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 8px 0
}

section#courceArea .center .cource-panel-wrap .cource-panel ul.cource-list li:not(:last-child) {
  border-bottom: dotted 3px #B3B3B3
}

section#courceArea .center .cource-panel-wrap .cource-panel ul.cource-list li::before {
  margin-right: 6px;
  content: url("../../assets/img/check.png")
}

section#questionArea {
  background: #F2F2F2;
  padding: 60px 0
}

section#questionArea .center .title-wrap {
  color: #333;
  text-align: center;
  margin-bottom: 60px
}

section#questionArea .center .title-wrap h2.title {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#questionArea .center .question-part-wrap .question-part .head {
  text-align: center;
  background: #F998BB;
  border-radius: 30px;
  padding: 5px 0;
  margin-bottom: 30px
}

section#questionArea .center .question-part-wrap .question-part .head h3 {
  color: white;
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#questionArea .center .question-part-wrap .question-part dl {
  margin: 0
}

section#questionArea .center .question-part-wrap .question-part dl .question {
  margin-bottom: 30px
}

section#questionArea .center .question-part-wrap .question-part dl .question dt {
  font-size: 16.15px;
  transform: rotate(0.03deg);
  font-weight: 700;
  color: #F998BB;
  margin-bottom: 10px
}

section#questionArea .center .question-part-wrap .question-part dl .question dd {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  margin: 0
}

section#questionArea .center .question-part-wrap .question-part dl .question dd span.remark {
  font-weight: 700
}

section#achiveArea {
  padding: 60px 0
}

section#achiveArea .center .title-wrap {
  text-align: center;
  margin-bottom: 40px;
  color: #333
}

section#achiveArea .center .title-wrap h2.title {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#achiveArea .center .achive-panel-wrap .achive-panel {
  border: solid #F998BB;
  border-radius: 50px;
  margin-bottom: 30px;
  overflow: hidden
}

section#achiveArea .center .achive-panel-wrap .achive-panel .head {
  background: #F998BB;
  color: white;
  text-align: center;
  padding: 8px 0
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content {
  background: #fff;
  padding: 30px 50px
}

@media (max-width: 1024px) {
  section#achiveArea .center .achive-panel-wrap .achive-panel .content {
    padding: 10px 15px
  }
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .school-cat {
  background: #F2F2F2;
  text-align: center;
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400;
  margin-bottom: 20px;
  padding: 5px 0
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools {
  margin-bottom: 30px
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr
}

@media (max-width: 1024px) {
  section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap {
    grid-template-columns: 1fr 1fr
  }
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap .split {
  padding: 0 10px
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap .split:not(:last-child) {
  border-right: dotted 2px #B3B3B3
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap .split:nth-child(3) {
  border-right: none
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap .split ul li {
  line-height: 2.2;
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#achiveArea .center .achive-panel-wrap .achive-panel .content .schools .split-wrap .split ul li::before {
  content: '●'
}