@charset "UTF-8";



header .page-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 20px 14px;
  background-color: #fff;
  position: relative;
  z-index: 1001
}


body {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body {
  margin-top:15%;
}

body.fix, header {
  position: fixed;
  width: 100%
}
header {
  border-bottom: #f0f0f0 solid 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000
}
header.scroll .head-sub-navi {
  top: 50px
}
header .head-detail {
  position: relative;
  text-align: center;
  background-color: #fff
}
header .head-demand {
  display: none
}
header .head-company {
  position: absolute;
  top: 15px;
  right: 230px
}
header .head-company a {
  display: inline-block;
  background: url(../img/icon_media.svg) left center no-repeat;
  padding-left: 28px;
  color: #333;
  text-decoration: none
}
header .head-company a:hover {
  text-decoration: underline
}
header .site-ttl {
  font-weight: 700;
  padding: 20px 14px;
  background-color: #fff;
  position: relative;
  z-index: 1001
}
header .btn-gmenu span, header .head-navi, header .head-navi-detail ul li a:after, header .site-ttl img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}
header .site-ttl img {
  width: 154px;
  height: auto;
  margin-bottom: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
header .head-navi {
  margin: -100vh 0 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  z-index: 1000;
  text-align: left;
  border-top: #c8c8c8 solid 1px;
  background-color: #fff;
  font-weight: 700
}
header .head-navi.nav-open {
  margin: 0
}
header .head-navi > li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
header .head-navi.nav-open .head-btn[data-place=solution] {
  background-color: #f06743;
  color: #fff
}
header .head-btn:hover, header .head-navi.nav-open .head-btn[data-place=solution] + .head-navi-detail ul li a {
  color: #f06743
}
header .head-btn {
  background-color: #fdeeea;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  border-bottom: #c8c8c8 solid 1px
}
header .head-btn:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px
}
header .head-btn[data-place=anchor], header .head-btn[data-place=home], header .head-btn[data-place=inquiry], header .head-btn[data-place=link], header .head-btn[data-place=recruit], header .head-btn[data-place=totop] {
  padding: 0
}
header .head-btn[data-place=home]:after, header .head-btn[data-place=inquiry]:after, header .head-btn[data-place=link]:after, header .head-btn[data-place=recruit]:after, header .head-btn[data-place=totop]:after {
  border-bottom: none;
  border-top: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  right: 15px
}
header .head-btn[data-place=solution]:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff
}
header .head-btn[data-place=solution] a {
  color: #fff
}
header .head-btn[data-place=inquiry] a, header .head-btn[data-place=totop] a {
  padding-left: 35px
}
header .head-btn[data-place=inquiry] a:before, header .head-btn[data-place=totop] a:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
header .head-btn[data-place=inquiry] a:before {
  background-image: url(../img/icon_head_mail.svg)
}
header .head-btn[data-place=totop] a:before {
  background-image: url(../img/icon_media.svg)
}
header .head-btn.active, header .head-btn.current, header .head-btn.current a {
  color: #f06743
}
header .head-btn.active:after {
  border: 0;
  border-top: solid 1px #ec6944;
  border-left: solid 1px #ec6944;
  margin-top: -3px
}
header .head-btn.active[data-place=solution]:after {
  border: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff
}
header .head-btn, header .head-btn a, header .head-navi-detail ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px
}
header .head-btn a:hover {
  text-decoration: underline
}
header .head-navi-detail {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  float: left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  z-index: -100
}
header .head-navi-detail.nav-open {
  max-height: 1000px;
  margin-top: 0
}
header .head-navi-detail ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left
}
header .head-navi-detail ul li {
  border-bottom: #c8c8c8 solid 1px
}
header .head-navi-detail ul li a {
  padding: 8px 15px 8px 10px;
  position: relative;
  background-color: #fff
}
header .btn-gmenu span, header .head-navi-detail ul li a:after {
  display: block;
  position: absolute
}
header .head-navi-detail ul li a:after {
  content: "";
  border-top: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 7px;
  height: 7px
}
.main-slide .slick-slide img.img-sp, header .head-navi-category, header .head-sub-navi p.active:after {
  display: none
}
header .btn-gmenu {
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1003;
  line-height: 0;
  width: 40px;
  height: 30px;
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0
}
header .btn-gmenu span {
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ed781e;
  -webkit-transition-timing-function: cubic-bezier(.36, .22, .17, .93);
  transition-timing-function: cubic-bezier(.36, .22, .17, .93)
}
header .btn-gmenu span:nth-child(1) {
  top: 0
}
header .btn-gmenu span:nth-child(2) {
  top: 50%;
  margin-top: -2px
}
header .btn-gmenu span:nth-child(3) {
  bottom: 0
}
header .btn-gmenu.active span {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}
header .btn-gmenu.active span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 13px
}
header .btn-gmenu.active span:nth-child(2) {
  opacity: 0
}
header .btn-gmenu.active span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 13px
}
header .head-sub-navi {
  display: none;
  z-index: 1001;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}
header .head-sub-navi p, header .head-sub-navi ul li a {
  border: #ec6944 solid 1px;
  color: #ec6944;
  position: relative
}
header .head-sub-navi p {
  cursor: pointer;
  padding: 5px 10px 4px
}
header .head-sub-navi p:after, header .head-sub-navi p:before {
  content: "";
  display: block;
  background-color: #ec6944;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1px
}
header .head-sub-navi p:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
header .head-sub-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: #ec6944 solid 1px;
  display: none
}
header .head-sub-navi ul li a {
  display: block;
  border-bottom: none;
  padding: 13px 10px;
  text-decoration: none
}
header .head-sub-navi ul li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px
}

@media print, screen and (min-width:850px) {

  body {
    margin-top: 166px
  }
  body.copyshow {
    margin-top: 210px
  }
  header.scroll .head-detail {
    padding: 20px 14px 10px
  }
  header.scroll .head-navi {
    margin: 10px 0 0
  }
  header.scroll .head-copy a {
    font-size: 1.4rem;
    padding: 6px
  }
  header .head-detail {
    padding: 38px 14px 18px
  }
  header .head-demand {
    display: block;
    width: 190px;
    position: absolute;
    top: 10px;
    right: 14px
  }
  header .head-demand a {
    display: block;
    background-color: #ec6944;
    color: #fff;
    text-decoration: none;
    padding: 5px
  }
  header .site-ttl {
    padding: 0;
    background: 0 0;
    z-index: auto
  }
  header .head-navi {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 30px;
    height: auto;
    overflow: auto;
    text-align: center;
    position: static;
    border: 0;
    font-weight: 400
  }
  header .head-navi.nav-open {
    margin-top: 30px
  }
  header .head-navi > li {
    border: 0;
    padding: 0 22px
  }
  header .head-navi > li:first-child .head-btn:before {
    display: none
  }
  header .head-navi.nav-open .head-btn[data-place=solution] {
    background: 0 0;
    color: #333
  }
  header .head-btn:hover:before, header .head-navi.nav-open .head-btn[data-place=solution] + .head-navi-detail ul li a {
    color: #333
  }
  header .head-btn {
    background: 0 0;
    display: inline-block;
    padding: 0;
    border-bottom: none
  }
  header .head-btn:before {
    content: "／";
    position: absolute;
    top: 0;
    left: -28px;
    margin-top: 0
  }
  header .head-btn:after, header .head-navi > li.sp {
    display: none
  }
  header .head-btn[data-place=home]:after, header .head-btn[data-place=inquiry]:after, header .head-btn[data-place=link]:after, header .head-btn[data-place=recruit]:after, header .head-btn[data-place=totop]:after {
    border: 0;
    right: -28px
  }
  header .head-btn.active:before, header .head-btn.current:before {
    color: #333
  }
  header .head-btn a {
    display: inline;
    padding: 0
  }
  header .head-navi-detail {
    max-height: initial;
    margin-top: -100vh;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box
  }
  header .head-navi-detail ul {
    max-width: 340px;
    border-top: #c8c8c8 solid 1px
  }
  header .head-navi-detail ul li a {
    background: 0 0;
    padding: 8px 10px
  }
  header .head-navi-detail ul li a:hover:after {
    right: 8px
  }
  header .head-navi-category {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 15px
  }
  header .head-navi-close {
    position: absolute;
    top: 40px;
    right: 120px;
    width: 33px;
    height: 33px;
    cursor: pointer
  }
  header .head-navi-close:after, header .head-navi-close:before {
    content: "";
    display: block;
    width: 2px;
    height: 44px;
    background-color: #ec6944;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -2px
  }
  header .head-navi-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  header .head-navi-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  header .btn-gmenu, header .btn-gmenu span {
    display: none
  }
  header .head-sub-navi {
    display: block;
    width: 260px;
    position: absolute;
    top: 60px;
    right: 14px;
    text-align: left;
    background-color: #fff
  }
}
@media only screen and (max-width:640px) {

  .head-navi {
    font-size: 1.6rem
  }
  header .site-ttl {
    padding: 8px
  }
  header .site-ttl img {
    -webkit-transform: scale(.7, .7);
    transform: scale(.7, .7);
    margin-bottom: -2px
  }
  header .head-navi {
    height: calc(100vh - 70px)
  }
  header .btn-gmenu {
    top: 18px;
    right: 12px;
    width: 30px;
    height: 20px
  }
  header .btn-gmenu span {
    height: 3px
  }
  header .btn-gmenu span:nth-child(2) {
    margin-top: -1px
  }
  header .btn-gmenu.active span:nth-child(1), header .btn-gmenu.active span:nth-child(3) {
    top: 9px
  }

	
	
	
}
@media print {
  body {
    margin-top: 0
  }
  header, header#default {
    position: static
  }
  .head-navi-detail {
    display: none
  }
}
@media only screen and (min-width:641px) and (max-width:768px) {

	header .page-ttl{
margin: 2rem auto;		
	}
header .head-company {
  display: none;
}	

	header .btn-gmenu {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1003;
  line-height: 0;
  width: 40px;
  height: 30px;
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0
}
	
}

@media print, screen and (min-width:1080px) {
header .page-ttl {
    padding: 0;
    background: 0 0;
    z-index: auto
  }
}

@media only screen and (max-width:640px) {
 header .page-ttl {
    font-size: 1.8rem;
    padding: 14px 8px
  }
}

@media only screen and (min-width:641px) and (max-width:768px) {
header .page-ttl {
    padding: 0;
    background: 0 0;
    z-index: auto
  }
}

  header .head-home {
    display: block;
    width: 280px;
    position: absolute;
    top: 50px;
    right: 34px;
    z-index: 1002
  }

header .head-home {
  display: none
}

header .head-home a {
  display: inline-block;
  background: url(../img/icon_media.svg) left center no-repeat;
  padding-left: 28px;
  color: #333;
  text-decoration: none
}

@media print, screen and (min-width:1080px) {
  header .head-home {
    display: block;
    width: 280px;
    position: absolute;
    top: 50px;
    right: 44px;
    z-index: 1002
  }
}

