@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body, html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Noto Sans JP','Open Sans', sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #353535;
	width: 100% !important;
	height: 100% !important;
	font-size: 62.5%;
	font-size: 1.0rem;
	line-height: 1.67;
}
b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", ... ,sans-serif;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 1.6;
	font-weight: 600;
	margin: 0;
	color: #555;
	font-size: 24px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
a {
	color: #b73e3e;
}
a:hover, a:focus {
	text-decoration: none;
	color: #a50c0c;
}
a img {
	opacity: 1;
	transition: 0.4s;	
}
a:hover img {
	opacity: 0.8;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/* 見出し */

.subheading {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
	max-width: 200px;
	margin: auto;
	font-size: 16px;
}
.subheading:before, .subheading:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.subheading:before {
	margin-right: .5em;
}
.subheading:after {
	margin-left: .5em;
}

/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .h_logo {
	height: 20px;
	width: auto;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #E75926;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #E75926;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #F8F5F4;
	box-sizing:border-box:
}
#intro .col-md-5 {
	padding: 0 40px;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.intro_logo {
	margin-top: 25px;
}
#intro .intro-body .brand-heading {
	color: #E75926;
	text-shadow: 0 4px #a13e1a;
}

@media(min-width:768px) {
	#intro {
		height: 100%;
		padding: 0;
	}
	#intro .col-md-5 {
		padding: 0 15px;
	}
	.intro_logo {
		margin-top: 40px;
	}
}
.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title {
    width: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 10px;
}


#news{
 background: #f8f5f4;
 padding: 0;
 margin: auto;
 width: 100%;
}
 
.news_cont{
 border-bottom: none;
 padding: 15px;
 position: relative;
 font-size: 14px;
 color: #525252;
 max-width: 1000px;
 margin: auto;
 background: #e6e6e6;
}
.news_text {
	width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.news_anser_click{
 cursor: pointer;
 position: absolute;
 right: 15px;
 text-decoration: none;
},
.news_anser_close{
 cursor: pointer;
 position: absolute;
 right: 0;
 text-decoration: underline;
}
.news_anser {
	margin: 20px auto 0;
	font-size: 14px;
}



.news_anser_click:after{
	content: '\f107';
	font-size: 20px;
	font-family: fontAwesome;
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 10px;
	z-index: -1;
},
.news_anser_close:before{
	content: '\f106';
	font-size: 20px;
	font-family: fontAwesome;
	 cursor: pointer;
	 position: absolute;
	 right: 0;
}

 
.news_anser{
 display: none;
}
 
.ibl{
 display: inline-block;
 vertical-align: middle;
}


/* philosophy Section */
#philosophy {
	padding: 40px 0;
}
#philosophy .philosophy-text {
	margin-left: 10px;
}
#philosophy H4 {
	font-size: 20px;
}
#philosophy li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#philosophy li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}
#philosophy i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#philosophy img.phil_img01 {
	margin-top: 20px;
	max-width: 200px;
	height: auto;
	margin: 20px auto;
}
#philosophy .content-text {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 2;
}

@media(min-width:768px) {
	#philosophy {
		padding: 140px 0;
	}
	#philosophy img.phil_img01 {
		max-width: 100%;
		height: auto;
	}
}
/* group Section */
#group {
	padding: 40px 0;
	background: url(../img/group/group_bg01.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#group .service {
	padding: 0px 0px 20px;
}
#group h3 {
	font-size: 18px;
	font-weight: 600;
	color: #262626;
	border-bottom: 1px solid #262626;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#group h3 a {
	color: #262626;
}
#group h3 a:hover {
	color: #E75926;
	border-bottom: dotted 1px #262626;
}
.space {
	margin-top: 0px;
}
#group i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
@media(min-width:768px) {
	#group {
		padding: 140px 0;
	}
	.space {
		margin-top: 40px;
	}
	#group .service {
		padding: 20px 10px;
	}
}


/* profile Section */
#profile {
	padding: 40px 0;
	background: #ffffff;
}
#profile .profile-text {
	margin-top: 0px;
}
#profile .profile-text img {
	max-width: 200px;
	height: auto;
	margin: auto;
}
#profile .profile-text dl {
	display: flex;
	flex-wrap: wrap;
}
#profile .profile-text dt {
	width: 100px;
	margin-bottom: 10px;
}
#profile .profile-text dl dd {
	width: calc(100% - 100px);
	margin-bottom: 10px;
}

@media(min-width:768px) {
	#profile {
		padding: 140px 0;
		background: #ffffff;
	}
	#profile .profile-text {
		margin-top: 40px;
	}
	#profile .profile-text img {
		max-width: 100%;
	}
}


/* Contact Section */
#contact {
	padding: 40px 0;
	background: #f6f6f6;
}
#contact .tel_no {
	font-size: 36px;
	line-height: 1;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #e75926;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #cf5022;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}

@media(min-width:768px) {
	#contact {
		padding: 120px 0 40px 0;
	}
}


/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #e75926;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}
