@charset "UTF-8";
.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #ebf5fa;
  background-size: cover;
}

#recruit {
  width: 100%;
  background: url("../img/message.jpg") top center no-repeat;
  background-size: 100% auto;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  #recruit {
    width: 100%;
    padding-top: 100px;
  }
}

.yellow_line {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff200 70%);
}

.msg {
  background: #fff;
  padding: 60px 60px 45px 60px;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}
.msg h2 {
  text-align: center;
}
.msg p {
  text-align: center;
  margin-bottom: 15px;
}
.msg .t_big {
  padding-top: 3.3rem;
  margin-bottom: 3.3rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #1b8fc8;
}
@media screen and (max-width: 960px) {
  .msg {
    padding: 30px 5%;
    max-width: none;
    width: 92%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 60px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .msg .t_big {
    font-size: 1.7rem;
  }
}

.intro {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .intro {
    margin-top: 20px;
  }
}
.intro figure {
  margin-bottom: 20px;
  position: relative;
}
.intro figcaption {
  background: #1b8fc8;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .intro figcaption {
    padding: 3px 7px;
  }
}
.intro .hover_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(24, 114, 159, 0.65);
  opacity: 0;
  transition: .3s ease-in-out;
}
.intro .hover_text span {
  display: block;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .intro .hover_text span {
    bottom: 20%;
  }
}
.intro .hover_text .plus {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .intro .hover_text .plus {
    width: 20px;
    height: 20px;
  }
}
.intro .hover_text .plus:before, .intro .hover_text .plus:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 40px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .intro .hover_text .plus:before, .intro .hover_text .plus:after {
    width: 20px;
    height: 6px;
  }
}
.intro .hover_text .plus:before {
  width: 6px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .intro .hover_text .plus:before {
    width: 6px;
    height: 20px;
  }
}
.intro figure:hover .hover_text {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .photo .flex {
    flex-direction: row;
  }
  .photo .flex.flex-between.col_3 > div {
    width: 48%;
  }
}

.ex {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ad {
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .ad {
    display: none;
  }
}

a.btnMap {
  display: inline-block;
  padding: 2px 10px 3px 25px;
  background: url("../img/map.png") no-repeat center left 7px #1b8fc8;
  background-size: 15px auto;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  a.btnMap {
    margin-top: 5px;
    display: block;
    width: 100px;
  }
}

.entry p {
  margin-bottom: 1rem;
}
.entry .inner {
  margin-bottom: 0;
}

.btnset {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.btnset li {
  width: 46%;
}

.form_box {
  text-align: center;
  margin: 37px auto;
  letter-spacing: 0.02em;
}
.form_box .formbtn {
  display: block;
  text-align: center;
  margin: 30px auto 20px auto;
  border-radius: 10px;
  background-image: -moz-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  background-image: -webkit-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  background-image: -ms-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  box-shadow: 0px 5px 9.5px 0.5px rgba(96, 118, 129, 0.15);
  height: 124px;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}
.form_box .formbtn:hover {
  transform: scale(0.95);
}
.form_box .formbtn span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  padding-top: 36px;
}

.tel_box {
  text-align: center;
  margin: 37px auto;
  letter-spacing: 0.02em;
}
.tel_box .telbtn {
  display: block;
  text-align: center;
  margin: 30px auto 20px auto;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #fb7f2c;
  box-shadow: 0px 5px 9.5px 0.5px rgba(96, 118, 129, 0.15);
  height: 124px;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}
.tel_box .telbtn:hover {
  transform: scale(0.95);
}
.tel_box .tel {
  color: #fb7f2c;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 16px;
  padding-top: 24px;
}
.tel_box .time {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fb7f2c;
  line-height: 1;
}
.tel_box .time span {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .btnset {
    width: 100%;
  }

  .form_box .formbtn {
    height: 124px;
  }
  .form_box .formbtn span {
    font-size: 2.2rem;
    padding-top: 40px;
  }

  .tel_box .telbtn {
    height: 124px;
  }
  .tel_box .tel {
    font-size: 2.5rem;
    margin-bottom: 16px;
    padding-top: 30px;
  }
  .tel_box .time {
    font-size: 1.4rem;
  }
  .tel_box .time span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .btnset {
    width: 92%;
    margin: 0 4%;
  }
  .btnset li {
    width: 100%;
  }

  .form_box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .form_box .formbtn {
    width: 100%;
    height: 110px;
    margin: 30px auto 0 auto;
  }
  .form_box .formbtn span {
    font-size: 2rem;
  }

  .tel_box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tel_box .telbtn {
    width: 100%;
    height: 110px;
    margin: 30px auto 20px auto;
  }
  .tel_box .telbtn .tel {
    font-size: 3rem;
  }
  .tel_box .telbtn .time {
    font-size: 1.2rem;
  }
}
/* lightbox
=========================================== */
@media only screen and (min-width: 769px) {
  .lb-container {
    background: #fff;
    padding: 70px 70px 0 70px;
  }

  .lb-data .lb-details {
    padding: 0 0 50px 70px;
  }

  .lb-data .lb-details {
    width: 80%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
}
.lb-dataContainer {
  background: #fff;
  border-radius: 0 0 0 0;
}

.lb-data .lb-caption {
  font-size: 1.4rem;
  color: #363636;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .lb-data .lb-caption {
    margin-left: 10px;
    display: block;
    padding-bottom: 30px;
  }
}

.lb-data .lb-caption span {
  display: block;
  color: #1b8fc8;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .lb-data .lb-caption span {
    font-size: 1.7rem;
    margin-top: 5px;
  }
}

.lightboxOverlay {
  background-color: #1b8fc8;
  opacity: 0.8;
}

.lb-data .lb-number {
  display: none !important;
}

.lightbox .lb-image {
  border-radius: 0 0 0 0;
}

.lb-data .lb-close {
  background: url(../../common/img/close.png) top right no-repeat;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .lb-data .lb-close {
    background-size: 15px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .lb-data .lb-close {
    display: block;
    float: right;
    margin-right: 70px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lb-closeContainer {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.lb-nav a.lb-prev {
  opacity: 1;
  background-size: 25px 25px;
}
@media only screen and (min-width: 769px) {
  .lb-nav a.lb-prev {
    background: url(../../common/img/prev.png) left 50% no-repeat;
  }
}

.lb-nav a.lb-next {
  opacity: 1;
  background-size: 25px 25px;
}
@media only screen and (min-width: 769px) {
  .lb-nav a.lb-next {
    background: url(../../common/img/next.png) right 50% no-repeat;
  }
}

@media only screen and (min-width: 769px) {
  .lb-nav {
    top: 30px;
    height: calc( 100% - 30px );
  }
}
/*タブ切り替え全体のスタイル*/
#requirement {
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
#requirement .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#requirement .tab_item {
  max-width: 1080px;
  width: calc((100% - 48.1px) / 5);
  height: 65px;
  background-color: #ebf5fa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #requirement .tab_item {
    width: calc((100% - 8px) / 5);
    font-size: 1.1rem;
  }
}
#requirement .tab_item:not(.mg_none) {
  margin-left: 10px;
}
@media (max-width: 768px) {
  #requirement .tab_item:not(.mg_none) {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  #requirement .tab_item:not(.mg_none) {
    margin-left: 2px;
  }
}
#requirement input[name="tab_item"] {
  display: none;
}
#requirement .tab_content {
  display: none;
  padding: 4rem 2rem;
  clear: both;
  position: relative;
}
#requirement .tab_content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
  background: #1b8fc8;
  z-index: 1;
}
@media (max-width: 767px) {
  #requirement .tab_content::before {
    top: -1px;
  }
}
#requirement .tbl01 {
  border-top: none;
}
@media (max-width: 768px) {
  #requirement .tbl01 {
    width: 100%;
    padding: 3rem 1rem;
  }
}
#requirement .tbl01 tbody {
  border-top: 1px solid #ddd;
}
#requirement #sales:checked ~ #sales_content,
#requirement #office:checked ~ #office_content,
#requirement #delivery:checked ~ #delivery_content,
#requirement #management:checked ~ #management_content,
#requirement #construction:checked ~ #construction_content {
  display: block;
}
#requirement .tabs input:checked + .tab_item {
  background-color: #1b8fc8;
  color: #fff;
}
