@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*教員紹介・専攻別フィルター（L520〜）
*ブログセクション：入試日程（L780〜）
* ボタン（L1050~)
*ページトップへ戻る（1315〜）
* ======================================================= */
body {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.6;
  font-size: 1.2em;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
 color: #40a0cd; /*UTブルー*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #02d1e0 !important; /*明青緑*/
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  color: #404040;/*グレー*/
  font-family: "Roboto", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #212121;
  background: #c0c0c0;
}

::-moz-selection {
  color: #212121;
  background: #c0c0c0;
}

::selection {
  color: #212121;
  background: #c0c0c0;
}

/*------------
ヘッダー
----------------*/
#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}
/*------------
トップ画像、サイト見出し
----------------*/
.fh5co-cover,
.fh5co-hero {
  /*position: relative;*/
  background: url(../images/top-img.jpg) no-repeat;
  background-size:cover;
   width: 100vw;
   height: 48vw;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
  /*height: 400px;*/
  }
}

.fh5co-hero h2{
    color: #ffffff;
    font-size: 3em;
    letter-spacing: 2px;
    line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fh5co-hero h2{font-size: 2em;}
  }
  
  .fh5co-hero p{
    color: #ffffff;
    font-size: 1.8em;
    letter-spacing: 2px;
    line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fh5co-hero p{font-size: 1.4em;}
  }


.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.bg-beige{
 z-index: 1;
  background: rgba(41, 121, 84, 0.75); /*緑背景*/
  padding: 15px ;
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 0.5em 1.6em;
  font-size: 2em;
  opacity: .8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -100px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 450;
  margin-bottom: 5px;
  line-height: 54px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.fh5co-cover .desc h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
}
.fh5co-cover .desc span i {
  color: #bf4d4d;
}
.fh5co-cover .desc span a {
  color: rgba(255, 255, 255, 0.8);
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(0, 43, 105, 0.8);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 1.2em;
  border-bottom: none !important;
  font-weight: 380;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #002b69 !important;
  border-bottom: solid 1px #002b69 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
    color: #002b69;
   border-bottom: solid 1px #002b69;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #002b69;
  border-bottom: solid 1px #002b69;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #002b69;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #002b69;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #002b69;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #002b69;
}
/*  ヘッダー
-------------------------------*/
#fh5co-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);  /*白背景*/
}

.nav-header {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  z-index: 10;
  float: right;
  margin-bottom: 0;
  margin-top: 0;
}
#fh5co-logo a {
  position: relative;
}

@media screen and (max-width: 768px) {
    #fh5co-logo {display: none;}
   /* 中央にロゴ配置する場合
    width: 100%;
    float: none;
    text-align: center;
  }---------------------------*/
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #297954 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\ea44";
  color: rgba(0, 43, 105, 0.6);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 43, 105, 0.6);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  color: #002b69 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color:  #002b69 !important; /*濃緑*/
}
/*--------------------
セクションの設定
--------------------------------------*/
#fh5co-programs-section,
#fh5co-pamphlet-section,
#fh5co-lab-section,
#movie-section,
#fh5co-blog-section,
#timetable-section,
#gaiyou-section,
#fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-programs-section,
  #fh5co-pamphlet-section,
  #fh5co-lab-section,
  #movie-section,
  #fh5co-blog-section,
  #timetable-section,
  #gaiyou-section,
  #fh5co-contact {
    padding: 4em 0;
  }
}
.fh5co-lightgray-section {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  margin-bottom: 4.5em;
}
.heading-section h2 {
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 600;
}
/* ------------
概要の設定
-------------------------*/
.fh5co-lightgray-section  p.gaiyou {
    font-size:1.6em;
    color: #000;
}
#gaiyou-section .poster{
    border: solid 1px #696969;
}
@media screen and (max-width: 768px) {
    #gaiyou-section .poster {display: none;}
}
/* 定義なしリスト
--------------------------*/
ul {
  /*display: flex; リストの横並び設定*/
  flex-wrap: wrap;
  color: #000000;
  margin-top: 5px;
}
li {
  font-size: 0.7em;
  line-height: 1em;
  margin-bottom: 10px;
  margin-right:10px;
  font-weight: 400;
}

/* 定義付きリスト
--------------------------*/
dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  color: #000000;
}
dt {
  width: 30%;
    font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}

dd {
  width: 70%;
    font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}

/* ボーダーボックス
-----------------------------*/
.border-box{
    padding: 5px;
    margin: 5px;
    border: 2px solid #c8a400; /*渋黄線*/
}
/*概要プログラムセクション
--------------------------------------*/
#timetable-section p{
color: #000000;
font-size: 1.4em;
line-height: 1.6em;
font-weight: 450;
}

/*パンフレットセクション
--------------------------------------*/
#fh5co-pamphlet-section ul {
  /*display: flex; リストの横並び設定*/
  /*flex-wrap: wrap;*/
  color: #000000;
  margin-top: 5px;
}
#fh5co-pamphlet-section li {
  list-style: none;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-right:10px;
  font-weight: 300;
}

#fh5co-pamphlet-section ul li::before {
  content: "\ea11";
  font-family: "icomoon";
  margin-right: 5px;
}

#fh5co-pamphlet-section ul li ul li {
    font-size: 0.7em;
  line-height: 1em;
}
#fh5co-pamphlet-section ul li ul li::before {
    content: '';
    list-style: none;
}

p.sub-p{
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: 300;
}

/* 教員紹介セクション
-----------------------------------*/
#fh5co-lab-section h4{  /*グループ、専攻見出し*/
    font-size: 1.3em;
    padding-top: 1em;
} 
.portfolio h2 {
    margin: 1em 0;
    font-size: 2em;
    font-weight: 450;
}
.portfolio p {
    font-size:1.4em;
    margin: 5px 0;
}
.portfolio a hover {font-weight:500;}
/*--------------------
専攻別フィルターボタンのリスト設定
------------------------------------------*/
.portfolio-filter {
 list-style: none;
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter li {
    display: -moz-inline-stack;
    display: inline-block; /*一列に並べる*/
    font-size: 0.9em;
}
.portfolio-filter li a {
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  cursor: pointer;
}
.portfolio-filter li a:active, .portfolio-filter li a:focus {
  text-decoration: none;
}
.portfolio-filter li a.active { /*選択されている時の設定*/
  background:#40a0cd; /*UTブルー*/
  color: #fff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .portfolio-filter li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
}

/*------------------------
教員の紹介ボックス（items）全体の設定
----------------------------------------------------------*/
.col-5th{
 position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
@media screen and (max-width: 768px) {
    .col-5th{ width:33%;}
}
/*------------------------
教員の紹介ボックス、7カラム→8カラム→9カラム
----------------------------------------------------------*/
.col-7th{
 position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 12.5%;
}
@media screen and (max-width: 768px) {
    .col-7th{ width:33%;}
}

/*---3分の１--*/
.col-one3rd{
 position: relative;
 float: left;
 min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 32%;
}
@media screen and (max-width: 768px) {
    .col-one3rd{ width:100%;}
}

/*---9分の１--*/
.col-one9th{
 position: relative;
 float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 11%;
　height: 800px;

}
@media screen and (max-width: 768px) {
    .col-one9th{ width:33%;}
}

/*---9分の１--*/
.col-one9th-w{
 position: relative;
 float: left;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  width: 11%;
　height: 800px;

}
@media screen and (max-width: 768px) {
    .col-one9th-w{ width:33%;}
}

.height-fix{height:1200px;}

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  /*margin-right: -22px;*/
}
.portfolio-items > li {
  padding: 0;
  margin: 0;
}


/*------------------------
教員の紹介ボックス内の設定
----------------------------------------------------------*/
.item-inner {
  margin-bottom: 10px;
  /*text-align: center;*/
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.item-inner-w {
  margin: 0 5px 10px 5px; /*上右下左*/
  /*text-align: center;*/
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}

/*ul.inner-half{
    display: flex;
}*/
.inner-half{
    /*float: left;*/
    display: inline-block;
    width: 46%;
    /*margin-left: 0.5em;  リストはulにつけないと無効？*/
}
.inner-3rd{
    /*float: left;*/
    display: inline-block;
    width: 31%;
    /*margin-left: 0.5em;  リストはulにつけないと無効？*/
}
.inner-8{
    /*float: left;*/
    display: inline-block;
    width: 11.5%;
    /*margin-left: 0.5em;  リストはulにつけないと無効？*/
}
@media screen and (max-width: 768px) {.inner-8{width:23.5%;}}
    

.label-phys {
    font-size: 0.7em;
    color: #fff;
    background: #40a0cd; /*UTブルー*/
    vertical-align: center;
  padding: 2px 6px;
  /*border: solid 2px #c8a400;*/
  border-radius: 30px;
}
.profs {
    font-size:1.1em;
    line-height: 1.4em;
    font-weight: 500;
    color: #000;
}
.profs_en {
    font-size:1em;
    font-weight: 500;
    color: #000;
}
.study {
    line-height: 1.6em;
    font-size: 0.8em;
    letter-spacing: -0.5px;
    }
p.study_en {
    line-height: 1.4em;
    font-size: 0.8em;
    /*letter-spacing: -0.5px;*/
    }
p.hosoku  {
    font-size:0.8em;
    line-height:1.1em;
}
.zoom {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.zoom:hover {
	cursor: pointer;
	transform: scale(1.15);
}

img.thum{
    border: #d3d3d3 solid 1px;
    margin: 5px;
    width: 95%;
}
a img.thum :hover{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}
/* -----------------------
区切りのパララックス
------------------------------------*/
.fh5co-table,
.fh5co-table-cell,
.fh5co-parallax {
  height: 400px;
}

.fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .fh5co-parallax {
    height: inherit;
    padding: 4em 0;
  }
}
.fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
.fh5co-parallax .fh5co-intro h4{
  color: #000;
  font-size: 2.6em;
  font-weight: 300;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
  .fh5co-parallax .fh5co-intro h4 {
    font-size: 2em;
  }
}
.fh5co-parallax .fh5co-intro p {
  color: #404040;
}
.fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}
/*学生インタビューへのリンク、パララックスの白背景*/
.fh5co-parallax .fh5co-intro.box-area {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
  overflow: hidden;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: -450px;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-section-grid .overlay-section span {
  display: block;
  margin-bottom: 15px;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.7);
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 40px;
  color: #fff;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.team-section-grid:hover .overlay-section {
  bottom: 0;
  opacity: 1;
}

.about {
  padding-bottom: 5em;
}
.about img {
  margin-bottom: 50px;
}
/*
youtube埋め込み
------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* コンタクト、インフォメ
----------------------------------*/
#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.8);
}

.section-title {font-weight: 600;}
/*---------------------
ブログセクション、入試日程に使用
-----------------------------------------------*/
.col-5th{
 position: relative;
 float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
}
@media screen and (max-width: 768px) {
    .col-5th{ width:33%;}
}

.fh5co-blog {
  margin-bottom: 50px;
  position: relative;
}
.fh5co-blog .desc {
  padding-left: 230px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .desc {
    padding-left: 0;
  }
}
#fh5co-blog-section h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 32px;
}
#fh5co-blog-section h4 {
  font-size: 1.4em;
  color:#404040;
  font-weight: 510;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.fh5co-blog .desc .issue {
 color:#000;
  font-size: 1.2em;
  margin: 5px 10px 10px 10px;
  line-height: 1.4em;
  display: inline-block;
}
.fh5co-blog .desc  .mini{
    display: inline-block;
    font-size:1.2em;
    color:#696969;
    margin:0;
}

.fh5co-blog .desc span {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
}
.fh5co-blog .desc.desc2 {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .desc.desc2 {
    padding-left: 0;
  }
}
/*日付のラベル設定*/
.fh5co-blog .meta-date {
  /*position: absolute;*/
  float: left;
  top: 0;
  left: 0;
  padding: 0px 10px;
  margin-bottom: 5px;
  background: #24759b; /*背景色*/
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .meta-date {
   /* position: relative;
    float: left;
    width: 40%;
    margin-bottom: 1.1em;*/
  }
}
.fh5co-blog .meta-date p {
  margin: 0;
  display: block;
  color: #fff;
}
.fh5co-blog .meta-date p span {
  display: block;
  font-size: 1.3em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .meta-date p span {
    float: left;
   /* margin-right: 10px;
    margin-top: 5px;*/
  }
}
.fh5co-blog .meta-date p span.date {
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 550;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .fh5co-blog .meta-date p span.date {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}
/*フッター
-----------------------*/
.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #4CB648;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a :hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #00bfff;
}

.fh5co-social-icon-yt > a {
  padding: 4px 10px;
  color: #4CB648;
}
.fh5co-social-icon-yt > a i {
  font-size: 26px;
}
.fh5co-social-icon-yt > a :hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #ff0000;
}

#footer {
  background: #808080;
  padding: 60px 0 40px;
}

#footer .section-title {
  color: rgba(255, 255, 255, 0.9);
}
#footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#footer p{
    color: #fff;
    line-height: 1.6em;
}
#footer .contact-info li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9);
}
#footer .contact-info li i {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 1.4em;
  color: rgba(255, 255, 255, 0.9);
}
#footer .contact-info li a {
  color: rgba(255, 255, 255, 0.9);
}

#footer .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 50px;
  margin-top: 50px;
}
#footer .copy-right p {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  font-size: 14px;
}
#footer .copy-right p a {
  color: rgba(255, 255, 255, 0.6);
}
/*ボタン
-------------------------------*/
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #fff; /*白*/
  color: #40a0cd; /*UTブルー線*/
  border: 2px solid #40a0cd; /* 青緑線*/
  border-radius: 30px;
  margin: 2px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #40a0cd !important; /*UTブルー線*/
  border: 2px solid #40a0cd; /*UTブルー線*/
  color: #ffffff !important;
}
.btn.btn-primary2 { /*二行分の高さ*/
  background: #fff; /*白*/
  color: #40a0cd; /*UTブルー線*/
  border: 2px solid #40a0cd; /* 青緑線*/
  border-radius: 30px;
  padding: 14px;
  margin: 2px;
}
.btn.btn-primary2:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #40a0cd !important; /*UTブルー線*/
  border: 2px solid #40a0cd; /*UTブルー線*/
  color: #ffffff !important;
}
.btn.btn-default{
border: 1px solid #40a0cd; /*UTブルー線*/
color: #40a0cd; /*UTブルー線*/
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  /*border-color: transparent;*/
  background: rgba(0, 164, 174, 0.3) !important; /*UTブルー背景*/
}
.btn:hover, .btn:active, .btn:focus {
  background: #fff !important;
  color: #000000 !important;
  outline: none !important;
}
.btn .btn-sm {
 font-size: 0.9em;
}

#voice .btn{ color: #696969;}
#voice h4{ font-size: 2em; }
#voice p {
font-size: 1.4em;
line-height: 1.6em;
padding-bottom; 0px;
}

.js .animate-box { opacity: 0;}

@media print {
.js .animate-box { opacity: 1;}
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #297954; /*濃緑線*/;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #297954; /*濃緑線*/
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}
/*トグルメニュー
-----------------------*/
.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}
/*テーブル
---------------------------------------------------------------------------*/
/*ノーマルta1設定
------------------------------------*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
	line-height: 1.5em;
	color: #000;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	background: #f6f5f2;	/*背景色*/
	font-size: 1.4em;	/*文字サイズ*/
	letter-spacing: 2px; /*文字間隔*/
	font-weight: 500;
	color: #000;
}
.ta1 td { 
    color: #202020;
    font-size: 1.3em;
    font-weight: 450;
    line-height: 1.6em;
    padding-left: 10px;
    margin-top: 10px;
    word-break: break-word;
}
.ta-odd tr:nth-child(odd)  {
	background: #f6f5f2; /*奇数行だけ背景をつける*/
}

/*-------------------
スペース調整
---------------------------*/
.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 14em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 7em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt50{ margin-top:50px;}
.mb5{ margin-bottom:5px;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px;}
.mb50{ margin-bottom:50px;}
.pb15{ padding-bottom:15px;}
.pb30{ padding-bottom:30px;}
.mg2{ margin:2em; }

/*-------------------
デコレーション
----------------------------------------------*/

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.lead {
  line-height: 1.8;
}

.marker_green {
background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_pink {
background: linear-gradient(transparent 70%, #ff69b4 40%);
}
.pink {color:#ff69b4}
.marker_blue {
background: linear-gradient(transparent 50%, #66ccff 80%);
}
 
.line_deep-red{border-bottom: solid 2px #b31031; }/*濃赤下線*/
.deep-red{color: #b31031; }/*濃赤*/
 
 .line_dark-yellow{border-bottom: solid 4px #c8a400; }/*渋黄下線*/
 .dark-yellow{ color: #c8a400;} /*渋黄*/
 
  .line_dark-green{border-bottom: solid 4px #297954; }/*渋緑下線*/
 .dark-green{ color: #297954;} /*渋緑*/
 
  .line_navy{border-bottom: solid 3px #002b69; }/*紺下線*/
 .dark-navy{ color: #002b69;} /*紺色*/
 
  .line_utblue{border-bottom: solid 3px #0B8BEE; }/*UTブルー下線*/
 .dark-utblue{ color: #0B8BEE;} /*UTブルー色*/
 
  .line_g-blue{border-bottom: solid 3px #40a0cd; }/*UTブルー下線*/

 
.no-js #loader {
  display: none;
}

.hr-c {
    border: 1px solid #c8a400;
    width: 15em;
    margin-left: 42%;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}
/* -------------
TOPへ戻る
---------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 2px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: #40a0cd; /*UTブルー*/
  color: #fff;
  font-weight: 1000;
  font-size: 120%;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  background-color: #02d1e0;
  }
 