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

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

/* Reset
   ----------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
  margin: 0;
  padding: 0;
}
html, body {
  text-align: left;
  height: 100%;
}
body {
  color: #000;
  background-color: #FFF;
}
img {
  border: 0;
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
}
dl, ul, ol {
  text-indent: 0;
}
li {
  list-style: none;
}
 a { outline: none; }

a {
  color: #185c9b;
}

.table_list a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea {
    background: #FFF;
    padding: 6px;
    border: 1px solid #CCC;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 7px;
}
select {
    background: #ffffff;
    padding: 2px;
}
input:focus ,
textarea:focus {
background-color: #f7f8f8;
outline:none;
}

/*   [Link scheme]
  ----------------------------------------------------------------- */
a:link, a:visited { text-decoration: none;}
/*a:link,
a:visited { color: #;}
a:hover,
a:active {
  color: ;
}*/
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.nonhover a:hover img{
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100)";
}

.soon{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

/* Base
  ----------------------------------------------------------------- */
body{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 10.5pt;
  line-height: 1.8em;
  letter-spacing: 0.1em;
    *font-size:12pt;      letter-spacing: 0.1em;
    *font-size:9.2pt;       letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
}
select,input,textarea,button{   font:14px/1.5em Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    *font-size:9.2pt;}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
address,th {font-style:normal;font-weight:normal;}
em,strong {font-style:normal;font-weight:bold;}

@-moz-document url-prefix() {
  body{
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
}
body{
  width: 100%;
  background: #FFFFFF;
  
}

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

/* Header
 ---------------------------------------------------------------*/
header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  border-bottom: 1px solid #adadad;
  background: #fff;
}
.hd_inner{
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 55px;
  position: relative;
}
.hd_logo_area{
  width: 90%;
  vertical-align: middle;
  line-height: 55px;
}
.hd_logo_area>a>img{
  display: inline;
  width: 100%;
  margin-left: 5px;
  vertical-align: middle;
  max-width: 300px;
}
.hd_logo_area>h1>a>img{
  width: 100%;
  margin-left: 5px;
  vertical-align: middle;
  max-width: 256px;
}
.hd_logo_area>p>a>img{
  width: 100%;
  margin-left: 5px;
  vertical-align: middle;
  max-width: 256px;
}
.hd_sitemap{
  display: none;
}
/* Main
 ---------------------------------------------------------------*/
#main{
  width: 100%;
  display: block;
  /*top: 75px;*/
  overflow: hidden;
  position: relative;
/*  padding-bottom: 75px;
*/  top: 56px;
}

/* footer
 ---------------------------------------------------------------*/
#footer{
  width: 100%;
  background-color: #185c9b;
  padding-top: 30px;
 }
.ft_inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: table;
  padding-bottom: 46px;
}
.ft_logo{
  color: #dddddd;
  margin-bottom: 25px;
  display: block;
  margin-left: 3.75%;
}
.ft_left_area,
.ft_right_area{
  display: table-cell;
  vertical-align: middle;
}
.ft_left_area{
  display: block;
    width: 92.5%;
    padding: 0 3.75%;
}
.ft_left_area>ul{
  width: 50%;
  display: block;
  overflow: hidden;
}
.ft_left_area>ul:last-child{
  margin-right: 0;
}
.ft_left_area>ul>li{
  display: block;
  line-height: 2.1;
}
.ft_left_area>ul>li>a{
  font-size: 80%;
  color: #dddddd;
}
.dt_menu01,
.dt_menu02,
.main_ft_menu{
  float: left;
}
.dt_menu02{
  clear: left;
}
.dt_menu05{
  float: right;
  clear: right;
}
.ft_left_area>.ft_access{
  margin-top: 29px;
  float: right;
}
.ft_left_area>.main_ft_menu>li{
  line-height: 3.1;
}
.pagetop{
  background: #fff;
  border-bottom: 1px solid #185c9b;
  line-height: 45px;
  text-align: center;
  width: 100%;
}
.pagetop>a{
  display: block;
  color: #185c9b;
  position: relative;
}
.pagetop>a:after{
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -70px;
    margin-top: -1px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #185c9b;
    border-right: 1px solid #185c9b;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.copyright{
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  line-height: 59px;
}
.copyright>p{
  font-size: 11px;
  color: #333;
  letter-spacing: 0.04em;
}
/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*ドロップダウンメニュー*/

nav>ul>li.hover>ul.hover {
  display: block;
}
nav>ul>li.hover>ul.hover>li {
  transition: .4s;
  border: 0;
}
.menu-trigger {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
    height: 50px;
}
.menu-trigger img {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 60%;
    height: auto;
}
.menu-trigger.active + nav > ul {
  /*overflow-y: scroll;*/
  -webkit-overflow-scrolling: touch;
}
.menu-trigger.active + nav > ul > li{
  width: 100%;
  line-height: 40px;
  box-sizing:border-box;
}
.menu-trigger + nav {
  display: none;
}
.menu-trigger.active + nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 1000;
}
.menu-trigger.active + nav > ul {
  /*overflow-y: scroll;*/
  -webkit-overflow-scrolling: touch;
}
.menu-trigger.active + nav > ul > li{
  width: 100%;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #adadad;
  background: #fafafc;
  box-sizing:border-box;
}
.menu-trigger.active + nav > ul > li > a {
  color: #333!important;
  width: 100%;
  padding-left: 25px;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.menu-trigger.active + nav > ul > li > a:after{
  content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav>ul>li>ul{
  display: block;
  padding: 10px 0;
  background: #0a639d;
  position: relative;
}
nav>ul>li>ul>li{
  line-height: 28px;
  position: relative;
}
nav>ul>li>ul>li>a{
  color: #fff!important;
  width: 100%;
  padding-left: 45px;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.menu-trigger.active + nav > ul > li > ul{
  display: none;
}
.menu-trigger.active + nav > ul > li.sp-sub-menu:before {
    content: url(../images/about/sp_meni_icon.png);
    right: 14px;
    top: 5px;
    position: absolute;
    z-index: 30000;
}
h2{
  text-align: center;
  display: block;
  margin: 25px 0;
  font-size: 140%;
  color: #000;
    font-family: "Alte Haas Grotesk";
}
.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);
}
/*パンくずナビ*/
.bread_wrap {
  display: none;
}
/*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;
}
/* 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;
}