768@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');

.font-sawarabi{
	font-family: 'Sawarabi Mincho', sans-serif;
}
.font-cutive{
	font-family: 'Cutive Mono', monospace;
}
.navbar-absolute-top {
    position: absolute;

    right: 0;
    top: 0 !important;
    left: 0;
    z-index: 1030;
}
.navbar-header {
	height: 59px;
    background: #ffffff;    border-bottom: 1px solid #dcdddd;
}
.clear{
	clear: both;
}

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 1.6rem;/* 14px */
	line-height: 1.8em;
	/* [disabled]line-height:26px; */

	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;

}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 body{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
 body{
	font-size: 1.3rem;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb7 {
	margin-bottom: 7px;
}
.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

.estimate_box {
    margin: 20px auto;
    padding: 40px 60px;
    background: #eaeaea;
    border-radius: 12px;
}
.cntr {
    text-align: center;
    margin: 0 auto;
}
/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}

.bg_ao {
	background-color: #0b285b;
}
.label-iro{
	background-color: #67cf00;
	color:#FFF;
	font-size:90%;
	text-align:left;
	padding:5px 10px;
	border-radius:5px;
}


.carousel-control.right {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}
.carousel-control.left {
	background-image: none;
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}


/*スマホメニュー*/
.navbar-toggle {
	position: relative;
	float:right;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: none;

	border-radius: 0;
	text-align:center;

}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(255,253,253,0.8);
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	color: #2d2d2d;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}


/*-------------------/スマホメニュー*/

.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 3px 0;
	margin:0;
}
.list_none li a img {
	border:none;
}
.futo {
	font-weight: bold;
}
.btn.btn-warning {
	color: #ffffff;
	background-color: #67cf00;
	border: none;
	font-size: 15px;
}

.btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}
.btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #ffba00;
	color: #ffffff;
	text-decoration: none;
	border: none;
}
.sec {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

 h2 {
  line-height: 1.4em;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1em;
  text-align:center;
  margin-top: 0;
}

@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 h2 {
    font-size: 2.2rem;
    line-height:1.3em;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.45em;
    line-height:1.3em;
  }
}

.section-heading h2 {
  line-height: 2rem;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #4c4c4c;
	padding-bottom:30px;    
}
.hh22 {
  line-height: 4rem;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ffffff;
	padding-bottom:25px;
}
.hh33{
  line-height: 4rem;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #333333;
	padding-bottom:25px;
}
@media screen and (max-width: 768px) {
.section-heading h2 {
  line-height: 3rem;
font-size: 32px;	padding-bottom:10px;
}
.h22 {
  line-height: 3rem;
font-size: 32px;	padding-bottom:10px;
	color: #ffffff;
}
.h33 {
  line-height: 3rem;
font-size: 32px;	padding-bottom:10px;
	color: #333333;
}
}
@media screen and (max-width: 480px) {
.section-heading h2 {
  line-height: 1.8rem;
  font-size: 1.8rem;	padding-bottom:10px;
}
.h22 {
  line-height: 1.8rem;
  font-size: 1.8rem;	padding-bottom:10px;
}
}

.lead {
  font-size: 1.6rem;
  line-height: 1px;
  color: #888888;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-family: 'Cutive Mono', monospace;
}
.leadsiro {
  font-size: 1.6rem;
  line-height: 1px;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-family: 'Cutive Mono', monospace;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.3rem;
	line-height: 1.3rem;
	margin-bottom: 20px;
  }
	  .leadsiro {
    font-size: 1.3rem;
	line-height: 1.3rem;
	margin-bottom: 20px;
  }
}

.btn_midori {
	display: inline-block;
	background-color: #67cf00;
	border-radius: 3px;
	color: #ffffff;
}
.btn_midori a{
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #ffffff;
}
.btn_midori a:hover{
	background-color: #87dd24;
	border-radius: 3px;
	color: #ffffff;
}

/*ヘッダー*/
.header-inner {
	    height: 70px;
    position: relative;
    z-index: 2000;
    background: #fff;
    box-sizing: border-box;
}
.header-inner-item-left,
.header-inner-item-right {
	width: 100%;
	display:flex;
	align-items: center;
}
.header-inner-item-right {
	justify-content: flex-end;
}
.header-inner-item-right > a:hover {
	text-decoration: none;
}
.header-inner-item-right .h-tel {
	background-color: #;
	padding: 8px;      margin:10px;  border: 3px solid #009fe8;padding-top: 5px;
}
.header-inner-item-right .h-web {
	background-color: #1d2087;
	padding: 8px;    padding-top: 5px;
	border: 3px solid #1d2087;
}



.main-contents {
	margin-top: 40px;
}
.daini-main-contents {
	margin-top: 80px;
	margin-bottom: 40px;
}


/*-----------------------TOP*/
.top .section-heading {
	padding-top: 5em;
	padding-bottom: 0.4em;
	position: ;
}

@media screen and (max-width: 768px) {
.top .section-heading {
	padding-top: 4em;
	padding-bottom: 0em;
}
}
.top .sec {
	padding-bottom: 5em;
}

.top .news {
	width: 100%;
	max-width: 880px;
	overflow: auto;
    clear: both;
    height: 230px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.top .news .inner {
	padding: 0.4em 0.7em 0.4em 0.7em;
}
.top .news .inner ul {
	padding: 0;
	list-style: none;
	text-align: left;
}
.top .news .inner ul li{
	padding: 15px 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.6em;
}
.top .news .inner ul li:first-child {
	border-top: 1px solid #cccccc;
}
.top .news .inner ul li a {
	color: #4c4c4c;
}
@media screen and (min-width: 481px)  and (max-width: 600px){
.top .news .inner ul li{
	padding: 10px 7px;
}
}
.top .news .inner ul li a:hover {
	text-decoration: underline;
}

.top .news .inner ul li .date{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.top .bg_original_item {
	background-color: #EDEDED;
}
.top .original_item_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.top .original_item {
	width: 100%;
}
.top .original_item .item {
	display: flex;
	flex-wrap: nowrap;
}
.top .original_item .item .item-inner {
	/*display: flex;
	align-items: center;*/
	width: 100%;
	min-height: 330px;
	/*position: relative;*/
}
.top .original_item .item .item-inner01,
.top .original_item .item .item-inner02,
.top .original_item .item .item-inner03 {
	display:flex;
	align-items: center;
}
.top .original_item .item .item-inner01,
.top .original_item .item .item-inner03 {
	justify-content: flex-end;
}
.top .original_item .item .item-inner02 {
	justify-content: flex-start;
}
.top .original_item .item .item-inner01 {
	background-image: url(../img/top/tt1.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.top .original_item .item .item-inner02 {
	background-image: url(../img/top/tt2.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.top .original_item .item .item-inner03 {
	background-image: url(../img/top/tt3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.top .original_item .item .item-inner .item-text {
	width: 44%;
	padding: 30px;
	/*position: absolute;*/
	text-align: justify;
	background-color: rgba(255,255,255,0.4);
}
.top .original_item .item .item-inner.item-inner01 .item-text,
.top .original_item .item .item-inner.item-inner03 .item-text {
	right: 0;
}
.top .original_item .item .item-inner.item-inner02 .item-text {
	left: 0;
}
.top .original_item .item .item-text p.text-about {
	color: #333333;
	margin-bottom: 30px;
}
.top .original_item .item .item-text p.text-about span {
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;

}
.top .original_item .item .item-text p.btn-more {
	display: inline-block;
	line-height: 1.4rem;
	text-align: center;
	color: #ffffff;
	padding: 0.5em 0 0.6em;
	width: 100px;
	background-color: #1d2087;
	transition: .4s;
}
.top .original_item .item .item-text p.btn-more:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px){
.top .original_item_wrap {
	width: 90%;
}
.top .original_item .item {
	display: block;
	margin-bottom: 30px;
}
.top .original_item .item .item-inner {
	align-items: flex-end;
	width: 100%;
	min-height: 300px;
}
.top .original_item .item .item-inner01,
.top .original_item .item .item-inner02,
.top .original_item .item .item-inner03 {
	background-size: cover;
	background-position: center center;
}
.top .original_item .item .item-inner .item-text {
	width: 100%;
	padding: 20px;
}
.top .original_item .item .item-text p.text-about {
	margin-bottom: 20px;
}
.top .original_item .item .item-text p.text-about > br {
	display: none;
}
.top .original_item .item .item-text p.text-about span {
	margin-bottom: 15px;
	font-size: 1.7rem;
}
}

.top .link_itemsiro {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 5em 0; 
	background: #ffffff;
}

.top .link_item {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 5em 0; 
}
.top .link_item ul {
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.top .link_item ul li {
	width: 31%;
	width: -webkit-calc(100% / 3 - 2%); 
	width: calc(100% / 3 - 2%); 
	margin: 0 1% 5%;
}
.top .link_item ul li a div{
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: .4s;
}
/*.top .link_item ul li a:hover div{
	opacity: 0.7;
}*/
.top .link_item ul li a div::before {
	content: "";
	display:block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../img/common/yajirushi11.png") no-repeat;
	top: 60%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	transition: .4s;
}
.top .link_item ul li a:hover div::before {
	top: 65%;
}
.top .link_item ul li a div p {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #ffffff;
	letter-spacing: 0.1em;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.top .link_item ul li a div img {
	width: 100%;
}
@media screen and (max-width: 768px){
.top .link_item ul li {
	width: 44%;
	width: -webkit-calc(100% / 2 - 2%); 
	width: calc(100% / 2 - 2%); 
	margin: 0 1% 5%;
}
.top .link_item ul li a div p {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
.top .link_item ul li a div::before {
	top: 65%;
}
.top .link_item ul li a:hover div::before {
	top: 70%;
}
}
@media screen and (max-width: 480px){
.top .link_item ul {
	flex-direction: column;
}
.top .link_item ul li {
	width: 90%;
	margin: 0 auto 3%;
}
}

.f12{
	font-size:12px;
}
.font-nomal{
	font-weight: normal;
}


/*---------------フッター*/
.footer {
	background-color: #1d2087;
	color: #ffffff;
}

.footer a{
	color: #ffffff;
}

.footer .footer-inner {
	width: 100%;
	max-width: 1000px;
	padding: 20px 10px;
	margin-left: auto;
	margin-right: auto;

}
.footer .footer-inner .footer-company {
	width: 300px;
}
.footer .footer-inner .footer-link {
	width: 33.333%;
	width: -webkit-calc((100% - 300px) / 3); 
	width: calc((100% - 300px) / 3);
}
@media screen and (max-width: 768px){
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
}
.footer .footer-inner .footer-company,
.footer .footer-inner .footer-link {
	width: 100%;
}
}

.footer .list02 {
	 padding:0;
	 margin:0;
 }

.footer .list02 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none!important;
}
.footer .list02 li {
	margin: 0;
	padding: 0 0.5em 1em 1em;
	list-style-type: none!important;
	font-size:1.3rem;
	line-height: 1rem;
	position: relative;
}
.sab {
	margin: 0;
	padding: 0 0.9em 1.5em 1.6em !important;
	list-style-type: none !important;
	font-size:1.1rem !important;
	line-height: 1rem;
	position: relative;
}
.footer .list02 li a {
	 text-decoration: none;
	 color: #ffffff;
 }
.footer .list02 li a:hover {
	text-decoration: underline;
}
.footer .list02 li::before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;
  color: #ffffff;
}
.copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto 0;
    display: block;
    padding: 10px 0 70px;
    border-top: dotted 1px #ffffff;
	color:#ffffff !important;
}
@media screen and (max-width: 991px) {
  .copyright {
	  margin: 1em auto 0;
	  padding: 10px 0 120px;
}
}
@media screen and (max-width: 480px) {
  .copyright {
    padding: 10px 0 80px;
}
}


/* ページトップ */
@media only screen and (min-width: 767px), print {
 #page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 70%;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(100,100,100,0.9);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
    /*border-radius: 50%;*/
	transform: rotate(45deg);
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	transition: .4s;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(150,150,150,0.9);
	color: rgba(255,255,255,1);
}
#page-top a span {
	display:block;
	transform: rotate(-45deg);
}
}

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(100,100,100,0.9);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
	/*border-radius: 50%;*/
	transform: rotate(45deg);
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(150,150,150,0.9);
	color: rgba(255,255,255,1);
} 
#page-top a span {
	display:block;
	transform: rotate(-45deg);
}
}
@media screen and (max-width: 480px) {
 #page-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
#page-top a {
    background-color: rgba(100,100,100,0.9);
    text-decoration: none;
    color: rgba(255,255,255,1);
    width: 60px;
	height: 60px;
    display: block;
	/*border-radius: 50%;*/
	transform: rotate(45deg);
	border: none;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(150,150,150,0.9);
	color: rgba(255,255,255,1);
} 
#page-top a span {
	display:block;
	transform: rotate(-45deg);
}
}



/*-----------------------下固定バナー*/
#fh5co-clients {
    padding: 0.3em 0;
	background: rgba(51, 51, 51, 0.9);
	border-top:1px solid #ffffff;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

#fh5co-clients img{
	   z-index: 1100;
}
.migisen{
	border-right: solid 1px #ffffff;
	height:80%;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.btn.btn-warning {
color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #4c4c4c;
    text-decoration: none;
}
.btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}
.btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	border: none;
}













/*-----------------------第二階層共通*/
.page-title-out .main_company{
	background-image:url(../img/company/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_company{
	background-image:url(../img/company/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_privacy{
	background-image:url(../img/privacy/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_privacy{
	background-image:url(../img/privacy/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_sitemap{
	background-image:url(../img/sitemap/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_sitemap{
	background-image:url(../img/sitemap/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_contact{
	background-image:url(../img/contact/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_contact{
	background-image:url(../img/contact/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_recruit{
	background-image:url(../img/recruit/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_recruit{
	background-image:url(../img/recruit/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_business{
	background-image:url(../img/business/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_business{
	background-image:url(../img/business/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_rental{
	background-image:url(../img/rental/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_rental{
	background-image:url(../img/rental/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_care{
	background-image:url(../img/care/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_care{
	background-image:url(../img/care/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_linen{
	background-image:url(../img/linen/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_linen{
	background-image:url(../img/linen/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_philosophy{
	background-image:url(../img/philosophy/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_philosophy{
	background-image:url(../img/philosophy/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_office{
	background-image:url(../img/office/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_office{
	background-image:url(../img/office/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.page-title-out .main_news_s{
	background-image:url(../img/news/bg_main.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){	
.page-title-out .main_news_s{
	background-image:url(../img/news/bg_main_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
}



#page-title {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 10em 0 9em 0;
	text-align: center;
}
#page-title h3{
	margin: 1em auto 20px;
	font-weight : normal;
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}
#page-title .lead{
	margin-bottom: 0;
	}
@media screen and (max-width: 768px){
#page-title{
	padding: 8em 0 8em 0;
	}
#page-title h3{
	font-size : 2.4rem;
	margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px){
#page-title{
	padding: 6em 0 6em 0;
	}
#page-title h3{
	font-size : 1.9rem;
	margin-bottom: 5px;
	}
}

/*.daini {
	padding-bottom: 30px;
}*/
.daini .section-heading {
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
	background-color: rgba(11,40,91,1);
}
.daini .section-heading h2 {
  line-height: 26px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.daini .section-heading h2:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79a4e2;
	border-radius: 2px;
}

@media screen and (max-width: 768px) {
.daini .section-heading h2 {
  line-height: 22px;
  font-size: 22px;
}
.daini .section-heading h2:before {
	bottom: -20px;
	width: 40px;
	height: 3px;
}
}
@media screen and (max-width: 480px) {
.daini .section-heading h2 {
  line-height: 18px;
  font-size: 18px;
}
.daini .section-heading h2:before {
	bottom: -20px;
	width: 30px;
	height: 3px;
}
}

.daini .sec {
	max-width: 1000px;
	width: 90%;
	padding: 3em 3em;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 40px;
	margin-top: 40px;*/
	/*box-shadow: 0px 1px 10px 2px rgba(55, 55, 55, .3);*/
}
@media screen and (max-width: 768px) {
.daini .sec {
	padding: 2em 2em;
}
}

.catch {
	font-size: 1.8em;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
.catch {
	font-size: 1.5em;
}
}
@media screen and (max-width: 480px){
.catch {
	font-size: 1.2em;
}
}

.ttl{
	font-size: 1.4em;
	line-height: 1.4em;
}
@media screen and (max-width: 768px){
.ttl{
	font-size: 1.3em;
}
}
@media screen and (max-width: 480px){
.ttl{
	font-size: 1.1em;
}
}


/*---------------会社概要*/
/*.company {
	background-color: rgba(191,190,190,0.3);
	background-image: url(../img/common/bg.jpg);
	background-size:cover;
}*/
.company .daini{
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, .9), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, .9), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
}
.company .dl_com dt,
.company .dl_com dd {
	padding: 0.5em 0.8em;
	line-height: 1.6em;
}
.company .dl_com {
	border-bottom: 2px solid #ffffff;
	background-color: #dfe6ef;
	font-size: 1em;
	margin-bottom: 0;
}
.company .dl_com dt {
	border-top: 2px solid #ffffff;
	clear: left;
	float: left;
	width: 25%;
}
.company .dl_com dd {
	border-top: 2px solid #ffffff;
	background-color: #ffffff;
	margin-left: 25%;
}
@media screen and (max-width: 768px) {
.company .dl_com {
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0.9em;
}
.company .dl_com dt {
	float: none;
	width: 100%;
	border-top: 1px solid #dce8ff;
	background-color: #dce8ff;
}
.company .dl_com dd {
	border-top: none;
	margin-left: 0;
}
}
.company .dl_com dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.company .dl_com dd ul li{
	margin: 0;
	padding: 0 0 0.6em 0;
	list-style: none;
	line-height: 1.5em;
}
.company .dl_com dd ul li span {
	display: block;
	font-weight: bold;
	color: #2157bb;
}

.company .ttl {
	padding: 0.1em 0.5em;
	border-left: solid 8px #2157bb;
}

.company .dl_ol dt,
.company .dl_ol dd {
	padding: 0.4em 0.8em;
	line-height: 1.6em;
}
.company .dl_ol {
	/*border-bottom: 2px solid #ffffff;
	background-color: #dce8ff;*/
	font-size: 1em;
}
.company .dl_ol dt {
	/*border-top: 2px solid #ffffff;*/
	clear: left;
	float: left;
	width: 25%;
}
.company .dl_ol dd {
	/*border-top: 2px solid #ffffff;
	background-color: #ffffff;*/
	margin-left: 25%;
}
@media screen and (max-width: 768px) {
.company .dl_ol {
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0.9em;
}
.company .dl_ol dt {
	float: none;
	width: 100%;
	border-top: 1px solid #14407d;
	padding: 0.7em 0 0.4em;
	/*background-color: #dce8ff;*/
}
.company .dl_ol dd {
	border-top: none;
	margin-left: 0;
	padding: 0 0 0.7em;
}
}


/*---------------個人情報保護方針*/

.privacy {
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.privacy .ttl {
	padding: 0.5em 0.3em;
	border-top: solid 3px #0031ff;
	border-bottom: solid 3px #4c8fff;
}
.privacy p {
	text-align: justify;
	line-height: 1.6em;
}
/*.privacy p:last-child {
	text-align: right;
}*/
.privacy h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #2157bb;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
.privacy h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}
}



/*---------------サイトマップ*/
/*.sitemap {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.sitemap {
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sitemap .list02 {
	 padding:0;
	 margin:0;
 }

.sitemap .list02 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none!important;
}
.sitemap .list02 li {
	margin: 0;
	padding: 0 0 1em 0;
	list-style-type: none!important;
	position: relative;
}
.sitemap .list02 li a {
	 padding: 0 0 0 0.7em;
	 text-decoration: none;
	 color: #333333;
 }
.sitemap .list02 li a:hover {
	text-decoration: underline;
	color: #00a0ff;
}
.sitemap .list02 li::before {/*疑似要素*/
  font-family: "Font Awesome 5 Free"; 
  content: "\f105";
  font-weight: bold;
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #2157bb;/*アイコン色*/
}
.sitemap .list02 li ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	list-style-type: none!important;
}
.sitemap .list02 li ul li {
	list-style-type: none!important;
	position: relative;
}
.sitemap .list02 li ul li a {
	 padding: 0 0 0 1.1em;
	 text-decoration: none;
	 color: #333333;
 }
.sitemap .list02 li ul li::before {/*疑似要素*/
  font-family: "Font Awesome 5 Free"; 
  content: "\f101";
  font-weight: bold;
  position: absolute;
  left : 0;/*左端からのアイコンまでの距離*/
  color: #333333;/*アイコン色*/
}



/*---------------ご相談・お問合せ*/
/*.contact {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.contact {
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact .control-label {
	text-align: left;
}
.contact .label {
	vertical-align: text-top;
}
.contact .btn.btn-warning {
	color: #0b3970;
	border: 1px solid #0b3970;
	border-radius: 0px;
	background-color: #ffffff;
	font-size: 15px;
	transition: .2s;
}
.contact .btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}
.contact .btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #0b3970;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #0b3970;
	border-radius: 0px;
}



/*---------------採用情報*/
/*.recruit {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
/*.recruit .rec_btn_wrap {
	max-width: 800px;
	width: 90%;
	padding: 1em 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}*/

.recruit .rec_item_wrap {
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
@media screen and (max-width: 768px){
.recruit .rec_item_wrap {
	flex-direction: column;
	width: 90%;
	margin: 30px auto 0;
}
}
.recruit .rec_item_wrap .rec_item {
	width:33.33%;
	width: -webkit-calc(100%/3);
	width: calc(100%/3);
	justify-content: center;
	align-content: center;
	text-align: center;
	background-color: #2157bb;
}
@media screen and (max-width: 768px){
.recruit .rec_item_wrap .rec_item {
	width:100%;
	margin-bottom: 30px;
}
}
.recruit .rec_item_wrap .rec_item:nth-child(odd) {
	background-color: #14407d;
}
@media screen and (max-width: 768px){
.recruit .rec_item_wrap .rec_item,
.recruit .rec_item_wrap .rec_item:nth-child(odd) {
	width:100%;
}
}
.recruit .rec_item_wrap .rec_item a {
	display: block;
	height: 100%;
}
.recruit .rec_item_wrap .rec_item .item_text {
	color: #ffffff;
	padding: 1em 2em;
	font-size: 1.3em;
}
.recruit .rec_item_wrap .rec_item:nth-child(odd) .item_text {
	background-color: #14407d;
}
.recruit .rec_item_wrap .rec_item .item_text i,
.recruit .rec_item_wrap .rec_item:nth-child(odd) .item_text i {
	color: #ff9000;
}
.recruit .rec_item_wrap .rec_item .item_image img {
	transition: .4s;
}
@media screen and (max-width: 768px){
.recruit .rec_item_wrap .rec_item .item_image img {
	width:100%;
}
}
.recruit .rec_item_wrap .rec_item:hover .item_image img {
	opacity: 0.6;
}



.recruit .daini {
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, 0.9), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, 0.9), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
	/*padding-top: 60px;
	padding-bottom: 60px;*/
}

.recruit .daini .sec {
	padding: 2em 2em 1em;
}
.recruit .daini .sec .item_wrap {
	display: flex;
	flex-wrap: no-wrap;
	align-content: center;
	justify-content: center;
}
.recruit .daini .sec .item_wrap .item-ttl {
	width: 25%;
	background-color: #2157bb;
	display:flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #ffffff;
	padding: 0.5em 0.8em;
}
.recruit .daini .sec .item_wrap .item-text {
	flex:1;
	background-color: #ffffff;
	padding:  0.5em 0.8em;
}
.recruit .daini .sec .item_wrap .item-ttl p,
.recruit .daini .sec .item_wrap .item-text p {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.recruit .daini .sec .item_wrap {
	display: flex;
	flex-direction: column;
}
.recruit .daini .sec .item_wrap .item-ttl {
	width: 100%;
	background-color: #2157bb;
	display:block;
	padding: 0.5em 0.8em;
}
.recruit .daini .sec .item_wrap .item-text {
	border-bottom: 1px solid #dddddd;
}
}
.recruit .dl_rec dt,
.recruit .dl_rec dd {
	padding: 0.5em 0.8em;
	line-height: 1.6em;
}
.recruit .dl_rec {
	border-bottom: 2px solid #ffffff;
	background-color: #dfe6ef;
	font-size: 1em;
}
.recruit .dl_rec dt {
	border-top: 2px solid #ffffff;
	clear: left;
	float: left;
	width: 25%;
}
.recruit .dl_rec dd {
	border-top: 2px solid #ffffff;
	background-color: #ffffff;
	margin-left: 25%;
}
@media screen and (max-width: 768px) {
.recruit .dl_rec {
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0.9em;
}
.recruit .dl_rec dt {
	float: none;
	width: 100%;
	border-top: 1px solid #dce8ff;
	background-color: #dce8ff;
}
.recruit .dl_rec dd {
	border-top: none;
	margin-left: 0;
}
}
.recruit .dl_rec dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit .dl_rec dd ul li{
	margin: 0;
	padding: 0 0 0.6em 0;
	list-style: none;
	line-height: 1.5em;
}
.recruit .dl_rec dd ul li span {
	display: block;
	font-weight: bold;
	color: #2157bb;
}
.recruit .dl_rec dd a,
.recruit .daini .sec .item_wrap .item-text a {
	color: #2157bb;
	text-decoration: underline;
}

.recruit .ttl {
	padding: 0.1em 0.5em;
	border-left: solid 8px #2157bb;
}




/*---------------事業概要*/
/*.business {
	background: #0b3970;
	background: -webkit-linear-gradient(to top, rgba(11, 57, 112, .8), rgba(11, 57, 112, .7)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 57, 112, .8), rgba(11, 57, 112, .7)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.business .intro_wrap {
	padding: 60px 0;
	background: #3c4c68 url(../img/business/bg_intro.jpg) no-repeat;
	background-blend-mode: screen;
	background-size:cover;
} 
.business .intro {
	max-width: 1000px;
	width: 90%;
	/*padding: 1em 2em;*/
	margin-left: auto;
	margin-right: auto;
}
.business .intro .intro_inner {
	padding: 2em 3em;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #2157bb;
}
.business .intro .intro_inner > p {
	line-height: 1.8em;
	text-align:center;
}
@media screen and (max-width: 768px){
.business .intro .intro_inner > p {
	line-height: 1.8em;
	text-align: justify;
}
.business .intro .intro_inner .brnone{
	display:none;
}
}
.business .original_item {
	width: 100%;
}

.business .original_item .item {
	display: flex;
	flex-wrap: nowrap;
}
.business .original_item .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.business .original_item .item .item-image {
	width: 50%;
	background: linear-gradient(140deg, rgba(253,253,254,1) 0%, rgba(240,240,246,1) 39%, rgba(216,218,231,1) 100%);
}
/*.business .original_item .item .item-image img {
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.business .original_item .item:hover .item-image img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/
.business .original_item .item .item-image span {
	display: block;
	padding-top: 400px;
}
.business .original_item .item .item-image span.business01 {
	background-image: url(../img/business/rental.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .4s;
}
.business .original_item .item:hover .item-image span.business01 {
	background: #79a4e2 url(../img/business/rental.png) no-repeat;
	background-position: center center;
	background-blend-mode: color-burn;
	background-size: contain;
}
.business .original_item .item .item-image span.business02 {
	background-image: url(../img/business/care.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .4s;
}
.business .original_item .item:hover .item-image span.business02 {
	background: #79a4e2 url(../img/business/care.png) no-repeat;
	background-position: center center;
	background-blend-mode: color-burn;
	background-size: contain;
}
.business .original_item .item .item-image span.business03 {
	background-image: url(../img/business/linen.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s;
}
.business .original_item .item:hover .item-image span.business03 {
	background: #79a4e2 url(../img/business/linen.png) no-repeat;
	background-position: center center;
	background-blend-mode: color-burn;
	background-size: cover;
}
.business .original_item .item .item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #14407d;
  padding: 2em 1em;
  transition: .4s;
}
.business .original_item .item:hover .item-text {
  background-color: #ffffff;
}
.business .original_item .item .item-text p.text-about {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 40px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ff9000;
	transition: .4s;
}
.business .original_item .item .item-text p.text-about span {
	display: block;
	font-size: 1.4em;
	margin-bottom: 20px;
}
.business .original_item .item:hover .item-text p.text-about {
	color: #14407d;
}
.business .original_item .item .item-text p.ttl {
	display: block;
	color: #14407d;
	padding: 0.6em 0.8em;
	background-color: #ffffff;
	border: 1px solid #14407d;
	width: 300px;
	transition: .4s;
}
.business .original_item .item .item-text p.ttl:hover {
	color: #ffffff;
	padding: 0.6em 0.8em;
	background-color: #14407d;
}

@media screen and (max-width: 768px){
.business .original_item .item,
.business .original_item .item:nth-child(odd) {
	flex-direction: column;
	flex-wrap: wrap;
}
.business .original_item .item .item-image {
	width: 100%;
}
.business .original_item .item .item-image img {
	display: none;
}
.business .original_item .item .item-image span {
	display: block;
	padding-top: 170px;
}
.business .original_item .item .item-image span.business01 {
	background-image: url(../img/business/rental.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.business .original_item .item .item-image span.business02 {
	background-image: url(../img/business/care.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.business .original_item .item .item-image span.business03 {
	background-image: url(../img/business/linen.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.business .original_item .item .item-text p.text-about {
	margin-bottom: 25px;
	font-size: 1em;
}
.business .original_item .item .item-text p.text-about span {
	margin-bottom: 15px;
	font-size: 1.2em;
}
}


/*---------------事業概要各ページ*/
/*.business_each {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.business_each .intro_wrap_rental {
	padding: 60px 0;
	background: #3c4c68 url(../img/rental/bg_intro.jpg) no-repeat;
	background-blend-mode: screen;
	background-size:cover;
}
.business_each .intro_wrap_care {
	padding: 60px 0;
	background: #3c4c68 url(../img/care/bg_intro.jpg) no-repeat;
	background-blend-mode: screen;
	background-size:cover;
}
.business_each .intro_wrap_linen {
	padding: 60px 0;
	background: #3c4c68 url(../img/linen/bg_intro.jpg) no-repeat;
	background-blend-mode: screen;
	background-size:cover;
}
.business_each .intro {
	max-width: 1000px;
	width: 90%;
	/*padding: 1em 1.5em;*/
	margin-left: auto;
	margin-right: auto;
}
.business_each .intro .intro_inner {
	padding: 2em;
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid #2157bb;
	text-align:center;
}
.business_each .intro .intro_inner > p {
	line-height: 1.8em;
}
.business_each .intro .intro_inner .catch {
	line-height: 1.6em;
	margin-bottom: 1em;
}
.business_each .intro .intro_inner .ttl {
	position: relative;
	line-height: 1;
	padding:0.1em 1em;
	display: inline-block;
	top:0;
	margin-bottom: 1.2em;
	color: #2157bb;
}
.business_each .intro .intro_inner .ttl:before,
.business_each .intro .intro_inner .ttl:after{ 
  position: absolute;
  top: 0;
  content:'';
  width: 6px;
  height: 100%;
  display: inline-block;
}
.business_each .intro .intro_inner .ttl:before{
	border-left: solid 1px #2157bb;
	border-top: solid 1px #2157bb;
	border-bottom: solid 1px #2157bb;
	left: 0;
}
.business_each .intro .intro_inner .ttl:after{
	content: '';
	border-top: solid 1px #2157bb;
	border-right: solid 1px #2157bb;
	border-bottom: solid 1px #2157bb;
	right: 0;
}
@media screen and (max-width: 768px){
.business_each .intro .intro_inner .text {
	text-align: justify;
}
.business_each .intro .intro_inner .text br.brnone {
	display: none;
}
}
.business_each .section-heading .text {
	margin-top: 60px;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 0 2em;
}
@media screen and (max-width: 768px){
.business_each .section-heading .text {
	margin-top: 40px;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	padding: 0 3em;
}
.business_each .section-heading .text br.brnone {
	display: none;
}
}
@media screen and (max-width: 480px){
.business_each .section-heading .text {
	margin-top: 40px;
	font-size: 0.9em;
	line-height: 1.6em;
}
}

.business_each .rental-item {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.business_each .rental-item .item {
	width: 25%;
	width: -webkit-calc(100%/4);
	width: calc(100%/4);
	background: linear-gradient(140deg, rgba(253,253,254,1) 0%, rgba(240,240,246,1) 39%, rgba(216,218,231,1) 100%);
}
@media screen and (max-width: 768px){
.business_each .rental-item .item {
	width: 50%;
	width: -webkit-calc(100%/2);
	width: calc(100%/2);
	background: linear-gradient(140deg, rgba(253,253,254,1) 0%, rgba(240,240,246,1) 39%, rgba(216,218,231,1) 100%);
}
}
.business_each .rental-item .item a img {
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.business_each .rental-item .item:hover a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.business_each .btn {
	position: relative;
	display: block;
	max-width: 600px;
	font-size: 1.2em;
	line-height: 1.6em;
	border: 1px solid #14407d;
	background-color: #ffffff;
	color: #14407d;
	padding: 1.5em 2em;
	transition: .4s;
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
}
@media screen and (max-width: 768px){
.business_each .btn {
	font-size: 1.1em;
	width: 90%;
}
}
@media screen and (max-width: 480px){
.business_each .btn {
	font-size: 0.9em;
}
}
.business_each .btn:hover {
	background-color: #ff8a00;
	color: #ffffff;
}
.business_each .btn::after {
	font-family: "Font Awesome 5 Free"; 
	content: "\f138";
	font-weight: bold;
	position: absolute;
	right : 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ff8a00;
}
.business_each .btn:hover:after {
	color: #ffffff;
}

.business_each a,
.business_each a:hover {
	text-decoration: none;
}
.business_each .sec {
	box-shadow: none;
	background-color: transparent;
	padding: 0;
}
.business_each  .ex-wrap {
	overflow: hidden;
}
.business_each .ex {
	max-width: 1000px;
	width: 90%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	/*margin-top: 60px;*/
}
.business_each .ex .ex-left,
.business_each .ex .ex-right {
	width: 50%;
	width: calc(100%/2);
	position: relative;
	padding: 3em 0;
}
.business_each .ex .ex-left::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 200%;
	height: 100%;
	background-color: #d1def2;
	content: '';
	z-index: -1;
}
.business_each .ex .ex-right::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background-color: #b0c8ea;
	content: '';
	z-index: -1;
}
@media screen and (max-width: 768px){
.business_each .ex {
	flex-direction: column;
	width: 100%;
	padding: 0;
}
.business_each .ex .ex-left,
.business_each .ex .ex-right {
	width: 100%;
	padding: 2em;
}
}
.business_each .ex .komidashi {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #2157bb;
}
.business_each .ex ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.business_each .ex ul li {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 0 0 1em 1.3em;
	line-height: 1.5em;
	text-align: left;
}
.business_each .ex ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f4ad";
	/*font-weight: bold;*/
	position: absolute;
	left : 0;
	color: #2157bb;
}
.business_each .ex .ex-left ul {
	margin-right: 3em;
}
.business_each .ex .ex-right ul {
	margin-left: 3em;
}
@media screen and (max-width: 768px){
.business_each .ex .ex-left ul {
	margin-right: 0;
}
.business_each .ex .ex-right ul {
	margin-left: 0;
}
}

.business_each .section-last {
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
	background-color: rgba(11,40,91,1);
}
@media screen and (min-width: 768px){
.business_each .section-last p.ttl > br {
	display: none;
}
}
.business_each .section-last .ttl {
	color: #ffffff;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ff9000;
	display: inline-block;
	padding-bottom: 8px;
}
.business_each .section-last .text {
	margin-top: 30px;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 0 2em;
}
@media screen and (max-width: 768px){
.business_each .section-last .text {
	margin-top: 20px;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	padding: 0 3em;
}
.business_each .section-last .text br.brnone {
	display: none;
}
}

.business_each .care {
	max-width: 1000px;
	width: 90%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.business_each .care img {
	max-width: 800px;
	width: 100%;
}








/*---------------企業理念ページ*/
/*.philosophy {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.philosophy .intro_wrap_philosophy {
	padding: 60px 0;
	background: #3c4c68 url(../img/philosophy/bg_intro.jpg) no-repeat center center;
	background-blend-mode: screen;
	background-size:cover;
}
.philosophy .intro {
	max-width: 1000px;
	width: 90%;
	/*padding: 1em 1.5em;*/
	margin-left: auto;
	margin-right: auto;
}
.philosophy .intro .intro_inner {
	padding: 3em;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #2157bb;
	text-align: center;
}
.philosophy .intro .intro_inner .catch {
	line-height: 1.6em;
	margin-bottom: 1em;
}
.philosophy .intro .intro_inner .text {
	line-height: 1.8em;
	text-align: justify;
}
.philosophy .shaze-wrap {
	background: linear-gradient(40deg, rgba(253,253,254,1) 0%, rgba(240,240,246,1) 39%, rgba(216,218,231,1) 100%);
}
.philosophy .shaze-wrap .sec {
	background: none;
}
.philosophy .shaze-wrap .sec .sec_inner {
	padding: 2em;
}
.philosophy .shaze-wrap .sec .sec_inner > p {
	line-height: 1.8em;
}
.philosophy .shaze-wrap .sec .sec_inner .catch {
	font-size: 2.2em;
	line-height: 2em;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px){
.philosophy .shaze-wrap .sec .sec_inner .catch {
	font-size: 2em;
}
}
@media screen and (max-width: 480px){
.philosophy .shaze-wrap .sec .sec_inner .catch {
	font-size: 1.7em;
}
}
@media screen and (max-width: 768px){
.philosophy .shaze-wrap .sec .sec_inner img {
	width: 100%;
}
}



/*---------------事業所・営業所一覧ページ*/
/*.office {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.office{
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.office .ttl {
	padding: 0.1em 0.5em;
	border-left: solid 8px #2157bb;
}

.office .dl_office dt,
.office .dl_office dd {
	padding: 0.6em 0.8em;
	line-height: 1.6em;
}
.office .dl_office {
	/*border-bottom: 2px solid #ffffff;
	background-color: #dce8ff;*/
	font-size: 1em;
}
.office .dl_office dt {
	/*border-top: 2px solid #ffffff;*/
	clear: left;
	float: left;
	width: 40%;
}
.office .dl_office dd {
	border-bottom: 1px solid #3568ba;
	/*background-color: #ffffff;*/
	padding-left: 40%;
}
@media screen and (max-width: 768px) {
.office .dl_office {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.office .dl_office dt {
	float: none;
	width: 100%;
	padding: 0.7em 0 0.4em;
	border-bottom: 1px solid #14407d;
}
.office .dl_office dd {
	border-bottom: none;
	margin-left: 0;
	padding: 1em 0 1em 0;
	line-height: 1.6em;
	font-size: 0.9em;
}
}
.office .dl_office dd a {
	text-decoration: underline;
	color: #2157bb;
}
.office .dl_office dd a:hover {
	text-decoration: none;
}

.office .dl_office dd ul.list_office {
	margin: 0;
	padding: 0;
	list-style: none;
}
.office .dl_office dd ul.list_office li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.7em;
	position: relative;
}
.office .dl_office dd ul.list_office li::before {
	font-family: "Font Awesome 5 Free"; 
	position: absolute;
	left : 0;
	color: #2157bb;
}
.office .dl_office dd ul.list_office li.tel::before {
	content: "\f3cd";
	font-weight: bold;
	left: 3px;
}
.office .dl_office dd ul.list_office li.fax::before {
	content: "\f1ac";
	font-weight: bold;
}
.office .dl_office dd ul.list_office li.mail::before {
	content: "\f0e0";
	font-weight: bold;
}
.office .dl_office dd ul.list_office li.jigyosho_no {
	list-style: none;
	margin: 0;
	padding: 0;
}
.office .dl_office dd ul.list_office li.jigyosho_no span {
	color: #2157bb;
}



/*---------------事業所・営業所一覧ページ*/
/*.news_s {
	background: #6190e8;
	background: -webkit-linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(121, 164, 226, .8), rgba(223, 230, 239, .1)),url(../img/common/bg.jpg);
	background-size:cover;
}*/
.news_s {
	background: #14407d;
	background: -webkit-linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background: linear-gradient(to top, rgba(11, 40, 91, 1.0), rgba(11, 40, 91, .8)),url(../img/common/bg.jpg);
	background-size:cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.news_s .news_s_inner p {
	line-height: 1.6em;
}
.news_s .news_s_inner .ttl{
	padding: 0.3em 0.3em;
	border-bottom: solid 2px #2157bb;
	font-weight: bold;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px){
.news_s .news_s_inner .ttl{
	font-size: 1.2em;
}
}
.news_s .news_s_inner p.date{
	display: block;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
	padding-left: 1.6em;
}
.news_s .news_s_inner .date:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f133";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: #0021b5; /*アイコン色*/
}
.news_s .news_s_inner .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.news_s .news_s_inner .item_wrap .item {
	width: 31%;
	margin: 1%;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
}
@media screen and (max-width: 680px){
.news_s .news_s_inner .item_wrap .item {
	width: 98%;
	margin: 1%;
}
}
.news_s .news_s_inner .item_wrap .item a.overwhite {
	display: block;
	background-color: #ffffff;
}
.news_s .news_s_inner .item_wrap .item a.overwhite img {
	border: none;
	transition: .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.news_s .news_s_inner .item_wrap .item a.overwhite:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.7;
}
.news_s .news_s_inner .btn.btn-warning {
	color: #0b3970;
	border: 1px solid #0b3970;
	border-radius: 0px;
	background-color: #ffffff;
	font-size: 15px;
	transition: .2s;
}
.news_s .news_s_inner.btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}
.news_s .news_s_inner .btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #0b3970;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #0b3970;
	border-radius: 0px;
}


.haikeig{
	
    background-color: #1d2087;
	border-bottom: 0px solid #555555;	
}


@media only screen and (max-width: 768px) {
	gnav {
  
 display:none;
 clear:both;
}

}

gnav ul {
  width: 1170px;
  margin: 0 auto;
  padding:0px;
  height: 47px;

}


gnav {
	width: 100%;
	margin: 100px auto;
	overflow: hidden;	
	background: #444;
}

gnav ul {
	list-style: none;
	overflow: hidden;
}

gnav li a {
	background: #1d2087;
	border-right: 0px solid #fff !important;
	color: #fff;
	display: block;
	float: left;
	font: 400 15px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;padding-top: 13px;padding-bottom: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 14.1%;

	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

gnav ul li .gm1 a {

	 border-left: 0px solid #fff !important;
}

li .gm1{

	 border-left: 0px solid #fff !important;
}

/*HOVER*/
gnav li a:hover {
	background: #222;
}

/*SMALL*/
gnav small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

}



/*BORDER FIX*/
gnav li:last-child a {
	border: none;
}

/*BLUE MENU*/
gnav .blue {
	margin-top: 50px;
}

.blue li a {
	background: #75b1de;
}

.blue small {
	color: white;
}

.blue li a:hover {
	background: #444;
}

/*RED MENU*/

gnav .red {
	margin-top: 50px;
}

.red li a {
	background: #5C0002;
}

.red small {
	color: white;
}

.red li a:hover {
	background: #a60306;
}


.header-inner-item-right{
    position: absolute;
    top: 11px;
    right: 3px;
}
.header-inner-item-right0 {
    position: absolute;
    top: -2px;
    right: 265px;
}
.center{
	text-align: center;
}

.h-menu-sp {
    position:absolute;
    top: 0;
    right: 15px;
    width: 46px;
    z-index: 99998;
}
.index_logo{
	padding-top:6px;    z-index: 20000 !important;
}
.playfair{
	font-family: 'Playfair Display', serif;    font-family: "Roboto Slab", serif;
}

.mb10{
	padding-bottom: 10px;
}
.mb20{
	padding-bottom: 20px;
}
.mb30{
	padding-bottom: 30px;
}
.mb40{
	padding-bottom: 40px;
}
.mb50{
	padding-bottom: 50px;
}

@media (min-width: 480px) {
.aisatu{
    background: #f5f5f5 url(../img/top/simulation_area_bg.jpg);
    min-height: 400px;
background-position: bottom;
background-size:cover;

	background-color: rgba(0, 0, 0, 0.3);

}
}
@media (max-width: 479px) {
.aisatu{
    background: #f5f5f5 url(../img/top/simulation_area_bg.jpg);
    min-height: 400px;
    background-size:auto 100%;

}
}
.aisatu_inner{
 background-color: rgba(0, 0, 0, 0.0);
	    padding-top: 30px;    padding-bottom: 50px;
}

.tizu_inner{
 background-color: #ffffff;
	    padding-top: 30px;    padding-bottom: 50px;    width: 100%;
    max-width: 880px;
    clear: both;
    padding-bottom: 50px;
    box-sizing: border-box;
    border: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.gry_inner{
 background-color: #;
	    padding-top: 80px;    padding-bottom: 80px;    width: 100%;
    max-width: 880px;
    clear: both;

    box-sizing: border-box;
    border: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.siro_inner{
 background-color: #;
	    padding-top: 80px;    padding-bottom: 80px;    width: 100%;
    max-width: 880px;
    clear: both;

    box-sizing: border-box;
    border: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.tengry{
background: #f5f5f5 url(../img/top/tenbg.png);
}
.gry_w{
 background-color: #f1f1f1;
clear: both;
}
.mizuiro_w{
    background: #e8f4ff;
clear: both;
}
.siro_w{
 background-color: #ffffff;
clear: both;
}
.siro{
	color: #ffffff;
}

 .goaisatu {
	width: 100%;
	max-width: 880px;

    clear: both;
    padding-bottom:50px;
 
    box-sizing: border-box;
    border: none;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-left: 25px;
}


@media screen and (min-width: 768px) {
 .sphyouzi{
	display: none !important;
}
	.pchyouzi{
		
	}
}
@media screen and (max-width: 767px) {
 .sphyouzi{

}
.pchyouzi{
		display: none !important;	
	}
}


@media screen and (min-width: 501px) {
 .sphyouzi501{
	display: none !important;
}
	.pchyouzi501{
		
	}
}
@media screen and (max-width: 500px) {
 .sphyouzi501{

}
.pchyouzi501{
		display: none !important;	
	}
}
.pad20{
	padding:20px;
}
h1{
	font-size:12px !important;
	line-height: 16px !important;
}
.w100{
	width: 100%;
}


#fh5co-clients {
    padding: 0.3em 0;
    background: #;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;

}
@media screen and (min-width: 768px){
.maindaini {
    margin: 0 0 45px;
    padding: 35px 0 30px;
    border-bottom: 1px solid #dcdddd; 
    background: url("../img/common/stripe01.png") repeat top;
}
.maindaini .page-title {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 2.0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	
}


    
.maindaini .page-title span.en {
        font-size: 12px;    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.25em;
}

}

@media screen and (max-width: 767px){
.maindaini {
    margin: 0 0 30px;
    padding: 80px 0 20px;
    border-bottom: 1px solid #dcdddd;    border-top: 1px solid #dcdddd;
    background: url(../img/common/stripe01.png) repeat top;
}
.maindaini .page-title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 1.2px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
.maindaini .page-title span.en {
        font-size: 15px;    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}

.shouhinkakoi {
    color: #FFF;
    border: 0px solid #cccccc;
    padding: 12px;
    border-radius: 0px;
    margin-bottom: 10px;
    text-align: center;
font-size: 16px;
	
    letter-spacing: 0.25em;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    background: #333333;
}
.title-back {
    font-weight: 600;
	padding:4px;
	border-left:8px solid #1d2087;
	font-size:24px;
	background: #eee;
	padding-left: 18px;
	line-height: 42px;
	color: #1d2087;         font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	
}
.title-back1 {
    font-weight: 500;
	border-bottom:2px solid #1d2087;
	font-size:17px;
	background: #;
	padding-left: px;
	line-height: 40px;
	color: #1d2087;         font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	
}


.sitemap_list>ul>li {
	margin-bottom: 15px;
}
.sitemap_list>ul>li>a {
	font-size: 18px;
	color: #05090d;
	letter-spacing: 3px;
	padding-left: 27px;
	display: inline-block;
	background: url(../img/sitemap/maru3.png) no-repeat left center;
}
.business .sitemap_list>ul>li>a {
	background: url(../img/sitemap/sanakaku1.png) no-repeat left center;
}
.residence .sitemap_list>ul>li>a {
	background: url(../img/sitemap/sanakaku2.png) no-repeat left center;
}
.sitemap_list>ul>li>a+ul {
	margin-left: 8px;
	padding: 10px 0 10px 19px;
	font-size: 14px;
	line-height: 1.4;
	background: url(../img/sitemap/b_head_border.png) repeat-y left top;
}
.sitemap_list>ul>li>a+ul>li {
	margin-top: 15px;
}
.sitemap_list>ul>li>a+ul>li:first-child {
	margin-top: 0;
}
.sitemap_list>ul>li>a+ul>li>a {
	background: url(../img/sitemap/sankaku1.png) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.sitemap_list>ul>li>a+ul>li>a:hover {
	background-position: 3px center;
}
.sitemap_list>ul>li>a+ul ul {
	margin-left: 0;
	padding: 10px 0 10px 19px;
	font-size: 14px;
	line-height: 1.4;
	background: url(../img/sitemap/bborder.png) repeat-y left top;
}
.sitemap_list>ul>li>a+ul ul a {
	background: url(../img/sitemap/sankaku1.png) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.sitemap_list>ul>li>a+ul ul a:hover {
	background-position: 3px center;
}
.sitemap_list>ul>li>a+ul ul li {
	margin-top: 5px;
}
.sitemap_list>ul>li>a+ul ul li:first-child {
	margin-top: 0;
}
.haikeigure{
	    background: #f7f7f7;
}

.brdrbtm {
	    color: #454545;
    font-size: 128%;
    font-weight: bold;
    border-bottom: #666666 solid 1px;
    letter-spacing: 0.9px;
}

.pad-top20 {
	padding-top:20px;}
	
.pad-top40 {
	padding-top:40px;}
.gly-bk {
	background-color:#F3F3F3;
	padding:20px;
	width:auto;
}
.aka {
    color: #c13941;
}

.tbl-rsp{
  width:100%;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp th{
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 30%;
  overflow: hidden;
  font-style: normal;padding: 18px;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  /*background-color: #F4F4F4;*/
}
 
.tbl-rsp td{
padding: 18px;
text-align: left;
vertical-align: top;
/*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.tbl-rsp{
  /*border:none;*/
}
.tbl-rsp th{
	
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
	.bie{
		background: url("../img/myhome/bie.png") no-repeat top 0px left 0;
		padding-left:10px;
	}
	.eventie{
		background: url("../img/event/bie.png") no-repeat top 0px left 0;
		padding-left:10px;
	}
	.loanie{
		background: url("../img/loan/bie.png") no-repeat top 0px left 0;
		padding-left:10px;
	}
@media screen and (min-width: 768px) {

 .sub-ttl {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
	padding-top:0px;
    letter-spacing: .1.5em;
}
	 .sub-ttl1 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
	 margin-top:10px;
    letter-spacing: .1.5em;
}
}
@media screen and (max-width: 767px) {
 .sub-ttl {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
	 	 margin-top:4px;
    letter-spacing: .1em;
}
	 .sub-ttl1 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
	 	 margin-top:0px;
    letter-spacing: .1em;
}
}
.under {
  background: linear-gradient(transparent 70%, #fff100 70%);
}

.tensen{
	border-bottom: 1px dotted #cccccc;
}

/* faq/index.html
---------------------------------------------------------- */
.faqList01 {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
.faqList01:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
	.faqList01 dt {
		font-size: 120%;
		font-weight: bold;
		background: url(../img/qa/q.png) no-repeat left 0.26em;
		padding: 6px 0 8px 42px;
		margin-bottom: 10px;
	}
	.faqList01 dd {
		background: url(../img/qa/a.png) no-repeat left 0.26em;
		padding: 2px 0 33px 42px;
		font-size:15px;
	}
	

@media screen and (max-width:767px){
.faqList01 {
	margin-bottom: 20px;
}
	.faqList01 dt {
		font-size: 15px;
		padding: 6px 0 8px 42px;
		margin-bottom: 10px;
	}
	.faqList01 dd {
		padding: 5px 0 20px 42px;
	}
}
.saisinbotan a {
    padding: 12px;
    color: #333333;
    border: solid #333333 1px;
	    background-color: #fff100;
}
.waku_ao {
    border: #333333 dotted 1px;
    border-radius: 0px;
    padding: 20px;
    margin: 0;
    background-color: #fffef1;
}
.l30 {
    line-height: 30px;
}
.l36 {
    line-height: 36px;
}
.l42 {
    line-height: 42px;
}
.f18 {
    font-size: 18px;
}
.f22 {
    font-size: 22px;
}
.f28 {
    font-size: 28px;
}
.mt10 {
    margin-top: 10px;
}

.kengaku1 {
    padding: 0px 10px 10px 0px;
    border-bottom: 2px solid #555555;
    font-weight: bold;
    color: #555555;
    font-size: 160%;
    margin-bottom: 10px;
}
.kiiro{
	color:#fff100 ;
}
.bold{
	font-weight: bold;
}
@media only screen and (min-width: 993px), print {
 .tbl_01 {
	 width: 100%;
	 border-top: 1px solid #7E7E7E;
	 border-left: 1px solid #7E7E7E;
	 font-size: 14px;
	 line-height: 1.6em;
 }
 .tbl_01 th{
	 border-bottom: 1px solid #7E7E7E;
	border-right:  1px solid #7E7E7E;
	 padding: 2px 5px;
	 vertical-align:middle;
	 line-height: 1.6em;
	 background-color: #F4F4F4;
	 text-align: center;
 }
 .tbl_01 td{
	 border-bottom: 1px solid #7E7E7E;
	 border-right:  1px solid #7E7E7E;
	 padding: 2px 5px;
	 vertical-align: text-top;
	 text-align: center;
	 	 vertical-align:middle;
	 line-height: 1.6em;
 }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.tbl_01 {
	 border-top: 1px solid #7E7E7E;
	 border-left: 1px solid #7E7E7E;
	 font-size: 13px;
	 width: 100%;
	 line-height: 1.6em;
 }
 .tbl_01 th{
	 border-bottom: 1px solid #7E7E7E;
	 border-right:  1px solid #7E7E7E;
	 padding: 2px 5px;
	 line-height: 1.6em;
	 	 text-align: center;

 }
	
 .tbl_01 td{
	border-bottom: 1px solid #7E7E7E;
	  border-right:  1px solid #7E7E7E;
	 padding: 2px 5px;
	 line-height: 1.6em;
	 	 text-align: center;

 }
}

@media only screen and (max-width: 390px) {
.tbl_01 {
	 font-size: 13px;
	 width: 100%;
	 line-height: 1.6em;
 }
 .tbl_01 th{
	 border-bottom: 1px solid #7E7E7E;
	 border-right:  1px solid #7E7E7E;
	 padding: 2px 5px;

	 line-height: 1.6em;
 }
 .tbl_01 td{
	 border-bottom: 1px solid #7E7E7E;
	 border-right:  1px solid #7E7E7E;
	 padding: 2px 5px;

	 line-height: 1.6em;
 }
}
.mizuiro{
	    color: #009fe8 !important;
}
.orenzi{
color: #ed6c00;
}
.bgc{
	    background: url(../img/common/bg_tile.png);
    background-repeat: repeat;

}

#tbl .shokai{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

#tbl .shokai1{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
#tbl .shokai th{
  padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
  color:#333333;
}

#tbl .shokai1 th{
  padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;
   border-right: solid 1px #cccccc;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
  color:#333333;
  text-align:center;
}
 
#tbl .shokai td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

#tbl .shokai1 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  text-align:center;
}
 
@media (max-width: 400px){
#tbl .shokai{
  border:none;
}
#tbl .shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
#tbl .shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}
.saisinbotan1 {
    display: inline;
    font-size: 13px;
    margin: 10px;color: #4B8298 !important;
}

.saisinbotan1 a {
    padding: 12px;
    color: #4B8298 !important;
	padding-left: 0px;
	font-weight: bold;

}
.sekouarea {
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px dotted #A8A8A8;
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;	    color: #333333;
	 font-weight: bold;
 font-family: "YuGothic","Yu Gothic","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;


}

.ao{
	color:#1d2087;
}

.mintyou{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.contentsbox{
	    clear: both;
    width: 100%;
    margin: 30px 0 30px 0;
    padding: 20px 40px 20px 40px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1 1 auto;
}

.contents-titlewaku1 {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: px;
    /* padding-top: 40px; */
    display: table;
    border-bottom: 1px solid #1d2087;
    font-size: 2rem;
    line-height: 3.5rem;
}

.contents-titlewaku_toiawase {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: px;
    /* padding-top: 40px; */
    display: table;
}

.f26a {
    font-size: 26px;
}


.staff_list_set {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 501px) {

.flexitem{
  width: 33%;
  height: 400px;
  text-align: center;    margin-top: 20px;margin-bottom:120px;
}
.staffimg{
	width: 100%;
    height: auto;
    display: block;
}
.staff_list_name {
    padding: 20px;
	background: #e8f4ff;
	text-align: center;
	border-top:solid 3px #1d2087;
}
.staff_list_name1 {
    padding: 20px;
	background: #d1e7fb;
	text-align: center;
	border-top:solid 3px #1d2087;
}
.post {
    font-size: 1.4rem;
}
.name {
    font-size: 2.5rem;
}
.roma {
    font-size: 1.1rem; 
	color: #5597ef;
}
}
@media screen and (max-width: 500px) {

.flexitem{
  width: 50%;
  height: 400px;
  text-align: center;    margin-top: 20px; margin-bottom: 20px;
}
.staffimg{
	width: 100%;
    height: auto;
    display: block;
}
.staff_list_name {
    padding: 20px;
	background: #e8f4ff;
	text-align: center;
	border-top:solid 3px #1d2087;
}
.staff_list_name1 {
    padding: 20px;
	background: #d1e7fb;
	text-align: center;
	border-top:solid 3px #1d2087;
}
.post {
    font-size: 1.1rem;
}
.name {
    font-size: 1.8rem;
}
.roma {
    font-size: 1rem; 
	color: #5597ef;
}
}

.staffaaa a {
	
}

.staffaaa a:hover {
	opacity: 0.7 !important;
}

.staffaaa a img{
	
}

.staffaaa a:hover img{
	opacity: 0.7 !important;
}

.lightbox {
    display: none; 
}
@media only screen and (min-width: 768px) {
	.sphyouzi180{
		display: none;
	}
}
@media only screen and (min-width: 630px) and (max-width: 767px) {
		.sphyouzi180{
		padding-bottom:180px;
	}
}

@media only screen and  (max-width: 629px) {
		.sphyouzi180{
		padding-bottom:50px;
	}
}

@media only screen and (min-width: 501px) {
	.sphyouzi181{

	}
}
@media only screen and  (max-width: 500px) {
		.sphyouzi181{
		padding-bottom:50px;clear: both;
	}
}
.ttl2 {
	position: relative;
	padding-bottom: .1.4em;
	border-bottom: 2px solid #ccc;
	font-size:19px;
	color: #5597ef;
}
.ttl2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #5597ef;
}

.amidasi{
	padding-top:10px;padding-bottom:10px;
}
@media screen and (min-width: 768px) {
.greb{
	background: #e8f4ff;
		background-image: url(../img/greeting/bg5s.jpg);
	background-size:cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding:50px;
		padding-bottom:35px;
}

.greb1{
	background: #e8f4ff;
		background-image: url(../img/bg4s.jpg);
	background-size:cover;
	background-position: left center;
	background-repeat: no-repeat;
		padding:50px;
		padding-bottom:35px;
}
}
@media screen and (max-width: 767px) {
.greb{
	background: #e8f4ff;
		background-image: url(../img/bg5s.jpg);
	background-size:cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding:25px;
		padding-bottom:15px;padding-top:30px;
}

.greb1{
	background: #e8f4ff;
		background-image: url(../img/bg4s.jpg);
	background-size:cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding:25px;
		padding-bottom:15px;padding-top:30px;
}
}


.btn-warningaopdf {
    
    background-color:#ffffff ;
    font-family: Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-color: #333333;
	font-weight:600;
	color:#333;padding:9px;
}

a:hover .btn-warningaopdf {
    
    background-color:#e3f2fc;
    font-family: Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    border-color: #333333;
	font-weight:600;
	color:#333;
}