@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone');

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
	--color-point: #325081;
	--color-subColor: #1d98d8;
	--btn-bg: #1d98d8;
	
	--table-border: #c8e0ea;
	--table-theadBg: #f0f0f0;
	--table-thead-border: #c8e0ea;
	--table-thead-txt: #000000;
	--table-tbody-thBg: #eff6fb;
	--table-tbody-th-txt: #000000;
	--table-tdBg: #FFFFFF;
	
	--ol-bg: #F6D054;
	--ol-txt: #FFFFFF;
	
	--property-bg: #1d98d8;
	
	--newsCategory-infor: #c9e1eb;
	--newsCategory-topics: #9a211b;
	--newsCategory-update: #d4e8c6;
}

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:none;}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:underline;}

.bold,
strong{
	font-weight: 700;
}

::selection{
	background: #1D4999;
	color: #FFFFFF;
}
::-moz-selection{
	background: #1D4999;
	color: #FFFFFF;
}

table{
	border-collapse:collapse;
}


input{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	overflow-x:hidden;
}
h1,
h2,
h3,
h4{
	font-weight: 700;
	font-style: normal;
}

body.modal-open{
	overflow: hidden !important;
}


.wrapper{
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
	text-align:left;
	box-sizing: border-box;
}
#container{
	text-align: left;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 70px;
}


#topcontrol span{
	display: none;
}

@media screen and (min-width: 980px) {
	#topcontrol span{
		display: none;
	}
	.sp{
		display: none;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: none;
	}
}
@media screen and (max-width: 979px) {
body{
	font-size: 14px;
}
	#container{
		min-width: auto;
		max-width: initial;
        overflow: hidden;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	tr.pc,
	th.pc,
	td.pc{
		display: none;
	}
	#topcontrol{
		display: none;
	}
}

/*header
************************************************************************************/
#header{
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#header .sitename{
	width: 60%;
	max-width: 610px;
	box-sizing: border-box;
	padding: 15px 0 0 10px;
}
#header .sitename .description{
	font-size: 0.813em;
}

#header .sitename h1.sitelogo img{
	max-width: 100%;
	height: auto;
	display: block;
}
#header .phoneWrap{
	margin: 0;
	color: var(--color-point);
	background: url("../img/common/icon_phone.svg") no-repeat left center;
	background-size: 55px 55px;
	padding: 5px 5px 0 65px;
	box-sizing: border-box;
}
#header .phoneWrap .phone{
	font-size: 2.25em;
	font-weight: 700;
	line-height: 1;
	/*margin-bottom: .3em;*/
}
@media screen and (min-width: 1025px){
	#header .phoneWrap .phone a{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: var(--color-point);
	}
}
#header .phoneWrap .time{
	font-weight: 500;
}

@media screen and (max-width: 1024px){
	#header{
		height: 80px;
		align-items: center;
	}
	#header .sitename{
		width: calc(100% - 85px)!important;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#header .sitename .description{
		padding: 5px;
		max-width: 100%;
		box-sizing: border-box;
		display: block;
	}
	#header .sitename h1.sitelogo img{
		max-width: 100%;
		max-height: 50px;
		height: auto;
		width: auto;
	}
	/*
	#header .description{
		display: none;
	}
	*/
	#header .phoneWrap{
		display: none;
	}
}

/*globalNav
----------------------------------------------------------------------*/
#header nav#gnav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: var(--color-point);
	margin-top: 15px;
}
#header nav#gnav ul.navigation{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
	text-align:left;
	box-sizing: border-box;
}
#header nav#gnav ul.navigation li{
	text-align: center;
	position: relative;
	border-left: 1px solid #FFF;
	/*width: 20%;*/
	width: 16%;
	box-sizing: border-box;
}
#header nav#gnav ul.navigation li#menu-item-30740{
	width: 20%;
}
#header nav#gnav ul.navigation li:last-child{
	border-right: 1px solid #FFF;
}
#header nav#gnav ul.navigation > li > a{
	display: block;
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
}
@media screen and (min-width: 1025px){
	#header nav#gnav ul.navigation > li > a{
		transition: all .3s;
	}
	#header nav#gnav ul.navigation > li > a:hover{
		background: var(--color-subColor);
	}
}
@media screen and (max-width: 1024px){
	#header nav#gnav{
		display: none;
	}
}

/*追従
************************************************************************************/

#contact_btns{}
#contact_btns ul{
}
#contact_btns ul li{
	display: flex;
	flex-wrap: wrap;
	z-index: 99;
	cursor: pointer;
	position: fixed;
	top: 40%;
	right: -245px;
	background: #10b5ab;
	width: 300px;
	color: #fff;
	padding: 0;
	height: 55px;
	z-index: 5555;
}
#contact_btns ul li p{
	padding: 0;
	margin: 0;
	height: 55px;
	line-height: 55px;
}
#contact_btns ul li .contact_btns_icon{
	width: 55px;
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#contact_btns ul li .contact_btns_icon img{
	vertical-align: middle;
}
#contact_btns ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 55px;
}
@media screen and (max-width: 768px){
	#contact_btns{
		display: none;
	}
}


/*breadcrumb
************************************************************************************/
#breadcrumb{
	font-size: 0.813em;
	color: #222222;
	padding: 1em 0;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 0px;
}
#breadcrumb ol{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 97%;
	margin: auto;
}
#breadcrumb ol li:after{
	content: "/";
	margin: 0 .5em;
	color: #999;
}
#breadcrumb ol li:last-child:after{
	content: "";
	margin-right: 0;
}
#breadcrumb ol li a{
	color: #222222;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	#breadcrumb{
		margin-bottom: 1em;
	}
}

/*layout
************************************************************************************/
#content{
	color: #000;
}

.section{
	padding: 50px 0;
}

.text p{
	padding-bottom: 1em;
}
.text p:last-child{
	padding-bottom: 0;
}

secion:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html secion{
    height: 1em;
}
secion{
    display: block;
}
*:first-child+html secion{
	zoom:1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}

@media screen and (max-width: 1024px){
	.section{
		padding: 30px 0;
	}
}


/*footer
************************************************************************************/
#footer{
	background: #FFF;
	padding: 0 0 40px 0;
}
#footer .footerNav{
	background: #f2f3f5;
	padding: .7em 0;
}
#footer .footerNav ul{
	text-align: right;
}
#footer .footerNav li{
	display: inline-block;
	margin-left: 2em;
	font-size: 0.875em;
}
#footer .footerNav li a{
	color: #000;
	text-decoration: none;
}

.copyright {
	padding: 3em 0 0 1em;
	font-size: 0.813em;
	text-align: center;
}
@media screen and (max-width: 768px){
	.copyright {
		padding-top: 20px
	}
	#footer{
		padding-top: 0;
	}
}


/*fixmenu
************************************************************************************/
@media screen and (min-width: 1025px) {
	.fixMenu{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	#footer{
		padding-bottom: 120px;
	}
	.fixMenu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 500;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

		border-top: 1px solid;
		border-top-color: var(--border-color-lightgray);
		display: table;
		table-layout: fixed;
		border-collapse: separate;
	}
	.fixMenu li{
		width: auto;
		display: table-cell;
		background-color: rgba( 255, 255, 255, 0.55 );
		height: 80px;
		vertical-align: middle;
	}
	.fixMenu .pageup{
		cursor: pointer;
	}
	.fixMenu li a,
	.fixMenu li span{
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		text-align: center;
		font-size: .9em;
		color: #686868;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: normal;
	}
	.fixMenu a:before,
	.fixMenu span:before{
		display: block;
		width: 40px;
		height: 40px;

		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: 35px;	/* Preferred icon size */
		line-height: 40px;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		color: #686868;
		margin: auto;
		/* Support for all WebKit browsers. */
		-webkit-font-smoothing: antialiased;
		/* Support for Safari and Chrome. */
		text-rendering: optimizeLegibility;
		/* Support for Firefox. */
		-moz-osx-font-smoothing: grayscale;
		/* Support for IE. */
		font-feature-settings: 'liga';
	}
	.fixMenu .contact a:before{
		content: "outgoing_mail";
	}
	.fixMenu .phone a:before{
		content: "call";
	}
	.fixMenu .pageup span:before{
		content: "arrow_circle_up";
	}
	.fixMenu .pageup{}

}
