<strong></strong>@charset "utf-8";

body p, body span, body dl, h1, h2, h3, h4, h5, h6{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

/*=========================================*/
/*  採用情報トップ*/
/*=========================================*/
.contents_area{
  padding: 10px 10px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.midashi_title{
    margin: 0px 0px 50px 0px;
    padding: 50px 0px 50px 0px;
    color: rgba(135,99,67,1.00);
    font-size: 190%;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    background: rgba(255,248,219,1.00);
    background-image: url("../recruit/images/recruit_title_1.png"),url("../recruit/images/recruit_title_2.png");
    background-repeat: no-repeat,no-repeat;
    background-size: auto calc(100% - 20px);
    background-position: left 50px top 20px,right 30px top 20px;
    border-radius: 10px;
    border: solid 1px rgba(255,248,219,1.00);
    box-sizing: border-box;
}
.midashi_title div{
  padding: 0px 5px 0px 5px;
  display: inline-block;
  background: rgba(255,248,219,1.00);
  box-sizing: border-box;
  transform: rotate(0.03deg);
}

.category_title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.category_title p{
  font-size: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category_title p span{
  padding: 10px 10px 10px 13px;
  font-size: 140%;
  background: rgba(210,228,152,1.00);
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width:1280px){
}

@media all and (max-width:960px), print{
.contents_area{
  padding: 10px 10px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.midashi_title{
    margin: 0px 0px 30px 0px;
    font-size: 175%;
    background-image: url("../recruit/images/recruit_title_1.png"),url("../recruit/images/recruit_title_2.png");
    background-repeat: no-repeat,no-repeat;
    background-position: left 50px top 20px,right 30px top 20px;
    background-size: auto calc(100% - 20px);
}
.category_title p{
  font-size: 85%;
}

.category_title p span{
  font-size: 135%;
}
}

@media screen and (max-width: 640px){
.category_title p{
  font-size: 80%;
}
.category_title p span{
  font-size: 130%;
}
.midashi_title{
    padding: 25px 50px 25px 50px;
    margin: 0px 0px 20px 0px;
    font-size: 150%;
    background-image: url("../recruit/images/recruit_title_1.png"),url("../recruit/images/recruit_title_2.png");
    background-repeat: no-repeat,no-repeat;
    background-position: left 30px top 20px,right 20px top 20px;
    background-size: auto calc(100% - 20px);
    box-sizing: border-box;
}
}
@media screen and (max-width: 430px){

.category_title p{
  font-size: 75%;
}

.category_title p span{
  font-size: 125%;
}
.midashi_title{
    font-size: 140%;
    background-image: url("../recruit/images/recruit_title_1.png"),url("../recruit/images/recruit_title_2.png");
    background-repeat: no-repeat,no-repeat;
    background-position: left 10px bottom 0px,right 15px bottom 0px;
    background-size: auto 70px;
    box-sizing: border-box;
}
}

/** 先輩インタビュー **/
.interview_list{
    margin: 10px 15px 0px 15px;
    overflow:hidden;
    word-break: break-all;
    overflow-wrap : break-word;
}
.interview_list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin:0px -10px 0px -10px;
}
.interview_list ul li {
    margin: 20px 0px 20px 0px;
    width: 25%;
}
.interview_list .interview_number{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 8px;
    margin: 0px auto;
    color:rgba(225,128,106,1.00);
    font-size: 75%;
}
.interview_list .interview_position{
    position: relative;
    width: calc(100% - 30px);
    margin: 0px auto 0px auto;
    padding: 30px 0px 15px 0px;
    font-size: 125%;
    text-align: center;
}
.interview_img{
    width:calc(100% - 25px);
    max-width: 280px;
    margin: 0px auto 0px auto;
    border-radius: 10px;
    overflow: hidden;    
}
.interview_img a{
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.interview_img a:hover{
    opacity: 0.8;
}

.interview_img img {
    width: 100%;
    height: auto

}
.interview_comment{
    width: calc(100% - 45px);
    margin: 15px auto 15px auto;
    font-size: 100%;
    line-height: 160%;
    text-align: left;

}
.interview_link {
    width: calc(100% - 30px);
    margin: 0px auto 0px auto;
    padding: 0px 0px 15px 0px;
    font-size: 100%;
    line-height: 140%;
}
.interview_link a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 12px 30px 12px 30px;
    background: rgba(225,128,106,1.00);
    border-radius: 50px;
    color: rgba(255,255,255,1.0);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.interview_link a:hover {
    background: rgba(219,105,79,1.00);
    color: rgba(255,255,255,1.0);
}
.interview_link a:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255,255,255,1.0);
    border-right: 2px solid rgba(255,255,255,1.0);
    border-radius: 1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media all and (max-width:960px), print{

.interview_list .interview_number{
    font-size: 68.8%;
}
.interview_list .interview_position{
    font-size: 118.8%;
}
.interview_list ul li {
    margin: 10px 0px 10px 0px;
    width:calc(100% / 3);
}
.interview_comment{
    font-size: 90%;
}
.interview_link{
    width: calc(100% - 30px);
    font-size: 90%;
}
.interview_link a {
    padding: 12px 30px 12px 20px;
}
}
@media screen and (max-width:640px){
.interview_list .interview_position{
    font-size: 112.5%;
}
.interview_list ul li {
    margin: 10px 0px 10px 0px;
    width: 100%;
}
.interview_comment{
    font-size: 85%;
}
.interview_comment .br_rp{
    display: none;
  }

.interview_link{
    width: calc(100% - 30px);
    font-size: 80%;
}
}


/*-- job_table --*/

.job_table {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 15px 0px 15px;
}
.bg_red {
	background-color: #365397;
	color: #ffffff;   
}

.job_table table {
	width: 100%;
	float: left;
	margin: 0px 0px auto 0px;
	text-align: left;
	line-height: 150%;
}
.job_table table {
	border-collapse: collapse;
}
.job_table td {
	min-width: 100px;
    background: rgba(225,128,106,1.00);
	border: 1px solid rgba(135,99,67,1.00);
    border-bottom: none;
	vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.job_table td p{
    padding: 20px 20px 20px 20px;

}
.job_list {
    margin: 30px 0px 30px 0px;
	padding: 0px 15px 20px 15px;
}
.job_list table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.job_list table th {
	width: 40%;
	background:rgba(252,245,237,1.00);
	border:1px solid rgba(135,99,67,1.00);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
}
.job_list a {
	font-weight: bold;
	color:rgba(221,40,37,1.00);
    text-decoration: underline;
}
.job_list a:hover{
    text-decoration: none;
}

.job_list table td {
	background: rgba(255,255,255,1.0);
	border:1px solid rgba(135,99,67,1.00);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
.job_list table p {
	padding: 18px 20px 15px 20px;
	line-height: 180%;
	color:rgba(0,0,0,1.00);
    font-weight: 500;
}

@media screen and (max-width:860px) {
.job_list {
	padding: 0px 15px 20px 15px;
}
.job_list table:first-child{
	border-top: 1px solid rgba(100,100,100,1.00);
}
.job_list table th {
	width: 100%;
	border-top: none;
	display: block;
}
.job_list table td {
	width: 100%;
	border-top: none;
	display: block;
}
.job_list table p {
	padding: 10px 15px 8px 15px;
	font-size: 90%;
}
}
@media screen and (max-width:640px){
.job_list table p {
	padding: 10px 15px 8px 15px;
	font-size: 85%;
}
}

/*=========================================*/
/*  採用情報詳細*/
/*=========================================*/

/** left menu **/

#left_menu{
  width: 23%;
  padding: 30px 10px 0px 10px;
  margin: 0px;
  float: left;
  box-sizing: border-box;
}

.menu_title,
#menu_title{
  margin: 0px 0px 20px 0px;
  padding: 15px 10px 20px 10px;
  font-size: 110%;
  font-weight: 600;
  color: rgba(0,0,0,1.0);
  text-align: left;
  border-bottom: 1px solid rgba(220,220,220,1.00);
  border-radius: 2px;
  box-sizing: border-box;
}

.menu_list,
#menu_list{
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
}

.menu_list li,
#menu_list li{
  margin: 0px 0px 10px 0px;
  border: 2px solid rgba(225,128,106,1.00);
  border-radius: 5px;
  box-sizing: border-box;
}

.menu_list li a,
#menu_list li a{
  padding: 15px 10px 15px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 81px;
  font-size: 90%;
  border-radius: 5px;
  color: rgba(0,0,0,1.0);
  background: rgba(255,255,255,1.00);
  transition: 0.25s ease-out;
  box-sizing: border-box;
  transform: rotate(0.03deg);
}

.menu_list li a:hover,
#menu_list li a:hover{
  color: rgba(221,40,37,1.0);
  background-color: rgba(251,241,230,1.00);
}

.menu_list li a p,
#menu_list li a p{
  padding: 0px 0px 0px 18px;
  position: relative;
  line-height: 150%;
  box-sizing: border-box;
}

.menu_list li a p::before,
#menu_list li a p::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid rgba(225,128,106,1.00);
  border-right: 2px solid rgba(225,128,106,1.00);
  transform: rotate(45deg);
  z-index: 999;
}

#menu_list li #on {
    color: rgba(221,40,37,1.0);
    background-color: rgba(251,241,230,1.00);
    border-radius: 5px;
}

@media all and (max-width: 1000px),print{
  
#left_menu{
  width: 100%;
  padding: 30px 15px 0px 15px;
  margin: 0px;
  float: none;
  box-sizing: border-box;
}
 
.menu_title,
#menu_title{
  margin: 0px 0px 15px 0px;
  padding: 15px 10px 15px 10px;
  font-size: 110%;
}

.menu_list li a,
#menu_list li a{
  padding: 15px 10px 15px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 85%;
  color: rgba(0,0,0,1.0);
  background: rgba(255,255,255,1.00);
  transition: 0.25s ease-out;
  box-sizing: border-box;
}
   
}

@media screen and (max-width: 640px){

.menu_title,
#menu_title{
  margin: 0px 0px 10px 0px;
  padding: 15px 10px 10px 10px;
  font-size: 105%;
}

.menu_list li a,
#menu_list li a{
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 66px;
  color: rgba(0,0,0,1.0);
  background: rgba(255,255,255,1.00);
  font-size: 80%;
  transition: 0.25s ease-out;
  box-sizing: border-box;
}
}

/** right contents **/

#right_contents{
  width: 72%;
  padding: 50px 10px 0px 10px;
  margin: 0px;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(0.03deg);
      -ms-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.category_title{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 1000px),print{
#right_contents{
  width: 100%;
  padding: 15px 15px 0px 15px;
  margin: 0px;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#download_list ul li a{
  font-size: 85%;
}

#download_list ul li p{
  font-size: 85%;
}

#menu_list li #on {
    color: rgba(221,40,37,1.0);
    background-color: rgba(251,241,230,1.00);
    border-radius: 5px;
}
}

@media screen and (max-width: 640px){
#right_contents{
  width: 100%;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
}

@media screen and (max-width: 430px){

#download_list ul li a{
  width: 150px;
  font-size: 75%;
}

#download_list ul li p{
  width: calc( 100% - 150px);
  font-size: 75%;
}
}

.back_btn{
    max-width: 200px;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 0px 0px 15px 0px;
    font-size: 100%;
    line-height: 140%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.back_btn a{
    display: block;
    width: 100%;
    margin: -20px auto 0px auto;
    padding: 15px 30px 15px 30px;
    background: rgba(225,128,106,1.00);
    border-radius: 50px;
    color: rgba(255,255,255,1.0);
    font-weight: 500;
    font-size: 100%;
    text-align:center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.back_btn a:hover {
    background: rgba(219,105,79,1.00);
    color: rgba(255,255,255,1.0);
}

@media screen and (max-width:640px){
.back_btn{
    max-width: 250px;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 0px 0px 15px 0px;
    font-size: 100%;
    line-height: 140%;

}
}

/*=========================================*/
/*  先輩インタビュー　*/
/*=========================================*/

/** interview_nav **/

.interview_nav{
    width: 100%;
    margin: 0px 0px 30px 0px;
}
.interview_nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.interview_nav ul li div{
    width:140px;
    margin: 0px 5px 0px 5px;
    padding: 5px 0px 5px 0px;
    font-size: 100%;
    line-height: 140%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
.interview_nav ul li div a{
    display: block;
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 15px 30px 15px 30px;
    background: rgba(225,128,106,1.00);
    border-radius: 50px;
    color: rgba(255,255,255,1.0);
    font-weight: 500;
    font-size: 100%;
    text-align:center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.interview_nav ul li div a:hover {
    background: rgba(219,105,79,1.00);
    color: rgba(255,255,255,1.0);
}
@media all and (max-width: 1000px),print{
.interview_nav ul li{
    max-width: 150px;
    width: calc(100% / 3)

}
.interview_nav ul li div{
    width:auto;
}

.interview_nav ul li div a{
    font-size: 95%;
}
}
@media screen and (max-width:640px){
.interview_nav{
    width: 100%;
    margin: 0px 0px 15px 0px;
}
.interview_nav ul li div a{
    padding: 10px 0px 10px 0px;
    font-size: 85%;
}
}

/** interview_top **/
.interview_top{
    position: relative;
    width: 100%;
    padding: 40px 60px 40px 60px;
    margin: 0px 0px 45px 0px;
    background:rgba(255,255,255,1.00);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}
.interview_top::before{
    position: absolute;
    content: "";
    left: 65px;
    bottom: 0px;
    display: block;
    width: 170px;
    height: 138px;
    background-image: url(../recruit/images/bg_rogo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.interview_top .interview_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px auto 0px auto;
}
.interview_top .interview_top_text{
    width: 40%;
    height: auto;
}
.interview_top .interview_top_text h3{
    padding: 10px 0px 25px 0px;
    color: rgba(221,40,37,1.0);
    font-size: 131.3%;
    line-height: 170%;
}
.interview_top .interview_top_text p{
    padding: 0px 0px 0px 10px;
    font-size: 93.8%;
    line-height: 150%;

}
.interview_top .interview_top_text span{
    padding:0px 15px 0px 0px; 
    font-size: 131.3%;
    line-height: 170%;
}
.interview_top .interview_top_img{
    width: 60%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.interview_top .interview_top_img img{
    width: 100%;
    height: auto;
}

@media all and (max-width: 1000px),print{
.interview_top{
    padding: 40px 30px 40px 30px;

}

}
@media screen and (max-width:860px) {
.interview_top .interview_top_text h3{
    padding: 10px 0px 25px 0px;
    color: rgba(221,40,37,1.0);
    font-size: 125%;
    line-height: 170%;
}
.interview_top .interview_top_text p{
    padding: 0px 0px 0px 10px;
    font-size: 93.8%;
    line-height: 150%;
}
.interview_top .interview_top_text span{
    padding:0px 15px 0px 0px; 
    font-size: 125%;
    line-height: 170%;
}
}
@media screen and (max-width: 640px){
.interview_top{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    border-radius: 10px;
}
.interview_top::before{
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 170px;
    height: 138px;
    margin: auto;
}
.interview_top .interview_inner{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.interview_top .interview_top_text{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px 30px 35px 30px;
    width: 100%;
    height: auto;
}
.interview_top .interview_top_img{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.interview_top .br_rp{
    display: none;
}
.interview_top .interview_top_text h3{
    padding: 10px 0px 25px 0px;
    color: rgba(221,40,37,1.0);
    font-size: 118.8%;
    line-height: 170%;
}
.interview_top .interview_top_text p{
    padding: 0px 0px 0px 0px;
    font-size: 87.5%;
    line-height: 150%;
}
.interview_top .interview_top_text span{
    padding:0px 15px 0px 0px; 
    font-size: 106.3%;
    line-height: 170%;
}
}

/** interview_article **/
.interview_article{
    margin: 0px 0px 20px 0px;
}
.interview_article .interview_q{
    padding: 10px 10px 10px 13px;
    font-size: 90%;
    font-weight: 500;
    background: rgba(210,228,152,1.00);
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.interview_article .interview_q span{
    font-size: 140%;
}
.interview_article p{
    padding: 10px 30px 20px 30px;
    font-size: 90%;
    line-height: 180%;
}

@media all and (max-width: 1000px),print{
.interview_article .interview_q{
    font-size: 85%;
}
.interview_article .interview_q span{
    font-size: 135%;
}
.interview_article p{
    font-size: 90%;
    line-height: 180%;
}
}
@media all and (max-width: 640px){
.interview_article{
    margin: 0px 0px 10px 0px;
}
.interview_article .interview_q{
    font-size: 80%;
}
.interview_article .interview_q span{
    font-size: 130%;
}
.interview_article p{
    padding: 10px 15px 20px 15px;
    font-size: 85%;
    line-height: 180%;
}
}
@media all and (max-width: 430px){
.interview_article .interview_q{
    font-size: 75%;
}
.interview_article .interview_q span{
    font-size: 125%;
}
.interview_article p{
    font-size: 80%;
    line-height: 180%;
}
}

/** interview_time **/
.interview_time{
    width: 100%;
    padding: 50px 30px 30px 30px;
    margin: 0px 0px 60px 0px;
    background:rgba(255,255,255,1.00);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
}

.time_title{
    margin: 0px 0px 10px 0px;
    font-size: 175%;
    color: rgba(221,40,37,1.0);
    text-align: center;  
}
.timeline p{
    margin: -5px 0px 0px 0px;
    font-size: 90%;
    word-break: break-all;
    overflow-wrap : break-word;
}

.time_content{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 40px 40px 20px 40px;
    background:rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.timeline {
    width: 100%;
    padding: 0px 0px 10px 5px;
    list-style: none;
}
.time_working_outer{
    display: flex;
    flex-flow: wrap;
    margin: 0px -10px 0px -10px;
}
.time_working {
    width:calc(50% - 20px);
    margin: 5px 10px 15px 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.time_working img{
    width: 100%;
    height: auto;
}

.timeline li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 150%;
    font-size: 16px;
}
.timeline li .timeline_date {
    max-width: 80px;
    min-width: 65px;
    width: 17%;
    color: rgba(221,40,37,1.0);
    font-weight: bold;
}
.timeline li .timeline_date_none{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.timeline li .timeline_content{
    position: relative;
    width: 83%;
    padding: 0px 10px 20px 20px;
    border-left: 1px solid #aaaaaa;
}
.timeline li .timeline_content_none{
    position: relative;
    width: 83%;
    padding: 0px 10px 20px 20px;
}
.timeline li div.time_content_end{
    border-left: none;
}
.timeline li .timeline_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    background-color:rgba(225,128,106,1.00);
    border-radius: 10px;
}
.text_rd{
    color: rgba(221,40,37,1.0);
}
.timeline li .time_content_start::before,
.timeline li .time_content_end::before{
    content: "";
    position: absolute;
    top: -6px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: rgba(221,40,37,1.0);
    border-radius: 10px;
}
@media screen and (max-width:1280px){
.time_title{
  margin: 10px 0px 10px 0px;
  font-size: 162.5%;
} 
.interview_time {
    width: 100%;
    padding: 40px 15px 10px 15px;
}
}
@media all and (max-width:960px), print{
.time_title{
  padding: 0px 15px 0px 15px;
  margin: 0px 0px 10px 0px;
  font-size: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeline{
    width: 100%;
    padding: 25px 0px 20px 5px;
}
}
@media screen and (max-width:860px) {
.time_title{
    font-size: 143.8%;
}
.time_content{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 15px 15px 15px;
}
}

@media screen and (max-width: 640px){
.time_title{
    font-size: 150%;
}

.interview_time{
    padding: 40px 15px 10px 15px;
    margin: 0px 0px 30px 0px;
}
.timeline p{
    margin: -5px 0px 0px 0px;
    font-size: 85%;
    word-break: break-all;
    overflow-wrap : break-word;
}
}
/** interview_message **/
.interview_message{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.interview_message .message_img{
    border-radius: 10px;
    overflow: hidden;
}
.interview_message .message_img img{
    width: 100%;
    height: auto;
}
.interview_message .message_img_left{
    border-radius: 10px;
    overflow: hidden;
}
.interview_message .message_img_left img{
    width: 100%;
    height: auto;
}
.interview_message .message_text{
    position: absolute;
    top: -30px;
    right: 50px;
    width: 40%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background:rgba(225,128,106,1.00);
    border-radius: 10px;
    line-height: 150%;
}

.interview_message .message_text h4{
    padding: 0px 0px 15px 0px;
    color: rgba(255,255,255,1.00);
    font-size: 137.5%;
    font-weight: 500;
}
.interview_message .message_text p{
    color: rgba(255,255,255,1.00);
    font-size: 100%;
}
.interview_message .message_text_left{
    position: absolute;
    top: -30px;
    left: 50px;
    width: 40%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background:rgba(225,128,106,1.00);
    border-radius: 10px;
    line-height: 150%;
}

.interview_message .message_text_left h4{
    padding: 0px 0px 15px 0px;
    color: rgba(255,255,255,1.00);
    font-size: 137.5%;
    font-weight: 500;
}
.interview_message .message_text_left p{
    color: rgba(255,255,255,1.00);
    font-size: 100%;
}
@media all and (max-width:960px), print{
.interview_message {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.interview_message .message_img{
    border-radius: 10px;
    overflow: hidden;
}
.interview_message .message_img img{
    width: 100%;
    height: auto;

}
.interview_message .message_img_left{
    border-radius: 10px;
    overflow: hidden;
}
.interview_message .message_img_left img{
    width: 100%;
    height: auto;

}
.interview_message .message_text{
    position: absolute;
    top: -30px;
    right: 20px;
    width: 45%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background:rgba(225,128,106,1.00);
    border-radius: 10px;
    line-height: 150%;
}

.interview_message .message_text h4{
    padding: 0px 0px 15px 0px;
    color: rgba(255,255,255,1.00);
    font-size: 125%;
    font-weight: 500;
}
.interview_message .message_text p{
    color: rgba(255,255,255,1.00);
    font-size: 92%;
}
.interview_message .message_text_left{
    position: absolute;
    top: -30px;
    left: 20px;
    width: 45%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background:rgba(225,128,106,1.00);
    border-radius: 10px;
    line-height: 150%;
}

.interview_message .message_text_left h4{
    padding: 0px 0px 15px 0px;
    color: rgba(255,255,255,1.00);
    font-size: 125%;
    font-weight: 500;
}
.interview_message .message_text_left p{
    color: rgba(255,255,255,1.00);
    font-size: 92%;
}
}
@media screen and (max-width: 640px){
.interview_message .message_img {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 10px 0px 10px 0px;
}
.interview_message .message_img img {
    position: absolute;
    top: 30%;
    left: 15%;
    -webkit-transform: translate(-15%,-30%);
        -ms-transform: translate(-15%,-30%);
            transform: translate(-15%,-30%);
    width: auto;
    height: 160%;
    -o-object-fit: cover;
       object-fit: cover;
}
.interview_message .message_img img::before {
    display: block;
    content: '';
    padding: 62.5% 0px 0px 0px;
}
.interview_message .message_img_left {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 10px 0px 10px 0px;
}
.interview_message .message_img_left img {
    position: absolute;
    top: 30%;
    left: -47%;
    -webkit-transform: translate(-15%,-30%);
        -ms-transform: translate(-15%,-30%);
            transform: translate(-15%,-30%);
    width: auto;
    height: 160%;
    -o-object-fit: cover;
       object-fit: cover;
}
.interview_message .message_img_left img::before {
    display: block;
    content: '';
    padding: 62.5% 0px 0px 0px;
}
.interview_message .message_text{
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background: rgba(225,128,106,1.00);
    border-radius: 10px;
    line-height: 150%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.interview_message .message_text h4{
    padding: 0px 0px 15px 0px;
    color: rgba(255,255,255,1.00);
    font-size: 118.8%;
    font-weight: 500;
}
.interview_message .message_text p{
    color: rgba(255,255,255,1.00);
    font-size: 90%;
}
.interview_message .message_text_left{
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background: rgba(225,128,106,1.00);
    border-radius: 10px;
    line-height: 150%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.interview_message .message_text_left h4{
    padding: 0px 0px 15px 0px;
    color: rgba(255,255,255,1.00);
    font-size: 118.8%;
    font-weight: 500;
}
.interview_message .message_text_left p{
    color: rgba(255,255,255,1.00);
    font-size: 90%;
}
}