@charset "utf-8";
/* CSS Document */

body{
	max-width: 1920px;
	font-family: "Inter", sans-serif;
	background-color: #132032;
	color: #efefef;
	margin: 0 auto;
	overflow-x: hidden;
}

.fv_image{
  	width: 100%;
	max-width: 1920px;
}

/*----------------------------*/
/*ナビゲーション*/

.navfoot{
	position: fixed;
	z-index: 10000;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #000;
}

.navfoot li{
	display:inline-block;
	font-size: 16px;
	margin: 0 30px;
}

/*----------------------------*/
/*SUPPORT_FIRSTVIEW*/
.mainView{
	position: relative;
}

.textAB{
	width: 600px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	color: #ffffff;
}

.mainview_subText{
	padding-left: 3px;
	font-size: 20px;
	color: #ffffff;
	align-items: center; /* 横線を上下中央 */
  	display: flex; /* 文字と横線を横並び */
	text-shadow: 0 0 10px #999;
}

.service_sub::after{
  	content: "";
	background-color: #ffffff; /* 横線の色 */
  	height: 1px; /* 横線の高さ */
  	width: 35px; /* 横線の長さ */
	margin-left: 5px; /* 文字との余白 */
}

.mainview_top_text{
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 10px #999;
}

/*----------------------------*/
.text_top{
	width: 600px;
	border-left: solid 25px #9D8C7C; height: 66px;
	margin-bottom: 50px;
	margin-top: 100px;
	padding-left: 20px;
}

.text_kana{
	font-size: 16px;
	color: #ffffff;
	align-items: center; /* 横線を上下中央 */
  	display: flex; /* 文字と横線を横並び */
}

.text_rona{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
}

/*----------------------------*/

.qa{
	max-width: 1080px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-size: 16px;
    text-indent: -15px; 
    padding-left: 15px;
}


.qa-last{
	max-width: 1080px;
	line-height: 1.5;
	
	font-size: 16px;
    text-indent: -15px; 
    padding-left: 15px;
}

.q{
	width: 100px;
	height: 50px;
	font-size: 24px;
	margin-right: 20px;
	background: linear-gradient(transparent 70%,#00C036 20%);
}

.a{
	width: 100px;
	height: 50px;
	font-size: 24px;
	margin-left: 2px;
	margin-right: 20px;
	background: linear-gradient(transparent 70%,#9D0000 20%);
}


.li_team{
	width: 1080px;
	height: 800px;
	padding-left: 50px;
	background-color: #142C4C;
	border: 1px solid rgba( 255, 255, 255, 0.45 );
	display: table-cell;
  	vertical-align: middle;
}

.qa_team{
	margin: 0 auto;
	max-width: 1080px;
}


/*----------------------------*/
/*contact*/

/*CONTACTボックス*/
.contact {
  max-width: 1080px;/*横幅*/
  margin-bottom: 150px;
}


.contact-table {
  width: 100%;
}


/*名前ー電話番号*/
.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba( 255, 255, 255, 0.45 );
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

/*お問い合わせ内容欄*/
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid rgba( 255, 255, 255, 0.45 );
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.contact-item,.contact-body {
  padding: 20px;
  border: 1px solid rgba( 255, 255, 255, 0.45 );
border-radius: 5px;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  vertical-align: middle;
  width: 30%; /* 横幅30%指定（グレーの背景色部分） */
  background-color: #142C4C; /* 背景色 */
}

.contact-body {
  width: 70%; /* 横幅70%指定（白背景色部分） */
}

.contact-submit {
  width: 200px; /* 横幅指定 */
  background-color: #00C036; /* 背景色 */
  color: #fff; /* 文字色 */
	letter-spacing: 5px;
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 16px; /* 文字の大きさ */
  padding: 15px; /* 内側の余白 */
  text-align: center;
  margin-top: 50px;
  border-radius: 5px;; /* 角丸指定 */
/*  border: none;*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.contact-submit:hover {
  background: #d6d6d6;
  color: #00C036;
}

.contact_team{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}


/*----------------------------*/
/*FOOTER*/

.foot{
	position: relative;
	margin-top:150px;
}

.logo{
	position: absolute;
	top: 40%;
	left: 50%;
	transform:translateX(-50%) translateY(-50%);
}

.sns_icon{
	position: absolute;
	text-align: center;
	/*width: 130px;*/
	height: 60px;
	top: 69%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	justify-content: center;
}

.sns_icon_px{
	margin: 15px;
	font-size: 32px;

}

.copyright{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}