@charset "utf-8";
/*-------reset--------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	/*	font-size: 100%;*/
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, main, figure, figcaption, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: none;
}
a:hover {
	opacity: 0.8;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table, td, th {
	border-collapse: collapse;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
 outline-offset: -2px;
}
/*=====pc_mode=====*/

/*-----body------*/
html {
	font-size: 15px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
}
.pc_style {
	display: block;
}
.sp_style {
	display: none;
}
/**-----spでのみ改行------**/

.br-sp {
	display: none;
}
a.tel {
	pointer-events: none;
}
main {
	text-align: center;
}
/*------header------*/
/*------nav------*/
.headernav_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	padding-top: 5px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.headernav_wrap img {
	padding-top: 10px;
	margin-left: 20px;
}
.headernav_wrap nav ul {
	width: 550px;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 13px;
	padding-right: 50px;
}
/*------ top-header------*/
.top_headerimage {
	height: 650px;
	width: 100%;
	margin-top: 65px;
	background: url(../images/topimage.jpg) no-repeat center/cover;/*	object-fit: cover;	*/
/*	font-family: 'object-fit: cover;';IE対策*/
}
.top_headerimage img {
	display: block;
	margin: 0 auto;
	padding-top: 230px;
}
/*-----another-header------*/
.another_headerimage {
	height: 218px;
	width: 100%;
	margin-top: 65px;
	background: url(../images/anotherimage.jpg) center/cover;
}
.another_headerimage img {
	display: block;
	margin: 0 auto;
	padding-top: 80px;
}
/*-----toppage------*/
.top_contents {
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #e4e8ef;
}
.wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.top_contents img {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.top_contents .wrap {
	width: 950px;
	justify-content: center;
	margin: 0 auto;
}
.stuff {
	text-align: left;
	width: 794px;
	height: 248px;
	background: url(../images/stuff_back.jpg) no-repeat center/cover;
	margin: 80px auto 60px;
	padding: 40px;
}
.stuff p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
p.stuff_midashi {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
p.stuff_midashi:before, p.stuff_midashi:after {
	border-top: 2px solid;
	content: "";
/*	width: 230px;*/
	flex-grow: 1;
	-ms-flex-positive:1;
	-webkit-box-flex:1;
}
p.stuff_midashi:before {
	margin-right: 20px;
}
p.stuff_midashi:after {
	margin-left: 20px;
}
.info img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.info {
	margin-bottom: 60px;
}
.access p {
	margin-bottom: 15px;
}
.g_map {
	width: 75%;
	height: 500px;
	margin: 0 auto 80px;
}
/*------footer------*/
footer {
	background-color: #1f518e;
}
.company_info {
	color: #fff;
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}
.c_name {
	font-size: 26px;
	margin-bottom: 8px;
}
.copyright {
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
/*------service------*/
.service_contents .wrap {
	width: 960px;
	margin: 100px auto;
	justify-content: center;
	align-items: flex-end;
}
.service_contents ul {
	line-height: 2;
}
.service_contents ul li {
	list-style: disc;
	margin-left: 1.3em;
}
.wrap .left {
	text-align: left;
	width: 400px;
	margin-right: 60px;
}
.service_midashi {
	background: url(../images/seko_back.png) no-repeat left/contain;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.wrap .right {
	margin-left: 60px;
}
.wrap .right img {
	display: block;
	margin-top: 15px;
}
/*------example-----*/
.example_contents {
	background: url(../images/sekojirei_back.jpg) no-repeat center/cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.example_contents .wrap {
	width: 1100px;
	margin: 0 auto;
}
.example_contents .wrap img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: solid #fff 10px;
}
/*------company-----*/
.company_contents table {
	width: 780px;
	margin: 100px auto 80px;
	text-align: left;
}
.company_contents table tr {
	border-bottom: dashed 1px #b5b5b5;
}
.company_contents table th {
	padding: 20px;
	vertical-align: middle;
	width: 30%;
	font-weight: bold;
	color: #000059;
	text-align: left;
}
.company_contents table td {
	padding: 20px;
	width: 70%;
}
.company_contents img {
	border: solid 10px #e1edf9;
	margin-right: 15px;
	margin-left: 15px;
}
/*------contact-----*/
.contact_contents {
	width: 750px;
	margin: 80px auto;
	text-align: left;
}
.contact_info {
	width: 700px;
	padding: 30px 80px;
	border: solid 1px #1f518e;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 auto 80px;
}
#formWrap table th {
	padding-bottom: 60px;
	padding-right: 20px;
	vertical-align: top;
}
#formWrap table th span {
	color: #E00D10;
	font-size: 12px;
}
#formWrap table input {
	font-size: 16px;
	padding: 5px;
	width: 350px;
}
#formWrap table textarea {
	font-size: 16px;
	padding: 5px;
	width: 500px;
}
.kakunin_btn input {
	padding: 5px 10px;
	background-color: #0000cf;
	color: #fff;
	width: 100px;
	font-size: 15px;
	margin: 50px 10px 70px;
}
/*------ハンバーガーメニュー------*/
#nav_toggle {
	display: none;
}
/*--------topへ戻る--------*/
#go_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #769EAF;
	opacity: 0.7;
	border-radius: 50%;
	z-index: 999;
}
#go_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 45px;
	text-decoration: none;
}
#go_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 5px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*--------fadein--------*/
.fadein1 {
	/*  アニメーション設定*/
	animation-name: fade-in1;
	animation-duration: 3.2s;/*アニメーション時間*/
	animation-timing-function: ease-out;/*アニメーションさせるイージング*/
	animation-delay: 0s;/*アニメーション開始させる時間*/
	animation-iteration-count: 1;/*繰り返し回数*/
	animation-direction: normal;/*往復処理をするかどうか*/
	animation-fill-mode: backwards;/*アニメーション後のスタイルをどうするか*/
}
 @keyframes fade-in1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
