
body{
  line-height: 180%;
  font-size: 15px;
}

.wrap{
  background: #f4f4f4;
  padding-bottom: 5px;
}

#header {
  background: #ffffff;
  width: 100%;
  z-index: 10;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

#header .con1 {
  width: 100%;
}

#logo {
  box-sizing: border-box;
  width: 150px;
  position: relative;
  z-index: 2;
  margin: 15px 0px 10px 4%;
}

#logo1ft{
  width: 150px;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

#header.m_fixed {
  width: 100%;
  position: fixed;
  z-index: 9;
}

/*メインビジュアル
トップスライダー*/

#mainvl {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: url(images/bg_dot1.png) no-repeat left bottom;
  background-size: 400px;
}

#mainvl .swiper-container{
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#mainvl .swiper-slide{
  width: 100%;
  height: 100%;
}

#mainvl .single-slide{
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #000;
}

#mainvl .swiper-slide::before,
#mainvl .single-slide::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right,  rgba(0,0,0,0.6) 1%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
}

.mainbox{
  width: 90%;
  position: absolute;
  top: 100px;
  left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: left;
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
}

.maintxt{
  
}

.maintxt h2{
  font-size: 32px;
  line-height: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}

.maintxt h3{
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
  font-weight: 700;
  white-space: nowrap;
}

#toppoint .con1{
  margin-top: -50px;
  z-index: 5;
}

.point_flex,
.box_flex{
  text-align: left;
}

.point_flex ul {
  
}

.point_flex li,
.box_flex li{
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(221,221,221,1) 85%,rgba(221,221,221,1) 100%);
  box-sizing: border-box;
  padding: 10px 13px 10px 18px;
  border-left: 6px solid #dddddd;
  width: 48%;
  min-width: 270px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 1% 10px 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.point_flex2 li{
  padding-top: 70px;   
}

.p-inr{
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.point_flex2 li:last-child{
  padding-bottom: 70px;
}

.p-flex{
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.p-flex2{
  width: 100%;
}

.p-flex3 {
  text-align: center;
  width: 100%;
}

.p-flex3 div{
  text-align: center;
  padding: 30px 0 0;
}

.p-pt{
  font-family: "Bentham", serif;
  font-size: 16px;
}

.p-pt2{
  font-family: "Bentham", serif;
  font-size: 16px;
  padding-bottom: 5px;
}

.p-txt,
.p-txt2{
  flex: .9;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}

.p-txt3{
  flex: 1; 
  padding-bottom: 30px;
}

.p-txt2{
  padding-bottom: 50px;
  position: relative;
}

.p-inr h3{
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

.p-inr h4{
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 15px;
}

.p-inr p{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}


.p-txt2::after{
  content: '';
  background:#333333 url(images/ar1.png) no-repeat center center;
  background-size: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-img{
  width: 90px;
}

.p-img img{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.p-img2{
  width: 100%;
  text-align: center;
}

/*フッタ*/

#contact{
  border-top: 1px solid #dddddd;
  background: url(images/bg_dot2.png) no-repeat right center;
  background-size: 400px;
}

.con_flex{

}

.con_txt{
}

.con_btn{
  width: 100%;
  margin: 30px auto 0;
}

.con_btn_fl{
  background: #000;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.btn_img{
  width: 120px;
}

.btn_txt{
  flex: .90;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

.btn_txt .en{
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  display: block;
}


footer{
  border-top: 1px solid #dddddd;
}

.ft_flex{
  
}

#copyright{
  padding-top: 15px;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 28px;
}

#copyright a{
  display: inline-block;
  font-size: 12px;
  color: #a8a8a8;
}

#copyright span{
  display: inline-block;
  font-size: 12px;
  color: #a8a8a8;
  padding: 0 5px;
}


/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.txt_m{
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.txt_b{
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 300px;
}

.wid_2{
  width: 300px;
}

.ttl{
  margin-bottom: 30px;
}

.subvl{
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  color: #333333;
  border-bottom: 1px solid #dddddd;
}

.subvl .con1{
}

.subvl .ttl{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.subtxt,
.subtxt2{
  
}

.subtxt{
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
}

.ttl h2,
.ttl h3{
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 2px;
}

.subtxt2,
.ttl h4{
  font-size: 27px;
  line-height: 36px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
}

.en{
  font-family: "Bentham", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ttl .en{
  font-size: 18px;
  line-height: 30px;
}

.ttl_inline,
.h3_inline{
  
}

.ttl.ttl_inline{
  
  margin-bottom: 0;
}

.h3_inline{
  vertical-align: top;
  padding-top: 20px;
}

/*トップ*/

#topservice{
  background: url(images/bg_dot2.png) no-repeat right top;
  background-size: 400px;
  padding-top: 110px;
}

#toparea{
  background: url(images/bg_dot2.png) no-repeat right top;
  background-size: 400px;
}

.service_block ul,
.works_block ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.service_block li{
  width: 48%;
  box-sizing: border-box;
  margin: 10px 1% 60px;
  position: relative;
}

.works_block li{
  width: 48%;
  box-sizing: border-box;
  margin: 10px 1% 10px;
  position: relative;
}

.works_block li img{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.works_block2 ul.multiple-items,
.works_block3 ul.multiple-items{
  padding: 0;
  margin: 0;
}

.works_block2 ul.multiple-items li,
.works_block3 ul.multiple-items li{
  list-style: none;
  padding: 10px 0;
  margin: 0 15px;
  box-sizing: border-box;
  height: auto;
}

.slick-dots li {
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.slick-dots li button:before {
  font-size: 18px;
}

.slick-dots {
  bottom: -40px;
}

.serviceimg,
.worksimg{
  width: 100%;
	position: relative;
}

.worksimg{
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 7/8; 
  position: relative;
}

.ninteiimg{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.serviceimg img {
	height: auto;
	width: 100%;
	max-width: inherit;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.worksimg img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: block;
  z-index: 1;
}

.serviceimg span{
	position: absolute;
  font-family: "Bentham", serif;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  background: #000;
  padding: 3px 15px;
}

.worksimg span{
	position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: #ffffff;
  background: #000;
  padding: 3px 15px;
  z-index: 2;
}

.worksimg a,
.ninteiimg a{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.service_block h3{
  border-bottom: 1px solid #333333;
  padding: 10px 50px 15px 5px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.service_block h3::after{
  content: '';
  background:#000 url(images/ar1.png) no-repeat center center;
  background-size: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

.works_tab li{
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 10px;
}

.works_tab li a{
  color: #ffffff;
  padding: 5px 15px;
  background: #000;
}

#toprecruit{
  background: url(images/top_bg1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  margin-bottom: 100px;
}

#toprecruit .con1{
  padding-bottom: 130px;
}

#toprecruit .box_flex{
  position: absolute;
  bottom: -60px;
  z-index: 4;
}

.wg_flex{
  
}

.wg_ttl{
  
}

.wg_box{
  flex: 1;
  margin-top: 15px;
}

.postbtn{
  text-align: center;
  padding-top: 10px;
}

.leftbtn,
.rightbtn{
  font-family: "Bentham", serif;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
  display: inline-block;
}

.leftbtn{
  border-right: 1px solid #333333;
  width: 90px;
  text-align: left;
}

.rightbtn{
  width: 80px;
  text-align: right;
}

/*serviceページ*/
.ser_flex{

}

.recruit_flex{

}

.ser_img{
  width: 100%;
  height: 300px
}

.recruit_img{
  width: 100%;
  height: 300px
}

.ser_txt,
.recruit_txt{
  padding-top: 30px;
}

.ser_txt{
  padding-bottom: 40px;
}

.ser_inr,
.recruit_inr{
  width: 90%;
  margin: 0 auto;
}

.recruit_inr{
  
}

.ser_inr h3,
.recruit_inr h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}

.job ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.job li{
  width: 48%;
  margin: 10px 1% 0;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.check li{
  padding: 10px 0 5px 30px;
  background: url(images/check.png) no-repeat left 14px;
  background-size: 25px;
  font-size: 16px;
  line-height: 30px;
}

.table_list dt,
.table_list dd{
  border-top: 1px solid #333333;
  padding: 15px 5px;
  box-sizing: border-box;
}

.table_list dt{
  width: 120px;
  font-weight: 700;
  float: left;
  clear: left;
}

.table_list dd{
  margin-left: 120px;
}

.table_list dl{
  border-bottom: 1px solid #333333;
}

#subrecruit .con1,
#subcontact .con1{
  margin-top: -50px;
}

#subrecruit,
#subcontact{
  padding-bottom: 60px;
}

.recruitformimg{
  background: url(images/recruit_bg2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.contactimg{
  background: url(images/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.form_inr{
  padding: 30px 30px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  background: #ffffff;
}

.form_ttl{
}

.form_box{
  padding-top: 20px;
}

.con_form dl{
  padding-bottom: 10px;
}

.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 13px;
	color: #e60012;
	font-weight: bold;
	padding-left: 5px;
}

.company_flex{

}

.company_img,
.company_txt{
  width: 100%;
}

.company_img{
  margin-top: 10px;
}

.company_txt{
  padding-bottom: 20px;
}

.company_img img{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/********************************************
 * 共通要素
 ********************************************/

.line1{
  border-top: 1px solid #dddddd;
}

.line2{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.sp_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

@media screen and (max-width: 700px) {
#toprecruit .con1{
  padding-bottom: 230px;
}
.box_flex ul{
  text-align: center;
}
}

@media screen and (max-width: 650px) {

.service_block ul{
  display: block;
}

.service_block li{
  width: 90%;
  margin: 10px auto 40px;
}
  
.point_flex ul{
  text-align: center;
}

.point_flex li,
.box_flex li{
  width: 90%;
}
  
}

.service_block h3 span,
.subtxt span{
  /*background: #bdbdbd;
  color: #ffffff;*/
  border: 1px solid #e60012;
  color: #e60012;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 10px;
  margin-right: 12px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.tab-content .table_list {
  display: none;
}

.tab-content .table_list.active {
  display: block;
}

.job2 ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.job2 li{
  cursor: pointer;
  width: 48%;
  margin: 5px 1% 10px 1%;
  padding: 5px 10px;
  background: rgba(0,0,0,0);
  border: 1px solid #000;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.job2 li.active {
  background: rgba(0,0,0,1);
  color: #fff;
}

.jtxt{
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.job2 {
 
}

