@charset "utf-8";


body{
	background-color: black;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #FFFFFF;
	margin: 0;
	overflow-x: hidden;
}

header .main_nav{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color:rgba(0,0,0,0.6);
	padding: 0px 50px 0 50px;
	position: absolute;
	top: 0%;
	right: 0%;
	width: 100%;
}

.main_nav li {
	float: left;
	padding: 0px 0px 0px 45px;
	list-style: none;
}

.main_nav a{
	text-decoration: none;
	color: #FFFFFF;
	transition: color .3s;
}
.main_nav a:hover{
	color: #fc140a;
}

.top_logo_box{
	position: relative;
	display: flex;
	align-items: center;
}

/* top 動画　*/
/* kv */
.kv{
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* video */
.video{
  width: 100%;
  height: 120vh;
  background:url("img01/top_img.jpg")no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.video:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}


.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

h1{
	color: white;
	font-size: 35px;
	display: flex;
	align-items: center;
	position: absolute;
	padding: 0 50px 0 50px;
	font-weight: bold;
	letter-spacing: 2px;
}

h1 img{
	max-width: 60px;  
    height: auto;     
	margin-right: 10px;
}
.top_cont_box h2{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 7px;
	text-align: center;	
	margin: 75px 0 45px 0;
	padding: 2px 4px 0 10px;
}
.top_left_about{
	position: relative;
	background: url("img01/about_img.jpg") center center no-repeat;
	background-size: cover;
}
.top_left_news{
	position: relative;
	background-image: url("img01/news_bg.jpg");
	background-size: cover;
}
.top_left_recruit{
	position: relative;
	background: url("img01/recruit_img.png") center center no-repeat;
	background-color: #171717;
}

.top_right_service{
	position: relative;
	text-align: right;
	background-color: #1a1a1a;
}
.top_right_contact{
	position: relative;
	text-align: right;
	background: url("img01/contact_img.gif")
}
.top_cont_text_left{
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 17px;
	color:rgba(252,20,10,0.6);
	position: relative;
    left: 20px;
    top: -40px;
}
.top_cont_text_right{
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 17px;
	color:rgba(252,20,10,0.6);
	position: relative;
	right: 5px;
	top: -40px;
}   
.link_more a{
	padding: 20px 35px;
	border: solid 1px #ffff;
	text-decoration: none;
	color: #ffffff;
	transition: color .3s;
	margin-top: 30px;
	display: inline-block;
	letter-spacing: 5px;
}
.link_more a:hover{
	color: #fc140a;
	border: solid 1px #fc140a;
}

.about_cont_box h2{
	background-color:rgba(252,20,10,0.6);
	display: inline-block;
}
.about_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 420px;
	text-align: center;
}
.about_cont_box p{
	font-size: 17px;
	letter-spacing: 5px;
	line-height: 28px;
}
.service_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 650px;
	text-align: center;
	position:relative;
	padding: 15px 0 0 0;
}
.service_cont_box h3{
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
}
.service_cont_box ul{
	display: table;
    table-layout: fixed;
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
	margin-bottom: 0;
}
.service_cont_box li{
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 100%;
	padding: 70px 0 70px 0; 
}
.service_cont_box p{
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 25px;
}
.service_kakou{
	background-image: url("img01/service_01_img.gif");
	background-size: cover;
}
.service_kikai{
	background-image: url("img01/service_02_img.gif");
	background-size: cover;
}

.service_hanbai{
	background-image: url("img01/service_03_img.gif");
	background-size: cover;
}

.news_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 500px;
	text-align: center;
	position:relative;
}
.news_cont_box h2{
	display: inline-block;
	font-size: 17px;
	color: rgba(255,255,255,0.70);
	padding: 0;
	margin: -75px 0 0 0;
}
.news_cont_box h3{
	margin-top: 0;
}
.news_cont_box ul{
	display: flex;
	justify-content: space-around;
	list-style-type: none;
    height: 100%;
	padding-left: 0;
	margin: 0 45px;
}
.news_cont_box li{
	background-color: #fff;
    vertical-align: middle;
    word-wrap: break-word;
	width: 30%;
    height: 100%;
	position: relative;
}
.news_cont_box img{
	width:100%;
    vertical-align:bottom;
	border-bottom: 1px #7777 solid;
}
.news_cont_box a{
	padding: 0;
	color: #000000;
	border: none;
	text-decoration: none;
}
.news_cont_box a:hover{
	opacity: 0.6;
}
.news_tit{
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 15px 20px 15px;
	letter-spacing: 1px;
}
.news_time{
	display: block;
	text-align: left;
	color: #820002;
	margin: 20px 0 0 15px;
	font-weight: 600;
}
.news_category{
	color: #fff;
	background-color:rgba(252,20,10,0.6);
	padding: 8px;
	position: absolute;
	left: 0;
	letter-spacing: 2px;
}
.news_list{
	display: inline-block;
	padding: 60px 0;
}

.news_list a{
	padding: 20px 40px;
	letter-spacing: 5px;
	color: #FFFFFF;
    border: 1px solid #fff;
	text-decoration: none;
	transition: color .3s;
}
.news_list a:hover{
	color: #fc140a;
	border: solid 1px #fc140a;
}


.contact_cont_box h2{
	display: inline-block;
}
.contact_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 400px;	
	text-align: center;
	position:relative;
}
.contact_cont_box ul{
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
	}
.contact_cont_box li{
	margin: 0 15px;
	display: inline-block;
	width: 200px;
}
.contact_tet{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	width: 67%;
}

.contact_cont_box p{
	letter-spacing: 5px;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 50px;
}
.cotact_link a{
	padding: 10px 0 ;
	border: solid 1px #4c4c4c;
	text-decoration: none;
	color: #4c4c4c;
	display: table;
	width: 100%;
	letter-spacing: 7px;
	font-size: 18px;
	background-color: #fff;
}
.cotact_link a:hover{
	opacity: 0.7;
}
.contact_img{
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	text-align: right;
	width: 33%;
}
.cotact_link img{
	width: 35px;
}

.recruit_cont_box h2{
	background-color: rgba(0,0,0,0.4);
	display: inline-block;
}
.rec_txt {
	font-size: 18px;
	letter-spacing: 2px;
	background-color: rgba(0,0,0,0.4);
	padding: 0 10px 0 20px;
}
.recruit_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 420px;
	text-align: center;
	position:relative;
}
.link_more_rec a{
	padding: 20px 35px;
	border: solid 1px #ffff;
	text-decoration: none;
	color: #ffffff;
	transition: color .3s;
	margin-top: 30px;
	display: inline-block;
	letter-spacing: 5px;
	background-color: rgba(0,0,0,0.4);
}
.link_more_rec a:hover{
	color: #fc140a;
	border: solid 1px #fc140a;	
}

.hiro_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 165px;
	background-image: url("img01/hirosima_img.gif");
	background-size: cover;
	text-align: center;
	position:relative;
	padding: 20px;
}

.hiro_tit_box{
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
	float: left;
	width: 100%;
	display: table;
}
.hiro_tit_box li{
	list-style: none;
	display: table-cell;
	vertical-align: middle;
}
.hiro_tit{
	text-align: left;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: bold;
    color: rgba(252, 20, 10, 0.6);
	vertical-align: middle;
	line-height: 1.2;
}
.hiro_tit_02{
	text-align: left;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: bold;
    color: rgba(252, 20, 10, 0.6);
	vertical-align: middle;
	line-height: 1.2;
}
.hiro_cont_box a{
	padding: 15px 35px 15px 35px;
	border: solid 1px #ffff;
	text-decoration: none;
	color: #ffffff;
	transition: color .3s;
	letter-spacing: 5px;
	text-align: right;
	line-height: 1.2;
}
.hiro_cont_box a:hover{
	color: #fc140a;
	border: solid 1px #fc140a;
}	

.footer_cont{
	display: flex;
	width: 100%;
	height: auto;
}
.footer_adress{
	width: 45%;
	padding: 25px;
}
.footer_adress p{
	color: #D3D3D3;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 2px;
	margin: 15px 0 0 0;
}
.footer_adress a{
	display: flex;
	align-items: center;
	margin: 0;
	text-decoration: none;
	font-size: 25px;
	letter-spacing: 2px;
	color: #D3D3D3;
	font-weight: bold;
}
.footer_adress a:hover{
	opacity: 0.7;
}
.footer_logo_text img{
	max-width: 45px;
	margin-right: 7px;
    height: auto;
}

.footer_nav{
	width: 60%;
	padding: 25px;
}
.footer_nav a{
	text-decoration: none;
	color: #D3D3D3;
	transition: color .3s;
}
.footer_nav a:hover{
	color: #fc140a;
}
.footer_nav ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 200;
}
.footer_nav li{
	list-style: none;
	
}
.footer_nav span{
	margin-top: 15px;
	letter-spacing: 2px;
}
.footer_copy{
	text-align: center;
	background-color: #2D2D2D;
	padding: 10px;
	margin: 0;
} 

/*　中ページ　会社概要　*/
.about_logo_text{
	position: absolute;
	top: 22px;
	left: -20px;
	font-size: 20px;
	letter-spacing: 3px;
}
.about_logo_text img{
	width: 38px;
}
.about_tit_box{
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}
.about_tit_box h2{
	font-size: 55px;
	font-weight: bold;
	letter-spacing: 16px;
	color:rgba(252,20,10,0.6);
	position: absolute;
	left: 25px;
	padding-top: 40px;
	margin: 0;
}
.about_img img{
	width: 100%;
	height: auto;
	display: block;
}
.about_nav{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color:rgba(0,0,0,0.6);
	padding: 0px 50px 0 50px;
	position: absolute;
	top: 0%;
	right: 0%;
	width: 100%;
}

.about_nav li {
	float: left;
	padding: 0px 0px 0px 45px;
	list-style: none;
}

.about_nav a{
	text-decoration: none;
	color: #fc140a;
	transition: color .3s;
	letter-spacing: 1px;
	font-size: 15px;
}
.about_nav a:hover{
	color: #fff;
}
.about_mini_nav{
	display: flex;
	justify-content: space-evenly;
	list-style: none;
	margin: 0;
	padding: 100px 0 50px 0;
	
}
.about_mini_nav a{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 10px;
	background-image: linear-gradient(
    to right,
    #fff,
    #fff 50%,
    #fc140a 50%);
	background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0 5px 9px;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s;
}
.about_mini_nav a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.3s;
}
.about_mini_nav a:hover {
 background-position: 0;
}

.about_mini_nav a:hover::after {
	transform: scaleX(1);
}
.about_txt{
	text-align: center;
	font-size: 15px;
	letter-spacing: 3px;
	margin: 15px 0 0 0;
	line-height: 40px;
	color: #969696;
	padding: 0 25px;
}
.about_cont01{
	padding: 0 25px;
}
.about_tit_h3{
	text-align: center;
	letter-spacing: 10px;
	font-size: 23px;
	font-weight: bold;
	margin: 90px 0 50px 0;
	position: relative;
	padding-left: 7px;
}
.about_tit_h3:before {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 70px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fc140a;
  border-radius: 2px;
}
.about_cont01 table{
	width: 70%;
	margin: auto;
	border-collapse: collapse;
}
.about_cont01 td{
	padding: 20px 15px;
	border-bottom: solid 1px #636363;
	line-height: 23px;
}
.td_left{
	width: 40%;
	text-align: center;
	letter-spacing: 6px;
}
.td_right{
	width: 60%;
	text-align: left;
	letter-spacing: 4px;
	font-size: 15px;
}
.about_cont01 ul{
	padding-left: 20px;
	list-style: circle;
}
.about_map{
	border-bottom: 1px solid #3D3D3D;
}
.about_map iframe{
	width: 100%;
	margin-bottom: 70px;
}

/*　中ページ　事業内容　*/
.service_cont_tit {
    text-align: left;
    font-weight: 600;
    margin: auto;
    width: 100%;
    letter-spacing: 4px;
    border-bottom: 2px solid #626262;
    background: #292929;
    padding: 15px 0 15px 25px;
}
.service_cont_kinzoku{
	width: 100%;
	padding: 15px 25px;
}
.service_cont_kinzoku ul{
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.service_cont_kinzoku ul li div{
	width: 100%;
	text-align: center;
}
.service_cont_kinzoku ul li img{
	width: 85%;
}
.service_cont_kinzoku ul li p{
	letter-spacing: 5px;
	text-align: center;
	margin-top: 15px;
}
.service_cont_setubi{
	width: 100%;
	padding: 15px 25px;
}
.service_cont_setubi ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	margin-top: 25px;
	padding: 0 25px;
	justify-content: space-between;
}
.service_cont_setubi ul li{
	width: calc(50% - 20px);
	margin-bottom: 35px;
	box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
}
.ervice_list_left{
	width: 5%;
}
.service_cont_setubi ul li img{
	width: 100%;
}
.service_list_right{
	width: 100%;
}
.service_list_right p{
	font-size: 20px;
	letter-spacing: 5px;
	padding: 10px 5px 10px 10px;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #fc140a;/*左線*/
	margin: 15px 0 10px 0;
}
.service_list_right table{
	width: 100%;
	border-collapse: collapse;
}
.service_list_right table tr td{
	border: 1px solid #4A4A4A;
}
.service_list_right table td{
	padding: 15px;

}
.service_left{
	text-align: center;
	width: 30%;
}

.setubi_list_tit{
	background-color: #2B2B2B;
	padding: 15px 5px;
	text-align: center;
}
.service_setubi_list table{
	padding: 0 25px;
	width: 100%;
}
.service_setubi_list table tr td{
	border: 1px solid #4A4A4A;
}
.service_setubi_01{
	width: 45%;
	padding: 10px;
	text-align: center;
}
.service_setubi_02{
	width: 15%;
	padding: 10px 5px;
	text-align: center;
}
.service_setubi_03{
	width: 35%;
	padding: 10px;
	text-align: center;

	}
.service_setubi_04{
	width: 5%;
	padding: 10px 5px;
	text-align: center;
}
.service_cont_kaitori{
	padding: 0 25px;
}
.service_cont_kaitori ul{
	font-size: 18px;
	letter-spacing: 5px;
	list-style: square;
	padding: 20px 50px;
}
.service_cont_kaitori ul li{
	padding: 10px 0;
}
.service_cont_kaitori p{
	font-size: 18px;
	letter-spacing: 3px;
	margin-top: 25px;
	padding-left: 25px;
}
.service_pamphlet{
	width: 100%;
	border-bottom:  1px solid #3D3D3D;
}
.service_pamphlet img{
	width: 95%;
}
.service_pamphlet ul{
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: space-between;
	padding: 10px;
}
.service_pamphlet ul li{
	width: calc(33.3% - 20px);
	margin-bottom: 35px;
	box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
}

/*　中ページ　お知らせ　*/
.news_contents_box02{
	border-bottom: 1px #4B4B4B solid;
}
.news_contents_box{
	width: 100%;
	padding: 0 40px;
}
.news_contents_post{
	width: 100%;
	padding: 50px 50px 0 50px;
	border-top: 1px #4B4B4B solid;
	margin-top: 100px;
}
.news_contents_post li{
	list-style: none;
	border-bottom: 1px #4B4B4B solid;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.news_contents_post h5{
	position: relative;
    padding: 0.6em;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 3px;
	background: #7777;
	margin-bottom: 50px;
}
.news_contents_post h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #7777;
  width: 0;
  height: 0;
}
.news_contents_post p{
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	
}
.news_time_box{
	margin-bottom: 20px;
	padding-left: 15px;
}
.news_contents_time{
	font-family: Verdana, Geneva, "sans-serif";
	letter-spacing: 3px;
	font-size: 17px;
}
.news_contents_category{
	padding: 0 10px;
	background-color: #fc140a;
	letter-spacing: 3px;
	margin-left: 25px;
}
.news_img_box02{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.news_img_box02 img{
	width: 85%;
}
.news_post_link{
	text-align: center;
}

/*　中ページ　採用情報　*/
.recruit_txt{
	margin: 70px 0 40px 0;
	text-align: center;
	letter-spacing: 5px;
}
.about_cont01 h4{
	text-align: center;
	font-weight: 600;
	margin: auto;
	width: 70%;
	letter-spacing: 4px;
	border-bottom: 2px solid #626262;
	background: #292929;
	padding: 15px 0;
}
.recruit_contact_box{
	display: block;
	box-sizing: border-box;
	width: 100%;	
	text-align: center;
	position:relative;
	margin: 70px 0 10px 0;
	background-image: url("img01/recruit_contact_img.jpg");
	background-size: cover;
	padding: 10px 0 95px 0;
}
.recruit_contact_box ul{
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
	}
.recruit_contact_box li{
	margin: 0 15px;
	display: inline-block;
	width: 200px;
}
.recruit_contact_box p{
	letter-spacing: 5px;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 50px;
}
.recruit_txt02{
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 100px;
	}

/* お問い合わせフォーム　*/
.grecaptcha-badge { visibility: hidden; }
.contact_form_box{
	width: 100%;
	border-bottom: 1px #222 solid;
}
.cont_privacy{
	padding: 20px 10px;
	color: #fff;
	border-top: 1px #363636 solid;
}
.cont_privacy a{
	color: #FFFFFF;
	transition: color .3s;
	letter-spacing: 1px;
	font-size: 15px;
	text-decoration: underline;
	padding: 0 5px;
}
.cont_privacy a:hover{
	color: #fc140a;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  color: #000; 
}
.Form p{
	width: 100%;
}
.Form-Item {
  border-top: 1px solid #363636;
  padding: 24px 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #363636;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 1px;
  font-size: 17px;
	color: #fff;
}
.Form-Item-Label-Required {
  margin-right: 13px;
  padding: 8px;
  display: inline-block;
  text-align: center;
  background: #fc140a;
  color: #FFF0F1;
  font-size: 13px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 43px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 16px;
  margin-top: 8px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  padding: 10px;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 16px;
  margin-top: 8px;
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 50px;
  display: block;
  letter-spacing: 0.05em;
  background: #fc140a;
  color: #FFF0F1;
  font-weight: bold;
  font-size: 20px;
}


/* メディアクエリ */
@media screen and (max-width: 1000px) {
    /* スマートフォン用のスタイル */
/* 広島 */
.hiro_cont_box{
	height: 200px;
	background-image: url("img01/SP_hiroshima_img.jpg");
	background-size: cover;
}
.hiro_tit_box{
	margin-top: 70px;
	overflow: auto;
	}
.hiro_tit_box ul{
	width: 100%;	
	}
.hiro_tit{
	display:none !important;
}
.hiro_tit_02{
	display:none !important;
}
.hiro_cont_box a{
	padding: 15px 40px;
	font-size: 25px;
	letter-spacing: 1px;
}
	
.about_logo_text{
	display: none;
	}
}
	
/* メディアクエリ */
@media screen and (min-width: 768px) {
    /* スマートフォン用のスタイル */
	.hamburger-menu{
		display: none;
	}
}
	
/* メディアクエリ */
@media screen and (max-width: 768px) {
    /* スマートフォン用のスタイル */
	
.main_nav{
		display: none !important;
	}


/*　ハンバーガーメニュー　*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 53px;
    width: 53px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(252, 20, 10, 0.6);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}	
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 17px;
	letter-spacing: 3px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 20px 10px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 27px;
}
	#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}		
	
	
.top_logo_box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
/* kv */
  .kv{
    min-width: 960px;
  }


/* top 動画　*/
/* kv */
.kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* video */
.video{
  width: 100%;
  height: 100vh;
  background:url("img01/top_img.jpg")no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
	
h1{
	color: white;
	font-size: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	padding: 10px 20px 0 20px;
	letter-spacing: 1px;
}

h1 img{
	max-width: 35px;  /* 最大幅を設定 */
    height: auto;      /* 高さを自動調整 */
	margin-right: 10px;
}
.top_cont_box h2{
	font-size: 20px;
	letter-spacing: 7px;
	margin: 50px 0 45px 0;
}
.top_cont_box h2{
	font-size: 20px;
	letter-spacing: 7px;
	margin: 50px 0 45px 0;
}
.top_left_about{
	background: url("img01/SP_about_img.jpg") center center no-repeat;
	background-size: cover;
}
.top_left_news{
	background-image: url("img01/news_sp_bg_img.jpg");
	background-size: cover;
	padding-bottom: 40px;
}
.top_left_recruit{
	background: url("img01/SP_recrui_img.png") center center no-repeat;
	background-size: cover;
	background-color: #171717;
}
.top_right_contact{
	background: url("img01/SP_contact_img.jpg");
	background-size: cover;
}
.top_cont_text_left{
	font-size: 50px;
	letter-spacing: 7px;
    left: 15px;
    top: -30px;
}
.top_cont_text_right{
	font-size: 50px;
	letter-spacing: 7px;
	right: 10px;
	top: -30px;
}   
   
.link_more a{
	padding: 15px 35px 15px 35px;
	margin-top: 30px;
	display: inline-block;
	letter-spacing: 3px;
	font-size: 14px;
}
/* 会社概要 */
.about_cont_box h2{
	background-color:rgba(252,20,10,0.6);
	display: inline-block;
}
.about_cont_box{
	position:relative;
	padding: 0 15px;
}
.about_cont_box p{
	color: #fff;
	margin-top: 0;
	font-size: 15px;
	}
.about_mini_nav{
	display: block;
	padding: 50px 0 0px 0;
}
.about_mini_nav li{
	margin-bottom: 15px;
	}
.about_mini_nav a{
	font-size: 18px;
	letter-spacing: 5px;
	}

/* 事業内容 */
.service_cont_box{
	width: 100%;
	position:relative;
	padding: 15px 0 80px 0;
	color: #fff;
}
.service_cont_box p{
	font-size: 15px;	
	}
.service_cont_box ul{
    list-style-type: none;
    padding: 0;
    width: 100%;
	margin-bottom: 0;
}
.service_cont_box li{
	display: block;
	padding: 50px 0 50px 0; 
}
.service_kakou{
	background-image: url("img01/SP_service01_img.jpg");
}
.service_kikai{
	background-image: url("img01/SP_service02_img.jpg");
}

.service_hanbai{
	background-image: url("img01/SP_service03_img.jpg");
}
/* お知らせ */
.news_cont_box{
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 500px;
	text-align: center;
}
.news_cont_box h2{
	display: inline-block;
	font-size: 17px;
	color: rgba(255,255,255,0.70);
	padding: 0;
	margin: -75px 0 0 0;
}
.news_cont_box h3{
	margin-top: 0;
}
.news_cont_box ul{
	display: block;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 30px;
}
.news_cont_box li{
	background-color: #fff;
    vertical-align: middle;
    word-wrap: break-word;
	width: 100%;
	margin-bottom: 30px;
}
.news_cont_box img{
	width: 100%;
    height: 240px;
    object-fit: cover;
}
.news_cont_box a{
	padding: 0;
	color: #000000;
	border: none;
	text-decoration: none;
}
.news_cont_box a:hover{
	opacity: 0.6;
}
.news_cont_box p{
	padding: 10px 15px 20px 15px;
	margin-top: 0;
	text-align: left;
	font-size: 15px;
}
.news_time{
	display: block;
	text-align: left;
	margin-top: 20px;
}
.news_category{
	font-size: 13px;
	padding: 10px;
}
.news_list{
	display: inline-block;
	padding: 40px 0 60px 0;
}

.news_list a{
	font-size: 14px;
	padding: 15px 35px;
	letter-spacing: 3px;
	color: #fff;
    border: 1px solid #fff;
	text-decoration: none;
	transition: color .3s;
}
.news_list a:hover{
	color: #fc140a;
	border: solid 1px #fc140a;
}

/* お問合せ　*/
.contact_cont_box{
	padding-bottom: 60px;
	}
.contact_cont_box p{
	font-size: 16px;
	}
.cotact_link a{
	margin-bottom: 10px;
}

/* 採用情報 */
	
.recruit_cont_box{
	min-height: 520px;
	padding: 65px 10px 0 10px;
}
.rec_txt{
	font-size: 16px;	
	}
.link_more_rec a{
	padding: 15px 35px;
	letter-spacing: 3px;
	font-size: 14px;
}

/* 広島 */
.hiro_cont_box a{
	padding: 15px 20px;
	font-size: 15px;
	letter-spacing: 0;
}
	
/*　中ページ　会社概要　*/
.about_logo_text{
	display: none;
}
.about_tit_box{
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}
.about_tit_box h2{
	font-size: 35px;
	letter-spacing: 7px;
	margin-top: -40px;
}
.about_nav{
	display: none;
}

.about_nav li {
	float: left;
	padding: 0px 0px 0px 45px;
	list-style: none;
}
.about_mini_nav a {
	font-size: 16px;
	letter-spacing: 5px;
	}
.about_mini_nav{
	padding: 70px 10px 0 10px;
	text-align: center;
}
.about_aisatu p{
	font-size: 14px;
	letter-spacing: 1px;
	margin: 45px 0;
	padding: 0 25px;
	line-height: 30px;
}
.about_cont01{
	padding: 0 15px;
	border-bottom: solid 1px #535353;
}
.about_cont01 h3{
	letter-spacing: 7px;
	font-size: 20px;
	margin: 40px 0 50px 0;
}
.about_cont01 table{
	width: 100%;
	margin-bottom: 100px;
	margin-left: 0;
	margin-right: 0;
}
.about_cont01 td{
	padding: 13px;
}
.td_left{
	letter-spacing: 3px;
	font-size: 14px;
}
.td_right{
	letter-spacing: 4px;
	font-size: 15px;
}
.about_cont01 iframe{
	width: 100%;
	margin-bottom: 70px;
}
/*　中ページ　事業内容　*/
.service_cont_tit {
    padding: 13px 0 13px 13px;
}
.service_cont_kinzoku{
	width: 100%;
	padding: 15px 10px;
}
.service_cont_kinzoku ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.service_cont_kinzoku ul li{
	width: 50%;
}
.service_cont_kinzoku ul li p{
	margin: 10px 0 20px 0;
}
.service_cont_setubi{
	width: 100%;
	padding: 15px 10px;
}
.service_cont_setubi ul{
	display: block;
	width: 100%;
}
.service_cont_setubi ul li{
	width: 100%;
	padding-right: 0;
	}
.service_cont_setubi ul li img{
	width: 100%;
}
.service_list_right{
	width: 70%;
}
.service_left{
	width: 30%;
	vertical-align: middle;
}
.service_right{
	width: 70%;
	vertical-align: middle;
}

.service_list_right{
	width: 100%;
}
.service_list_right p{
	font-size: 18px;
	padding: 5px 5px 5px 10px;
	margin: 15px 0 10px 0;
}
.service_list_right table{
	width: 100%;
	border-collapse: collapse;
}
.service_list_right table tr td{
	border: 1px solid #4A4A4A;
}
.service_list_right table td{
	padding: 10px;
	font-size: 15px;
	letter-spacing: 2px;
}
.service_setubi_list{
	padding: 0;
	
}
.setubi_list_tit{
	background-color: #2B2B2B;
	padding: 10px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
.service_setubi_list table{
	padding: 0 25px;
	width: 100%;
}
.service_setubi_list table tr td{
    font-size: 13px;
	vertical-align: middle;
}
.service_setubi_01{
	width: 37%;
}
.service_setubi_02{
	width: 21%;
}
.service_setubi_03{
	width: 30%	
	}
.service_setubi_04{
	width: 12%;
}
.service_cont_kaitori{
	padding: 0 10px;
}
.service_cont_kaitori ul{
	font-size: 15px;
	letter-spacing: 3px;
	list-style: square;
	padding: 10px 30px;
	margin-bottom: 10px;
}
.service_cont_kaitori ul li{
	padding: 10px 0;
}
.service_cont_kaitori p{
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-left: 10px;
}
.service_pamphlet{
	width: 100%;
}
.service_pamphlet img{
	width: 95%;
}
.service_pamphlet ul{
	display: block;
	list-style: none;
	width: 100%;
	justify-content: space-between;
	padding: 10px;
}
.service_pamphlet ul li{
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
}

/*　中ページ　お知らせ　*/
.news_contents_box{
	width: 100%;
	padding: 0 20px;
}
.news_contents_post{
	width: 100%;
	padding: 30px 10px 0 10px;
	border-top: 1px #4B4B4B solid;
	margin-top: 100px;
}
.news_contents_post li{
	list-style: none;
	border-bottom: 1px #4B4B4B solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news_contents_post h5{
	position: relative;
    padding: 0.6em;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
	background: #7777;
	margin-bottom: 30px;
}
.news_contents_post h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 13px solid transparent;
  border-top: 13px solid #7777;
  width: 0;
  height: 0;
}
.news_contents_post p{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding: 0 5px 5px 5px;
	
}
.news_time_box{
	margin-bottom: 15px;
	padding-left: 10px;
}
.news_contents_time{
	font-family: Verdana, Geneva, "sans-serif";
	letter-spacing: 2px;
	font-size: 14px;
}
.news_contents_category{
	padding: 0 10px;
	background-color: #fc140a;
	letter-spacing: 2px;
	margin-left: 15px;
	font-size: 14px;
}
.news_img_box02{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.news_img_box02 img{
	width: 95%;
}

/* 中ページ　採用情報　*/
.about_cont01 h4{
	width: 100%;
	letter-spacing: 2px;
	font-size: 17px;
	padding: 10px 0;
}

/* フッター */
.footer_cont{
	display:grid;
    gid-template-rows:50% 50%;
}
.footer_adress{
	grid-row:2/3;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
}
.footer_adress a{
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: 18px;
}
.footer_adress p{
	font-size: 13px;
	}
.footer_logo_text img{
	max-width: 37px;
	margin-right: 7px;
    height: auto;
}

.footer_nav{
	grid-row:1/2;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.footer_nav ul{
	display: block;
	text-align: center;
	margin-bottom: 0;
	}
.footer_nav li{
	border-bottom: 1px solid #323232;
	}
.footer_nav li a{
	font-size: 14px;
	padding: 15px 0;
	display: block;
	height: 100%;
	width: 100%;
	letter-spacing: 5px;
	}
.footer_nav li a:hover{
	opacity: 0.7;
}
.footer_nav span{
	font-size: 14px;
	letter-spacing: 5px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #323232;
	}
.footer_copy{
	font-size: 12px;
		
	}
	
	.Form {
    margin-top: 40px;
  }
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
.Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
	.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
	.Form-Item-Label.isMsg {
    margin-top: 0;
  }
	.Form-Item-Label-Required {
    padding: 4px;
    font-size: 10px;
  }
	.Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
	width: 100%;
  }
	.Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding: 13px 30px;
    font-size: 16px;
  }
	.cont_privacy{
		font-size: 13px;
		padding: 30px 10px 20px 10px;
	}

}
