@charset "UTF-8";
/* CSS Document */
#inc_parts {
  /* ==============================================================
     # 汎用設定
  ============================================================== */
  /* 写真のマージン ---------------*/
  /* KV共通 */
  /* hタグ ----------------------*/
  /* サイド固定メニュー ---------------*/
  /* ==============================================================
     # オープンキャンパス #open-campus-info
  ============================================================== */
  /* KV -------------*/
  /* KV内次回日程 -------------*/
  /* 日程一覧 ------*/
  /* ここから下部のスライドバナー ナビゲーションの設定 */
  /* 参加のメリット ----------------*/
  /* 体験内容 ------------------*/
  /* 動画で見る体験内容 ------------------*/
  /* オープンキャンパスサポート ------------------*/
  /* box01　-------------*/
  /* box02　-------------*/
  /* box03　-------------*/
  /* box04　-------------*/
  /* ボタン02　--------------- */
  /* .btn02 a.line{
  	background-color: #59d265;
  } */
  /*[START]add20200907*/
  /*[END]add20200907*/
  /* ==============================================================
     # AOページ #ao
  ============================================================== */
  /* AO制度を利用した先輩インタビュー ---------------*/
  /*.ao-voice-ofiice{
  	font-size: 14px;
  	margin-bottom: 10px;
  	font-weight: 900;
  	border-top:1px dotted #ccc;
  	padding-top: 10px;
  }*/
  /* ==============================================================
     # JJCが選ばれる理由 #appeal
  ============================================================== */
  /*[start]add20200530*/
  /*[end]add20200530*/
  /* ==============================================================
     # JJCで目指せるお仕事 #placement
  ============================================================== */
  /* ページ内ナビ（共通）-----------*/
  /* ページナビ：目指せるお仕事 ---------------*/
  /* ページナビ：遠方の方へ -----*/
  /*  */
  /* ==============================================================
     # キャンパスライフ #campus-life
  ============================================================== */
  /* ==============================================================
     # 就職実績 #support
  ============================================================== */
  /* 就職サポート ---------------*/
  /* 就職先一覧 ---------------*/
  /* 先輩からのメッセージ ---------------*/
  /* ==============================================================
     # 公務員合格実績 #results
  ============================================================== */
  /* ==============================================================
     # 専門実施教育訓練給付金制度 #kyufukin
  ============================================================== */
  /* ==============================================================
     # 公務員合格実績 #results
  ============================================================== */
  /* ==============================================================
     # 資格・検定実績 #qualification
  ============================================================== */
  /* mos入賞 */
  /*.btn.movie i{
  	position: absolute;
      left: 14px;
      top: 50%;
      font-size: 18px;
      margin-top: -9px;
  }*/
  /* ==============================================================
     # 入試・学費について　#entrance
  ============================================================== */
  /* ==============================================================
     # 学費支援制度・学費奨学制度　#scholarship
  ============================================================== */
  /* #scholarship main table td{
  	width:75%;
  } */
  /*[START]add20200629*/
  /*[END]add20200629*/
  /* ==============================================================
     # 学校情報公開　#disclosure
  ============================================================== */
  /* [START]add20220704*/
}
#inc_parts main section {
  padding-top: 30px;
  padding-bottom: 30px;
}
#inc_parts main section.line {
  padding-bottom: 40px;
}
#inc_parts main section.line + section {
  padding-top: 50px;
}
@media (min-width: 576px) {
  #inc_parts main section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #inc_parts main section.line {
    padding-bottom: 50px;
  }
  #inc_parts main section.line + section {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #inc_parts main section {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
  }
  #inc_parts main section.line {
    padding-bottom: 6vw;
  }
  #inc_parts main section.line + section {
    padding-top: 7vw;
  }
}
#inc_parts main section.line {
  position: relative;
}
#inc_parts main section.line::after {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  background: #333;
  z-index: 10;
}
@media (min-width: 600px) {
  #inc_parts main section.line::after {
    height: 50px;
    bottom: -25px;
  }
}
#inc_parts .s-section {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 600px) {
  #inc_parts .s-section {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  #inc_parts .s-section {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1200px) {
  #inc_parts .s-section {
    margin: 0 0 3.5rem 0;
  }
}
#inc_parts .s-section:last-child {
  margin-bottom: 0;
}
#inc_parts .p_margin {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  #inc_parts .p_margin {
    margin-bottom: 15px;
  }
}
#inc_parts .kv.common {
  height: 45vw;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #CDF1F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/shared/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts .kv.common::before {
  content: "";
  background: url("../imgs/index/slash_l_w.png") no-repeat left top;
  background-size: cover;
  width: 100px;
  height: 300px;
  position: absolute;
  left: -60px;
  top: 0;
}
#inc_parts .kv.common::after {
  content: "";
  background: url("../imgs/index/slash_r_w.png") no-repeat right bottom;
  background-size: cover;
  width: 100px;
  height: 300px;
  position: absolute;
  right: -60px;
  bottom: 0;
}
#inc_parts .kv.common h2 {
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  color: #fff;
  padding: 10px 14px 13px 14px;
  letter-spacing: 1px;
  background-color: rgb(215, 226, 54);
  background-color: #5bcfde;
  background: rgb(66, 66, 66);
  line-height: 1;
}
@media (min-width: 768px) {
  #inc_parts .kv.common {
    height: 400px;
  }
  #inc_parts .kv.common h2 {
    font-size: 30px;
    padding: 14px 20px 17px 20px;
  }
  #inc_parts .kv.common::before {
    width: 100px;
    height: 300px;
    left: 0;
  }
  #inc_parts .kv.common::after {
    width: 100px;
    height: 300px;
    right: 0;
  }
}
@media (min-width: 992px) {
  #inc_parts .kv.common h2 {
    font-size: 36px;
    padding: 14px 20px 17px 20px;
  }
}
#inc_parts .kv.common .container {
  z-index: 10;
}
#inc_parts h3.common {
  text-align: left;
  border-radius: 2px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 900;
  padding: 15px;
  background-color: #4295dc;
  /*background-color: #5bcfde;*/
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #inc_parts h3.common {
    margin-bottom: 30px;
    font-size: 19px;
    padding: 20px;
  }
}
#inc_parts h3.common.w {
  background-color: #fff;
}
#inc_parts h3.common.o {
  background-color: #f1b23a;
}
#inc_parts h3.common.p {
  background-color: #ED7C9B;
}
#inc_parts h4.common {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  border-left: 4px solid #76C1EF;
  padding: 7px 0 7px 14px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #inc_parts h4.common {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#inc_parts h5 {
  color: #4295dc;
  font-weight: 900;
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  #inc_parts h5 {
    font-size: 18px;
  }
}
#inc_parts #open-campus-info .support h5 {
  color: rgb(235, 139, 8);
}
#inc_parts .side-menu {
  position: fixed;
  right: 0;
  top: 163px;
  z-index: 19999;
}
#inc_parts .side-menu li {
  margin-bottom: 10px;
}
#inc_parts #open-campus-info .kv {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: rgb(251, 247, 227);
  background: url("../imgs/oc/kv_bg2022.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  #inc_parts #open-campus-info .kv {
    height: 60vw;
    background: url("../imgs/oc/kv2022.jpg") no-repeat center;
    background-size: cover;
  }
  #inc_parts #open-campus-info .kv::before {
    content: "";
    background: url("../imgs/index/slash_l_w.png") no-repeat left top;
    background-size: cover;
    width: 100px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #inc_parts #open-campus-info .kv::after {
    content: "";
    background: url("../imgs/index/slash_r_w.png") no-repeat right bottom;
    background-size: cover;
    width: 100px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #inc_parts #open-campus-info .kv {
    height: calc(100vh - 163px);
  }
  #inc_parts #open-campus-info .kv::before {
    width: 200px;
    height: 600px;
  }
  #inc_parts #open-campus-info .kv::after {
    width: 200px;
    height: 600px;
  }
}
#inc_parts #open-campus-info .kv .inner {
  width: 100%;
}
#inc_parts .next_box {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10%;
  z-index: 20;
}
#inc_parts .next_box a {
  background-color: #FFF;
  width: 76%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  min-width: 320px;
  color: #111;
  -webkit-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.3);
  /*	border-radius: 3px;*/
}
#inc_parts .next_box a:hover {
  text-decoration: none;
}
#inc_parts .next_box_l,
#inc_parts .next_box_r {
  padding: 5.5% 4%;
}
#inc_parts .next_box .next_box_l {
  width: 60%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
}
#inc_parts .next_box .next_box_r {
  width: 40%;
  background-color: #FDF053;
  color: #3A2B23;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 900;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 3px 3px 0;
}
#inc_parts .next_box .next {
  background-color: #4593E9;
  padding: 2px 6px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  margin-right: 10px;
  font-weight: normal;
  vertical-align: middle;
}
#inc_parts .next_box .week {
  font-size: 14px;
  margin-left: 2px;
}
#inc_parts .next_box .arrow {
  position: relative;
  vertical-align: middle;
}
#inc_parts .next_box .arrow::before,
#inc_parts .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#inc_parts .next_box .arrow::before {
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3A2B23;
  border-right: 2px solid #3A2B23;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media (min-width: 768px) {
  #inc_parts .next_box a {
    width: 60%;
    max-width: 600px;
  }
  #inc_parts .next_box .next_box_l {
    font-size: 30px;
    font-weight: 900;
  }
  #inc_parts .next_box .next_box_r {
    font-size: 14px;
  }
  #inc_parts .next_box .next {
    padding: 5px 8px;
    font-size: 14px;
    margin-right: 10px;
  }
  #inc_parts .next_box .week {
    font-size: 18px;
    margin-left: 10px;
  }
  #inc_parts .next_box .next_box_l {
    padding: 5% 4.5%;
  }
  #inc_parts .next_box .next_box_r {
    padding: 5% 4.5%;
  }
  #inc_parts .next_box .arrow::before {
    right: 15px;
  }
}
@media (min-width: 992px) {
  #inc_parts .next_box .next_box_l {
    font-size: 36px;
  }
}
#inc_parts #oc_day {
  background-color: #FBF7E3;
}
#inc_parts #oc_day .oc_dayInner {
  background-color: #fff;
  border-radius: 6px;
  padding: 5%;
}
#inc_parts #oc_day h3.common {
  /*	background-color: transparent;
  padding:0;
  margin:0;
  text-align: center;
  color: #212529;
  font-size:18px;
  margin-bottom: 20px;*/
}
@media (min-width: 768px) {
  #inc_parts {
    /*	#oc_day h3.common{
    	font-size:26px;
    	margin-bottom: 40px;
    }	*/
  }
}
#inc_parts #oc_day .oc_day_box a:link,
#inc_parts #oc_day .oc_day_box a:hover,
#inc_parts #oc_day .oc_day_box a:visited {
  color: #4F3A35;
}
#inc_parts #oc_day .oc_day_box a {
  display: block;
  padding: 30px 5px;
}
#inc_parts #oc_day .oc_day_box div.one_day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.1% 0 0;
  background-color: #e3f6fb;
  text-align: center;
  border-radius: 2px;
  /*border:1px solid #D2CAC8;*/
  line-height: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}
#inc_parts #oc_day .one_day:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  #inc_parts #oc_day .oc_day_box div.one_day {
    margin: 0 0.1%;
  }
  #inc_parts #oc_day .oc_day_box a {
    display: block;
    padding: 30px 5px;
  }
}
#inc_parts #oc_day a:hover {
  text-decoration: none;
}
#inc_parts #oc_day .day {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
#inc_parts #oc_day .week {
  font-size: 12px;
}
#inc_parts #oc_day .year {
  margin-bottom: 15px;
  font-size: 13px;
}
@media (min-width: 596px) {
  #inc_parts #oc_day .day {
    font-size: 22px;
  }
  #inc_parts #oc_day .week {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #inc_parts #oc_day .day {
    font-size: 24px;
  }
  #inc_parts #oc_day .week {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #inc_parts #oc_day .day {
    font-size: 26px;
  }
  #inc_parts #oc_day .week {
    font-size: 18px;
  }
}
#inc_parts .oc_day_box {
  margin: 0 auto 10px 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
@media (min-width: 768px) {
  #inc_parts .oc_day_box {
    margin: 0 auto 30px 0;
  }
}
#inc_parts .arrows03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#inc_parts #oc_day .slick-prev {
  margin-left: 0;
  background-color: #666;
}
#inc_parts #oc_day .slick-next {
  margin-right: 5px;
  background-color: #666;
}
@media (min-width: 768px) {
  #inc_parts .oc_day_box {
    width: calc(100% - 142px);
    margin-left: auto;
    margin-right: auto;
  }
  #inc_parts .arrows03 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #inc_parts #oc_day .slick-prev {
    position: absolute;
    top: 28px;
    left: 0;
  }
  #inc_parts #oc_day .slick-next {
    position: absolute;
    top: 28px;
    right: 0;
  }
}
#inc_parts .oc_dayInner .border-box {
  padding: 0;
  margin-bottom: 3rem;
}
#inc_parts .oc_dayInner .border-box .inner {
  padding: 3rem;
}
@media (min-width: 992px) {
  #inc_parts .oc_dayInner .border-box .inner {
    background: url("../imgs/oc/image01r2.jpg") no-repeat right 10px bottom 10px;
    background-size: 50%;
  }
  #inc_parts .oc_dayInner .border-box .inner {
    padding: 5rem;
  }
}
#inc_parts .merit li {
  background-color: #f780aa;
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 596px) {
  #inc_parts .merit li {
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #inc_parts .merit li {
    padding: 20px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #inc_parts .oc_dayInner .border-box .inner {
    padding: 0 !important;
  }
  #inc_parts .oc_dayInner .border-box {
    padding: 0 !important;
    margin: 0 !important;
  }
  #inc_parts .oc_dayInner .border-box::before {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
  }
}
#inc_parts .taiken_movie a,
#inc_parts .taiken_movie a:link,
#inc_parts .taiken_movie a:hover,
#inc_parts .taiken_movie a:visited,
#inc_parts .fa-video {
  color: #194d82;
}
#inc_parts .taiken_movie a {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding: 12px 0;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
#inc_parts .icon_c01 {
  background-color: rgb(246, 172, 25);
}
#inc_parts .icon_c02 {
  background-color: rgb(237, 124, 155);
}
#inc_parts .icon_c03 {
  background-color: rgb(240, 132, 71);
}
#inc_parts .icon_c04 {
  background-color: rgb(132, 94, 165);
}
#inc_parts .icon_c05 {
  background-color: rgb(0, 170, 117);
}
#inc_parts .icon_c06 {
  background-color: rgb(25, 127, 196);
}
#inc_parts .icon_c07 {
  background-color: rgb(72, 190, 214);
}
#inc_parts .text_c00 {
  color: #DF1919;
}
#inc_parts .text_c01 {
  color: rgb(246, 172, 25);
}
#inc_parts .text_c02 {
  color: rgb(237, 124, 155);
}
#inc_parts .text_c03 {
  color: rgb(240, 132, 71);
}
#inc_parts .text_c04 {
  color: rgb(132, 94, 165);
}
#inc_parts .text_c05 {
  color: rgb(0, 170, 117);
}
#inc_parts .text_c06 {
  color: rgb(25, 127, 196);
}
#inc_parts .text_c07 {
  color: rgb(72, 190, 214);
}
#inc_parts .text_c08 {
  color: rgb(160, 147, 92);
}
#inc_parts [class*=icon_c0] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
}
#inc_parts .flow_box p {
  margin-bottom: 0;
}
#inc_parts .flow_box {
  margin-bottom: 15px;
}
#inc_parts .flow_box:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #inc_parts .flow_box {
    margin-bottom: 20px;
  }
  #inc_parts .flow_box:nth-child(5),
  #inc_parts .flow_box:nth-child(6) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #inc_parts .flow_box:nth-child(4),
  #inc_parts .flow_box:nth-child(5),
  #inc_parts .flow_box:nth-child(6) {
    margin-bottom: 0;
  }
  #inc_parts .taiken .flow_box:nth-child(4) {
    margin-bottom: 20px;
  }
}
#inc_parts .page-open-campus-info_flex_row_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#inc_parts img.page-open-campus-info_sanka_graph {
  display: block;
  width: 50%;
}
#inc_parts ul.page-open-campus-info_sanka {
  display: block;
  width: 50%;
}
#inc_parts li.page-open-campus-info_sanka_list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#inc_parts .page-open-campus-info_sanka_list:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4295DC;
  border-radius: 50%;
  margin-right: 10px;
}
#inc_parts p.page-open-campus-info_sanka_title {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #4295DC;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #inc_parts .page-open-campus-info_flex_row_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inc_parts img.page-open-campus-info_sanka_graph {
    display: block;
    width: 100%;
  }
  #inc_parts ul.page-open-campus-info_sanka {
    display: block;
    width: 100%;
  }
  #inc_parts p.page-open-campus-info_sanka_title {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #4295DC;
    margin-top: 20px;
  }
}
#inc_parts #open-campus-info .movie {
  background: rgb(253, 242, 245);
  position: relative;
}
#inc_parts #open-campus-info .movie::before {
  content: "";
  background: url("../imgs/index/slash_l_02.png") no-repeat left top;
  left: 0;
  top: 0;
}
#inc_parts #open-campus-info .movie::after {
  content: "";
  background: url("../imgs/index/slash_r_02.png") no-repeat right bottom;
  right: 0;
  bottom: 0;
}
#inc_parts #open-campus-info .movie::before,
#inc_parts #open-campus-info .movie::after {
  position: absolute;
  width: 56px;
  height: 94px;
  background-size: 100%;
}
@media (min-width: 768px) {
  #inc_parts #open-campus-info .movie::before,
  #inc_parts #open-campus-info .movie::after {
    width: 112px;
    height: 187px;
  }
}
#inc_parts #open-campus-info .image_photo {
  position: absolute;
  right: 5px;
  bottom: -25px;
  max-width: 180px;
  width: 40vw;
  height: auto;
}
@media (min-width: 480px) {
  #inc_parts #open-campus-info .image_photo {
    position: absolute;
    right: 5px;
    bottom: -5vw;
    max-width: 380px;
    width: 30vw;
    height: auto;
  }
}
#inc_parts .support_box {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 600px) {
  #inc_parts .support_box {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  #inc_parts .support_box {
    margin: 0 0 3.5rem 0;
  }
}
@media (min-width: 1200px) {
  #inc_parts .support_box {
    margin: 0 0 4rem 0;
  }
}
#inc_parts .tag span {
  background-color: rgb(238, 174, 6);
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  margin-right: 7px;
  display: inline-block;
  font-weight: normal;
}
#inc_parts .border-box {
  background: -webkit-repeating-linear-gradient(135deg, #ddd, #ddd 1px, #fff 0, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, #fff 0, #fff 4px);
  background-size: 6px 6px;
  background-repeat: repeat;
  padding: 2rem;
  position: relative;
  z-index: 0;
}
#inc_parts .border-box::before {
  content: "";
  background: #FFF;
  margin: auto;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  #inc_parts .border-box {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #inc_parts .border-box {
    padding: 5rem;
  }
  #inc_parts .border-box::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
#inc_parts .border-box02 {
  border-radius: 2px;
  padding: 20px;
  background-color: #f9f7f5;
}
#inc_parts .border-box02 p {
  margin: 0;
  padding: 0;
}
#inc_parts .border-box03 {
  background-color: #ddf4f7;
  padding: 15px;
}
#inc_parts .border-box04 {
  border: 3px solid #eee;
  padding: 20px;
}
#inc_parts .btn02 {
  text-align: center;
  margin: 3rem 0;
  padding: 0;
}
#inc_parts .btn02 a {
  background-color: #285eaf;
  border-radius: 3px;
  color: #fff !important;
  font-weight: 900;
  max-width: 300px;
  width: 90%;
  padding: 2.6rem 1rem;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 1;
  line-height: 1.3;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  #inc_parts .btn02 {
    margin: 5rem 0;
  }
  #inc_parts .btn02 a {
    max-width: 340px;
    font-size: 17px;
  }
}
#inc_parts .btn02 a + a {
  margin-top: 10px;
}
#inc_parts .btn02.inq a {
  background-color: #e64646;
}
#inc_parts .btn02 a.line {
  background-color: #40ce4e;
}
#inc_parts .btn02.green51D58F a {
  background-color: #51D58F;
}
#inc_parts .pc_only_btn {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#inc_parts .sp_only_btn {
  display: block;
  width: auto;
  height: auto;
  visibility: visible;
  overflow: visible;
}
@media (min-width: 768px) {
  #inc_parts .pc_only_btn {
    display: block;
    width: auto;
    height: auto;
    visibility: visible;
    overflow: visible;
  }
  #inc_parts .sp_only_btn {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
#inc_parts .btn02 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
#inc_parts .btn02 a {
  position: relative;
  vertical-align: middle;
}
#inc_parts .btn02 a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#inc_parts .btn02 a::before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#inc_parts .btn02.flex a {
  margin: 0 auto 10px;
}
@media (min-width: 993px) {
  #inc_parts .btn02.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #inc_parts .btn02.flex a {
    margin: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  #inc_parts a.line.icon {
    padding-top: 13px;
    padding-bottom: 10px;
  }
}
#inc_parts a.line span::before {
  content: url(../imgs/shared/icon-line.png);
  display: block;
  margin-left: 15px;
  margin-right: -20px;
  float: left;
}
@media screen and (min-width: 768px) {
  #inc_parts .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }
  #inc_parts .btn02.two-colors a .head {
    font-size: 18px;
  }
  #inc_parts .btn02.two-colors.mt-50 {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  #inc_parts .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }
  #inc_parts .btn02.two-colors a .head {
    font-size: 14px;
  }
}
#inc_parts .btn02.two-colors a {
  background-color: #e64646;
}
#inc_parts .btn02.two-colors a:nth-child(2) {
  background-color: #40ce4e;
}
#inc_parts .btn02.two-colors a::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#inc_parts #ao .kv {
  background: url("../imgs/ao/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #ao .merit_box {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #inc_parts #ao .merit_box {
    margin-bottom: 40px;
  }
  #inc_parts #ao .merit_box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #inc_parts #ao .merit_box:nth-child(4),
  #inc_parts #ao .merit_box:nth-child(5) {
    margin-bottom: 0;
  }
}
#inc_parts #ao [class*=merit0] {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #4295dc;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top 1px;
  padding-left: 26px;
  text-align: left;
}
@media (min-width: 768px) {
  #inc_parts #ao [class*=merit0] {
    font-size: 20px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left top 2px;
    padding-left: 36px;
    font-weight: 900;
  }
}
#inc_parts #ao .merit_box img {
  width: 100%;
  margin: 15px auto 0;
}
@media (min-width: 480px) {
  #inc_parts #ao .merit_box img {
    width: 90%;
    min-width: 300px;
    margin: 15px auto 0;
  }
}
#inc_parts #ao .merit01 {
  background-image: url("../imgs/ao/merit01.png");
}
#inc_parts #ao .merit02 {
  background-image: url("../imgs/ao/merit02.png");
}
#inc_parts #ao .merit03 {
  background-image: url("../imgs/ao/merit03.png");
}
#inc_parts #ao .merit04 {
  background-image: url("../imgs/ao/merit04.png");
}
#inc_parts #ao .merit05 {
  background-image: url("../imgs/ao/merit05.png");
}
#inc_parts #ao .merit06 {
  background-image: url("../imgs/ao/merit06.png");
}
#inc_parts #ao .flow_box {
  border: 3px solid #eee;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
}
#inc_parts #ao .flow_box::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin: auto;
  margin-left: -14px;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 14px solid transparent;
  border-top: 14px solid #4295dc;
}
#inc_parts #ao .flow_box.last {
  margin-bottom: 0;
}
#inc_parts #ao .flow_box.last:after {
  display: none;
}
#inc_parts #ao .flow_box .btn02 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #inc_parts #ao .flow_box {
    border: 3px solid #eee;
    padding: 30px;
    margin-bottom: 50px;
  }
}
#inc_parts #ao .tokuten {
  margin-bottom: 30px;
}
#inc_parts #ao .tokuten li {
  font-weight: 900;
}
@media (min-width: 768px) {
  #inc_parts #ao .tokuten li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#inc_parts .ao-voice-img {
  position: relative;
}
#inc_parts .ao-voice-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #4295dc;
}
#inc_parts .ao-voice-name {
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  line-height: 1.6;
}
#inc_parts .ao-voice-inner p {
  margin-bottom: 0;
}
#inc_parts .ao-voice-inner {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #inc_parts {
    /*.ao-voice-ofiice{
    	font-size: 16px;
    	padding-top: 15px;
    }*/
  }
  #inc_parts .ao-voice-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #inc_parts .ao-voice-name {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  #inc_parts .ao-voice-inner {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #inc_parts .ao-voice-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #inc_parts .ao-voice-name {
    margin-bottom: 10px;
  }
  #inc_parts .ao-voice-inner {
    margin-bottom: 40px;
  }
}
#inc_parts #appeal .kv {
  padding: 0;
  margin: 0;
  position: relative;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
@media (max-width: 767px) {
  #inc_parts #appeal .kv .container {
    padding: 0;
  }
  #inc_parts #appeal .kv .catch {
    display: none;
  }
}
@media (min-width: 768px) {
  #inc_parts #appeal .kv {
    height: 60vw;
    background: url("../imgs/appeal/kv2022.jpg") no-repeat center;
    background-size: cover;
  }
  #inc_parts #appeal .kv::before {
    content: "";
    background: url("../imgs/imgs/index/slash_l.png") no-repeat left top;
    background-size: cover;
    width: 100px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #inc_parts #appeal .kv::after {
    content: "";
    background: url("../imgs/imgs/index/slash_r.png") no-repeat right bottom;
    background-size: cover;
    width: 100px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #inc_parts #appeal .kv {
    height: calc(100vh - 163px);
  }
  #inc_parts #appeal .kv::before {
    width: 200px;
    height: 600px;
  }
  #inc_parts #appeal .kv::after {
    width: 200px;
    height: 600px;
  }
}
#inc_parts #appeal .catch h2 {
  display: block;
  width: 100%;
  background-color: transparent;
  margin: 0 0 15px 0;
  padding: 0;
}
#inc_parts #appeal .inner {
  text-align: left;
  font-size: 11px;
  line-height: 2;
  padding: 20px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
#inc_parts #appeal h2 strong {
  font-size: 20px;
  background-color: #333;
  padding: 14px;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media (min-width: 576px) {
  #inc_parts #appeal .inner {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #inc_parts #appeal .catch h2 {
    margin: 0 0 25px 0;
  }
  #inc_parts #appeal h2 strong {
    font-size: 26px;
  }
  #inc_parts #appeal .inner {
    font-size: 12px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #inc_parts #appeal .inner {
    font-size: 16px;
    padding: 30px;
  }
  #inc_parts #appeal h2 strong {
    font-size: 32px;
  }
}
#inc_parts #appeal h2 strong::after {
  content: "";
  background-image: -webkit-linear-gradient(45deg, transparent 25%, #fff 25%, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, transparent 25%, #fff 25%, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff);
  background-size: 4px 4px;
  background-repeat: repeat;
  position: absolute;
  top: 5px;
  right: -5px;
  left: 5px;
  bottom: -5px;
  z-index: -1;
}
#inc_parts #appeal .reason h3.catch {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  color: #3999d4;
}
#inc_parts #appeal .reason h4 {
  margin-bottom: 10px;
}
#inc_parts #appeal .s-section {
  margin-bottom: 20px;
}
#inc_parts .reason_box {
  margin-bottom: 40px;
}
#inc_parts .reason_box hr {
  margin-top: 40px;
}
@media (min-width: 576px) {
  #inc_parts #appeal .reason h3.catch {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #inc_parts .reason_box {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #inc_parts #appeal .s-section {
    margin-bottom: 0;
  }
  #inc_parts .reason_box {
    margin-bottom: 60px;
  }
  #inc_parts #appeal .reason h3.catch {
    font-size: 25px;
    margin-bottom: 20px;
    color: inherit;
  }
  #inc_parts .reason_box hr {
    display: none;
  }
}
#inc_parts .reason_box:last-child {
  margin-bottom: 0;
}
#inc_parts .fw-youtube {
  background-color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
}
#inc_parts .fw-youtube.sq {
  padding-top: 100%;
  overflow: hidden;
  z-index: 2;
}
#inc_parts .fw-youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
#inc_parts .fw-youtube {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 100vw;
  z-index: 10;
}
@media (min-width: 768px) {
  #inc_parts .fw-youtube {
    padding-top: 580px;
  }
}
#inc_parts [data-ruby] {
  position: relative;
}
#inc_parts [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}
#inc_parts #placement .kv {
  background: url("../imgs/placement/kv.jpg") repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: bgiLoop 160s linear infinite;
          animation: bgiLoop 160s linear infinite;
}
@-webkit-keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1600px 0;
  }
}
@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1600px 0;
  }
}
#inc_parts [class*=job_c] .job_name {
  padding: 10px 17px;
  font-size: 14px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  letter-spacing: 1px;
}
#inc_parts .job_c01 .job_name,
#inc_parts .job_c01 h3.common {
  background-color: rgb(246, 172, 25);
}
#inc_parts .job_c02 .job_name,
#inc_parts .job_c02 h3.common {
  background-color: rgb(237, 124, 155);
}
#inc_parts .job_c03 .job_name,
#inc_parts .job_c03 h3.common {
  background-color: rgb(240, 132, 71);
}
#inc_parts .job_c04 .job_name,
#inc_parts .job_c04 h3.common {
  background-color: rgb(132, 94, 165);
}
#inc_parts .job_c05 .job_name,
#inc_parts .job_c05 h3.common {
  background-color: rgb(0, 170, 117);
}
#inc_parts .job_c06 .job_name,
#inc_parts .job_c06 h3.common {
  background-color: rgb(25, 127, 196);
}
#inc_parts .voice07 .job_name,
#inc_parts .job_c07 .job_name,
#inc_parts .job_c07 h3.common {
  background-color: rgb(72, 190, 214);
}
#inc_parts .job_c01 h4.common {
  border-color: rgb(246, 172, 25);
}
#inc_parts .job_c02 h4.common {
  border-color: rgb(237, 124, 155);
}
#inc_parts .job_c03 h4.common {
  border-color: rgb(240, 132, 71);
}
#inc_parts .job_c04 h4.common {
  border-color: rgb(132, 94, 165);
}
#inc_parts .job_c05 h4.common {
  border-color: rgb(0, 170, 117);
}
#inc_parts .job_c06 h4.common {
  border-color: rgb(25, 127, 196);
}
#inc_parts .job_c07 h4.common {
  border-color: rgb(72, 190, 214);
}
#inc_parts .nara {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 575px) {
  #inc_parts .nara {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
#inc_parts .pagenavi {
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
}
#inc_parts .pagenavi li {
  width: 50%;
  border-bottom: 1px dotted #ddd;
}
#inc_parts .pagenavi li a {
  display: block;
  text-align: left;
  padding: 20px 10px;
  font-size: 12px;
  color: #222;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (min-width: 576px) {
  #inc_parts .pagenavi li {
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
  }
  #inc_parts *::-ms-backdrop,
  #inc_parts .pagenavi li {
    width: 33.333333;
  }
}
@media (min-width: 768px) {
  #inc_parts .pagenavi li {
    border-right: 1px dotted #ddd !important;
    border-bottom: 1px dotted #ddd !important;
  }
  #inc_parts *::-ms-backdrop,
  #inc_parts .pagenavi li {
    width: 25%;
  }
  #inc_parts .pagenavi li a {
    padding: 25px 15px;
    font-size: 14px;
  }
}
#inc_parts #placement .pagenavi {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  #inc_parts #placement .pagenavi li:nth-child(odd) {
    border-right: 1px dotted #ddd;
  }
  #inc_parts #placement .pagenavi li:nth-of-type(5),
  #inc_parts #placement .pagenavi li:nth-of-type(6) {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  #inc_parts #placement .pagenavi {
    margin-bottom: 100px;
  }
  #inc_parts #placement .pagenavi li {
    width: 33.333333%;
  }
  #inc_parts *::-ms-backdrop,
  #inc_parts #placement .pagenavi li {
    width: 33.333333;
  }
  #inc_parts #placement .pagenavi li:nth-of-type(3),
  #inc_parts #placement .pagenavi li:nth-of-type(6) {
    border-right: none;
  }
  #inc_parts #placement .pagenavi li:nth-of-type(4),
  #inc_parts #placement .pagenavi li:nth-of-type(5),
  #inc_parts #placement .pagenavi li:nth-of-type(6) {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #inc_parts #placement .pagenavi li {
    width: 25%;
  }
  #inc_parts #placement .pagenavi li:nth-of-type(4) {
    border-right: none !important;
  }
  #inc_parts #placement .pagenavi li:nth-of-type(5),
  #inc_parts #placement .pagenavi li:nth-of-type(6) {
    border-bottom: none !important;
  }
}
#inc_parts #enpou .pagenavi {
  margin-bottom: 30px;
}
#inc_parts #enpou .pagenavi li:nth-child(odd) {
  border-right: 1px dotted #ddd;
}
#inc_parts #enpou .pagenavi li:nth-of-type(3) {
  border-bottom: none;
}
@media (min-width: 768px) {
  #inc_parts #enpou .pagenavi {
    margin-bottom: 40px;
  }
  #inc_parts #enpou .pagenavi li {
    width: 33.33333%;
    border-bottom: none !important;
  }
}
#inc_parts .pagenavi li a:hover {
  text-decoration: none;
  background-color: #F1FBFC;
}
#inc_parts .pagenavi li a {
  position: relative;
}
#inc_parts .pagenavi li a::before,
#inc_parts .pagenavi li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#inc_parts .pagenavi li a::before {
  right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #5BCFDE;
}
#inc_parts #campus-life .kv {
  background: url("../imgs/campus-life/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #campus-life .koushin_text {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 15px;
}
#inc_parts #campus-life .catch {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.4;
  color: #5BCFDE;
}
@media (min-width: 600px) {
  #inc_parts #campus-life .koushin_text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #inc_parts #campus-life .catch {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  #inc_parts #campus-life .catch {
    font-size: 32px;
    margin: 0 0 40px 0;
  }
}
#inc_parts .campus_title {
  border-left: 5px solid #000;
  background-color: #C9C9C9;
  padding: 10px 15px 10px 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
  position: relative;
}
#inc_parts .campus_title:after {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
}
#inc_parts .event_name {
  background-color: #eee;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  position: absolute;
  top: 6%;
  left: -10px;
  letter-spacing: 1px;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
}
@media (min-width: 600px) {
  #inc_parts .event_name {
    padding: 15px 30px;
    font-size: 20px;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  }
}
#inc_parts .campus_photo {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  overflow-x: hidden;
}
#inc_parts .m04 .campus_title {
  border-left: 5px solid #FEDD50;
}
#inc_parts .m05 .campus_title {
  border-left: 5px solid #AAD25F;
}
#inc_parts .m06 .campus_title {
  border-left: 5px solid #66C573;
}
#inc_parts .m07 .campus_title {
  border-left: 5px solid #4DC0BB;
}
#inc_parts .m08 .campus_title {
  border-left: 5px solid #45C8F6;
}
#inc_parts .m09 .campus_title {
  border-left: 5px solid #5BAEE2;
}
#inc_parts .m10 .campus_title {
  border-left: 5px solid #5294C8;
}
#inc_parts .m11 .campus_title {
  border-left: 5px solid #ADA7C9;
}
#inc_parts .m12 .campus_title {
  border-left: 5px solid #B57AB2;
}
#inc_parts .m01 .campus_title {
  border-left: 5px solid #F16EB0;
}
#inc_parts .m02 .campus_title {
  border-left: 5px solid #EE8488;
}
#inc_parts .m03 .campus_title {
  border-left: 5px solid #F7AF40;
}
#inc_parts .m04 p span {
  color: #FEDD50;
}
#inc_parts .m05 p span {
  color: #AAD25F;
}
#inc_parts .m06 p span {
  color: #66C573;
}
#inc_parts .m07 p span {
  color: #4DC0BB;
}
#inc_parts .m08 p span {
  color: #45C8F6;
}
#inc_parts .m09 p span {
  color: #5BAEE2;
}
#inc_parts .m10 p span {
  color: #5294C8;
}
#inc_parts .m11 p span {
  color: #ADA7C9;
}
#inc_parts .m12 p span {
  color: #B57AB2;
}
#inc_parts .m01 p span {
  color: #F16EB0;
}
#inc_parts .m02 p span {
  color: #EE8488;
}
#inc_parts .m03 p span {
  color: #F7AF40;
}
#inc_parts .m04 .event_name {
  background-color: #f5d033;
}
#inc_parts .m05 .event_name {
  background-color: #AAD25F;
}
#inc_parts .m06 .event_name {
  background-color: #66C573;
}
#inc_parts .m07 .event_name {
  background-color: #4DC0BB;
}
#inc_parts .m08 .event_name {
  background-color: #45C8F6;
}
#inc_parts .m09 .event_name {
  background-color: #5BAEE2;
}
#inc_parts .m10 .event_name {
  background-color: #5294C8;
}
#inc_parts .m11 .event_name {
  background-color: #ADA7C9;
}
#inc_parts .m12 .event_name {
  background-color: #B57AB2;
}
#inc_parts .m01 .event_name {
  background-color: #F16EB0;
}
#inc_parts .m02 .event_name {
  background-color: #EE8488;
}
#inc_parts .m03 .event_name {
  background-color: #F7AF40;
}
#inc_parts .event_box img {
  border-radius: 4px;
}
#inc_parts .event_box.m04 img {
  border: 5px solid #f5d033;
}
#inc_parts .event_box.m05 img {
  border: 5px solid #AAD25F;
}
#inc_parts .event_box.m06 img {
  border: 5px solid #66C573;
}
#inc_parts .event_box.m07 img {
  border: 5px solid #4DC0BB;
}
#inc_parts .event_box.m08 img {
  border: 5px solid #45C8F6;
}
#inc_parts .event_box.m09 img {
  border: 5px solid #5BAEE2;
}
#inc_parts .event_box.m10 img {
  border: 5px solid #5294C8;
}
#inc_parts .event_box.m11 img {
  border: 5px solid #ADA7C9;
}
#inc_parts .event_box.m12 img {
  border: 5px solid #B57AB2;
}
#inc_parts .event_box.m01 img {
  border: 5px solid #F16EB0;
}
#inc_parts .event_box.m02 img {
  border: 5px solid #EE8488;
}
#inc_parts .event_box.m03 img {
  border: 5px solid #F7AF40;
}
#inc_parts #campus-life .movie {
  background: #111;
  padding: 2% 3% 3% 3%;
}
#inc_parts #campus-life main hr.dot {
  margin: 20px 0;
}
#inc_parts #campus-life .movie_title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 7px;
  text-align: center;
}
@media (min-width: 600px) {
  #inc_parts #campus-life .movie_title {
    font-size: 20px;
    padding: 10px;
  }
}
#inc_parts #campus-life .fa-video {
  color: #fff;
}
#inc_parts #campus-life .sns_box {
  margin: 0;
  padding: 0;
  border-left: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#inc_parts #campus-life .sns_box {
  width: 100%;
}
#inc_parts #campus-life .sns_box .image_photo {
  display: none;
}
#inc_parts #campus-life .sns_box li a {
  padding: 15px;
}
#inc_parts #campus-life .sns_box ul {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 576px) {
  #inc_parts #campus-life .sns_box .image_photo {
    width: 35%;
    height: 35%;
    display: block;
  }
  #inc_parts #campus-life .sns_box ul {
    width: 63%;
  }
}
#inc_parts #support .kv {
  background: url("../imgs/support/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #support .point .catch,
#inc_parts #qualification .point .catch {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 25px 0;
  font-weight: 900;
}
#inc_parts #support .point img,
#inc_parts #qualification .point img {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
#inc_parts #support .point h4.point-title,
#inc_parts #qualification .point h4.point-title {
  font-size: 20px;
  font-weight: 900;
  margin: 15px 0 10px 0;
  line-height: 1.4;
}
#inc_parts #support .point h4.point-title span,
#inc_parts #qualification .point h4.point-title span {
  font-size: 14px;
  color: #F54378;
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
}
#inc_parts #support .point-inner,
#inc_parts #qualification .point-inner {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #inc_parts #support .point .catch,
  #inc_parts #qualification .point .catch {
    font-size: 26px;
  }
  #inc_parts #support .point-inner,
  #inc_parts #qualification .point-inner {
    margin-bottom: 40px;
  }
  #inc_parts #support .point h4.point-title,
  #inc_parts #qualification .point h4.point-title {
    font-size: 26px;
    margin: 20px 0 15px 0;
  }
  #inc_parts #support .point h4.point-title span,
  #inc_parts #qualification .point h4.point-title span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  #inc_parts #support .point .catch,
  #inc_parts #qualification .point .catch {
    font-size: 36px;
    margin: 0 0 40px 0;
  }
}
#inc_parts ul.recruit {
  width: 100%;
  padding: 0;
  margin: 0;
}
#inc_parts ul.recruit li {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#inc_parts ul.recruit li::after {
  content: "／";
}
#inc_parts ul.recruit li:last-child::after {
  content: "";
}
@media (min-width: 567px) {
  #inc_parts ul.recruit li {
    padding: 0 0 5px 0;
    font-size: 14px;
  }
}
#inc_parts .voice-img {
  position: relative;
}
#inc_parts .voice-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.4;
}
#inc_parts .voice-ofiice {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 900;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
#inc_parts .voice-name {
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
#inc_parts .voice-inner p {
  margin-bottom: 0;
}
#inc_parts .voice-inner {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #inc_parts .voice-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #inc_parts .voice-ofiice {
    font-size: 16px;
    padding-top: 15px;
  }
  #inc_parts .voice-name {
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #inc_parts .voice-inner {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #inc_parts .voice-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #inc_parts .voice-name {
    margin-bottom: 20px;
  }
  #inc_parts .voice-inner {
    margin-bottom: 40px;
  }
}
#inc_parts #results .kv {
  background: url("../imgs/ao/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #kyufukin .kv {
  background: url("../imgs/ao/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #results .kv {
  background: url("../imgs/ao/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #results dt {
  margin-bottom: 3px;
  color: rgb(0, 170, 117);
  font-size: 16px;
}
#inc_parts #results dd {
  margin-bottom: 15px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#inc_parts #results dd span,
#inc_parts #results dt span {
  font-size: 12px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: rgb(127, 210, 117);
  border-radius: 100px;
  margin-right: 7px;
  text-indent: 0;
}
#inc_parts #results dt span {
  background-color: rgb(0, 170, 117);
}
#inc_parts #qualification .kv {
  background: url("../imgs/qualification/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #qualification .catch02 {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 900;
}
@media (min-width: 768px) {
  #inc_parts #qualification .catch02 {
    font-size: 20px;
    margin-top: 20px;
  }
}
#inc_parts #qualification .nankan-box {
  margin-bottom: 30px;
}
#inc_parts #qualification .nankan-title {
  font-size: 15px;
  font-weight: 900;
  color: #4295dc;
  margin-bottom: 5px;
  line-height: 1.4;
}
#inc_parts #qualification .nankan-comment {
  margin-bottom: 10px;
}
#inc_parts #qualification .nankan-name {
  font-size: 12px;
  margin-bottom: 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
#inc_parts #qualification .nankan-name span {
  font-size: 12px;
}
@media (min-width: 768px) {
  #inc_parts #qualification .nankan-box {
    margin-bottom: 40px;
  }
  #inc_parts #qualification .nankan-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #inc_parts #qualification .nankan-name {
    font-size: 13px;
  }
}
#inc_parts #qualification .mos-box {
  margin-bottom: 20px;
  text-align: center;
}
#inc_parts #qualification .mos-box:last-child {
  margin-bottom: 0;
}
#inc_parts #qualification .mos-box .award {
  background: url("../imgs/qualification/crown.png") no-repeat center top;
  background-size: 30px 26px;
  padding: 30px 0 5px 0;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}
#inc_parts #qualification .mos-inner {
  background-color: #af944a;
  padding: 10px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #inc_parts #qualification .mos-box {
    margin-bottom: 40px;
  }
  #inc_parts #qualification .mos-inner {
    padding: 15px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #inc_parts #qualification .mos-box p {
    width: 75%;
  }
  #inc_parts #qualification .mos-box .award {
    width: 25%;
    background: url("../imgs/qualification/crown.png") no-repeat center top;
    background-size: 40px 34px;
    padding: 40px 0 0 0;
    font-size: 15px;
    text-align: center;
  }
  #inc_parts #qualification .mos-box:nth-child(3),
  #inc_parts #qualification .mos-box:nth-child(4) {
    margin-bottom: 0;
  }
}
#inc_parts #entrance .kv {
  background: url("../imgs/ao/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #entrance main .disc,
#inc_parts #entrance main .alpha-ol {
  margin-bottom: 20px;
}
#inc_parts #entrance main .alpha-ol > li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #inc_parts #entrance main .disc,
  #inc_parts #entrance main .alpha-ol {
    margin-bottom: 30px;
  }
}
#inc_parts #entrance main .disc .disc {
  margin-bottom: 0;
}
#inc_parts #scholarship .kv {
  background: url("../imgs/ao/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts #scholarship main table {
  margin-bottom: 20px;
}
#inc_parts #scholarship main table th {
  width: 25%;
}
@media (min-width: 768px) {
  #inc_parts #scholarship main table {
    margin-bottom: 40px;
  }
}
#inc_parts #scholarship main .yoko th,
#inc_parts #scholarship main .yoko td {
  width: auto;
}
#inc_parts #scholarship .btn_more,
#inc_parts #scholarship_demo .btn_more {
  margin-top: 15px;
  margin-bottom: 15px;
}
#inc_parts #scholarship .btn_more a,
#inc_parts #scholarship_demo .btn_more a {
  padding: 15px 15px;
  font-size: 14px;
  color: #fff !important;
  border-radius: 2px;
  display: block;
  width: 100%;
  max-width: 14em;
  margin: 0 0 0 auto;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  line-height: 1;
  background-color: #4295dc;
}
#inc_parts #scholarship .btn_more a:hover,
#inc_parts #scholarship_demo .btn_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#inc_parts #scholarship h3.attention,
#inc_parts #scholarship_demo h3.attention {
  color: #EE0806;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#inc_parts #scholarship h3.question,
#inc_parts #scholarship_demo h3.question {
  color: #333;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
}
#inc_parts #scholarship h3.question::before,
#inc_parts #scholarship_demo h3.question::before {
  content: "";
  background-image: url(../imgs/scholarship/question.png);
  background-size: cover;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: -0.25em;
  margin-right: 0.33em;
}
#inc_parts #scholarship h4.osusume,
#inc_parts #scholarship_demo h4.osusume,
#inc_parts #scholarship h4.new {
  /* position: relative; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#inc_parts #scholarship h4.osusume::after,
#inc_parts #scholarship_demo h4.osusume::after {
  content: "";
  background-image: url(../imgs/scholarship/osusume_label2.png);
  background-size: cover;
  display: block;
  width: 92px;
  height: 60px;
  margin-left: 0.5em;
}
#inc_parts #scholarship h4.new::after {
  content: "";
  background-image: url(../imgs/scholarship/new_label.png);
  background-size: cover;
  display: block;
  width: 92px;
  height: 60px;
  margin-left: 0.5em;
}
#inc_parts #scholarship .btn02.oc-entry a,
#inc_parts #scholarship .btn02.oc-yoyaku a,
#inc_parts #scholarship_demo .btn02.oc-entry a,
#inc_parts #scholarship_demo .btn02.oc-yoyaku a {
  width: 100%;
  max-width: 100%;
}
#inc_parts #scholarship .btn02.oc-entry a,
#inc_parts #scholarship_demo .btn02.oc-entry a {
  background-color: #E57475;
}
@media screen and (max-width: 767px) {
  #inc_parts #scholarship h3.attention,
  #inc_parts #scholarship h3.question,
  #inc_parts #scholarship_demo h3.attention,
  #inc_parts #scholarship_demo h3.question {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #inc_parts #scholarship h3.question::before,
  #inc_parts #scholarship_demo h3.question::before {
    width: 25px;
    height: 25px;
    margin-bottom: -0.25em;
    margin-right: 0.33em;
  }
  #inc_parts #scholarship h4.osusume::after,
  #inc_parts #scholarship_demo h4.osusume::after,
  #inc_parts #scholarship h4.new::after {
    width: 71px;
    height: 46px;
  }
}
@media screen and (min-width: 768px) {
  #inc_parts #scholarship h4.common.single-line,
  #inc_parts #scholarship_demo h4.common.single-line {
    line-height: 3em;
  }
}
#inc_parts #scholarship .btn02.oc-yoyaku span,
#inc_parts #scholarship_demo .btn02.oc-yoyaku span {
  background-color: #285eaf;
  border-radius: 3px;
  color: #fff !important;
  font-weight: 900;
  width: 100%;
  max-width: 100%;
  padding: 1.6rem 1rem;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
}
#inc_parts #scholarship .btn02.oc-yoyaku span strong,
#inc_parts #scholarship_demo .btn02.oc-yoyaku span strong {
  font-size: 24px;
}
@media (min-width: 768px) {
  #inc_parts #scholarship .btn02.oc-yoyaku span,
  #inc_parts #scholarship_demo .btn02.oc-yoyaku span {
    max-width: 340px;
    font-size: 17px;
  }
}
#inc_parts #disclosure .kv {
  background: url("../imgs/shared/kv.jpg") no-repeat center;
  background-size: cover;
}
#inc_parts .dis_title {
  font-size: 14px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
  position: relative;
}
#inc_parts .dis_title span {
  position: relative;
  padding-left: 18px;
}
#inc_parts .dis_title span::before,
#inc_parts .dis_title span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#inc_parts .dis_title span::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#inc_parts div.dis_title:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0;
}
#inc_parts #disclosure .s-section ul {
  margin-top: 10px;
  margin-left: 16px;
}
@media (min-width: 576px) {
  #inc_parts .dis_title {
    font-size: 16px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dotted #ccc;
    position: relative;
  }
  #inc_parts #disclosure .s-section ul {
    margin-top: 15px;
    margin-left: 18px;
  }
}
#inc_parts .info-box h4.info_h4 {
  font-size: 130%;
  font-weight: 500;
  padding-top: 20px;
  color: rgb(10, 94, 185);
}
#inc_parts .info-box h4.info_h4 a {
  text-decoration: underline;
}
#inc_parts .info-box h4.info_h4 a:hover {
  text-decoration: none;
}
#inc_parts .info-box ul.info_ul {
  margin-top: 10px;
  margin-left: 10px;
  list-style: disc !important;
}
#inc_parts .info-box ul.info_ul li {
  color: rgb(10, 94, 185);
  font-size: 116%;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}
#inc_parts .info-box ul.info_ul li a {
  text-decoration: underline;
}
#inc_parts .info-box ul.info_ul li a:hover {
  text-decoration: none;
}
#inc_parts .s-section {
  margin-left: 30px;
}
@media (max-width: 575px) {
  #inc_parts {
    /* [END]add20220704*/
    /* ==============================================================
       # 遠方の方へ　#enpou
    ============================================================== */
    /* [START]add20200708*/
    /* [END]add20200708*/
    /* ==============================================================
       # 専門実施教育訓練給付金制度　#kyufukin
    ============================================================== */
    /* ==============================================================
       # 卒業生紹介　#graduate
    ============================================================== */
  }
  #inc_parts .s-section {
    margin-left: 15px;
  }
  #inc_parts #enpou .kv {
    background: url("../imgs/enpou/kv.jpg") no-repeat center;
    background-size: cover;
  }
  #inc_parts .hokuriku_banner {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  #inc_parts #enpou .cost-list th,
  #inc_parts #enpou_demo .cost-list th {
    /*add20200629*/
    white-space: normal;
  }
  #inc_parts #enpou .job_c08 .job_name,
  #inc_parts #enpou_demo .job_c08 .job_name {
    background-color: rgb(52, 160, 100);
  }
  #inc_parts #enpou .osusume,
  #inc_parts #enpou_demo .osusume {
    background-color: #f3f3f3;
    padding: 20px;
    margin-top: 20px;
  }
  #inc_parts #enpou .osusume li,
  #inc_parts #enpou_demo .osusume li {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.25em;
  }
  #inc_parts #enpou .osusume span,
  #inc_parts #enpou_demo .osusume span {
    background-color: #E54548;
    padding: 0 12px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
  }
  #inc_parts #enpou .osusume span:after,
  #inc_parts #enpou_demo .osusume span:after {
    content: "";
    width: 24px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    -webkit-transform: scale(0.8, 1) rotate(45deg);
        -ms-transform: scale(0.8, 1) rotate(45deg);
            transform: scale(0.8, 1) rotate(45deg);
    background-color: #E54548;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #inc_parts #enpou .btn.game a,
  #inc_parts #enpou_demo .btn.game a {
    background-color: rgb(72, 190, 214);
  }
  #inc_parts #enpou .btn.child a,
  #inc_parts #enpou_demo .btn.child a {
    background-color: rgb(246, 172, 25);
  }
  #inc_parts #kyufukin .kv {
    /*	background:url("../imgs/enpou/kv.jpg") no-repeat center;
    background-size: cover;*/
  }
  #inc_parts #kyufukin .highlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFECB3));
    background: -webkit-linear-gradient(transparent 80%, #FFECB3 80%);
    background: linear-gradient(transparent 80%, #FFECB3 80%);
  }
  #inc_parts #graduate .kv {
    background: url("../imgs/graduate/kv.jpg") no-repeat center;
    background-size: cover;
  }
  #inc_parts .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #inc_parts .embed-responsive::before {
    display: block;
    content: "";
  }
  #inc_parts .embed-responsive .embed-responsive-item,
  #inc_parts .embed-responsive iframe,
  #inc_parts .embed-responsive embed,
  #inc_parts .embed-responsive object,
  #inc_parts .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  #inc_parts .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }
  #inc_parts .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  #inc_parts .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  #inc_parts .embed-responsive-1by1::before {
    padding-top: 100%;
  }
}
#inc_parts .sp_only_hyouji {
  display: block;
  width: 100%;
  height: auto;
  visibility: visible;
  overflow: visible;
}
#inc_parts .pc_only_hyouji {
  display: none;
  width: 0;
  height: 0;
  visibility: 0;
  overflow: 0;
}
@media (min-width: 992px) {
  #inc_parts .sp_only_hyouji {
    display: none;
    width: 0;
    height: 0;
    visibility: 0;
    overflow: 0;
  }
  #inc_parts .pc_only_hyouji {
    display: block;
    width: 100%;
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}/*# sourceMappingURL=theme.css.map */