  @charset "utf-8";
/*共通部分*/
body {
  font-family: "游ゴシック" , "Yu Gothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , arial, helvetica, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  line-height: 1.8;
  font-size:16px;
}
input,
select{
font-size:16px;
}
img,
svg{
  display: block;
}
a {
  color: #000000;
  text-decoration: none;
  display: block;
  transition: .5s;
}
a:hover{
  opacity: .8;
  transition: .5s;
}
a[href^="tel:"] {
  cursor: default;
  display: inline-block;
}
a[href^="mailto:"] {
  cursor: default;
  display: inline-block;
}
sup {
  font-size: smaller;
}
i {
  font-style: italic;
}
header {
  padding: 20px 0 0;
  box-sizing: border-box;
  border-top: 10px solid #07685F;
}
header .optionArea {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 20px;
}
header .optionArea .linkArea {
  flex: 1;
}
header .optionArea .linkArea ul {
  display: flex;
  padding: 15px 0 0;
}
header .optionArea .linkArea ul li:not(:last-of-type) {
  margin-right: 12px;
}
header .optionArea .linkArea ul li a {
  display: flex;
  align-items: center;
  font-size: 80%;
}
header .optionArea .linkArea ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 2px;
  color: #06685F;
  font-size: 10px;
}
header .optionArea .searchArea {
  position: relative;
  width: 172px;
  height: 27px;
  margin-right: 12px;
  padding: 5px 0 0;
  box-sizing: border-box;
}
header .optionArea .searchArea input {
  background: #E6E6E6;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 13px;
 box-sizing: border-box;
}
header .optionArea .searchArea button {
  background: #07685F;
  border: none;
  border-radius: 13px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -2px;
  top: 8px;
}
header .optionArea .searchArea button i {
  color: #FFFFFF;
}
header .optionArea .languageArea {
  display: flex;
  align-items: center;
}
header .optionArea .languageArea a {
  width: 100px;
  color: #FFFFFF;
  font-size: 75%;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 0;
}
header .optionArea .languageArea .japanese {
  background: #00A99D;
}
header .optionArea .languageArea .english {
  background: #07685F;
}
header .logoArea{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 40px;
}
header .logoArea .logo a{
  width: 374px;
  padding-left: 3px;
}
header .logoArea .logo a:hover{
opacity: 1;
}
header .logoArea .sub{
  
}
header .logoArea .sub ul{
  display: flex;
}
header .logoArea .sub ul li {
  margin-right: 0px;
  font-size: 80%;
  background: #f2f2f2;
  padding: 10px 30px;
  margin-right: 1px;
}
header .logoArea .sub ul li:last-of-type{
  margin-right: 0px;
}
header .logoArea .sub ul li a{
}
header .logoArea .sub ul li a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #06685F;
  margin-right: 5px;
}
header nav{
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
header nav .global {
  margin: 0 auto;
  max-width: 1200px;
}
header nav .global ul{
  display: flex;
}
header nav .global ul li{
  flex: 1;
  text-align: center;
}
header nav .global ul li a{
  padding: 15px 0;
  position: relative;
}
header nav .global ul li a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #07685F;
  display: block;
  position: absolute;
  bottom: 0;
  transition: .5s;
}
header nav .global ul li a:hover::after {
  width: 100%;
  transition: .5s;
}
.overview header nav .global ul li.overview a::after,
.admission header nav .global ul li.admission a::after,
.contact header nav .global ul li.contact a::after,
.information header nav .global ul li.information a::after{
  width: 100%;
}
header nav .global ul li a span {
  font-size: 100%;
  border-left: 1px solid #F2F2F2;
  display: block;
  letter-spacing: .1em;
  padding: 6px 0;
}
header nav .global ul li:last-of-type a span{
  border-right: 1px solid #F2F2F2;
}
footer{
  margin-top: 80px;
}
footer .pageTop a{
  background: #CCCCCC;
  padding: 12px 0;
  text-align: center;
}
footer .pageTop i{
  color: #07685F;
  font-size: 32px;
}
footer .overview{
  background: #E6E6E6;
  padding: 35px 0 54px;
}
footer .overview .inner{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}
footer .overview .inner p{
  font-size: 120%;
  margin-bottom: 30px;
  text-align: left;
  font-weight: bold;
}
footer .overview .inner li {
  font-size: 90%;
}
footer .overview .inner ul li a svg{
  color: #07685F;
  margin-right: 5px;
}
footer .overview .inner .medical,
footer .overview .inner .biomedical{
  width: 205px;
}
footer .overview .inner .technology{
  width: 436px;
}
footer .overview .inner .technology ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .overview .inner .technology ul li{
  width: 45%;
}
footer .overview .inner .technology ul li a {
  text-indent: -1em;
  padding-left: 1em;
}
footer .overview .inner ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #06685F;
  margin-right: 5px;
}
footer .global{
  background: #F2F2F2;
  padding: 25px 0 53px;
}
footer .global .inner{
  max-width: 960px;
  margin: 0 auto;
}
footer .global .inner ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .global .inner ul li{
  width: 25%;
  box-sizing: border-box;
  border-left: 1px #CCCCCC solid;
}
footer .global .inner ul li:nth-of-type(4n),
footer .global .inner ul li:last-of-type{
  border-right: 1px #CCCCCC solid;
}
footer .global .inner ul li a{
  text-align: center;
  padding: 18px 0 17px;
}

footer small {
  background: #07685F;
  display: block;
  text-align: center;
  padding: 8px 0 7px;
  font-size: 80%;
  color: #fff;
}
.globalButton{
  display:none;
}
.breadcrumbsArea{
  background: #F2F2F2;
  margin-bottom: 60px;
  padding: 2px 0;
}
.breadcrumbsArea .breadcrumbs{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
}
.breadcrumbsArea .breadcrumbs a{
  font-size: 62.5%;
  text-decoration: underline;
}
.breadcrumbsArea .breadcrumbs .current{
  font-size: 62.5%;
}
.breadcrumbsArea .breadcrumbs a::after{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #06685F;
  margin:0 5px;
}
.lower .main{
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.lower nav.side{
  width: 210px;
  box-sizing: border-box;
}
.lower nav.side .inner{
  border: 1px solid #06685F;
}
.lower nav.side .sideTitle{
  background: #06685F;
  color: #FFFFFF;
  font-size: 100%;
  padding: 11px 15px;
}
.lower nav.side .menuTitle{
  font-size: 100%;
  padding: 11px 15px;
  margin: 0;
  background: #f2f2f2;
  border-left: 5px solid #06685F;
}
.lower nav.side ul{
  box-sizing: border-box;
  padding: 0 10px;
}
.lower nav.side ul li{
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  position: relative;
}
.lower nav.side ul li:last-of-type{
  border-bottom: none;
}
.lower nav.side ul li a{
  font-size: 87.5%;
  padding: 15px 10px 10px 1.6em;
  text-indent: -1.4em;
}
.lower nav.side ul li a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
  color: #06685F;
}
.lower nav ul .side01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.lower nav ul .side01 a.title{
  
}
.lower nav.side .button{
  width: 30px;
  height: 30px;
  right: 0;
  top: 10px;
}
.lower nav.side .button .inner{
  width: 20px;
  height: 20px;
  background: #06685F;
  position: relative;
  margin: 5px;
  border-radius: 3px;
}
.lower nav.side .button .inner span{
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  border-radius: 1px;
  transition: .5s;
}
.lower nav.side .button span:nth-of-type(1){
  top: 9px;
  left: 2px;
}
.lower nav.side .button span:nth-of-type(2){
  transform: rotate(90deg);
  top: 9px;
  left: 2px;
}
.lower nav.side .button.active span:nth-of-type(2){
  transform: rotate(0deg);
  transition: .5s;
}
.lower nav ul.side02 {
  padding: 0;
  width: 100%;
  display: none;
}
.lower nav ul.side02 li{
  padding: 0 10px;
}
.lower article{
  width: 720px;
}
.lower h1{
  font-size: 150%;
  color: #FFFFFF;
  width: 100%;
  background: #06685F;
  padding: 4px 22px 3px;
  box-sizing: border-box;
  margin:0 auto 30px;
}
.lower h2{
  font-size: 125%;
  background: #B1C2BE;
  border-left: 5px solid #06685F;
  padding: 8px 17px 7px;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
}
.lower h3{
  font-size: 125%;
  border-left: 5px solid #06685F;
  border-bottom: 1px solid #B1C2BE;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
  padding: 7px 14px;
}
.lower h4{
  font-size: 112.5%;
  width: 100%;
  margin: 10px auto;
}
.lower .text{
  font-size: 100%;
  margin: 10px auto;
}
.pdf a,
.word a,
.excel a,
.outside a,
.arrow a{
  font-size: 100%;
  text-decoration: underline;
  display: inline-block;
}
.pdf::before,
.word::before,
.excel::before,
.outside::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
  color: #06685F;
}
.arrow::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 5px;
  color: #06685F;
}
.word::after{
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  font-weight: 400;
  margin-left: 5px;
  color: #0071BC;
}
.excel::after{
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  font-weight: 400;
  margin-left: 5px;
  color: #008500;
}
.pdf::after{
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 400;
  margin-left: 5px;
  color: #FF0000;
}
.outside::after{
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  font-weight: 900;
  margin-left: 5px;
  color: #07685F;
}
.table01{
  width: 100%;
}
.table01 th,
.table01 td{
  border: solid 1px #EEEEEE;  
  padding: 12px 10px;
  text-align: left;
}
.table01 th{
  background: #E6E6E6;
  width: 35%;
}
.table02{
  width: 100%;
}
.table02 th,
.table02 td{
  border: solid 1px #EEEEEE;  
  padding: 12px 10px;
  text-align: left;
}
.table02 th{
  background: #E6E6E6;
}
.table03{
  width: 100%;
}
.table03 th,
.table03 td{
  border: solid 1px #EEEEEE;  
  padding: 12px 10px;
  text-align: left;
}
.table04 th{
  background: #E6E6E6;
}
.table04{
  width: 100%;
}
.table04 th,
.table04 td{
  border: solid 1px #EEEEEE;  
  padding: 12px 10px;
  text-align: left;
}
.list{
  list-style-type: decimal;
  padding-left: 1.3em;
}
blockquote{
  padding: 18px 20px;
  border: solid 3px #EEEEEE;
  margin: 10px 0;
}
blockquote .title{
  font-size: 114%;
  margin-bottom: 20px;
}
.caution{
  color: #FF0000;
}
.linkBoxArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 40px;
}
.linkBoxArea .box{
  width: 350px;
  border: 1px solid #B1C2BE;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.linkBoxArea.en .box{
  width: 100%;
}
.linkBoxArea .box .inner{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}
.linkBoxArea .box .inner .image{
  width: 36%;
  overflow: hidden;
}
.linkBoxArea h2,
.linkBoxArea .text{
  margin: 0;
}
.linkBoxArea .text{
  width: 57%;
}
.linkBoxArea .text a{
  text-indent: -0.9em;
  padding-left: 0.9em;
}
.linkBoxArea .text a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #06685F;
  margin-right: 5px;
}
.unitList{
  margin: 20px 0;
}
/*トップページ*/
.catchCopy{
  font-size: 360%;
  text-align: left;
  line-height: 1.5em;
  padding: 80px 0 100px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: .2em;
}
.catchCopy span{
  display: inline-block;

}
.top .overviewArea{
  display: flex;
  margin-bottom: 40px;
  margin: 0 auto;
  max-width: 1200px;
}
.top .overviewArea ul {
  line-height: 2.4em;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 35px;
  height: 470px;
  box-sizing: border-box;
}
.top .overviewArea .medical ul{
  background-image: url(/graduate/sogoiriko/uploads/medical.png);
}
.top .overviewArea .technology ul{
  background-image: url(/graduate/sogoiriko/uploads/technology.png);
}
.top .overviewArea .biomedical ul{
  background-image: url(/graduate/sogoiriko/uploads/biomedical.png);
}
.top .overviewArea .box{
  box-sizing: border-box;
  width: 33.3%;
  margin-right: 1px;
}
.top .overviewArea .box ul li a {
  color: #FFFFFF;
  letter-spacing: .1em;
}
.top .overviewArea .box ul li a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 5px;
  color: #FFFFFF;
}
.top .overviewArea .box a.title{
  font-size: 162.5%;
  color: #FFFFFF;
  background: #07685F;
  padding: 7px 30px;
  display: flex;
  justify-content: space-between;
}
.top .overviewArea .box a.title::after{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #FFFFFF;
  margin-right: 5px;
}
.top .newsArea {
  margin: 0 auto;
  padding: 60px 0 60px;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
}
.top .newsArea p{
  font-size:125%;
  padding: 0 40px 0 20px;
  color: #666666;
  width: 150px;
  box-sizing: border-box;
}
.top .newsArea .newsList{
  padding: 6px 0;
}
.top .newsArea .newsList ul li{
  display: flex;
}
.top .newsArea .newsList ul li:not(:last-of-type){
  margin-bottom: 12px;
}
.top .newsArea .newsList ul li time{
  color: #666666;
  margin-right: 30px;
}
.top .newsArea .newsList ul li a{
  font-size: 100%;
  font-weight: bold;
}
.top .newsArea .newsListLink{
  width: 100%;
  font-size: 100%;
  color: #FFFFFF;
  background: #07685F;
  margin-top: 20px;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.top .newsArea .newsListLink span{
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .newsArea .important{
  width: 100%;
  display: flex;
  background: #f2f2f2;
  margin-bottom: 20px;
}
.top .newsArea .important p{
  color: #FFFFFF;
  background: #07685F;
  width: 120px;
  padding: 19px 0px 19px 20px;
  margin-right: 30px;
}
.top .newsArea .important ul{
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.top .newsArea .important ul li{
  display: flex;
}
.top .newsArea .important ul li time{
  color: #666666;
  margin-right: 30px;
}
.top .newsArea .important ul li a{
  font-size: 100%;
  font-weight: bold;
}
.top .visionArea{
  background: #07685F;
}
.top .visionArea .inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 0;
}
.top .visionArea p{
  margin-bottom: 35px;
}
.top .visionArea p span{
  display: block;
  color: #FFFFFF;
  line-height: 2em;
}
.top .visionArea p span.big01{
  font-size: 350%;
  font-weight: bold;
  margin-bottom: 19px;
line-height: 1;
}
.top .visionArea p span.big02{
  font-size: 300%;
  font-weight: bold;
  margin-bottom: 23px;
}
.top .visionArea p span{
  font-size: 116.75%;
}
.top .visionArea ul li{
  font-size: 100%;
  color: #FFFFFF;
  display: flex;
  line-height: 2em;
}
.top .visionArea ul li:not(:last-of-type){
  margin-bottom: 20px;
}
.top .visionArea ul li span{
  font-size:150%;
  color: #FFFFFF;
  font-style: oblique;
  margin-right: 30px;
}
.top .bannerArea{
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 68px;
  justify-content: space-between;
}
.top .bannerArea::before{
  content: "";
  width: 232px;
  order: 1;
}
.top .bannerArea::after{
  content: "";
  width: 232px;
}

.top .bannerArea a{
  width: 232px;
  margin-bottom: 10px;
}

/*お知らせ*/
.information .newsList li{
  display: flex;
  padding: 20px;
  border-top: solid 1px #EEEEEE;
  box-sizing: border-box;
}
.information .newsList li .dateCatArea{
  display: flex;
}
.information .newsList li .dateCatArea time{
  margin-right: 10px;
}
.information .newsList li .dateCatArea .catLink{
  margin-right: 10px;
  background: #B1C2BE;
  width: 120px;
  text-align: center;
}
.information .side form{
  padding: 15px 10px 10px;
}
.information .side form select{
  width: 100%;
}
.information .contents .cf{
  display: flex;
  justify-content: space-between;
}
.information .contents .cf .newsImage{
  margin-left: 20px;
}
.information .contents .cf .newsImage figure{
  margin-bottom: 20px;
  width: 250px;
}
.information .contents .cf .newsImage figcaption{
  margin-top: 8px;
}
.pagenaviDetail{
  padding: 20px 0px;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pagenaviDetail li{
  width: calc(100% / 3);
  text-align: center;
}
/*.pageNavi{
text-align: center;
}*/

/*在学生の方へ*/
.students .linkArea .box{
  margin-bottom: 20px;
}
.students .linkArea .box:last-of-type{
  margin-bottom: 0px;
}
.students .linkArea .title{
  background: #B1C2BE;
  padding: 12px 10px;
}
.students .linkArea figure{
  border: 1px solid #EEEEEE;
  padding: 12px 10px;
  display: flex;
  justify-content: space-between;
}
.students .linkArea figure a{
  width: 300px;
}
.students .linkArea figure figcaption{
  width: 380px;
}
/*入試情報*/
.pdfTable{
  width: 100%;
  margin: 20px 0;
}
.pdfTable th,
.pdfTable td {
  border: solid 1px #EEEEEE;
  padding: 12px 10px;
  text-align: left;
}
.pdfTable th{
  background: #E6E6E6;
}
.pdfTable th i{
  color: #FF0000;
}
.pdfTable a::before{
  content: none;
}
/*教員一覧*/
.unitArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.unitArea .box{
  width: 49%;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
}
.unitArea ul{
  margin-bottom: 50px;
}
.unitArea ul li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.unitArea ul li.title{
  margin-bottom: 0;
}
.unitArea ul li .region{
  width: 100%;
}
.unitArea ul li .originalSite{
  width: 100%;
  font-size: 87.5%;
  box-sizing: border-box;
  padding-left: 15px;
}
.unitArea ul li .originalSite .outside::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
  color: #06685F;
}


.unitArea ul li a::before {
  content: none;
}
.staffBox{
margin-bottom:20px;
}
.staffBox .staffname{
  border: solid 2px #F4F4F4;
  padding: 15px;
}
.staffBox .staffname span{
  padding-left: 20px;
  margin-left: 20px;
}
.staffBox .research{
  background-color: #F4F4F4;
  display: flex;
  padding: 15px;
  border-bottom: 2px solid #FFFFFF;
  align-items: center;
}
.staffBox p,
.staffBox .text{
  flex: 1;
}     
.staffBox .link{
  background-color: #F4F4F4;
  display: flex;
  padding: 15px;
}    
.staffBox .link a{
  flex: 1;
} 

/*共通プログラム*/
.program .box{
  border-top: 1px solid #F2F2F2;
  padding: 20px 0;
}
.program .box:last-of-type{
  border-bottom: 1px solid #F2F2F2;
}
.program .box .title{
  font-size: 125%;
  background: #B1C2BE;
  border-left: 5px solid #06685F;
  padding: 8px 17px 7px;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
}
.program .box figure{
  display: flex;
  justify-content: space-between;
}
.program .box figure a{
  width: 300px;
}
.program .box figure figcaption{
  width: 400px;
}

/*ご寄附のお願い*/
.donation section{
  margin-bottom: 35px;
}
.donation h1.imageTitle{
  margin-bottom: 0;
}
.mainImage{
  width: 100%;
}
.detailArea{
  padding: 18px 20px;
  border: solid 3px #EEEEEE;
  margin: 10px 0;
}
.donation .message{
  margin-bottom: 40px;
}
.signature{
  text-align: right;
  margin-bottom: 35px;
}
.explain{
  display: flex;
  align-items: flex-start;
}