body{
	font-family:'メイリオ',sans-serif;			/*フォント設定*/
	margin:0;						/*余白消し*/
	max-width:640;
	background-color:#f5fffa;		/*色：ベース背景*/

}
header h1{
	font-size:20px;
	background-color: #66ccff;		/*色：メイン1*/
	margin:0;						/*外の余白 削除*/
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	display:none;
}
header{				/*↓スマホ用ヘッダー*/
	width:100vw;
	height:15vmin;/*19vmin*/
	margin:0;
	padding:0;
	font-size:1.8rem;
	font-family: 'Cabin', sans-serif;
	text-align:left;
	background-color: #19448e;
	color: #ffffff;
}
header a{
	font-family: 'Cabin', sans-serif;
	width:80%;
    position:relative;
    left:2%;
    top:1vmin;
	font-size:8vmin;
	font-family: 'Cabin', sans-serif;
	text-decoration:none;
	color: #ffffff;
}
header div{
	width:0;
	margin:0;
	position:relative;
	top:-65%;
	right:-84%;
}
.hamburger-menu div {
  position:relative;
  width:13vmin;
  height:2.5vmin;
  margin:1vmin 0;
  background-color: #ffffff;
  transition: .5s;
/* アニメーションの時間を0.5秒に指定 */
}
.hamburger-menu:hover div {
  opacity:0.6;
 /* 透明度を指定 */
 }
.hamburger-menu + .sidenavs:target {
  overflow-x: visible;
/* ボックスからはみ出る箇所をそのまま表示 */
  width: 100%;
  display:block;
}
.sidenavs:target {
  overflow-x: hidden;
  
/* ボックスからはみ出る箇所を隠す */
  width: 0;
}
/* ハンバーガーメニュー表示時 */
.sidenavs {
  height: 85%;
  width: 0;
  padding-top:40px;
  padding-bottom:100%;
  margin-bottom:100%;
  position: fixed;
overflow-y: scroll;
 /* 画像の配置を指定 */
   z-index: 1;
  top: 0;
  right: 0;
  background-color: #f5fffa;
  overflow-x:hidden;
/* 横スクロールを無効にする */
  transition: 0.5s;
/* アニメーションの時間を0.5秒に指定 */
}
/* ハンバーガーメニュー表示時のリンク */
.sidenavs a {
  padding: 8px 8px 30px 10px;
  text-decoration: none;
  font-size: 30px;
	font-family: 'Cabin', sans-serif;
  color: #66ccff;
  display: block;
  width:70%;
  transition: 0s;
  font-weight:bold;
}
/* マウスオーバー後のリンク */
.sidenavs a:hover {
  color: #fcc800;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:(0,0,0,0);
  cursor:pointer;
}
/* クローズボタン */
.sidenavs .close-btn {
  position: absolute;
/* 親要素との絶対位置を指定 */
  top: 0;
  right: 25px;
  font-size: 60px;
  margin-left: 75%;
  width:10%
}

nav{
	display:none;
}

.head{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size:20px;

}


h2,h3{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	color:#19448e;
}




footer{
	height: 75px;
	padding:1em 0;
	text-align: center;				/*ロゴと著作を真ん中*/
	background-color:#19448e;		/*色：メイン2*/
	color:#ffffff;
	margin-top: 0;
	font-size: 13px;
	font-family: 'メイリオ',sans-serif;

}


/*↓interview_pc.css用↓*/

main{
	background-color:#f5fffa;		/*色：ベース背景*/
	height:auto;
	padding-top:0px;				/*内余白：↑100px*/
	padding-bottom:70px;			/*内余白：↓100px*/
	max-width:768.999999px
}


.interview{
	background-color: #19448e;		/*メイン2*/
	height: 200px;
	width: 200px;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	text-align:center;
}

.Name {
	font-weight:bold;
	}

.kanri{
	text-indent:3em;
}

/*各先輩のインタビューに飛ぶリンク*/

/*
.DivLink.Link{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}*/

.content{
	/*display:block;*/
	/*display:flex;*/
	max-width:640px;
	margin:0 auto;
}


.DivLink {
 	/*display:block;*/
 	/*display:inline;*/
 	position: relative;
    background-color: #FFFFFF;   /* 背景色指定 */
    border:solid;
    border-color:#66ccff;
    border-radius:40px;
    justify-content: center;
    margin:  20px auto;               /* 要素と要素の間を開ける */
    padding:  20px;             /* 余白指定 */
    width:75%;
    height:auto;
}

.DivLink a{				/*枠全体のリンク化（まだ文字のみ）*/
	position: absolute;
	border-radius:38px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
 
}

.DivLink .profile{
	font-size:13px;
	display:inline-block;
	width:60%;
	position:absolute;
	/*left:40%;*/
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	-o-transform:translate(0, -50%);
	transform:translate(0, -50%);
	position:absolute;
	top:50%;
}


.Img{				/*2,3の写真*/
	/*padding-top:10px;*/
	/*width:auto;*/

}

.smallImg{			/*1,4の写真*/
	/*padding-top:10px;*/
	/*width:auto;*/

}
.parent img{
	display:inline;
	height:auto;
	width:35%;
}


 /*{
	position: absolute;
	border-radius:20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}*/

/*.parent:hover { 
	background-color: #fcc800;
	opacity:0.5;
	color:#222222; }
*/
.parent .DivLink:hover { 
	background-color: #fcc800;
	opacity:0.5;
	color:#222222; }
 
.DivLink a :hover { 
	background-color: #fcc800;
	opacity:0.5;
	color:#222222; }

/*↑intervew_phone.css用↑*/







