@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 html {
	scroll-behavior: smooth;
}
body {
	font-size:14px;
	font-family:'Noto Sans JP',sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	line-height:2;
}
.content {
	max-width:1000px;
	margin:0 auto;
}
header {
	margin:0 auto;
}
a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#4b00ff;
}
h1 {
	font-size:28px;
	line-height:1.4;
}
h2 {
	margin-bottom:0.5em;
	font-size:35px;
	font-weight: bold;
}
h3 {
	margin-bottom:0.25em;
	font-size:18px;
}
h3:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}
h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}
h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}
h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	border-left:5px solid #cf0c0c;
}
p {
	margin:0 0 1em 0;
}
img {
	vertical-align:bottom;
}
em {
	font-weight:bold;
}
strong {
	font-weight:bold;
	color:#ef8100;
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}
.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}
.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header h1 {
	margin-bottom:30px;
}
h1 span {
	font-size:12px;
}
.logo{
	float: left;
    font-size: 36px;
    position: fixed;
    top: 0;
	z-index: 11;
	margin: 5px 20px;
 }
 .logo img{
	 width:56px;
}
header .black_btn{
	margin: 0 0 0 20px;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:15px 0;
	opacity:0.8;
	background:#fff;
	z-index:10;
}
nav ul {
	position:relative;
	float: right;
	margin:0 20px 0 0;
}
nav li {
	position:relative;
	float:left;
	list-style:none;
	margin: 10px 0;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}
#top-head {
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
#top-head .black_btn a{
	color: #fff;
}
#global-nav ul {
    list-style: none;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*================================================
 *  メイン
 ================================================*/
section {
	margin: 70px auto;
}
.section {
	width: 100%;
}
.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
.alert-danger{
	color: #FF3232;
}
.alert-danger:before {
	content: url(/img/alert.svg);
    width: 22px;
    vertical-align: middle;
    display: inline-block;
}
  .black_btn{
	background-color: #000;
	padding: 15px;
	border: none;
	border-radius: 50px;
}
.black_btn a{
	color: #fff;
}
.glay_btn{
	background-color: #898989;
	padding: 10px;
	border: none;
}
.glay_btn a{
	color: #fff;
}
.btn-main{
	margin-top: 30px;
	color: #fff;
	cursor: pointer;
	width:150px;
	margin-right: 20px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	background-color: #464343;
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}
.footer{
	margin: 50px auto 0;
}
.footerflex{
	display: flex;
	justify-content: space-between;
}
.footerflex_menu ul{
	display: flex;
	gap:20px;
	justify-content: end;
}
.footerflex_menu li{
    list-style: none;
}
.footerflex_menu .sub_btn a{
	color: #fff;
	font-size: 14px;
}
.footercopy{
	border-top: 1px solid #5C5C5C;
	font-size: 14px;
	color: #868686;
	padding: 20px;
	margin-top: 20px;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
/*
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}
*/

/*================================================
 *  SP
 ================================================*/
@media screen and (max-width: 768px) {

	/*  グローバルナビゲーション　*/
	nav ul {
		margin-right:0px;
	}
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
		box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 5%);
	}
	#top-head.fixed .logo,
	#top-head .logo {
		color: #333;
		position: initial;
	}
	#global-nav {
		position: absolute;
		top: -500px;
		width: 100%;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		width: 100%;
		margin: 0;
		padding:0;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-bottom: 1px solid #5a5a5a;
		width: 100%;
		margin: 0;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		padding: 15px;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
		padding: 0;
	}
	.servisenavi {
		padding: 12px;
	}
	#global-nav ul .dropdwn_menu{
		margin:12px;
	}
	#global-nav ul .dropdwn_menu li{
		padding:10px;
	}
	.form_wrap input, .form_wrap select, .form_wrap textarea{
		width: 360px;
	}

	/*  メイン */
	.black_btn{
		padding: 0;
	}
	section {
		margin: 60px 0;
	}

	/*  フッター */
	footer{
		padding: 0;
	}
	.footer_servise .content {
		padding: 10px;
		display: block;
	}
	.footer_servise_img .black_btn {
		margin: 10px; 
		padding: 10px;
		width: 50%;
		margin: 0 auto;
	}

}