@charset "utf-8";

/* ========================================
interview.css
 ------------------------------------------

======================================== */

/* ---------------------------------------- 
 - mainTitle (index)
---------------------------------------- */
.index #mainTitle{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:30px 0 0;
}
.index #mainTitleCol{
	width: 96%;
    max-width: 950px;
	border-top:solid 5px #0078a1;
	border-bottom:dotted 1px #0078a1;
	margin:0 auto;
}
.index #mainTitle h2{
	margin:0 auto;
	padding:15px 0;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	font-weight:bold;
	line-height:1.6;
	color:#0078a1;
}
.index #mainTitle h2 span{
	width:15%;
	max-width:95px;
	display:block;
	margin:0 auto;
	line-height:0;
}
@media screen and (max-width: 768px) {
.index #mainTitle{
	padding:1.5em 0 0;
}
.index #mainTitle h2{
	padding:0.3em 0 0.5em;
	font-size:25px;
}
}

/* ---------------------------------------- 
 - contents  (index)
---------------------------------------- */
/* lead */
.index #contents #lead{
	padding: 25px 0 35px;
}
.index #contents #lead .txt{
	text-align:center;
	font-size:16px;
}
@media screen and (max-width: 768px) {
.index #contents #lead{
	padding: 1.5em 0 2.5em;
}
.index #contents #lead .txt{
	font-size:14px;
	text-align:left;
}
}

/* list */
.index #contents #list {
	margin:0 auto;
	padding:0 0;
}
.index #contents #list ul li {
	margin:0 auto 5px;
}
.index #contents #list ul li a {
    width: 100%;
    overflow: hidden;
	display:block;
	position:relative;
}
.index #contents #list ul li a:hover {
	text-decoration:none;
}
.index #contents #list ul li .pht img {
    -moz-transition: -moz-transform 1.2s 0s;
    -webkit-transition: -webkit-transform 1.2s 0s;
    -o-transition: -o-transform 1.2s 0s;
    -ms-transition: -ms-transform 1.2s 0s;
    transition: transform 1.2s 0s;
}
.index #contents #list ul li a:hover .pht img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.index #contents #list ul li .number  {
	position:absolute;
	top:35px;
	left:40px;
	width:16%;
	max-width:90px;
}
.index #contents #list ul li.number01 .number  { /* number01 */
	width:15%;
	max-width:80px;
}
.index #contents #list ul li dl.txtBox  {
	position:absolute;
	top:70px;
	right:0;
}
.index #contents #list ul li dl.txtBox dt {
	background:#0078a1;
	padding:10px 50px;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:22px;
	font-weight:bold;
	line-height:1.6;
	color:#fff;
	text-decoration:none;
}
.index #contents #list ul li dl.txtBox dd {
	padding:45px 0 0;
}
.index #contents #list ul li dl.txtBox dd p.school {
	font-size:14px;
	text-decoration:none;
	color:#222;
	padding:0 0 5px;
}
.index #contents #list ul li dl.txtBox dd p.name {
	font-size:24px;
	text-decoration:none;
	color:#222;
	font-weight:bold;
}
.index #contents #list ul li dl.txtBox dd p.name span {
	font-size:14px;
	font-weight:normal;
}
.index #contents #list ul li a .overlay {
	border-bottom: 25px solid #0078a1;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 0;
	width: 0;
	opacity: 1;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}
.index #contents #list ul li a:hover .overlay {
	border-bottom: 50px solid #0078a1;
	border-left: 50px solid transparent;
	opacity: 0.7;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}
.index #contents #list ul li a .corner-overlay-content {
	position: absolute;
	bottom: 7px;
	right: 2px;
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
}
.index #contents #list ul li a:hover .corner-overlay-content {
	opacity: 1;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
.index #contents #list ul li .number  {
	position:absolute;
	top:1.5em;
	left:5%;
}
.index #contents #list ul li dl.txtBox  {
	position:static;
	width:100%;
}
.index #contents #list ul li a:hover .pht img {
    -webkit-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -o-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
}
.index #contents #list ul li dl.txtBox {
	width:100%;
	box-sizing:border-box;
	border:solid 1px #0078a1;
}
.index #contents #list ul li dl.txtBox dt {
	padding:0.5em 2%;	
	font-size:17px;
	width:100%;
	box-sizing:border-box;
}
.index #contents #list ul li dl.txtBox dd {
	padding:1.0em 0;
}
.index #contents #list ul li dl.txtBox dd p.school {
	font-size:12px;
	padding:0 0 0.2em;
}
.index #contents #list ul li dl.txtBox dd p.name {
	font-size:20px;
}
.index #contents #list ul li dl.txtBox dd p.name span {
	font-size:12px;
}
}

/* ---------------------------------------- 
 - mainVisual  (detail)
---------------------------------------- */
.detail #mainVisual{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:30px 0 0;
}
.detail #mainVisualCol{
	width: 96%;
    max-width: 950px;
	margin:0 auto;
    overflow: hidden;
	display:block;
	position:relative;
}
.detail #mainVisual dl.txtBox  {
	position:absolute;
	top:70px;
	right:0;
}
.detail #mainVisual dl.txtBox dt {
	background:#0078a1;
	padding:10px 50px;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:22px;
	font-weight:bold;
	line-height:1.6;
	color:#fff;
	text-decoration:none;
}
.detail #mainVisual dl.txtBox dd {
	padding:45px 0 0;
}
.detail #mainVisual dl.txtBox dd p.school {
	font-size:14px;
	text-decoration:none;
	color:#222;
	padding:0 0 5px;
}
.detail #mainVisual dl.txtBox dd p.name {
	font-size:24px;
	text-decoration:none;
	color:#222;
	font-weight:bold;
}
.detail #mainVisual dl.txtBox dd p.name span {
	font-size:14px;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
.detail #mainVisual{
	padding:1.0em 0 0;
}
.detail #mainVisual dl.txtBox  {
	position:static;
	width:100%;
	box-sizing:border-box;
	border-bottom:dotted 1px #ddd;
}
.detail #mainVisual dl.txtBox dt {
	padding:0.5em 2%;	
	font-size:17px;
	width:100%;
	box-sizing:border-box;
}
.detail #mainVisual dl.txtBox dd {
	padding:1.0em 0;
}
.detail #mainVisual dl.txtBox dd p.school {
	font-size:12px;
	padding:0 0 0.2em;
}
.detail #mainVisual dl.txtBox dd p.name {
	font-size:20px;
}
.detail #mainVisual dl.txtBox dd p.name span {
	font-size:12px;
}
}

/* ---------------------------------------- 
 - contents  (detail)
---------------------------------------- */
/* lead */
.detail #contents #lead{
	padding: 25px 0 0;
}
.detail #contents #lead .wrapper{
	width:96%;
	max-width:780px;
	display: -webkit-flex;
	display: flex;
	position:relative;
	padding: 0 0 70px;
}
.detail #contents #lead .wrapper::after{
	content: "";
	width:1px;
	height:40px;
	border-left: 1px solid #c7dae1;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:1px;
}
.detail #contents #lead .bg01{
	width:4%;
	max-width:30px;
	box-sizing:border-box;
	padding:5px 0 0;
}
.detail #contents #lead .bg02{
	width:4%;
	max-width:30px;
	box-sizing:border-box;
	padding:5px 0 0;
}
.detail #contents #lead .number{
	width:13%;
	max-width:100px;
	box-sizing:border-box;
	padding:30px 0 0 15px;
}
.detail #contents #lead .number01{ /* number01 */
	width:13%;
	max-width:90px;
	box-sizing:border-box;
	padding:30px 0.5% 0 15px;
}
.detail #contents #lead .txt{
	font-size:14px;
	text-align:left;
	width:79%;
	max-width:630px;
	padding:0 20px 0 30px;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
.detail #contents #lead{
	padding: 1.0em 0 0;
}
.detail #contents #lead .wrapper{
	padding: 0 0 4.0em;
}
.detail #contents #lead .wrapper::after{
	height:30px;
}
.detail #contents #lead .bg01{
	width:5%;
	max-width:30px;
	box-sizing:border-box;
	padding:0.75em 0 0;
}
.detail #contents #lead .bg02{
	width:5%;
	max-width:30px;
	box-sizing:border-box;
	padding:0.75em 0 0;
}
.detail #contents #lead .number{
	display:none;
}
.detail #contents #lead .txt{
	font-size:14px;
	text-align:left;
	width:90%;
	max-width:630px;
	padding:0 3%;
	box-sizing:border-box;
}
}

/* report */
.detail #contents #report{
	padding: 0 0 35px;
}
.detail #contents #report .wrapper{
	width:96%;
	max-width:780px;	
}
.detail #contents #report dl.txtBox{
	font-size:14px;
	text-align:left;
	width:100%;
	padding:35px 0;
	box-sizing:border-box;
}
.detail #contents #report dl.txtBox dt{
	font-size:22px;
	text-align:left;
	font-weight:bold;
	color:#0078a1;
	width:100%;
	padding:0 0 15px;
	text-indent:-1.0em;
	margin-left:1.0em;
}
.detail #contents #report dl.txtBox dt span{
	border-left:solid 5px #0078a1;
	padding-left:15px;
}
.detail #contents #report dl.txtBox dd{
	font-size:15px;
	text-align:left;
}
.detail #contents #report .pht{
	width:90%;
	max-width:576px;
	margin:0 auto;
	padding: 0 0 35px;
	box-sizing:border-box;
}
.detail #contents #report .pht span{
	background:#0078a1;
	position:relative;
	display: inline-block;
}
.detail #contents #report .pht span::before{
	content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 96%;
  height: 10px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #0078a1;
}
.detail #contents #report dl.txtBox.line{
	padding: 35px 0 70px;
	position:relative;
}
.detail #contents #report dl.txtBox.line::after{
	content: "";
	width:1px;
	height:40px;
	border-left: 1px solid #c7dae1;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:1px;
}
@media screen and (max-width: 768px) {
.detail #contents #report{
	padding: 0 0 2.5em;
}
.detail #contents #report .wrapper{
	width:96%;
	max-width:780px;	
}
.detail #contents #report dl.txtBox{
	padding:1.5em 0;
}
.detail #contents #report dl.txtBox dt{
	font-size:17px;
	padding:0 0 0.75em;
}
.detail #contents #report dl.txtBox dt span{
	padding-left:12px;	
}
.detail #contents #report dl.txtBox dd{
	font-size:14px;
}
.detail #contents #report .pht{
	padding: 0 0 2.0em;
}
.detail #contents #report dl.txtBox.line{
	padding: 1.5em 0 4.0em;
}
.detail #contents #report dl.txtBox.line::after{
	height:30px;
}
}

/* other */
.detail #contents #other{
	padding: 0 0 0;
}
.detail #contents #other .wrapper{
	width:96%;
	max-width:950px;	
}
.detail #contents #other .ttl{
	width: 100%;
    max-width: 950px;
	border-top:solid 5px #0078a1;
	margin:0 auto;
	position:relative;
}
.detail #contents #other .ttl h3{
	margin:0 auto;
	padding:20px 0 30px;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
}
.detail #contents #other .ttl .btn{
	width: 30%;
    max-width: 120px;
	position:absolute;
	top:15px;
	right:0;
}
.detail #contents #other ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.detail #contents #other ul li {
	width:33%;
	max-width:293px;
}
.detail #contents #other ul li a {
	display: inline-block;
}
.detail #contents #other ul li a:hover {
	text-decoration:none;
}
.detail #contents #other ul li .pht {
	overflow:hidden;
}
.detail #contents #other ul li .pht img {
    -moz-transition: -moz-transform 1.2s 0s;
    -webkit-transition: -webkit-transform 1.2s 0s;
    -o-transition: -o-transform 1.2s 0s;
    -ms-transition: -ms-transform 1.2s 0s;
    transition: transform 1.2s 0s;
}
.detail #contents #other ul li a:hover .pht img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.detail #contents #other ul li .number  {
	background:#0078a1;
	padding:5px 10px;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.6;
	color:#fff;
	text-decoration:none;	
}
.detail #contents #other ul li dl.txtBox  {
	display: -webkit-flex;
	display: flex;
}
.detail #contents #other ul li dl.txtBox dt {
	width:25%;
	padding:20px 6% 0 2%;
	box-sizing:border-box;
}
.detail #contents #other ul li.number01 dl.txtBox dt { /* number01 */
	padding:20px 7% 0 3%;
}
.detail #contents #other ul li dl.txtBox dd {
	width:75%;
	text-align:left;
	padding:12px 0 0;
}
.detail #contents #other ul li dl.txtBox dd p.school {
	font-size:11px;
	text-decoration:none;
	color:#222;
	padding:0 0 5px;
}
.detail #contents #other ul li dl.txtBox dd p.name {
	font-size:15px;
	text-decoration:none;
	color:#222;
	font-weight:bold;
}
.detail #contents #other ul li dl.txtBox dd p.name span {
	font-size:10px;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
.detail #contents #other .ttl h3{
	padding:1.0em 0;
	font-size:15px;
}
.detail #contents #other .ttl .btn{
	width: 30%;
    max-width: 120px;
	position:static;
	margin:0 auto;
	padding:0 0 1.5em;
}
.detail #contents #other ul {
	display: block;
}
.detail #contents #other ul li {
	width:100%;
	max-width:293px;
	margin:0 auto;
	padding:0 0 1.5em;
}
.detail #contents #other ul li:last-child {
	padding:0 0 0;
}
}





