@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Cinzel);

/* ==========================================================================
  Foundation - reset/base...
  ========================================================================== */


/* ==========================================================================
  Layout - header/main/sidebar/footer...
  ========================================================================== */

.bl_ttl24{
  font-size: 120%;
  width: 92.5%;
  margin: 0 3.75%;
  color: #185c9b;
  margin-bottom: 15px;
  text-align: center;
}
/*共通ボタン*/
.more_btn{
  width: 139px;
  min-width: 139px;
  text-align: left;
  padding-left: 18px;
  color: #333;
  background: #fff;
  line-height: 30px;
  border: 1px solid #185c9b;
  font-size: 87.5%;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  box-sizing:border-box;
}
.more_btn:after{
  content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*line_txt20タイトル*/
.line_txt20{
  position: relative;
  padding-left: 40px;
  font-size: 105%;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #185c9b;
}
.line_txt20:before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #185c9b;
}
/*共通ページャー*/
.pager_area{
  border-bottom: 1px solid #adadad;
  padding: 40px 0;
  background: #fafafc;
  max-width: 1120px;
  margin: 0 auto;
}
.pager{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 92.5%;
  max-width: 555px;
  margin: 0 3.75%;
  justify-content:space-between;
}
.pager .prev,
.pager .next{
  width: 25.4%;
}
.pager .prev a,
.pager .next a{
  display: block;
  text-align: left;
  padding-left: 18px;
  color: #333;
  background: #fff;
  line-height: 30px;
  border: 1px solid #185c9b;
  font-size: 87.5%;
  display: block;
  position: relative;
  border-radius: 15px;
  box-sizing:border-box;
}
.pager .prev a{
  padding-left: 25px;
}
.pager .next a:after{
  content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager .prev a:after{
  content: '';
    position: absolute;
    left: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pager .bcList a{
  min-width: 120px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 87%;
  background: #185c9b;
}
/*背景グレー文字白タイトル*/
.ttl_type02{
  width: 100%;
  text-align: center;
  background: #adadad;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 130%;
  box-sizing:border-box;
}
.ttl_type02.mbNone{
  margin-bottom: 0;
}
.ttl_type02.bl{
  background: #185c9b;
  color: #fff;
}


.cent_entry,
.p_wide {
  padding: 14px 3.75%;
}

.p_wide h3 {
  color: #185c9b;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}


/*テーブルリスト*/
.table_list{
  display: block;
  width: 100%;
  background: #fafafc;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}
.table_list:last-of-type{
  border-bottom: none;
}
.table_list>dt,
.table_list>dd{
  display: block;
  vertical-align: top;
  padding: 14px 3.75%;
  font-size: 93%;
  line-height: 1.6;
  box-sizing:border-box;
}
.table_list>dd{
  padding-right: 20px;
}
.table_list>dt{
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-weight: bold;
  color: #185c9b;
}
.table_list>dd .table_col_lt {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*content_wrap*/
.content_wrap{
  margin: 0 auto;
  max-width: 1280px;
}
.content_wrap.top{
  width: 100%;
  max-width: 100%;
}
.content_wrap.sub{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.df_con{
  display: block;
  width: 100%;
}
/*h2メインタイトル*/
.page_ttl{
  text-align: center;
  display: block;
  position: relative;
  font-size: 187%;
  margin-bottom: 63px;
  color: #1575b5;
  font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.page_ttl:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 600px;
  height: 1px;
  margin-left: -300px;
  background: #1575b5;
}
.page_ttl>span{
  padding-top: 15px;
  display: block;
  font-size: 62%;
  color: #333333;
}
.page_ttl.br_nn{
  margin-bottom: 35px;
}
.page_ttl.br_nn:after{
  display: none;
}
.page_ttl.br_nn>span{
  padding-top: 5px;
}
/*メインテキスト100%*/
.sct_txt,
.sct_txt14,
.sct_txt15,
.sct_txt18{
  font-size: 100%;
  color: rgb(85, 85, 85);
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.sct_txt.tar{
  text-align: center;
  margin: 0 3.75%;
}
.sct_txt14{
  font-size: 87%;
  line-height: 2;
}
.sct_txt15{
  font-size: 93%;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.sct_txt18{
  font-size: 112%;
  line-height: 2;
}
.sct_txt21{
  font-size: 131%;
  line-height: 2;
}
.current_box li {
	margin-top: 10px;
}
.bread_wrap li.arrow {
	top: 0;
}
/* Project
  ------------------------------------------------------------------- */
/*
*top
**/
.mv{
  position: relative;
  width: 100%;
}
.mv>img{
  width: 100%;
}
.mv .mv_txt{
    position: absolute;
    left: 3.1%;
    /*top: 55%;*/
    top: 14%;
    margin-top: 2px;
    line-height: 1.5;
    font-size: 105%;
    color: #185c9b;
    font-weight: bold;
    text-shadow: 1px 1px 5px #fff;
}
.mv .mv_movie_seminar {
    margin: 20px 0 0;
}
.mv .mv_movie_seminar img{
    width:50%;
  display:block;
    margin: 20px auto 0;
}
.mv .mv_movie_panf {
    margin: 20px 0 0;
}
.mv .mv_movie_panf img{
    width:50%;
    display:block;
    margin: 20px auto 0;
}
.mv .mv_movie_recruit {
    margin: 20px 0 0;
}
.mv .mv_movie_recruit img{
    width:50%;
  display:block;
    margin: 20px auto 0;
}
.mv .pdf_recruit {
    width: 50%;
    display: block;
    margin: 10px auto 0;
}
.mv .pdf_recruit img {
    width: 100%;
    height: auto;
}
.top_content{
  display: block;
  width: 100%;
  padding: 21px 0;
  background: url(../images/top/top_content01_bg.png) repeat;
}
.top_content .bl_ttl24{
  text-align: center;
}
.top_content01_inner{
  display: block;
  justify-content:space-between;
  margin: 0 auto;
  padding: 0 3.75%;
  width: 92.5%;
}
.top_content01_inner>li{
  width: 100%;
  margin-bottom: 50px;
}
.top_content01_inner>li>a>img{
  width: 100%;
}
.top_content01_inner>li>a>span{
  display: block;
  width: 100%;
  background: #fbfbfd;
  text-align: center;
  line-height: 1.7;
  color: #185c9b;
  padding: 17px 5px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 260px;
  margin-top: -40px;
  box-sizing:border-box;
}
.top_content01_inner>li:hover a>span{
  background: #185c9b;
  color: #fff;
}
.top_content01_inner>li:last-child{
  margin-bottom: 0;
}
.top_content02,
.top_content03,
.top_content04{
  width: 92.5%;
  padding-top: 40px;
  padding-left: 3.75%;
  padding-right: 3.75%;
  background-color: #fafafc;
}
.top_content02_wrap{
  display: block;
  width: 92.5%;
  padding: 0 3.75%;
  margin: 0 auto;
}
.top_content02_inner{
  width: 100%;
}
.top_content02_inner.inner02{
  width: 100%;
}
.top_content02_inner.inner02>img{
  width: 100%;
}
.top_content02_inner.inner03{
  width: 100%;
  padding-bottom: 40px;
}
.top_content02_inner>p.sct_txt14{
  margin-bottom: 19px;
  padding-top: 28px;
}
.top_content02_inner .bl_ttl24{
  margin-top: 28px;
}
.top_content02_inner.inner03 p.sct_txt16{
  line-height: 2.5;
  margin-bottom: 25px;
}
.top_content03_wrap{
  align-items:center;
}
.top_content03_inner{
  width: 100%;
}
.top_content03_inner.inner01{
  width: 100%;
  margin-bottom: 30px;
}
.top_content03_inner>img{
  width: 100%;
}
.top_content03_inner.inner01>.sct_txt16{
  line-height: 2;
  margin-bottom: 20px;
}

.top_content04_inner {
  padding-bottom: 60px;
}
.top_content04_type {
  font-size: 100%;
  font-weight: bold;
  color: #185c9b;
  margin-bottom: 20px;
}
.top_content04_data table {
  width: 100%;
  color: #000;
  border: 1px solid #185c9b;
}
.top_content04_data table th,
.top_content04_data table td {
  padding: 5px;
}
.top_content04_data table thead th {
  width: 21.25%;
  text-align: center;
  color: #fff;
  background: #185c9b;
}
.top_content04_data table thead th:first-child {
  width: 15%;
}
.top_content04_data table thead th + th {
  border-left: 1px solid #fff;
}
.top_content04_data table tbody th {
  text-align: center;
  color: #fff;
  background: #185c9b;
  border-top: 1px solid #fff;
}
.top_content04_data table tbody td {
  text-align: center;
  color: #185c9b;
  background: #fff;
  border: 1px solid #185c9b;
}
.top_content04_data + div {
  margin-top: 40px;
}

/*
*greeting
**/
.df_con.gre{
  background: #fafafc;
  border-top: 2px solid #185c9b;
  border-bottom: 1px solid #adadad;
  padding-top: 37px;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing:border-box;
}
.df_con.gre div.df_con-greWrap{
  width: 100%;
}
.df_con.gre div.df_con-greWrap img{
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 253px;
}
.df_con-greWrapR{
  width: 92.5%;
  padding-top: 30px;
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.df_con-greWrapR .sct_txt15{
  /*max-width: 90%;*/
}
.df_con-greWrapR .sct_txt14{
  text-align: right;
  margin-top: 40px;
}
.df_con-greWrapR .sct_txt16{
  text-align: right;
  margin-bottom: 30px;
}
/*
*employees_voice
**/
.df_con.voice{
  background: #fafafc;
  border-top: 2px solid #185c9b;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 51px;
}
.df_con.voice:last-child{
  margin-bottom: 20px;
}
.voice_con_innerL{
  width: 100%;
}
.voice_con_innerL{
  width: 100%;
}
.voice_con_innerR{
  width: 92.5%;
  padding: 31px 3.75% 22px;
}
.voice_con_innerR .bl_ttl24{
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
}
.voicer_name{
  font-size: 112%;
  color: #333333;
  padding-bottom: 15px;
}
.voicer_name span{
  padding-left: 8px;
  display: inline-block;
  font-size: 75%;
}
.voice_con_innerR .more_btn{
  margin-top: 20px;
}
.voice_con_innerR.tar{
  padding-left: 4.5%;
}
.voice_con_innerL.tar{
  padding-right: 0;
}
.voice_con_innerL img,
.voice_con_innerR img{
  width: 100%;
}
/*
*employees_voice_single
**/
.single_txt_area{
  background: #fafafc;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 3.5%;
  border-bottom: 1px solid #adadad;
  box-sizing:border-box;
}
.df_con.voice.single{
  margin-bottom: 0;
}
.single_txt_area dl.qa_dl dd{
  margin-bottom: 28px;
  line-height: 1.8;
  font-size: 90%;
}
.single_page_sub{
  display: block;
}
.single_txt_area div.single_page_subL{
  width: 100%;
  padding-right: 4%;
}
.single_txt_area div.single_page_subR img{
  width: 100%;
  margin-bottom: 20px;
  max-width: 401px;
}
/*
*entry_graduate_form2018
**/
.entry_wrap{
  background: #fafafc;
  border-bottom: 1px solid #adadad;
  max-width: 1120px;
  margin: 0 auto 50px;
  clear: both;
  overflow: hidden;
  box-sizing:border-box;
}
.entry_wrap.con04{
  margin-bottom: 20px;
}
.entry_wrap.con02,
.entry_wrap.con03{
  padding: 0 0px 41px;
}
.entry_wrap.con02 .bl_ttl24{
  text-align: left;
}
.entry_wrap.con02 img{
  display: block;
  margin: 0 auto;
}
.entry_wrap.con02 ul{
  margin-left: 3.75%;
  margin-top: 20px;
}
.entry_wrap.con02 ul li{
  position: relative;
  line-height: 2;
  font-size: 92%;
  padding-left: 20px;
}
.entry_wrap.con02 ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #333;
}
.entry_wrap.con03{
  text-align: center;
}
.flow_ul{
  display: block;
  width: 100%;
  max-width: 660px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.flow_ul li{
  float: left;
  width: 40%;
  margin-bottom: 20px;
  padding-right: 6.545%;
  margin-right: 2.545%;
  background: url(../images/entry_graduate/entry_arrow.png) no-repeat right center;
}
.flow_ul li:last-child{
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.flow_ul li img{
  width: 80%;
  max-width: 120px;
}
.step_ttl02{
  clear: both;
  background: url(../images/entry_graduate/borderB.png) no-repeat bottom center;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 132%;
  color: #185c9b;
  width: 92.5%;
  margin: 0 3.75% 10px;
}
.step_txt01{
  width: 92.5%;
  margin: 0 3.75% 16px;
}
a.entry_btn{
  display: block;
  width: 266px;
  min-width: 266px;
  text-align: center;
  line-height: 20px;
  height: 51px;
  padding-top: 10px;
  font-size: 92%;
  background: #185c9b;
  border-radius: 4px;
  margin:0 auto 10px;
  color: #fff;
  position: relative;
  box-sizing:border-box;
}
a.entry_btn span{
  display: block;
  color: #fd830b;
  font-size: 75%;
}
a.entry_btn:after{
  position: absolute;
  content: '';
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.entry_wrap.con03 .sct_txt11{
  text-align: left;
  line-height: 1.6;
  font-size: 68%;
  margin: 0 3.75%;
  width: 92.5%;
  max-width: 590px;
}
.entry_wrap.con04 .sct_txt15,
.entry_wrap.con04 .btn_type03{
  margin: 0 3.75%;
}
.entry_wrap.con04 .btn_type03{
  color: #fff;
  padding-left: 14px;
  min-width: 280px;
  max-width: 280px;
  line-height: 40px;
  position: relative;
  border-radius: 2px;
  margin: 20px 3.75%;
  cursor: pointer;
  background: #185c9b;
  display: block;
}
.entry_wrap.con04 .btn_type03:after{
  position: absolute;
  content: '';
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cent_entry {
  text-align: center;
}
.entry_wrap.con04 .btn_type_e,
.entry_wrap.con04 .btn_type_e2 {
  color: #fff;
  text-align: center;
  padding-left: 14px;
  width: auto;
  padding:5px 20px;
  line-height: 30px;
  position: relative;
  border-radius: 2px;
  margin: 20px 3.75%;
  cursor: pointer;
  background: #185c9b;
  display: inline-block;
}

.entry_wrap.con04 .btn_type_e2 {
  background: #aaa;
}

/*
*human_resources
**/
.human_resources,
.human_resources02{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background: #dfedf8;
  border-top: 1px solid #185c9b;
  border-bottom: 1px solid #adadad;
  padding: 37px 0 15px;
  margin-bottom: 39px;
}
.human_resources02{
  padding-top: 0;
}
.human_resources_inner{
  display: block;
  margin-left: 3.75%;
  margin-right: 3.75%;
  margin-bottom: 25px;
  box-sizing:border-box;
}
.resources_innerL{
  width: 100%;
}
.resources_innerL img{
  width: 100%;
  max-width: 480px;
  margin-bottom: 30px;
}
.resources_inneR{
  width: 100%;
}
.resources_inneR .resources_inneR_ttl{
  color: #185c9b;
  font-size: 195%;
  line-height: 1.1;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
.hmRes_con02 .sct_txt.tar{
  margin-left: 3.75%;
  margin-right: 3.75%;
  margin-bottom: 20px;
}
.hmRes_con02 img{
  display: block;
  margin: 0 auto 39px;
  width: 100%;
  max-width: 961px;
}
.hmRes_con02_ul{
  display: block;
  margin-left: 3.75%;
  margin-right: 3.75%;
}
.hmRes_con02_ul li{
    width: 100%;
    margin-bottom: 20px;
}
.hmRes_con02_ul li img{
  width: 100%;
  max-width: 321px;
  margin-bottom: 0;
}
.human_resources02{
  width: 100%;
  overflow: hidden;
  background: #fafafc;
}
.human_resources02_inner{
  display: block;
  margin-top: 30px;
  margin-left: 3.75%;
  margin-right: 3.75%;
}
.human_resources02_inner div.human_resources02_inner_div{
  width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
}
.hm_ttl02_ft{
  width: 100%;
  background: #dfedf8;
  padding: 14px 10px 15px;
  box-sizing:border-box;
}
.hm_ttl02_ft>h3.hm_ttl02{
  border-bottom: 2px solid #185c9b;
  font-size: 112%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #185c9b;
}
div.human_resources02_inner_div ul li{
  line-height: 1.6;
}
.hm_ttl02_ft.mb{
  margin-bottom: 20px;
}

/*スマホ対応*/
.pc {
  display: none!important;
}


/*----------
/* Utility
   ----------------------------------------------------------------- */
/**
 * Font & text
 */
/* フォントサイズ */
.u-text08 { font-size:50%; } /*8px*/
.u-text09 { font-size:68%; } /*9px 以下同様*/
.u-text10 { font-size:77%; }
.u-text11 { font-size:85%; }
.u-text12 { font-size:93%; }
.u-text13 { font-size:100%; }
.u-text14 { font-size:108%; }
.u-text15 { font-size:116%; }
.u-text16 { font-size:123.1%; }
.u-text17 { font-size:131%; }
.u-text18 { font-size:138.5%; }
.u-text19 { font-size:146.5%; }
.u-text20 { font-size:153.9%; }
.u-text21 { font-size:161.6%; }
.u-text22 { font-size:167%; }
.u-text23 { font-size:174%; }
.u-text24 { font-size:182%; }
.u-text25 { font-size:189%; }
.u-text26 { font-size:197%; }

/* フォントカラー */
.u-red { color: #8c0000; }
.u-white { color: #fff; }
.u-yellow { color: #ff0; }
.u-green { color: #00664c; }
.u-gray{ color: #aaaaaa; }
.u-ash { color: #20404f }
.u-orange{ color: #f28762; }
.u-blue { color: #002040; }
.u-black { color: #000 }

/* フォント太さ */
.u-bold { font-weight: bold; }

/* テキスト配置 */
.u-text-left { text-align: left; }
.u-text-right { text-align: right; }
.u-text-center { text-align: center; }

/* 行間 */
.u-lh15 { line-height: 1.5; }
.u-lh20 { line-height: 2; }

/**
 * Margin $ Padding
 */
/* マージン */
.u-mt0 { margin-top: 0px; }
.u-mt10 { margin-top: 10px; }
.u-mt20 { margin-top: 20px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }
.u-mt50 { margin-top: 50px; }
.u-mb0 { margin-bottom: 0px; }
.u-mb10 { margin-bottom: 10px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb40 { margin-bottom: 40px; }
.u-mb50 { margin-bottom: 50px; }
.u-mr0 { margin-right: 0px; }
.u-mr10 { margin-right: 10px; }
.u-mr20 { margin-right: 20px; }
.u-mr25 { margin-right: 25px; }
.u-mr30 { margin-right: 30px; }
.u-mr40 { margin-right: 40px; }
.u-mr50 { margin-right: 50px; }
.u-ml0 { margin-left: 0px; }
.u-ml10 { margin-left: 10px; }
.u-ml20 { margin-left: 20px; }
.u-ml25 { margin-left: 25px; }
.u-ml30 { margin-left: 30px; }
.u-ml40 { margin-left: 40px; }
.u-ml50 { margin-left: 50px; }
.u-m0auto { margin: 0 auto; }

/* パディング */
.u-pt10 { padding-top: 10px; }
.u-pt20 { padding-top: 20px; }
.u-pt30 { padding-top: 30px; }
.u-pt40 { padding-top: 40px; }
.u-pt50 { padding-top: 50px; }
.u-pb10 { padding-bottom: 10px; }
.u-pb15 { padding-bottom: 15px; }
.u-pb20 { padding-bottom: 20px; }
.u-pb30 { padding-bottom: 30px; }
.u-pb40 { padding-bottom: 40px; }
.u-pb50 { padding-bottom: 50px; }
.u-pl10 { padding-left: 10px; }
.u-pl20 { padding-left: 20px; }
.u-pl30 { padding-left: 30px; }
.u-pl40 { padding-left: 40px; }
.u-pl50 { padding-left: 50px; }


 /**
 * Float
 */
.u-fll { float: left; }
.u-flr { float: right; }

 /**
 * Others
 */
.u-w100per { width: 100%; }
.u-ofh { overflow: hidden; }
.u-clear { clear: both; }
.u-block { display: block; }
.u-inlineblock { display: inline-block !important;}
.u-bbox { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }




.interview_bottom_btn {
    display: block;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #185c9b;
    padding: 13px;
    transition: 0.3s ease;
    position: relative;
  box-sizing:border-box;
  margin-bottom: 25px;
}

.interview_bottom_btn:hover{
  color: #fff;
  background-color:#185c9b;
}

.interview_bottom_btn:after {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    border-top: 1px solid #185c9b;
    border-right: 1px solid #185c9b;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
  transition: 0.3s ease;
}

.interview_bottom_btn:hover:after{
  border-top:1px solid #fff;
  border-right: 1px solid #fff;
}

.sp{
  display: block;
}