@charset "UTF-8";

/* 採用情報
---------------------------------------------------------*/
.recruit_select {
  border: 2px solid #cc0000;
  position: relative;
  width: 100%;
  background: #fff;
  height: 260px;
  transition: .5s ease-out;
}
.recruit_select:hover {
  background: #333;
  transition: .5s ease-out;
  opacity: 1;
}
.recruit_select .select_wrap {
  padding: 50px 40px;
}
.recruit_select .select_wrap .select_ttl {
  color: #cc0000;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
  font-size: 3.2rem;
}
.recruit_select .select_wrap .select_ttl_jp {
  color: #333;
  font-weight: 700 !important;
}
.stickarrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  transform: skew(45deg);
}
.recruit_select:hover .select_ttl,
.recruit_select:hover .select_ttl_jp {
  color: #fff!important;
}
.recruit_select:hover .stickarrow {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only print, screen and (min-width: 750px){}


/* 施工事例
---------------------------------------------------------*/
.works_grid_cat_date li{
  animation: test .8s;
  position: relative;
  background-color: #fff;
}
@keyframes test {
  0% {
    transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
.cat_date_item_link img.wide {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cat_date_item_link img.tall {
  width: 100%;
  height: 240px;
  object-fit: contain;
}
.works_grid_cat_date .cat_date_item .cat_ttl {
  background: #111;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 4px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.works_grid_cat_date .cat_date_item .cat_h3 {
  background: #cc0000;
  color: #fff;
  padding: 10px 10px;
}
.cat_txt_wrap_item {
  position: relative;
}
.stickarrow_wh {
  position: absolute;
  bottom: 17px;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}
.container .slider .slick-slide {
  background: #fff;
}
.container .slider .slick-slide img.wide {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.container .slider .slick-slide img.tall {
  height: 550px;
  width: 100%;
  object-fit: contain;
}
.thumbnail .slick-track {
  transform: unset!important;
  width: 100%!important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 6) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
.container .thumbnail .thumbnail-img img {
  height: 80px;
  object-fit: cover;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1;
}
.prev-arrow {
  left: -20px;
}
.next-arrow {
  right: -20px;
}
.works_pt {
  padding-top: 40px!important;
}
.works_bg {
  background: #fff;
  position: relative;
}
.works_bg .point {
  background: #111;
  color: #fff;
  padding: 4px 10px;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
  position: absolute;
  top: -10px;
  left: 30px;
}
.works_wrap {
  padding: 50px 30px 30px;
}
@media only print, screen and (max-width: 750px){
  .slide-arrow {
    width: 40px;
  }
  .container .slider .slick-slide img.wide {
    object-fit: contain;
  }
  .container .slider .slick-slide img.tall {
    object-fit: cover;
  }
}

/* 問い合わせ
---------------------------------------------------------*/
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form textarea,
.contact_form select {
  width: 100%;
  padding: 1.35em 20px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
.contact_form select {
  /* -moz-appearance: menulist;
  -webkit-appearance: menulist; */
    -webkit-appearance: none;
    appearance: none;
}
.contact_form .c-sptable__td {
  padding: 0;
}
.contact_form input[type="text"]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=tel]:focus,
.contact_form textarea:focus,
.contact_form select:focus {
  outline: solid 2px #cc0000;
  outline-offset: -2px;
}
.required {
  color: #cc0000;
}
.contact_form .form_btn {
  display: block;
  cursor: pointer;
}
.form_btn_wrap {
  position: relative;
}
.contact_form .form_btn_wrap::before {
  position: absolute;
  top: -50px;
  right: 50%;
  display: block;
  width: 2px;
  height: 20px;
  background-color: #111;
  content: "";
  transform: translateX(50%);
}
@media only print, screen and (max-width: 750px){
  .contact_form input[type=text],
  .contact_form input[type=email],
  .contact_form input[type=tel],
  .contact_form textarea,
  .contact_form select {
    padding: 1.35em 10px;
  }
}

/* 会社情報
---------------------------------------------------------*/
.sign_name img {
  width: 180px;
}
.group_title {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
.group_works {
  background: #fff;
  padding: 20px;
}
.group_logoimg {
  border: 1px solid #cc0000;
}

/* スタッフ紹介
---------------------------------------------------------*/
.staff_wrap {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.3);
}
.staff_wrap .years {
  background: #111;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0px 10px;
}
.staff_wrap .staff_name .name {
  display: block;
  font-size: 2rem;
  font-size: 20px;
}
.staff_wrap .staff_name .en {
  display: block;
  font-weight: normal;
  color: #cc0000;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
}
.staff_wrap .comment {
  line-height: 1.6;
  font-size: 1.4rem;
  font-size: 14px;
}
.staff_wrap .more_interview {
  font-weight: 400 !important;
  background: #cc0000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  font-family: "Racing Sans One", cursive;
}

/* インタビュー
---------------------------------------------------------*/
.interview_wrap {
  background: #fff;
  padding: 30px;
}
.interview_wrap .column2 {
  display: flex;
}
.interview_wrap .column2 .staff {
  flex: 1;
  margin-right: 20px;
}
.interview_wrap .column2 .info {
  flex: 4;
}
.interview_wrap .years {
  background: #111;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0px 10px;
}
.interview_wrap .staff_name .name {
  font-size: 2rem;
  font-size: 20px;
  margin-right: 10px;
}
.interview_wrap .staff_name .en {
  font-weight: normal;
  color: #cc0000;
  font-weight: 400 !important;
  font-family: "Racing Sans One", cursive;
}

@media only print, screen and (max-width: 750px){
  .interview_wrap .column2 {
    display: block;
  }
  .interview_wrap .column2 .staff {
    padding: 20px;
  }
}


/* 切り抜き画像配置
---------------------------------------------------------*/
.recruit_item {
  position: relative;
}
/* .recruit_item::before {
  position: absolute;
  content: "";
  background: url(../images/item01.png)no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  width: 20em;
  height: 20em;
  right: -12px;
  top: -280px;
} */
.recruit_item::before {
  position: absolute;
  content: "";
  background: url(../images/item02.png)no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  width: 20em;
  height: 20em;
  right: 0px;
  top: -320px;
}

@media only print, screen and (max-width: 750px){
  .recruit_item_top {
    padding-bottom: 150px!important;
    margin-bottom: 100px;
  }
  .recruit_item::before {
    right: 50%;
    transform: translateX(50%);
  }
}

/* お知らせ詳細
---------------------------------------------------------*/
.news_date {
  font-weight: 400 !important;
  font-size: 1.4rem;
  font-family: "Racing Sans One", cursive;
}
.news_img {
  /* background: #fff; */
  /* padding: 30px 0; */
}
.news_img figure {
  /* width: 50%; */
  /* margin: auto; */
  border: 1px solid #ddd;
}
@media only print, screen and (max-width: 750px){
  .news_img figure {
    width: 100%;
  }
}