@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
 /* font-family: inherit;*/
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
/*
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype"); }
*/
body {
  /*
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #06262c;
background: #f4f5f6 url(../images/home2021/bg_solid.png) repeat;
  */
   }
  body * {
    outline: none;
    box-sizing: border-box; }
  body a {
    color: #000;
    text-decoration: none; }
  body ul, body ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  body img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden; }
  body .imgFull {
    max-width: inherit;
    width: 100%; }
  body .dInlineBlock {
    display: inline-block; }

.fontfj {
  font-family: 'Fjalla One', 'Josefin Sans', 'Noto Sans JP', sans-serif; }

.section {
  font-weight: 400;
 /* font-family: 'Noto Sans JP', sans-serif;*/
  color: #06262c;
}

.sectionHeader {
  position: relative;
  text-align: center; }
  .sectionHeader:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #f76002;
    border-width: 2px 2px 0 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(135deg) skew(15deg, 15deg);
            transform: rotate(135deg) skew(15deg, 15deg); }
  .sectionHeader .sectionTitleSub {
    display: inline-block;
    padding-bottom: 11px;
    letter-spacing: .06em;
    font-family: 'Fjalla One', 'Josefin Sans', 'Noto Sans JP', sans-serif;
    position: relative; }
    .sectionHeader .sectionTitleSub:before, .sectionHeader .sectionTitleSub:after {
      content: "";
      display: block;
      width: calc(50% - 15px);
      height: 2px;
      background: #f76002;
      position: absolute;
      bottom: 8px; }
    .sectionHeader .sectionTitleSub:before {
      left: 5px; }
    .sectionHeader .sectionTitleSub:after {
      right: 5px; }
  .sectionHeader .sectionTitle {
    line-height: 1.4; }

.sectionHeaderMain {
  text-align: center;
  position: relative; }
  .sectionHeaderMain .sectionTitleMain {
    font-family: 'Fjalla One', 'Josefin Sans', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1; }
  .sectionHeaderMain .sectionTitleMainSub {
    font-weight: bold; }

.iconBlank {
  display: inline-block;
  background: url(../images/home2021/icon_blank.svg) no-repeat;
  background-size: 11px;
  position: relative; }

.iconMail {
  display: inline-block;
  background: url(../images/home2021/icon_mail.svg) no-repeat;
  background-size: 27px 18px;
  position: relative; }

.btnWrap {
  text-align: center; }
  .btnWrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #f76002; }

.movieWrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  .movieWrap > .video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    background: #06262c; }
    .movieWrap > .video > * {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

#topHero {
  position: relative;
  background: #3eb5e1; }
  #topHero:before, #topHero:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/home2021/border_sky.png) repeat; }
  #topHero:before {
    left: 0;
    bottom: 0; }
  #topHero:after {
    right: 0;
    top: 0; }
  #topHero .heroLogo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 5; }
  #topHero .heroContents {
    background: #fff;
    position: relative; }
    #topHero .heroContents .heroTitle {
      text-align: center; }
#topHero .heroContents .heroTitle img {
      width: auto; }
    #topHero .heroContents .heroNote {
      text-align: center;
      font-weight: bold;
      position: relative; }
      #topHero .heroContents .heroNote:before {
        content: "";
        display: block;
        background: url(../images/home2021/hero_note.png) no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto; }
    #topHero .heroContents .heroFacebook {
      position: absolute;
      z-index: 5; }
      #topHero .heroContents .heroFacebook a {
        display: block; }

#sectionChange {
  background: url(../images/home2021/bg_change.jpg) no-repeat;
  background-size: cover; }
  #sectionChange .sectionHeader .sectionTitleSub {
    color: #f76002; }
  #sectionChange .sectionHeader .sectionTitle {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
  #sectionChange .changeNote {
    color: #f76002;
    font-weight: bold;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }

#sectionProgram {
  background-color: rgba(0, 155, 213, 0.65); }
  #sectionProgram .sectionHeader {
    color: #fff; }
    #sectionProgram .sectionHeader:after {
      border-color: #fff; }
    #sectionProgram .sectionHeader .sectionTitleSub:before, #sectionProgram .sectionHeader .sectionTitleSub:after {
      background: #fff; }
    #sectionProgram .sectionHeader .sectionTitle {
      font-weight: inherit; }
  #sectionProgram .programList > li .programListText {
    border-style: solid;
    border-color: #9ce4ff;
    background: #fff; }
    #sectionProgram .programList > li .programListText p {
      line-height: 1.5;
      text-align: center; }

#sectionDream {
  background: #fff;
  position: relative; }
  #sectionDream:before, #sectionDream:after {
    content: "";
    display: block;
    position: absolute; }
  #sectionDream:before {
    background: url(../images/home2021/dream_deco.png) no-repeat;
    left: 0; }
  #sectionDream:after {
    background: url(../images/home2021/ribbon01.png) no-repeat;
    right: 0; }
  #sectionDream .dreamInner {
    position: relative; }
    #sectionDream .dreamInner:before, #sectionDream .dreamInner:after {
      content: "";
      display: block;
      position: absolute; }
    #sectionDream .dreamInner:before {
      background: url(../images/home2021/ribbon02.png) no-repeat;
      left: 0; }
    #sectionDream .dreamInner:after {
      background: url(../images/home2021/ribbon03.png) no-repeat;
      right: 0; }
    #sectionDream .dreamInner .dreamText .dreamTitle {
      color: #f76002;
      line-height: 1.71; }

#sectionReport .bgSky {
  background-color: rgba(118, 218, 255, 0.65); }

#sectionReport .reportSliderWrap {
  overflow: hidden;
  position: relative; }
  #sectionReport .reportSliderWrap .slide-arrow.prev-arrow {
    background: url(../images/home2021/slide_btn_left.svg) no-repeat;
    background-size: contain; }
  #sectionReport .reportSliderWrap .slide-arrow.next-arrow {
    background: url(../images/home2021/slide_btn_right.svg) no-repeat;
    background-size: contain; }
  #sectionReport .reportSliderWrap .reportSliderItem {
    z-index: 10; }
    #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText {
      background: #fff;
      position: relative;
      z-index: 10 !important; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText:before {
        content: "";
        display: block;
        background: #f76002;
        position: absolute; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText .reportSliderNum {
        color: #f76002;
        font-family: 'Fjalla One', 'Josefin Sans', 'Noto Sans JP', sans-serif; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText .reportSliderComment {
        font-weight: bold;
        line-height: 1.5;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt"; }

#sectionReport .reportBox {
  background: url(../images/home2021/border_orange.png) repeat; }
  #sectionReport .reportBox > div {
    background: #fff;
    background-size: cover;
    position: relative; }
    #sectionReport .reportBox > div:before, #sectionReport .reportBox > div:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0; }
    #sectionReport .reportBox > div .reportBoxNote {
      text-align: center;
      font-weight: bold;
      position: relative;
      z-index: 5; }
    #sectionReport .reportBox > div .btnWrap {
      position: relative;
      z-index: 5; }
      #sectionReport .reportBox > div .btnWrap a {
        position: relative; }
        #sectionReport .reportBox > div .btnWrap a:before {
          content: "";
          display: block;
          background: url(../images/home2021/icon_arrow_white.svg) no-repeat;
          background-size: 15px 10px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }

#sectionReport .reportTeacher {
  background-color: rgba(0, 155, 213, 0.65); }
  #sectionReport .reportTeacher .reportTeacherInner {
    background: url(../images/home2021/bg_papger.jpg) repeat; }
    #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherTitle {
      color: #f76002;
      font-weight: bold;
      border: 2px solid #f76002;
      background: #fff; }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherTitle span {
        display: inline-block; }
    #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherNote + .reportTeacherTitle {
      margin-top: 20px; }

#sectionMovie {
  background: #fff;
  position: relative; }
  #sectionMovie:before, #sectionMovie:after {
    content: "";
    position: absolute; }
  #sectionMovie:before {
    background: url(../images/home2021/ribbon01.png) no-repeat;
    background-size: contain; }
  #sectionMovie:after {
    background: url(../images/home2021/ribbon02.png) no-repeat;
    background-size: contain; }

#sectionMission {
  position: relative; }
  #sectionMission .reportLead {
    color: #fff;
    position: relative;
    background-color: rgba(0, 155, 213, 0.65); }
    #sectionMission .reportLead:before, #sectionMission .reportLead:after {
      content: "";
      display: block;
      position: absolute; }
    #sectionMission .reportLead:before {
      background: url(../images/home2021/report_deco1.png) no-repeat;
      background-size: contain; }
    #sectionMission .reportLead:after {
      background: url(../images/home2021/report_deco2.png) no-repeat;
      background-size: contain; }
    #sectionMission .reportLead .sectionHeader:after {
      border-color: #fff; }
    #sectionMission .reportLead .sectionHeader:before {
      content: "";
      display: block;
      position: absolute;
      background: url(../images/home2021/report_deco3.png) no-repeat;
      background-size: contain; }
    #sectionMission .reportLead .sectionHeader .sectionTitleSub:before, #sectionMission .reportLead .sectionHeader .sectionTitleSub:after {
      background: #fff; }
    #sectionMission .reportLead .sectionHeader .sectionTitle {
      font-weight: 800;
      position: relative; }
  #sectionMission .studentArea {
    background: rgba(241, 243, 243, 0.65); }
  #sectionMission .studentTitle {
    font-family: 'Fjalla One', 'Josefin Sans', 'Noto Sans JP', sans-serif;
    color: #f76002;
    font-weight: inherit;
    text-align: center;
    border-bottom: 2px dashed #f76002; }
  #sectionMission .studentList {
    counter-reset: number 0; }
    #sectionMission .studentList > li {
      display: flex;
      align-items: center;
      position: relative;
      background: #fff; }
      #sectionMission .studentList > li:before {
        content: counter(number);
        counter-increment: number 1;
        display: block;
        color: #f76002;
        text-align: center;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        font-style: italic;
        vertical-align: middle;
        flex: none; }
      #sectionMission .studentList > li .studentListTitle {
        font-weight: bold;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt"; }
  #sectionMission .contactBox {
    background: url(../images/home2021/border_orange.png) repeat; }
    #sectionMission .contactBox > div {
      background: #fff;
      position: relative; }
      #sectionMission .contactBox > div:before, #sectionMission .contactBox > div:after {
        content: "";
        display: block;
        position: absolute; }
      #sectionMission .contactBox > div:before {
        background: url(../images/home2021/contact_deco01.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0; }
      #sectionMission .contactBox > div:after {
        background: url(../images/home2021/contact_deco02.png) no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0; }
      #sectionMission .contactBox > div .contactTitle {
        color: #f76002; }
      #sectionMission .contactBox > div .btnWrap {
        color: #f76002; }

#globalFooter {
  width: 100%;
  background: rgba(241, 243, 243, 0.65); }
  #globalFooter .footerLogo .footerLogoList {
    display: flex;
    align-items: center; }
    #globalFooter .footerLogo .footerLogoList li a {
      display: block; }
  #globalFooter .footerInfo {
    display: flex;
    align-items: center; }
    #globalFooter .footerInfo .footerLinkList {
      display: flex;
      align-items: center; }
      #globalFooter .footerInfo .footerLinkList li a {
        display: block;
        font-weight: bold; }

@media screen and (max-width: 600px) {
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 800;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype"); }
  body {
    font-size: 14px;
    line-height: 1.86; }
    body .tel {
      color: #f76002;
      text-decoration: underline; }
  .forPC {
    display: none !important; }
  .inner {
    padding: 0 35px;
    margin: 0 auto; }
  .sectionHeader:after {
    top: 28px; }
  .sectionHeader .sectionTitleSub {
    font-size: 18px; }
  .sectionHeader .sectionTitle {
    margin-top: 8px; }
  .sectionHeaderMain .sectionTitleMain {
    font-size: 42px; }
  .sectionHeaderMain .sectionTitleMainSub {
    margin-top: 3px; }
  .iconBlank {
    width: 11px;
    height: 11px;
    margin-left: 6px; }
  .iconMail {
    width: 27px;
    height: 18px;
    margin-right: 13px; }
  .btnWrap > a {
    max-width: 293px;
    padding: 10px 0 12px;
    border-radius: 27px;
    border: 1px solid #f76002; }
  #topHero {
    padding: 15px; }
    #topHero:before, #topHero:after {
      width: 15px;
      height: calc(100% - 15px); }
    #topHero .heroLogo {
      width: 83px; }
    #topHero .heroContents {
      display: flex;
      flex-direction: column;
      min-height: 395px;
      padding: 0 15px 80px; }
      #topHero .heroContents .heroTitle {
        order: 1;
        padding: 0 30px; }
      #topHero .heroContents .heroNote {
        order: 2;
        padding-bottom: 32px;
        margin-top: 20px;
        line-height: 1.78; }
        #topHero .heroContents .heroNote:before {
          width: 120px;
          height: 14px; }
      #topHero .heroContents .heroFacebook {
        width: 43px;
        right: 21px;
        bottom: 22px; }
      #topHero .heroContents .heroDeco {
        order: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px; }
        #topHero .heroContents .heroDeco > li {
          max-width: 150px; }
          #topHero .heroContents .heroDeco > li:nth-child(1) {
            margin-right: 10px; }
          #topHero .heroContents .heroDeco > li:nth-child(2) {
            margin-left: 10px; }
  #sectionChange {
    padding: 30px 0 34px;
    background-position: right center; }
    #sectionChange .sectionHeader .sectionTitle {
      font-size: 26px;
      line-height: 1.41; }
    #sectionChange .changeNote {
      margin-top: 16px;
      font-size: 18px; }
  #sectionProgram {
    padding: 15px 0 60px;
    overflow: hidden; }
    #sectionProgram .sectionHeader {
      padding: 0;
      margin-top: 20px;
      position: relative; }
      #sectionProgram .sectionHeader:before {
        content: "";
        display: block;
        width: 250px;
        height: 150px;
        background-image: url(../images/home2021/question_bg.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        margin: auto; }
      #sectionProgram .sectionHeader .sectionTitleSub {
        position: relative; }
      #sectionProgram .sectionHeader .sectionTitle {
        margin-bottom: 14px;
        font-size: 20px;
        position: relative; }
        #sectionProgram .sectionHeader .sectionTitle strong {
          font-size: 26px; }
    #sectionProgram .programList {
      position: relative; }
      #sectionProgram .programList > li {
        max-width: 500px;
        margin: 0 auto; }
        #sectionProgram .programList > li + li {
          margin-top: 40px; }
        #sectionProgram .programList > li .thumbArea {
          max-width: 280px;
          padding: 0 30px;
          margin: 0 auto 15px;
          text-align: center; }
        #sectionProgram .programList > li .programListText {
          padding: 16px 15px;
          border-width: 4px;
          font-size: 18px;
          font-weight: bold; }
  #sectionDream:before {
    width: 144px;
    height: 120px;
    top: 26px;
    z-index: 5;
    background-size: contain; }
  #sectionDream:after {
    background-size: contain;
    width: 276px;
    height: 53px;
    top: 40px; }
  #sectionDream .dreamInner {
    display: flex;
    flex-direction: column;
    padding: 167px 0 140px; }
    #sectionDream .dreamInner:before {
      background-size: contain;
      width: 276px;
      height: 53px;
      bottom: 60px; }
    #sectionDream .dreamInner .dreamText {
      order: 1;
      padding: 30px 35px 0;
      margin: 0 auto; }
      #sectionDream .dreamInner .dreamText .dreamTitle {
        font-size: 18px; }
      #sectionDream .dreamInner .dreamText .dreamNote {
        margin-top: 20px; }
    #sectionDream .dreamInner .dreamFigure {
      order: 0;
      padding: 0 0 0 15px; }
  #sectionReport .bgSky {
    padding-bottom: 40px; }
  #sectionReport .sectionHeaderMain {
    margin-bottom: -25px;
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px); }
  #sectionReport .reportSliderWrap {
    margin-top: 30px; }
    #sectionReport .reportSliderWrap .slide-arrow {
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 5;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
      #sectionReport .reportSliderWrap .slide-arrow.prev-arrow {
        left: 8px; }
      #sectionReport .reportSliderWrap .slide-arrow.next-arrow {
        right: 8px; }
    #sectionReport .reportSliderWrap .reportSliderItem {
      width: 87vw !important;
      padding: 0 2vw;
      margin: 0 auto; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderThumb {
        margin-bottom: -30px; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText {
        min-height: 100px;
        padding: 28px 15px 22px 40px;
        margin: 0 20px 0; }
        #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText:before {
          width: 2px;
          height: 27px;
          top: 0;
          left: 18px; }
        #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText .reportSliderNum {
          line-height: 1;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          position: absolute;
          font-size: 12px;
          top: 52px;
          left: -4px; }
  #sectionReport .reportBox {
    width: calc(100% - 70px);
    padding: 6px;
    margin: 30px auto 0; }
    #sectionReport .reportBox > div {
      padding: 30px 0 0;
      overflow: hidden; }
      #sectionReport .reportBox > div:before, #sectionReport .reportBox > div:after {
        width: 103px; }
      #sectionReport .reportBox > div:before {
        background: url(../images/home2021/report_box_left_sp.png) no-repeat right center;
        background-size: cover;
        left: 0; }
      #sectionReport .reportBox > div:after {
        background: url(../images/home2021/report_box_right_sp.png) no-repeat left center;
        background-size: cover;
        right: 0; }
      #sectionReport .reportBox > div .reportBoxNote {
        padding: 0 15px;
        font-size: 18px;
        line-height: 1.5; }
      #sectionReport .reportBox > div .btnWrap {
        margin-top: 15px; }
        #sectionReport .reportBox > div .btnWrap a {
          max-width: 192px;
          padding: 4px 0 6px;
          font-size: 14px; }
          #sectionReport .reportBox > div .btnWrap a:before {
            width: 15px;
            height: 10px;
            right: 12px; }
      #sectionReport .reportBox > div .reportBoxDeco {
        display: flex;
        justify-content: center;
        pointer-events: none;
        max-width: 300px;
        margin: -40px auto 0;
        z-index: 5;
        position: relative; }
      #sectionReport .reportBox > div .reportBoxWomen,
      #sectionReport .reportBox > div .reportBoxMen {
        width: 150px; }
      #sectionReport .reportBox > div .reportBoxWomen {
        -webkit-transform: translateX(-38px);
                transform: translateX(-38px); }
      #sectionReport .reportBox > div .reportBoxMen {
        -webkit-transform: translateX(28px);
                transform: translateX(28px); }
  #sectionReport .reportTeacher {
    padding: 15px; }
    #sectionReport .reportTeacher .reportTeacherInner {
      padding: 15px 20px 30px; }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherThumb {
        width: 80%;
        margin: 0 auto 30px;
        -webkit-transform: translateX(-5%);
                transform: translateX(-5%); }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherTitle {
        margin-bottom: 13px;
        padding: 1px 14px;
        font-size: 18px; }
        #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherTitle span {
          font-size: 12px;
          margin-left: 18px; }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherNote + .reportTeacherTitle {
        margin-top: 20px; }
  #sectionMovie {
    padding: 54px 0;
    overflow: hidden; }
    #sectionMovie:before, #sectionMovie:after {
      width: 276px;
      height: 53px; }
    #sectionMovie:before {
      top: 20px;
      right: -100px; }
    #sectionMovie:after {
      bottom: 30px;
      left: -100px; }
    #sectionMovie .movieWrap {
      margin-top: 20px; }
  #sectionMission .reportLead {
    padding: 35px 15px 45px;
    overflow: hidden; }
    #sectionMission .reportLead:before {
      width: 173px;
      height: 63px;
      top: 15px;
      left: -75px; }
    #sectionMission .reportLead:after {
      width: 178px;
      height: 80px;
      bottom: 0;
      left: 0; }
    #sectionMission .reportLead .sectionHeader {
      position: relative; }
      #sectionMission .reportLead .sectionHeader:before {
        width: 96px;
        height: 116px;
        bottom: -10px;
        right: -65px; }
      #sectionMission .reportLead .sectionHeader .sectionTitle {
        font-size: 26px;
        position: relative;
        z-index: 5; }
  #sectionMission .studentArea {
    padding-top: 50px; }
  #sectionMission .studentTitle {
    padding-bottom: 12px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.5; }
  #sectionMission .studentList {
    margin-right: -20px;
    margin-left: -20px; }
    #sectionMission .studentList > li {
      width: 100%;
      padding: 15px 20px 15px 0; }
      #sectionMission .studentList > li:nth-child(n + 2) {
        margin-top: 10px; }
      #sectionMission .studentList > li > div {
        width: calc(100% - 51px); }
      #sectionMission .studentList > li:before {
        width: 51px;
        font-size: 22px; }
      #sectionMission .studentList > li .studentListTitle {
        line-height: 1.5; }
  #sectionMission .sdgsList {
    margin-top: 30px;
    margin: 40px -20px 0;
    text-align: center; }
    #sectionMission .sdgsList > li:nth-child(1) {
      max-width: 216px;
      margin: 0 auto; }
    #sectionMission .sdgsList > li + li {
      margin-top: 20px; }
  #sectionMission .contactBox {
    width: calc(100% - 30px);
    padding: 6px;
    margin: 40px auto 0; }
    #sectionMission .contactBox > div {
      padding: 35px 0;
      text-align: center; }
      #sectionMission .contactBox > div:before {
        width: 54px;
        height: 38px; }
      #sectionMission .contactBox > div:after {
        width: 50px;
        height: 33px; }
      #sectionMission .contactBox > div .contactTitle {
        padding: 0 30px;
        font-size: 22px;
        line-height: 1.5; }
      #sectionMission .contactBox > div .btnWrap {
        margin: 15px 15px 0; }
  #globalFooter {
    padding-top: 40px;
    padding-bottom: 30px; }
    #globalFooter .footerLogo .footerLogoList {
      padding: 0 15px;
      justify-content: center; }
      #globalFooter .footerLogo .footerLogoList li + li {
        margin-left: 15px; }
    #globalFooter .footerInfo {
      flex-direction: column;
      margin-top: 20px; }
      #globalFooter .footerInfo .footerLinkList {
        flex-direction: column;
        margin-bottom: 20px; } }

@media print, screen and (min-width: 601px) {
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 800;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype"); }
  body {
    font-size: 16px;
    /* line-height: 1.88;*/ }
    body .tel {
      color: inherit !important;
      text-decoration: none !important;
      pointer-events: none; }
  .forSP {
    display: none !important; }
  .inner {
    max-width: 1050px;
    padding: 0 35px;
    margin: 0 auto; }
  .sectionHeader:after {
    top: 32px; }
  .sectionHeader .sectionTitleSub {
    font-size: 20px; }
  .sectionHeaderMain .sectionTitleMain {
    font-size: 60px; }
  .sectionHeaderMain .sectionTitleMainSub {
    margin-top: 11px; }
  .iconBlank {
    width: 11px;
    height: 11px;
    margin-left: 6px; }
  .iconMail {
    width: 27px;
    height: 18px;
    margin-right: 13px;
    transition: .2s background; }
    .iconMail:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/home2021/icon_mail_orange.svg) no-repeat;
      background-size: 27px 18px;
      opacity: 0;
      transition: .2s opacity; }
  .btnWrap > a {
    max-width: 293px;
    padding: 10px 0 12px;
    border-radius: 27px;
    border: 1px solid #f76002;
    transition: .2s background, .2s color; }
    .btnWrap > a:hover {
      color: #f76002;
      background: #fff; }
      .btnWrap > a:hover > [class^=icon] {
        background: transparent; }
        .btnWrap > a:hover > [class^=icon]:before {
          opacity: 1; }
  #topHero {
    padding: 35px; }
    #topHero:before, #topHero:after {
      width: 35px;
      height: calc(100% - 35px); }
    #topHero .heroContents {
      min-height: 395px;
      padding: 50px 342px; }
      #topHero .heroContents .heroNote {
        padding-bottom: 52px;
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.78; }
        #topHero .heroContents .heroNote:before {
          width: 240px;
          height: 28px; }
      #topHero .heroContents .heroFacebook {
        width: 43px;
        right: 21px;
        bottom: 22px; }
        #topHero .heroContents .heroFacebook a {
          transition: .2s opacity; }
          #topHero .heroContents .heroFacebook a:hover {
            opacity: .6; }
      #topHero .heroContents .heroDeco > li {
        position: absolute; }
        #topHero .heroContents .heroDeco > li:nth-child(1) {
          height: 370px;
          top: 0;
          bottom: 0;
          left: 30px;
          margin: auto; }
        #topHero .heroContents .heroDeco > li:nth-child(2) {
          width: 300px;
          height: 370px;
          top: 0;
          right: 30px; }
  #sectionChange {
    padding: 54px 0; }
    #sectionChange .sectionHeader .sectionTitle {
      margin-top: 8px;
      font-size: 58px;
      line-height: 1.41; }
    #sectionChange .changeNote {
      margin-top: 16px;
      font-size: 22px; }
  #sectionProgram {
    padding: 70px 0 80px;
    background-image: url(../images/home2021/question_bg.png);
    background-position: center;
    background-repeat: no-repeat; }
    #sectionProgram .inner {
      padding-right: 13px;
      padding-left: 13px; }
    #sectionProgram .sectionHeader .sectionTitle {
      margin-bottom: 7px;
      font-size: 40px; }
      #sectionProgram .sectionHeader .sectionTitle strong {
        font-size: 48px; }
    #sectionProgram .programList {
      display: flex; }
      #sectionProgram .programList > li {
        width: calc(33.3% - 22px);
        margin: 0 22px; }
        #sectionProgram .programList > li .thumbArea {
          margin-bottom: 30px; }
        #sectionProgram .programList > li .programListText {
          margin: 0 20px;
          border-width: 4px;
          font-size: 20px;
          font-weight: bold; }
          #sectionProgram .programList > li .programListText p {
            padding: 14px 15px; }
  #sectionDream:before {
    width: 216px;
    height: 180px;
    top: 26px;
    z-index: 5; }
  #sectionDream:after {
    width: 415px;
    height: 80px;
    top: 60px; }
  #sectionDream .dreamInner {
    display: flex;
    align-items: center;
    padding: 206px 0 211px; }
    #sectionDream .dreamInner:before {
      width: 415px;
      height: 80px;
      bottom: 120px; }
    #sectionDream .dreamInner:after {
      width: 238px;
      height: 40px;
      bottom: 88px; }
    #sectionDream .dreamInner .dreamText {
      width: 46.21%;
      max-width: 493px;
      padding: 35px 0;
      margin: 0 auto; }
      #sectionDream .dreamInner .dreamText .dreamTitle {
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        font-size: 27px; }
      #sectionDream .dreamInner .dreamText .dreamNote {
        margin-top: 20px; }
    #sectionDream .dreamInner .dreamFigure {
      width: 47.85%;
      max-width: 689px; }
  #sectionReport .bgSky {
    padding-bottom: 80px; }
  #sectionReport .sectionHeaderMain {
    margin-bottom: -37px;
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px); }
  #sectionReport .reportSliderWrap .slide-arrowWrap {
    padding: 0 115px 0 35px;
    max-width: 1050px;
    margin: 0 auto; }
    #sectionReport .reportSliderWrap .slide-arrowWrap + .slick-list {
      margin-top: 26px; }
  #sectionReport .reportSliderWrap .slide-arrow {
    display: block;
    width: 45px;
    height: 45px;
    position: inherit;
    top: 0;
    right: 0;
    transition: .2s opacity;
    cursor: pointer; }
    #sectionReport .reportSliderWrap .slide-arrow:hover {
      opacity: .7; }
    #sectionReport .reportSliderWrap .slide-arrow.next-arrow {
      position: absolute;
      left: 50%;
      margin-left: 440px; }
    #sectionReport .reportSliderWrap .slide-arrow.prev-arrow {
      margin-left: auto; }
  #sectionReport .reportSliderWrap .reportSliderItem {
    width: 470px !important;
    margin: 0 22px; }
    #sectionReport .reportSliderWrap .reportSliderItem .reportSliderThumb {
      margin-bottom: -30px;
      z-index: 0; }
    #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText {
      padding: 28px 20px 22px 40px;
      margin: 0 30px 0; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText:before {
        width: 2px;
        height: 27px;
        top: 0;
        left: 18px; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText .reportSliderNum {
        line-height: 1;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        position: absolute;
        font-size: 14px;
        top: 52px;
        left: -9px; }
      #sectionReport .reportSliderWrap .reportSliderItem .reportSliderText .reportSliderComment {
        font-size: 20px; }
  #sectionReport .reportBox {
    max-width: 980px;
    width: calc(100% - 70px);
    padding: 6px;
    margin: 60px auto 0; }
    #sectionReport .reportBox > div {
      padding: 30px 230px 30px; }
      #sectionReport .reportBox > div:before, #sectionReport .reportBox > div:after {
        width: 290px; }
      #sectionReport .reportBox > div:before {
        background: url(../images/home2021/report_box_left.png) no-repeat right top;
        background-size: cover;
        left: 0; }
      #sectionReport .reportBox > div:after {
        background: url(../images/home2021/report_box_right.png) no-repeat left top;
        background-size: cover;
        right: 0; }
      #sectionReport .reportBox > div .reportBoxNote {
        font-size: 20px;
        line-height: 1.5; }
      #sectionReport .reportBox > div .btnWrap {
        margin-top: 15px; }
        #sectionReport .reportBox > div .btnWrap a {
          max-width: 192px;
          padding: 4px 0 6px;
          font-size: 14px; }
          #sectionReport .reportBox > div .btnWrap a:hover:before {
            background: url(../images/home2021/icon_arrow_orange.svg) no-repeat;
            background-size: 15px 10px; }
          #sectionReport .reportBox > div .btnWrap a:before {
            width: 15px;
            height: 10px;
            right: 12px; }
      #sectionReport .reportBox > div .reportBoxWomen,
      #sectionReport .reportBox > div .reportBoxMen {
        width: 280px;
        position: absolute;
        bottom: 0;
        z-index: 10; }
      #sectionReport .reportBox > div .reportBoxWomen {
        left: 0; }
      #sectionReport .reportBox > div .reportBoxMen {
        right: 0; }
  #sectionReport .reportTeacher {
    padding: 40px 35px; }
    #sectionReport .reportTeacher .reportTeacherInner {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 35px 20px; }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherThumb {
        width: 40%;
        max-width: 400px; }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText {
        width: 60%;
        max-width: 650px;
        padding-left: 20px; }
        #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherTitle {
          display: inline-block;
          margin-bottom: 13px;
          padding: 1px 14px;
          font-size: 20px; }
          #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherTitle span {
            font-size: 14px;
            margin-left: 18px; }
        #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherNote + .reportTeacherTitle {
          margin-top: 20px; }
  #sectionMovie {
    padding: 82px 0; }
    #sectionMovie:before, #sectionMovie:after {
      width: 415px;
      height: 80px; }
    #sectionMovie:before {
      top: 60px;
      right: 0; }
    #sectionMovie:after {
      bottom: 173px;
      left: 0; }
    #sectionMovie .movieWrap {
      margin-top: 30px; }
  #sectionMission .reportLead {
    padding: 110px 40px 127px;
    overflow: hidden; }
    #sectionMission .reportLead:before {
      width: 340px;
      height: 130px;
      top: 15px;
      left: 53px; }
    #sectionMission .reportLead:after {
      width: 316px;
      height: 150px;
      bottom: 0;
      left: 0; }
    #sectionMission .reportLead .sectionHeader:before {
      width: 230px;
      height: 290px;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 35px; }
    #sectionMission .reportLead .sectionHeader .sectionTitleSub {
      position: relative;
      margin-bottom: 16px; }
    #sectionMission .reportLead .sectionHeader .sectionTitle {
      font-size: 58px; }
  #sectionMission .studentArea {
    padding-top: 50px; }
  #sectionMission .studentTitle {
    padding-bottom: 19px;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 1.5; }
  #sectionMission .studentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #sectionMission .studentList > li {
      width: calc(50% - 10px);
      padding: 20px 20px 15px 0; }
      #sectionMission .studentList > li:nth-child(n + 3) {
        margin-top: 20px; }
      #sectionMission .studentList > li > div {
        width: calc(100% - 92px); }
      #sectionMission .studentList > li:before {
        width: 92px;
        font-size: 38px; }
      #sectionMission .studentList > li .studentListTitle {
        font-size: 18px;
        line-height: 1.5; }
  #sectionMission .sdgsList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px; }
    #sectionMission .sdgsList > li:nth-child(1) {
      margin-right: 30px; }
    #sectionMission .sdgsList > li:nth-child(2) {
      margin-left: 30px; }
  #sectionMission .contactBox {
    width: calc(100% - 70px);
    padding: 6px;
    margin: 60px auto 0; }
    #sectionMission .contactBox > div {
      min-height: 285px;
      padding: 76px 310px 85px;
      text-align: center; }
      #sectionMission .contactBox > div:before {
        width: 284px;
        height: 200px; }
      #sectionMission .contactBox > div:after {
        width: 304px;
        height: 200px; }
      #sectionMission .contactBox > div .contactTitle {
        font-size: 28px;
        line-height: 1.5; }
      #sectionMission .contactBox > div .btnWrap {
        margin-top: 30px; }
  #globalFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 35px 60px; }
    #globalFooter .footerLogo .footerLogoList li + li {
      margin-left: 27px; }
    #globalFooter .footerInfo {
      flex: none;
      margin-left: 40px; }
      #globalFooter .footerInfo .footerLinkList li {
        margin-right: 27px;
        font-size: 12px; }
        #globalFooter .footerInfo .footerLinkList li a {
          transition: .2s opacity; }
          #globalFooter .footerInfo .footerLinkList li a:hover {
            opacity: .6; } }

@media screen and (min-width: 601px) and (max-width: 1050px) {
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }
  @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 800;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype"); }
  #topHero .heroContents {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 20px; }
    #topHero .heroContents .heroTitle {
      padding: 0 80px; }
    #topHero .heroContents .heroDeco {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 20px; }
      #topHero .heroContents .heroDeco > li {
        position: inherit; }
        #topHero .heroContents .heroDeco > li:nth-child(1) {
          height: inherit;
          margin-left: 0;
          margin-right: 10px; }
        #topHero .heroContents .heroDeco > li:nth-child(2) {
          height: inherit;
          margin-left: 10px; }
  #sectionChange .sectionHeader .sectionTitle {
    font-size: 40px; }
  #sectionProgram .programList > li {
    width: calc(33.3% - 11px);
    margin: 0 11px; }
    #sectionProgram .programList > li .programListText {
      margin: 0; }
  #sectionDream .dreamInner {
    flex-direction: column; }
    #sectionDream .dreamInner:after {
      display: none; }
    #sectionDream .dreamInner .dreamText {
      order: 1;
      width: 100%;
      max-width: inherit;
      padding-right: 35px;
      padding-left: 35px; }
    #sectionDream .dreamInner .dreamFigure {
      order: 0;
      width: 100%;
      max-width: inherit;
      padding: 0 35px;
      margin: 20px auto 0;
      text-align: center; }
  #sectionReport .reportSliderWrap .slide-arrow.next-arrow {
    left: inherit;
    margin-left: inherit;
    right: 35px; }
  #sectionReport .reportBox > div {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; }
    #sectionReport .reportBox > div:before, #sectionReport .reportBox > div:after {
      width: 200px; }
    #sectionReport .reportBox > div .reportBoxDeco {
      display: flex;
      justify-content: center;
      margin-top: -80px;
      pointer-events: none; }
    #sectionReport .reportBox > div .reportBoxWomen,
    #sectionReport .reportBox > div .reportBoxMen {
      position: inherit; }
  #sectionReport .reportTeacher .reportTeacherInner {
    flex-direction: column;
    padding: 30px 35px; }
    #sectionReport .reportTeacher .reportTeacherInner .reportTeacherThumb {
      width: 60%;
      margin-bottom: 30px; }
    #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText {
      width: 100%; }
      #sectionReport .reportTeacher .reportTeacherInner .reportTeacherText .reportTeacherNote + .reportTeacherTitle {
        margin-top: 20px; }
  #sectionMission .reportLead {
    padding-top: 55px;
    padding-bottom: 84px; }
    #sectionMission .reportLead:before {
      width: 170px;
      height: 65px;
      top: 45px;
      left: -57px; }
    #sectionMission .reportLead:after {
      width: 158px;
      height: 75px; }
    #sectionMission .reportLead .sectionHeader:before {
      width: 115px;
      height: 145px;
      right: 20px;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
  #sectionMission .studentList > li {
    width: 100%; }
    #sectionMission .studentList > li:nth-child(n + 2) {
      margin-top: 20px; }
  #sectionMission .contactBox > div {
    padding: 110px 100px; }
    #sectionMission .contactBox > div:before {
      width: 142px;
      height: 100px; }
    #sectionMission .contactBox > div:after {
      width: 152px;
      height: 100px; }
  #globalFooter {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px; }
    #globalFooter .footerInfo {
      margin-left: 0;
      margin-top: 10px; } }

.ft_logo {
    text-align: center;
    margin: 100px 0 0;
    padding: 20px 0;
    border: 4px solid #f76002;
    border-bottom: 4px solid #f76002;
    background: #fff;
}
.ft_logo img{
	width: auto;
}
@media screen and (max-width: 600px) {
  .ft_logo p {
    width: 80%;
    margin: 0 auto 0;
  }
}
