*::-ms-backdrop, .kv {
  background: url(../img/h1.png) no-repeat center right 100px, url(../img/bg_hero_l.png) no-repeat left bottom, url(../img/bg_hero_r.png) no-repeat right top, url(../img/bg_hero.jpg) no-repeat center center; }

_:-ms-lang(x)::backdrop, .kv {
  background: url(../img/h1.png) no-repeat center right 100px, url(../img/bg_hero_l.png) no-repeat left bottom, url(../img/bg_hero_r.png) no-repeat right top, url(../img/bg_hero.jpg) no-repeat center center; }

/*
.kv{
	display:flex;
	align-items:center;
	justify-content:center;
	height: 525px;
	background:url(../img/h1.png) no-repeat calc(50% + 300px) 50%,url(../img/bg_hero_l.png) no-repeat left bottom,url(../img/bg_hero_r.png) no-repeat right top,url(../img/bg_hero.jpg) no-repeat center center;
	background-size:auto,auto,auto,cover;
	position: relative;
	@include break(1300){
		background-size:auto,41%,41%,cover;
	}
	@include break(1024){
		background:url(../img/h1.png) no-repeat center right 40px, url(../img/bg_hero_l.png) no-repeat left bottom, url(../img/bg_hero_r.png) no-repeat right top, url(../img/bg_hero.jpg) no-repeat center center;
		background-size:480px,41%,41%,cover;
	}
	@include break{
		background: none;
		height: auto;
	}
	h1{
		pointer-events:none;
		img{
			width: 100%;
		}
	}
}
*/
.slide li:focus {
  outline: none; }
.slide img {
  width: 100%; }
@media screen and (max-width: 768px) {
  .slide {
    margin-bottom: 70px !important; } }

.gray {
  background-color: #f4f4f4;
  padding: 90px 0 70px; }
  @media screen and (max-width: 768px) {
    .gray {
      padding: 40px 0 0; } }

.kobetsuArea .Lbox {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .kobetsuArea .Lbox {
      max-width: 100%;
      padding: 0;
      margin: 0; } }
  .kobetsuArea .Lbox .bg {
    display: flex; }
    @media screen and (max-width: 768px) {
      .kobetsuArea .Lbox .bg {
        display: none; } }
    .kobetsuArea .Lbox .bg .bgL {
      width: 50%;
      background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4); }
    .kobetsuArea .Lbox .bg .bgR {
      width: 560px;
      background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4); }
  .kobetsuArea .Lbox .inBox {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4);
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .kobetsuArea .Lbox .inBox {
        width: 100%;
        padding: 40px 5%;
        position: static;
        -webkit-transform: none;
        transform: none; } }
    .kobetsuArea .Lbox .inBox h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .kobetsuArea .Lbox .inBox h2 {
          font-size: 24px;
          margin-bottom: 20px; } }
.kobetsuArea .btn a {
  display: block;
  padding: 15px 30px;
  margin-right: 30px;
  color: #0093e8;
  border: 1px solid #0093e8;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
  margin: 60px auto 0;
  width: 385px; }
  @media screen and (max-width: 768px) {
    .kobetsuArea .btn a {
      font-size: 16px;
      margin: 30px 5% 0;
      width: 90%;
      padding: 10px 5%; } }
  .kobetsuArea .btn a:hover {
    background-color: #0093e8;
    color: #ffffff; }

.fukugouArea .Rbox {
  margin-top: 140px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .fukugouArea .Rbox {
      max-width: 100%;
      padding: 0;
      margin: 40px 0 0; } }
  .fukugouArea .Rbox .bg {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .fukugouArea .Rbox .bg {
        display: none; } }
    .fukugouArea .Rbox .bg .bgL {
      width: 560px;
      background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4); }
    .fukugouArea .Rbox .bg .bgR {
      width: 50%;
      background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4); }
  .fukugouArea .Rbox .inBox {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4);
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .fukugouArea .Rbox .inBox {
        width: 100%;
        padding: 40px 5%;
        position: static;
        -webkit-transform: none;
        transform: none; } }
    .fukugouArea .Rbox .inBox h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .fukugouArea .Rbox .inBox h2 {
          font-size: 24px;
          margin-bottom: 20px; } }
.fukugouArea .btn a {
  display: block;
  padding: 15px 40px;
  margin-right: 30px;
  color: #0093e8;
  border: 1px solid #0093e8;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
  margin: 60px auto 0;
  width: 375px; }
  @media screen and (max-width: 768px) {
    .fukugouArea .btn a {
      font-size: 16px;
      margin: 30px 5% 0;
      width: 90%;
      padding: 10px 5%; } }
  .fukugouArea .btn a:hover {
    background-color: #0093e8;
    color: #ffffff; }

ul.list-col3 {
  display: flex;
  justify-content: space-between;
  margin-top: -80px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    ul.list-col3 {
      display: block;
      margin-top: 0; } }
  ul.list-col3 li {
    box-shadow: 4px 4px 15px -5px #c1c1c1;
    width: 32%;
    margin-right: 4%;
    background-color: #ffffff; }
    @media screen and (max-width: 768px) {
      ul.list-col3 li {
        width: 100%;
        margin-bottom: 30px; } }
    ul.list-col3 li:last-child {
      margin-right: 0; }
    ul.list-col3 li img {
      display: block;
      width: 100%; }
    ul.list-col3 li .txtBox {
      padding: 30px 8%; }
      @media screen and (max-width: 768px) {
        ul.list-col3 li .txtBox {
          padding: 20px 5%; } }
      ul.list-col3 li .txtBox h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
        position: relative; }
        @media screen and (max-width: 768px) {
          ul.list-col3 li .txtBox h3 {
            font-size: 18px;
            margin-bottom: 10px; } }

.Mbox {
  margin-top: 140px;
  padding: 100px 0 150px !important;
  background: linear-gradient(to bottom, #ffffff, #ffffff 80%, #f4f4f4); }
  @media screen and (max-width: 768px) {
    .Mbox {
      margin-top: 40px;
      padding: 40px 5% !important; } }
  .Mbox .inBox {
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .Mbox .inBox {
        max-width: 100%; } }
    .Mbox .inBox h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .Mbox .inBox h2 {
          font-size: 24px;
          margin-bottom: 20px; } }
    .Mbox .inBox .flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .Mbox .inBox .flex {
          display: block; } }
      .Mbox .inBox .flex .txtBox {
        order: 1;
        width: calc(100% - 470px); }
        @media screen and (max-width: 768px) {
          .Mbox .inBox .flex .txtBox {
            width: 100%; } }
        .Mbox .inBox .flex .txtBox .ttl {
          margin-bottom: 15px; }
          .Mbox .inBox .flex .txtBox .ttl .icon {
            display: inline-block;
            background-color: #0093e8;
            color: #ffffff;
            padding: 1px 10px;
            margin-right: 10px;
            border-radius: 3px; }
        .Mbox .inBox .flex .txtBox .btn a {
          display: block;
          padding: 15px 40px;
          color: #0093e8;
          border: 1px solid #0093e8;
          font-size: 20px;
          text-align: center;
          transition: all 0.3s ease-out;
          margin: 50px 0 0;
          width: 375px; }
          @media screen and (max-width: 768px) {
            .Mbox .inBox .flex .txtBox .btn a {
              font-size: 16px;
              margin: 30px 0 0;
              width: 100%;
              padding: 10px 5%; } }
          .Mbox .inBox .flex .txtBox .btn a:hover {
            background-color: #0093e8;
            color: #ffffff; }
      .Mbox .inBox .flex .img {
        width: 410px;
        order: 2; }
        @media screen and (max-width: 768px) {
          .Mbox .inBox .flex .img {
            width: 100%;
            margin-bottom: 20px; } }
  .Mbox.inner {
    max-width: 1260px; }
    @media screen and (max-width: 768px) {
      .Mbox.inner {
        max-width: 100%; } }

.contBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px; }
  @media screen and (max-width: 768px) {
    .contBox {
      display: block;
      margin-top: 40px; } }
  .contBox .img {
    width: 52.5%;
    height: 500px; }
    @media screen and (max-width: 768px) {
      .contBox .img {
        width: 100%;
        height: auto; } }
  .contBox .txtBox {
    width: 47.5%; }
    @media screen and (max-width: 768px) {
      .contBox .txtBox {
        width: 100%;
        padding: 20px 5% 0; } }
    .contBox .txtBox .inBox {
      max-width: 500px;
      margin-left: 70px; }
      @media screen and (max-width: 768px) {
        .contBox .txtBox .inBox {
          width: 100%;
          margin-left: 0; } }
      .contBox .txtBox .inBox h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 30px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .contBox .txtBox .inBox h2 {
            font-size: 24px;
            margin-bottom: 20px; } }
      .contBox .txtBox .inBox .btn a {
        display: block;
        padding: 15px 40px;
        color: #0093e8;
        border: 1px solid #0093e8;
        font-size: 20px;
        text-align: center;
        transition: all 0.3s ease-out;
        margin: 50px 0 0;
        width: 375px; }
        @media screen and (max-width: 768px) {
          .contBox .txtBox .inBox .btn a {
            font-size: 16px;
            margin: 30px 0 0;
            width: 100%;
            padding: 10px 5%; } }
        .contBox .txtBox .inBox .btn a:hover {
          background-color: #0093e8;
          color: #ffffff; }
  .contBox.rev .txtBox {
    order: 1; }
    .contBox.rev .txtBox .inBox {
      width: 450px;
      float: right; }
      @media screen and (max-width: 768px) {
        .contBox.rev .txtBox .inBox {
          width: 100%;
          float: none; } }
  .contBox.rev .img {
    order: 2; }
  .contBox.company .img {
    background: url(../img/img_company.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .contBox.company .img {
        background: none; } }
  .contBox.recruit .img {
    background: url(../img/img_recruit.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .contBox.recruit .img {
        background: none; } }

.news {
  max-width: 1000px;
  margin-top: 100px;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .news {
      max-width: 100%;
      margin-top: 60px;
      padding: 0 5%; } }
  .news .ttl {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #0093e8;
    padding-bottom: 5px; }
    .news .ttl h2 {
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .news .ttl h2 {
          font-size: 17px; } }
    .news .ttl a {
      display: block;
      text-align: right;
      color: #0093e8;
      line-height: 1;
      padding-top: 12px; }
      @media screen and (max-width: 768px) {
        .news .ttl a {
          padding-top: 10px;
          font-size: 13px; } }
  .news dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #d6d8d9; }
    @media screen and (max-width: 768px) {
      .news dl {
        display: block;
        padding: 20px 0; } }
    .news dl dt {
      width: 230px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .news dl dt {
          width: 100%; } }
      .news dl dt span {
        background-color: #0093e8;
        color: #ffffff;
        font-size: 15px;
        display: inline-block;
        padding: 4px 10px;
        margin: 0 0 0 15px;
        border-radius: 3px;
        line-height: 1;
        text-align: center;
        width: 100px; }
        @media screen and (max-width: 768px) {
          .news dl dt span {
            font-size: 14px; } }
    .news dl dd {
      width: calc(100% - 230px); }
      @media screen and (max-width: 768px) {
        .news dl dd {
          margin-top: 5px;
          width: 100%; } }

/*# sourceMappingURL=layout.css.map */
