  @charset "utf-8";
/*=============================================================
 interview Layout
=============================================================*/
/* contents
-------------------------------------------------------------*/
#ftrNaviInner{
  max-width: 480px;
}
#ftrNaviInner li{
  width: 46.5%;
}


/* ttl index
-------------------------------------------------------------*/
#ttl-page-area{
  margin: 0 0 100px;
}
#topicPath {
	color: #333;
	top: 20px;
}
#topicPath a {
	color: #333;
}
#topicPath a::after {
	background: #333;
}
#ttl-page {
	height: 100%;
  position: relative;
}
#ttl-page:after{
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#ttl-page .main-img>img{
  width: 100%;
  height: auto;
}
#ttl-page .box{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  width: 100%;
}
#ttl-page .ttl-pageBox{
  position: relative;
  display: inline-block;
  padding: 40px 30px;
  max-width: 40%;
  width: 100%;
  background: #fff;
}
#ttl-page .ttl-pageBox:after{
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#ttl-page .ttl-pageBox h1{
  font-size: 20px;
  color: #000;
  display: table;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}
#ttl-page .ttl-pageBox h1>.icon{
  display: table-cell;
  vertical-align: middle;
  width: 46px;
  height: auto;
  padding-right: 10px;
}
#ttl-page .ttl-pageBox h1>.ttl{
  display: table-cell;
  vertical-align: middle;
}
#ttl-page .ttl-pageBox .catch{
  text-align: left;
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 20px;
}
#ttl-page .ttl-pageBox .name{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

/* profile-area
-------------------------------------------------------------*/
#profile-area h2{
  text-align: center;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 20px;
}
#profile-area h2>span{
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}
#profile-area h2>span:after{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  height: 4px;
  box-sizing: border-box;
  width: 100%;
}

/* ttl-3rd-interview
-------------------------------------------------------------*/
.ttl-3rd-interview{
  font-size: 20px;
  padding: 0 60px;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
}

/* career-step-area
-------------------------------------------------------------*/
#career-step-area{
  text-align: center;
  padding: 70px 30px;
  margin: 110px 0 0;
}
#career-step-area .boxContents{
  max-width: 640px;
}
#career-step-area h2{
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#career-step-area h2:after{
  content: '';
  position: absolute;
  left:50%;
  bottom:0;
  transform: translateX(-50%);
  display: block;
  width: 90px;
  height: 4px;
  background: #fff;
}
#career-step-area .career-step-table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#career-step-area .career-step-table tr{
  background: #fff;
  border-bottom: 1px dotted #999;
  line-height: 1.6;
}
#career-step-area .career-step-table td{
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
#career-step-area .career-step-table td:nth-child(even){
  border-right: 1px dotted #999;
}
#career-step-area .career-step-table th{
  color: #fff;
  border-bottom: 1px dotted #fff;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
#career-step-area .career-step-table tr th{
  border-right: 1px dotted #fff;
}
#career-step-area .career-step-table tr:last-child th,
#career-step-area .career-step-table tr th:last-child,
#career-step-area .career-step-table tr:last-child{
  border: none;
}

/* photo-area
-------------------------------------------------------------*/
#photo-area{
  background: #edeff1;
}
#photo-area .col2{
  margin: 0;
  padding: 120px 0;
  box-sizing: border-box;
}
#photo-area .photo-box{
  position: relative;  
  background: #fff;
}
#photo-area .ttl{
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: 16px;
  margin-top: -20px;
  padding: 5px 16px;
}
#photo-area figure{

}
#photo-area p+figure{
  margin: 0;
}
#photo-area p:not(.ttl){
  padding: 35px 40px;
}

/*¡¡message-area
-------------------------------------------------------------*/
#message-area .ttl{
  font-size: 44px;
}
#message-area .col2{
  padding: 100px 0 100px;
  margin: 0;
}

/*link-area
-------------------------------------------------------------*/
#link-area{
  background: #edeff1;
  padding: 100px 0 0;
}
#link-area .ttl{
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
/*#link-area .profileArea{
  display: flex;
  flex-wrap: wrap;
}*/
#link-area .profileArea>* {
  /*flex-basis: calc((100% - 50px) / 3);
  margin-left: 25px;*/
  text-align: center;
}
/*#link-area .profileArea>*:first-child{margin-left: 0;}*/
#link-area .profileArea>*>a{
  color: #333;
}
#link-area .profileArea>*>a:hover{
  
}
#link-area .profileArea>* .name{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display:inline-block;
  margin: 30px 0 0;
}
#link-area .profileArea>* .year{
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}
/*¡¡interview-01¡«
-------------------------------------------------------------*/
.interview-01 #contents,
.interview-02 #contents,
.interview-03 #contents,
.interview-04 #contents,
.interview-05 #contents,
.interview-06 #contents,
.interview-07 #contents,
.interview-08 #contents,
.interview-09 #contents,
.interview-10 #contents,
.interview-11 #contents{
	padding-bottom: 0;
}

/*¡¡interview-01,interview-02,interview-03,interview-04,interview-11 / color / img
-------------------------------------------------------------*/
.interview-11 #ttl-page:after,
.interview-11 #ttl-page .ttl-pageBox:after,
.interview-11 #profile-area h2>span:after,
.interview-11 .ttl-2nd-grade-inner:after,
.interview-04 #ttl-page:after,
.interview-04 #ttl-page .ttl-pageBox:after,
.interview-04 #profile-area h2>span:after,
.interview-04 .ttl-2nd-grade-inner:after,
.interview-03 #ttl-page:after,
.interview-03 #ttl-page .ttl-pageBox:after,
.interview-03 #profile-area h2>span:after,
.interview-03 .ttl-2nd-grade-inner:after,
.interview-02 #ttl-page:after,
.interview-02 #ttl-page .ttl-pageBox:after,
.interview-02 #profile-area h2>span:after,
.interview-02 .ttl-2nd-grade-inner:after,
.interview-01 #ttl-page:after,
.interview-01 #ttl-page .ttl-pageBox:after,
.interview-01 #profile-area h2>span:after,
.interview-01 .ttl-2nd-grade-inner:after{background: linear-gradient(to right, #eb6e00 0%, #febe4d 100%)!important;}
.interview-01 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_01_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-02 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_02_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-03 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_03_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-04 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_04_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-11 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_11_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-01 #career-step-area .career-step-table th,
.interview-02 #career-step-area .career-step-table th,
.interview-03 #career-step-area .career-step-table th,
.interview-04 #career-step-area .career-step-table th,
.interview-11 #career-step-area .career-step-table th{background: #eb6e00;}
.interview-01 #career-step-area .career-step-table td,
.interview-02 #career-step-area .career-step-table td,
.interview-03 #career-step-area .career-step-table td,
.interview-04 #career-step-area .career-step-table td,
.interview-11 #career-step-area .career-step-table td{width: 20%;}
.interview-01 #career-step-area .career-step-table td:last-child,
.interview-02 #career-step-area .career-step-table td:last-child,
.interview-03 #career-step-area .career-step-table td:last-child,
.interview-04 #career-step-area .career-step-table td:last-child,
.interview-11 #career-step-area .career-step-table td:last-child{width: 60%;}
.interview-01 #career-step-area .career-step-table th,
.interview-02 #career-step-area .career-step-table th,
.interview-03 #career-step-area .career-step-table th,
.interview-04 #career-step-area .career-step-table th,
.interview-11 #career-step-area .career-step-table th{width: 20%;}
.interview-01 #photo-area .ttl,
.interview-02 #photo-area .ttl,
.interview-03 #photo-area .ttl,
.interview-04 #photo-area .ttl,
.interview-11 #photo-area .ttl{background: linear-gradient(to right, #eb6e00 0%, #febe4d 100%);}
.interview-01 #message-area .ttl,
.interview-02 #message-area .ttl,
.interview-03 #message-area .ttl,
.interview-04 #message-area .ttl,
.interview-11 #message-area .ttl{color:#eb6e00;}

/*¡¡interview-05/interview-06 / color / img
-------------------------------------------------------------*/
.interview-05 #ttl-page:after,
.interview-05 #ttl-page .ttl-pageBox:after,
.interview-05 #profile-area h2>span:after,
.interview-05 .ttl-2nd-grade-inner:after,
.interview-06 #ttl-page:after,
.interview-06 #ttl-page .ttl-pageBox:after,
.interview-06 #profile-area h2>span:after,
.interview-06 .ttl-2nd-grade-inner:after{background: linear-gradient(to right, #669b00 0%, #b6c800 100%)!important;}
.interview-05 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_05_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-06 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_06_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-05 #career-step-area .career-step-table th,
.interview-06 #career-step-area .career-step-table th{background: #669b00;}
.interview-05 #career-step-area .career-step-table td,
.interview-06 #career-step-area .career-step-table td{width: 20%;}
.interview-05 #career-step-area .career-step-table td:last-child,
.interview-06 #career-step-area .career-step-table td:last-child{width: 60%;}
.interview-05 #career-step-area .career-step-table th,
.interview-06 #career-step-area .career-step-table th{width: 20%;}
.interview-05 #photo-area .ttl,
.interview-06 #photo-area .ttl{background: linear-gradient(to right, #669b00 0%, #b6c800 100%);}
.interview-05 #message-area .ttl,
.interview-06 #message-area .ttl{color:#669b00;}

/*¡¡interview-08/interview-07 / color / img
-------------------------------------------------------------*/
.interview-08 #ttl-page:after,
.interview-08 #ttl-page .ttl-pageBox:after,
.interview-08 #profile-area h2>span:after,
.interview-08 .ttl-2nd-grade-inner:after,
.interview-07 #ttl-page:after,
.interview-07 #ttl-page .ttl-pageBox:after,
.interview-07 #profile-area h2>span:after,
.interview-07 .ttl-2nd-grade-inner:after{background: linear-gradient(to right, #4baae2 0%, #afbee2 100%)!important;}
.interview-08 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_08_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-07 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_07_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-08 #career-step-area .career-step-table th,
.interview-07 #career-step-area .career-step-table th{background: #4baae2;}
.interview-08 #career-step-area .career-step-table td{width: 40%;}
.interview-07 #career-step-area .career-step-table td{width: 20%;}
.interview-07 #career-step-area .career-step-table td:last-child{width: 60%;}
.interview-08 #career-step-area .career-step-table th
.interview-07 #career-step-area .career-step-table th{width: 20%;}
.interview-08 #photo-area .ttl,
.interview-07 #photo-area .ttl{background: linear-gradient(to right, #4baae2 0%, #afbee2 100%);}
.interview-08 #message-area .ttl,
.interview-07 #message-area .ttl{color:#4baae2;}

/*¡¡interview-9, interview-10/ / color / img
-------------------------------------------------------------*/
.interview-10 #ttl-page:after,
.interview-10 #ttl-page .ttl-pageBox:after,
.interview-10 #profile-area h2>span:after,
.interview-10 .ttl-2nd-grade-inner:after,
.interview-09 #ttl-page:after,
.interview-09 #ttl-page .ttl-pageBox:after,
.interview-09 #profile-area h2>span:after,
.interview-09 .ttl-2nd-grade-inner:after{background: linear-gradient(to right, #ff787f 0%, #fdba99 100%)!important;}
.interview-09 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_09_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-10 #career-step-area{
  background: url("/saiyou/newgraduate/work/img/interview_10_p04.jpg") no-repeat center center;
  background-size: cover;
}
.interview-09 #career-step-area .career-step-table th,
.interview-10 #career-step-area .career-step-table th{background: #ff787f;}
.interview-09 #career-step-area .career-step-table th:nth-child(2){width: 30%;}
.interview-09 #career-step-area .career-step-table th:last-child{width: 50%;}
.interview-09 #career-step-area .career-step-table td{width: auto;}
.interview-10 #career-step-area .career-step-table td{width: 20%;}
.interview-10 #career-step-area .career-step-table td:last-child{width: 60%;}
.interview-09 #career-step-area .career-step-table th¡¢
.interview-10 #career-step-area .career-step-table th{width: 20%;}
.interview-09 #photo-area .ttl,
.interview-10 #photo-area .ttl{background: linear-gradient(to right, #ff787f 0%, #fdba99 100%);}
.interview-09 #message-area .ttl,
.interview-10 #message-area .ttl{color:#ff787f;}


/* */
/*.interview-01 #link-area .slider li:nth-child(1),
.interview-02 #link-area .slider li:nth-child(2),
.interview-03 #link-area .slider li:nth-child(3),
.interview-04 #link-area .slider li:nth-child(4),
.interview-05 #link-area .slider li:nth-child(5),
.interview-06 #link-area .slider li:nth-child(6),
.interview-07 #link-area .slider li:nth-child(7),
.interview-08 #link-area .slider li:nth-child(8),
.interview-09 #link-area .slider li:nth-child(9),
.interview-10 #link-area .slider li:nth-child(10){display: none;}*/
/*1ÈËÏ÷³ý*/
.interview-02 #link-area .slider li:nth-child(1),
.interview-11 #link-area .slider li:nth-child(2),
.interview-04 #link-area .slider li:nth-child(3),
.interview-05 #link-area .slider li:nth-child(4),
.interview-06 #link-area .slider li:nth-child(5),
.interview-07 #link-area .slider li:nth-child(6),
.interview-08 #link-area .slider li:nth-child(7),
.interview-09 #link-area .slider li:nth-child(8),
.interview-10 #link-area .slider li:nth-child(9){display: none;}


@media only screen and (min-width: 751px) and (max-width: 1024px) {
#link-area .boxContents{
  max-width: 80%;
  width: 80%;
}   
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:750px), only screen and (max-device-width:750px) {


/*=============================================================
 interview Layout
=============================================================*/
/* ttl index
-------------------------------------------------------------*/
#ttl-page-area{
  margin: 0 0 36px;
}
#ttl-page {
	height: auto;
}
#ttl-page:after{
  height: 34px;
}
#ttl-page .main-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
		position:relative;
}
#ttl-page .main-img>img{
	position:absolute;
	top:0;
	right:0;
	width:auto;
	max-width:750px;
	min-height:300px;
}
#ttl-page .box{
  position: static;
  transform: none;
  margin-bottom: 60px;
}
#ttl-page .ttl-pageBox{
  position: static;
  padding: 0;
  max-width: none;
  margin: 30px 0 0;
}
#ttl-page .ttl-pageBox:after{
  content: none;
}
#ttl-page .ttl-pageBox h1{
  font-size: 13px;
  margin-bottom: 16px;
}
#ttl-page .ttl-pageBox h1>.icon{
  width: 36px;
  padding-right: 7px;
}
#ttl-page .ttl-pageBox .catch{
  font-size: 18px;
  margin: 0 0 20px;
}
#ttl-page .ttl-pageBox .name{
  font-size: 12px;
  line-height: 1.8;
}
/* ttl-3rd-interview
-------------------------------------------------------------*/
.ttl-3rd-interview{
  font-size: 16px;
  padding: 0 20px;
  text-align: left;
}
  
/* career-step-area
-------------------------------------------------------------*/
#career-step-area{
  padding: 60px 0;
  margin: 60px 0 0;
}
#career-step-area .boxContents{
  max-width: none;
}
#career-step-area h2{
  font-size: 22px;
  padding-bottom: 18px;
}

/* photo-area
-------------------------------------------------------------*/
#photo-area .col2{
  padding: 60px 0;
}  
#photo-area figure>img{
  width: 100%;
  height: auto;
}
#photo-area p:not(.ttl){
  padding: 25px 20px;
}
#photo-area .photo-box{
  margin-bottom: 0;
}
#photo-area .photo-box+.photo-box{
  margin-top: 60px;
}
/*¡¡message-area
-------------------------------------------------------------*/
#message-area .ttl{
  font-size: 34px;
  text-align: center;
}
#message-area .col2{
  padding: 40px 0;
  margin: 0;
}
/*link-area
-------------------------------------------------------------*/
#link-area{
  padding: 40px 0 0;
}
#link-area .boxContents{
  max-width: 80%;
  width: 80%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto!important;
}  
#link-area .ttl{
  font-size: 22px;
  margin-bottom: 20px;
}
#link-area .profileArea{
  /*padding: 0 20px;*/
  width: 100%;
  margin: 0 auto!important;
} 
  
#link-area .profileArea>* {
/*  flex-basis: calc((100% - 10px) / 2);
  margin-left: 10px;
  margin-bottom: 40px;*/
}
/*#link-area .profileArea>*:nth-child(odd){margin-left: 0;}*/


#link-area .profileArea>* .name{
  font-size: 18px;
  margin: 20px 0 0;
}
.interview .profileArea>* .year{
  font-size: 12px;
}  
}
@media only screen and (max-width:600px), only screen and (max-device-width:600px) {
#ttl-page .main-img>img{
	max-width:none;
	min-height:300px;
	height:300px;
}   
}