@charset "UTF-8";
/*************************************
	環境変数（px不要）
*************************************/
/*************************************
	ブレークポイント
*************************************/
/*************************************
	ブレイクポイント毎の表示切り替え
*************************************/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/*************************************
	基本マージン
*************************************/

/*************************************
	フォントサイズ（sp時に縮小表示）
*************************************/
/*************************************
	フォントサイズ（ウインドウサイズに対応し可変）
*************************************/
/*************************************
	文字省略
*************************************/
/*************************************
	文字隠し
*************************************/
/*************************************
	ベンダープレフィックス
*************************************/
/*************************************
	フォントファミリー
*************************************/
/*************************************
	hover アニメーション
*************************************/
/*************************************
	text shadow
*************************************/
/*************************************
	点線
*************************************/
/*************************************
	フォームリセット
*************************************/
/*************************************
  wordpress 投稿文リセット
*************************************/
/*************************************
	each のサンプル
*************************************/
.test1 {
  width: 10000; }

.test2 {
  width: 20000; }

.test3 {
  width: 30000; }

/*************************************
	style
*************************************/
body {
  min-height: 100vh; }

main {
  visibility: hidden;
  opacity: 0; }
  main.is-show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 200ms 0s ease;
    -o-transition: opacity 200ms 0s ease;
    transition: opacity 200ms 0s ease; }
  main .contents {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1280px; }
    @media screen and (min-width: 768px) and (min-width: 1200px) {
      main .contents {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      main .contents {
        padding-left: 3.33333%;
        padding-right: 3.33333%; } }
    @media screen and (max-width: 767px) {
      main .contents {
        padding-left: 20px;
        padding-right: 20px; } }
  main h2 {
    position: relative;
    overflow: hidden; }
    main h2 > div.bg {
      background-color: #aaaaaa; }
      main h2 > div.bg img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    main h2 > div.title {
	 display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      /*width: 100%;*/
      color: #fff;
      text-align: center;
	  background-color: rgba(0, 153, 241, 0.93);
		padding: 15px 40px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      main h2 > div.title .en {
        /*text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);*/ }
      main h2 > div.title .ja {
        /*text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.75);*/
        margin-top: 1em; }
    @media screen and (max-width: 767px) {
      main h2 > div.title {
        width: 80%;
		padding: 10px;} }
    @media screen and (min-width: 768px) {
      main h2 > div.bg {
        padding-top: 300px; } }

/*@media screen and (min-width: 768px) and (min-width: 1600px) {
  main h2 > div.bg img {
    width: 100%;
    height: auto; } }*/

@media screen and (min-width: 768px) and (max-width: 1599px) {
  main h2 > div.bg img {
    width: auto;
    height: 100%; } }
    @media screen and (max-width: 767px) {
      main h2 > div.bg {
        padding-top: 39.0625%; }
        main h2 > div.bg img {
          width: auto;
          height: 100%; } }
  main h3 {
    text-align: center;
    color: #313994; }
    @media screen and (min-width: 768px) {
      main h3 {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      main h3 {
        margin-bottom: 37.5px; } }
  main h4.residentTtl01{
	font-size: 2rem;
    padding-left: 0.5em;
    color: #313994;
    background-color: #f0f7fc;
    border-left: 25px solid #313994;
    padding: 0.5em 1em 0.5em 0.5em;
	line-height: 1.5;}
@media screen and (max-width: 767px) {
    main h4.residentTtl01{
	border-left: 17px solid #313994;
	font-size: 1.46rem;} }

  main h4.residentTtl01.wht{
	  background-color: #ffffff;
}
  @media screen and (min-width: 768px) {
    main section {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    main section {
      margin-top: 37.5px; } }
  main section.fill {
    background-color: #f0f7fc; }
    @media screen and (min-width: 768px) {
      main section.fill {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      main section.fill {
        padding-top: 37.5px;
        padding-bottom: 37.5px; } }
	@media screen and (min-width: 768px) {
      main section.p50-block {
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      main section.p50-block  {
        padding-bottom: 37.5px; } }

a:hover,
a:hover * {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto !important; } }

.breakPointsToggle {
  visibility: hidden; }

.rightBox {
  text-align: right; }

.leftBox {
  text-align: left; }

.centerBox {
  text-align: center; }

@media screen and (min-width: 768px) {
  .mgnT {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .mgnT {
    margin-top: 37.5px; } }

@media screen and (min-width: 768px) {
  .mgnT20 {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .mgnT20 {
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .mgnT100 {
    margin-top: 100px; } }

@media screen and (max-width: 767px) {
  .mgnT100{
    margin-top: 2em; } }

@media screen and (min-width: 768px) {
  .mgnB {
    margin-bottom: 50px!important; } }

@media screen and (max-width: 767px) {
  .mgnB {
    margin-bottom: 37.5px!important; } }

@media screen and (min-width: 768px) {
  .mgnTB {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .mgnTB {
    margin-top: 37.5px;
    margin-bottom: 37.5px; } }

@media screen and (min-width: 768px) {
  .pdgB {
    padding-bottom: 150px !important; } }

@media screen and (max-width: 767px) {
  .pdgB {
    padding-bottom: 100px !important; } }

a#btnPagetop {
  display: none;
  padding: 13px 20px;
  border: 2px solid #000;
  position: fixed;
  z-index: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.7); }
  @media screen and (min-width: 768px) {
    a#btnPagetop {
      right: 30px;
      bottom: 30px; } }
  @media screen and (max-width: 767px) {
    a#btnPagetop {
      right: 10px;
      bottom: 10px; } }

table.basis {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 100%; }
  table.basis tbody tr:nth-child(n+2) th, table.basis tbody tr:nth-child(n+2) td {
    border-top: 1px solid #999999; }
　table.basis tbody tr th{
	text-align: center;
	padding: 1em;}
  table.basis tbody tr td {
    padding: 1em;
    text-align: left; }
    table.basis tbody tr th p, table.basis tbody tr td p {
      margin-right: 0.25em;
      display: inline-block; }
  table.basis tbody tr td {
    padding-right: 0;
    border-left: 1px dotted #000000; }
  @media screen and (max-width: 767px) {
    table.basis.spLength {
      display: block;
      width: 100%; }
      table.basis.spLength tbody {
        display: block;
        width: 100%; }
        table.basis.spLength tbody tr {
          display: block;
          width: 100%; }
          table.basis.spLength tbody tr th, table.basis.spLength tbody tr td {
            display: block;
            width: 100%;
            text-align: center; }
          table.basis.spLength tbody tr th {
            border-bottom: 1px dotted #000000; }
          table.basis.spLength tbody tr td {
            border-top: none;
            border-left: none; } }

table.basis.gairai{
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 100%; }

  table.basis.gairai tbody tr:nth-child(n+2) th, table.basis tbody tr:nth-child(n+2) td {
    border-top: 1px solid #999999; }
　table.basis.gairai tbody tr th{
	text-align: center;
	padding: 1em;}
 table.basis.gairai tbody tr th:nth-child(n+2){
	border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
 table.basis.gairai tbody tr th:nth-child(n+3){
    border-right: none;
}
  table.basis.gairai tbody tr td {
    padding: 1em;
    text-align: center; }
    table.basis.gairai tbody tr th p, table.basis.gairai tbody tr td p {
      margin-right: 0.25em;
      display: inline-block; }
  table.basis.gairai tbody tr td {
    padding-right: 0;
	border-left: none;}
 table.basis.gairai tbody tr td:nth-child(n+2) {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;}
 table.basis.gairai tbody tr td:nth-child(n+3) {
    border-right: none;}

.biography table.basis tbody tr th{
	width: 15%;
	font-weight: normal;
}


.cssBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .cssBtnBox .cssBtn1:nth-child(n+2),
  .cssBtnBox .cssBtn2:nth-child(n+2) {
    margin-top: 10px; }

.cssBtn1 {
  padding-left: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #313994;
  background-color: #f0f7fc;
  border-left: 25px solid #313994;
  position: relative;}
  .cssBtn1 > div {
    padding: 0.5em 1em 0.5em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cssBtn1 > div > p {
      display: inline-block; }
  .cssBtn1::before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0.81px;
    /*width: 27.7px;
    min-width: 27.7px;
    height: 27.97px;
    background: url(../img/icon_landoltring_blu.svg) 50% 50%/contain no-repeat;*/
    content: ""; }
  .cssBtn1::after {
    content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 0;
	width: 0px;
	margin: auto;
	border: 10px solid transparent;
	border-right: 10px solid #313994;
	border-bottom: 10px solid #313994;}
  .cssBtn1.pdf::before {
    margin: 0 1px;
    width: 23.464px;
    min-width: 23.464px;
    height: 31.288px;
    background-image: url(../img/icon_pdf.svg); }
  .cssBtn1.wht {
    background-color: #ffffff; }
   .cssBtn1.wht.nomark::before {
    display: none;}
  .cssBtn1.photo1,.cssBtn1.photo2,.cssBtn1.photo3{
	padding-left: 0;}
  .cssBtn1.photo1::before{
	margin-left: 0;
	background: url(../../img/residents/staff01_s.jpg) 50% 50%/contain no-repeat;
	width: 93px;
    min-width: 93px;
    height: 100px;}
.cssBtn1.photo2::before{
	margin-left: 0;
	background: url(../../img/residents/staff02_s.jpg)  50% 50%/contain no-repeat;
	width: 93px;
    min-width: 93px;
    height: 100px;}
.cssBtn1.photo3::before{
	margin-left: 0;
	background: url(../../img/residents/staff03_s.jpg)  50% 50%/contain no-repeat;
	width: 93px;
    min-width: 93px;
    height: 100px;}
  @media screen and (min-width: 768px) {
    .cssBtn1 > div {
      min-height: 70px; } }
  @media screen and (max-width: 767px) {
    .cssBtn1 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .cssBtn1 > div {
        text-align: left;
        min-height: 58px; } }

.cssBtn2 {
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  min-width: 200px;
  background-color: #313994; }
  .cssBtn2[target="_blank"]::after {
    margin-left: 0.5em;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/icon_linkblank.svg) 50% 50%/contain no-repeat;
    content: ""; }

.cssBtn3 {
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  min-width: 200px;
  background-color: #313994; }
  .cssBtn3::before {
    margin-right: 0.5em;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/icon_arrow.svg) 50% 50%/contain no-repeat;
    content: ""; }

.hgr-grid.basis .hgr-grid-block > p,
.hgr-grid.basis .hgr-grid-block .studentResidentBoxIn > p {
  margin-bottom: 1em; }

.hgr-grid.basis .hgr-grid-block.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) {
  .hgr-grid.basis .hgr-grid-block:nth-child(odd) {
    padding-right: 1em; }
  .hgr-grid.basis .hgr-grid-block:nth-child(even) {
    padding-left: 1em; } }

@media screen and (max-width: 767px) {
  .hgr-grid.basis .hgr-grid-block:nth-child(odd) {
    padding-bottom: 1em; } }

.txtTtl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313994; }
  .txtTtl::before {
    margin-top: 0.1em;
    margin-right: 0.25em;
    border: 3px solid #313994;
    display: inline-block;
    width: 0.7em;
    height: 1em;
    content: ""; }

.linkList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .linkList ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /*.linkList ul li::before {
      display: block;
      background: url(../img/icon_landoltring_blk.svg) 50% 50%/contain no-repeat;
      content: ""; }*/
    /*.linkList ul li:nth-child(n+2) {
      background: -moz-linear-gradient(top, #000 2px, transparent 2px);
      background: -webkit-linear-gradient(top, #000 2px, transparent 2px);
      background: -o-linear-gradient(top, #000 2px, transparent 2px);
      background: linear-gradient(to bottom, #000 2px, transparent 2px);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
      background-size: 2px 5px;
      background-position: 0% 0%;
      background-repeat: repeat-y; }*/
.linkList ul li{
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;}
.linkList ul li+ li{
  	border-left: 0;
  	border-right: 1px solid #fff;}
    .linkList ul li a {
      white-space: nowrap; }

.linkList.liWidthAuto ul li {
  width: auto !important; }

.linkList.wht ul li::before {
  background-image: url(../img/icon_landoltring_wht.svg); }

/*.linkList.wht ul li:nth-child(n+2) {
  background: -moz-linear-gradient(top, #fff 2px, transparent 2px);
  background: -webkit-linear-gradient(top, #fff 2px, transparent 2px);
  background: -o-linear-gradient(top, #fff 2px, transparent 2px);
  background: linear-gradient(to bottom, #fff 2px, transparent 2px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#fff',GradientType=1 );
  background-size: 2px 5px;
  background-position: 0% 0%;
  background-repeat: repeat-y; }*/

@media screen and (min-width: 768px) {
  .linkList ul li::before {
    width: 30px;
    min-width: 30px;
    height: 30px; } }

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .linkList {
    margin-right: -1em;
    margin-left: -1em; }
    .linkList ul li {
      width: 20%;
      padding: 0 1em;
      /*margin-bottom: 1em;*/ }
      .linkList ul li::before {
        margin-right: 1em; }
      .linkList ul li:nth-child(5n+1) {
        background: none; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .linkList {
    margin-right: -0.5em;
    margin-left: -0.5em; }
    .linkList ul li {
      width: 25%;
      padding-left: 1em;
      padding-right: 1em;
      /*margin-bottom: 1em;*/ }
      .linkList ul li::before {
        margin-right: 0.5em; }
      .linkList ul li:nth-child(4n+1) {
        background: none; } }

@media screen and (max-width: 767px) {
  .linkList {
    margin-right: -0.5em;
    margin-left: -0.5em; }
    .linkList ul li::before {
      width: 20px;
      min-width: 20px;
      height: 20px; }
    .linkList ul li {
      width: 33.33333%;
      padding-left: 1em;
      padding-right: 1em;
      /*margin-bottom: 1em;*/ }
      .linkList ul li::before {
        margin-right: 0.5em; }
      .linkList ul li:nth-child(3n+1) {
        background: none; } }

a.link{
	text-decoration: underline;
}
span.underline{
	text-decoration: underline;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
}
p.indent_lead{
	padding-left:1em;
}

span.alumni{
	font-weight: normal;
	font-size: 1.8rem;
}
span.belongs{
	font-weight: normal;
	font-size: 1.4rem;
}

p.shinryou{
	text-align: right;
	color: #313994;
	font-size: 1.4rem;
	font-weight: 600;
}

p.notice{
	color: #313994;
	font-size: 1.4rem;
	font-weight: 600;
}