@charset "UTF-8";
html {
  height: 100%;
}

body {
  height: 100%;
  color: #221814;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  /*	overflow-x: hidden !important;*/
}

.over-wrap {
  /*	overflow-x: hidden;*/
  width: 100%;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
}

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

.clear {
  clear: both;
  margin: 0px;
}

.cf {
  *zoom: 1;
}
.cf:before {
  display: table;
  content: "";
}
.cf:after {
  display: table;
  content: "";
  clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.lf {
  float: left;
}

.rg {
  float: right;
}

.hide-text {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.uapc .hide-text {
  /*	font: 1em/24px a !important;*/
}

.min {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
}

.drawer-hamburger {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 50px !important;
  height: 50px !important;
  background-size: 100% auto !important;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/recruit/common/nav-btn.svg);
  background-position: 50% 50% !important;
}

.drawer-hamburger-icon {
  margin-top: 5px !important;
  background-color: #ffffff !important;
}
.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #ffffff !important;
}

.drawer-close .drawer-hamburger-icon {
  opacity: 0;
}

.drawer-open .drawer-hamburger {
  background-color: #004DA1;
  background-image: none;
}
.drawer-open .drawer-hamburger:hover {
  background-color: #004DA1;
}
.drawer-open .drawer-hamburger-icon {
  opacity: 1;
  background-color: transparent !important;
}

/* footer */
footer {
  background-color: #4FC1F0;
}
footer .f-nav a {
  color: #ffffff;
}

.footer-wrap a {
  color: #ffffff;
}
.footer-wrap a img {
  width: 100%;
  display: block;
}

footer p.copy {
  color: #ffffff;
  display: block;
}

/* page-top */
.page-top {
  position: fixed;
  right: 2%;
  z-index: 15;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.page-top a {
  display: block;
  width: 47px;
  height: 47px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 46px;
  opacity: 0.8;
  background: #004DA1;
}
.page-top a:hover {
  opacity: 1;
}

/**==============================================**/
/*
/*			共通設定
/*
/**==============================================**/
header .header-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
}

.header-wrap div.logo-wrap {
  margin-top: 4.2%;
  width: 21.4%;
}

.logo-wrap h1 {
  line-height: 1;
}
.logo-wrap h1 a {
  color: #ffffff;
  font-weight: normal;
  display: block;
  width: 100%;
}
.logo-wrap h1 a img {
  display: block;
  height: auto;
}
.logo-wrap h1 a img:nth-child(1) {
  width: 54%;
}
.logo-wrap h1 a img:nth-child(2) {
  margin: 6.9% 0 4.4%;
  width: 100%;
}
.logo-wrap h1 a strong {
  font-weight: normal;
}

ul.nav-list {
  background: #ffffff;
  padding: 0;
}

.nav-list a {
  color: #0061B1;
  display: block;
  padding: 4.5% 5%;
  cursor: pointer;
}
.nav-list li.acc div {
  display: none;
}
.nav-list li.acc > a {
  position: relative;
}
.nav-list li.acc > a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/recruit/common/arrow-blue-01.svg) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}
.nav-list li.acc.active > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-list li.acc div a {
  padding-left: 11%;
}
.nav-list > li:last-child a {
  background: #004da1;
  color: #ffffff;
  position: relative;
}
.nav-list > li:last-child a img {
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}

div.bottom-catch {
  position: relative;
}

.bottom-catch img {
  width: 100%;
  height: auto;
}
.bottom-catch p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  width: 100%;
  text-align: center;
}
.bottom-catch .bar-09-wrap {
  display: none;
}

/* bottom-nav */
div.bottom-nav {
  margin: auto;
  margin: 6.3% auto 6.5%;
}

.bottom-nav li {
  border: 1px solid #DCDCDD;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
.bottom-nav li a {
  color: #221814;
  position: relative;
  display: block;
  z-index: 2;
}
.bottom-nav li:before, .bottom-nav li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  right: 5%;
}
.bottom-nav li:before {
  background: #ffffff;
  border: 2px solid #004DA1;
}
.bottom-nav li:after {
  background: url(../img/recruit/common/arrow-blue-03.svg) 100% 50% repeat;
  background-size: auto 110%;
}
.bottom-nav dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bottom-nav dt div {
  display: inline;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-color: #004DA1;
  display: block;
  padding-bottom: 2%;
}
.bottom-nav div img {
  width: 100%;
}
.bottom-nav li:first-child dt div {
  width: 72.8%;
}
.bottom-nav li:last-child dt div {
  width: 38.1%;
}
.bottom-nav dt span {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 2.5% 0 3%;
  letter-spacing: 0.2em;
}
.bottom-nav dd {
  line-height: 1.6;
}

footer {
  padding: 3.8% 0 0;
}
footer a.logo {
  color: #ffffff;
}
footer a.logo img {
  display: block;
}

a.logo img:first-child {
  width: 64%;
  height: auto;
}
a.logo img:last-child {
  margin: 7% 0 1%;
  width: 100%;
}

div.nav nav {
  display: none;
}

ul.f-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.f-banner li {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

.f-banner li dt {
  color: #ffffff;
  text-align: center;
}
.f-banner li dd {
  background: #ffffff;
  position: relative;
}
.f-banner li dd:before {
  content: "";
  display: block;
  padding-top: 28%;
}
.f-banner li:first-child dt, .f-banner li:nth-child(2) dt {
  background: #007AC3;
}
.f-banner li:first-child dd img, .f-banner li:nth-child(2) dd img {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}
.f-banner li:last-child {
  margin-left: 20px;
}
.f-banner li:last-child dt {
  background: #3F9F5B;
}
.f-banner li:last-child dd span {
  color: #3F9F5B;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
.f-banner li:last-child dd span:before, .f-banner li:last-child dd span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
}
.f-banner li:last-child dd span:before {
  border: 1px solid #3F9F5B;
}
.f-banner li:last-child dd span:after {
  background: url(../img/recruit/common/arrow-green-01.svg) 50% 50% no-repeat;
}

/**==============================================**/
/**==============================================**/
/*
/*			SP 〜 tab
/*
/*			〜599px
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body,
  .over-wrap {
    overflow-x: hidden;
    width: 100%;
    font-size: 1rem;
  }
  .sp {
    display: block !important;
  }
  .sp.tab {
    display: block !important;
  }
  .tab,
  .pc {
    display: none !important;
  }
  div.inner-wrap {
    width: 94%;
    margin: auto;
  }
  /* header */
  .header-wrap {
    width: 90%;
    margin: auto;
  }
  .header-wrap div.logo-wrap {
    float: right;
    width: 25.4%;
  }
  .logo-wrap h1 a strong {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .nav-list a {
    font-size: 1.8rem;
  }
  .entry-list {
    display: none;
  }
  /* content-wrap */
  div.bottom-nav {
    width: 90%;
  }
  /* footer */
  .bottom-nav li:first-child {
    margin-bottom: 3%;
  }
  .bottom-nav li a {
    padding: 3%;
  }
  .bottom-nav li span {
    font-size: 1.4rem;
  }
  .bottom-nav li dd {
    font-size: 1.3rem;
  }
  div.footer-nav {
    padding-top: 10%;
    background-size: auto 100%;
  }
  div.nav nav {
    display: none;
  }
  footer a.logo {
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
  }
  footer a.logo img {
    width: 50%;
    height: auto;
    margin: auto !important;
  }
  footer a.logo img:last-child {
    width: 70%;
    padding: 3% 0 3%;
  }
  footer ul.f-banner {
    display: block;
    width: 90%;
    margin: 3% auto 3%;
  }
  footer .f-banner li:first-child, footer .f-banner li:nth-child(2) {
    margin-bottom: 3%;
  }
  footer .f-banner li dt {
    font-size: 1.7rem;
  }
  footer .f-banner li dd::before {
    padding-top: 20%;
  }
  footer .f-banner li:last-child {
    margin-left: 0;
  }
  .footer-wrap a {
    width: 50%;
    margin: 5% auto;
    display: block;
  }
  .footer-wrap a span {
    display: block;
    text-align: center;
    margin-top: 3%;
  }
  footer p.copy {
    padding-bottom: 2%;
    text-align: center;
  }
  div.works-link {
    margin-bottom: 10%;
  }
  div.works-link > img {
    width: 160%;
    margin-left: -30%;
  }
  .works-link a {
    width: 52%;
    max-height: 102px;
  }
  .works-link p {
    padding: 1% 0 0;
  }
  a.logo img:first-child {
    width: 54%;
    padding-right: 16%;
  }
  .f-banner li dt {
    font-size: 1rem;
    line-height: 2.8;
    font-weight: bold;
  }
  .f-banner li dd span {
    font-size: 20px !important;
  }
  .f-banner li:last-child dd span {
    font-size: 2em;
    width: 60%;
  }
  .f-banner li:last-child dd span::before, .f-banner li:last-child dd span::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 714px) {
  .f-banner li dt {
    font-size: 11px;
  }
}
/**==============================================**/
/**==============================================**/
/*
/*			tab 〜
/*
/*			600px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) {
  .sp {
    display: none !important;
  }
  /* header */
  header .header-wrap {
    width: 100%;
    padding: 0 2.3% 0 10%;
  }
  .drawer-hamburger {
    width: 70px !important;
    height: 70px !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .drawer-hamburger-icon {
    margin-top: 10px !important;
  }
  .header-wrap h1 {
    font-size: 17px;
    display: inline-block;
    width: 100%;
  }
  .header-wrap ul.entry-list {
    display: none;
  }
  /* footer */
  div.bottom-nav {
    max-width: 90%;
  }
  .bottom-nav li {
    width: 47.8%;
  }
  .bottom-nav li:first-child {
    float: left;
  }
  .bottom-nav li:last-child {
    float: right;
  }
  .bottom-nav li a:before {
    content: "";
    display: block;
    padding-top: 45.3%;
  }
  .bottom-nav li a dl {
    padding-right: 10%;
    width: 84.2%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bottom-nav li dt div {
    border-bottom-width: 5px;
  }
  footer a.logo {
    width: 23.2%;
    float: left;
  }
  footer div.nav {
    width: 67.6%;
    float: right;
    margin-top: -5px;
  }
  .nav ul.f-nav {
    height: 50px;
    width: auto;
  }
  .f-nav li {
    float: left;
    margin-right: 3%;
  }
  .f-nav li:last-child {
    margin-right: 0;
  }
  .f-nav li a {
    font-size: 14px;
    text-align: center;
    display: block;
    /*		padding: 0 9%;*/
  }
  .f-banner li {
    width: 48.4%;
  }
  .f-banner li:first-child {
    float: left;
  }
  .f-banner li:last-child {
    float: right;
  }
  .f-banner li dt {
    line-height: 38px;
  }
  .f-banner li:first-child dd img {
    width: 75%;
    height: auto;
  }
  .f-banner li:last-child dd {
    font-size: 19px;
  }
  .f-banner li:last-child dd span:before, .f-banner li:last-child dd span:after {
    width: 20px;
    height: 20px;
  }
  footer p.copy {
    max-width: 960px;
    text-align: right;
    line-height: 70px;
    width: 94%;
    margin: auto;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
/**==============================================**/
/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			600px〜739px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) and (max-width: 739px) {
  header .header-wrap {
    padding: 0 0 0 12%;
  }
  .header-wrap div.logo-wrap {
    margin-top: 2.2%;
    width: 24.4%;
  }
  div.inner-wrap {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) {
  .pc {
    display: block;
  }
  .header-wrap div.logo-wrap {
    float: left;
  }
  .header-wrap ul.entry-list {
    float: right;
    margin-top: 2.3%;
    display: block;
  }
  .entry-list li {
    border-radius: 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    overflow: hidden;
  }
  .entry-list li:nth-child(-n+2) {
    margin-bottom: 6.2%;
  }
  .entry-list li:nth-child(1) a {
    background: url(../img/recruit/common/btn-bg-blue.gif) 0 0 repeat;
  }
  .entry-list li:nth-child(2) a {
    background: url(../img/recruit/common/btn-bg-green.gif) 0 0 repeat;
  }
  .entry-list li:nth-child(3) a {
    background: url(../img/recruit/common/btn-bg-blue-02.gif) 0 0 repeat;
  }
  .entry-list li:nth-child(1) a:before, .entry-list li:nth-child(2) a:before, .entry-list li:nth-child(3) a:before, .entry-list li:nth-child(1) a:after, .entry-list li:nth-child(2) a:after, .entry-list li:nth-child(3) a:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
  }
  .entry-list li:nth-child(1) a:before, .entry-list li:nth-child(2) a:before, .entry-list li:nth-child(3) a:before {
    background: #ffffff;
  }
  .entry-list li:nth-child(1) a:after {
    background: url(../img/recruit/common/arrow-blue-01.svg) 50% 50% no-repeat;
  }
  .entry-list li:nth-child(2) a:after {
    background: url(../img/recruit/common/arrow-green-01.svg) 50% 50% no-repeat;
  }
  .entry-list li:nth-child(3) a:after {
    background: url(../img/recruit/common/arrow-blue-03.svg) 50% 50% no-repeat;
  }
  .entry-list li a {
    border-radius: 20px;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 14px;
    width: 194px;
    line-height: 30px;
    position: relative;
    text-indent: -2em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .entry-list li a:hover {
    opacity: 0.8;
  }
}
/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜959px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) and (max-width: 959px) {
  .sp.tab {
    display: block !important;
  }
  /*
  	.pc {
  		display: none !important;
  	}
  */
  div.inner-wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .drawer-nav {
    overflow: inherit !important;
  }
  .drawer-open .drawer-nav .nav-list {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.8);
  }
}
/**==============================================**/
/**==============================================**/
/*
/*			PC
/*
/*			960px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 960px) {
  .sp {
    display: none !important;
  }
  .sp.tab {
    display: none !important;
  }
  .tab,
  .pc,
  .uaipad .nav-wrap .sp.tab {
    display: block !important;
  }
  /* ナビ用 */
  .inner-wrap {
    max-width: 960px;
    margin: auto;
  }
  .nav-list a,
  .f-banner li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottom-nav li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottom-nav li:before, .bottom-nav li:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* header */
  .logo-wrap a:hover {
    opacity: 0.8;
  }
  .nav-list a:hover {
    background: rgba(200, 233, 250, 0.7);
  }
  /* content-wrap */
  .f-banner li:last-child dd span:before, .f-banner li:last-child dd span:after {
    width: 20px;
    height: 20px;
  }
  div.bottom-nav {
    max-width: 930px;
  }
  .bottom-nav li:before, .bottom-nav li:after {
    width: 32px;
    height: 32px;
    right: 5%;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  .bottom-nav li a:before {
    padding-top: 35.3%;
  }
  .bottom-nav li dl {
    padding: 0 !important;
  }
  .bottom-nav li dl dt span {
    font-size: 23px;
  }
  .bottom-nav li dl dd {
    font-size: 15px;
  }
  footer a.logo {
    width: 23.2%;
    float: left;
  }
  footer div.nav {
    width: 65.6%;
    float: right;
    margin-top: -5px;
  }
  div.nav nav {
    display: block;
  }
  .nav ul.f-nav {
    height: 50px;
    width: auto;
  }
  .f-nav li {
    float: left;
  }
  .f-nav li a {
    width: auto;
    font-size: 14px;
    text-align: center;
    display: block;
    /*		margin: 0 9%;*/
    padding: 0;
    /*		letter-spacing: 0;*/
  }
  .f-nav li a:hover {
    text-decoration: underline;
  }
  .f-banner li {
    width: 48.4%;
  }
  .f-banner li:first-child {
    float: left;
  }
  .f-banner li:last-child {
    float: right;
  }
  .bottom-nav li:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }
  .bottom-nav li:hover:before, .bottom-nav li:hover:after {
    right: 4%;
  }
  .f-banner li a:hover {
    opacity: 0.8;
  }
  .f-banner li dt {
    line-height: 38px;
  }
  footer p.copy {
    max-width: 960px;
    margin: auto;
    text-align: right;
    line-height: 70px;
  }
}
@media print {
  body,
  .over-wrap {
    position: relative;
    width: auto;
    overflow-y: visible !important;
  }
  header {
    /*		position: relative !important;*/
  }
  .page-top {
    display: none;
  }
  .fase {
    opacity: 1 !important;
  }
  .cap-wrap h1 span,
  .cap-wrap h2 span {
    font-size: 20pt !important;
  }
  section,
  .pjkt-list li,
  div.bottom-nav,
  .works-list-wrap {
    page-break-inside: avoid !important;
  }
  .access-list {
    page-break-inside: avoid !important;
  }
  .access-list li {
    page-break-after: avoid !important;
  }
  .access-list li .box {
    page-break-inside: avoid !important;
  }
  .drawer-toggle {
    display: none !important;
  }
}
/*# sourceMappingURL=rec-common.css.map */