@charset "UTF-8";

/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
#title-bar {
  background-image: url(../img/h1_sp.png);
}

#title-bar h1 {
  width: 230px;
}

#block-intro>.bg {
  background: url(../img/intro_bg_sp.png) left top no-repeat;
  background-size: 100%;
}

#block-intro>.inner {
  padding: 20px 0 65px;
}

#block-intro .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 34px 0 0;
}

#block-intro .box li {
  width: 48.529411764705884%;
  margin: 10px 0 0;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  background: #fff;
  border: 3px solid #000;
  box-sizing: border-box;
}

#block-intro .box li .title {
  padding: 13px 0;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
}

#block-intro .box li .description {
  padding: 15px 0;
}

#block-intro .box li:nth-child(1) {
  margin: 0;
  border-color: #e5a33a;
}

#block-intro .box li:nth-child(1) .title {
  background: #f2d19c;
}

#block-intro .box li:nth-child(2) {
  margin: 0;
  border-color: #83d0e9;
}

#block-intro .box li:nth-child(2) .title {
  background: #c1e7f4;
}

#block-intro .box li:nth-child(3) {
  border-color: #fbe631;
}

#block-intro .box li:nth-child(3) .title {
  background: #fdf298;
}

#block-intro .box li:nth-child(4) {
  border-color: #e76b56;
}

#block-intro .box li:nth-child(4) .title {
  background: #f3b5aa;
}

#block-intro .box li:nth-child(5) {
  border-color: #955bd6;
}

#block-intro .box li:nth-child(5) .title {
  background: #caadea;
}

#block-intro .box li:nth-child(6) {
  border-color: #e261b0;
}

#block-intro .box li:nth-child(6) .title {
  background: #f0b0d7;
}

/*movie*/
/*sp*/
#block-movie >.bg {
  background: url("/kagaku/assets/img/concept_bg_sp.png") top center no-repeat;
  background-size: 100%;
}

#block-movie > .inner {
  padding: 30px 0 40px;
}

#block-movie h2.title {
  font-size: 24px;
  line-height: 1.3em;
  margin: 0 auto 0;
}

#block-movie h2.title > span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0em;
  margin-top: 0.6em;
  color: #6bc8f2;
}

section#kagaku_movie {
  margin: 25px 0 50px;
}

#kagaku_movie>div#movie {
  text-align: center;
}

@media (max-width: 768px) {
  section#kagaku_movie {
    margin: 0;
  }

  section#kagaku_movie > div#movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
  }

  section#kagaku_movie>div#movie>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*movie*/

#block-power>.bg {
  background: url("/kagaku/assets/img/concept_bg_sp.png") top center no-repeat;
  background-size: 100%;
}

#block-power>.inner {
  padding: 30px 0 40px;
}

#block-power h2.title {
  font-size: 24px;
  line-height: 1.3em;
  margin: 0 auto 45px;
}

#block-power h2.title>span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0em;
  margin-top: 0.6em;
  color: #6bc8f2;
}

#block-power .block-concept-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
}

#block-power .block-concept-list li {
  width: 48.529411764705884%;
  margin: 10px 0 0;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #f8b62b;
}

#block-power .block-concept-list li:nth-child(1),
#block-power .block-concept-list li:nth-child(2) {
  margin: 0;
}

#block-power .block-concept-list li h4 {
  background: #f8b62b;
  color: #fff;
  padding: 13px 0;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
}

#block-power .block-concept-list li .text {
  color: #333;
  padding: 15px 10px;
  text-align: left;
}

#block-power .accr {
  width: 140px;
  margin: 1.8em auto 0;
}

#block-course>.bg {
  background: url(/kagaku/general/img/bg_tile_blue.png) left top repeat;
}

#block-course>.bg:before {
  top: -32px;
  height: calc(100% + 37px);
  background: url("/kagaku/adviser/assets/img/message_bg_sp.png") left top no-repeat;
  background-size: 100%;
}

#block-course>.inner {
  padding: 30px 0;
}

#block-course .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0;
}

#block-course .box li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 5px 5px 15px;
}

#block-course .box li+li {
  margin: 25px 0 0;
}

#block-course .box li .photo {
  margin: 0 0 15px;
}

#block-course .box li .title {
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #6bc8f2;
  margin: 0 0 10px;
}

#block-course .box li .txt {
  padding: 0 5px;
}

#block-theme>.bg {
  background: url(/kagaku/general/img/bg_monogram_beige.png) repeat top;
  background-size: 100%;
}

#block-theme>.inner {
  padding: 36px 0;
}

#block-theme .lead {
  text-align: center;
  margin: 0 0 30px;
}

#block-theme .theme__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#block-theme .theme__list li {
  width: 46.26%;
  margin: 0 0 45px;
}

#block-theme .theme__list .photo {
  margin: 0 0 20px;
}

#block-theme .theme__list .txt {
  font-weight: bold;
}

#block-curriculum {
  z-index: 1;
}

#block-curriculum>.bg {
  background: url("/kagaku/assets/img/concept_bg_sp.png") top center no-repeat;
  background-size: 100%;
}

#block-curriculum>.inner {
  padding: 37px 0 35px;
}

#block-curriculum h2 {
  margin: 0 0 35px;
}

#block-curriculum .box+.box {
  margin: 50px 0 0;
}

#block-curriculum .box+.box.mb01 {
  margin: 50px 0 77px;
}

#block-curriculum .box h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

#block-curriculum .box .lead {
  margin: 0 auto 10px;
}

#block-curriculum .box .feature {
  border: 1px solid #cecece;
  background: #fff;
}

#block-curriculum .box .feature h4 {
  line-height: 40px;
  text-align: center;
  color: #fff;
}

#block-curriculum .box .feature .text {
  padding: 12px;
  border-top: 1px solid #cecece;
}

#block-curriculum .box .feature .text li {
  list-style: disc;
  margin-left: 1.5em;
}

#block-curriculum .box .sky {
  color: #6bc8f2;
  background: #d6f2ff;
}

#block-curriculum .box .gray {
  background: #f7f7f7;
}

#block-curriculum .box table {
  width: 100%;
  margin: 10px auto 0;
  background: #fff;
  border-collapse: collapse;
}

#block-curriculum .box table th {
  padding: 12px 0;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cecece;
  background: #d0e9fc;
  width: 29.411764705882355%;
  color: #fff;
  background: #6bc8f2;
}

#block-curriculum .box table td {
  padding: 12px 8px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #cecece;
  width: 70.58823529411765%;
}

#block-curriculum .box table td.w40 {
  width: 40%;
}

#block-curriculum .box h3 {
  color: #6bc8f2;
}

#block-curriculum .box .feature h4 {
  background: #6bc8f2;
}

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/
}

/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/
}

/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {

  /***************************
      container
  ***************************/
  #title-bar {
    background-image: url(../img/h1_pc.png);
  }

  #title-bar h1 {
    width: auto;
  }

/*movie*/
  #block-movie {
    margin-bottom: 50px;
  }

  #block-movie >.bg {
    background: url("/kagaku/assets/img/concept_bg_pc.png") top center repeat-y;
    background-size: 100%;
  }

  #block-movie > .inner {
    padding: 40px 0 0 0;
    box-sizing: border-box;
  }

  #block-movie h2.title {
    font-size: 48px;
    margin: 0 auto 40px;
  }

  #block-movie h2.title > span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0em;
    margin-top: 0.6em;
    color: #6bc8f2;
  }
/*movie*/


  #block-power>.bg {
    background: url("/kagaku/assets/img/concept_bg_pc.png") top center repeat-y;
    background-size: 100%;
  }

  #block-power>.inner {
    padding: 40px 0 50px;
    box-sizing: border-box;
  }

  #block-power h2.title {
    font-size: 48px;
    margin: 0 auto 40px;
  }

  #block-power h2.title>span {
    font-size: 17px;
  }

  #block-power .block-concept-list {
    width: 950px;
    margin: 40px auto 50px;
  }

  #block-power .block-concept-list li {
    width: 303px;
    margin: 20px 0 0;
    line-height: 30px;
    font-size: 16px;
  }

  #block-power .block-concept-list li:nth-child(3) {
    margin: 0;
  }

  #block-power .block-concept-list li h4 {
    line-height: 40px;
    font-size: 22px;
    padding: 2px 0;
  }

  #block-power .block-concept-list li .text {
    padding: 13px 20px;
    font-size: 14px;
  }

  #block-power .accr {
    width: 240px;
  }

  #block-intro>.bg {
    background: url(../img/intro_bg_pc.png) left top no-repeat;
    background-size: 100%;
  }

  #block-intro>.inner {
    padding: 44px 0 120px;
  }

  #block-intro .box {
    width: 950px;
    margin: 56px auto 0;
  }

  #block-intro .box li {
    width: 303px;
    margin: 20px 0 0;
    line-height: 30px;
    font-size: 16px;
    border: 4px solid #000;
  }

  #block-intro .box li .title {
    line-height: 22px;
    font-size: 22px;
  }

  #block-intro .box li .description {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 166px;
    padding: 0;
  }

  #block-intro .box li:nth-child(3) {
    margin: 0;
  }

  #block-course>.bg:before {
    top: -120px;
    height: calc(100% + 120px);
    background: url("/kagaku/adviser/assets/img/message_bg_pc.png");
    background-size: 100%;
  }

  #block-course>.bg:after {
    content: none;
  }

  #block-course>.inner {
    padding: 80px 0 144px;
  }

  #block-course h2.title {
    margin: 0 0 37px;
  }

  #block-course .box {
    width: 950px;
    margin: 20px auto 0;
  }

  #block-course .box li {
    position: relative;
    width: 465px;
    padding: 5px 5px 6px;
    box-sizing: border-box;
  }

  #block-course .box li+li {
    margin: 0;
  }

  #block-course .box li:nth-child(odd) {
    margin: 20px 0 0;
  }

  #block-course .box li:nth-child(even) {
    margin: 20px 0 0 20px;
  }

  #block-course .box li .photo {
    margin: 0 0 35px;
  }

  #block-course .box li .title {
    line-height: 40px;
    font-size: 22px;
    margin: 0 0 23px;
  }

  #block-course .box li .txt {
    padding: 0 20px;
    color: #333;
  }

  #block-course .box li:before {
    position: absolute;
    top: -4px;
    line-height: 56px;
    font-size: 56px;
    font-family: "NotoSansCJKjp-Black";
    color: #fff;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }

  #block-theme>.bg {
    background-size: auto;
  }

  #block-theme>.inner {
    padding: 77px 0 40px;
  }

  #block-theme h2.title {
    margin: 0 0 23px;
  }

  #block-theme .theme__list {
    max-width: 1060px;
    margin: 0 auto;
  }

  #block-theme .theme__list li {
    width: 240px;
    margin: 0 0 40px;
  }

  #block-theme .theme__list .photo {
    margin: 0 0 10px;
  }

  #block-theme .theme__list .txt {
    font-size: 16px;
    color: #333;
  }

  #block-curriculum .bg {
    background: url(/kagaku/assets/img/concept_bg_pc.png) top center repeat-y;
    background-size: 100%;
  }

  #block-curriculum h2 {
    margin: 0 0 50px;
  }

  #block-curriculum>.inner {
    padding: 80px 0 80px;
  }

  #block-curriculum .box+.box {
    margin: 70px 0 0;
  }

  #block-curriculum .box h3 {
    margin: 0 0 20px;
    font-size: 26px;
  }

  #block-curriculum .box .lead {
    margin: 0 auto 20px;
  }

  #block-curriculum .box .feature {
    display: table;
    width: 950px;
    margin: 0 auto;
    border: 2px solid #cecece;
  }

  #block-curriculum .box .feature h4 {
    display: table-cell;
    width: 193px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }

  #block-curriculum .box .feature .text {
    width: 757px;
    padding: 24px 30px;
    border-top: none;
    border-left: 2px solid #cecece;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #block-curriculum .box table {
    width: 950px;
    margin: 30px auto 0;
  }

  #block-curriculum .box table .w20 {
    width: 20%;
  }

  #block-curriculum .box table .w40 {
    width: 40%;
  }

  #block-curriculum .box table .sky {
    color: #6bc8f2;
    background: #d6f2ff;
  }

  #block-curriculum .box table .gray {
    background: #f7f7f7;
  }

  #block-curriculum .box table th {
    padding: 30px 0;
    font-size: 18px;
    border: 2px solid #cecece;
    color: #fff;
    background: #6bc8f2;
  }

  #block-curriculum .box table td {
    width: auto;
    font-size: 16px;
    vertical-align: middle;
    border: 2px solid #cecece;
  }
}

/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/
}

/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/
}

/*# sourceMappingURL=index.css.map */