@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  color: #333333;
  letter-spacing: 1px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%!important;
}
body a {
  overflow: hidden;
  border: none;
  outline: none;
  color: #333;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
.sp-on {
  display: none;
}

@media screen and (max-width: 890px) {
/* @media screen and (max-width: 768px) { */
  body {
    font-size: 12px;
  }

  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }
}




/* header */
.header {
}
.header__inner {
  max-width: 960px;
  /* width: 960px; */
  margin: 0 auto;
}
.header__headline {
  background-color: #ee1b29;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
}
#logo {
  float: left;
  width: 140px;
  font-size: 11px;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 890px) {
/* @media screen and (max-width: 768px) { */
  .header {
    padding-top: 0;
  }
  .header__inner {
    width: auto;
  }
  .header__headline {
    padding: 2px 10px;
  }
  #logo {
    width: 122px;
    font-size: 10px;
  }
}




/* nav */
.nav {
  overflow: hidden;
  max-width: 960px;
  /* width: 960px; */
  margin: 12px auto 35px;
}
.nav__logo {
  float: left;
  display: block;
  width: 140px;
}
.nav__btns {
  overflow: hidden;
  float: right;
  width: 760px;
  border-left: 1px solid #999999;
}
.nav__btn {
  float: left;
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #999999;
}
.nav__btn a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color:#ee1c29 !important;
  font-weight:bold;
}
.nav__btn a:hover img{
opacity:0.40;
filter:alpha(opacity=40);
-ms-filter: "alpha( opacity=40 )";
-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.65;              /* Safari 1.x */  
      -webkit-transition: 0.40s ease-in-out;
       -moz-transition: 0.40s ease-in-out;
         -o-transition: 0.40s ease-in-out;
            transition: 0.40s ease-in-out;  }

.nav__btn a.is-active{
  color:#333 !important;
  text-decoration:none !important;
}

@media screen and (max-width: 890px) {
/* @media screen and (max-width: 768px) { */
  .nav {
    overflow: hidden;
    width: auto;
    margin: 17px auto 35px;
    padding: 0 10px;
  }
  .nav__logo {
    width: 120px;
  }
  .nav__logo img {
    width: 100%;
  }
  .nav__btns {
    float: none;
    position: absolute;
    /*top: 110px;*/
    top: 98px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    border-left: none;
    box-sizing: border-box;
    padding: 0 10px 5px;
    display: none;
    z-index: 1;
  }
  .nav__btn {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-right: none;
    border-top: 1px solid #999999;
  }
  .nav__btn a {
    display: block;
    height: 45px;
    padding-left: 30px;
    line-height: 50px;
    text-align: left;
    background: url(../images/sp_nav_arrow.png) 97% center no-repeat;
    background-size: 14px;
  }
  .nav__btn a img {
    width: 70px;
  }
  .nav__switch {
    float: right;
    width: 57px;
  }
}




/* contents */
.contents {
  max-width: 900px;
  /* width: 900px; */
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 890px) {
/* @media screen and (max-width: 768px) { */
  .contents {
    width: auto;
    margin: 0 auto;
  }
}




/* maincatch */
.maincatch {
  font-size: 18px;
  color: #fff;
  background-color: #1f4692;
  padding: 10px 0 10px 13px;
  border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  margin-bottom: 27px;
}
.maincatch__ttl {
  padding-left: 10px;
  border-left: 3px solid #fff100;
}
.topttl {
  font-size: 26px;
  font-weight: bold;
  color: #ee1b29;
  letter-spacing: 0;
}
.topcatch {
  padding: 15px 0 30px;
}

@media screen and (max-width: 890px) {
/* @media screen and (max-width: 768px) { */
  .maincatch {
    font-size: 12px;
    padding: 5px 0 5px 13px;
    border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    margin-bottom: 17px;
  }
  .maincatch__ttl {
    padding-left: 10px;
    border-left: 3px solid #fff100;
  }
  .topttl {
    font-size: 15px;
    padding: 0 10px;
  }
  .topcatch {
    padding: 10px 10px 30px;
  }
}




/* contents__section */
.contents__section {
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.contents__imgsec {
  width: 364px;
}
.contents__imgsec img {
  width: 100%;
}
.contents__detailsec {
  /*width: 495px;*/
  width: 100%;  
}

.contents__subttl {
  border-left: 6px solid #000;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.contents__job-return-sec {
  width: 520px;
  min-height: 190px;
}

.contents__point-sec {
  margin-top: 25px;
  padding: 25px 50px;
  border: solid 2px #e60432;
  border-radius: 12px;
}
.contents__point-subttl {
  float: left;
  color: #e60432;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  vertical-align: top;
}
.contents__point-subttl b {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.qualifications-list {
  margin-left: 260px;
  overflow: hidden;
  list-style-type: none;
}
.qualifications-list__nest1 > li,
.qualifications-list__nest2 > li {
  margin-left: 42px;
}
.contents__point-imgsec {
  position: absolute;
  right: 0;
  top: 0;
  width: 364px;
}
.contents__point-imgsec img {
  width: 100%;
}

/* hidebtn */
.hidebtn {
  display: none;
}

.contents__entrysec {
  background: #efefef;
  border-radius: 12px;
  margin-top: 30px;
  padding: 15px 50px;
}
.contents__entrysec--tel {
  padding-left: 55px;
}

@media screen and (max-width: 890px) {
/* @media screen and (max-width: 768px) { */
  .contents__section {
    padding: 0 10px 30px;
  }
  .contents__imgsec {
    width: auto;
  }
  .contents__imgsec img {
    width: 100%;
  }
  .contents__detailsec {
    width: auto;
  }

  .contents__subttl {
    border-left: 6px solid #000;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
  }

  .contents__job-return-sec {
    width: 100%;
    min-height: auto;
  }

  .contents__point-sec {
    margin-top: 24px;
    padding: 13px 15px;
    border-width: 1px;
    border-radius: 6px;
  }
  .contents__point-subttl {
    float: none;
    font-size: 14px;
    line-height: 35px;
  }
  .contents__point-subttl b {
    margin-right: 10px;
  }

  .qualifications-list {
    margin: 12px 0 0;
  }
  .qualifications-list__nest1 > li,
  .qualifications-list__nest2 > li {
    margin-left: 50px;
    text-indent: -14px;
  }
  .contents__point-imgsec {
    position: relative;
    right: auto;
    top: auto;
    margin: 24px 0 0;
    width: 100%;
  }

  .contents__entrysec {
    border-radius: 6px;
    margin-top: 20px;
    padding: 15px;
  }
  .contents__entrysec--info + .contents__entrysec--info {
    margin-top: 15px;
  }
  .contents__entrysec--tel {
    padding-left: 0;
    display: block;
  }
}




/* footer */
.footer {
  background-color: #888888;
  padding: 10px 0 6px;
}
.footer__nav {
  border-left: 1px solid #fff;
  max-width: 940px;
  /* width: 940px; */
  margin: 0 auto;
  overflow: hidden;
}
.footer__nav li {
  float: left;
  width: 20%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  text-align: center;
}
.footer__nav li a {
  color: #fff;
  font-size: 11px;
}

@media screen and (max-width:890px) {
/* @media screen and (max-width: 768px) { */
  .footer {
    display: none;
  }
  .spfooter {
    font-size: 11px;
    text-align: center;
  }
  .spfooter__link {
    padding: 6px 0;
  }
  .spfooter__copy {
    background-color: #888;
    color: #fff;
    padding: 9px 0;
  }
}

/* ナビに新卒採用はこちら追加 */
ul.accordion a:hover {
  text-decoration: underline;
}
ul.accordion span {
  padding: 10px 30px 10px 10px!important;
}
.nav__btns {
  max-width: 760px;
  width: calc(100% - 180px);
}
.nav__btn {
  width: calc(100% / 4);
}
@media screen and (max-width: 890px) {
  .nav__btns,.nav__btn {
    width: 100%;
    max-width: 100%;
  }
}
