@charset "utf-8";

/*-------------------------------------------------------------------
　header
-------------------------------------------------------------------*/
#header{
	width: 100%;
	height: 100px;
	z-index: 200;
	position: absolute;
	top:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:rgba(255,255,255,0);
	border-bottom: 0px solid #FFF;
}

#header h1{
	display: none;
}

#hd_logo{
	width: 380px;
	margin-left: 30px;
}

#hd_logo img{
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}

#hd_contArea{
	width: 600px;
	height: 100px;
	display: flex;
}

#hd_tel{
	width: 60%;
	font-size: 40px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(-45deg, #26449D 25%, #00238C 25%, #00238C 50%, #26449D 50%, #26449D 75%, #00238C 75%, #00238C);
	background-size: 4px 4px;
	font-weight: bold;
}

#hd_tel i{
	font-size: 35px;
	margin-right: 7px;
}

#hd_mail{
	width: 40%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 27px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(-45deg, #FF9326 25%, #FF8000 25%, #FF8000 50%, #FF9326 50%, #FF9326 75%, #FF8000 75%, #FF8000);
	background-size: 4px 4px;
	font-weight: bold;
}

#hd_mail i{
	font-size: 28px;
	margin-right: 7px;
}

/* ---- pc 1100px ---------- */
@media only screen and (max-width:1100px){
#hd_contArea{
	width: 520px;
}

#hd_tel{font-size: 35px;width: 55%}
#hd_tel i{font-size: 30px;}

#hd_mail{font-size: 24px;width: 45%;}
#hd_mail i{font-size: 25px;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#header{
	width: 100%;
	height: 80px;
}

#hd_logo{
	width: 280px;
	margin-left: 20px;
}

#hd_contArea{
	width: 58%;
	height: 80px;
}

#hd_tel{font-size: 30px;width: 58%}
#hd_tel i{font-size: 30px;}

#hd_mail{font-size: 20px;width: 42%;}
#hd_mail i{font-size: 23px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#hd_contArea{
	display: none;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#hd_logo{
	width: 250px;
	margin-left: 20px;
}
}

/*-------------------------------------------------------------------
　pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	color: #FFF;
	font-weight: 900;
}

.main_Bg{background-image: url(../images/sl01.jpg);}

.pageVisual h2{
	font-size: 50px;
	position: relative;
	padding: 0 1em;
	margin: 0 0 25px 0;
	display: inline-block;
	text-align: center;
	top:0;
}

.pageVisual h2:before, 
.pageVisual h2:after { 
	position: absolute;
	top: 8%;
	content:'';
	width: 8px;
	height: 70%;
	display: inline-block;
}

.pageVisual h2:before {
	left: 0;
	border: solid 7px #FFF;
	border-right: none;
}

.pageVisual h2:after {
	right: 0;
	border: solid 7px #FFF;
	border-left: none;
}

.pageVisual h2 span{
	display: block;
	font-size: 20px;
	margin-top: -10px;
}

.pageVisual h3{
	font-size: 40px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.pageVisual{height: 650px;}
.pageVisual h2{font-size: 40px;}
.pageVisual h2 span{font-size: 18px;}
.pageVisual h3{font-size: 30px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.pageVisual{height: 400px;}
.pageVisual h2{font-size: 35px;}
.pageVisual h2 span{font-size: 16px;}
.pageVisual h3{font-size: 24px;text-align: center;line-height: 1.5;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.pageVisual{height: 360;}
.pageVisual h2{font-size: 27px;}
.pageVisual h2 span{font-size: 15px;}
.pageVisual h3{font-size: 20px;text-align: center;line-height: 1.5;}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0 0 0 0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}


/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.mainTit_box{text-align: center;}

.main_tit{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: 900;
	position: relative;
	padding: 0 1em;
	margin: 0 0 25px 0;
	display: inline-block;
	text-align: center;
	top:0;
	color: #004499;
}

.main_tit:before, 
.main_tit:after { 
	position: absolute;
	top: 8%;
	content:'';
	width: 8px;
	height: 70%;
	display: inline-block;
}

.main_tit:before {
	left: 0;
	border: solid 7px #004499;
	border-right: none;
}

.main_tit:after {
	right: 0;
	border: solid 7px #004499;
	border-left: none;
}

.main_tit span{
	display: block;
	font-size: 17px;
	margin-top: -15px;
}

.main_tit_white{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: 900;
	position: relative;
	padding: 0 1em;
	margin: 0 0 25px 0;
	display: inline-block;
	text-align: center;
	top:0;
	color: #FFF;
}

.main_tit_white:before, 
.main_tit_white:after { 
	position: absolute;
	top: 8%;
	content:'';
	width: 8px;
	height: 70%;
	display: inline-block;
}

.main_tit_white:before {
	left: 0;
	border: solid 7px #FFF;
	border-right: none;
}

.main_tit_white:after {
	right: 0;
	border: solid 7px #FFF;
	border-left: none;
}

.main_tit_white span{
	display: block;
	font-size: 17px;
	margin-top: -15px;
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.main_tit,
.main_tit_white{
	font-size: 30px;
}

.main_tit span,
.main_tit_white span{
	font-size: 14px;
	margin-top: -10px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.main_tit{
	font-size: 25px;
	line-height: 1.3;
}

.main_tit span{
	font-size: 14px;
	margin-top: 0px;
}

.main_tit:before {
	border: solid 5px #004499;
	border-right: none;
}

.main_tit:after {
	border: solid 5px #004499;
	border-left: none;
}

.main_tit_white{
	font-size: 25px;
	line-height: 1.3;
}

.main_tit_white span{
	font-size: 14px;
	margin-top: 0px;
}

.main_tit_white:before {
	border: solid 5px #FFF;
	border-right: none;
}

.main_tit_white:after {
	border: solid 5px #FFF;
	border-left: none;
}
}

/*-------------------------------------------------------------------
　業務内容
-------------------------------------------------------------------*/
.service_wrap {
	width: 1000px;
	margin: 80px auto 0;
	overflow: hidden;
}

.serviceBox{
	width: 100%;
	margin-bottom: 80px;
}

.serviceBg{background: url(../images/service_bg.jpg) no-repeat left top;}

.serviceBox.box02{
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.serviceBox.box02:before {
	content:"";
	display: block;
	padding-top:35%;
}

.serviceBox.box02 .service_det{
	width:80%;
	margin: 0 auto;
	background-color:#FFF;
	padding:30px 40px 0px;
	border:0px solid #CCC;
	box-sizing: border-box;
	text-align: center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.service_wrap {width: 90%;}

.serviceBox.box02 .service_det p{
	text-align: left;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.serviceBox.box02 .service_det{
	width:90%;
	padding:30px 30px 0px;
}

}

/*-------------------------------------------------------------------
　お電話でのお問い合わせ
-------------------------------------------------------------------*/
#tel_wrap{
	width: 100%;
	height: auto;
	padding: 60px 0;
	background-image: url(../images/telcont_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	color: #FFF;
}

#telBox{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.tel_btn{
	width: 800px;
	font-weight: bold;
	margin: 30px auto 0;
	padding: 20px 0 0;
	background: #FFF;
	border:solid 5px #004499;
	color: #004499;
	border-radius: 10px;
	box-sizing: border-box;
}

.telTx{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: -25px;
}

.tel{
	font-size: 75px;
	margin-bottom: -10px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#telBox{
	width: 92%;
}

.tel_btn{width: 90%;}
.telTx{font-size: 18px;}
.tel{font-size: 66px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.tel_btn{
	width: 80%;
	margin: 30px auto 0;
	padding: 10px 0 0;
}

.telTx{
	font-size: 16px;
	margin-bottom: -10px;
	line-height: 1.4;
}

.tel{
	font-size: 40px;
	margin-bottom: -5px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.tel_btn{
	width: 90%;
	margin: 30px auto 0;
	padding: 10px 0 0;
}

#telBox p.detTx{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.telTx{
	font-size: 14px;
	margin-bottom: -5px;
	line-height: 1.4;
}

.tel{
	font-size: 30px;
	margin-bottom: -5px;
}
}

/*-------------------------------------------------------------------
　お問い合わせフォーム
-------------------------------------------------------------------*/
#contactBox{
	width: 1000px;
	margin: 80px auto 0;
}

.contact_titBox{text-align: center;}

#cont_mi{
	width:1000px;
	background-color:#004499;
	color:#FFF;
	text-align:center;
	margin:15px auto 30px;
	padding:10px;
	border-radius:5px;
	box-sizing: border-box;
}

.contTx{text-align:center;}

.form_area{
	width: 1000px;
	margin: 0 auto;
}

.thaksTx{
	width: 1000px;
	margin: 80px auto 0;
}

.thanksTB table {
	width: 1000px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin:50px auto 80px;
	box-sizing: border-box;
}

.thanksTB table th {
	width: 140px;
	padding: 10px 40px 10px 40px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCC;
	background-color: #EEE;
	text-align: center;
}

.thanksTB table td {
	padding: 10px 10px 10px 50px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #CCC;
	text-align:left;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#contactBox{
	width: 90%;
	margin: 80px auto 0;
}

#cont_mi{width:100%;}

.form_area{
	width: 100%;
	margin: 0 auto;
}

.thaksTx{
	width: 90%;
	margin: 80px auto;
}

.thanksTB table {
	width: 90%;
}

.thanksTB table td {
	padding: 10px 10px 10px 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#cont_mi{
	text-align:left;
	margin:15px auto 30px;
	padding:10px;
}

.contTx{text-align:left;}

.thaksTx{
	margin: 60px auto 40px;
}

.thanksTB table {
	margin:20px auto 50px;
}

.thanksTB table tr.odd {
	background: #F0F0F0;
}

.thanksTB table {
	border-width:0 0 0px 0;
	border-color:#CCC;
	border-style:solid;
	background: #F0F0F0;
}

.thanksTB table th,
.thanksTB table td {
	width:90%;
	padding:10px 5%;
	display:block;
	white-space: normal;
	border: none;
}

.thanksTB table td{
	background-color:#FFF;
	border:none;
}
}


/*-------------------------------------------------------------------
　会社概要
-------------------------------------------------------------------*/
#com_wrap{
	width:100%;
	background:#004499;
	margin:80px 0 0;
	padding:65px 0 65px 0;
}

.company{
	width:825px;
	margin:0 auto;
}

.company a{color: #000;}
.company a:hover{text-decoration: underline;}

dl#comList {
	width: 100%;
	background:#FFF;
	box-sizing: border-box;
}

dl#comList dt {
	float: left;
	clear:both;
	width: 20%;
	border-top: 1px solid #AAAAAA;
	padding: 10px 0;
	margin-right:20px;
	box-sizing: border-box;
	text-align:center;
	color: #004499;
	font-weight: bold;
}

dl#comList dt:first-child{
	border-top: 0px solid #AAAAAA;
}

dl#comList dd {
	background: #fff;
	border-style:solid;
	border-width:1px 0 0 1px;
	border-color:#AAAAAA;
	padding: 10px 0;
	box-sizing: border-box;
	margin-left: 20%;
}

dl#comList dd:first-of-type{
	border-width:0px 0 0 1px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.company{width:90%;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
dl#comList {
	width:100%;
	margin:10px 0 0 0;
}

dl#comList dt {
	width:100%;
	float:none;
	padding:7px 15px;
	background: #EBEBEB;
	border-top: 0px solid #AAAAAA;
}

dl#comList dd {
	width:100%;
	border-left:0;
	margin-left:0;
	padding:7px 15px;
	border-width:0px 0 0 0px;
}
}


/*------------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------------*/
#footerWrapper{
	width:100%;
	padding:20px 0;
	background:#003366;
	overflow:hidden;
}

#copyright{
	text-align:center;
	color:#FFF;
	font-size:13px;
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#copyright{font-size:11px;}
}
