
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, l, 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
}

h1, h2, h3, h4, h5, h6, table, input, textarea, select, option, button {
  font-size: 100%
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block
}

input, textarea {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th {
  text-align: left
}

:focus {
  outline: 0
}

img, a img {
  border: none
}

a {
  outline: 0;
  cursor: pointer
}

html {
  height: 100%;
  line-height: 1.8;
  background: #fff
}

body {
  position: relative;
  min-height: 100%;
  color: #333;
  background: url("../img/bg_plan.jpg") repeat;
  -webkit-text-size-adjust: none;
  min-width: 1100px;

}

@media only screen and (max-width: 767px) {
  body {
    /*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media only screen and (min-width: 768px) {
  body {
    /*font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro"*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 }
}

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

@media only screen and (min-width: 768px) {
  a:hover {
    color: #666
  }
}

table th {
  vertical-align: top
}

table td {
  vertical-align: top
}

.rootContainer {
  overflow: hidden
}

/*@media only screen and (min-width: 1600px) {*/
  .rootContainer {
    width: 100%;
    margin: auto
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .homeContentContainer {
    padding: 40px 0 0 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeContentContainer {
    padding: 0px 0 0 0
  }
/*}*/
.homeContentContainer:after{
  content: "";
    clear: both;
    display: block;
    overflow: hidden
}

/*@media only screen and (max-width: 767px) {
  .lowerContentContainer {
    padding: 40px 6%;
    margin-top: 100px;
  }
}*/

/*@media only screen and (min-width: 768px) {*/
  .lowerContentContainer {
    padding: 80px 6%
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .lowerContentContainer {
    padding: 80px 0;
    width: 800px;
    margin: auto
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .asideContainer {
    display: table;
    width: 100%
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .sectionBlock {
    margin: 35px 0 0 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
/*  .sectionBlock {
    margin: 25px 0 0 0
  }*/
/*}*/

.item_box{
  margin: 20px 0 20px 0;
  border: 10px solid #d5dec2;
  padding: 20px;
}

/*@media only screen and (max-width: 767px) {
  .sectionInnerBlock {
    margin: 25px 0 0 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .sectionInnerBlock {
    margin: 54px 0 0 0
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .header {
    box-sizing: border-box;
    height: 50px;
    padding: 0 0 0 6%
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .header {
    height: auto;
    /*min-height: 70px;*/
    /*padding: 18px 6%*/
    padding-top: 30px;
    padding-bottom: 10px;
  padding-left: 4%;
  padding-right: 6%;
  }
  .header:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
  }
/*}*/

.siteLogo {
  float: left;
  padding: 6px 0 0 0
}

/*@media only screen and (min-width: 980px) {*/
  .siteLogo {
    height: 34px;
    padding: 0
  }
/*}*/

.siteLogo a {
  display: block
}

.siteLogo.siteLogo-lowerHeader {
  padding: 12px 0 0 0
}

/*@media only screen and (min-width: 980px) {*/
  .siteLogo.siteLogo-lowerHeader {
    padding: 0
  }
/*}*/

.siteLogo.siteLogo-lowerHeader img {
  display: block;
  height: auto;
  width: 140px
}

/*@media only screen and (min-width: 980px) {*/
  .siteLogo.siteLogo-lowerHeader img {
    width: 200px
  }
/*}*/

.siteLogo.siteLogo-fixedHeader img {
  display: block;
  width: 160px;
  height: auto
}

.navigationList {
  display: table;
  float: left;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 padding: 1px 0 0 0;
  font-size: 14px;
  font-size: .875rem
}

/*@media only screen and (min-width: 768px) {*/
  .navigationList>li {
    display: table-cell
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .navigationList>li {
    padding: 0 27px
  }
/*}*/
.navigationList{
  letter-spacing: 4px;
  font-size: 17px;
}
.navigationList>li {
  margin: 2px 30px;
  border-left: 1px solid;
  /*border-right: 1px solid;*/
}
.navigationList>li:last-child {
  border-right: 1px solid;
}

.navigationList>li a {
  font-weight: bold
}

.navigationList>li a:hover {
  color: #666
}

.navigationList>li.current a {
  color: #722d80
}

.ie-all .navigationList {
  padding: 7px 0 0 0
}

.globalNavigation {
  float: right;
  /*display: none*/
}

.globalNavigation:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

/*@media only screen and (min-width: 980px) {*/
  .globalNavigation {
    display: block;
    padding: 0 0 0 200px;
    width: 75%;
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .globalNavigation.globalNavigation-lower {
    padding: 3px 0 0 0
  }
/*}*/

.globalNavigation.globalNavigation-fixedHeader {
  padding: 3px 0 0 0
}

.menuIcon {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 12px 0 0 0
}

@media only screen and (min-width: 980px) {
  .menuIcon {
    /*display: none*/
  }
}

.menuIcon:hover {
  cursor: pointer
}

.menuIcon .inner {
  position: relative
}

.menuIcon.menuIcon-home {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1200;
  transition: background 0.6s 0s ease
}

.menuIcon.menuIcon-home .line {
  position: relative;
  top: 0;
  margin: auto;
  height: 2px;
  height: 2px;
  width: 18px;
  transition: all 0.6s 0s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
/*
@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-home .line {
    background: #fff
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .menuIcon.menuIcon-home .line {
    background: #000
  }
/*}*/

.menuIcon.menuIcon-home .line .before {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  top: 6px;
  width: 18px;
  transition: opacity 0.2s 0s ease
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-home .line .before {
    background: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-home .line .before {
    background: #000
  }
}

.menuIcon.menuIcon-home .line .after {
  position: absolute;
  display: block;
  height: 2px;
  top: 12px;
  width: 18px;
  transition: -webkit-transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease, -webkit-transform 0.6s 0s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-home .line .after {
    background: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-home .line .after {
    background: #000
  }
}

.menuIcon.menuIcon-home .text {
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 9px;
  font-size: .5625rem
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-home .text {
    color: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-home .text {
    color: #000
  }
}

.menuIcon.menuIcon-home.showMenu .line {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff
}

.menuIcon.menuIcon-home.showMenu .line .before {
  opacity: 0;
  background: #fff
}

.menuIcon.menuIcon-home.showMenu .line .after {
  background: #fff;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.menuIcon.menuIcon-home.showMenu .text {
  color: #fff
}

.menuIcon.menuIcon-lower {
  position: absolute;
  top: 0;
  right: 0;
  background: #722d80;
  z-index: 1200;
  transition: background 0.6s 0s ease
}

.menuIcon.menuIcon-lower .line {
  position: relative;
  top: 0;
  margin: auto;
  height: 2px;
  height: 2px;
  width: 18px;
  transition: all 0.6s 0s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-lower .line {
    background: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-lower .line {
    background: #fff
  }
}

.menuIcon.menuIcon-lower .line .before {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  top: 6px;
  width: 18px;
  transition: opacity 0.2s 0s ease
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-lower .line .before {
    background: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-lower .line .before {
    background: #fff
  }
}

.menuIcon.menuIcon-lower .line .after {
  position: absolute;
  display: block;
  height: 2px;
  top: 12px;
  width: 18px;
  transition: -webkit-transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease, -webkit-transform 0.6s 0s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-lower .line .after {
    background: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-lower .line .after {
    background: #fff
  }
}

.menuIcon.menuIcon-lower .text {
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 9px;
  font-size: .5625rem
}

@media only screen and (max-width: 767px) {
  .menuIcon.menuIcon-lower .text {
    color: #fff
  }
}

@media only screen and (min-width: 768px) {
  .menuIcon.menuIcon-lower .text {
    color: #fff
  }
}

.menuIcon.menuIcon-lower.showMenu {
  background: none
}

.menuIcon.menuIcon-lower.showMenu .line {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menuIcon.menuIcon-lower.showMenu .line .before {
  opacity: 0
}

.menuIcon.menuIcon-lower.showMenu .line .after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fixedHeader {
  position: fixed;
  top: -4px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
  z-index: 2000;
  transition: all 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.fixedHeader .inner {
  padding: 9px 6% 7px 6%;
  box-sizing: border-box
}

.fixedHeader .inner:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

@media only screen and (min-width: 1600px) {
  .fixedHeader .inner {
    width: 1600px;
    margin: auto
  }
}

@media only screen and (min-width: 980px) {
  .fixedHeader.show {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.footerSiteMap {
    background: url("../img/img_footer_line.jpg") no-repeat;
    background-size:100%;
    /*padding-left: 25%;*/
    padding-top: 1%;
    padding-bottom: 1%;
 }
.footerSiteMap .footer_menu {
  margin :0 auto;
  width: 640px;
}

.footerSiteMap:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

/*@media only screen and (min-width: 768px) {*/
  .footerSiteMap .footerBlock {
    float: left;
    box-sizing: border-box;
    padding: 0 1px 0 1px;
/*    margin-top:20px;
    margin-bottom: 20px;*/
    font-size: 80%;
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .footerSiteMap .footerBlock.footerBlock-01 {
    width: 150px;
    text-align: center;
    border-left: 1px solid #000;
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .footerSiteMap .footerBlock.footerBlock-02 {
    width: 150px;
    text-align: center;
    border-left: 1px solid #000;
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .footerSiteMap .footerBlock.footerBlock-03 {
    width: 150px;
    text-align: center;
    border-left: 1px solid #000;
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .footerSiteMap .footerBlock.footerBlock-04 {
    width: 150px;
    text-align: center;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
/*}*/

.footerSiteMap .footerBlock .menu-lv1>li {
  font-weight: bold;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

@media only screen and (max-width: 767px) {
  .footerSiteMap .footerBlock .menu-lv1>li {
    margin: 0 0 8px 0
  }
}

@media only screen and (min-width: 768px) {
  .footerSiteMap .footerBlock .menu-lv1>li {
    font-size: 14px;
    font-size: .875rem
  }
}

.footerSiteMap .footerBlock .menu-lv1>li a {
  display: inline-block;
  margin: 0 0 8px 0
}

.footerSiteMap .footerBlock .menu-lv1>li a:hover {
  color: #666
}

@media only screen and (min-width: 768px) {
  .footerSiteMap .footerBlock .menu-lv1.menu-home {
    margin: 28px 0 0 0
  }
}

.footerSiteMap .footerBlock .menu-lv1.menu-home a {
  display: inline-block;
  padding: 0 14px 0 0;
  background: url("/recruit/common/img/icon_blank_black.svg") no-repeat 100%
}

@media only screen and (min-width: 768px) {
  .footerSiteMap .footerBlock .menu-lv1.menu-recruitHome {
    margin: 0 0 28px 0
  }
}

@media only screen and (max-width: 767px) {
  .footerSiteMap .footerBlock .menu-lv2 {
    display: none
  }
}

.footerSiteMap .footerBlock .menu-lv2>li {
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  font-size: .75rem
}

.footerSiteMap .footerBlock .menu-lv2>li a {
  display: inline-block;
  margin: 0 0 4px 0
}

.footerCopy {
  border-top: 0px solid #d9d9d9;
  letter-spacing: 2px;
}


/*@media only screen and (min-width: 768px) {*/
  .footerCopy {
    padding: 15px 0 15px 0;
    text-align: center
  }
/*}*/

.localNavigation::-webkit-scrollbar {
  display: none
}

.localNavigation {
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background: #f2f2f2;
  width: 100%;
  font-size: 12px;
  font-size: .75rem;
  overflow: hidden;
  white-space: nowrap;
  height: 36px
}

@media only screen and (min-width: 768px) {
  .localNavigation {
    position: absolute;
    z-index: 1000;
    overflow: visible;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    padding: 0;
    height: auto
  }
}

@media only screen and (min-width: 980px) {
  .localNavigation {
    z-index: 1000
  }
}

@media only screen and (min-width: 1600px) {
  .localNavigation {
    width: 1600px
  }
}

.localNavigation.show {
  position: fixed;
  top: 0
}

@media only screen and (max-width: 767px) {
  .localNavigation .inner {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar: none
  }
}

.localNavigation .slider:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .localNavigation .slider {
    position: absolute;
    padding: 0 6%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
  }
}

@media only screen and (min-width: 768px) {
  .localNavigation .slider {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: .875rem
  }
}

.localNavigation .slider.show {
  transition: all 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

.localNavigation .slider .hide {
  display: none
}

@media only screen and (min-width: 768px) {
  .localNavigation .slider .hide {
    display: block
  }
}

.localNavigation .slider>li {
  float: left;
  padding: 0 10px;
  white-space: nowrap
}

@media only screen and (min-width: 768px) {
  .localNavigation .slider>li {
    padding: 0
  }
}

.localNavigation .slider>li a {
  display: block;
  color: #666;
  padding: 8px 0 7px 0;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media only screen and (min-width: 768px) {
  .localNavigation .slider>li a {
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.4
  }
}

@media only screen and (min-width: 980px) {
  .localNavigation .slider>li a:hover {
    background: #999;
    color: #fff
  }
}

.localNavigation .slider>li.current a {
  position: relative
}

@media only screen and (max-width: 767px) {
  .localNavigation .slider>li.current a {
    color: #722d80
  }
}

@media only screen and (min-width: 768px) {
  .localNavigation .slider>li.current a {
    background: #722d80;
    color: #fff
  }
}

.localNavigation .slider>li.current a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #722d80
}

.fixedLocalNav {
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  background: #f2f2f2;
  width: 100%;
  font-size: 12px;
  font-size: .75rem;
  overflow: hidden;
  white-space: nowrap;
  height: 36px
}

@media only screen and (min-width: 768px) {
  .fixedLocalNav {
    z-index: 1000;
    overflow: visible;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    padding: 0;
    height: auto
  }
}

.fixedLocalNav .list:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

@media only screen and (min-width: 768px) {
  .fixedLocalNav .list {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: .875rem
  }
}

.fixedLocalNav .list .hide {
  display: none
}

@media only screen and (min-width: 768px) {
  .fixedLocalNav .list .hide {
    display: block
  }
}

.fixedLocalNav .list>li {
  float: left;
  padding: 0 10px;
  white-space: nowrap
}

@media only screen and (min-width: 768px) {
  .fixedLocalNav .list>li {
    padding: 0
  }
}

.fixedLocalNav .list>li a {
  display: block;
  color: #666;
  padding: 8px 0 7px 0;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media only screen and (min-width: 768px) {
  .fixedLocalNav .list>li a {
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.4
  }
}

@media only screen and (min-width: 980px) {
  .fixedLocalNav .list>li a:hover {
    background: #999;
    color: #fff
  }
}

.fixedLocalNav .list>li.current a {
  position: relative
}

@media only screen and (min-width: 768px) {
  .fixedLocalNav .list>li.current a {
    background: #722d80;
    color: #fff
  }
}

.fixedLocalNav .list>li.current a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #722d80
}

.pageTopLink {
  position: fixed;
  right: 30px;
  bottom: 70px;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s 0s ease;
  border: 1px solid #000;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .pageTopLink {
    display: none
  }
}

.pageTopLink a {
  position: relative;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  display: block;
  background-size: 16px auto;
  border-radius: 5px;
  z-index: 2
}

.pageTopLink a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/recruit/common/img/arrow_top_black.svg") no-repeat center center;
  background-size: 14px auto;
  z-index: 2
}

.pageTopLink a:after {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1
}

.pageTopLink a:hover:before {
  background: url("/recruit/common/img/arrow_top_white.svg") no-repeat center center;
  background-size: 14px auto
}

.pageTopLink a:hover:after {
  bottom: 0
}

.pageTopLink.show {
  opacity: 1;
  z-index: 1000
}

.modalMenu {
  display: none;
  z-index: 1000;
  padding: 55px 0;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .modalMenu {
    font-size: 14px;
    font-size: .875rem
  }
}

.modalMenu .overLay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s 0s ease
}

.modalMenu .modalMenuInner {
  position: relative;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s 0s ease, -webkit-transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s 0s ease;
  transition: transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s 0s ease, -webkit-transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  padding: 0 6%
}

.modalMenu .modalNavigation {
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: none;
  margin: 0 0 20px 0;
  font-weight: bold;
  background: #fff
}

.modalMenu .modalNavigation:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .modalMenu .modalNavigation>li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9
  }
}

@media only screen and (min-width: 768px) {
  .modalMenu .modalNavigation>li {
    border-top: 1px solid #d9d9d9
  }
}

@media only screen and (min-width: 768px) {
  .modalMenu .modalNavigation>li:first-child {
    border-top: none
  }
}

@media only screen and (max-width: 767px) {
  .modalMenu .modalNavigation>li:nth-child(2n+1) {
    border-right: 1px solid #d9d9d9
  }
}

@media only screen and (max-width: 767px) {
  .modalMenu .modalNavigation>li:last-child {
    border-bottom: none
  }
}

.modalMenu .modalNavigation>li a {
  position: relative;
  padding: 12px 20px 10px;
  display: block;
  background: #fff
}

.modalMenu .modalNavigation>li a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: -9px 0 0 0;
  right: 20px;
  display: block;
  width: 9px;
  height: 18px;
  background: url("/recruit/common/img/arrow_right_black.svg") no-repeat 0 0;
  background-size: 9px auto
}

.modalMenu .modalEntryButton {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-weight: bold
}

.modalMenu .modalEntryButton a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: #722d80;
  color: #fff
}

.modalMenu .modalEntryButton a span {
  padding: 0 16px 0 0;
  background: url("/recruit/common/img/arrow_right_white_bold.svg") no-repeat 100% 50%;
  background-size: 8px auto
}

.modalMenu.anistart .overLay {
  opacity: 1
}

.modalMenu.anistart .modalMenuInner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.ghostButton {
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ghostButton>a {
  position: relative;
  text-align: center;
  display: block;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-sizing: border-box
}

.ghostButton>a span {
  display: inline-block;
  position: relative;
  padding: 0 14px 0 0;
  z-index: 2
}

.ghostButton>a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1
}

@media only screen and (min-width: 980px) {
  .ghostButton>a:hover:after {
    left: 0
  }
}

.ghostButton.ghostButton-headerEntry {
  float: right;
  font-size: 12px;
  font-size: 1.0rem;
  margin: 8px 0 0 20px
}

@media only screen and (max-width: 767px) {
  .ghostButton.ghostButton-headerEntry {
    display: none
  }
}

.ghostButton.ghostButton-headerEntry>a {
  float: left;
  padding: 3px 8px 1px 10px;
  border: 1px solid #722d80;
  color: #722d80
}

.ghostButton.ghostButton-headerEntry>a span {
  padding: 0 10px 0 0;
  background: url("/recruit/common/img/arrow_right_purple.svg") no-repeat 100% 50%;
  background-size: 6px auto
}

.ghostButton.ghostButton-headerEntry>a:after {
  background: #722d80
}

.ghostButton.ghostButton-headerEntry>a:hover {
  color: #fff
}

.ghostButton.ghostButton-headerEntry>a:hover span {
  background: url("/recruit/common/img/arrow_right_white.svg") no-repeat 100% 50%;
  background-size: 6px auto
}

.ghostButton.ghostButton-headerEntry>a+a {
  margin-left: 10px
}

.ie-all .ghostButton.ghostButton-headerEntry a {
  padding: 6px 8px 0 10px
}

.ie-all .ghostButton.ghostButton-headerEntry a span {
  background-position: 100% 0.28em;
  background-size: 6px 11px
}

.ie-all .ghostButton.ghostButton-headerEntry a:hover span {
  background-position: 100% 0.28em;
  background-size: 6px 11px
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-contentEntry {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.ghostButton.ghostButton-contentEntry>a {
  width: 100%;
  border: 2px solid #fff;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .ghostButton.ghostButton-contentEntry>a {
    padding: 8px 10px
  }
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-contentEntry>a {
    padding: 16px 20px 14px 20px
  }
}

.ghostButton.ghostButton-contentEntry>a+a {
  margin-top: 20px
}

.ghostButton.ghostButton-contentEntry>a span {
  background: url("/recruit/common/img/arrow_right_white_bold.svg") no-repeat 100% 50%;
  background-size: 9px auto
}

.ghostButton.ghostButton-contentEntry>a:after {
  background: #fff
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contentEntry>a:hover {
    color: #722d80
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contentEntry>a:hover span {
    background: url("/recruit/common/img/arrow_right_purple_bold.svg") no-repeat 100% 50%;
    background-size: 9px auto
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contentEntry.ghostButton-small {
    display: table;
    margin: auto
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contentEntry.ghostButton-small>a {
    float: left;
    width: 400px
  }
  .ghostButton.ghostButton-contentEntry.ghostButton-small>a+a {
    margin-top: 0;
    margin-left: 20px
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contentEntry.ghostButton-large>a {
    margin-right: auto;
    margin-left: auto;
    width: 400px
  }
}

.ie-all .ghostButton.ghostButton-contentEntry a {
  padding: 8px 0 0 0
}

.ie-all .ghostButton.ghostButton-contentEntry a span {
  background-position: 100% 0.28em;
  background-size: 9px 16px
}

@media only screen and (min-width: 980px) {
  .ie-all .ghostButton.ghostButton-contentEntry a:hover span {
    background-position: 100% 0.28em;
    background-size: 9px 16px
  }
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-guidelineEntry {
    font-size: 16px;
    font-size: 1rem
  }
}

.ghostButton.ghostButton-guidelineEntry>a {
  color: #722d80;
  border: 1px solid #722d80;
  display: block;
  padding: 9px 15px 7px 15px;
  margin: auto
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-guidelineEntry>a {
    width: 400px
  }
}

.ghostButton.ghostButton-guidelineEntry>a span {
  padding: 2px 18px 0 0;
  background: url("/recruit/common/img/arrow_right_purple.svg") no-repeat 100% 50%;
  background-size: 6px auto
}

.ghostButton.ghostButton-guidelineEntry>a:after {
  background: #722d80
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-guidelineEntry>a:hover {
    color: #fff
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-guidelineEntry>a:hover span {
    background: url("/recruit/common/img/arrow_right_white.svg") no-repeat 100% 50%;
    background-size: 6px auto
  }
}

.ie-all .ghostButton.ghostButton-guidelineEntry a {
  padding: 11px 15px 5px 15px
}

.ie-all .ghostButton.ghostButton-guidelineEntry a span {
  line-height: 1.25;
  background-position: 100% .18em;
  background-size: 6px 11px
}

@media only screen and (min-width: 980px) {
  .ie-all .ghostButton.ghostButton-guidelineEntry a:hover span {
    background-position: 100% .18em;
    background-size: 6px 11px
  }
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-pageNavigation {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (max-width: 767px) {
  .ghostButton.ghostButton-pageNavigation>a {
    text-align: left
  }
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-pageNavigation>a {
    color: #262626;
    border: 1px solid #262626;
    display: block;
    padding: 9px 15px 7px 15px;
    width: 400px;
    margin: auto;
    box-sizing: border-box
  }
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-pageNavigation>a span {
    display: inline-block;
    padding: 2px 15px 0 0;
    background: url("/recruit/common/img/arrow_right_black.svg") no-repeat 100% 50%;
    background-size: 6px auto
  }
}

.ghostButton.ghostButton-pageNavigation>a:after {
  background: #262626
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-pageNavigation>a:hover {
    color: #fff
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-pageNavigation>a:hover span {
    background: url("/recruit/common/img/arrow_right_white.svg") no-repeat 100% 50%;
    background-size: 6px auto
  }
}

@media only screen and (min-width: 768px) {
  .ie-all .ghostButton.ghostButton-pageNavigation a {
    padding: 11px 0 5px 0
  }
}

.ie-all .ghostButton.ghostButton-pageNavigation a span {
  line-height: 1.25;
  background-position: 100% 0.18em;
  background-size: 6px 11px
}

@media only screen and (min-width: 980px) {
  .ie-all .ghostButton.ghostButton-pageNavigation a:hover span {
    background-position: 100% 0.18em;
    background-size: 6px 11px
  }
}

.ghostButton.ghostButton-contact>a {
  margin: auto;
  border: 2px solid #fff;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .ghostButton.ghostButton-contact>a {
    padding: 8px 0
  }
}

@media only screen and (min-width: 768px) {
  .ghostButton.ghostButton-contact>a {
    width: 320px;
    padding: 10px 15px
  }
}

.ghostButton.ghostButton-contact>a span {
  background: url("/recruit/common/img/arrow_right_white_bold.svg") no-repeat 100% 50%;
  background-size: 9px auto
}

.ghostButton.ghostButton-contact>a:after {
  background: #fff
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contact>a:hover {
    color: #722d80
  }
}

@media only screen and (min-width: 980px) {
  .ghostButton.ghostButton-contact>a:hover span {
    background: url("/recruit/common/img/arrow_right_purple_bold.svg") no-repeat 100% 50%;
    background-size: 9px auto
  }
}

.inactive .ghostButton.ghostButton-contact {
  opacity: .2;
  filter: alpha(opacity=20)
}

.inactive .ghostButton.ghostButton-contact>a:hover {
  cursor: default
}

@media only screen and (min-width: 980px) {
  .inactive .ghostButton.ghostButton-contact>a:hover {
    color: #fff
  }
}

@media only screen and (min-width: 768px) {
  .ie-all .ghostButton.ghostButton-contact>a {
    padding: 14px 15px 6px 15px
  }
}

@media only screen and (min-width: 768px) {
  .ie-all .ghostButton.ghostButton-contact>a span {
    background-position: 100% .25em
  }
}

@media only screen and (min-width: 980px) {
  .ie-all .ghostButton.ghostButton-contact>a:hover span {
    background-position: 100% .25em
  }
}

.homeVisualArea {
  position: relative;
  display: block
}

.homeSiteTitle {
  position: absolute;
  text-indent: -9999px;
  z-index: 5;
  left: 6%
}
.page_title_line{
  position: absolute;
  border-bottom: 1px solid;
    width: 8%;
    right: 210px;
    top: 49%;
    z-index: 5;
}
.r250{
  right: 250px; 
}
.r390{
  right: 390px; 
}

.page_title{
  position: absolute;
  right: 80px;
  top: 40%;
    z-index: 5;
    font-size: 150%;
    letter-spacing: 6px;
}
/*
@media only screen and (max-width: 767px) {
  .homeSiteTitle {
    top: 0;
    width: 80px;
    height: 140px;
    background: #4a5d32 url("../img/img_logo_pc.jpg") no-repeat center center;
    background-size: 80px 140px;
  }

  .page_title{
  top: 53px;
  left: 160px;
  }

}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeSiteTitle {
    top: -25px;
    width: 180px;
    height: 320px;
    background: #4a5d32 url("../img/img_logo_pc.jpg") no-repeat center center;
  background-size: 180px 320px;
  /*background-size: 50%;   */
  }

  .free_call{
    height: 50px;
    padding-left: 40px;
    background: url("../img/free_call.jpg") no-repeat left center;
  background-size: 35px 25px;
  font-size: 18px;
  letter-spacing: 2px;  
  margin-left: 21px;  
  }

/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeSiteTitle {
    top: -43px
  }
/*}*/

.homeMainVisualWrap, .homeSubVisualWrap{
  position: relative;
  overflow: hidden;
  width: 100%;
}

/*@media only screen and (min-width: 768px) {*/
  .homeMainVisualWrap {
    height: 580px
  }
  .homeSubVisualWrap {
    height: 230px
  }
/*}*/



/*@media only screen and (max-width: 767px) {*/
/*  .homeMainVisual {
    padding: 75% 0 0 0
  }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .homeMainVisual {
    height: 100%
  }
/*}*/

.homeMainVisual.current {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 1
}

.homeMainVisual.hide {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 0
}

.homeMainVisual.def {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: opacity 0s ease-out, -webkit-transform 0s linear;
  transition: opacity 0s ease-out, transform 0s linear;
  transition: opacity 0s ease-out, transform 0s linear, -webkit-transform 0s linear
}

/*@media only screen and (max-width: 767px) {
  .homeMainVisual.homeMainVisual-01 {
    background: #000 url("../img/img_main-visual-01_pc.jpg") no-repeat center center;
    background-size: 91%
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisual.homeMainVisual-01 {
    background: url("../img/img_main-visual-01_pc.jpg") no-repeat top center;
    /*background-size: 1340px;*/
    background-size: 100%;
    
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeMainVisual.homeMainVisual-01 {
    background-position: top center
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .homeMainVisual.homeMainVisual-02 {
    background: #000 url("../img/img_header_sub.jpg") no-repeat center top;
    background-size: 91%;
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisual.homeMainVisual-02 {
    background: url("../img/img_header_sub.jpg") no-repeat center center;
    background-size: 100%;
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .homeMainVisual.homeMainVisual-03 {
    background: #000 url("/recruit/img/img_main-visual-03_sp.jpg") no-repeat center center;
    background-size: cover
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisual.homeMainVisual-03 {
    background: url("/recruit/img/img_main-visual-03_pc.jpg") no-repeat center center;
    background-size: cover
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .homeMainVisual.homeMainVisual-04 {
    background: #000 url("/recruit/img/img_main-visual-04_sp.jpg") no-repeat center center;
    background-size: cover
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisual.homeMainVisual-04 {
    background: url("/recruit/img/img_main-visual-04_pc.jpg") no-repeat 20% top;
    background-size: cover
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeMainVisual.homeMainVisual-04 {
    background-position: center center
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .homeMainVisual.homeMainVisual-05 {
    background: #000 url("/recruit/img/img_main-visual-05_sp.jpg") no-repeat center center;
    background-size: cover
  }
}
*/

/*@media only screen and (max-width: 767px) {
  .homeMainVisualCopyArea {
    position: relative;
    margin: 75% 0 0 0;
    padding: 33px 6% 60px 6%;
    background: #000;
    z-index: 2
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisualCopyArea {
    position: absolute;
    z-index: 10;
    left: 6%;
    bottom: 55px
  }
/*}*/

/*@media only screen and (max-width: 767px) {
  .homeMainVisualCopyArea br {
    display: none
  }
}
*/
.homeMainVisualCopyArea .catchCopy {
  color: #000;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}

/*@media only screen and (max-width: 767px) {
  .homeMainVisualCopyArea .catchCopy {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 20px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisualCopyArea .catchCopy {
    margin: 0 0 40px 0;
    font-size: 32px;
    font-size: 2rem
  }
/*}*/

.homeMainVisualCopyArea .text {
  color: #000;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold
}

/*@media only screen and (max-width: 767px) {
  .homeMainVisualCopyArea .text {
     color: #fff;
    font-size: 14px;
    font-size: .875rem
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeMainVisualCopyArea .text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
/*}*/

.homeVisualNavigation {
  position: absolute;
  z-index: 1000;
  height: 20px
}

/*@media only screen and (max-width: 767px) {
  .homeVisualNavigation {
    right: 50%;
    bottom: 25px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeVisualNavigation {
    right: 30px;
    bottom: 30px
  }
/*}*/

.homeVisualNavigation>li {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  display: inline-block
}

.homeVisualNavigation>li:hover {
  cursor: pointer
}

.homeVisualNavigation>li:after {
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff
}

.homeVisualNavigation>li.current:after {
  opacity: 1;
  background: #722d80
}

.homeHedding01.homeHedding01-work {
  position: relative;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  line-height: 1.25;
  font-weight: bold
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-work {
    font-size: 12px;
    font-size: .75rem;
    margin: 0 0 8px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeHedding01.homeHedding01-work {
    font-size: 20px;
    /*font-size: 1rem;*/
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-work {
    text-align: center
  }
/*}*/

.homeHedding01.homeHedding01-work span {
  position: relative
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-work span {
    padding: 0 40px 0 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeHedding01.homeHedding01-work span {
    /*padding: 0 40px 0 0*/
  }
/*}*/

/*@media only screen and (min-width: 980px) {
  .homeHedding01.homeHedding01-work span {
    padding: 0 40px
  }
}
*/
  .homeHedding01.homeHedding01-work span {
    padding: 0 40px
  }
.homeHedding01.homeHedding01-work span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -47px;
  display: none;
  width: 70px;
  height: 1px;
  background: #bfbfbf
}

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-work span:before {
    display: inline-block
  }
/*}*/

.homeHedding01.homeHedding01-work span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #bfbfbf
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-work span:after {
    background: #000
  }
}
*/
.homeHedding01.homeHedding01-recruitment {
  position: relative;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #fff;
  line-height: 1.25;
  font-weight: bold
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-recruitment {
    font-size: 12px;
    font-size: .75rem;
    margin: 0 0 8px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeHedding01.homeHedding01-recruitment {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-recruitment {
    text-align: center
  }
/*}*/

.homeHedding01.homeHedding01-recruitment span {
  position: relative
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-recruitment span {
    padding: 0 40px 0 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeHedding01.homeHedding01-recruitment span {
    padding: 0 40px 0 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-recruitment span {
    padding: 0 40px
  }
/*}*/

.homeHedding01.homeHedding01-recruitment span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 30px;
  height: 1px;
  background: #bfbfbf
}

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-recruitment span:before {
    display: inline-block
  }
/*}*/

.homeHedding01.homeHedding01-recruitment span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #bfbfbf
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-recruitment span:after {
    background: #fff
  }
}
*/
.homeHedding01.homeHedding01-form {
  position: relative;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 3px;
}

/*@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-form {
    font-size: 12px;
    font-size: .75rem;
    margin: 0 0 8px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeHedding01.homeHedding01-form {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 3% 0
  }
/*}*/

/*@media only screen and (max-width: 1230px) {*/
  .homeHedding01.homeHedding01-form {
    margin: 0 0 2% 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-form {
    text-align: center
  }
/*}*/

.homeHedding01.homeHedding01-form span {
  position: relative
}


/*@media only screen and (min-width: 768px) {*/
  .homeHedding01.homeHedding01-form span {
    padding: 0 40px 0 0
  }

  .homeHedding01.homeHedding01-form span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #73a04e
}

/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-form span {
    padding: 0 40px
  }
/*}*/

.homeHedding01.homeHedding01-form span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 30px;
  height: 1px;
  background: #73a04e
}

/*@media only screen and (min-width: 980px) {*/
  .homeHedding01.homeHedding01-form span:before {
    display: inline-block
  }
/*}*/


@media only screen and (max-width: 767px) {
  .homeHedding01.homeHedding01-form span:after {
    /*background: #fff*/
  }
}

.homeHedding02 {
  position: absolute;
  bottom: -20px;
  background: #73a04e;
  box-sizing: border-box;
  color: #fff;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
/*  .homeHedding02 {
    left: 6%;
    width: 80px;
    height: 80px;
    padding: 28px 0 0 0;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.36
  }
*/}

/*@media only screen and (min-width: 768px) {*/
  .homeHedding02 {
    left: 4%;
    width: 120px;
    height: 120px;
    padding: 32px 0 0 0
  }
/*}*/

.homeHedding02 .sub {
  /*font-family: "Open Sans", "sans-serif";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block
}

@media only screen and (max-width: 767px) {
  .homeHedding02 .sub {
    font-size: 9px;
    font-size: .5625rem;
    font-weight: normal
  }
}

@media only screen and (min-width: 768px) {
  .homeHedding02 .sub {
    font-size: 12px;
    font-size: .75rem
  }
}

.homeLeadText.homeLeadText-work {
  /*font-weight: bold;*/
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  color: #000;
}
.profile_link{
  display: inline;
    background: url(../img/img_link_about.jpg) no-repeat;
    background-size: 110px;
    width: 132px;
    height: 32px;
    float: left;
}
.profile_link:hover{
    background: url(../img/img_link_about_on.jpg) no-repeat;
    background-size: 110px;   
}
.map_link{
  display: inline;
    background: url(../img/img_link_map.jpg) no-repeat;
    background-size: 165px;
    width: 165px;
    height: 32px;
    float: right;
}
.map_link:hover{
    background: url(../img/img_link_map_on.jpg) no-repeat;
    background-size: 165px;   
}


/*@media only screen and (max-width: 767px) {
  .homeLeadText.homeLeadText-work {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: .9375rem
  }
}
*/
/*@media only screen and (min-width: 768px) {
  .homeLeadText.homeLeadText-work {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 20px 0
  }
}
*/
/*@media only screen and (min-width: 980px) {
  .homeLeadText.homeLeadText-work {
    text-align: center
  }
}
*/
.homeLeadText.homeLeadText-work {
  text-align: center
}
.homeLeadText.homeLeadText-work br {
    display: block
}

/*@media only screen and (min-width: 980px) {
  .homeLeadText.homeLeadText-work br {
    display: block
  }
}
*/
.homeLeadText.homeLeadText-recruitment {
  font-weight: bold;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  color: #000;
  letter-spacing: 2px;
}

/*@media only screen and (max-width: 767px) {
  .homeLeadText.homeLeadText-recruitment {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: .9375rem
  }
}
*/
/*@media only screen and (min-width: 768px) {
  .homeLeadText.homeLeadText-recruitment {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 20px 0
  }
}
*/
@media only screen and (min-width: 980px) {
  .homeLeadText.homeLeadText-recruitment {
    /*text-align: center*/
  }
}

.homeLeadText.homeLeadText-recruitment br {
    display: block
}

/*@media only screen and (min-width: 980px) {
  .homeLeadText.homeLeadText-recruitment br {
    display: block
  }
}
*/
.homeLeadText.homeLeadText-vision {
  /*font-weight: bold;*/
  line-height: 1.4;
  color: #000
}

/*@media only screen and (max-width: 767px) {
  .homeLeadText.homeLeadText-vision {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: .9375rem
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeLeadText.homeLeadText-vision {
    font-size: 24px;
    font-size: 1.4rem;
    margin: 0 0 20px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeLeadText.homeLeadText-vision {
    text-align: left
  }
/*}*/

.homeLeadText.homeLeadText-vision br {
  /*display: none;*/
  display: block
}

/*@media only screen and (min-width: 980px) {
  .homeLeadText.homeLeadText-vision br {
    display: block
  }
}
*/
.homeLeadText.homeLeadText-message {
  /*font-weight: bold;*/
  line-height: 1.4;
  color: #000
}


@media only screen and (max-width: 767px) {
/*  .homeLeadText.homeLeadText-message {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: .9375rem
  }
*/}

/*@media only screen and (min-width: 768px) {*/
  .homeLeadText.homeLeadText-message {
    font-size: 24px;
    font-size: 1.4rem;
    margin: 0 0 20px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeLeadText.homeLeadText-message {
    text-align: left;
  }
/*}*/

/*@media only screen and (min-width: 980px) and (max-width: 1350px) {*/
  .homeLeadText.homeLeadText-message {
    font-size: 1.2rem;
  }
/*}*/


.homeLeadText.homeLeadText-message br {
  /*display: none;*/
  display: block
}

/*@media only screen and (min-width: 980px) {
  .homeLeadText.homeLeadText-message br {
    display: block
  }
}
*/
.homeLeadText.homeLeadText-form {
  font-weight: bold;
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  color: #000;
}

/*@media only screen and (max-width: 767px) {
  .homeLeadText.homeLeadText-form {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: .9375rem
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeLeadText.homeLeadText-form {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 12px 0
  }
/*}*/

.homeLeadText.homeLeadText-form img{
  width: 300px;
}

/*@media only screen and (min-width: 980px) {*/
  .homeLeadText.homeLeadText-form {
    text-align: center
  }
/*}*/

.homeLeadText.homeLeadText-form br {
    display: block
}


.homeSubText.homeSubText-work {
  color: #333;
  font-size: 14px;
  font-size: .875rem
}

/*@media only screen and (max-width: 767px) {
  .homeSubText.homeSubText-work {
    margin: 0 0 15px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeSubText.homeSubText-work {
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-work {
    text-align: center
  }
/*}*/

.homeSubText.homeSubText-work br {
  /*display: none*/
}

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-work br {
    display: block
  }
/*}*/

.homeSubText.homeSubText-vision {
  color: #333;
  font-size: 14px;
  font-size: .875rem
}

/*@media only screen and (max-width: 767px) {*/
  .homeSubText.homeSubText-vision {
    margin: 0 0 15px 0
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .homeSubText.homeSubText-vision {
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-vision {
    text-align: left
  }
/*}*/

/*.homeSubText.homeSubText-vision br {
  display: none
}
*/
/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-vision br {
    display: block
  }
/*}*/

.homeSubText.homeSubText-message {
  color: #333;
  font-size: 14px;
  font-size: .875rem
}

/*@media only screen and (max-width: 767px) {
  .homeSubText.homeSubText-message {
    margin: 0 0 15px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeSubText.homeSubText-message {
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-message {
    text-align: left
  }
/*}*/

.homeSubText.homeSubText-message br {
  display: none
}

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-message br {
    display: block
  }
/*}*/

.homeSubText.homeSubText-recruitment {
  color: #fff;
  font-size: 14px;
  font-size: .875rem
}

/*@media only screen and (max-width: 767px) {
  .homeSubText.homeSubText-recruitment {
    margin: 0 0 15px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeSubText.homeSubText-recruitment {
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-recruitment {
    text-align: center
  }
/*}*/

.homeSubText.homeSubText-recruitment br {
  display: none
}

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-recruitment br {
    display: block
  }
/*}*/

.homeSubText.homeSubText-lowerRecruitment {
  color: #fff;
  font-size: 14px;
  font-size: .875rem
}

/*@media only screen and (max-width: 767px) {
  .homeSubText.homeSubText-lowerRecruitment {
    margin: 0 0 15px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeSubText.homeSubText-lowerRecruitment {
    margin: 0 0 34px 0
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-lowerRecruitment {
    text-align: center
  }
/*}*/

.homeSubText.homeSubText-lowerRecruitment br {
  display: none
}

/*@media only screen and (min-width: 980px) {*/
  .homeSubText.homeSubText-lowerRecruitment br {
    display: block
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .homeSubText.homeSubText-lowerRecruitment {
    margin: 0 0 30px 0
  }
/*}*/

.sectionHomePickup {
  padding: 0 6%;

  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0
}

.sectionHomePickup.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

/*@media only screen and (max-width: 767px) {
  .sectionHomePickup {
    margin: 0 0 40px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .sectionHomePickup {
    margin: 0 0 80px 0
  }
/*}*/

.sectionHomePickup>a {
  color: #722d80;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #722d80;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/*@media only screen and (max-width: 767px) {
  .sectionHomePickup>a {
    padding: 8px 10px
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .sectionHomePickup>a {
    padding: 16px 20px 14px 20px
  }
/*}*/

.sectionHomePickup>a:after {
  background: #722d80;
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1
}

/*@media only screen and (min-width: 980px) {*/
  .sectionHomePickup>a:hover {
    color: #fff
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .sectionHomePickup>a:hover:after {
    left: 0
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .sectionHomePickup>a:hover .link:after {
    right: -6px
  }
/*}*/

@media only screen and (min-width: 980px) {
  .sectionHomePickup>a:hover .link:after {
    background: url("/recruit/common/img/arrow_right_white.svg") no-repeat 100% 50%;
    background-size: 6px auto
  }
}

.homePickup {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: bottom
}

.homePickup .title {
  display: inline-block;
  position: relative;
  padding: 0 0 3px 0;
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (min-width: 980px) {
  .homePickup .title {
    float: left;
    padding: 0 41px 0 0
  }
}

@media only screen and (min-width: 980px) {
  .homePickup .title:after {
    content: "";
    display: inline-block;
    background: #ccc;
    position: absolute;
    right: 21px;
    bottom: 50%;
    height: 1rem;
    width: 1px;
    margin: 0 0 -0.45rem 0
  }
}

.homePickup .text {
  margin: 0 0 1px 0
}

@media only screen and (max-width: 767px) {
  .homePickup .text {
    line-height: 1.5
  }
}

@media only screen and (min-width: 980px) {
  .homePickup .text {
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    float: left
  }
}

@media only screen and (min-width: 768px) {
  .homePickup .text .hide {
    display: none
  }
}

.homePickup .link {
  position: relative;
  display: inline-block;
  padding: 0 9px 0 0;
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (min-width: 980px) {
  .homePickup .link {
    float: left;
    padding: 0 18px 0 0
  }
}

.homePickup .link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url("/recruit/common/img/arrow_right_purple.svg") no-repeat 100% 50%;
  background-size: 6px auto
}

@media only screen and (min-width: 768px) {
  .homePickup .link:after {
    transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
  }
}

@media only screen and (min-width: 980px) {
  .homePickup .link:after {
    margin: -7px 0 0 0
  }
}

.ie-all .homePickup .link:after {
  margin: -10px 0 0 0
}

.sectionHomeWork {
  padding: 0 6%;

  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  /*opacity: 0*/
}

.sectionHomeWork.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media only screen and (max-width: 767px) {
  .sectionHomeWork {
    margin: 0 0 40px 0
  }
}

@media only screen and (min-width: 768px) {
  .sectionHomeWork {
    margin: 0 0 0px 0
  }
}

.homeWorkBlock {
  margin: 0 -1% 0 -1%
}

.homeWorkBlock:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

.homeWorkItem {
  box-sizing: border-box;
  position: relative
}

@media only screen and (max-width: 767px) {
  .homeWorkItem {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 0 80px
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 0 80px
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem {
    float: left;
    width: 18%;
    margin: 0 1%;
    text-align: center;
    padding: 1px;
    border: none
  }
}

.homeWorkItem.homeWorkItem-feature {
  background: url("/recruit/img/icon_feature.svg") no-repeat center 20px
}

@media only screen and (max-width: 767px) {
  .homeWorkItem.homeWorkItem-feature {
    background-size: 60px auto;
    background-position: 8px center
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem.homeWorkItem-feature {
    background-size: 60px auto;
    background-position: 8px center
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem.homeWorkItem-feature {
    background-size: 80px auto;
    background-position: center 30px
  }
}

.homeWorkItem.homeWorkItem-brand {
  background: url("/recruit/img/icon_brand.svg") no-repeat
}

@media only screen and (max-width: 767px) {
  .homeWorkItem.homeWorkItem-brand {
    background-position: 8px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem.homeWorkItem-brand {
    background-position: 8px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem.homeWorkItem-brand {
    background-size: 80px auto;
    background-position: center 35px
  }
}

.homeWorkItem.homeWorkItem-merit {
  background: url("/recruit/img/icon_merit.svg") no-repeat
}

@media only screen and (max-width: 767px) {
  .homeWorkItem.homeWorkItem-merit {
    background-position: 10px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem.homeWorkItem-merit {
    background-position: 10px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem.homeWorkItem-merit {
    background-size: 80px auto;
    background-position: center 40px
  }
}

.homeWorkItem.homeWorkItem-jobs {
  background: url("/recruit/img/icon_jobs.svg") no-repeat
}

@media only screen and (max-width: 767px) {
  .homeWorkItem.homeWorkItem-jobs {
    background-position: 4px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem.homeWorkItem-jobs {
    background-position: 4px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem.homeWorkItem-jobs {
    background-size: 80px auto;
    background-position: center 30px
  }
}

.homeWorkItem.homeWorkItem-gallery {
  background: url("/recruit/img/icon_gallery.svg") no-repeat
}

@media only screen and (max-width: 767px) {
  .homeWorkItem.homeWorkItem-gallery {
    background-position: 4px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem.homeWorkItem-gallery {
    background-position: 4px center;
    background-size: 60px auto
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem.homeWorkItem-gallery {
    background-size: 80px auto;
    background-position: center 30px
  }
}

.homeWorkItem:first-child {
  border-top: 1px solid #d9d9d9
}

@media only screen and (max-width: 767px) {
  .homeWorkItem:first-child {
    border-top: 1px solid #d9d9d9
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem:first-child {
    border-top: 1px solid #d9d9d9
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem:first-child {
    border: none
  }
}

.homeWorkItem .line {
  display: none;
  position: absolute;
  background: #d9d9d9;
  transition: all 0.3s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@media only screen and (min-width: 980px) {
  .homeWorkItem .line {
    display: block;
    transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
  }
}

.homeWorkItem .line.line-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px
}

.homeWorkItem .line.line-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 1px
}

.homeWorkItem .line.line-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px
}

.homeWorkItem .line.line-right {
  right: 0;
  top: 0;
  height: 100%;
  width: 1px
}

.homeWorkItem a {
  display: block;
  background: url("/recruit/common/img/arrow_right_black.svg") no-repeat 100% 50%;
  background-size: 9px auto;
  padding: 15px 15px 15px 0
}

@media only screen and (min-width: 980px) {
  .homeWorkItem a {
    position: relative;
    padding: 105px 5px 30px 5px;
    box-sizing: border-box;
    background: none
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem a:hover {
    color: #722d80
  }
}

.homeWorkItem a:hover .line {
  background: #722d80
}

.homeWorkItem a:hover .line.line-top {
  height: 4px
}

.homeWorkItem a:hover .line.line-left {
  width: 4px
}

.homeWorkItem a:hover .line.line-bottom {
  height: 4px
}

.homeWorkItem a:hover .line.line-right {
  width: 4px
}

.homeWorkItem a:hover .title span:after {
  right: -6px
}

.homeWorkItem .subTitle {
  font-weight: bold;
  color: #722d80;
  font-size: 12px;
  font-size: .75rem;
  font-family: "Open Sans", "sans-serif"
}

@media only screen and (min-width: 980px) {
  .homeWorkItem .subTitle {
    margin: 0 0 12px 0
  }
}

.homeWorkItem .title {
  font-weight: bold;
  line-height: 1.4;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (max-width: 767px) {
  .homeWorkItem .title {
    margin: 0 0 5px 0
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem .title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media only screen and (min-width: 980px) {
  .homeWorkItem .title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 18px 0
  }
}

.homeWorkItem .title span {
  position: relative;
  padding: 0 18px 0 0;
  display: inline-block
}

.homeWorkItem .title span:after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url("/recruit/common/img/arrow_right_black.svg") no-repeat 100% 50%;
  background-size: 6px auto;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media only screen and (min-width: 980px) {
  .homeWorkItem .title span:after {
    display: block
  }
}

.ie-all .homeWorkItem .title span:after {
  margin: -10px 0 0 0
}

@media only screen and (max-width: 767px) {
  .homeWorkItem .text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media only screen and (min-width: 768px) {
  .homeWorkItem .text {
    font-size: 14px;
    font-size: .875rem
  }
}

.homeWorkItem .text br {
  display: none
}

@media only screen and (min-width: 980px) {
  .homeWorkItem .text br {
    display: block
  }
}

/*@media only screen and (min-width: 768px) {*/
  .homeSection2colWrap {
    margin: 0 0 80px 0;
    padding: 0 6%
  }
  .homeSection2colWrap:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
  }
/*}*/

.sectionHomeVision {

  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  /*opacity: 0*/
}

.sectionHomeVision.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

/*@media only screen and (max-width: 767px) {
  .sectionHomeVision {
    margin: 0 0 40px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .sectionHomeVision {
    float: left;
    width: 47%;
    margin: 0 3% 0 0
  }
/*}*/

.sectionHomeMessage {

  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  /*opacity: 0*/
}

.sectionHomeMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media only screen and (max-width: 767px) {
  .sectionHomeMessage {
    /*margin: 0 0 40px 0*/
  }
}

/*@media only screen and (min-width: 768px) {*/
  .sectionHomeMessage {
    float: right;
    width: 47%;
    margin: 0 0 0 3%
  }
/*}*/

.homeHeddingVisual {
  position: relative
}

/*@media only screen and (max-width: 767px) {
  .homeHeddingVisual {
    margin: 0 0 31px 0
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeHeddingVisual {
    margin: 0 0 44px 0
  }
/*}*/

.homeHeddingVisual img {
  display: block;
  width: 100%;
  height: auto
}

@media only screen and (max-width: 767px) {
/*  .homeVisionTextBlock {
    padding: 0 6%
  }*/
}

/*@media only screen and (min-width: 768px) {*/
  .homeVisionTextBlock {
    padding: 0 0%
  }
/*}*/

/*@media only screen and (min-width: 768px) {*/
  .home2colLinkWrap {
    margin: 0 -2%;
    text-align: center;
  }
  .home2colLinkWrap:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeLinkBlock {
    float: left;
    width: 46%;
    padding: 0 25%
  }
/*}*/

.homeLinkBlock>li {
  border-bottom: 1px solid #4a6831
}

/*@media only screen and (max-width: 767px) {
  .homeLinkBlock>li {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
  }
}
*/
/*@media only screen and (min-width: 768px) {*/
  .homeLinkBlock>li {
    font-weight: bold;
    /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    letter-spacing: 2px;
  }
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeLinkBlock>li:nth-child(1) {
    border-top: 1px solid #4a6831
  }
/*}*/

.homeLinkBlock>li a {
  position: relative;
  padding: 6px 0;
  display: block
}



/*@media only screen and (min-width: 980px) {*/
  .homeLinkBlock>li a {
    background: none;
    color: #4A6831;
  }
  .homeLinkBlock>li a:hover {
    background: #4A6831;
    color: #fff;
  }

/*}*/

/*.homeLinkBlock>li a:after {*/
/*  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url("/recruit/common/img/arrow_right_black.svg") no-repeat 100% 50%;
  background-size: 6px auto;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)*/
/*}*/

/*@media only screen and (min-width: 980px) {*/
  .homeLinkBlock>li a:after {
    display: block
  }
/*}*/

.homeLinkBlock>li a:before {
/*color: #722d80*/
display: block;
content: "";
position: absolute;
top: 50%;
left: 23%;
width: 0;
height: 0;
margin-top: -7px;
border: 7px solid transparent;
border-left: 12px solid #4A6831; 
}
.homeLinkBlock>li a:hover:before {
border-left: 12px solid #fff; 
}

/*@media only screen and (max-width: 767px) {
  .homeLinkBlock>li a:before {
    left: 34%;    
  }
}*/

.homeLinkBlock>li a:hover:after {
  right: 6px
}

.ie-all .homeLinkBlock>li a {
  padding: 14px 0 6px 0
}



/*@media only screen and (min-width: 768px) {*/
  .homeLinkBlock:first-child>li:nth-child(1) {
    border: 1px solid #4a6831
  }
/*}*/

.sectionHomeRecruitment {

  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  position: relative;
  overflow: hidden
}

.sectionHomeRecruitment.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}


/*------------------------------------------------------------------*/
.SectionHome{
  /*background-color: red;  */
  height: 17.5em;
  background-image: url("../img/bg_sectionHomeForm.jpg");
  background-size: cover; 
}

.SectionHome2colWrap {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}
/*
@media only screen and (min-width: 768px){
  .SectionHome2colWrap{
    margin: 0 0 0 0;
    padding: 2% 0 0 0;

  } 
}
@media only screen and (max-width: 1230px){
  .SectionHome2colWrap{
    height: 225px;
  } 
}
@media only screen and (max-width: 1450px){
  .SectionHome2colWrap{
    height: 100%;
  } 
}
@media only screen and (min-width: 1451px){
  .SectionHome2colWrap{
    height: 277px;
  } 
}
*/
.SectionHome2colWrap{
  margin: 0 0 0 0;
  padding: 2% 0 0 0;
  height: 277px;
} 

.sectionHomeLeft{
    font-size: 20px;    
}

/* 768以上のスタイル */
/*@media only screen and (min-width: 768px) {*/
  .sectionHomeLeft{
    float: left;
      width: 34%;
      margin: 0 0 0 22%;
      letter-spacing: 1px;
  }
  .sectionHomeRight{
    float: right;
      width: 43%;
      margin: 10px 0 0 0%;
  }

/*}*/

/* 767以下のスタイル */
/*@media only screen and (max-width: 767px) {
  .SectionHome2colWrap{
    text-align: center;
    padding-top: 17px;
  }
  .sectionHomeLeft{
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
  .sectionHomeRight{
    clear:both;
      width: 100%;
      margin-top: -20px;
      text-align: center;
  }
  .footerCopy {
    padding: 0;
    text-align: center;
  }
}
*/
/*@media only screen and (min-width: 1292px) {*/
  .SectionHome2colWrap .sectionHomeLeft p.tel{
    font-size: 50px;
    margin-left: -2%;
    margin-top: 1%;
  }
/*}*/
/*@media only screen and (min-width: 1101px) and (max-width: 1291px) {
  .SectionHome2colWrap .sectionHomeLeft p.tel{
    font-size: 40px;
    margin-left: -2%;
    margin-top: 1%;
  }
}
*/
@media only screen and (max-width: 1110px) {
  .SectionHome2colWrap .sectionHomeLeft p.tel{
    font-size: 45px;
     margin-top: 10px;
  }
}

.SectionHome2colWrap .sectionHomeLeft p.tel:before{
  content: url("../img/free_call.jpg");
    margin: 10px;
    position: relative;
    top: 2px;
}
.SectionHome2colWrap .sectionHomeRight .addr{
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}
.SectionHome2colWrap .sectionHomeRight .info_box{
  padding-bottom: 2%;
  height: 35px;
  width: 300px;
}
.SectionHome2colWrap .sectionHomeRight .info_box a:first-child{
  display: block;
  height: 35px;
  width: 110px;
  float: left;
}
.SectionHome2colWrap .sectionHomeRight .info_box a:last-child{
  display: block;
  height: 35px;
  width: 165px;
  float: right;
}



@media only screen and (max-width: 767px) {
  .sectionHomeFormInner {
    padding: 40px 6%
  }

  .SectionHome2colWrap .sectionHomeRight .info_box {
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .sectionHomeFormInner {
    padding: 50px 6%
  }
}

.sentenceHeadding01 {
  /*font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
  line-height: 1.6;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 767px) {
  .sentenceHeadding01 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 18px
  }
}

@media only screen and (min-width: 768px) {
  .sentenceHeadding01 {
    /*font-size: 28px;*/
    font-size: 1.4rem;
    margin: 10px 0 15px 0;
    letter-spacing: 6px;
  }
}

.sentenceHeadding01 .hide {
  display: none
}

@media only screen and (min-width: 768px) {
  .sentenceHeadding01 .hide {
    display: block
  }
}

.sentenceHeadding02 {
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (max-width: 767px) {
  .sentenceHeadding02 {
    margin: 0 0 6px 0
  }
}

@media only screen and (min-width: 768px) {
  .sentenceHeadding02 {
    line-height: 1.25;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 22px 0
  }
}

@media only screen and (max-width: 767px) {
  .sentenceText {
    margin: 0 0 6px 0;
    line-height: 1.75;
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .sentenceText{
    margin: 0 0 170px 0;
    line-height: 2;
    float: right;
    width: 60%;
  }

}

@media only screen and (max-width: 767px) {
  .sentenceImg {
    margin: 0 0 6px 0
  }
}

@media only screen and (min-width: 768px) {
  .sentenceImg {
    margin: 0 0 20px 0
  }
}

.mB0{
  margin-bottom: 0;
}
.sentenceText{
  color: #4a6831; 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}

.sentenceText p.item_code{
  color: #FFF;
  background-color: #475a31;
  width: 100px;
  height: 30px;
  text-align: center;
}
.sentenceText p.item_name{
  font-size: 110%;
  border-bottom: #4a6831 1.5px solid ;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 3px;
}
.sentenceText p.item_info{
  letter-spacing: 2px;
  line-height: 1.5;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.clear{
  clear: both;
}
.sentenceImg img {
  width: 33%;
  height: auto;
  float: left;
  margin: 0 0 20px 0;
}
.sentenceImg img:last-child {
  margin-bottom: 0;
}

.sentenceList {
  margin: 0 0 20px 0
}

.sentenceList li {
  margin: 0 0 4px 0
}

.sentenceList.sentenceList-disc>li {
  padding: 0 0 0 14px;
  background: url("/recruit/common/img/icon_list-style_disc_gray.svg") no-repeat 0 0.6em
}

.sentenceList.sentenceList-link>li {
  padding: 0 0 0 14px;
  background: url("/recruit/common/img/arrow_right_black.svg") no-repeat 0 .45em;
  background-size: 6px auto
}

.sentenceList.sentenceList-child {
  margin: 0
}

.sentenceList.sentenceList-child>li {
  margin: 0
}

.sentenceTable {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  font-size: .875rem
}

@media only screen and (max-width: 767px) {
  .sentenceTable {
    margin: 0 0 6px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    font-size: .875rem
  }
}

@media only screen and (min-width: 768px) {
  .sentenceTable {
    margin: 0 0 20px 0
  }
}

@media only screen and (max-width: 767px) {
  .sentenceHeadding02+.sentenceTable {
    margin: 0 0 6px 0
  }
}

@media only screen and (min-width: 768px) {
  .sentenceHeadding02+.sentenceTable {
    margin: 26px 0 20px 0
  }
}

@media only screen and (max-width: 767px) {
  .sentenceTable tr {
    display: block;
    padding: 14px 0 10px 0;
    border-top: 1px solid #d9d9d9
  }
}

@media only screen and (max-width: 767px) {
  .sentenceTable th {
    display: block;
    line-height: 1.25
  }
}

@media only screen and (min-width: 768px) {
  .sentenceTable th {
    padding: 10px 0;
    width: 20%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    word-break: break-all
  }
}

@media only screen and (max-width: 767px) {
  .sentenceTable th .hide {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .sentenceTable td {
    display: block
  }
}

@media only screen and (min-width: 768px) {
  .sentenceTable td {
    padding: 10px 0 10px 20px;
    width: 80%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
  }
}

@media only screen and (min-width: 768px) {
  .sentenceTable td .hide {
    display: none
  }
}

.profileBlock {
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: .875rem
}

@media only screen and (max-width: 767px) {
  .profileBlock {
    padding: 15px 20px;
    margin: 20px 0 0 0
  }
}

@media only screen and (min-width: 768px) {
  .profileBlock {
    padding: 25px 30px;
    margin: 48px 0 0 0
  }
}

.profileBlock dt {
  font-weight: bold;
  margin: 0 0 5px 0
}

.guidelineEntryHeading {
  text-align: center;
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  margin: 0 0 18px 0
}

@media only screen and (max-width: 767px) {
  .guidelineEntryHeading {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (min-width: 768px) {
  .guidelineEntryHeading {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (min-width: 768px) {
  .guidelineEntryHeading .hide {
    display: none
  }
}

.contactHeader {
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
  padding: 0 0 12px 0
}

@media only screen and (min-width: 980px) {
  .contactHeader {
    height: 70px;
    padding: 0
  }
}

.contactHeader .inner {
  padding: 0 6%
}

.contactHeader .inner:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden
}

@media only screen and (min-width: 980px) {
  .contactHeader .inner {
    width: 700px;
    margin: auto;
    padding: 16px 0
  }
}

.contactContentsArea {
  padding: 30px 0 0 0
}

@media only screen and (min-width: 768px) {
  .contactContentsArea {
    width: 700px;
    margin: auto;
    padding: 60px 0 0 0
  }
}

.contactPageTitle {
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (max-width: 767px) {
  .contactPageTitle {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 6% 20px 6%
  }
}

@media only screen and (min-width: 768px) {
  .contactPageTitle {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 45px 0
  }
}

@media only screen and (max-width: 767px) {
  .contactLeadText {
    margin: 0 6% 40px 6%
  }
}

@media only screen and (min-width: 768px) {
  .contactLeadText {
    margin: 0 0 50px 0
  }
}

.contactBlock {
  margin: 0 0 50px 0
}

@media only screen and (max-width: 767px) {
  .contactBlock {
    margin: 0 6% 50px 6%
  }
}

.contactRequired {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  background: #c70007;
  font-size: 11px;
  font-size: .6875rem
}

.contactRequired.contactRequired-leadText {
  margin: 0 5px 0 0;
  vertical-align: middle
}

.contactRequired.contactRequired-input {
  margin: 0 0 0 15px;
  vertical-align: middle
}

.inputItemBlock-error .errorMessage {
  display: inline-block
}

.iconComplete {
  display: none;
  vertical-align: middle;
  margin: 0 0 0 15px
}

.inputItemBlock-complete .iconComplete {
  display: inline-block
}

.iconComplete img {
  display: block
}

.contactHedding01 {
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (max-width: 767px) {
  .contactHedding01 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 18px
  }
}

@media only screen and (min-width: 768px) {
  .contactHedding01 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 25px 0
  }
}

.contactHedding02 {
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}

@media only screen and (max-width: 767px) {
  .contactHedding02 {
    margin: 0 0 5px 0
  }
}

@media only screen and (min-width: 768px) {
  .contactHedding02 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0
  }
}

.contactHedding03 {
  padding: 0 0 8px 0;
  font-size: 14px;
  font-size: .875rem
}

.inputItemBlock {
  margin: 0 0 40px 0
}

@media only screen and (max-width: 767px) {
  .inputGenderList>li {
    float: left;
    margin: 0 20px 0 0
  }
}

@media only screen and (max-width: 767px) {
  .inputExperienceList>li {
    float: left;
    margin: 0 20px 0 0
  }
}

@media only screen and (min-width: 768px) {
  .inputLocationList>li {
    float: left;
    width: 50%;
    margin: 0
  }
}

.inputLocationList>li:nth-child(even) {
  padding: 0
}

@media only screen and (min-width: 768px) {
  .inputJobsList>li {
    float: left;
    width: 50%;
    margin: 0
  }
}

.inputJobsList>li:nth-child(even) {
  padding: 0
}

.inputText {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 768px) {
  .inputText:hover {
    background: #fff
  }
}

.inputText:focus {
  background: #fff
}

.inputItemBlock-error .inputText {
  background: #fae1e1;
  border: 1px solid #f5aeae
}

.inputItemBlock-error .inputText:focus {
  background: #fff;
  border: 1px solid #ccc
}

.inputItemBlock-complete .inputText {
  background: #fff
}

@media only screen and (min-width: 768px) {
  .inputAddressBlock-code .inputText {
    float: left;
    width: 200px
  }
}

.textarea {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 768px) {
  .textarea:hover {
    background: #fff
  }
}

.textarea:focus {
  background: #fff
}

.inputItemBlock-error .textarea {
  background: #fae1e1;
  border: 1px solid #f5aeae
}

.inputItemBlock-error .textarea:focus {
  background: #fff;
  border: 1px solid #ccc
}

.inputItemBlock-complete .textarea {
  background: #fff
}

.selectText {
  cursor: pointer;
  display: block;
  position: relative;
  background: #f2f2f2;
  border: 1px solid #D0D0D0;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .selectText:hover {
    background: #fff
  }
}

.selectText:focus {
  background: #fff
}

.inputItemBlock-error .selectText {
  background: #fae1e1;
  border: 1px solid #f5aeae
}

.inputItemBlock-error .selectText:focus {
  background: #fff;
  border: 1px solid #ccc
}

.inputItemBlock-complete .selectText {
  background: #fff
}

.selectText:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  margin: -2px 0 0 0;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}

.selectText .select {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 7px 14px;
  background: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  line-height: 1.5;
  border: none
}

.inputAddressBlock {
  margin: 0 0 20px 0
}

.postalCodeModal .inputAddressBlock:last-child {
  margin: 0
}





/****************************************************/
.profile_name{
  font-size: 120%;
  margin-bottom: 10px;
}
.privacy_promiss{
  margin-bottom: 30px;
}
.comment{
  margin-bottom: 20px;
}


/*
.globalNavigation{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.ghostButton.ghostButton-headerEntry{
	font-size: 0.8rem;
}
*/
.SectionHome2colWrap .sectionHomeLeft p.tel{
	font-size: 45px;
}