@charset "utf-8";
/* CSS Document */

/*--- COMMON ---*/
.pc { display: block !important; }
.tub { display: none !important; }
.sp { display: none !important; }

.pc-tub { display: block !important; }
.pc-sp { display: block !important; }
.tub-sp { display: none !important; }

#wrap-out {
  background-image: url(../img/back_gradation.jpg);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 40px;
}

#wrap-in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

h2 {
	font-size: 1.6em;
	text-align: center;
	margin: 3em auto 2em auto;
	font-family: 'Noto Serif SC', serif;
	font-weight: normal;
}
h2 span {
	font-size: 0.8em;
}
.new_h2 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.new_h2 .tit {
  color: #218dd6;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.new_h2 .sld {
  color: #218dd6;
  font-size: 1em;
  letter-spacing: 0.05em;
  margin: 15px 0 10px;
}
.new_h2 .bar {
  width: 66px;
  height: 3px;
  background-color: #218dd6;
  display: block;
  margin: 0 auto;
}

p.sub {
	font-size: 1em;
	text-align: center;
	margin: 1em auto 3em auto;
	font-family: 'Noto Serif SC', serif;
	color: #001e69;
}

/*--- HEADER ---*/
#header {
	width: 100%;
	margin: 0 auto;
	background-position:center top -150px;
	background-attachment: fixed;
    background-repeat: no-repeat;
	padding: 180px 0;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
  display: none;
}
#header .logo a {
	width: 450px;
	height: 120px;
	display: block;
	background-image: url(../img/logo.png);
	background-size: 450px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
}
#home #header {
	padding: 100px 0;
}

/*--- NAVIGATION ---*/
#navigation {
	margin:0 0 40px 0;
	display: flex;
	align-items: center;
}
#navigation li {
	text-align: center;
	width: 25%;
	border-right: 1px solid #CDCDCD;
	flex: 1;
}
#navigation li p.cn {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
  color: #fff;
}
#navigation li p.cs {
	font-size: 0.7em;
  color: #fff;
}
#navigation li:nth-child(1) {
	border-left: 1px solid #CDCDCD;
}
#navigation li:nth-child(2),
#navigation li:nth-child(4){
	flex-grow: 1.5 !important;
}
#navigation li a {
	width: 100%;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #333;
}
#navigation li a:hover {
	background-color: #08519d;
  opacity:0.9;
}


/*--- FOOTER ---*/
#contact-wrap,
#footer-wrap {
	padding: 10px 0;
  background-color: #f0f0f0;
	background-image: url( ../img/foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contact-in {
	padding-bottom: 100px;
}
#contact-in h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6em;
	font-weight: lighter;
	text-align: center;
	margin-bottom:15px;
}
#contact-wrap h3,
#footer-wrap h3 {
	font-size: 1.1em;
	text-align: center;
	/*font-style: italic;*/
}
.contact_bottan {
	width: 800px;
	margin:60px auto ;
}
#contact-wrap .phone a {
	display: block;
	background-image: url(../img/contact_phone.png);
	background-repeat: no-repeat;
	width: 376px;
	height: 196px;
	float: left;
}
#contact-wrap .form_mail a {
	display: block;
	background-image: url(../img/contact_form.png);
	background-repeat: no-repeat;
	width: 376px;
	height: 196px;
	float: right;
}
#contact-wrap .phone a:hover { background-image: url(../img/contact_phone_.png); }
#contact-wrap .form_mail a:hover { background-image: url(../img/contact_form_.png); }

#contact_flow {
	margin: 40px 0;
	display: flex;
	align-items: center;
}
#contact_flow li {
	text-align: center;
	width: 20%;
	border-right: 1px solid #CDCDCD;
	flex: 1;
	background-position: top 10px center ;
	background-repeat: no-repeat;
	padding: 110px 15px 15px 15px;
}
#contact_flow li:nth-child(1) {
	border-left: 1px solid #CDCDCD;
	background-image: url(../img/flow_icon_1.svg);
	background-size: 100px;
}
#contact_flow li:nth-child(2) {
	background-image: url(../img/flow_icon_2.svg);
	background-size: 75px;
}
#contact_flow li:nth-child(3) {
	background-image: url(../img/flow_icon_3.svg);
	background-size: 90px;
}
#contact_flow li:nth-child(4) {
	background-image: url(../img/flow_icon_4.svg);
	background-size: 90px;
}
#contact_flow li:nth-child(5) {
	background-image: url(../img/flow_icon_5.svg);
	background-size: 80px;
}
#contact_flow li h4 {
	margin-bottom: 1em;
	font-size: 1em;
}
#contact_flow li p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.6em;
}
p.contact_notis {
	margin: 40px auto;
	width: 80%;
  max-width: 800px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #7e0012;
}

#footer-wrap {
	width: 100%;
	padding-bottom: 150px;
	background-image: url( ../img/foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #dfdede;
}
#footer-in {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
#footer-in h3 {
	margin: 20px 0;
}
#footer p {
	font-size: 12px;
	color: #888;
	text-align: center;
	padding: 30px 0;
	line-height: 20px;
}
#footer p a {
	color: #888;
}

#PageTop {
	width: 55px;
	height: 55px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	z-index: 100;
	position: fixed;
	bottom: 25px;
	right: 25px;
}
#PageTop a {
	width:45px;
	height:45px;
	display: block;
	background-image:url(../img/pagetop_.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	background-color: #56c6e9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#PageTop a:hover {
	background-image:url(../img/pagetop.png);
	background-color: #fff;
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/* -----------------------------

TUB　タブレット 画面サイズが1000px以下、720以上　

----------------------------- */

@media screen and (min-width:721px) and ( max-width:1000px) {

/*--- COMMON ---*/
.sp { display: none !important; }
.tub { display: block !important; }
.pc { display: none !important; }

.pc-tub { display: block !important; }
.pc-sp { display: none !important; }
.tub-sp { display: block !important; }
	
#content-in {
	width: 90%;
}

/*--- HOME ---*/
/*--- CONCEPT ---*/
/*--- LIFE ATTENDANT ---*/
/*--- CONTACT ---*/

.contact_bottan {
	width:640px;
	margin:60px auto 20px auto;
}
#contact-wrap .phone a,
#contact-wrap .form_mail a {
	background-size: 300px;
	width: 300px;
	height: 156px;
}

/*--- FOOTER ---*/



}

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

/*--- COMMON ---*/
.sp { display: block !important; }
.tub { display: none !important; }
.pc { display: none !important; }

.pc-tub { display: none !important; }
.pc-sp { display: block !important; }
.tub-sp { display: block !important; }

#header {
	padding: 80px 0;
	background-position:center top !important;
}
#header .logo a {
	width: 270px !important;
	height: 72px !important;
	background-size: 270px !important;
}
#home #header {
	padding: 60px 0;
}

/*--- NAVIGATION ---*/
#navigation {
	margin: 0 !important;
	flex-direction: column;
}
#navigation li {
	text-align:left;
	width: 100% !important;
	border-right: none;
	border-bottom: 1px solid #CDCDCD;
	/*background-color: #fff;*/
}
#navigation li p.cn {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	display: inline;
	margin-left: 1em;
}
#navigation li p.cs {
	font-size: 0.7em;
	display: inline;
	margin-left: 1em;
}
#navigation li:nth-child(1) {
	border-top: 1px solid #CDCDCD;
}
#navigation li:nth-child(2),
#navigation li:nth-child(4){
	flex-grow: 0 !important;
}
#navigation li a {
	padding: 10px 0 !important;
}

h2 {
	font-size: 1.3em;
	margin: 2em auto 1em auto;
	padding: 0 20px;
  line-height: 2em;
}
h2 span {
	font-size: 0.7em;
}
p.sub {
	margin: 1em auto 3em auto;
	padding: 0 20px;
	line-height: 1.6em;
}




/*--- HOME ---*/
/*--- CONCEPT ---*/
/*--- LIFE ATTENDANT ---*/
/*--- CONTACT ---*/

#contact-wrap h2 {
	font-size: 1.6em;
	margin-bottom:10px;
	margin: 0 auto 0.2em auto;
}
#contact-wrap h3,
#footer-wrap h3 {
	font-size: 1em;
}
	
.contact_bottan {
	width: auto;
	text-align: center;
	margin: 20px auto;
}
#contact-wrap .phone a,
#contact-wrap .form_mail a {
	background-size: 260px;
	width: 260px;
	height: 140px;
	margin: 20px auto;
	float: none;
}

/*--- FOOTER ---*/
#contact-wrap {
	margin-top: 50px;
}
#footer-in {
	width: 90%;
}
	
#contact_flow {
	flex-direction: column;
}
#contact_flow li {
	text-align:left;
	width: auto;
	border-right: none;
	border-bottom: 1px solid #CDCDCD;
	/*flex: 1;*/
	background-position: center left 10px ;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 110px;
}
#contact_flow li:nth-child(1) {
	border-left: none;
	border-top: 1px solid #CDCDCD;
	background-size: 80px;
}
#contact_flow li:nth-child(2) {
	background-size: 55px;
	background-position: left 20px center;
}
#contact_flow li:nth-child(3) {
	background-size: 80px;
}
#contact_flow li:nth-child(4) {
	background-size: 75px;
}
#contact_flow li:nth-child(5) {
	background-size: 70px;
}
#contact_flow li h4 {
	margin-bottom: 0.5em;
	font-size: 1em;
}

}

/* -----------------------------

ロゴだけ

----------------------------- */

@media screen and (min-width:301px) and ( max-width:500px) {
	
#header .logo a {
	width: 270px !important;
	height: 72px !important;
	background-size: 270px !important;
}
}

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

#header .logo a {
	width: 225px !important;
	height: 60px !important;
	background-size: 225px !important;
}

}