@charset "utf-8";

/*----------------------------------------------------------------------------
   mainvisual
------------------------------------------------------------------------------*/
#home #mainvisual {
  width: 100%;
  min-width: 1234px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

#home #mainvisual .bx-viewport {
  overflow: visible !important;
}

#home #mainvisual .bx-wrapper {
  width: 1154px;
  height: 420px;
  border: none;
  margin: 0 auto;
}

#home #mainvisual .panel {
  width: 1154px;
  height: 420px;
  background-position: center top;
  background-repeat: no-repeat;
}

#home #mainvisual .bx-prev {
  background: none;
  background-image: url("../image/mainvisual/arrow-left.png");
  width: 40px !important;
  height: 110px !important;
  display: block;
  top: 155px !important;
  left: -40px !important;
  transition: 0.3s;
}

#home #mainvisual .bx-next {
  background: none;
  background-image: url("../image/mainvisual/arrow-right.png");
  width: 40px !important;
  height: 110px !important;
  display: block;
  top: 155px !important;
  right: -40px !important;
  transition: 0.3s;
}

#home #mainvisual .message {
  position: absolute;
  top: 40px;
  left: calc(50% - 550px);
}

@media screen and (max-width:640px) {
  #home #mainvisual {
    min-width: 640px;
    height: 234px;
  }

  #home #mainvisual .bx-wrapper {
    width: 640px;
  }

  #home #mainvisual .message {
    width: 500px;
    top: 20px;
    left: 20px;
  }
}


/*----------------------------------------------------------------------------
   information
------------------------------------------------------------------------------*/
#information .inner {
  margin-top: 60px;
  margin-bottom: 50px;
}

#information h2 {
  float: left;
  display: inline-block;
  border-bottom: 4px solid #A2CB1F;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 0.5em;
}

#information .btn01 {
  float: right;
}

#information .infolist {
  margin-top: 30px;
}

#information .infolist li {
  border-bottom: 1px dotted #738D37;
}

#information .infolist li:last-child {
  border-bottom: none;
}

#information .infolist li a {
  display: flex;
  align-items: center;
  padding: 1em 0;
  /*pointer-events: none;*/
}

#information .infolist li .date {
  display: inline-block;
  margin-right: 1em;
}

#information .infolist li .cate {
  display: inline-block;
  width: 130px;
  padding: 0.25em 0;
  margin-right: 1em;
  vertical-align: middle;
  /*background-color: #738D37;
  color: #fff;*/
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
  #information .infolist li a {
    flex-wrap: wrap;
  }

  #information .infolist li a span.ttl {
    display: block;
    width: 100%;
  }

  #information h2 {
    padding-bottom: 0.25em;
  }

  #information .infolist li .date {
    width: 6em;
    margin-right: 0.25em;
  }

  #information .infolist li .cate {
    padding: 0.15em 0;
    font-size: 16px;
    margin-top: 2px;
    width: 8em;
  }

  #information .infolist li .title {
    width: calc(100% - 8em);
    line-height: 1.4;
  }
}


/*----------------------------------------------------------------------------
   works
------------------------------------------------------------------------------*/
#works {
  width: 100%;
  background: url("../image/home/works-bg.jpg") no-repeat center;
  text-align: center;
}

/*#works a {
  pointer-events: none;  
}*/

#works .inner {
  padding: 80px 0;
}

#works h2 {
  line-height: 1;
  font-weight: normal;
}

#works h2::after {
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #a2cb1f;
  margin: 16px auto 0;
}

#works .worklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

#works .worklist li {
  display: block;
  width: calc(33.33% - 28px);
  height: 220px;
  margin-bottom: 38px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

/*
#works .worklist li::before {
  content:"";
  display: block;
  padding-top: 57.6%;
}
*/
#works .worklist li:nth-child(1) {
  background: url("../image/home/works-img01.jpg?v=2") center no-repeat;
}

#works .worklist li:nth-child(2) {
  background: url("../image/home/works-img02.jpg?v=2") center no-repeat;
}

#works .worklist li:nth-child(3) {
  background: url("../image/home/works-img03.jpg?v=2") center no-repeat;
}

#works .worklist li:nth-child(4) {
  background: url("../image/home/works-img04.jpg?v=2") center no-repeat;
}

#works .worklist li:nth-child(5) {
  background: url("../image/home/works-img05.jpg?v=2") center no-repeat;
}

#works .worklist li:nth-child(6) {
  background: url("../image/home/works-img06.jpg?v=2") center no-repeat;
}


#works .worklist li a .linktitle {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(115, 141, 55, 0.60);
  border: 1px solid #fff;
  transition: 0.2s;
}

#works .worklist li a:hover .linktitle {
  background-color: rgba(166, 194, 101, 0.60);
}

@media screen and (max-width:640px) {
  #works {
    background-size: cover;
  }

  #works h2 {
    font-size: 160%;
  }

  #works h2::after {
    width: 120px;
    margin-top: 0.5em;
  }

  #works .worklist li {
    width: calc(50% - 18px);
    height: 220px;
  }
}


/*----------------------------------------------------------------------------
   company
------------------------------------------------------------------------------*/
#company {
  padding: 80px 0;
  text-align: center;
}

#company .title {
  width: 100%;
  max-width: 958px;
  height: 200px;
  background: url("../image/home/company-titlebg.jpg?day=20230515") no-repeat;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

#company .title h2 {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  line-height: 180px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
}

#company .desc {
  width: 100%;
  max-width: 766px;
  margin: 30px auto 40px;
}

@media screen and (max-width:640px) {
  #company .title {
    background-position: right top;
  }
}

/*----------------------------------------------------------------------------
   other
------------------------------------------------------------------------------*/
#other {
  width: 100%;
  min-width: 1234px;
  display: flex;
  justify-content: space-between;
}

#other a {
  /*pointer-events: none;*/
}

#other #shitauke {
  background: url("../image/home/other-bg01.jpg") center no-repeat;
}

#other #recruit {
  background: url("../image/home/other-bg02.jpg") center no-repeat;
}

#other .otherbox {
  width: 50%;
  height: 288px;
  text-align: center;
  background-size: cover;
}

#other .otherbox h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
  margin-top: 54px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width:640px) {
  #other {
    min-width: auto;
    display: block;
  }

  #other .otherbox {
    width: 100%;
  }

  #other .otherbox h2 {
    margin-top: 0;
    padding-top: 60px;
    line-height: 1.4;
  }
}