@charset "utf-8";

/*====================================================
ttle design
====================================================*/
.page_title,
.cts_title {
  font-family: HelveticaNeue;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
  margin: 0 0 80px;
}
.page_title span,
.cts_title span {
  padding: 0 0 5px;
  background: url(../images/cts_title_line_wht.svg) no-repeat bottom center / 100% 3px;
}
p.lead_txt {
  text-align: center;
  margin: 0 0 50px;
}

/*メインビジュアル*/
#top #mv {
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #000;
  background-size: cover;
}
#top #mv span {
  background: url(../images/cts_title_line_wht.svg) no-repeat bottom center / 100% ;
}

#news .news_list {
  max-width: 806px;
  margin: 0 auto;
}
#news .news_list dl {
  width: 100%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #676767;
}
#news .news_list dl:nth-child(6) {
  display: none;
}
#news .news_list dl dt {
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
  font-family: HelveticaNeue;
  letter-spacing: .1em;
  margin: 0 0 5px;
}
#news .news_list dl dd {
  width: 100%;
}
#news .news_list dl dd a {
  color: #fff;
  text-decoration: none;
}
#news .news_list dl dd a:hover {
  text-decoration: underline;
}

#works .works_list {
  max-width: 968px;
  width: 100%;
  justify-content: flex-start;
  gap: 72px;
  margin: 0 auto;
}
#works .works_list .works_box {
  width: calc((100% - 72px)/2);
}
#works .works_list .works_box a {
  display: block;
  padding: 32px 24px;
  position: relative;
}
#works .works_list .works_box a .bdr_top {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}
#works .works_list .works_box a .bdr_top:before {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
#works .works_list .works_box a .bdr_top:after {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
#works .works_list .works_box a .bdr_btm {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s;
}
#works .works_list .works_box a .bdr_btm:before {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#works .works_list .works_box a .bdr_btm:after {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .3s;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#works .works_list .works_box a:hover .bdr_top,
#works .works_list .works_box a:hover .bdr_btm {
  height: 50%;
}
#works .works_list .works_box a:hover .bdr_top:before,
#works .works_list .works_box a:hover .bdr_top:after,
#works .works_list .works_box a:hover .bdr_btm:before,
#works .works_list .works_box a:hover .bdr_btm:after {
  width: 50%;
}

#works .gallery {
  margin-top: 15px;
}
#works .gallery .thumbnail-img {
  margin: 0 10px;
}
#works .gallery .thumbnail-img.slick-current img {
  border: 1px solid #fff;
}
#works .gallery .slick-num {
  font-size: 12px;
  line-height: 1.2em;
  margin: 20px 0;
  text-align: center;
}
#works .gallery .slick-next,
#works .gallery .slick-prev {
  top: 0;
  width: 40px;
  height: calc(100% - 35px);
  background: rgba(0, 0, 0, .5);
  padding: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 0;
  transition: .3s;
  z-index: 3;
}
#works .gallery .slider:hover .slick-prev,
#works .gallery .slider:hover .slick-next {
  opacity: 1;
}
#works .gallery .slick-prev:before,
#works .gallery .slick-next:before {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#works .gallery .slick-prev {
  left: 0;
}
#works .gallery .slick-prev:before {
  background: url(../images/arrow-prev.svg) no-repeat center / contain;
}
#works .gallery .slick-next {
  right: 0;
}
#works .gallery .slick-next:before {
  background: url(../images/arrow-next.svg) no-repeat center / contain;
}
#works .gallery.slide-one .slick-num,
#works .gallery.slide-one .thumbnail {
  display: none;
}



#about .table,
#recruit .table {
  max-width: 532px;
  margin: 0 auto;
}
#about .table dl,
#recruit .table dl {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #676767;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
#about .table dl dt,
#recruit .table dl dt {
  width: 120px;
  font-weight: bold;
}
#about .table dl dd,
#recruit .table dl dd {
  width: calc(100% - 120px - 16px);
}

/*NEWS*/
#news .wrap {
  max-width: 806px;
  padding-bottom: 100px;
}
#news .post .date {
  display: block;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: left;
  letter-spacing: .1em;
  margin: 0 0 5px;
}
#news .post .post_title {
  display: block;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
  margin: 0 0 40px;
  padding: 0 0 25px;
  border-bottom: 1px solid #676767;
}
#news .post .post_body p + p,
#news .post .post_body p + img,
#news .post .post_body img + p {
  margin-top: 30px;
}


/*お問い合わせ*/
#contact {
	background: #A6AAAB;
  color: #000;
}
#contact .cts_title span {
  background: url(../images/cts_title_line_blk.svg) no-repeat bottom center / 100% 3px;
}
#contact .form_wrap {
	max-width: 532px;
  width: 100%;
  margin: 0 auto;
}
#contact .input_set {
  width: 100%;
  display: inline-block;
}
#contact .input_set:not(:first-of-type) {
  margin: 24px 0 0 0;
}
#contact .input_set .label {
  font-weight: bold;
}
#contact form input[type="text"],
#contact form input[type="email"],
#contact form input[type="tel"],
#contact form input[type="number"],
#contact form input[type="password"],
#contact form textarea {
  display: block;
	font-size: 16px;
	line-height: 1.6em;
	padding: 10px;
	border: none;
  border-radius: 0;
  background: #92999B;
  width: 100%;
}
#contact form textarea {
  min-height: 164px;
}
.file-button{ 
  font-size: 14px;
}
.file-button::file-selector-button {
  font-weight: normal;
  color: #000;
  background: #ededed;
  border: none;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
}
#contact .sbmBtn {
  width: 100%;
  max-width: 372px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 0;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}
#contact .sbmBtn.back {
  background: #A6AAAB;
  color: #000;
}
#contact .sbmBtn:hover {
  opacity: .8;
}
#contact .btnBox {
  margin-top: 40px;
  flex-direction: column;
}
#contact p.error-msg span {
	margin: 5px 0 0;
	color: #D60003;
  font-size: 12px;
}

form input:focus,
form textarea:focus {
  outline: none;
	border: 1px solid #000!important;
}
form input.error,
form textarea.error {
  background: #cec0c0!important;
}
#contact .sbmBtn:focus {
  border: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #92999B inset;
}

#contact.confirm {
  background: none;
  color: #fff;
}
#contact.confirm .wrap,
#thanks .wrap {
  max-width: 806px;
}
#contact.confirm table.basic_table,
#thanks table.basic_table {
  margin-top: 40px;
}
#contact.confirm .sbmBtn,
#thanks .sbmBtn {
  border: 1px solid #fff;
}




/* ========================================================================================================
   912px以下
   ========================================================================================================*/
@media screen and (max-width: 912px) {
}
/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  p.lead_txt {
    font-size: 15px;
  }
  #news .news_list dl dt {
    font-size: 16px;
  }
  #works .works_list .works_box {
    width: 100%;
  }
  #about .table dl, #recruit .table dl {
    flex-wrap: wrap;
    gap: 0;
  }
  #about .table dl dt, #recruit .table dl dt {
    width: 100%;
    font-size: 14px;
  }
  #about .table dl dd, #recruit .table dl dd {
    width: 100%;
  }
  #contact .sbmBtn {
    font-size: 20px;
    max-width: 210px;
  }
  #thanks .p {
    text-align: center;
  }
}