body {
	overflow-x: hidden;
  	font-family: 'Open Sans', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , sans-serif;
	color: #666;
}

p {
  	line-height: 1.75;
}

a {
  	color: #ED7900;
}

a:hover {
  	color: rgba(237, 121, 0, 0.8);
}

.text-primary {
  	color: #ED7900 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  	font-weight: 700;
  	font-family: 'Roboto', sans-serif;
}

.page-section {
  	padding: 80px 0;
}

h2.section-heading {
  	font-size: 40px;
  	margin-top: 0;
  	/*margin-bottom: 15px;*/
  	color: #ED7900;
}

.section-subheading {
  	font-size: 26px;
  	font-weight: bold;
  	/*margin-bottom: 75px;*/
  	text-transform: none;
  	color: #ED7900;
	margin-left: 30px;
	letter-spacing: 0.1em;
 }

/*@media (min-width: 768px) {
	section {
    	padding: 150px 0;
	}
}*/
@media (max-width: 767.98px) {	
  	h2.section-heading {
  		font-size: 30px;	
	}
	.section-subheading {
  		font-size: 18px;
		margin-left: 20px;
	}
	#logo {width: 20%;}
}
.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #ED7900;
  border-color: #ED7900;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: rgba(237, 121, 0, 0.8) !important;
  border-color: rgba(237, 121, 0, 0.8) !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #ED7900;
  text-shadow: none;
}

::selection {
  background: #ED7900;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(255, 255, 255, 0.8);
}

#mainNav .navbar-toggler {
  font-size: 10px;
  right: 0;
  padding: 5px 8px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #ED7900;
  font-family: 'Roboto', sans-serif;
	border-radius: 0;
}

#mainNav .navbar-brand {
	color: #333;
	margin-right: 0;
}
@media (max-width: 767.98px) {
	#mainNav .navbar-brand{font-size: 14px;}
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgba(237, 121, 0, 0.8);
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #ED7900;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgba(237, 121, 0, 0.8);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

/* slider */
#slider {
	overflow: hidden;
  	position: relative;
}
.carousel-item {
	height: 600px;
	background-position: center center;
}
.carousel-caption {
  	text-align: center;
	bottom: 30%;
}
.carousel-caption h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: rgba(237, 121, 0, 0.8);
	font-size: 50px;
}
.carousel-caption .cap-box {
	background-color: rgba(238, 121, 0, 0.8);
	padding: 20px 0;
	margin-top: -13px;
}
.carousel-caption .cap-box h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 50px;
}
.carousel-indicators li{
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #fff;
	margin-right: 15px;
}
.carousel-indicators .active {
  background-color: #EA7C0A;
}
@media (max-width: 767.98px) {
	.carousel-item {
		max-height: 330px;
		background-size: cover;
	}	
  	.carousel-caption {
		top: 60px;
	}
	.carousel-caption h4 {
		font-size: 26px;
		line-height: 1.0;
	}
	.carousel-caption .cap-box {
		padding: 10px 10px;
		margin-top: 0;
	}
	.carousel-caption .cap-box h5 {
		font-size: 22px;
	}
	.carousel-caption .cap-box p {
		line-height: 1.2;
	}
}
#main-box .row {
	position: relative;
}
#main-box .row .col-md-4 img {
	width: 100%;
}
#main-box .row .col-md-4 h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(238, 121, 0, 0.8);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 0;
}

#policy {
	background: url(../img/policy/bg.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
#policy .card-deck .card {
	background-color: rgba(255, 255, 255, 0.8);
}
#policy .card-deck .card .card-img-overlay {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.0;
}
#policy .card-deck .card .card-img-overlay .num {
	font-size: 70px;
	margin-bottom: 0;
}
#policy .card-deck .card .card-body .card-title {
	color: #EC7900;
}
#policy .policy-detail .policy-ttl p {
	display: inline-block;
	line-height: 1.0;
	font-size: 20px;
	margin: 0;
}
#policy .policy-detail .policy-ttl .num {
	font-size: 72px;
}
#policy .policy-detail h4 {
	color: #EC7900;
	font-size: 20px;
}

.end-box {
	background-color: #EC7900;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.end-box{
		padding: 10px;
		font-size: 20px;
		margin-top: 20px;
	}
	
}

#workflow {
	background: url(../img/workflow/bg.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
#workflow .flow-detail .row {
	background-color: rgba(241, 233, 216, 0.9);
	color: #EC7900;
	margin-bottom: 10px;
}
#workflow .flow-detail .row .num {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 72px;
}
#workflow .flow-detail .row .col-md-10 h4 {
	letter-spacing: 0.2em;
}
#workflow .flow-detail .row .col-md-10 p {
	margin: 0;
}
@media (max-width: 767.98px) {
	#workflow .flow-detail .row {
		padding: 10px 0 15px;
		text-align: center;
	}
	#workflow .flow-detail .row .num {
		font-size: 30px;
	}
	#workflow .flow-detail .row .col-md-10 h4 {
		font-size: 20px;
		letter-spacing: 0;
		}
	#workflow .flow-detail .row .col-md-10 p {
		line-height: 1.5;
	}
}

/*#interview {
	background: url(../img/bg_interview.jpg) 0 0 no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
}
#interview a {
	position: absolute;
	bottom: 10px;
	left: 56%;
	padding: 10px 20px;
	font-size: 20px;
}
#interview a:hover {
	text-decoration: none;
}
@media (max-width: 767.98px) {
	#interview.page-section {
		height: 160px;
		background-position: -50px 0;
	}
	#interview a {
		font-size: 14px;
		bottom: 10px;
		left: 30%;
		padding: 8px;
	}
}*/

#new dl dd a {
	color: #666;
}
#new dl dt {
	color: #ED7900;
}

#system {
	background-color: #FBF8F8;
}
#system h4 {
	font-size: 16px;
	color: #ED7900;
}
#system ul {
	margin-left: -30px;
	margin-bottom: 30px;
}
#system ul li {
	list-style: none;
}

#company dl dt {
	color: #ED7900;
}
#company dl dd {
	margin-left: 1em;
	margin-bottom: 30px;
}

#contact {
  background-color: #FBF8F8;
}
section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

#partners {
	background-color: #DBDEDE;
	padding: 30px 0;
}
@media (max-width: 767.98px) {
	#partners img {
		margin-bottom: 20px;
		width: 40%;
	}
}

.footer {
  	padding: 25px 0;
  	text-align: center;
	background-color: #ED7900;
	color: #fff;
}

.footer span.copyright {
	font-size: 90%;
  	line-height: 1.2;
  	text-transform: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

/* interview page */
#maincontents h5 {
  color: #ED7900;
}#maincontents .row {
	margin-bottom: 20px;
}

/* news page */
#news .news-detail {
	border-top: 1px solid #ccc;
	padding: 10px 20px;
}
