@charset "UTF-8";
/* ----------------------------------------------
 * reset styles
 * ---------------------------------------------- */
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}
@media all and (min-width: 768px) {
  main {
    min-width: 1200px;
    overflow-x: hidden;
  }
}

/* ----------------------------------------------
 * formatting styles
 * ---------------------------------------------- */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
  }
  th, td {
    word-break: break-all;
  }
}

.scrl {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
  }
}

/* ----------------------------------------------
 * clearfix
 * ---------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------
 * header
 * ---------------------------------------------- */
header {
  position: relative;
  min-height: 60px;
}
header > .inner {
  height: 56px;
}
header .logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
header .logo img {
  width: 120px;
  height: 40px;
}
@media all and (min-width: 768px) {
  header {
    min-width: 1200px;
    min-height: 80px;
  }
  header > .inner {
    position: absolute;
    padding: 15px;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
  header > .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  header .logo {
    position: static;
    float: left;
  }
  header .logo img {
    width: 180px;
    height: 60px;
  }
}

/* ----------------------------------------------
 * nav
 * ---------------------------------------------- */
nav {
  position: fixed;
  right: -50vw;
  top: 0;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
nav .spMenuBtn {
  width: 56px;
  height: 56px;
  background-color: #f3a348;
  padding: 27px 16px 0;
  position: absolute;
  right: 100%;
  top: 0;
}
nav .spMenuBtn .line {
  display: block;
  height: 2px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
nav .spMenuBtn .line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: -8px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
nav .spMenuBtn .line:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 8px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
nav ul {
  height: 100vh;
  width: 50vw;
  border-left: 1px solid #f3a348;
  background-color: #fff;
}
nav li {
  border-bottom: 1px solid #f3a348;
  font-weight: bold;
  font-size: 1.6rem;
}
nav li a {
  display: block;
  padding: 10px;
}
nav.open {
  right: 0;
}
nav.open .spMenuBtn .line {
  background-color: transparent;
}
nav.open .spMenuBtn .line:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
nav.open .spMenuBtn .line:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.menuBg {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100vh;
}

@media all and (min-width: 768px) {
  nav {
    position: static;
    float: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  nav .spMenuBtn {
    display: none;
  }
  nav ul {
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
  }
  nav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  nav li {
    border-bottom: none;
    float: left;
  }
  nav li + li {
    margin-left: 20px;
  }
  nav li a:hover {
    color: #f3a348;
  }
}
/* ----------------------------------------------
 * main
 * ---------------------------------------------- */
main {
  padding-top: 1px;
}
@media all and (min-width: 768px) {
  main {
    padding-top: 85px;
  }
}

.recruitbox {
  position: relative;
  color: #fff;
  background: url(../img2018/recruitbox-bg-sp.jpg) no-repeat center top;
  background-size: cover;
}
.recruitbox > a {
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 25px 10px calc(50px + 1.6em + 16px + 30px);
}
.recruitbox > a:after {
  content: "";
  display: block;
  clear: both;
}
.recruitbox .uketsuke {
  font-weight: bold;
  text-align: center;
  background-color: #ff689b;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  padding-top: 23px;
  float: right;
}
.recruitbox h2 {
  font-weight: normal;
  font-size: 2.6rem;
  padding: 12px 0;
}
.recruitbox .text {
  font-weight: bold;
  font-size: 1.6rem;
}
.recruitbox .btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 10px;
}
.recruitbox .btn ul {
  text-align: center;
  letter-spacing: -0.5em;
}
.recruitbox .btn li {
  display: inline-block;
  letter-spacing: normal;
  width: 48.5%;
}
.recruitbox .btn li + li {
  margin-left: 3%;
}
.recruitbox .btn li a {
  border: 1px solid #fff;
  display: block;
  padding: 8px 0;
  background: transparent url(../img2018/arrow02-sp.png) right 14px center no-repeat;
  background-size: 16px 9px;
}
@media all and (min-width: 768px) {
  .recruitbox {
    text-align: center;
    position: relative;
    background-image: url(../img2018/recruitbox-bg.jpg);
  }
  .recruitbox > a {
    padding: 90px 0 216px;
  }
  .recruitbox .uketsuke {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 215px;
    font-size: 1.8rem;
    width: 110px;
    height: 110px;
    padding-top: 30px;
  }
  .recruitbox h2 {
    font-size: 3.6rem;
    letter-spacing: 0.07em;
    padding: 0 0 65px;
  }
  .recruitbox .text {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .recruitbox .btn {
    width: 650px;
    padding: 0;
    bottom: 100px;
  }
  .recruitbox .btn li {
    letter-spacing: 0.05em;
    width: 300px;
  }
  .recruitbox .btn li + li {
    margin-left: 50px;
  }
  .recruitbox .btn li a {
    font-size: 2rem;
    padding: 15px 0;
    background-image: url(../img2018/arrow02.png);
    background-size: auto;
    background-position: right 22px center;
  }
  .recruitbox .btn li a:hover {
    color: #f3a348;
    border-color: #f3a348;
    background-color: #fff;
    background-image: url(../img2018/arrow02-on.png);
  }
}

.contentsTitle {
  background-color: #f3a348;
  padding: 35px 0;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
}
@media all and (min-width: 768px) {
  .contentsTitle {
    font-size: 3.6rem;
    padding: 55px 0;
  }
}

/* ----------------------------------------------
 * footoer
 * ---------------------------------------------- */
footer .privacy {
  border-top: 1px solid #e6e6e6;
  padding: 40px 10px;
}
footer .privacy .img {
  display: inline-block;
  vertical-align: middle;
}
footer .privacy .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
}
footer .serviceList {
  background-color: #f3a348;
}
footer .serviceList ul {
  font-size: 1.2rem;
  list-style: none;
}
footer .serviceList li + li {
  border-top: 1px solid #f7c58c;
}
footer .serviceList a {
  display: block;
  padding: 10px 40px 10px 10px;
  background: url(../img2018/arrow01.svg) right 15px center no-repeat;
  background-size: 6px 10px;
  text-decoration: none;
  color: #fff;
}
footer .serviceList [target="_blank"] {
  background-image: url(../img2018/icon-blank.svg);
  background-size: 14px 14px;
}
footer .ftnav {
  text-align: center;
}
footer .ftnav .logo {
  padding: 24px 10px;
}
footer .ftnav .logo img {
  width: 120px;
  height: 40px;
}
footer .ftnav ul {
  list-style: none;
  letter-spacing: -0.5em;
  font-size: 1.2rem;
}
footer .ftnav li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #dedede;
}
footer .ftnav li:first-child {
  width: 100%;
  border-top: 1px solid #dedede;
}
footer .ftnav li:nth-child(even) {
  border-right: 1px solid #dedede;
}
footer .ftnav li a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
  padding: 10px;
  font-size: 1.1rem;
  color: #b3b3b3;
}
@media all and (min-width: 768px) {
  footer {
    min-width: 1200px;
  }
  footer .privacy {
    text-align: center;
  }
  footer .privacy .text {
    width: auto;
    margin-left: 20px;
  }
  footer .serviceList {
    padding: 20px 0;
  }
  footer .serviceList ul {
    width: 740px;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
  }
  footer .serviceList li {
    display: inline-block;
    padding: 5px 0;
  }
  footer .serviceList li + li {
    border-top: none;
    margin-left: 40px;
  }
  footer .serviceList li a {
    background-image: none;
    padding: 10px 0;
  }
  footer .serviceList li a:hover {
    text-decoration: underline;
  }
  footer .serviceList li [target="_blank"] {
    background-position: 100% 49.5%;
    padding-right: 25px;
  }
  footer .ftnav .logo {
    padding: 50px 0 35px;
  }
  footer .ftnav .logo img {
    width: 180px;
    height: 60px;
  }
  footer .ftnav ul {
    font-size: 1.4rem;
  }
  footer .ftnav li {
    border-bottom: none;
    width: auto;
  }
  footer .ftnav li + li {
    margin-left: 30px;
  }
  footer .ftnav li:nth-child(even) {
    border-right: none;
  }
  footer .ftnav li:first-child {
    width: auto;
    border-top: none;
  }
  footer .ftnav li a:hover {
    text-decoration: underline;
  }
  footer .copyright {
    padding: 35px 10px 70px;
  }
}
