@charset "UTF-8";

/* common
--------------------------------------------------------------*/
#contents.col1 {
  padding: 0;
}

/* display */
@media screen and (max-width: 705px) {
  .pcBr {
    display: none !important;
  }
  #breadClumb {
    display: none !important;
  }
}

@media screen and (min-width: 706px) {
  .spBr {
    display: none !important;
  }
}

#mejiroWrapper {
  color: #262F60;
  font-family: "Noto Sans JP", sans-serif;
  animation: fadein .5s cubic-bezier(0.696, 0, 0.34, 1) forwards;
  -webkit-font-smoothing: auto !important;
}
#mejiroWrapper * {
 box-sizing: border-box;
 transition: all 0.3s ease-in-out;
 -webkit-font-smoothing: auto;
}
#mejiroWrapper p {
  font-size: 18px;
  line-height: 2;
}
#mejiroWrapper h2,
#mejiroWrapper h3 {
  font-weight: 500;
}
#mejiroWrapper .textNote {
  font-size: 12px !important;
}
#mejiroWrapper sup {
  font-size: 10px !important;
}
#mejiroWrapper .textRight {
  text-align: right;
}
#mejiroWrapper .underline {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff2a8 60%);
  line-height: 1.6;
}
@media screen and (max-width: 705px) {
  #mejiroWrapper p {
    font-size: 14px;
  }
  #mejiroWrapper h2,
  #mejiroWrapper h3 {
    font-weight: 600;
  }
  #mejiroWrapper .textNote {
    font-size: 10px !important;
  }
}


/* section
--------------------------------------------------------------*/
.section {
  position: relative;
  background-size: cover;
  position: relative;
}
.section::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 8.17%, rgba(234, 209, 238, 0.32) 31.25%, rgba(213, 186, 231, 0.80) 75.96%);
}
.sectionInner {
  position: relative;
  z-index: 5;
  background-size: contain !important;
}
.sectionTtl {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 705px) {
  .section::after {
    height: 100px;
  }
  .sectionTtl {
    height: 100px;
    font-size: 30px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 1) 80%) ;
  }

}


/* CTA
--------------------------------------------------------------*/
.sectionCta {
  display: flex;
  gap: 15px;
  padding: 40px 30px;
  background: #B076B1;
  position: relative;
  opacity: 1;
}
.sectionCta.is-animation {
  opacity: 1;
}
.sectionCta.is-animation::before {
  content: "";
  display: block;
  width:0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #262F60;
  animation: trandition 1s cubic-bezier(0.696, 0, 0.34, 1) forwards
}
.sectionCta a {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 25px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
  background: #FFF;
  opacity: 0;
}
.sectionCta.is-animation a {
  animation: btnShow 1s ease forwards;
}
.sectionCta.is-animation a:nth-child(1) {
  animation-delay: 1s;
}

.sectionCta.is-animation a:nth-child(2) {
  animation-delay: 1.3s;
}

.sectionCta.is-animation a:nth-child(3) {
  animation-delay: 1.6s;
}
.sectionCta a .btnTitle {
  color: #9A549C;
  font-size: 18px;
  font-weight: 700;
}
.sectionCta a .copy {
  display: block;
  font-size: 12px;
}
.sectionCta a .btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #B076B1;
}
.sectionCtaBottom {
  display: flex;
  gap: 15px;
}
.sectionCta .btnMejiro {
  width: 370px !important;
}
.sectionCta a.btnRequest {
  width: 280px !important;
}
.sectionCta a.btnLine {
  width: 290px !important;
}

@media screen and (max-width: 705px) {
  .sectionCta {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }
  .sectionCta a {
    padding: 12px 15px 12px 20px;
  }
  .sectionCta a .btnIcon {
    width: 30px;
    height: 30px;
    padding: 9px;
  }
  .sectionCtaBottom {
    gap: 10px;
  }
  .sectionCtaBottom .copy {
    display: none !important;
  }
  .sectionCta .btnMejiro {
    width: 100% !important;
  }
  .sectionCta a.btnRequest,
  .sectionCta a.btnLine {
    width: 50% !important;
  }
}

.btnArea {
  margin-top: 40px;
  text-align: center;
  opacity: 1;
}
.btnPrimary {
  display: flex;
  padding: 20px 20px 20px 45px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  border-radius: 100px;
  background: #B076B1;
  color: #FFF !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-decoration: none;
  opacity: 0;
}
.btnArea.is-animation .btnPrimary {
  animation: btnShow 0.6s 1s ease forwards;
}
.btnPrimary .btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
}
@media screen and (max-width: 705px) {
  .btnArea {
    margin-top: 20px;
  }
  .btnPrimary {
    display: flex;
    padding: 20px 15px 20px 20px;
    font-size: 18px;
  }
  .btnPrimary .btnIcon {
    width: 30px;
    height: 30px;
    padding: 9px;
  }
}


.navContents {
  padding: 40px 30px 20px;
  opacity: 1;
}
.navContents ul {
  display: flex;
  gap: 20px;
}
.navContents li {
  width: 100%;
  opacity: 0;
}
.navContents.is-animation li {
  animation: btnShow .6s 1s ease forwards;
}
.navContents.is-animation li:nth-child(1) {
  animation-delay: 0.5s;
}

.navContents.is-animation li:nth-child(2) {
  animation-delay: 0.8s;
}

.navContents.is-animation li:nth-child(3) {
  animation-delay: 1.1s;
}
.navContents a {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(310deg, #D5BAE7 3.88%, #B463AB 96.59%);
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
}
.navContents a .btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #FFF;
  transform: rotate(90deg);
}

@media screen and (max-width: 705px) {
  .navContents {
    padding: 30px 20px 20px;
  }
  .navContents ul {
    flex-direction: column;
    gap: 15px;
  }
  .navContents a {
    padding: 12px 15px 12px 20px;
    font-size: 20px;
  }
  .navContents a .btnIcon {
    width: 30px;
    height: 30px;
    padding: 9px;
  }
}

/* about
--------------------------------------------------------------*/
.sectionAbout {
  text-align: center;
  background: url(../img/bg-about_pc.png) ;
  background-size: cover;
}
.sectionAbout .inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 80px 120px;
  position: relative;
  opacity: 1;
}
.sectionAbout .inner::after {
  content: "";
  display: block;
  width: 194px;
  height: 223px;
  position: absolute;
  top: 185px;
  left: 35px;
  background: url(../img/img-bg01_pc.png) no-repeat center;
  background-size: contain !important;
  z-index: 2;
  opacity: 0;
}
.sectionAbout .titleAbout .copyAbout {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 80px;
  background: linear-gradient(270deg, #D5BAE7 0%, #D28ECA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.sectionAbout .titleAbout h2 {
  color: #262F60;
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
}
.sectionAbout .titleAbout h2 strong {
  font-size: 40px;
  font-weight: 500;
}

.boxAbout {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  background-color: #FFF;
  color: #9A549C;
}
.boxAbout::after {
  content: "";
  display: block;
  width: 238px;
  height: 224px;
  position: absolute;
  bottom: -110px;
  right: -35px;
  background: url(../img/img-bg02_pc.png) no-repeat center;
  background-size: contain !important;
  z-index: 2;
  opacity: 0;
}
.boxAbout h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.boxAbout ul {
  width: 80%;
  margin: 0 auto;
}

.boxAbout li {
  margin: 18px 0;
  padding-left: 30px;
  font-size: 18px;
  text-align: left;
  text-indent: -30px;
}
.boxAbout li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/icon-check.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 705px) {
  .sectionAbout {
    background: url(../img/bg-about_sp.png) ;
    background-size: cover;
  }
  .sectionAbout .inner {
    gap: 40px;
    padding: 40px 20px 80px;
  }
  .sectionAbout .inner::after {
    width: 98px;
    height: 116px;
    top: 185px;
    left: -3px;
    background: url(../img/img-bg01_sp.png) no-repeat center;
  }
  .sectionAbout .titleAbout .copyAbout {
    margin-bottom: 20px;
    font-size: 65px;
  }
  .sectionAbout .titleAbout h2 {
    font-size: 20px;
  }
  .sectionAbout .titleAbout h2 strong {
    font-weight: 600;
    font-size: 30px;
  }
  
  .boxAbout {
    padding: 30px 15px;
  }
  .boxAbout::after {
    width: 117px;
    height: 110px;
    bottom: -53px;
    right: 12px;
    background: url(../img/img-bg02_sp.png) no-repeat center;
  }
  .boxAbout h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .boxAbout ul {
    width: 100%;
  }
  
  .boxAbout li {
    margin: 8px 0;
    font-size: 14px;
  }
  .boxAbout li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/icon-check.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
  }
}


/* GLOBAL
--------------------------------------------------------------*/
.sectionGlobal {
  display: flex;
  padding: 140px 60px 120px 60px;
  background: #FBF2FA;
  text-align: center;
}
.wrapperGlobal {
  padding: 120px 50px;
  background: #FFF;
  position: relative;
}
.wrapperGlobal::before {
  content: "GLOBAL\A FOCUS";
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  line-height: 1;
  background: linear-gradient(270deg, rgba(213, 186, 231, 0.50) 0%, rgba(210, 142, 202, 0.50) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -60px;
  left: 0;
  z-index: 1;
}
.healineGlobal {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1.6px;
  position: relative;
}
.healineGlobal::before {
  content: "";
  display: block;
  width: 100%;
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/img-sparkle01.svg) no-repeat center;
  background-size: contain !important;
  z-index: 2;
}
.healineGlobal .accentLv1 {
  font-size: 60px;
  font-weight: 500;
}
.boxGlobal {
  margin-top: 100px;
}
.ttlGlobal {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9A549C;
  color: #9A549C;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}
.ttlGlobal .world {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.ttlGlobal .number {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.boxGlobalInner {
  display: flex;
  gap: 60px;
}
.boxGlobalImg {
  width: 360px;
}
.boxGlobalImg figcaption {
  color: #9A549C;
}
.boxGlobalTxt {
  flex: 1;
  text-align: left;
}

@media screen and (max-width: 705px) {
  .sectionGlobal {
    padding: 80px 20px 60px;
  }
  .wrapperGlobal {
    padding: 140px 18px 40px;
  }
  .wrapperGlobal::before {
    font-size: 84px;
    top: -42px;
    white-space: pre;
  }
  .healineGlobal {
    font-size: 22px;
  }
  .healineGlobal::before {
    top: -60%;
  }
  .healineGlobal .accentLv1 {
    font-size: 32px;
    font-weight: 600;
  }
  .boxGlobal {
    margin-top: 50px;
  }
  .ttlGlobal {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .ttlGlobal .world {
    font-size: 26px;
  }
  .ttlGlobal .number {
    font-size: 38px;
  }
  
  .boxGlobalInner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .boxGlobal .boxGlobalInner:nth-child(even) {
    flex-direction: column-reverse;
  }
  .boxGlobalImg {
    width: 100%;
  }  
}


/* Study
--------------------------------------------------------------*/
#contentsStudy {
  padding: 80px 45px 10px;
  background: #fff ;
  text-align: center;
  background: url(../img/bg-study-top_pc.png) left 30% no-repeat , linear-gradient(180deg, #FFF 41.35%, #F1F7FC 75.96%) ;
}
#contentsStudy .sectionInner {
  opacity: 1;
  background: url(../img/bg-study-title_pc.png) no-repeat;
  background-size: contain !important;
}
#contentsStudy .sectionTtl {
  font-size: 45px;
  text-align: left;
}
#contentsStudy .sectionTtl .accentLv1 {
  font-size: 60px;
  font-weight: 500;
}
.textStudy {
  margin: 0 0 80px 40px;
  padding-right: 250px;
  position: relative;
  text-align: left;
}
.textStudy::after {
  content: "";
  display: block;
  width: 215px;
  height: 224px;
  background: url(../img/img-bg03_pc.png) no-repeat;
  background-size: contain;  
  top: 0;
  right: 0;
  position: absolute;
}
.boxStudy {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.boxStudyInner {
  box-sizing: border-box;
  width: 280px;
  border-radius: 40px;
  border: 2px solid #B076B1;
  background: #FFF;
  text-align: center;
}

.ttlStudy {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 10px;
  background: #B076B1;
  border-radius: 35px 35px 0 0;
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.boxStudyInner:nth-child(1) {
  border-color: #A4D2F7;
}
.boxStudyInner:nth-child(1) .ttlStudy {
  background: linear-gradient(90deg, #A4D2F7 0%, #A6B7EA 100%);
}
.boxStudyInner:nth-child(2) {
  border-color: #A7AFE6;
}
.boxStudyInner:nth-child(2) .ttlStudy {
  background: linear-gradient(90deg, #A7AFE6 0%, #A897DB 100%);
}
.boxStudyInner:nth-child(3) {
  border-color: #A98CD6;
}
.boxStudyInner:nth-child(3) .ttlStudy {
  background: linear-gradient(90deg, #A98CD6 0%, #AB77CC 100%);
}

.sttlStudy {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 160% !important;
}

.imgStudy {
  height: 100px;
}

.listStudy {
  margin: 20px 20px 20px 40px;
  font-size: 14px;
  text-align: left;
}
.listStudy li {
  list-style-type: disc;
}

@media screen and (max-width: 705px) {
  #contentsStudy {
    padding: 30px 20px 5px;
    background: url(../img/bg-study-top_sp.png) left 10% no-repeat , linear-gradient(180deg, #FFF 41.35%, #F1F7FC 75.96%) ;
    background-size: 100% auto;
  }
  #contentsStudy::after {
    height: 180px;
  }
  #contentsStudy  .sectionInner {
    background: url(../img/bg-study-title_sp.png) no-repeat;
  }
  #contentsStudy .sectionTtl {
    display: block;
    height: 150px;
    padding: 40px 20px;
    background: none;
    font-size: 24px;
    line-height: 1.4;
  }
  #contentsStudy .sectionTtl .accentLv1 {
    font-size: 36px;
    font-weight: 600;
  }
  .textStudy {
    margin: 0 20px 60px 20px;
    padding-right: 0;
  }
  .textStudy::after {
    width: 140px;
    height: 153px;
    background: url(../img/img-bg03_sp.png) no-repeat;
    top: -170px;
    right: -15px;
  }
  .boxStudy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  
  .boxStudyInner {
    margin: 0 auto;
  }
}

.contentsStepup {
  margin: 80px 35px;
}
.headlineStepup {
  margin-bottom: 40px;
  padding: 15px 0;
  border-radius: 50px;
  border: 2px solid #9A549C;
  color: #9A549C;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.headlineStepup .accentLv1  {
  font-size: 40px;
  font-weight: 500;
}
.contentsStepupInner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.boxStepup {
  background-color: #fff;
}
.ttlStepup {
  padding: 10px;
  color: #FFF !important;
  font-size: 18px;
  font-weight: 500;
}
.boxStepupEnter {
  border: 2px solid #A4D4F8;
  color: #262F60;
  position: relative;
}
.boxStepupEnter::before {
  content: "";
  display: block;
  width: 239px;
  height: 225px;
  position: absolute;
  top: 28px;
  left: 18px;
  background: url(../img/img-bg04.png) no-repeat center;
  background-size: contain !important;
  z-index: 2;
  opacity: 0;
}
.boxStepupEnter::after {
  content: "";
  display: block;
  width: 145px;
  height: 130px;
  position: absolute;
  bottom: -20px;
  right: 36px;
  background: url(../img/img-star_pc.svg) no-repeat center;
  background-size: contain !important;
  z-index: 2;
  opacity: 0;
}
.boxStepupEnter .ttlStepup {
  background: #A4D4F8;
}
.boxStepupStudy {
  position: relative;
  background: none;
}
.boxStepupStudy::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #A6C2F0 transparent transparent transparent ;
}
.boxStepupStudy::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #AA81D1 transparent transparent transparent ;
}
.boxStepupGraduate {
  position: relative;
  border: 2px solid #AB76CC;
  color: #262F60;
}

.boxStepupGraduate::before {
  content: "";
  display: block;
  width: 140px;
  height: 196px;
  position: absolute;
  top: 20px;
  right: 22px;
  background: url(../img/img-bg05.png) no-repeat center;
  background-size: contain !important;
  z-index: 2;
  opacity: 0;
}
.boxStepupGraduate::after {
  content: "";
  display: block;
  width: 170px;
  height: 147px;
  position: absolute;
  bottom: -30px;
  left: 36px;
  background: url(../img/img-hart_pc.svg) no-repeat center;
  background-size: contain !important;
  z-index: 2;
  opacity: 0;
}
.boxStepupGraduate .ttlStepup {
  background: #AB76CC;
}
.boxStepup ul {
  margin: 20px 10px;
}
.boxStepup li {
  margin: 5px;
}

@media screen and (max-width: 705px) {
  .contentsStepup {
    margin: 40px 0;
  }
  .headlineStepup {
    margin-bottom: 40px;
    padding: 10px 0;
    font-size: 20px;
  }
  .headlineStepup .accentLv1  {
    font-size: 26px;
    font-weight: 600;
  }
  .contentsStepupInner {
    gap: 64px;
  }
  .headingStepup {
    font-size: 14px;
  }
  .boxStepupEnter::before {
    width: 46px;
    height: 58px;
    top: 88px;
    left: 0px;
    background: url(../img/img-star_sp01.svg) no-repeat center;
  }
  .boxStepupEnter::after {
    width: 52px;
    height: 63px;
    bottom: -20px;
    right: 0px;
    background: url(../img/img-star_sp02.svg) no-repeat center;
  }
  .boxStepupStudy::before {
    top: -42px;
  }
  .boxStepupStudy::after {
    bottom: -48px;
  }
  .boxStepupGraduate::before {
    width: 47px;
    height: 51px;
    top: 48px;
    right: -20px;
    background: url(../img/img-hart_sp02.svg) no-repeat center;
  }
  .boxStepupGraduate::after {
    width: 28px;
    height: 26px;
    top: 82px;
    left: 0px;
    background: url(../img/img-hart_sp01.svg) no-repeat center;
  }
}

.boxStepupEnter.is-animation {
  opacity: 1;
}
.boxStepupEnter.is-animation::before {
  animation: photoShowRight 1.5s 1s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}
.boxStepupEnter.is-animation::after {
  
  animation: photoShowLeft 1.5s 1s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}
.boxStepupGraduate.is-animation::before {
  animation: photoShowLeft 1.5s 1s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}
.boxStepupGraduate.is-animation::after {
  animation: photoShowRight 1.5s 1s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}


/* Teacher
--------------------------------------------------------------*/
.sectionTeacher {
  padding: 80px 60px;
  background: #F1F7FC;
}
.wrapperTeacher {
  width: 100%;
  padding: 40px 50px;
  background: #FFF;
}
.healineTeacher {
  margin-bottom: 50px;
  padding: 15px 0 15px 0;
  border-radius: 50px;
  border: 2px solid #9A549C;
  color: #9A549C;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.2px
}
.healineTeacher span {
  font-size: 38px;
  font-weight: 700;
}
.ttlTeacher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.ttlTeacher::before,
.ttlTeacher::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #262F60;
  flex: 1;
}
.boxTeacher {
  display: flex;
  gap: 50px;
}
.boxTeacherImg {

}
.boxTeacherTxt {
  flex: 1;
}
.boxTeacherTxt p {
  font-size: 14px !important;
}
.sttlTeacher {
  margin: 15px 0;
  font-size: 20px;
}
.nameTeacher {
  margin: 5px;
  font-size: 14px !important;
  text-align: center;
}

@media screen and (max-width: 705px) {
  .sectionTeacher {
    padding: 40px 20px;
  }
  .wrapperTeacher {
    padding: 30px 15px;
  }
  .healineTeacher {
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 20px;
  }
  .healineTeacher span {
    font-size: 26px;
  }
  .ttlTeacher {
    font-size: 16px;
    letter-spacing: 0;
  }
  .ttlTeacher::before,
  .ttlTeacher::after {
    display: none;
  }
  .boxTeacher {
    flex-direction: column-reverse;
    gap: 0;
  }
  .boxTeacherImg {
    text-align: center;
  }
  .boxTeacherImg img {
    max-width: 305px;
  }
  .sttlTeacher {
    margin: 10px;
    font-size: 16px;
    text-align: center;
  }
}


/* Career
--------------------------------------------------------------*/
#contentsCareer {
  padding: 80px 45px 120px;
  background: #fff ;
  text-align: center;
  border-left: 5px solid;
  border-right: 5px solid;
  border-image: linear-gradient(to bottom, #D5BAE7, #EAD1EE , #fff) 1;
}
#contentsCareer  .sectionInner {
  background: url(../img/bg-career-title.png) no-repeat;
  background-size: contain !important;  
}
.ttlCareer {
  display: inline-block;
  margin-bottom: 25px;
  padding: 5px 50px;
  border-radius: 20px;
  background: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

#contentsCareer .sectionText {
  padding-bottom: 40px !important;
  position: relative;
}
#contentsCareer .sectionText::before {
  content: "";
  display: block;
  width: 100%;
  height: 207px;
  position: absolute;
  top: -60px;
  left: 0;
  background: url(../img/img-sparkle02_pc.svg) no-repeat center;
  background-size: contain !important;
  z-index: 2;
}

.boxCareerPath {
  max-width: 870px;
  margin: 40px auto 0 auto;
  padding: 30px 40px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(130, 186, 235, 0.40) 0%, rgba(167, 172, 228, 0.40) 100%);
}
.boxCareerPath::before {
  content: "";
  display: block;
  width: 27px;
  height: 32px;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 2;
  background: url(../img/img-sparkle03.svg) no-repeat center;
  background-size: contain !important;  
}

.boxCareerEmployment {
  max-width: 870px;
  margin: 40px auto 0 auto;
  padding: 30px 40px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(167, 172, 228, 0.40) 0%, rgba(171, 120, 205, 0.40) 100%);
}
.boxCareerEmployment::before {
  content: "";
  display: block;
  width: 50px;
  height: 93px;
  position: absolute;
  bottom: 40px;
  left: -34px;
  z-index: 2;
  background: url(../img/img-sparkle04.svg) no-repeat center;
  background-size: contain !important;  
}
.boxCareerEmployment::after {
  content: "";
  display: block;
  width: 60px;
  height: 64px;
  position: absolute;
  bottom: -42px;
  right: -50px;
  z-index: 2;
  background: url(../img/img-sparkle05.svg) no-repeat center;
  background-size: contain !important;  
}
.boxCareerPath p,
.boxCareerEmployment p {
  padding-bottom: 0 !important;
  text-align: left;
}

@media screen and (max-width: 705px) {
  #contentsCareer {
    padding: 30px 20px 50px;
  }
  .ttlCareer {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 16px;
  }
  #contentsCareer .sectionText {
    padding-bottom: 30px !important;
  }
  #contentsCareer .sectionText::before {
    height: 153px;
    top: 20px;
    background: url(../img/img-sparkle02_sp.svg) no-repeat center;
    background-size: contain !important;  
  }
  .boxCareerPath,
  .boxCareerEmployment {
    margin: 20px auto 0 auto;
    padding: 20px;
  }
  .boxCareerPath::before {
    width: 13px;
    height: 16px;
    bottom: 15px;
    right: 15px;
  }
  .boxCareerEmployment::before {
    width: 24px;
    height: 44px;
    top: -20px;
    left: 15px;
  }
  .boxCareerEmployment::after {
    width: 30px;
    height: 54px;
    bottom: -30px;
    right: 10px;
  }
}

/* Graduate
--------------------------------------------------------------*/
.sectionGraduate {
  padding: 80px 60px;
  background: #FBF2FA;
}
.wrapperGraduate {
  width: 100%;
  padding: 40px 50px;
  background: #FFF;
}
.ttlGraduate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.ttlGraduate::before,
.ttlGraduate::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #262F60;
  flex: 1;
}

.boxGraduate {
  display: flex;
  gap: 50px;
}
.boxGraduateImg {

}
.boxGraduateTxt {
  flex: 1;

}
.sttlGraduate {
  margin-bottom: 15px;
}
.sttlGraduate .company {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.sttlGraduate .graduation {
  font-size: 14px;
}

@media screen and (max-width: 705px) {
  .sectionGraduate {
    padding: 40px 20px;
  }
  .wrapperGraduate {
    padding: 30px 15px;
  }
  .ttlGraduate {
    font-size: 16px;
  }
  .boxGraduate {
    flex-direction: column;
    gap: 20px;
  }
  .boxGraduateImg {
    text-align: center;
  }
  .boxGraduateImg img {
    width: 250px;
  }
  .sttlGraduate {
    margin-bottom: 15px;
  }
  .sttlGraduate .company {
    font-size: 16px;
  }
  .sttlGraduate .graduation {
    font-size: 12px;
  }
}


/* FAQ
--------------------------------------------------------------*/

#contentsFaq {
  padding: 80px 45px;
  background: #fff url(../img/bg-faq_pc.png) no-repeat;
}

#contentsFaq .sectionInner {
  background: url(../img/bg-faq-title.png) no-repeat;
  background-size: contain !important;  
}

.itemFaq {
  margin: 30px;
  background: #fff;
}
.itemFaqQuestion {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 30px;
  align-items: center;
  border-bottom: 2px solid #DFBAE6;
  color: #9A549C;
}
.itemFaqQuestion::before {
  content: "Q";
  color: #9A549C;
  font-size: 30px;
  font-family: "Jost", sans-serif;
}
.itemFaqAnswer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  align-items: center;
}
.itemFaqAnswer::before {
  content: "A";
  color: #9A549C;
  font-size: 30px;
}

@media screen and (max-width: 705px) {
  #contentsFaq {
    padding: 30px 20px;
    background: #fff url(../img/bg-faq_sp.png) no-repeat;
    background-size: cover;
  }
  .itemFaq {
    margin: 0 0 30px;
  }
  .itemFaqQuestion {
    display: block;
    padding: 15px 20px;
  }
  .itemFaqQuestion::before,
  .itemFaqAnswer::before {
    margin-bottom: 15px;
    display: block;
  }
  .itemFaqAnswer {
    display: block;
    flex-direction: column;
    padding: 15px 20px;
  }
}

/* animation
--------------------------------------------------------------*/
.js-target {
  opacity: 0;
}
.js-target.is-animation {
  opacity: 1;
}
.copyAbout.is-animation,
.titleAbout h2.is-animation,
.textAbout.is-animation,
.boxAbout.is-animation,
.wrapperGlobal.is-animation,
.healineGlobal.is-animation,
.boxGlobal.is-animation,
.sectionInner.is-animation,
.sectionTtl.is-animation,
.textStudy.is-animation,
.boxStudyInner.is-animation,
.headlineStepup.is-animation,
.contentsStepupInner.is-animation,
.boxStepupStudy.is-animation,
.boxStepupGraduate.is-animation,
.healineTeacher.is-animation,
.wrapperTeacher.is-animation,
.sectionTtl.is-animation,
.sectionText.is-animation,
.boxCareerPath.is-animation,
.boxCareerEmployment.is-animation,
.wrapperGraduate.is-animation,
.itemFaq.is-animation  {
  animation: fadeInUp 1.5s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sectionAbout .inner.is-animation::after {
  animation: photoShowLeft 1.5s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}
.boxAbout.is-animation::after {
  animation: photoShowRight 1.8s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}
@keyframes photoShowLeft {
  0% {
    opacity: 0;
    transform: translate(-100px,40px) rotate(35deg);
  }
  100% {
    opacity: 1;
    transform: translate(0,0) rotate(0);
  }
}

@keyframes photoShowRight {
  0% {
    opacity: 0;
    transform: translate(100px,40px) rotate(-35deg);
  }
  100% {
    opacity: 1;
    transform: translate(0,0) rotate(0);
  }
}

@keyframes fadein {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes trandition {
  0% {
    left: 0;
    width: 0%;      
  }
  45% {
    left: 0;
    width: 150%;
  }
  55% {
    right: 0;
    width: 150%;
  }
  100% {
    right: 0;
    width: 0;
  }
}

@keyframes btnShow {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .sectionCta a:hover,
  .navContents a:hover {
    /*transform: scale(1.03);*/
  } 
  a:hover .btnIcon img {
    opacity: 1 !important;
    animation: bounceDown .8s ease;
  } 
}

@keyframes bounceDown {
  0%   { transform: translateX(0); }
  30%  { transform: translateX(8px); }
  50%  { transform: translateX(-2px); }
  70%  { transform: translateX(4px); }
  100% { transform: translateX(0); }
}