@charset "UTF-8";
/* CSS Document */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 1281px) {
  /*--------------ヘッダー高さ--------------*/
  #header,
  #header_inner {
    height: 100px;
  }
}

.pc #logo_text,
.pc #logo_image {
  /*--------------ヘッダーロゴ--------------*/
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
#logo_image img.mobile_logo_image {
  width: 100%;
  max-width: 240px;
  height: auto;
  padding: 6px 0 0;
}

.pc #global_menu {
  /*--------------ヘッダーメニュー--------------*/
  height: 30px;
  font-size: 0;
  float: none;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.pc #global_menu > ul {
  height: 30px;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.pc #global_menu > ul > li {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.pc #global_menu > ul > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.pc #global_menu > ul > li > a {
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
}
.pc #global_menu ul ul {
  top: 30px;
}
.pc .header_fix #global_menu > ul > li {
  height: 30px;
  line-height: 30px;
  margin: 0;
}
.pc .header_fix #global_menu > ul > li > a {
  margin: 0;
  height: 30px;
  line-height: 30px;
}

#head_sns {
  /*--------------ヘッダー上部帯--------------*/
  background: #333333;
  width: 100%;
}
.head_sns_inner {
  /*---ヘッダー上部帯 右側SNS---*/
  width: 100%;
  max-width: 1200px;
  height: 28px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  position: relative;
}
.head_sns_inner span.head_sns_pict {
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 0;
}
.head_sns_inner span.head_sns_pict a img {
  width: 100%;
  max-width: 20px;
  margin-left: 6px;
  vertical-align: middle;
}

a.head_line_btn {
  /*---ヘッダー右LINEバナー---*/
  display: inline-block;
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
  right: 0;
}
a.head_line_btn img {
  width: 100%;
  max-width: 250px;
}
.pc .header_fix #header a.head_line_btn {
  /*---メニューFIX時のLINEバナー非表示---*/
  display: none;
}
@media screen and (max-width: 1280px) {
  a.head_line_btn {
    display: none;
  }
}

a.cands_button {
  /*-------------- 装飾リンク --------------*/
  width: 250px;
  margin: 2px auto;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: 2px solid #333333;
  position: relative;
  color: #333;
}
a.cands_button::after {
  font-size: 12px;
  font-family: "design_plus";
  content: "\e910";
  color: #111;
  display: block;
  position: absolute;
  right: 10px;
  top: 19px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.cands_button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}
a.cands_button:hover::after {
  color: #fff;
}

h2.cands_lineheading {
  /*--------------見出し グレー斜線--------------*/
  width: 80%;
  max-width: 1000px;
  height: 14px;
  margin: 20px auto 40px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAL0lEQVQYV2NkgIIzZ878BzFNTEwYQTSYQBcES2AThEvAtCMbCzYKGcBMQJFANhYA4tsazY4xeP8AAAAASUVORK5CYII=)
    repeat;
}
h2.cands_lineheading span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  background: #ffffff;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  z-index: 2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 1023px) {
  h2.cands_lineheading {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  h2.cands_lineheading {
    width: 92%;
    height: 8px;
  }
  h2.cands_lineheading span {
    font-size: 20px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 410px) {
  h2.cands_lineheading span {
    font-size: 18px;
    padding: 0 13px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 370px) {
  h2.cands_lineheading span {
    font-size: 16px;
    padding: 0;
  }
}

h2.cands_blockheading {
  /*--------------見出し 黒ボックス--------------*/
  text-align: center;
  margin: 20px auto 40px;
}
h2.cands_blockheading .oblique {
  font-style: oblique;
  color: #333;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
h2.cands_blockheading > span {
  position: relative;
  padding-left: 140px;
  font-size: 28px;
  text-align: center;
  display: inline-block;
}
h2.cands_blockheading > span img {
  height: 36px;
  width: auto;
  vertical-align: sub;
  padding: 0px 0 0 4px;
}
h2.cands_blockheading > span span {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100px;
  height: 40px;
  padding: 26px 0 0;
  font-size: 11px;
  color: #ffffff;
  background: #111111;
}
@media screen and (max-width: 767px) {
  h2.cands_blockheading > span {
    padding-left: 0;
    font-size: 20px;
    margin-top: 60px;
  }
  h2.cands_blockheading > span img {
    height: 26px;
    margin-top: 12px;
  }
  h2.cands_blockheading > span span {
    position: absolute;
    top: -60px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 730px) {
  /*--------------TOP スライダー高さ--------------*/
  #header_slider .image-entity {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 730px) {
  #header_slider,
  #header_slider .item {
    height: auto !important;
  }
}

section.cands_top_intro {
  /*--------------TOP C&S音楽学院について--------------*/
  width: 100%;
  margin: 0 auto 80px;
  padding: 80px 20px;
  text-align: center;
  background: #fff url(/wp/wp-content/images/intro_back.png) no-repeat center
    bottom;
  background-size: 170% auto;
}
section.cands_top_intro h3 {
  font-size: 24px;
  margin: 0 0 0px;
    line-height: 160%;
}
section.cands_top_intro p {
  line-height: 1.7em;
}
section.cands_top_intro p {
  width: 100%;
  margin: 60px auto 25px;
  line-height: 0;
}
section.cands_top_intro img {
  width: 100%;
  height: auto;
  max-width: 740px;
}
p.intro_image > img {
  pointer-events: none;
}
.intro_catch {
  margin: 80px auto 40px;
}
.intro_catch h4 {
  margin: 10px;
  padding-bottom: 15px;
  display: inline;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAL0lEQVQYV2NkgIL/31z/g5iMXLsZwTSIQBcES2AThEvAtCMbCzYKGcBNwCoIdAAA0HUaeYeqDYMAAAAASUVORK5CYII=)
    repeat;
}
.intro_catch span {
  font-size: 48px;
  white-space: nowrap;
  /*background:#ffffff;*/
  letter-spacing: 3.5px;
}
p.intro_image {
  position: relative;
  max-width: 740px;
  margin: auto;
}
a.intro_top,
a.intro_left,
a.intro_right {
  position: absolute;
  background: #ccc;
  border-radius: 50%;
  line-height: 0;
  margin: auto;
  width: 31.7%;
  max-width: 235px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 0px 0px #595757;
  box-shadow: 0px 0px 0px #595757;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
a.intro_top:hover,
a.intro_left:hover,
a.intro_right:hover {
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
  -webkit-box-shadow: 0px 0px 4px #595757;
  box-shadow: 0px 0px 4px #595757;
}
a.intro_top img,
a.intro_left img,
a.intro_right img {
  margin: 0;
}
a.intro_top {
  top: 0;
  left: 0;
  right: 0;
}
a.intro_right {
  bottom: 0;
  right: 0;
}
a.intro_left {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  section.cands_top_intro {
    background: #fff url(/wp/wp-content/images/intro_back_s.png) no-repeat
      center bottom;
    background-size: 120% auto;
  }
  .intro_catch h4 {
    /*display:inline-block;*/
  }
  .intro_catch h4 {
    padding-bottom: 10px;
    font-size: 0px;
    padding-top: 10px;
  }
  .intro_catch span {
    font-size: 30px;
  }
    section.cands_top_intro h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
  section.cands_top_intro {
    background-size: 160% auto;
  }
  .intro_catch {
    margin: 70px auto 30px;
  }
  .intro_catch span {
    font-size: 25px;
  }
  section.cands_top_intro p {
    margin: 50px 0 45px;
  }
  .intro_catch h4 {
    padding-top: 5px;
  }
    section.cands_top_intro h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 410px) {
  .intro_catch span {
    font-size: 23px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 370px) {
  .intro_catch span {
    font-size: 18px;
  }
}

section.cands_top_introlink {
  /*--------------TOP C&S音楽学院について 直下リンクバナー--------------*/
  width: 100%;
  margin: 0 auto 80px;
  padding: 40px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMElEQVQoU2P8/831PwMDAwMj125GEI0OGAkqwKYLWQyrsXgVoFuJYQJBBRi+IORIAJ1iEAnxz4jAAAAAAElFTkSuQmCC)
    repeat;
}
section.cands_top_introlink a.cands_button {
  width: 230px;
  display: inline-block;
  margin: 2px 5px;
  font-size: 15px;
}
@media screen and (max-width: 1250px) {
  .cands_top_introlink_inner {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.cands_top_introlink a.cands_button {
    width: 49%;
    margin: 2px auto 8px;
    font-size: 12px;
  }
  section.cands_top_introlink a.cands_button:last-of-type {
    margin: 2px auto;
  }
  section.cands_top_introlink {
    padding: 40px 4%;
  }
  section.cands_top_introlink a.cands_button::after {
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 424px) {
  section.cands_top_introlink a.cands_button::after {
    height: 11px;
    font-size: 11px;
    right: 5px;
  }
  section.cands_top_introlink a.cands_button {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  section.cands_top_introlink a.cands_button {
    font-size: 14px;
    width: 100%;
    margin: 2px auto;
  }
}

section.cands_top_class {
  /*--------------TOP 未来を作る専門学科--------------*/
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 30px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
section.cands_top_class a {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  // flex-basis: 50%;
  flex-basis: calc( 100% / 3 );
  border: 1px solid #ffffff;
  position: relative;
}
section.cands_top_class a img {
  padding: 0;
  width: 100%;
height: 200px;
object-fit: cover;
  vertical-align: bottom;
}
section.cands_top_class a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQYV2NkYGD4zwABjDACQwCqAKISrAwKwAIAisMEA5Sp5Q4AAAAASUVORK5CYII=)
    repeat;
  z-index: 1;
  opacity: 0.6;
}
section.cands_top_class a:hover::after {
  opacity: 0;
}
section.cands_top_class a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px 5px;
    font-size: 18px;
  width: 85%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}
a.res_order10 {
  position: relative;
}
a.res_order10::before {
  content: "※来年度からはじまる学科";
  position: absolute;
  width: 180px;
  height: 28px;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  section.cands_top_class a {
    flex-basis: calc( 100% / 3 );
  }
  section.cands_top_class a img {
    height: 150px;
    object-fit: cover;
  }
  section.cands_top_class a p {
    width: 70%;
    max-width: 500px;
    font-size: 13px;
    padding: 13px 2px;
  }
  /* a.res_order01 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

  }
  a.res_order02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  a.res_order03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  a.res_order04 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  a.res_order05 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  a.res_order06 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  a.res_order07 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  a.res_order08 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  a.res_order09 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  a.res_order10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  a.res_order10::before {
    height: 18px;
    font-size: 0.6rem;
    text-align: right;
    padding-right: 10px;
  } */
/*
  section.cands_top_class a.res_order02,
  section.cands_top_class a.res_order03,
  section.cands_top_class a.res_order04,
  section.cands_top_class a.res_order05,
  section.cands_top_class a.res_order06,
  section.cands_top_class a.res_order07,
  section.cands_top_class a.res_order08,
  section.cands_top_class a.res_order09 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
*/
}
@media screen and (max-width: 767px) {
  section.cands_top_class a {
    flex-basis: 50%;
  }
  section.cands_top_class a.res_order01 {
    flex-basis: 50%;
  }
  section.cands_top_class a img {
    height: 150px;
  }
/*  section.cands_top_class a.res_order01 img {
    height: 150px;
  } */
  section.cands_top_class a::after {
    opacity: 0.2;
  }
}
@media screen and (max-width: 600px) {
/*  section.cands_top_class a.res_order01 img {
    height: 150px;
  } */
  section.cands_top_class a p {
    width: 75%;
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  section.cands_top_class a.res_order01 img {
    height: 150px;
  }
}
@media screen and (max-width: 424px) {
  section.cands_top_class a p {
    width: 80%;
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  section.cands_top_class a p {
    font-size: 10px;
  }
}
a.cands_top_opbanner {
  /*-------------- TOP オープンキャンパスバナー --------------*/
  width: 100%;
  max-width: 1180px;
  margin: 80px auto 80px;
  display: block;
  text-align: center;
}
a.cands_top_opbanner img {
  width: 100%;
  display: inline;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  a.cands_top_opbanner img {
    width: 100%;
    display: block;
  }
  a.cands_top_opbanner img.none_480 {
    display: none;
  }
}

section.cands_top_graduate {
  /*--------------TOP 卒業生の活躍--------------*/
  width: 100%;
  padding: 0 20px;
  margin: 0 0 70px;
}
ul.graduate_list {
  list-style-type: none !important;
  margin: 0 auto 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1180px;
}
ul.graduate_list li {
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-basis: 18%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
ul.graduate_list li img {
  width: 100%;
}
ul.graduate_list li a {
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 0 20px;
}
ul.graduate_list li a.graduate_name {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: center;
  min-height: 110px;
  padding: 20px 0 0;
  line-height: 1.3em;
}
ul.graduate_list li a.graduate_name h3 {
  font-size: 18px;
  color: #111111;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  ul.graduate_list li {
    flex-basis: 100%;
    vartical-align: text-top;
  }
  ul.graduate_list li a {
    flex-basis: 36%;
  }
  ul.graduate_list li a.graduate_name {
    flex-basis: 60%;
    text-align: left;
    padding-left: 6px;
  }
}

section.cands_top_currentStudents {
  /*--------------TOP 在校生の声--------------*/
  width: 100%;
  padding: 0 20px;
  margin: 0 0 70px;
}
ul.currentStudents_list {
  list-style-type: none !important;
  margin: 0 auto 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1180px;
}
ul.currentStudents_list li {
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-basis: 26%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
ul.currentStudents_list li img {
  width: 100%;
}
ul.currentStudents_list li a {
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 0 20px;
}
ul.currentStudents_list li a.currentStudents_name {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: center;
  min-height: 110px;
  padding: 20px 0 0;
  line-height: 1.3em;
}
ul.currentStudents_list li a.currentStudents_name h3 {
  font-size: 18px;
  color: #111111;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  ul.currentStudents_list li {
    flex-basis: 100%;
    vartical-align: text-top;
  }
  ul.currentStudents_list li a {
    flex-basis: 60%;
  }
  ul.currentStudents_list li a.currentStudents_name {
    flex-basis: 36%;
    text-align: left;
    padding-left: 6px;
  }
}
section.cands_top_currentStudents a.cands_button {
  /*-------------- 装飾リンク --------------*/
  width: 250px;
  margin: 2px auto;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: 2px solid #333333;
  position: relative;
  color: #333;
}
section.cands_top_currentStudents a.cands_button::after {
  font-size: 12px;
  font-family: "design_plus";
  content: "\e910";
  color: #111;
  display: block;
  position: absolute;
  right: 10px;
  top: 19px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.cands_top_currentStudents a.cands_button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}
section.cands_top_currentStudents a.cands_button:hover::after {
  color: #fff;
}

/* モーダル後 */
.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#remodalContainer {
  position: relative;
}
#remodal {
  padding: 2%;
  /* max-width: 50%; */
  /* max-height: 100%; */
  margin-bottom: 0;
  /* height: 77vh; */
  /* overflow-y: scroll; */
  /* overflow: hidden; */
}
@media screen and (max-width: 767px) {
  #remodal {
    max-width: 100%;
  }
}
ul.currentStudents_list li .playYoutube {
  position: relative;
}
ul.currentStudents_list li .playYoutube::before {
  content: "";
  display: inline-block;
  width: 5em;
  height: 5em;
  background: url(/wp/wp-content/images/playButton.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  ul.currentStudents_list li .playYoutube::before {
    width: 4em;
    height: 4em;
  }
}
ul.currentStudents_list li .playYoutube:hover::before {
  content: "";
  display: inline-block;
  width: 5em;
  height: 5em;
  background: url(/wp/wp-content/images/playButton_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 2%;
  margin-bottom: 2%;
  opacity: 0.8;
}
#remodal .modalContent {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

#remodal .inner {
  width: 100%;
}
.txtArea {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.txtArea p {
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto;
  line-height: 2;
  padding: 4% 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .txtArea p {
    line-height: 1.6;
  }
}
.txtArea .left {
  width: 50%;
  padding: 0 12px 12px 12px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txtArea .left {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}
.left h3 {
  margin: 16% auto 2%;
  font-size: 1.6em;
}
@media screen and (max-width: 1028px) {
  .left h3 {
    font-size: 1em;
    margin-bottom: 10%;
    margin-top: 14%;
  }
}
.left p {
  font-size: 0.9em;
  line-height: 1.8;
}
.left .gray {
  background: none;
  color: #333;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .left .gray {
    padding: 0;
    margin: 0;
    font-size: 0.6em;
  }
}
@media screen and (max-width: 1028px) {
  .left .gray {
    padding: 0;
    margin: 0;
    font-size: 0.6em;
  }
}

@media screen and (max-width: 767px) {
  .txtArea .message {
    margin: 0;
    font-size: 0.8em;
    margin-top: 6%;
    margin-bottom: 2%;
    padding: 0;
    width: 100%;
  }
}
.txtArea .right {
  width: 50%;
  padding: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .txtArea .right {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}
.txtArea .right img {
  width: 100%;
}
#remodal .youtubeArea {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
  margin-top: 16px;
}
/* 閉じるボタン */

#remodal .remodal-cancel {
  color: #fff;
  background: none;
  position: absolute;
  right: -20%;
  top: -3%;
  margin: auto;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #remodal .remodal-cancel {
    top: -12%;
    right: 0;
    left: 0;
  }
}
#movie_player .ytp-title-text {
  display: none;
}
#movie_player .ytp-embed:not(.ad-showing) .ytp-title-text {
  padding-top: 21px;
  display: none;
}
p.btn_design {
  font-size: 46px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  p.btn_design {
    font-size: 24px;
    cursor: pointer;
  }
}

p.btn_design span {
  display: inline-block;
  transition: 0.5s;
}

p.btn_design:hover span {
  transform: rotateX(360deg);
}

section.cands_top_news {
  /*--------------TOP お知らせ--------------*/
  width: 100%;
  margin: 0 0;
  padding: 60px 0 80px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMElEQVQoU2P8/831PwMDAwMj125GEI0OGAkqwKYLWQyrsXgVoFuJYQJBBRi+IORIAJ1iEAnxz4jAAAAAAElFTkSuQmCC)
    repeat;
}
#index_blog {
  margin: 0;
  padding: 20px 0 40px;
  background: transparent;
}
#index_blog_inner {
  margin: 0 auto;
  padding: 0;
}
#index_blog_list {
  margin: 0;
}

  /*--------------TOP インスタ--------------*/
section.cands_top_insta {
  width: 100%;
  padding: 60px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAL0lEQVQYV2NkgIIzZ878BzFNTEwYQTSYQBcES2AThEvAtCMbCzYKGcBMQJFANhYA4tsazY4xeP8AAAAASUVORK5CYII=)
    repeat;
}
section.cands_top_insta .cands_top_insta_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

  /*--------------TOP SNSバナー--------------*/
.cands_top_sns {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.cands_top_sns a {
  width: 18%;
  margin: 0 1%;
  height: 50px;
  padding: 10px 0;
  display: inline-block;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}
.cands_top_sns a img {
  width: 100%;
  height: auto;
  max-width: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cands_top_sns {
    padding: 40px 20px 0;
  }
  .cands_top_sns a {
    width: 12%;
    margin: 0 4%;
    height: auto;
    padding: 0;
    background: #fff;
  }
  .cands_top_sns a img {
    width: 100%;
    height: auto;
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
}

#footer_cands_banner {
  /*-------------- footer 2点バナー --------------*/
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAL0lEQVQYV2NkgIIzZ878BzFNTEwYQTSYQBcES2AThEvAtCMbCzYKGcBMQJFANhYA4tsazY4xeP8AAAAASUVORK5CYII=)
    repeat;
}
.home #footer_cands_banner {
  background: #fff;
}
#footer_cands_banner .footer_cands_banner_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
#footer_cands_banner .footer_cands_banner_inner img {
  width: 50%;
  height: auto;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #footer_cands_banner .footer_cands_banner_inner img {
    width: 100%;
  }
}

#footer_menu_cands {
  /*-------------- footer メニュー --------------*/
  width: 100%;
  height: auto;
  color: #dddddd;
  background: #333333;
  text-align: left;
}
.footer_menu_cands_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer_menu_cands_inner a {
  color: #ffffff;
}
.footer_menu_cands_inner ul {
  flex-basis: 24%;
  font-size: 1em;
  line-height: 1.7em;
  margin: 23px 0 0 0;
}
.footer_menu_cands_inner ul.cands_foot_info img {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 980px) {
  .footer_menu_cands_inner ul {
    flex-basis: 32%;
  }
  .footer_menu_cands_inner ul.cands_foot_info {
    flex-basis: 100%;
    margin-top: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_cands_inner {
    padding: 40px;
  }
  .footer_menu_cands_inner ul {
    flex-basis: 100%;
  }
}
#return_top a {
  /*-------------- footer 右下固定ボタン --------------*/
  height: 70px;
  width: 70px;
  margin-bottom: 1px;
  padding-top: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
#return_top a::before {
  content: none;
}
@media screen and (max-width: 767px) {
  #return_top a {
    height: 50px;
    width: 50px;
    padding-top: 13px;
    font-size: 10px;
    line-height: 13px;
  }
}

#cands_page_wrap {
  /*-------------- 固定ページ --------------*/
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
#cands_page_wrap section {
  margin-bottom: 80px;
}
#cands_page_wrap p {
  margin: 0 0 0.5em 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /*#cands_page_wrap p{font-size:14px;}*/
}

/*-------------- 新規追加項目 --------------*/
.page-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 30px;
  color: #fff;
  /*background-color: #fb4440;*/
  background-color: #dd3333;
  padding: 0.8em;
  line-height: 1.4;
}
.page-title-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.page_thumb_wrap_no-border {
  width: 100%;
  padding: 10px;
  margin-bottom: 80px;
}
.page_thumb_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: inherit;
  background: none;
}
.page_thumb_wrap {
  width: 100%;
  padding: 10px;
  position: relative;
  background: #dd3333;
  /*z-index:-2;*/
  z-index: 500;
}
.page_thumb_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQElEQVQoU2P8////MwYIOAulUShGqAKskgwMDMYgBZux6QRJgsRxKQBLgqzFpgAuic0EFEl0BRiSyAqwSoIUAACDRyTvE8pPKQAAAABJRU5ErkJggg==)
    repeat;
  z-index: -1;
}
.page_thumb_wrap .page_thumb_wrap_inner {
  width: 100%;
  padding: 50px 60px 60px;
  background: #ffffff;
}
h2.page_thumb_heading_a {
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  font-size: 32px;
  color: #111;
  letter-spacing: 0.2em;
}
h2.page_thumb_heading_a small {
  display: block;
  font-size: 14px;
  /*font-size: 24px;
    padding: 12px;*/
  color: #dd3333;
  letter-spacing: normal;
  font-family: "Oswald", sans-serif;
}
h2.thumb_hedding_a {
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  font-size: 32px;
  color: #111;
  letter-spacing: 0.2em;
}
.thumb_hedding_a span {
  font-size: 32px;
  line-height: 1.6;
}

#cands_dept_class h2.page_thumb_heading_a {
  color: #fff;
}
#cands_dept_class h2.page_thumb_heading_a small {
  color: #111;
}
h2.page_thumb_heading_b {
  max-width: 12em;
  margin: 0 auto 45px;
  padding: 0;
  position: relative;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #dd3333;
  border-color: #dd3333;
  border-style: solid;
  border-width: 0 8px 8px 0;
}
h2.page_thumb_heading_b::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #dd3333 #dd3333 #fff #fff;
}
h2.page_thumb_heading_b::after {
  position: absolute;
  top: 0;
  right: -8px;
  content: "";
  width: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #fff #fff #dd3333 #dd3333;
}
h2.page_thumb_heading_b span {
  display: block;
  padding: 0.4em;
  font-weight: bold;
  border-color: #dd3333;
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  font-size: 0.8em;
}
h2.page_thumb_heading_b_large {
  max-width: 18em;
}
.page_thumb_wrap .page_thumb_wrap_col > span small {
  color: #dd3333;
  display: block;
  padding-top: 20px;
}

.page_thumb_wrap .page_thumb_wrap_col {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_thumb_wrap .page_thumb_wrap_col > span {
  flex-basis: 60%;
}
.page_thumb_wrap .page_thumb_wrap_col > span.image {
  flex-basis: 34%;
}
.page_thumb_wrap .page_thumb_wrap_col > span.image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.page_thumb_wrap_col:first-of-type {
  padding-top: 0;
}
.page_thumb_wrap_col:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
section#cands_dept_class.class_r {
  background: #dd3333;
}
@media screen and (max-width: 1023px) {
  .page_thumb_wrap .page_thumb_wrap_inner {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page_thumb_wrap .page_thumb_wrap_col > span,
  .page_thumb_wrap .page_thumb_wrap_col > span.image {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .page_thumb_wrap .page_thumb_wrap_col > span.image img {
    /*height: 160px;*/
    height: auto;
  }
  .page_thumb_wrap .page_thumb_wrap_inner {
    padding: 20px 35px;
  }
}

@media screen and (max-width: 767px) {
  #cands_page_wrap {
    padding: 0 20px;
  }
  #cands_page_wrap section {
    margin-bottom: 40px;
  }
  .page-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 424px) {
  .page-title {
    font-size: 23px;
    letter-spacing: 0;
    padding: 0.8em 0.5em;
  }
}
@media screen and (max-width: 374px) {
  .page-title {
    font-size: 21px;
  }
}

@media screen and (max-width: 425px) {
  .page_thumb_wrap .page_thumb_wrap_inner {
    padding: 30px 15px;
  }
  h2.page_thumb_heading_b {
    font-size: 21px;
    letter-spacing: 0.05em;
    margin: 0 auto 35px;
  }
}

h2.cands_heading_a {
  /*-------------- 学科ページ 見出し --------------*/
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  font-size: 32px;
  color: #111;
  letter-spacing: 0.2em;
}
h2.cands_heading_a small {
  display: block;
  font-size: 14px;
  color: #743e94;
  letter-spacing: normal;
  font-family: "Oswald", sans-serif;
}

.small2 {
  color: #2b8a58 !important;
}
.color-small {
  color: #f6ab00 !important;
}
.color-small2 {
  color: #df507b !important;
}
.color-point4 {
  color: #f6ab00 !important;
}
.color-text4 {
  color: #df507b !important;
}
h2.cands_heading_a span {
  font-size: 0.5em;
  display: block;
  padding-bottom: 0.5em;
  letter-spacing: 0.2em;
}
#cands_dept_class h2.cands_heading_a {
  color: #fff;
}
#cands_dept_class h2.cands_heading_a small {
  color: #111;
}
h2.cands_heading_b {
  max-width: 12em;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #743e94;
  border-color: #743e94;
  border-style: solid;
  border-width: 0 8px 8px 0;
}
h2.cands_heading_b::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #743e94 #743e94 #fff #fff;
}
h2.cands_heading_b::after {
  position: absolute;
  top: 0;
  right: -8px;
  content: "";
  width: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: #fff #fff #743e94 #743e94;
}
h2.cands_heading_b span {
  display: block;
  padding: 0.4em;
  font-weight: bold;
  border-color: #743e94;
  border-style: solid;
  border-width: 2px 1px 1px 2px;
}

.heading_b2 {
  color: #2b8a58 !important;
  border-color: #2b8a58 !important;
}

.heading_b2::before {
  border-color: #2b8a58 #2b8a58 #fff #fff !important;
}

.heading_b2::after {
  border-color: #fff #fff #2b8a58 #2b8a58 !important;
}

.heading_b2::span {
  border-color: #2b8a58 !important;
}

#cands_dept_header {
  /*-------------- 学科ページ イメージ写真（5枚） --------------*/
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#cands_dept_header > span {
  display: inline-block;
  flex-basis: 20%;
}
#cands_dept_header > span img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  vertical-align: bottom;
  border: 1px solid #ffffff;
}
#cands_dept_header > span:nth-child(2) {
  flex-basis: 60%;
  position: relative;
}
#cands_dept_header > span:nth-child(2) figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6%;
}
#cands_dept_header > span:nth-child(2) video {
  height: 500px;
  object-position: 50% 0;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border: 1px solid #ffffff;
}
#cands_dept_header > span:nth-child(2) img {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #cands_dept_header > .pc-only {
    display: none;
  }
  #cands_dept_header > span img {
    height: 90px;
  }
  #cands_dept_header > span:nth-child(2) video {
    height: 228px;
  }
  #cands_dept_header > span:nth-child(2) {
    flex-basis: 100%;
  }
  #cands_dept_header > span:nth-child(2) figure {
    width: 8%;
  }
}

ul#cands_breadcrumb {
  /*-------------- 学科ページ パンくず --------------*/
  width: 100%;
  max-width: 1080px;
  margin: 5px auto 40px;
  font-size: 13px;
}
ul#cands_breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
ul#cands_breadcrumb li::after {
  font-family: "design_plus";
  content: "\e910";
  color: #666666;
  font-size: 9px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul#cands_breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb-area {
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  font-size: 13px;
  margin: 15px auto 45px;
}
@media screen and (max-width: 767px) {
  ul#cands_breadcrumb {
    margin: 5px auto 20px;
    font-size: 11px;
  }
  .breadcrumb-area {
    padding: 0 20px;
    font-size: 11px;
    margin: 12px auto 25px;
  }
}

/*.breadcrumb-area{
    width:100%;
    max-width:1080px;
    margin:0 auto 40px;
    font-size:13px;
}
@media screen and (max-width:767px){
    .breadcrumb-area{
        margin:0 auto 20px;
        font-size:11px;
    }
}*/

#cands_dept_list {
  /*-------------- 学科ページ 学科リスト --------------*/
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
ul.cands_dept_list_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #333;
}
ul.cands_dept_list_inner li {
  width: 25%;
  height: 60px;
  line-height: 60px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #333333;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}
ul.cands_dept_list_inner li:first-child {
  border-left: 1px solid #fff;
}
ul.cands_dept_list_inner li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #111111;
  background: rgba(255, 255, 255, 1);
}
ul.cands_dept_list_inner li a:hover {
  color: #000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
}
ul.cands_dept_list_inner li:nth-child(1) {
  background: #743e94;
}
ul.cands_dept_list_inner li:nth-child(2) {
  background: #2b8a58;
}
ul.cands_dept_list_inner li:nth-child(3) {
  background: #df507b;
}
ul.cands_dept_list_inner li:nth-child(4) {
  background: #f6ab00;
}
@media screen and (max-width: 767px) {
  ul.cands_dept_list_inner li {
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  ul.cands_dept_list_inner li:nth-child(3) {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 374px) {
  ul.cands_dept_list_inner li a {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
#cands_dept_title {
  /*-------------- 学科ページ タイトル --------------*/
}
#cands_dept_title .cands_dept_title_number {
  font-family: "Oswald", sans-serif;
  font-size: 220px;
  color: #743e94;
}
.cands_dept_title_name {
  display: block;
  font-size: 60px;
}
.color-point {
  color: #f6ab00 !important;
}
.color-text {
  color: #df507b !important;
}
.number2 {
  color: #2b8a58 !important;
}

#cands_dept_title h1 {
  display: inline-block;
  font-size: 42px;
  line-height: 1em;
  font-weight: bold;
  color: #111111;
  white-space: nowrap;
}
#cands_dept_title h1 span {
  color: #743e94;
}

.span2 {
  color: #2b8a58 !important;
}
.color-text2 {
  color: #df507b !important;
}
.color-point2 {
  color: #f6ab00 !important;
}

#cands_dept_title h1 small {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  padding: 0 0 10px 5px;
}
#cands_dept_title p {
  /* padding-left: 212px; */
  padding-left: 0;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #cands_dept_title .cands_dept_title_number {
    margin-top: -20px;
    display: block;
    font-size: 120px;
    text-align: center;
  }
  span.cands_dept_title_name {
    font-size: 30px;
  }
  #cands_dept_title h1 {
    display: block;
    font-size: 30px;
    text-align: center;
  }
  #cands_dept_title h1 small {
    font-size: 14px;
    padding: 0;
  }
  #cands_dept_title p {
    padding-left: 0;
    text-align: center;
  }
}

#cands_dept_class {
  /*-------------- 学科ページ クラス --------------*/
  width: 100vw;
  padding: 60px 40px 80px;
  position: relative;
  background: #743e94;
  /*z-index:-2*/
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.class2 {
  background-color: #2b8a58 !important;
  z-index: -2;
}
.color-point3 {
  background-color: #f6ab00 !important;
  z-index: -2;
}
.color-text3 {
  background-color: #df507b !important;
  z-index: -2;
}
#cands_dept_class::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAPElEQVQoU2P8//+/FAMDAwMjI+MzEI0OGEEKcEmC5bDpAonBTcamANlaDBPQ3YSiAJuD4Qpw+QasAJ9XAZmBIje113GwAAAAAElFTkSuQmCC)
    repeat;
  z-index: -1;
}
#cands_dept_class .cands_dept_class_col {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 40px;
  background: #ffffff;
}
#cands_dept_class .cands_dept_class_col:last-child {
  margin-bottom: 0;
}
#cands_dept_class .cands_dept_class_col img {
  /*width:38%;*/
  width: 34%;
  height: 240px;
  object-fit: cover;
  display: inline-block;
}
#cands_dept_class .cands_dept_class_col .trim {
  width: 34%;
  height: 320px;
  object-fit: cover;
  object-position: 0 88px;
  display: inline-block;
  margin-top: -9%;
}
#cands_dept_class .cands_dept_class_col span {
  width: 60%;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
}
.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #cands_dept_class {
    padding: 40px 40px;
  }
  #cands_dept_class .cands_dept_class_col {
    margin-bottom: 40px;
    padding: 20px;
  }
  #cands_dept_class .cands_dept_class_col img {
    width: 100%;
    /*height:180px;*/
    height: auto;
  }
  #cands_dept_class .cands_dept_class_col span {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 425px) {
  #cands_dept_class {
    padding: 40px 20px;
  }
}

.cands_dept_time {
  /*-------------- 学科ページ 時間割 --------------*/
  width: 100%;
}
.cands_dept_time table {
  width: 100%;
  text-align: center;
  background: #743e94;
  color: #333;
}
.cands_dept_time td,
.cands_dept_time th {
  width: 16%;
  border: 1px solid #bbb;
  padding: 15px 10px;
  line-height: 1.4;
  background: #fff;
  vertical-align: middle;
  border-color: #743e94;
}
tr.week.color-week {
  background: #f6ab00 !important;
}
tr.lunchBreak.color-break {
  background: #fefefe !important;
}
tr.lunchBreak {
  border-color: #f6ab00 !important;
}
.break {
  background: rgba(255, 255, 255, 0.7);
}
.color-td {
  border-color: #f6ab00 !important;
}
.color-td3 {
  border-color: #ccc !important;
}
.color-th {
  border-color: #f6ab00 !important;
  background: rgb(255 248 235) !important;
}
tr.week.color-week2 {
  background: #df507b !important;
}
.color-td2 {
  border-color: #df507b !important;
}
.color-th2 {
  border-color: #df507b !important;
  background: rgb(247 229 238) !important;
}
.border2 {
  border-color: #2b8a58 !important;
}

/*-- 20230629 all [ --*/
.color-red0 {
  color: #D6323C;
}
table.table-red0 {
  font-weight: bold;  
}
table.table-red0 th {
  background-color: white;
}
table.table-red0 td, table.table-red0 th {
  border: 1px solid #D6323C;
}
tr.week.table-tr-red0 {
  background: #df507b;
}
.cands_dept_time tr.week.table-tr-red0 td {
  border-width: 1px;
}
.cands_dept_time tr.table-tr-red0 td.color-td {
  background-color: #FAE9E4;
  color: #D6323C;
}
@media screen and (max-width: 425px) {
  table.table-red0 {
    margin-bottom: 50px;
  }
}
/*-- ] 20230629 all --*/

.cands_dept_time th {
  background: rgba(255, 255, 255, 0.9);
  border-left: 0;
}
.cands_dept_time tr.week td {
  background: rgba(255, 255, 255, 0.7);
  border-width: 1px 0;
  color: #111;
}
.cands_dept_time tr.lunch td {
  background: rgba(255, 255, 255, 0.4);
  border-width: 1px 0;
  color: #111;
}

td.td2 {
  background: rgba(130, 230, 130, 0.7) !important;
  border-width: 1px 0;
  color: #111;
}

.th2 {
  background: rgba(230, 320, 230, 0.9) !important;
}

/* .cands_dept_time tr td:last-child {
  border-right: 0;
} */
.cands_dept_time h4 {
  font-size: 1em;
  position: relative;
  padding: 0.7em 2.5em;
  background: #743e94;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
}

.h42 {
  background-color: #2b8a58 !important;
}
.color-h4 {
  background-color: #f6ab00 !important;
}
.color2-h4 {
  background-color: #df507b !important;
}
.cands_dept_time h4::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 12px solid #743e94;
}

.h42::after {
  border-top: 12px solid #2b8a58 !important;
}
.color-h4::after {
  border-top: 12px solid #f6ab00 !important;
}
.color2-h4::after {
  border-top: 12px solid #df507b !important;
}
.cands_dept_time p.dept_color {
  color: #743e94;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.dept2 {
  color: #2b8a58 !important;
}
.color-point5 {
  color: #f6ab00 !important;
}
.color-text5 {
  color: #df507b !important;
}
.caption-box {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cands_dept_time td,
  .cands_dept_time th {
    padding: 10px 3px;
    font-size: 10px;
  }
}

.cands_dept_wrap {
  /*-------------- 学科ページ セクション枠デザイン --------------*/
  width: 100%;
  padding: 10px;
  position: relative;
  background: #743e94;
  z-index: -2;
}
.cands_dept_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQElEQVQoU2P8////MwYIOAulUShGqAKskgwMDMYgBZux6QRJgsRxKQBLgqzFpgAuic0EFEl0BRiSyAqwSoIUAACDRyTvE8pPKQAAAABJRU5ErkJggg==)
    repeat;
  z-index: -1;
}

.wrap2 {
  background: #2b8a58;
}
.color2-h2 {
  color: #df507b !important;
  border-color: #df507b !important;
}
h2.color2-h2::after {
  border-color: #fff #fff #df507b #df507b;
}
h2.color2-h2::before {
  border-color: #df507b #DF507B#fff #fff;
}
.color-text6 {
  background: #df507b !important;
}
.color-span2 {
  border-color: #df507b !important;
}
.color-h2 {
  color: #f6ab00 !important;
  border-color: #f6ab00 !important;
}
h2.color-h2::after {
  border-color: #fff #fff #f6ab00 #f6ab00;
}
h2.color-h2::before {
  border-color: #f6ab00 #f6ab00 #fff #fff;
}
.color-point6 {
  background: #f6ab00 !important;
}
.color-span {
  border-color: #f6ab00 !important;
}
.color1 {
  z-index: -2;
}
.cands_dept_wrap .cands_dept_wrap_inner {
  width: 100%;
  padding: 40px 60px 60px;
  background: #ffffff;
}
.cands_dept_wrap .cands_dept_wrap_col {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cands_dept_wrap .cands_dept_wrap_col > span {
  flex-basis: 60%;
  /*margin-bottom:;*/
}
.cands_dept_wrap .cands_dept_wrap_col > span.image {
  flex-basis: 34%;
}
.cands_dept_wrap .cands_dept_wrap_col > span.image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cands_dept_wrap .cands_dept_wrap_col > span small {
  color: #743e94;
  display: block;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .cands_dept_wrap .cands_dept_wrap_inner {
    padding: 20px 35px;
  }
  .cands_dept_wrap .cands_dept_wrap_col > span,
  .cands_dept_wrap .cands_dept_wrap_col > span.image {
    flex-basis: 100%;
  }
  .cands_dept_wrap .cands_dept_wrap_col > span.image img {
    /*height:160px;*/
    height: auto;
  }
  .cands_dept_wrap .cands_dept_wrap_col > span:last-of-type {
    margin-bottom: 0;
  }
  .cands_dept_wrap .cands_dept_wrap_col > span {
    text-align: justify;
  }
  .cands_dept_time p.dept_color {
    text-align: justify;
  }
  #cands_page_wrap p ~ p {
    text-align: justify;
  }
  #cands_dept_class .cands_dept_class_col span p {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .cands_dept_wrap .cands_dept_wrap_inner {
    padding: 30px 15px;
  }
  .cands_dept_wrap .cands_dept_wrap_col > span,
  .cands_dept_wrap .cands_dept_wrap_col > span.image {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .cands_dept_wrap .cands_dept_wrap_col > span.image img {
    /*height:160px;*/
    height: auto;
  }
}

.cands_dept_graduate img {
  /*-------------- 学科ページ 卒業生 --------------*/
}
.cands_dept_teacher {
  /*-------------- 学科ページ 講師 --------------*/
}
.cands_dept_movie {
  /*-------------- 学科ページ 動画 --------------*/
}

a.disabled:hover {
  color: #666666;
}
.res_none {
  display: block;
}
.res_block {
  display: none;
}
@media screen and (max-width: 425px) {
  .res_none {
    display: none;
  }
  .res_block {
    display: block;
  }
}

/*-------------- IEハック --------------*/
@media all and (-ms-high-contrast: none) {
  /*--トップページ*/
  section.cands_top_class {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  section.cands_top_class a {
    flex-basis: 33%;
  }
  /*--高校コース*/
  div#cands_page_wrap p.intro_image {
    width: 100%;
  }
  /*--各学科*/
  #cands_dept_header > span img {
    height: 300px;
  }
  #cands_dept_header > span:nth-child(2) img {
    height: 600px;
  }
  /*--クリエイティブ学科*/
  /*#cands_dept_class .cands_dept_class_col img{
        width:auto;
        height:auto;
    }*/
  #cands_dept_class .cands_dept_class_creative_col span {
    display: inline;
  }
  /*--転入・編入*/
  .voice_area h3 {
    padding: 0.7em 1.5em !important;
    text-align: center;
  }
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cands_dept_class .cands_dept_class_col .next-year {
  padding-top: 8%;
}
.post_content #cands_page_wrap .cands_dept_time .karaoke-area {
  display: flex;
  width: 100%;
}
.ttl {
  width: 33.333%;
}
.img {
  width: 33.333%;
}
.txt {
  width: 33.333%;
}
/* 20210525 */
.pc_logo_image {
    -webkit-backface-visibility: hidden;
}
.cands_dept_movie .cands_dept_wrap_col > span.image img {
    height: auto;
}
.cands_dept_movie h4 {
    font-size: 1em;
    position: relative;
    padding: 0.7em 2.5em;
    background: #743e94;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 30px;
}
.cands_dept_movie h4::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 12px solid #743e94;
}
.page_thumb_wrap_greeting .text-center {
  text-align: center;
}
.page_thumb_wrap_greeting .page_thumb_wrap_col > span {
    flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .page_thumb_wrap_greeting .page_thumb_wrap_col > span {
      flex-basis: 100%;
  }
}
h2.page_thumb_heading_b.type_01 {
  max-width: 16em;
}
.sp_justify-content-center .inner {
  width: 48%;
}
.sp_justify-content-center .inner img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sp_justify-content-center .inner {
    width: 100%;
  }
  .sp_justify-content-center .inner:last-of-type {
    margin-top: 20px;
  }
}
@media (max-width: 440px) {
  .cands_dept_movie h4.small{
    padding: 0.7em 1em;
    font-size: 14px;
 }
}
.-play{
  display: none;
}
.-pause{
  display: none;
}

/*--専攻コース --*/
#four_class_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2%;
  padding: 0 10%;
}
.link_square_class {
  width: 49%;
  margin-bottom: 2%;
  padding: 18px 20px;
  color: white;
  line-height: 1.6;
}
.link_square_class a{
  color: white;
}
#four_class_list .link_square_class a:hover, #four_class_list .link_square_class a:focus {
  opacity: 0.7;
}
.link_square_class.class_purple {
  background-color: #743e94;
}
.link_square_class.class_seagreen {
  background-color: #2b8a58;
}
.link_square_class.class_pink {
  background-color: #df507b;
}
.link_square_class.class_yellow {
  background-color: #f6ab00;
}
.link_square_class h4 {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
#four_class_list {
    display: block;
 }
.link_square_class {
    width: 100%;
 }
}

.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}

td.table-td-bgred {
  color: #fff;
  background: #D6323C;
  border-color: #fff;
}
td.table-td-bggray {
  color: #dd3333;
  background: #E9EFF2;
  border-color:#dd3333 !important;
  position: relative;
}
.balloon-wrap h4.jiyuu-balloon {
  color: #dd3333;
  background: #E9EFF2;
  border: 2px solid #dd3333;
  padding: 5px 7px;
  border-radius: 0;
  width: max-content;
  max-width: 100%;
}
.balloon-wrap h4.jiyuu-balloon::after {
  top: -6px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #dd3333 #dd3333 transparent transparent;
  background-color: #E9EFF2;
  transform: rotate(-45deg);
}
  
.row-koushi {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5%;
  row-gap: 15px;
}
  
.teacher-card {
  width: 23.875%;
  padding: 10px;
}
.teacher-card .teacher-portrait {
  width: 92%;
  margin: auto;
}
.teacher-card .teacher-portrait img {    
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
#cands_page_wrap .teacher-card p.class-title {
  text-align: center;
  font-size: small;
  margin-bottom: -5px;
  margin-top: 10px;
  line-height: 1;
}
.teacher-card .teacher-name {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .balloon-wrap h4.jiyuu-balloon {
    width: 145px;
    font-size: 12px;
  }
  .teacher-card {
    width: 49.25%;
  }
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
    margin: 15px;
  }
}

.mobile-only {
  display: none;
}