@charset "UTF-8";
/* CSS Document */
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: underline;
}

a img {
  border: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*----------------------------------------------------------
PC min-width: 768px
-----------------------------------------------------------*/
@media (min-width: 768px) {
  body {
    background: url(https://harabankin.co.jp/img/top_bg.jpg) repeat-x 0 0;
    font-size: 13px;
    line-height: 24px;
  }
  .sp {
    display: none !important;
  }
  #wraper {
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
  }
  #main_visual {
    width: 100%;
    margin-bottom: 50px;
    background-color: #141414;
    position: relative;
  }
  #main_visual:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/index/top-mw-cover.png) repeat-y top center/100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
  }
  #main_visual .text {
    display: block;
    width: 90%;
    max-width: 1400px;
    margin: -1rem auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
  }
  #main_visual .text img {
    display: block;
    width: 40%;
    max-width: 500px;
    height: auto;
  }
  #main_visual video {
    display: block;
    width: 100%;
    /*max-width:1665px;*/
    height: auto;
    margin: 0 auto;
  }
  #header {
    position: relative;
    width: 1000px;
    height: 147px;
    background: url(https://harabankin.co.jp/img/header_bg.jpg) no-repeat 0 0;
    margin: 0 auto;
    padding: 0;
  }
  #header h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 86px;
  }
  #header h1 a {
    width: 230px;
    height: 86px;
    display: block;
    text-indent: -9000px;
  }
  #top_link {
    position: absolute;
    top: 9px;
    left: 664px;
    width: 300px;
    height: 16px;
  }
  #top_link ul {
    width: 100%;
    height: 16px;
    margin: 0;
    padding: 0;
  }
  #top_link li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  #top_link .top_link1 a {
    width: 87px;
    height: 16px;
    display: block;
    text-indent: -9000px;
  }
  #top_link .top_link1 a:hover {
    background: url(https://harabankin.co.jp/img/header_bg_on.jpg) -664px -9px;
  }
  #top_link .top_link2 a {
    width: 84px;
    height: 16px;
    display: block;
    text-indent: -9000px;
  }
  #top_link .top_link2 a:hover {
    background: url(https://harabankin.co.jp/img/header_bg_on.jpg) -751px -9px;
  }
  #top_link .top_link3 a {
    width: 105px;
    height: 16px;
    display: block;
    text-indent: -9000px;
  }
  #top_link .top_link3 a:hover {
    background: url(https://harabankin.co.jp/img/header_bg_on.jpg) -835px -9px;
  }
  #navigation {
    position: absolute;
    top: 86px;
    left: 0;
    width: 1000px;
    height: 50px;
    background: url(https://harabankin.co.jp/img/navi.jpg) no-repeat 0 0;
  }
  #navigation ul {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
  }
  #navigation li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  #navigation .navi_link1 a {
    width: 145px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link1 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat 0 0;
  }
  #navigation .navi_link2 a {
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link2 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -145px 0;
  }
  #navigation .navi_link3 a {
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link3 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -287px 0;
  }
  #navigation .navi_link4 a {
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link4 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -429px 0;
  }
  #navigation .navi_link5 a {
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link5 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -571px 0;
  }
  #navigation .navi_link6 a {
    width: 142px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link6 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -713px 0;
  }
  #navigation .navi_link7 a {
    width: 145px;
    height: 50px;
    display: block;
    text-indent: -9000px;
  }
  #navigation .navi_link7 a:hover {
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -855px 0;
  }
  #navigation .navi_stay1 {
    width: 145px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat 0 0;
    text-indent: -9000px;
  }
  #navigation .navi_stay2 {
    width: 142px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -145px 0;
    text-indent: -9000px;
  }
  #navigation .navi_stay3 {
    width: 142px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -287px 0;
    text-indent: -9000px;
  }
  #navigation .navi_stay4 {
    width: 142px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -429px 0;
    text-indent: -9000px;
  }
  #navigation .navi_stay5 {
    width: 142px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -571px 0;
    text-indent: -9000px;
  }
  #navigation .navi_stay6 {
    width: 142px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -713px 0;
    text-indent: -9000px;
  }
  #navigation .navi_stay7 {
    width: 145px;
    height: 50px;
    display: block;
    background: url(https://harabankin.co.jp/img/navi_on.jpg) no-repeat -855px 0;
    text-indent: -9000px;
  }
  /* トップイメージ */
  #top_img {
    width: 1000px;
    height: 250px;
    display: block;
    margin: 10px auto 0;
    padding: 0;
  }
  #main_box {
    width: 1000px;
    height: auto;
    margin: 30px auto;
    padding: 0;
  }
  #cont_box {
    width: 680px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #cont_box .cont_p1 {
    margin: 0 0 50px 0;
  }
  #cont_box .cont_p1 img {
    margin-top: 15px;
  }
  #cont_box .cont_p2 {
    margin: 0 0 10px 0;
  }
  #cont_box h3 {
    font-size: 18px;
  }
  #cont_box p {
    margin: 0;
    padding: 0;
  }
  #cont_p1_link {
    position: relative;
    width: 680px;
    height: 210px;
    background: url(img/index/index_contents_pc.jpg) no-repeat 0 0;
    margin: 15px 0 0 0;
    padding: 0;
  }
  #cont_p1_link ul {
    position: absolute;
    top: 163px;
    left: 0;
    width: 100%;
    height: 47px;
    margin: 0;
    padding: 0;
  }
  #cont_p1_link li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  .cont_link1 a {
    width: 227px;
    height: 47px;
    display: block;
    text-indent: -9000px;
  }
  .cont_link1 a:hover {
    background: url(https://harabankin.co.jp/img/index/index_contents_on.jpg) no-repeat 0 -163px;
  }
  .recruit_banner {
    display: block;
    padding: 50px 0 20px;
  }
  .cont_link2 a {
    width: 226px;
    height: 47px;
    display: block;
    text-indent: -9000px;
  }
  .cont_link2 a:hover {
    background: url(https://harabankin.co.jp/img/index/index_contents_on.jpg) no-repeat -227px -163px;
  }
  .cont_link3 a {
    width: 227px;
    height: 47px;
    display: block;
    text-indent: -9000px;
  }
  .cont_link3 a:hover {
    background: url(https://harabankin.co.jp/img/index/index_contents_on.jpg) no-repeat -453px -163px;
  }
  #top_sekou {
    width: 680px;
    height: 280px;
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
  }
  #top_sekou ul {
    width: 678px;
    height: 280px;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  #top_sekou li {
    width: 226px;
    height: 280px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
  }
  #top_sekou li img {
    border: 1px solid #CCC;
    margin: 0 0 10px 13px;
    padding: 3px;
  }
  #top_sekou li .sekou_category {
    width: 60px;
    height: 23px;
    background: #0059B2;
    text-align: center;
    font-size: 12px;
    margin: 0 0 12px 13px;
    padding: 0 25px;
    color: #FFF;
    font-weight: bold;
  }
  #top_sekou li p {
    width: 200px;
    margin: 0 0 0 13px;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
  #top_sekou .sekou_txt {
    width: 200px;
    margin: 0 0 0 13px;
    padding: 0;
    font-size: 10px;
  }
  .cc11 {
    width: 100px;
    height: 23px;
    background: #468C00;
    text-align: center;
    font-size: 12px;
    margin: 0 0 15px 13px;
    padding: 0 5px;
    color: #FFF;
    font-weight: bold;
  }
  .cc12 {
    width: 100px;
    height: 23px;
    background: #0059B2;
    text-align: center;
    font-size: 12px;
    margin: 0 0 15px 13px;
    padding: 0 5px;
    color: #FFF;
    font-weight: bold;
  }
  #side_box {
    width: 280px;
    height: auto;
    float: right;
    margin: 0;
    padding: 0;
  }
  .side_entry {
    width: 274px;
    height: 154px;
    margin: 0 0 15px 0;
    padding: 0;
    border: 3px solid #CCC;
  }
  .side_entry_in {
    width: 246px;
    height: 134px;
    margin: 10px 14px;
    padding: 0;
  }
  .side_entry_in li {
    font-size: 10px;
    line-height: 16px;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;
  }
  .side_entry_in li a {
    font-size: 12px;
  }
  .side_banner {
    width: 280px;
    height: 110px;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .side_map {
    width: 280px;
    height: 180px;
  }
  .side_address {
    width: 280px;
    height: 120px;
  }
  .side_address h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .side_address p {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  #footer {
    width: 100%;
    height: 143px;
    background: url(https://harabankin.co.jp/img/foot_bg.jpg) repeat-x 0 0;
  }
  #footer_in {
    position: relative;
    width: 1000px;
    height: 143px;
    background: url(https://harabankin.co.jp/img/footer_contents.jpg) no-repeat 0 0;
    margin: 0 auto;
    padding: 0;
  }
  #footer_in {
    color: #FFF;
  }
  #footer_in a {
    color: #FFF;
  }
  #footer_in a:hover {
    color: #EEE;
  }
  .foot_left {
    position: absolute;
    top: 20px;
    left: 0;
    width: 430px;
    height: 110px;
    line-height: 20px;
  }
  .foot_left h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .foot_left .copy {
    font-size: 10px;
    margin-top: 25px;
  }
  .foot_center {
    position: absolute;
    top: 24px;
    left: 485px;
    width: 220px;
    height: 100px;
    font-size: 10px;
    line-height: 14px;
  }
  .foot_center li {
    color: #BBBBBB;
  }
  .foot_center li a {
    color: #FFF;
  }
  .foot_center li a:hover {
    color: EEE;
  }
  .foot_center_l {
    width: 90px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
  }
  .foot_center_r {
    width: 90px;
    height: auto;
    float: right;
    margin: 0;
    padding: 0;
  }
  .foot_right {
    position: absolute;
    top: 40px;
    left: 810px;
    width: 190px;
    height: 65px;
  }
  .foot_right a {
    width: 190px;
    height: 65px;
    display: block;
    text-indent: -9000px;
  }
}
/*----------------------------------------------------------
SP max-width: 767px
-----------------------------------------------------------*/
@media (max-width: 767px) {
  html,
  body {
    font-size: clamp(13px, 5.2666666667vw, 16px);
    line-height: 1.5;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #header {
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 0 3%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  #header h1 {
    display: table;
    margin: 0;
    margin-top: 9px;
  }
  #header h1 a {
    display: block;
    width: 223px;
    height: 34px;
    background: url(img/header_logo.jpg) no-repeat center left;
    background-size: auto 100%;
    text-indent: -9000px;
  }
  #header #top_link {
    display: none;
  }
  #header {
    /*ハンバーガーアイコンをCSSだけで表現*/
    /*中身*/
  }
  #header #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 9999;
  }
  #header #nav-open span,
  #header #nav-open span:before,
  #header #nav-open span:after {
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 1.5px;
    width: 25px;
    border-radius: 3px;
    background: #0059B2;
    display: block;
    content: "";
    cursor: pointer;
    z-index: 9999;
  }
  #header #nav-open span:before {
    bottom: -8px;
  }
  #header #nav-open span:after {
    bottom: -16px;
  }
  #header #nav-content {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #nav-content.open {
    display: block;
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    background: #f9f9f9;
    overflow: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    overflow-y: scroll;
  }
  #header #nav-content.open:before {
    content: "";
    overflow: hidden;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
  }
  #header #nav-open.active span {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #header #nav-open.active span:before {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    opacity: 0;
  }
  #header #nav-open.active span::after {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(90deg);
  }
  #header #nav-content li {
    width: 85%;
    margin: 0 auto;
    border-bottom: #ddd solid 1px;
    padding: 0.7em;
  }
  #header #nav-content li a {
    font-weight: bold;
  }
  #main_visual {
    display: block;
    width: 100%;
    margin-top: 49px;
    margin-bottom: 30px;
    position: relative;
  }
  #main_visual:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/index/top-mw-cover.png) repeat-y top center/100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
  }
  #main_visual .text {
    display: block;
    width: 85%;
    margin: 0 auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
  }
  #main_visual .text img {
    display: block;
    width: 80%;
    max-width: 500px;
    height: auto;
  }
  #main_visual .video_box {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  #main_visual .video_box::before {
    content: "";
    display: block;
    padding-top: 140.5333333333%;
  }
  #main_visual .video_box video {
    display: block;
    width: 250%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #main_box {
    display: flex;
    flex-direction: column-reverse;
  }
  #cont_box {
    width: 85%;
    margin: 1rem auto 0;
  }
  #cont_box .cont_p1 {
    margin: 0 0 3rem 0;
  }
  #cont_box .cont_p1 img {
    display: block;
    margin-bottom: 1rem;
  }
  #cont_box h3 {
    font-feature-settings: "palt";
    font-size: 1.3rem;
    padding: 0;
    margin: 0 0 0.5em;
  }
  #cont_p1_link {
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
  }
  #cont_p1_link ul li {
    display: block;
    margin-top: 1rem;
  }
  #cont_p1_link ul li a {
    display: table;
    padding: 0;
    margin: 0 auto;
  }
  #cont_p1_link ul li a p {
    display: none;
  }
  .recruit_banner {
    display: block;
    padding: 0 0 3rem;
  }
  .recruit_banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  #top_sekou {
    display: block;
    margin-bottom: 3rem;
    padding: 0;
  }
  #top_sekou ul {
    display: block;
    margin: 1rem auto 0;
    padding: 0;
  }
  #top_sekou li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #top_sekou li img {
    border: 1px solid #CCC;
    padding: 3px;
    margin-bottom: 5px;
  }
  #top_sekou li p {
    margin-top: 0.5em;
  }
  #top_sekou .sekou_txt {
    font-size: 0.8rem;
  }
  .cc11 {
    background: #468C00;
    display: table;
    text-align: center;
    font-size: 0.9rem;
    line-height: 100%;
    padding: 0.5em 1.5rem;
    color: #FFF;
    font-weight: bold;
  }
  .cc12 {
    background: #0059B2;
    display: table;
    text-align: center;
    font-size: 0.9rem;
    line-height: 100%;
    padding: 0.5em 1.5rem 0.3em;
    color: #FFF;
    font-weight: bold;
  }
  #side_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #f9f9f9;
  }
  .side_entry {
    width: 85%;
    margin: 20px auto;
    padding: 0.5em 0;
    border: 3px solid #CCC;
    background: #fff;
  }
  .side_entry_in {
    width: 90%;
    margin: 10px auto;
  }
  .side_entry_in li {
    font-size: 0.9rem;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;
  }
  .side_entry_in li a {
    font-size: 1rem;
  }
  .side_map {
    width: 85%;
    margin: 1.8rem auto 0;
    padding: 0;
  }
  .side_map iframe {
    width: 100%;
  }
  .side_address {
    width: 85%;
    margin: 0 auto;
    padding-top: 0.1rem;
  }
  .side_address h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 0.2em;
    text-indent: -0.5em;
  }
  .side_address p {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
  }
  #footer {
    width: 100%;
    padding: 20px 0 10px;
    background: url(img/foot_bg_sp.jpg) repeat 0 0;
  }
  #footer_in {
    display: flex;
    flex-direction: column-reverse;
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
  #footer_in {
    color: #FFF;
  }
  #footer_in a {
    color: #FFF;
  }
  #footer_in a:hover {
    color: #EEE;
  }
  .foot_left {
    margin-top: 2rem;
    font-size: 0.8rem;
  }
  .foot_left h3 {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .foot_left h3 span {
    display: block;
    text-indent: -0.5em;
    font-size: 0.8em;
  }
  .foot_left .copy {
    display: block;
    font-size: 10px;
    margin-top: 2rem;
  }
  .foot_center li {
    color: #BBBBBB;
  }
  .foot_center li a {
    color: #FFF;
  }
  .foot_center {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .foot_center > div {
    width: 49%;
  }
  .foot_center > div ul li a {
    font-size: 0.9rem;
    border-bottom: #7194b7 solid 1px;
    margin-top: 1em;
  }
  .foot_right {
    display: none;
  }
}