@charset "utf-8";

/* ---------------------------------------------------
   File: interview.css
   Version: 1.0.0
   Update: 2020-09-07
   Author: https://flowlab.co.jp

   (c)2007-2020 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* ====================================================
		Header
==================================================== */

/* -------------------------------
		Page Title
------------------------------- */
#pageTitle {
	background: url("../interview/images/ph_head.jpg") no-repeat right top;
	background-size: 1100px 320px;
}


/* ====================================================
		List
==================================================== */
#contentsBox .flexD {
  text-align: center;
}

/* -------------------------------
		List
------------------------------- */
#contentsBox .flexD li {
  width: 23%;
  padding-bottom: 50px;
  padding-right: 2.66%;
}
#contentsBox .flexD li:nth-child(4n) {
  padding-right: 0;
}

/* -------------------------------
		Link
------------------------------- */
#contentsBox .flexD a {
  display: block;
}

/* -------------------------------
		Photo
------------------------------- */
#contentsBox .flexD img {
  display: block;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
  margin-bottom: 25px;
}

/* -------------------------------
		Icon
------------------------------- */
#contentsBox .flexD span {
  line-height: 1em;
  display: inline-block;
  color: #fff;
  padding: 5px 15px 6px;
}
#contentsBox .flexD span.icon_gsdf { background: #9eb325;}
#contentsBox .flexD span.icon_msdf { background: #00808a;}
#contentsBox .flexD span.icon_asdf { background: #ce8000;}

/* -------------------------------
		Name
------------------------------- */
#contentsBox .flexD h3 {
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 600;
  padding-top: 15px;
}
#contentsBox .flexD h3 span {
  font-family: 'Bebas Neue', cursive;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  padding-top: 8px;
  display: block;
}


/* -------------------------------
		School
------------------------------- */
#contentsBox .flexD p {
  font-size: 1.2rem;
}







/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {

/* ====================================================
		Contents
==================================================== */

  
}
  
  
 


/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {

/* ====================================================
		Contents
==================================================== */

}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {

/* ====================================================
		Header
==================================================== */

/* -------------------------------
		Page Title
------------------------------- */
#pageTitle {
	background: url("../interview/images/ph_head.jpg") no-repeat center top;
	background-size: 757px 220px;
}
	
	
/* ====================================================
		List
==================================================== */
/* -------------------------------
		List
------------------------------- */
#contentsBox .flexD li {
  width: 47.5%;
  padding-bottom: 40px;
  padding-right: 5%;
}
#contentsBox .flexD li:nth-child(2n) {
  padding-right: 0;
}

/* -------------------------------
		Link
------------------------------- */
#contentsBox .flexD a {
}

/* -------------------------------
		Photo
------------------------------- */
#contentsBox .flexD img {
  margin-bottom: 20px;
}

/* -------------------------------
		Icon
------------------------------- */
#contentsBox .flexD span {
  font-size: 1.2rem;
}

/* -------------------------------
		Name
------------------------------- */
#contentsBox .flexD h3 {
  font-size: 2rem;
  padding-top: 10px;
}
#contentsBox .flexD h3 span {
  font-size: 1.2rem;
  padding-top: 5px;
}


/* -------------------------------
		School
------------------------------- */
#contentsBox .flexD p {
  font-size: 1.4rem;
}
  
  
  
}

