@charset "UTF-8";
/**************************************************/
/* 共通設定 */
/***** body *****/
body { clear: both; width: 100%; margin: 0 auto; text-align: center; font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; font-size: 100%; line-height: 1.7; color: #333; -webkit-text-size-adjust: 100%; /* iPhone版Safariの文字サイズ対応 */}
img {max-width: 100%;}
/***** a *****/
a { background: none;}
a:link, a:visited, a:active {color: #036eb8; text-decoration: underline;}
a:hover { text-decoration: none;}
/***** etc *****/
.red { color: red;}
.blue {color: #036eb8;}
.orange {color: #ec6500;}
.green {color: #009968;}
.yellow {color: #fff100;}
.small {font-size: 80%;}
.large {font-size: 120%;}
hr {border: 0; border-top: 1px solid #666; margin: 30px 0;}
hr.dot { border: 0; border-top: 1px dotted #666; margin: 30px 0;}
.bottom10 {margin-bottom: 10px;}
.bottom20 { margin-bottom: 20px;}
.bottom30 { margin-bottom: 30px;}
.bottom40 { margin-bottom: 40px;}
.bottom50 { margin-bottom: 50px;}
.bottom60 { margin-bottom: 60px;}
/**************************************************/
/* 表示切替 */
/* SP用CSS記述（599px以下） */
.sp { display: block;}
.pc { display: none;}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .sp {display: none;}
  .pc {display: block; }
}
/**************************************************/
/***** 全体 *****/
/***** .wrap *****/
.wrap {clear: both;}
.wrap a:hover img { filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}
/**************************************************/
/* ヘッダー */
/***** header *****/
/* SP用CSS記述（599px以下） */

header { position: fixed; width: 100%; min-width: 1200px; z-index: 1000;padding: 27px 20px; background: #fff;}
header .flex{display: flex; align-items: center; justify-content: space-between; }
header .flex h1{max-width: 390px;}
header .flex h1 img{width: 100%; height: auto;}
header .flex ul{width: 100%; max-width: 871px; margin: 0 0 0 auto;text-align: right;}
header .flex ul li{display: inline-block;vertical-align: top;}
header .flex ul li:not(:last-child){margin: 0 2.3% 0 0;}
header .flex ul li a{display: block;color: #000; text-decoration: none; line-height: 120%; font-size: 15px; font-family: source-han-sans-japanese, sans-serif; font-display: swap;font-weight: 400;font-style: normal; padding: 25px 0 22px;}
header .flex ul li.bdr_box a{width: 193px; height: auto; padding: 0px; }
header .flex ul li.bdr_box a img{border: 1px solid #E5E5E5; border-radius: 11px; }
header .flex ul li.bdr_box.tt_box{margin: 0 11px 0 0 ;}

header .flex ul li.SP{display: none;}
header .SP{display: none;}
@media print, screen and (max-width:1300px) {
	body.stop{overflow: hidden;}
	header{ min-width: 100%;padding: 6px 13px 6px 10px;}
	header .link_12{ margin: 0 0 0 auto; display: flex; align-items: center;padding: 0 0 0 20px; }
	header .link_12 a{display: inline-block;text-decoration: none; margin-right: 15px; max-width: 193px;}
	header .link_12 a img{display: block;border: 1px solid #E5E5E5; border-radius: 11px; width: 100%; height: auto:}
	header .flex h1{max-width: auto; width: 399px; height: auto; position: relative; z-index: 100000; }
	header .flex h1 img{width: 100%; height: auto;}
	header .flex ul {position: absolute; display: none;width: 100%; height: 100vh; left: 0px; top: 0px; z-index: 100; background: #fff; padding: 100px 0 0; max-width: 100%;}
	header .flex ul li{display: block;text-align: left; padding: 0px; width: 90%; margin: 0 auto; border-bottom: 1px solid #E5E5E5; position: relative;}
	header .flex ul li:before{content: ""; display: block; width: 12px; height: 12px; border-bottom: 2px solid #000; border-right: 2px solid #000; position: absolute; right: 0px; top: 50%; transform: translateY(-50%) rotateZ(-45deg);}
	header .flex ul li a{padding: 19px 0 ; font-size: 16px; line-height: 160%;}
	header .flex ul li a img{width: 200px; height: auto;}
	header .flex ul li:not(:last-child){margin: 0 auto;}
	header .flex .clos_btn{width: 36px; height: 36px;  position: relative; z-index: 100000; display: block;}
	header .flex .clos_btn span{height: 4px; width: 36px; display: block; position: absolute; background: #0B71B5; border-radius: 6px; transition: 0.5s;}
	header .flex .clos_btn span.top_border{top: 2px; transform: translateX(-50%); left: 50%;}
	header .flex .clos_btn span.center_border{top: 50%; transform: translate(-50%,-50%); left: 50%;}
	header .flex .clos_btn span.bottom_border{bottom: 2px; transform: translateX(-50%); left: 50%;}
	
	header .flex .clos_btn.active span{ transition: 0.5s;}
	header .flex .clos_btn.active span.top_border{top: 50%; transform: translate(-50%,-50%) rotateZ(-45deg);}
	header .flex .clos_btn.active span.center_border{opacity: 0;}
	header .flex .clos_btn.active span.bottom_border{bottom: auto; top: 50%; transform: translate(-50%,-50%) rotateZ(45deg);}
	
	
	header .PC{display: none !important;}
	header .flex ul li.SP{display: block;}
}
@media print, screen and (max-width:600px) {
	header .SP{display: block;}
	header .flex h1{width: 63.9%;}
	header .flex ul{padding: 60px 0 0;}
	header .flex ul li a img{width: 160px; height: auto;}
	header .link_12{ margin: 0 0 0 auto; display: block; padding: 0 ; }
	header .link_12 a{display: none;}
	header .link_box{width: 90%; height: auto; display: flex; justify-content: center; align-items: center; margin: 14px auto 0;}
	header .link_box a:last-child{margin: 0 0 0 8px;}
	header .link_box a{width: 50%; height: auto; border-radius: 11px;}
	header .link_box a img{width: 100%;height: auto; border: 1px solid #E5E5E5; border-radius: 11px;}
	
	header .flex .clos_btn{width: 22px; height: 22px;  position: relative; z-index: 100000; margin: 0 0 0 auto;}
	header .flex .clos_btn span{height: 2px; width: 22px; display: block; position: absolute; background: #0B71B5; border-radius: 6px; transition: 0.5s;}
}

/***** ローディング *****/
#app-loader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: #fff; color: #fff; transition: opacity .4s ease; }
#app-loader.is-hidden {opacity: 0; pointer-events: none;}
body.is-loading {overflow: hidden;}
#app-loader img{ margin: 0 auto 30px; width: 600px; height: auto; display: block;}
#app-loader .spinner {width: 70px;height: 70px;margin: 0 auto;border-radius: 50%;border: 8px solid rgba(0,0,0,.5);border-top-color: #fff;animation: spin 1s linear infinite;}
@keyframes spin { to { transform: rotate(360deg); } }

@media print, screen and (max-width:1200px) {
	
	#app-loader img{ width: 80%; margin: 0 auto 20px;}
}
@media print, screen and (max-width:600px) {
	#app-loader .spinner {width: 50px;height: 50px; border: 6px solid rgba(0,0,0,.5); border-top-color: #fff;}
}

/* SP用CSS記述（599px以下） */
/**************************************************/
/* メニュー */
/* SP用CSS記述（959px以下） */
/***** nav .menu-sp →　nav #menuList *****/
/*　responsive-menu-slide　> menu-slide.css 内に記述　*/
/* PC用CSS記述（960px以上）*/
/***** nav .menu-pc *****/
.menu-pc {
  clear: both;
  overflow: hidden;
}
.menu-pc ul li {
  display: inline-block;
  margin: 20px 0;
}
.menu-pc ul li a {
  display: block;
  background: none;
  text-decoration: none;
}
.menu-pc ul li a:link, .menu-pc ul li a:visited, .menu-pc ul li a:active {
  color: #666;
}
.menu-pc ul li a:hover {
  color: #036eb8;
}
.menu-pc ul li a img {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin: 0 5px;
}
ul li.menu-pc1 {
  border-left: 1px solid #bbb;
}
ul li.menu-pc1 a {
  font-size: 100%;
  font-weight: bold;
  padding: 0 10px;
}
ul li.menu-pc2 {
  border: 1px solid #ccc;
  border-radius: 10px;
  vertical-align: bottom;
}
ul li.menu-pc2 a {
  text-align: left;
  font-size: 80%;
  line-height: 1.2;
  padding: 8px 20px 5px 10px;
  display: block;
  position: relative;
}
ul li.menu-pc3 {
  border: 1px solid #ccc;
  border-radius: 10px;
  vertical-align: middle;
}
ul li.menu-pc3 a {
  font-size: 90%;
  padding: 10px 20px 10px 10px;
  display: block;
  position: relative;
}
ul li.menu-pc2 a::after, ul li.menu-pc3 a::after {
  content: '';
  margin-top: -4px;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {
  ul li.menu-pc1 a {
    padding: 0 20px;
  }
  ul li.menu-pc2 a {
    padding: 8px 25px 5px 15px;
  }
  ul li.menu-pc3 a {
    padding: 10px 25px 10px 15px;
  }
}
/**************************************************/
/* フッター */
/***** footer *****/
/* SP用CSS記述（599px以下） */
footer {
  clear: both;
  background-color: #036eb8;
  padding: 50px 0;
  position: relative;
}
.pagetop {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 60px;
  height: 70px;
  margin-bottom: 0;
}
.pagetop img {
  max-height: 55px;
}
.footer-wrap {
  max-width: 90%;
  margin: 0 auto 30px;
}
.footer-name {
  text-align: left;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-name img {
  float: left;
  width: 100px;
  padding-right: 20px;
}
.footer-address {
  color: #fff;
  font-size: 90%;
  margin-bottom: 30px;
}
.footer-address a {
  background: none;
  text-decoration: none;
  color: #fff;
}
.footer-mail {
  clear: both;
  margin-bottom: 30px;
}
.footer-mail a {
  background: none;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 90%;
  padding: 12px 80px;
}
.footer-mail a img {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
}
.footer-link {
  clear: both;
  margin-bottom: 20px;
}
.footer-link img {
  width: 180px;
}
.copyright {
  clear: both;
  color: #fff;
  line-height: 1.2;
  max-width: 90%;
  margin: 0 auto 10px;
}
.ban {
  clear: both;
  color: #fff;
  font-size: 65%;
  line-height: 1.2;
  max-width: 90%;
  margin: 0 auto;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .footer-name {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .footer-address {
    text-align: left;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .footer-wrap {
    max-width: 900px;
  }
}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {
  .pagetop {
    right: 150px;
  }
  .footer-wrap {
    max-width: 1000px;
  }
  .footer-contact {
    float: left;
    width: 65%;
  }
  .footer-mail {
    clear: none;
    float: left;
    margin: 40px 10px 0 0;
  }
  .footer-mail a {
    padding: 12px 20px;
  }
  .footer-link {
    clear: none;
    float: right;
    margin: 25px 0 0 0;
  }
}
/**************************************************/
/* トップページ */
/***** .hero *****/
/* SP用CSS記述（599px以下） */
.hero {
  clear: both;
  overflow: hidden;
  background-color: #f2f3fa;
  margin-bottom: 50px;
}
.hero-sp {
  display: block;
}
.hero-pc {
  display: none;
}
.hero-txt {
  padding: 0 5% 30px;
}
.hero-txt h3 {
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.hero-txt h3 img {
  max-width: 100%;
}
.hero-txt p {
  text-align: left;
  font-size: 110%;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .hero-sp {
    display: none;
  }
  .hero-pc {
    display: block;
  }
  .hero-txt {
    padding: 30px 5%;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .hero-txt {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .hero-txt h3 {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .hero-txt p {
    padding-top: 50px;
  }
}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {
  .hero-txt {
    max-width: 1000px;
  }
}
/**************************************************/
/* 各ページ */
/***** .home *****/
/* SP用CSS記述（599px以下） */
.home {
  clear: both;
  overflow: hidden;
}
/***** .home2 *****/
/* SP用CSS記述（599px以下） */
.home2 {
  clear: both;
  overflow: hidden;
  background-color: #f7f8f8;
  padding: 50px 0;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {}
/**************************************************/
/* トップページ */
/***** .home-news *****/
/* SP用CSS記述（599px以下） */
.home-news {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.home-news h3 {
  font-size: 180%;
  line-height: 1.5;
  margin-bottom: 20px;
}
.home-news h3 span {
  display: block;
  color: #999;
  font-size: 50%;
  font-weight: bold;
}
.home-news iframe {
  width: 90%;
  height:600px;
  margin: 0 auto;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .home-news {
    max-width: 900px;
    margin: 0 auto 50px;
  }
  .home-news h3 {
    float: left;
    width: 150px;
  }
  .home-news iframe {
    float: right;
    width: 700px;
    height: 1800px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #CCC;
    padding: 0 0 0 49px;
  }
}
@media print, screen and (min-width:1200px) {}
/**************************************************/
/* トップページ */
/***** .home-academics *****/
/* SP用CSS記述（599px以下） */
.home-academics {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: #e4eef9;
  padding: 50px 0;
}
.home-academics h3 {
  font-size: 180%;
  line-height: 1.5;
  margin-bottom: 20px;
}
.home-academics h3 span {
  display: block;
  color: #999;
  font-size: 50%;
  font-weight: bold;
}
.home-academics ul li {
  margin-bottom: 30px;
}
.home-academics ul li img {
  max-width: 100%;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .home-academics ul li {
    max-width: 375px;
    margin: 0 auto 30px;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .home-academics ul {
    max-width: 900px;
    margin: 0 auto;
  }
  .home-academics ul li {
    display: inline-block;
    margin: 0;
  }
  .home-academics ul li:first-child {
    margin-right: 50px;
  }
}
@media print, screen and (min-width:1200px) {}
/**************************************************/
/* トップページ */
/***** .home-link *****/
/* SP用CSS記述（599px以下） */
.home-link {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.home-link ul li {
  margin-bottom: 30px;
}
.home-link ul li img {
  max-width: 100%;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .home-link ul li {
    max-width: 375px;
    margin: 0 auto 30px;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .home-link ul {
    max-width: 900px;
    margin: 0 auto;
  }
  .home-link ul li {
    display: inline-block;
    margin: 0;
  }
  .home-link ul li:first-child {
    margin-right: 50px;
  }
}
@media print, screen and (min-width:1200px) {}
/**************************************************/
/**************************************************/
/* 各ページタイトル */
/***** .title *****/
/* SP用CSS記述（599px以下） */
.title { clear: both; margin-bottom: 30px; padding: 33.4% 0 0;}
.title-sp {display: block;}
.title-pc {display: none;}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .title-sp {display: none;}
  .title-pc {display: block; }
  .title { padding: 106px 0 0;}
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .title {margin-bottom: 50px; padding: 146px 0 0;}
}

/*---------------------------------------------------- #fv_block ----------------------------------------------------*/
#fv_block{padding: 32.1% 0 0; margin: 0 0 35px; background: url(../images/fv_img/fv_bg_1_sp.png) no-repeat center bottom; background-size: 100%; overflow: hidden; }
#fv_block .fv_block_2{max-width: 1650px; margin: 0 auto; }
#fv_block .fv_block_2 .fv_box{position: relative; margin: 0 0 0 18px;}
#fv_block .fv_block_2 .fv_box:before{content: ""; display: block; width: 27.8%; height: auto; background: url(../images/fv_img/fv_img_1.png) no-repeat center center; background-size: 100%; position: absolute; right: -7%; bottom: -8%; padding: 36% 0 0;}
#fv_block .fv_block_2 .fv_box .fv_title{width: 272px; height: auto; text-align: left; margin: 0 auto 0 0; position: absolute; left: 0px; bottom: 0px;}
#fv_block .fv_block_2 .fv_box .fv_title h2{ font-size: 16px; padding: 7px 21px 7px 8px; color: #fff; display: inline-block; background: #0B71B5;font-family: zen-maru-gothic, sans-serif; font-display: swap; font-weight: 700; font-style: normal;  }
#fv_block .fv_block_2 .fv_box .fv_title p{line-height: 145%; font-size: 12px; padding: 6px 15px 9px 13px; font-family: zen-maru-gothic, sans-serif; font-display: swap; font-weight: 700; font-style: normal; line-height: 145%; color: #fff; display: inline-block; background: #4FB64C; }
#fv_block .fv_block_2 .fv_box .fv_title p span{font-size: 25px; line-height: 143%;}
#fv_block .fv_block_2 .fv_box .img_box{margin: 0 0 0 22px; max-width: 100%; height: auto; border-radius: 14px 0 0 14px;overflow: hidden;padding: 0 0 26px; ;}
#fv_block .fv_block_2 .fv_box .img_box img{width: 100%; height: 100%; object-fit: cover}
#fv_block .fv_block_2 .text{padding: 16px 0 47px; font-size: 14px; text-align: center; color: #fff; line-height: 178%; font-family: source-han-sans-japanese, sans-serif; font-display: swap; font-weight: 900; font-style: normal; width: 90%; margin: 0 auto;}
#fv_block .PC{display: none;}
#fv_block .SP{display: block;}
	
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
	/*---------------------------------------------------- #fv_block ----------------------------------------------------*/
	#fv_block{padding: 141px 0 0; margin: 0 0 71px; background: url(../images/fv_img/fv_bg_1.png) no-repeat center bottom; background-size: 4957px;}
	#fv_block .fv_block_2{max-width: 1650px; margin: 0 auto; }
	#fv_block .fv_block_2 .fv_box{position: relative; margin: 0 0 0 50px;text-align: right;}
	#fv_block .fv_block_2 .fv_box:before{width: 289px; height: 378px; right: -60px; bottom: -110px; padding: 0px;}
	#fv_block .fv_block_2 .fv_box .fv_title{width: 425px; height: auto; text-align: left; margin: 0 auto 0 0; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
	#fv_block .fv_block_2 .fv_box .fv_title h2{ font-size: 30px; font-family: zen-maru-gothic, sans-serif; font-display: swap; font-weight: 700; font-style: normal; line-height: 147%; padding: 11px 23px 12px 14px;}
	#fv_block .fv_block_2 .fv_box .fv_title p{font-size: 18px; padding: 14px 30px 17px 24px;}
	#fv_block .fv_block_2 .fv_box .fv_title p span{font-size: 53px; line-height: 143%;}
	#fv_block .fv_block_2 .fv_box .img_box{margin: 0 0 0 100px; max-width: 1387px; height: 538px; overflow: hidden;border-radius: 31px 0 0 38px; padding: 0;display: inline-block:}
	#fv_block .fv_block_2 .fv_box .img_box img{;max-width: 1387px;}
	#fv_block .fv_block_2 .text{padding: 47px 0 70px; font-size: 18px;position: relative; z-index: 1;}
	#fv_block .PC{display: block;}
	#fv_block .SP{display: none;}
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
	

}

/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {}
/**************************************************/
/* 各ページパンくず */
/***** .home-bread *****/
/* SP用CSS記述（599px以下） */
.bread {
  clear: both;
  max-width: 90%;
  margin: 0 auto 30px;
  color: #999;
  font-size: 90%;
  font-weight: bold;
}
.bread a {
  text-decoration: none;
}
.bread a:link, .bread a:visited, .bread a:active {
  color: #999;
}
.bread a:hover {
  color: #036eb8;
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .bread {
    margin-bottom: 50px;
  }
}
/**************************************************/
/* 各ページボタン */
/***** .more *****/
/* SP用CSS記述（599px以下） */
.more {
  clear: both;
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.more a {
  display: block;
  background: none;
  text-decoration: none;
  position: relative;
  background-color: #FFF;
  border: 1px solid #ec6500;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5;
}
.more a::after {
  content: '';
  margin-top: -4px;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-top: 1px solid #ec6500;
  border-right: 1px solid #ec6500;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more a:link, .more a:visited, .more a:active {
  color: #ec6500;
}
.more a:hover {
  color: #FFF;
  background-color: #ec6500;
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .more {
    max-width: 60%;
  }
}
/**************************************************/
/* 大学院を目指す方へのページ */
/***** .graduate *****/
/* SP用CSS記述（600px以下） */
.graduate {
  clear: both;
  overflow: hidden;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.graduate-copy {
  background-color: #009968;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}
.graduate-title {
  clear: both;
  color: #009968;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.graduate-frame {
  clear: both;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #009968;
  padding: 5%;
  margin-bottom: 50px;
}
.graduate-txt {
  text-align: left;
  font-size: 90%;
}
.graduate-color {
  border-bottom: 2px solid #009968;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #009968;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
}
.graduate-curriculum1 {
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.graduate-curriculum2 {}
.graduate-intern1 {
  padding-bottom: 30px;
}
.graduate-intern2 {
  max-width: 450px;
  margin: 0 auto;
}
.graduate-learn {
  margin-bottom: 10px;
  text-align: left;
  color: #009968;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 40px;
  text-indent: -40px;
}
.graduate-learn img {
  width: 40px;
  vertical-align: middle;
  padding-right: 10px;
}
.graduate-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
}
.graduate-table th, .graduate-table td {
  width: 100%;
  display: block;
}
.graduate-table th {
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.0;
  padding: 3%;
}
.graduate-table td {
  vertical-align: middle;
  text-align: left;
  font-size: 90%;
  padding: 3%;
  margin-bottom: 5px;
}
.graduate-table tr:nth-of-type(2n-1) th {
  background-color: #58b565;
}
.graduate-table tr:nth-of-type(2n-1) td {
  background-color: #efefef;
}
.graduate-table tr:nth-of-type(2n) th {
  background-color: #2cb49b;
}
.graduate-table tr:nth-of-type(2n) td {
  background-color: #f7f8f8;
}
.graduate-voice1 {
  background: url("../graduate/voice.png") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #009968;
  font-size: 110%;
  font-weight: bold;
}
.graduate-voice2 {
  border-bottom: 1px solid #009968;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .graduate-table th, .graduate-table td {
    width: auto;
    display: table-cell;
  }
  .graduate-table th {
    width: 120px;
    text-align: center;
    padding: 15px 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .graduate-table td {
    font-size: 100%;
    padding: 15px 20px;
    border-bottom: 3px solid #fff;
  }
  .graduate-voice1 {
    background-size: 360px 15px;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .graduate {
    max-width: 900px;
  }
  .graduate-copy {
    max-width: 600px;
    margin: 0 auto 10px;
    font-size: 130%;
  }
  .graduate-title {
    text-align: left;
    font-size: 150%;
  }
  .graduate-frame {
    padding: 40px 60px;
  }
  .graduate-txt {
    font-size: 100%;
  }
  .graduate-color {
    font-size: 130%;
  }
  .graduate-learn {
    font-size: 130%;
  }
  .graduate-voice1 {
    font-size: 130%;
    margin-bottom: 50px;
  }
  .graduate-voice2 {
    font-size: 120%;
  }
}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {
  .graduate {
    max-width: 1000px;
  }
  .graduate-curriculum1 {
    float: left;
    padding: 250px 50px 0 0;
  }
  .graduate-curriculum2 {
    float: right;
    width: 450px;
  }
  .graduate-intern1 {
    float: left;
    padding: 50px 50px 0 0;
    width: 420px;
  }
  .graduate-intern2 {
    float: right;
    width: 450px;
  }
}
/**************************************************/
/* 学部を目指す方へのページ */
/***** .school *****/
/* SP用CSS記述（600px以下） */
.school {
  clear: both;
  overflow: hidden;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.school-title {
  color: #036eb8;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.school-frame {
  clear: both;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #036eb8;
  padding: 5%;
  margin-bottom: 50px;
}
.school-txt {
  text-align: left;
  font-size: 90%;
}
.school-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
}
.school-table th, .school-table td {
  width: 100%;
  display: block;
}
.school-table th {
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.0;
  padding: 3%;
}
.school-table td {
  vertical-align: middle;
  text-align: left;
  font-size: 90%;
  padding: 3%;
  margin-bottom: 5px;
}
.school-table tr:nth-of-type(2n-1) th {
  background-color: #0095cf;
}
.school-table tr:nth-of-type(2n-1) td {
  background-color: #efefef;
}
.school-table tr:nth-of-type(2n) th {
  background-color: #40abb6;
}
.school-table tr:nth-of-type(2n) td {
  background-color: #f7f8f8;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .school-table th, .school-table td {
    width: auto;
    display: table-cell;
  }
  .school-table th {
    width: 120px;
    text-align: center;
    padding: 15px 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .school-table td {
    font-size: 100%;
    padding: 15px 20px;
    border-bottom: 3px solid #fff;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .school {
    max-width: 900px;
  }
  .school-title {
    font-size: 150%;
    text-align: left;
  }
  .school-frame {
    padding: 40px 60px;
  }
  .school-txt {
    font-size: 100%;
  }
}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {
  .school {
    max-width: 1000px;
  }
}
/**************************************************/
/* コース担当教員のページ */
/***** .teacher *****/
/* SP用CSS記述（600px以下） */
.teacher {
  clear: both;
  overflow: hidden;
}
.teacher-wrap {
  clear: both;
  max-width: 90%;
  border-bottom: 2px solid #ccc;
  padding-bottom: 40px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.teacher-more {
  clear: both;
  max-width: 90%;
  margin: 0 auto 50px;
  overflow: hidden;
}
.teacher-title {
  border-bottom: 2px solid #009968;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: left;
  color: #009968;
  font-size: 120%;
  font-weight: bold;
}
.teacher-title2 {
  border-bottom: 2px solid #009968;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-align: left;
  color: #009968;
  font-size: 110%;
  font-weight: bold;
}
.teacher-photo, .teacher-photo2 {
  clear: both;
  max-width: 280px;
  margin: 0 auto 30px;
}
.teacher-photo img, .teacher-photo2 img {
  width: 230px;
  border: 1px solid #ccc;
}
.teacher-profile, .teacher-profile2, .teacher-profile3 {
  text-align: left;
}
.teacher-name {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #009968;
  margin-bottom: 20px;
}
.teacher-name2 {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px dotted #009968;
  margin-bottom: 20px;
}
.teacher-txt {
  margin-bottom: 50px;
}
.teacher-copy {
  color: #009968;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
}
.teacher-txt2 {
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #009968;
  margin-bottom: 50px;
}
.teacher-txt2 a {
  text-decoration: none;
}
.teacher-txt2 a:link, .teacher-txt2 a:visited, .teacher-txt2 a:active {
  color: #999;
}
.teacher-txt2 a:hover {
  color: #036eb8;
}
.teacher-txt2 a img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
ul.teacher-link li {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 10px;
}
ul.teacher-link li img {
  max-width: 100%;
}
.teacher-base {
  background-color: #e5f5ff;
  padding: 3%;
  margin-bottom: 50px;
}
/* TB用CSS記述（600px以上） */
@media print, screen and (min-width:600px) {
  .teacher-wrap {
    max-width: 80%;
  }
  .teacher-more {
    max-width: 80%;
  }
}
/* PC用CSS記述（960px以上）*/
@media print, screen and (min-width:960px) {
  .teacher-wrap {
    max-width: 900px;
    border: 2px solid #ccc;
    padding: 50px;
  }
  .teacher-more {
    max-width: 900px;
  }
  .teacher-title {
    margin-bottom: 50px;
    font-size: 150%;
  }
  .teacher-title2 {
    font-size: 120%;
  }
  .teacher-photo {
    clear: none;
    float: right;
    padding-left: 50px;
    margin: 0;
  }
  .teacher-photo2 {
    clear: none;
    float: left;
    padding-right: 50px;
    margin: 0 0 50px;
  }
  .teacher-profile2 {
    float: right;
    width: 620px;
  }
  .teacher-profile3 {
    clear: both;
  }
  .teacher-name {
    font-size: 140%;
    margin-right: 280px;
  }
  ul.teacher-link {
    max-width: 620px;
    margin: 0 auto;
  }
  ul.teacher-link li {
    display: inline-block;
  }
  ul.teacher-link li:first-child {
    margin-right: 10px;
  }
  .teacher-copy {
    font-size: 140%;
  }
}
/* PC用CSS記述（1200px以上）*/
@media print, screen and (min-width:1200px) {
  .teacher-wrap {
    max-width: 1000px;
  }
}
/**************************************************/
/**************************************************/