/* latin-ext */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: Meiryo, メイリオ, 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

/*パンくず*/
.breadcrumb {
	font-size: 14px;
	padding: 5px 20px;
	background-color: #555;
}

.breadcrumb li {
	display: inline;
	list-style: none;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 3px;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
	font-weight: 900;
	font-size: 1.1em;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

#main {
	background: #ffffff;
}

#main-in {
	padding-left: 220px;
}

#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}

#main .cap {
	font-size: 12px;
	line-height: 1.4;
}

#main .inner {
	padding: 20px 100px 20px 50px;
	width: 950px;
	margin: 0 auto;
	min-height: 800px;
}

#main .inner h2 {
	font-size: 170%;
	margin-bottom: 0.7em;
	padding: 0.1em 0.5em;
	color: #011740;
	border-left: solid 5px #011740;
	border-bottom: solid 1px #011740;
}

#main .inner h3 {
	font-size: 130%;
	margin-bottom: 0.7em;
	background: #011740;
	color: #ffffff;
	padding: 0.2em 0.4em;
	font-weight: normal;
}

#main .inner h4 {
	font-size: 130%;
	border-bottom: 1px dotted #000000;
}

#main .img100 {
	width: 100%;
	margin: 5px;
}

#main .img50 {
	width: 50%;
	float: right;
	margin: 10px;
}

/* ここから */
#global-head {
	position: fixed;
	color: #033560;
	width: 220px;
	text-align: center;
	padding: 10px 0 0;
	z-index: 100;
}

#brand-logo {}

.second-head {
	background-color: #ffffff;
	text-align: center;
	padding: 10px 30px;
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 5;
	opacity: 0.9;
}

.hd_tel {
	float: right;
}

.btneria {
	text-align: center;
	margin: 20px 0 40px;
}

/* ボタン01 */
.btn01 {
	width: 120px;
	margin: 5px 0 0 7px;
}

.btn01 a {
	display: block;
	position: relative;
	top: 3px;
	padding: 8px 0;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #80120d;
	font-size: 14px;
}

.btn01 a:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c81c14;
	border-radius: 5px;
	transition: .2s;
	transform: translate3d(0, 0, 0);
}

.btn01 span {
	display: block;
	position: relative;
	top: -3px;
	right: 3px;
	z-index: 2;
	transition: .2s;
}

.btn01 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: translateX(5px) rotate(45deg);
	transition: .3s .1s;
}

.btn01 a:hover {
	top: 3px;
}

.btn01 a:hover:after {
	top: 0;
	background: #e00e18;
}

.btn01 a:hover span {
	top: 0;
}

.btn01 a:hover span:after {
	right: 12px;
}

/* ボタン01ここまで */

/* ボタン02 */
.btn02 {
	width: 240px;
	margin: 10px 0 0 20px;
	display: inline-block;
}

.btn02 a {
	display: block;
	position: relative;
	top: 3px;
	padding: 8px 0;
	border-radius: 5px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #C93403;
	font-size: 16px;
}

.btn02 a:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #FF8600;
	border-radius: 5px;
	transition: .2s;
	transform: translate3d(0, 0, 0);
}

.btn02 span {
	display: block;
	position: relative;
	top: -3px;
	z-index: 2;
	transition: .2s;
}

.btn02 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: translateX(5px) rotate(45deg);
	transition: .3s .1s;
}

.btn02 a:hover {
	top: 3px;
}

.btn02 a:hover:after {
	top: 0;
	background: #FFA600;
}

.btn02 a:hover span {
	top: 0;
}

.btn02 a:hover span:after {
	right: 17px;
}

.btn02 strong {
	font-size: 24px;
	line-height: 1.2;
}

/* ボタン02ここまで */

/* ボタン02G */
.btn02g {
	width: 240px;
	margin: 10px 0 0 20px;
	display: inline-block;
}

.btn02g a {
	display: block;
	position: relative;
	top: 3px;
	padding: 8px 0;
	border-radius: 5px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #006400;
	font-size: 16px;
}

.btn02g a:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #9acd32;
	border-radius: 5px;
	transition: .2s;
	transform: translate3d(0, 0, 0);
}

.btn02g span {
	display: block;
	position: relative;
	top: -3px;
	z-index: 2;
	transition: .2s;
}

.btn02g span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: translateX(5px) rotate(45deg);
	transition: .3s .1s;
}

.btn02g a:hover {
	top: 3px;
}

.btn02g a:hover:after {
	top: 0;
	background: #adff2f;
}

.btn02g a:hover span {
	top: 0;
}

.btn02g a:hover span:after {
	right: 17px;
}

.btn02g strong {
	font-size: 24px;
	line-height: 1.2;
}

/* ボタン02gここまで */


/* ボタン03 */
.btn03 {
	width: 300px;
	margin: 0 auto;
}

.btn03 a {
	display: block;
	position: relative;
	top: 3px;
	padding: 8px 0;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #80120d;
	font-size: 18px;
}

.btn03 a:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c81c14;
	border-radius: 5px;
	transition: .2s;
	transform: translate3d(0, 0, 0);
}

.btn03 span {
	display: block;
	position: relative;
	top: -3px;
	z-index: 2;
	transition: .2s;
}

.btn03 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: translateX(5px) rotate(45deg);
	transition: .3s .1s;
}

.btn03 a:hover {
	top: 3px;
}

.btn03 a:hover:after {
	top: 0;
	background: #e00e18;
}

.btn03 a:hover span {
	top: 0;
}

.btn03 a:hover span:after {
	right: 17px;
}

/* ボタン03ここまで */

/* お問い合わせボタン */

.contact_wrap {
	clear: both;
	position: relative; 
	/*background-color: #011740;*/
	 background: url("../images/img_footerbg01.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto; 
	height: 100%;
	 max-height: 320px;
	padding: 4rem 2rem;
	margin-top: 4rem;
	z-index: auto;
} 

 .contact_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0; 
	 bottom: 0;
	left: 0; 
	background-color: rgba(1, 23, 64, 0.75);
	width: 100%;
	height: 100%;
} 

.contact_wrap .btneria {}

.contact_wrap .contact_txt {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	z-index: 3;
	position: relative;
	margin-bottom: 0.4em !important;
}

.contact_btn {
	width: 600px;
	margin: 0 auto;
}

.contact_btn a {
	display: block;
	position: relative;
	top: 3px;
	padding: 22px 0;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #80120d;
	font-size: 25px;
	font-weight: bold;
}

.contact_btn a:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c81c14;
	border-radius: 5px;
	transition: .2s;
	transform: translate3d(0, 0, 0);
}

.contact_btn span {
	display: block;
	position: relative;
	top: -3px;
	z-index: 2;
	transition: .2s;
}

.contact_btn span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: translateX(5px) rotate(45deg);
	transition: .3s .1s;
}

.contact_btn a:hover {
	top: 3px;
}

.contact_btn a:hover:after {
	top: 0;
	background: #e00e18;
}

.contact_btn a:hover span {
	top: 0;
}

.contact_btn a:hover span:after {
	right: 17px;
}


#sidebar {
	font-size: 15px;
	padding-top: 100px;
	width: 220px;
	height: 100%;
	position: fixed;
	color: #033560;
	background: #fff;
	text-align: center;
	z-index: 99;
	border-right: 1px #cccccc solid;
	border-left: 5px solid #011740;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}

#global-nav>ul>li {
	position: relative;
}

#global-nav a {
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #cccccc;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#global-nav {
	border-top: 1px solid #cccccc;
}

#global-nav .sub-menu.is-active>a,
#global-nav a:hover {
	color: #fff;
	background: #e48e00;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 180px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}

#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #e48e00;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 220px;
	width: 0;
	height: 100%;
	overflow: hidden;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

#global-nav .sub-menu.is-active>a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}

#global-nav .sub-menu-nav a {
	color: #fff;
}

#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}

/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}

#nav-toggle>div {
	position: relative;
	width: 32px;
}

#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-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;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sideinf {
	padding-top: 30px;
	margin: 0 15px;
	text-align: left;
	font-size: 12px;
}

.sideinf p {
	margin-top: 7px;
}

.sideinf ul {
	margin-top: 7px;
}

.sideinf li {
	display: inline;
	margin: 0 5px 0 0;
	border-right: solid 1px #cccccc;
	padding: 0 5px;
}



#main .list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#main .list li {
	float: left;
	width: 256px;
	height: 230px;
	border: 1px solid #cccccc;
	line-height: 30px;
	background-color: #fff;
	margin: 0 10px 10px 0;
	padding-bottom: 10px;
	text-align: center;
}

#main .list li:last-child {
	margin: 0 0px 10px 0;
}

#main .list li a {
	text-decoration: none;
	color: #333333;
}

#main .list li:hover {
	opacity: 0.8;
}

#main .list li h3 {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
	margin: 3px auto;
}

#main .list li p {
	text-decoration: none;
	line-height: 1.5;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}


#main .cnt02 {
	display: inline-block;
	height: 350px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	color: #555555;
}

#main .cnt02:hover {
	opacity: 0.8;
}

#main .cnt02 p {
	line-height: 1.7;
	width: 80%;
	margin: 10px auto;
}


#main .w50 {
	width: 50%;
}

#main .w25 {
	width: 25%;
}

/* list clearfx */
#main .inner_top .cf:before,
.cf:after {
	content: "";
	display: table;
}

#main .inner_top .cf:after {
	clear: both
}

#main .inner_top .cf {
	zoom: 1
}

/* For IE 6/7 */


/* imgのズーム挙動 */
.bigeffect {
	width: 100%;
	overflow: hidden;
}

.bigeffect img {
	width: 100%;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;

	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}

.bigeffect img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.blanklink {
	border: 2px #011740 solid;
	padding: 7px;
	text-align: center;
	margin: 10px 0 30px;
}


/* footer */
#footer {
	background: #011740;
	color: #ffffff;
	padding: 20px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #e48e00;
}

#footer ul {}

#footer li {
	display: inline-block;
	padding: 0px 15px 0 10px;
	border-right: solid 1px #ffffff;
	list-style-type: none;
}


/*フッターの誘導左右*/
.ftnavi_l {
	position: relative;
	padding-left: 25px;
	width: 40%;
}

.ftnavi_l a {
	text-decoration: none;
	font-size: 20px;
}

.ftnavi_l:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}

.ftnavi_l:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}

.ftnavi_r {
	position: relative;
	padding-right: 25px;
	width: 40%;
	text-align: right;
	float: right;
}

.ftnavi_r a {
	text-decoration: none;
	font-size: 20px;
}

.ftnavi_r:before {
	position: absolute;
	content: '';
	bottom: -3px;
	right: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}

.ftnavi_r:after {
	position: absolute;
	content: '';
	bottom: -3px;
	right: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}


/*サイトマップ*/
#sitemap {
	font-size: 13px;
	border-top: 1px solid #cccccc;
}

#sitemap h3 {
	border-bottom: 1px dotted #000000;
}

#sitemap .w950 {
	width: 950px;
	margin: 10px auto;
}

#sitemap .fl {
	float: left;
	width: 235px;
}

#sitemap ul {}

#sitemap li {
	padding: 3px;
	width: 230px;
	float: left;
	list-style-type: none;
}

#sitemap li a {
	text-decoration: none;
}

#sitemap .plnt {
	padding: 3px;
	width: 230px;
	float: left;
	list-style-type: square;
	margin-left: 15px;
}

/*拠点一覧*/
#office_list {
	font-size: 13px;
	height: 680px;
	background-color: #eeeeee;
}

#office_list h3 {
	border-bottom: 1px dotted #000000;
}

#office_list h4 {
	font-size: 14px;
}

#office_list .w950 {
	width: 950px;
	margin: 10px auto;
	padding: 10px 0;
}

#office_list .fl {
	float: left;
	width: 235px;
}

#office_list .list_wrap {
	width: 24%;
}

#office_list ul {}

#office_list li {
	padding: 1px;
	/*width: 230px;
	float: left;*/
	list-style-type: none;
	color: #011740;
}

#office_list .plnt {
	/*padding: 3px;
	width: 230px;
	float: left;*/
	list-style-type: square;
	margin-left: 20px;
}

/*ポスター*/
#main .inner .poster {
	width: 180px;
	/*240px*/
	display: block;
	/*height: 500px;*/
	margin: 5px 20px 10px 0px;
	float: left;
	text-align: center;
}

#main .inner .poster a:hover {
	opacity: 0.7;
}

#main .inner .poster a {
	text-decoration: none;
}

#main .inner .poster_s {
	width: 150px
		/*120px*/
	;
	display: block;
	/*height: 190px;*/
	margin: 5px 10px 5px 0;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	font-size: 12px;
}

#main .inner .poster_s:hover {
	opacity: 0.7;
}

#main .inner .poster_s img {
	width: 100%;
}

#main .inner .poster_s a {
	text-decoration: none;
}

/*ポスターここまで*/



/*agreement*/
#main .inner .flow-cont {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 10px auto 20px;
}

#main .inner .flow {
	width: 24%;

	margin-right: 7px;
	background-color: #FFDD88;
	border-radius: 7px;
	padding: 7px;
	text-align: center;
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before {
	left: 4px;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 15px solid transparent;
	border-left: 10px solid #FFDD88;
}

.arrow::after {
	left: 0;
	width: 30px;
	height: 30px;
	border-left: 4px solid #FFDD88;
}

/*agreementここまで*/


#main .telbox {
	border: solid 1px #011740;
	width: 90%;
	padding: 5px 30px;
	margin: 0 auto 15px;
	font-weight: bold;
}

/* 円グラフ */
ol,
ul {
	list-style: none;
}

.graph-txt {
	position: absolute;
	/*width: 90px;*/
	white-space: nowrap;
	/*opacity: 0;*/
	text-align: left;
}

.graph-txt_title {
	margin: 0;
	color: #0d71c1;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.graph-txt_count {
	margin: 4px 0 0;
	padding-bottom: 5px;
	line-height: 1;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.graph-txt_count .number,
.graph-txt_count .number_mini,
.graph-txt_count .number_micro {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 4rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: -2px;
}

.graph-txt_count .number {
	font-size: 2.5rem;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}

.graph-txt_count .number_mini {
	font-size: 1.8rem;
	font-style: italic;
}

.graph-txt_count .number_micro {
	/* font-size: 1.5rem; */
	font-size: 1.8rem;
	font-style: italic;
}

.pieChart_wrap {
	position: relative;
	width: 100%;
	height: 450px;
	font-weight: bold;
	text-align: center;
}

.equipment_pieChart01 {
	margin: 4rem auto 7rem;
}

.equipment_pieChart02 {
	margin: 3rem auto;
}

.pieChart_flex {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;
}

.pieChart_mini {
	width: 40%;
	position: relative;
}

.pieChart_big {
	width: 60%;
	position: relative;
	font-weight: bold;
	text-align: center;
}

.pieChart_legend01 {
	position: absolute;
	top: 6%;
	left: 13%;
}

.pieChart_legend02 {
	position: absolute;
	bottom: -3%;
	right: 5%;
}

.pieChart_legend03 {
	position: absolute;
	bottom: 20%;
	right: 5%;
}

.pieChart_legend04 {
	position: absolute;
	bottom: -10%;
	right: 0;
	left: 0;
	margin: auto;
}

.pieChart_legend05 {
	position: absolute;
	top: 50%;
	left: 10%;
}

.pieChart_legend06 {
	position: absolute;
	top: 26%;
	left: 13%;
}

.graph-txt::before,
.graph-txt::after {
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #939393;
	position: absolute;
}

.graph-txt::before {
	top: 7px;
}

.pieChart01_legend01 {
	top: 20%;
	right: 0;
}

.pieChart01_legend02 {
	bottom: 10%;
	left: 0;
}

.pieChart01_legend03 {
	top: 18%;
	left: 0;
}

.pieChart01_legend04 {
	top: -3%;
	left: 0;
}

.pieChart01_legend01::before {
	width: 27px;
	left: -36px;
}

.pieChart01_legend01::after {
	width: 32px;
	top: 20px;
	left: -62px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);
}

.pieChart01_legend02::before {
	width: 63px;
	right: -56px;
}

.pieChart01_legend02::after {
	width: 28px;
	top: -3px;
	right: -79px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);
}

.pieChart01_legend03::before {
	width: 100px;
	right: -108px;
}

.pieChart01_legend03::after {
	width: 25px;
	top: 19px;
	right: -121px;
	-webkit-transform: rotate(265deg);
	transform: rotate(265deg);
}

.pieChart01_legend04::before {
	width: 46px;
	right: -22px;
}

.pieChart01_legend04::after {
	width: 109px;
	top: 61px;
	right: -82px;
	-webkit-transform: rotate(265deg);
	transform: rotate(265deg);
}

.pieChart02_legend01 {
	top: 27%;
	right: 0;
}

.pieChart02_legend02 {
	top: 10%;
	left: 7%;
}

.pieChart02_legend01::before {
	width: 44px;
	left: -52px;
}

.pieChart02_legend02::before {
	width: 30px;
	right: -36px;
}

.pieChart02_legend02::after {
	width: 38px;
	top: 23px;
	right: -64px;
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

.pieChart03_legend01 {
	top: 30%;
	right: 0;
}

.pieChart03_legend02 {
	bottom: 0;
	right: 0;
}

.pieChart03_legend03 {
	top: 54%;
	left: 0;
}

.pieChart03_legend04 {
	top: 31.5%;
	left: 0;
}

.pieChart03_legend05 {
	top: 18%;
	left: 0;
}

.pieChart03_legend06 {
	top: 5%;
	left: 0;
}

.pieChart03_legend07 {
	top: -8%;
	left: 0;
}

.pieChart03_legend08 {
	top: 0;
	right: 17%;
}

.pieChart03_legend01::before {
	width: 43px;
	left: -53px;
}

.pieChart03_legend01::after {
	width: 38px;
	top: 22px;
	left: -84px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);
}

.pieChart03_legend02::before {
	width: 143px;
	left: -156px;
}

.pieChart03_legend02::after {
	width: 30px;
	top: -6px;
	left: -178px;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.pieChart03_legend03::before {
	width: 87px;
	right: -91px;
}

.pieChart03_legend04::before {
	width: 95px;
	right: -95px;
}

.pieChart03_legend05::before {
	width: 71px;
	right: -71px;
}

.pieChart03_legend05::after {
	width: 50px;
	top: 23px;
	right: -115px;
	-webkit-transform: rotate(220deg);
	transform: rotate(220deg);
}

.pieChart03_legend06::before {
	width: 85px;
	right: -85px;
}

.pieChart03_legend06::after {
	width: 95px;
	top: 43px;
	right: -163px;
	-webkit-transform: rotate(230deg);
	transform: rotate(230deg);
}

.pieChart03_legend07::before {
	width: 220px;
	right: -205px;
}

.pieChart03_legend07::after {
	width: 127px;
	top: 62px;
	right: -300px;
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

.pieChart03_legend08::before {
	width: 213px;
	left: -223px;
}

.pieChart03_legend08::after {
	width: 62px;
	top: 38px;
	left: -256px;
	-webkit-transform: rotate(275deg);
	transform: rotate(275deg);
}

.pieChart04_legend01 {
	top: 22%;
	right: 10%;
}

.pieChart04_legend02 {
	bottom: 10%;
	left: 10%;
}

.pieChart04_legend03 {
	top: 36%;
	left: 10%;
}

.pieChart04_legend04 {
	top: 18%;
	left: 10%;
}

.pieChart04_legend05 {
	top: 0;
	left: 10%;
}

.pieChart04_legend06 {
	top: 0;
	right: 12.5%;
}

.pieChart04_legend01::before {
	width: 50px;
	left: -58px;
}

.pieChart04_legend01::after {
	width: 60px;
	top: 30px;
	left: -107px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);
}

.pieChart04_legend02::before {
	width: 186px;
	left: 43px;
}

.pieChart04_legend03::before {
	width: 60px;
	right: -68px;
}

.pieChart04_legend04::before {
	width: 199px;
	right: -168px;
}

.pieChart04_legend05::before {
	width: 210px;
	right: -196px;
}

.pieChart04_legend05::after {
	width: 72px;
	top: 42px;
	right: -241px;
	-webkit-transform: rotate(255deg);
	transform: rotate(255deg);
}

.pieChart04_legend06::before {
	width: 247px;
	left: -255px;
}

.pieChart04_legend06::after {
	width: 62px;
	top: 38px;
	left: -288px;
	-webkit-transform: rotate(275deg);
	transform: rotate(275deg);
}

.balloon_txt {
	line-height: 1.2;
}

.balloon_txt span {
	font-size: 180%;
}

.pieChart_balloon01 {
	position: absolute;
	bottom: -6%;
	right: 5%;
}

.pieChart_balloon02 {
	position: absolute;
	bottom: -15%;
	right: 30%;
}

.balloon_legend01 {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	/*width: 1.06667em;
  height: 0.8em;*/
	background: #e48e00;
	/*border: 0.1em solid currentColor;*/
	border-radius: 0.2em;
	box-sizing: content-box;
	padding: .8rem .8rem .4rem .8rem;
	color: #fff;
	line-height: 1.2;
}

.balloon_legend01::before {
	content: '';
	position: absolute;
	top: -20%;
	left: 10%;
	width: .8em;
	height: .8em;
	background: inherit;
	/*border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-top-width: 0.14142em;*/
	border-right-color: transparent;
	border-right-width: 0.3em;
	border-left-color: transparent;
	border-left-width: 0.3em;
	border-bottom-color: transparent;
	border-bottom-width: 0.3em;
	box-sizing: content-box;
	border-radius: 0 0 0 0.1em;
	transform: skewY(45deg);
	transform-origin: left top;
}

.balloon_legend01b {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	/*width: 1.06667em;
  height: 0.8em;*/
	background: #000;
	/*border: 0.1em solid currentColor;*/
	border-radius: 0.2em;
	box-sizing: content-box;
	padding: .8rem .8rem .4rem .8rem;
	color: #fff;
	line-height: 1.2;
}

.balloon_legend01b::before {
	content: '';
	position: absolute;
	top: -20%;
	left: 40%;
	width: .8em;
	height: .8em;
	background: inherit;
	/*border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-top-width: 0.14142em;*/
	border-right-color: transparent;
	border-right-width: 0.3em;
	border-left-color: transparent;
	border-left-width: 0.3em;
	border-bottom-color: transparent;
	border-bottom-width: 0.3em;
	box-sizing: content-box;
	border-radius: 0 0 0 0.1em;
	transform: skewY(45deg);
	transform-origin: left top;
}


.balloon_legend02 {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	/*width: 1.06667em;
  height: 0.8em;*/
	background: #e48e00;
	/*border: 0.1em solid currentColor;*/
	border-radius: 0.2em;
	box-sizing: content-box;
	padding: .8rem .8rem .4rem .8rem;
	color: #fff;
	line-height: 1.2;
}

.balloon_legend02::before {
	content: '';
	position: absolute;
	top: -18%;
	left: 10%;
	width: .8em;
	height: .8em;
	background: inherit;
	/*border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-top-width: 0.14142em;*/
	border-right-color: transparent;
	border-right-width: 0.3em;
	border-left-color: transparent;
	border-left-width: 0.3em;
	border-bottom-color: transparent;
	border-bottom-width: 0.3em;
	box-sizing: content-box;
	border-radius: 0 0 0 0.1em;
	transform: skewY(45deg);
	transform-origin: left top;
}

/* 円グラフここまで */

/* フェードインアニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
}

.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: .8s;
}


/*タブレット用CSS*/
@media screen and (max-width: 1246px) {
	.sp1246 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#main .inner {
		width: auto;
	}
}

@media screen and (max-width: 950px) {
	#office_list .w950 {
		width: 100%;
		margin: 10px auto;
	}

	#sitemap .w950 {
		width: 100%;
	}
}

/*モバイル用CSS*/
@media screen and (max-width: 900px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	#main-in {
		padding-left: 0;
	}

	.breadcrumb {
		font-size: 12px;
		padding: 70px 20px 2px;
		background-color: #555;
	}

	#main .inner {
		padding: 20px 10px 0 10px;
		width: auto;
		min-height: none;
	}

	#main .inner h2 {
		font-size: 150%;
		margin-bottom: 0.7em;
		padding: 0.1em 0.5em;
		color: #011740;
		border-left: solid 5px #011740;
		border-bottom: solid 1px #011740;
	}

	#main .inner h3 {
		font-size: 110%;
		margin-bottom: 0.7em;
		background: #011740;
		color: #ffffff;
		padding: 0.2em 0.4em;
		font-weight: normal;
	}

	#main .inner h4 {
		font-size: 130%;
		border-bottom: 1px dotted #000000;
	}

	#main .img50 {
		width: 100%;
		height: auto;
		margin: 0px;
	}

	#global-head {
		width: 100%;
		padding: 0 10px;
		background: rgba(255, 255, 255, 1);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		padding-top: 20px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	.sideinf {
		padding-top: 15px;
		margin: 0 10px;
		font-size: 11px;
		max-width: 450px;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}

	#global-nav a {
		padding: 12px 0;
	}

	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}

	.open #overlay {
		display: block;
	}

	.open #sidebar {
		-webkit-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}

	#sidebar {
		z-index: 300;
	}

	#nav-toggle {
		z-index: 400;
	}

	.second-head {
		padding: 10px 10px;
		top: auto;
		z-index: 999;
		opacity: 1;
		bottom: 0;
	}

	.hd_tel {
		float: right;
		width: 75%;
	}

	/* ボタン01 */
	.btn01 {
		width: 80px;
		margin: 0 0 0 3px;
	}

	.btn01 a {
		padding: 5px 0;
		font-size: 12px;
	}

	#main .list {
		display: block;
		margin-left: auto;
		margin-right: auto;
		list-style: none;
	}

	#main .list li {
		float: left;
		width: 100%;
		height: auto;
		border: 1px solid #cccccc;
		line-height: 30px;
		background-color: #fff;
		margin: 0 15px 10px 0;
		text-align: center;
	}

	#main .list li img {
		float: left;
		width: 100%;
		margin: 0 15px 0px 0;
	}

	#main .list li:last-child {
		margin: 0 0px 10px 0;
	}

	#main .list li a {
		text-decoration: none;
		color: #333333;
	}

	#main .list li h3 {
		text-decoration: none;
		font-size: 18px;
		line-height: 1.5;
		color: #333333;
		background-color: #ffffff;
		margin: 3px auto;
	}

	#main .list li p {
		text-decoration: none;
		line-height: 1.5;
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	#main .inner_top .cnt02 {
		display: inline-block;
		height: 310px;
		float: left;
		border: 1px solid #ccc;
		text-align: center;
		text-decoration: none;
		background-color: #ffffff;
		margin: 3px;
	}


	/*ポスター*/
	#main .inner .poster {
		width: 240px;
		float: none;
	}


	/*agreement*/
	#main .inner .flow-cont {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 10px auto 20px;
	}

	#main .inner .flow {
		width: 100%;
		margin-right: 7px;
		background-color: #FFDD88;
		border-radius: 7px;
		padding: 7px;
		text-align: center;
	}

	.arrow {
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		margin: 10px auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 170px;
	}

	.arrow::before,
	.arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	.arrow::before {
		left: 4px;
		box-sizing: border-box;
		width: 30px;
		height: 30px;
		border: 15px solid transparent;
		border-left: 10px solid #FFDD88;
	}

	.arrow::after {
		left: 0;
		width: 30px;
		height: 30px;
		border-left: 0px solid #FFDD88;
	}

	/*agreementここまで*/

	/*フッターの誘導左右*/
	.ftnavi_l {
		position: relative;
		padding-left: 25px;
		width: 100%;
		margin-top: 10px;
	}

	.ftnavi_l a {
		text-decoration: none;
		font-size: 18px;
	}

	.ftnavi_l:before {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 0;
		width: 0;
		height: 0;
		border: none;
		border-left: solid 15px transparent;
		border-bottom: solid 15px rgb(119, 195, 223);
	}

	.ftnavi_l:after {
		position: absolute;
		content: '';
		bottom: -3px;
		left: 10px;
		width: 100%;
		border-bottom: solid 3px rgb(119, 195, 223);
	}

	.ftnavi_r {
		position: relative;
		padding-right: 25px;
		width: 100%;
		text-align: right;
		float: none;
	}

	.ftnavi_r a {
		text-decoration: none;
		font-size: 18px;
	}

	.ftnavi_r:before {
		position: absolute;
		content: '';
		bottom: -3px;
		right: 0;
		width: 0;
		height: 0;
		border: none;
		border-right: solid 15px transparent;
		border-bottom: solid 15px rgb(119, 195, 223);
	}

	.ftnavi_r:after {
		position: absolute;
		content: '';
		bottom: -3px;
		right: 10px;
		width: 100%;
		border-bottom: solid 3px rgb(119, 195, 223);
	}

	#main .telbox {
		border: solid 1px #011740;
		width: 100%;
		padding: 5px 10px;
		margin: 0 auto 15px;
		font-weight: bold;
		text-decoration: none;
	}



	/*ft menu*/
	#ft-nav ul {
		list-style: none;
		margin-left: 0;
	}

	#ft-nav-nav>ul>li {
		position: relative;
	}

	#ft-nav-nav a {
		color: #033560;
		text-decoration: none;
		display: block;
		padding: 12px 20px;
		border-bottom: 1px solid #cccccc;
		-moz-transition: background-color .3s linear;
		-webkit-transition: background-color .3s linear;
		transition: background-color .3s linear;
	}

	#ft-nav-nav {
		border-top: 1px solid #cccccc;
	}

	#ft-nav-nav .sub-menu.is-active>a,
	#ft-nav-nav a:hover {
		color: #fff;
		background: #e48e00;
	}

	#ft-nav-nav .sub-menu-nav a,
	#ft-nav-nav .sub-menu:hover .sub-menu-nav {
		width: 180px;
	}

	/* sub-menu icon */
	#ft-nav-nav .sub-menu-head {
		position: relative;
	}

	#ft-nav-nav .sub-menu-head:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto;
		vertical-align: middle;
		width: 8px;
		height: 8px;
		border-top: 1px solid #033560;
		border-right: 1px solid #033560;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* sub-menu */
	#ft-nav-nav .sub-menu-nav {
		position: fixed;
		background: #e48e00;
		color: #fff;
		top: 0;
		padding-top: 90px;
		left: 220px;
		width: 0;
		height: 100%;
		overflow: hidden;
		-moz-transition: width .2s ease-out;
		-webkit-transition: width .2s ease-out;
		transition: width .2s ease-out;
	}

	#ft-nav-nav .sub-menu.is-active>a:after,
	#ft-nav-nav .sub-menu-head:hover:after {
		border-color: #fff;
	}

	#ft-nav-nav .sub-menu-nav a {
		color: #fff;
	}

	#ft-nav-nav .sub-menu-nav a:hover {
		color: #033560;
		background: #fff;
	}

	/* サブメニューは開けない */
	#ft-nav-nav .sub-menu-head:after,
	#ft-nav-nav .sub-menu-nav {
		display: none;
	}


	/*拠点一覧*/
	#office_list {
		font-size: 10px;
		height: 960px;
		background-color: #eeeeee;
		padding: 0 14px;
	}

	#office_list h3 {
		border-bottom: 1px dotted #000000;
	}

	#office_list h4 {
		font-size: 12px;
	}

	#office_list .w950 {
		width: 100%;
		margin: 10px auto;
	}

	#office_list .fl {
		/*float: left;*/
		width: 25%;
	}

	#office_list .list_wrap {
		width: 50%;
		padding: 0 2%;
	}

	#office_list ul {}

	#office_list li {
		padding: 1px;
		width: 100%;
		/*float: left;
	list-style-type: none;*/
	}

	#office_list .plnt {
		padding: 2px;
		width: 100%;
		/*float: left;
	list-style-type:square;*/
		margin-left: 10px;
	}


	/* お問い合わせボタン */
	 .contact_wrap {
		padding: 2rem;
		margin-top: 2rem;
	} 

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

	/* 円グラフ */

	.graph-txt_title {
		font-size: 13px;
	}

	.graph-txt_count .number {
		font-size: 1.6rem;
	}

	.graph-txt_count .number_mini {
		font-size: 1.2rem;
	}

	.graph-txt_count .number_micro {
		font-size: 1.2rem;
		font-weight: 300;
	}

	.pieChart_wrap {
		height: 350px;
	}

	.pieChart_flex {
		width: 100%;
		height: auto;
		display: block;
	}

	.pieChart_mini {
		/* width: 100%; */
		width: 355px;
		position: relative;
		margin: 0 auto;
	}

	.pieChart_big {
		/* width: 100%; */
		width: 355px;
		margin: 0 auto;
		position: relative;
		font-weight: bold;
		text-align: center;
	}

	.pieChart_wrap {
		width: 355px;
		margin: 0 auto;
	}
	.pieChart01_legend01 {
		top: 25%;
		right: 1%;
	}

	.pieChart01_legend02 {
		bottom: 13%;
		left: 15%;
	}

	.pieChart01_legend03 {
		top: 11%;
		left: 4%;
	}

	.pieChart01_legend04 {
		top: -8%;
		left: 0;
	}

	.pieChart01_legend01::before {
		content: none;
		/*width: 27px;
	left: -36px;*/
	}

	.pieChart01_legend01::after {
		content: none;
		/*width: 32px;
	top: 20px;
	left: -62px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);*/
	}

	.pieChart01_legend02::before {
		content: none;
		/*width: 63px;
	right: -56px;*/
	}

	.pieChart01_legend02::after {
		content: none;
		/*width: 28px;
	top: -3px;
	right: -79px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);*/
	}

	.pieChart01_legend03::before {
		width: 109px;
		right: -118px;
	}

	.pieChart01_legend03::after {
		width: 23px;
		top: 18px;
		right: -131px;
		-webkit-transform: rotate(260deg);
		transform: rotate(260deg);
	}

	.pieChart01_legend04::before {
		width: 87px;
		right: -66px;
	}

	.pieChart01_legend04::after {
		width: 80px;
		top: 47px;
		right: -110px;
		-webkit-transform: rotate(265deg);
		transform: rotate(265deg);
	}

	.pieChart02_legend01 {
		top: 45%;
		/* right: 0; */
		right: 1%;
	}

	.pieChart02_legend02 {
		top: 18%;
		left: 5%;
	}

	.pieChart02_legend01::before {
		content: none;
		/*width: 30px;
	left: -37px;*/
	}

	.pieChart02_legend02::before {
		content: none;
		/*width: 30px;
	right: -36px;*/
	}

	.pieChart02_legend02::after {
		content: none;
		/*width: 38px;
	top: 23px;
	right: -64px;
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);*/
	}

	.pieChart03_legend01 {
		top: 8%;
		right: 0;
	}

	.pieChart03_legend02 {
		bottom: 0;
		right: 0;
	}

	.pieChart03_legend03 {
		top: 55%;
		left: 0;
	}

	.pieChart03_legend04 {
		top: 34%;
		left: 0;
	}

	.pieChart03_legend05 {
		top: 12%;
		left: 0;
	}

	.pieChart03_legend06 {
		top: -1%;
		left: 0;
	}

	.pieChart03_legend07 {
		top: -3%;
		left: 0;
	}

	.pieChart03_legend08 {
		top: -6%;
		right: 14%;
	}

	.pieChart03_legend01::before {
		content: none;
		/*width: 43px;
	left: -53px;*/
	}

	.pieChart03_legend01::after {
		content: none;
		/*width: 38px;
	top: 22px;
	left: -84px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);*/
	}

	.pieChart03_legend02::before {
		width: 73px;
		left: -80px;
	}

	.pieChart03_legend02::after {
		content: none;
		/*width: 30px;
	top: -6px;
	left: -178px;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);*/
	}

	.pieChart03_legend03::before {
		content: none;
		/*width: 26px;
	right: -30px;*/
	}

	.pieChart03_legend04::before {
		content: none;
		/*width: 18px;
	right: -22px;*/
	}

	.pieChart03_legend05::before {
		content: none;
		/*width: 100px;
	right: -100px;*/
	}

	.pieChart03_legend05::after {
		width: 44px;
		top: 39px;
		right: -25px;
		-webkit-transform: rotate(261deg);
		transform: rotate(261deg);
	}

	.pieChart03_legend06::before {
		content: none;
		/*width: 85px;
	right: -85px;*/
	}

	.pieChart03_legend06::after {
		width: 84px;
		top: 53px;
		right: 4px;
		-webkit-transform: rotate(235deg);
		transform: rotate(235deg);
	}

	.pieChart03_legend07::before {
		width: 69px;
		right: -59px;
	}

	.pieChart03_legend07::after {
		width: 86px;
		top: 48px;
		right: -113px;
		-webkit-transform: rotate(255deg);
		transform: rotate(255deg);
	}

	.pieChart03_legend08::before {
		width: 82px;
		left: -92px;
	}

	.pieChart03_legend08::after {
		width: 84px;
		top: 49px;
		left: -137px;
		-webkit-transform: rotate(275deg);
		transform: rotate(275deg);
	}

	.pieChart04_legend01 {
		top: 17%;
		right: 0;
	}

	.pieChart04_legend02 {
		bottom: 18%;
		left: 4%;
		/*bottom: 10%;
        right: 0;*/
	}

	.pieChart04_legend03 {
		top: 36%;
		left: 0;
	}

	.pieChart04_legend04 {
		top: 22%;
		left: 0;
	}

	.pieChart04_legend05 {
		top: 4%;
		left: 0;
	}

	.pieChart04_legend06 {
		top: 3%;
		right: 5%;
	}

	.pieChart04_legend01::before {
		content: none;
		/*width: 28px;
	left: -34px;*/
	}

	.pieChart04_legend01::after {
		content: none;
		/*width: 23px;
	top: 16px;
	left: -53px;
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);*/
	}

	.pieChart04_legend02::before {
		content: none;
		/*width: 60px;
	left: -67px;*/
	}

	.pieChart04_legend03::before {
		/* content: none; */
		width: 22px;
	right: -25px;
	}

	.pieChart04_legend04::before {
		width: 89px;
		right: -68px;
	}

	.pieChart04_legend05::before {
		width: 92px;
		right: -85px;
	}

	.pieChart04_legend05::after {
		width: 49px;
		top: 30px;
		right: -116px;
		-webkit-transform: rotate(255deg);
		transform: rotate(255deg);
	}

	.pieChart04_legend06::before {
		width: 115px;
		left: -124px;
	}

	.pieChart04_legend06::after {
		width: 45px;
		top: 29px;
		left: -148px;
		-webkit-transform: rotate(275deg);
		transform: rotate(275deg);
	}

	.pieChart_balloon02 {
		width: 100%;
		bottom: -26%;
		right: 0;
		left: 0;
		margin: auto;
	}

	.balloon_legend02::before {
		content: none;
		position: absolute;
		/*top: -18%;
  left: 42%;
  width: .8em;
  height: .8em;
  background: inherit;
  border-right-color: transparent;
  border-right-width: 0.3em;
  border-left-color: transparent;
  border-left-width: 0.3em;
  border-bottom-color: transparent;
  border-bottom-width: 0.3em;
  box-sizing: content-box;
  border-radius: 0 0 0 0.1em;
  transform: skewY(45deg);
  transform-origin: left top;*/
	}
.number_micro {
	font-size: 1.2rem;
}
.padtop40 {
padding-top: 40px;
}

 
}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}

	.open #sidebar {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

/* 20231025追記 */
#sitemap a,
#office_list a {
	color: #011740;
}

#sitemap a:hover,
#office_list a:hover {
	color: #e48e00;
}

.sideinf a:hover {
	color: #e48e00;
}

#office_list ul li a {
	text-decoration: none;
}

#footer ul li {
	margin-bottom: 10px;
}

#main-in .second-head {
	display: none;
}

@media screen and (max-width: 1246px) {
	#main .inner_top .w950 {
		width: 100% !important;
	}

	.sp1246 img {
		width: 100%;
	}

	#sitemap .w950 {
		width: 100%;
	}

	#office_list .w950 {
		width: 100%;
	}

}

@media screen and (max-width: 900px) {

	#main .listtop li img {
		object-fit: cover;
	}

	#main-in .btn01 span {
		padding: 10px 0;
		/* margin-left: -6px; */
		padding-left: 6px;
	}

	#main-in .btn01 span::after {
		right: 13px;
		top: 65%;
	}

	#main-in .second-head .seFl {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		width: 100%;
	}

	#main-in .second-head .hd_tel {
		width: 100%;
	}

	#main-visual .awards_icon {
		max-width: 310px;
	}

	#footer div {
		margin-bottom: 85px;
	}

}

@media screen and (max-width: 1087px) {
	#office_list {
		height: 698px;
	}
}

@media screen and (max-width: 989px) {
	#office_list {
		height: 731px;
	}
}

@media screen and (max-width: 490px) {
	#main-in .second-head .sp {
		width: calc(100% - 80px);
	}

	#main-in .btn01 span {
		padding: 0;
		padding-left: 6px;
	}

	.hd_tel {
		float: left;
	}

	#footer div {
		margin-bottom: 17vw;
	}
	#main-in .btn01 span::after {
		top: 72%;
		right: 10px;
	}
}