@charset "UTF-8";
.pc {
  display: none !important;
}

body {
  font-size: 3.125vw;
}

img {
  width: 100%;
  max-width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* basic,common.css
----------------------------------*/
.wrapper {
  min-width: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.inner-01 {
  max-width: 100vw;
  padding: 0 2.6041666667vw;
}
.inner-02 {
  max-width: 100vw;
}

.page-ttl {
  text-align: center;
  font-size: 6.5104166667vw;
  font-weight: 700;
  padding: 0;
}
.page-ttl-wrap {
  margin-top: 11.71875vw;
  height: 32.5520833333vw;
}

.breadcrumb {
  font-size: 2.8645833333vw;
}
.breadcrumb-wrap {
  padding: 2.6041666667vw;
}
.breadcrumb li {
  margin-left: 1.3020833333vw;
}
.breadcrumb li:before {
  margin: 0 1.3020833333vw 0 0;
}

.mc-common {
  margin: 13.0208333333vw 0;
}

.cmn-ttl {
  background: url(../img/common/bg-cmn-line-01.png) no-repeat center bottom;
  background-size: 100% 1px;
  padding: 0 0 3.90625vw;
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: center;
}

.fg-cont-01 {
  background-size: 150% 100%;
  height: auto;
  padding: 3.90625vw 0;
}
.fg-cont-02 {
  padding: 0;
}

.fgc1-menu li {
  font-size: 2.6041666667vw;
  padding: 0;
  margin: 0 2.6041666667vw 0 0;
}
.fgc1-menu li:before {
  top: 0;
  margin-right: 2.6041666667vw;
}

.sns-icon {
  display: none;
}

.copyright {
  font-size: 2.0833333333vw;
  text-align: center;
  padding: 5.2083333333vw 0;
}

/* header
----------------------------------*/
.header-group {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 11.71875vw;
  z-index: 998;
}
.header-logo {
  position: relative;
  width: 26.0416666667vw;
  margin-right: 26.0416666667vw;
}

.hg-nav {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.9;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.hgn-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hgn-menu {
  float: right;
  margin: 0;
}

.hgn-menu > li {
  display: block;
  margin-bottom: 6.5104166667vw;
}

.hgn-menu > li > a {
  padding: 0 0 0.6510416667vw;
  line-height: 1.3;
  font-size: 4.1666666667vw;
}

.hgn-menu > li.hgn-menu-current > a {
  background-color: transparent;
  border-bottom: 2px solid #fc9a00;
}

/* ハンバーガーメニュー */
.header-hamburger {
  position: absolute;
  top: 0;
  right: 2.6041666667vw;
  width: 11.71875vw;
  height: 11.71875vw;
  background-color: transparent;
  border-color: transparent;
  z-index: 999;
}
.header-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.1145833333vw;
  height: 3px;
  background-color: #000;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.header-hamburger span:nth-child(1) {
  margin-top: -2.6041666667vw;
}
.header-hamburger span:nth-child(3) {
  margin-top: 2.6041666667vw;
}

/* ハンバーガーメニュークリック後のスタイル */
.hg-nav.active {
  right: 0;
}

.header-hamburger.active span {
  background-color: #fff;
}
.header-hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(2.6041666667vw) rotate(45deg);
          transform: translateY(2.6041666667vw) rotate(45deg);
  left: 1.3020833333vw;
}
.header-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header-hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-2.6041666667vw) rotate(-45deg);
          transform: translateY(-2.6041666667vw) rotate(-45deg);
  left: 1.3020833333vw;
}

/* top.css
----------------------------------------------------------*/
/*** jquery.bxslider.js ***/
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.bx-wrapper {
  margin-bottom: 0;
}

.bx-wrapper img {
  position: relative;
  height: 125vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-visual {
  margin-top: 11.71875vw;
  height: 125vw;
}

.main-inner {
  padding: 13.0208333333vw 5.2083333333vw;
}
.main-info {
  display: block;
  width: 100%;
}

.mi-ttl {
  font-size: 5.2083333333vw;
  padding: 0 0 6.5104166667vw;
  color: #ffcc00;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.mi-pickup {
  display: block;
}

/* news.css
----------------------------------------------------------*/
.mcn-list {
  padding: 0 2.6041666667vw;
}
.mcn-list-wrap {
  background: url(../img/common/bg-cmn-line-01.png) no-repeat center bottom;
  background-size: 100vw 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 7.8125vw;
}
.mcn-list-date {
  display: inline-block;
  text-align: center;
  padding: 0 0 3.90625vw;
}
.mcn-list-txt {
  display: block;
}
.mcn-list-img {
  width: 60%;
  margin: 3.90625vw auto;
}

.mcnlt-tag {
  background: #000;
  color: #ffcc00;
  font-size: 3.125vw;
  font-weight: 700;
  padding: 1.3020833333vw 3.90625vw;
}

/* talent.css
----------------------------------------------------------*/
.mct-list {
  padding: 0 2.6041666667vw 13.0208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mct-list li {
  background: #000;
  width: 47.5%;
  margin: 0 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7e7e7e;
  position: relative;
  z-index: 1;
}
.mct-list li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3020833333vw 1.953125vw;
  z-index: 1;
}
.mct-list li > a:before {
  content: " ";
  position: absolute;
  bottom: 1.3020833333vw;
  right: 5.2083333333vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.6041666667vw 2.6041666667vw;
  border-color: transparent transparent #94814c transparent;
  z-index: 2;
}

/* company.css
----------------------------------------------------------*/
.mcc-cont-wrap {
  margin: 7.8125vw 0;
  padding: 0 2.6041666667vw;
}
.mcc-cont-01 {
  width: 100%;
  padding-bottom: 7.8125vw;
}
.mcc-map {
  border: 1.3020833333vw solid #000;
  width: 78.125vw;
  height: 58.59375vw;
  margin: 0 auto 7.8125vw;
}
.mcc-map iframe {
  width: 100%;
  height: 100%;
}
.mcc-list {
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  padding: 0 2.6041666667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mcc-list li {
  display: inline-block;
  width: 46%;
  letter-spacing: normal; /* リセット必須 */
  font-size: 3.3854166667vw;
  margin-bottom: 2.6041666667vw;
}

#service {
  margin: 13.0208333333vw 0;
}

/* mailform.css
----------------------------------------------------------*/
.form-inner {
  background: #292929;
  padding: 5.2083333333vw;
}
.form-inner-01 table {
  width: 100%;
}
.form-input dl {
  width: 100%;
  margin: 0 0 25px 0;
}
.form-input dl dt {
  padding-bottom: 2.6041666667vw;
}
.form-input-ttl {
  font-size: 3.6458333333vw;
  font-weight: 700;
  color: #fff;
}
.form-input input, .form-input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a5a5a5;
  border-radius: 0.6510416667vw;
  padding: 1.953125vw;
  font-size: 3.3854166667vw;
}
.form-caution {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #7c7c7c;
  padding: 3.90625vw;
  line-height: 1.9;
  margin: 7.8125vw 0 0 0;
}
.form-wrap {
  width: 100%;
  margin: 0 auto;
}
.form-wrap .message {
  text-align: center;
  padding-bottom: 5.2083333333vw;
  white-space: nowrap;
}
.form-wrap .button {
  text-align: center;
  margin: 7.8125vw 0 0 0;
}
.form-wrap .button > button {
  background: #353744;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #696c7b;
  border-radius: 1.3020833333vw;
  padding: 1.3020833333vw;
  width: 58.59375vw;
  font-size: 3.125vw;
  line-height: 3;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 4px #2e2f3a inset;
          box-shadow: 0px 0px 0px 4px #2e2f3a inset;
  margin-bottom: 3.90625vw;
}
.form-mailform {
  padding: 0 2.6041666667vw;
}
.form-mailform .error:before {
  content: "※";
  color: #ff0000;
}
.form-mailform strong.error {
  background: #fff;
  color: #ff0000;
  font-weight: 700;
  padding: 1.3020833333vw;
}
.form-mailform th, .form-mailform td {
  display: block;
  padding-bottom: 2.6041666667vw;
  font-size: 3.125vw;
}
.form-mailform th {
  font-weight: 700;
}
.form-mailform td {
  margin: 0 2.6041666667vw;
}

.require {
  position: relative;
  top: 1px;
  font-size: 2.0833333333vw;
  color: #ff0000;
  margin-left: 1.3020833333vw;
}

.form-input input[type=text] {
  width: 100%;
}

.form-input input.size-s {
  width: 50%;
}

.form-input textarea {
  width: 100%;
  height: 39.0625vw;
}

.wtn_copyright {
  display: none;
}

.mailform-ttl {
  background: url(../img/common/bg-cmn-line-01.png) no-repeat center bottom;
  background-size: 100% 1px;
  padding: 0 0 3.90625vw;
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.90625vw;
}

.form-wrap #error .message:before {
  content: "※";
  color: #ff0000;
}

.success {
  text-align: center;
}