body {
  color: #000;
  font-family: 'Noto Sans';
  font-size: 20px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	font-family: 'Noto Sans JP';
	margin-top:0;
}
a{
	color:#1E1F22;
	text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration:none;
	outline: medium none;
}
/* Google chrome */
:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
	outline-offset: 0;
}
p{
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom:0;
}
img{
	max-width:100%;
	height:auto;
}

.logo {
	padding: 30px 0;
}
.search-btn {
	margin-left: 15px;
}
.main-nav > li > a {
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	color: #4B5158;
	padding: 4px 35px;
}
.color-yellow,
.main-nav > li > a:hover,
.main-nav > li > a:focus,
.ft-social .nav li a:hover,
.ft-social .nav li a:focus {
	color: #FF9900;
}
.banner-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	height: 720px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	text-align: center;
}
.home-banner {
	background-image: url("../images/home-banner.jpg");
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 50px 70px 0;
	text-align: left;
}
.recruit-banner {
	background-image: url("../images/recruit-banner.jpg");
}
.company-banner {
	background-image: url("../images/company-banner.jpg");
}
.contact-banner {
	background-image: url("../images/contact-banner.jpg");
}
.banner-content {
	max-width: 650px;
	width: 100%;
}
.home-banner-text {
	font-size: 40px;
	border-left: 5px solid #fff;
	padding-left: 35px;
	margin: 50px 0 0 95px;
	line-height: 1.2;
}
.banner-content h1 {
	font-size: 70px;
	font-family: 'Noto Sans';
}
.home-banner .banner-content h1 {
	font-size: 100px;
}
.banner-cta {
	background-color: #FFFFFF99;
	display: block;
	padding: 22px 15px;
	font-size: 40px;
	font-weight: 700;
	max-width: 480px;
	margin: 15px auto 0;
}
.about-wrap {
	padding-top: 100px;
}
.title-section {
	font-size: 36px;
	color: #444444;
	margin: 130px 0 100px;
}
.title-section span {
	font-size: 35px;
	background-color: #FFB800;
	color: #fff;
	display: inline-block;
	padding: 10px 5px 10px 80px;
}
.about-inner {
	background-color: #F7F7F7;
	padding: 20px 50px 60px;
	margin-left: 50px;
	position: relative;
}
.about-inner h2 {
	font-size: 60px;
	color: #4B5158;
	letter-spacing: 7px;
	max-width: 575px;
}
.about-inner h2 .color-yellow {
	font-size: 80px;
}
.about-inner h2 .split {
	display: inline-block;
	margin-left: 230px;
}
.about-content {
	background: linear-gradient(180deg, rgba(255, 218, 163, 0.37) 0%, rgba(255, 153, 0, 0.37) 100%);
	padding: 60px 60px 60px 80px;
	font-size: 30px;
	color: #4B5158;
	margin: 30px 0 0 -100px;
	max-width: 640px;
}
.yellow-box {
	background: linear-gradient(180deg, rgba(238, 169, 66, 0.4) 0%, #FF9900 100%), linear-gradient(89.04deg, rgba(255, 239, 216, 0.2) 0.71%, rgba(255, 153, 0, 0.2) 99.08%);
	height: 755px;
	margin-top: -180px;
}
.about-images {
	position: relative;
}
.about-images img {
	position: absolute;
	top: -30px;
	right: 50px;
	max-width: none;
}
.about-images .about-img2 {
	bottom: -70px;
	top: auto;
	right: 150px;
}
.service-wrap {
	padding: 70px 0 85px;
}
.service-content {
	background-image: url("../images/service-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	color: #4B5158;
	font-size: 30px;
	letter-spacing: 3px;
}
.service-content h2 {
	color: #4B5158;
	font-size: 40px;
	line-height: 1;
	margin: 10px 0 30px;
}
.service-content h2 span,
.works-content h3 span {
	color: #FF6B00;
	font-size: 70px;
	vertical-align: middle;
	position: relative;
	top: -5px;
}
.service-content .row {
	margin-bottom: 100px;
}
.service-content .row:last-child {
	margin-bottom: 0;
}
.service-content .col-md-6 {
	padding: 0 50px;
}
.entry-content {
	font-size: 25px;
}
.entry-content h2 {
	text-align: center;
	font-size: 50px;
	position: relative;
	margin: 130px 0;
}
.entry-content h2::before {
	content: "";
	border-left: 300px solid transparent;
	border-right: 300px solid transparent;
	border-top: 70px solid #FFD89E;
	position: absolute;
	left: calc(50% - 300px);
	top: 30px;
	z-index: -1;
}
.works-content .row {
	border: 1px solid #808080;
	margin-bottom: 65px;
	padding: 65px 40px;
}
.works-content .col-md-7 {
	padding-left: 20px;
	font-size: 24px;
}
.works-content h3 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 20px;
}
.works-content h3 span {
	margin-right: 40px;
}
.requirement-content {
	padding-bottom: 100px;
}
.requirement-content .row {
	border-bottom: 1px solid #A7A7A7;
	padding: 46px 0;
}
.requirement-content .row:first-child {
	border-top: 1px solid #A7A7A7;
}
.massage-content {
	line-height: 1.8;
}
.director-msg {
	margin-bottom: 110px;
}
.director-msg h3,
.site-manager-msg h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
.director-msg h3 span,
.site-manager-msg h3 span {
	font-size: 25px;
	display: block;
	margin-top: 10px;
}
.director-msg h4 {
	font-size: 25px;
	margin-bottom: 30px;
}
.director-msg .col-md-6:last-child {
	padding-left: 40px;
	max-width: 572px;
}
.site-manager-msg h3 {
	font-size: 35px;
}
.site-manager-msg h3 span {
	font-size: 20px;
}
.site-manager-msg .col-md-6 {
	padding: 0 40px;
}
.company-profile {
	padding-bottom: 120px;
}
.profile-content .row {
	border: 1px solid #999999;
	border-bottom: none;
	align-items: center;
}
.profile-content .row:last-child {
	border-bottom: 1px solid #999999;
}
.profile-content .row .col-4 {
	background-color: #FFEBCE;
	min-height: 125px;
	border-right: 1px solid #999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile-content .row .col-8 {
	padding: 0 30px 0 125px;
}
.contact-info {
	text-align: center;
	padding: 45px 0 70px;
	font-size: 22px;
	line-height: 1.1;
}
.cf-wrap p {
	font-size: 25px;
	text-align: center;
}
.contact-form {
	padding: 70px 0 110px;
}
.contact-form .row {
	border-bottom: 1px solid #A7A7A7;
	min-height: 124px;
	padding: 26px 0;
	align-items: center;
}
.contact-form .row:first-child {
	border-top: 1px solid #A7A7A7;
}
.req {
	color: #FF0000;
	font-weight: 700;
	font-size: 15px;
	position: relative;
	top: -3px;
}
.contact-form .form-check > * {
	cursor: pointer;
}
.contact-form .form-check input {
	display: none;
}
.contact-form .form-check label {
	position: relative;
}
.contact-form .form-check label::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 20px;
	left: -30px;
	top: 8px;
}
.contact-form .form-check input:checked + label::before {
	border-color: #E28800;
	background-color: #E28800;
}
.contact-form .form-control {
	background-color: #ECECEC;
	height: 58px;
	border-radius: 0;
	border: none;
	max-width: 380px;
}
.contact-form .form-control:focus {
	background-color: #ECECEC;
}
.contact-form select.form-control {
	text-align: center;
}
.contact-form textarea.form-control {
	height: 148px;
	resize: none;
	max-width: 590px;
}
.contact-form .btn-yellow {
	margin-top: 140px;
}
.ft-contact {
	background-image: url("../images/footer-form-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 90px 50px 50px;
	color: #fff;
	letter-spacing: 1px;
}
.ft-contact h2 {
	font-size: 40px;
}
.ft-contact p {
	font-weight: 700;
	margin: 50px 0;
}
.btn-yellow {
	background: linear-gradient(90deg, #E28800 -14.48%, #FFC671 85.52%, #FFC671 85.52%);
	border: none;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 25px 40px;
	width: 100%;
	display: block;
	max-width: 520px;
	margin: 0 auto;
}
.btn-yellow:hover {
	background: linear-gradient(90deg, #FFC671 -14.48%, #E28800 85.52%, #E28800 85.52%);
	color: #fff;
}
.ft-contact .btn-yellow {
	max-width: 945px;
}
.ft-content {
	font-family: 'Noto Sans JP';
	font-size: 17px;
	padding: 50px 0 20px;
}
.ft-logo img {
	width: 195px;
}
.ft-social {
	margin-bottom: 15px;
}
.ft-social-item,
.ft-social .nav {
	display: flex;
	max-width: 300px;
	justify-content: space-between;
	margin: 0 auto;
}
.ft-social .nav {
	font-family: 'Noto Sans';
	font-size: 25px;
	max-width: 450px;
	padding-top: 5px;
}
.ft-phones span {
	margin: 0 35px;
}
.copyright {
	background-color: #FF9900;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 15px;
}

	/* ==================== Responsive ======================= */

@media (min-width: 768px) {
	.main-nav > li {
		border-left: 1px solid #000;
	}
	.main-nav > li:first-child
	/* .main-nav > li:last-child */{
		border-left: none;
	}
	.main-nav .search-btn a {
		background: linear-gradient(90deg, #E28800 -14.48%, #FFC671 85.52%, #FFC671 85.52%);
		color: #fff;
		font-size: 20px;
		padding: 15px 52px;
	}
	.main-nav .search-btn a:hover {
		background: linear-gradient(90deg, #FFC671 -14.48%, #E28800 85.52%, #E28800 85.52%);
		color: #fff;
	}
	.contact-form .form-check {
		display: inline-block;
		margin-right: 30px;
	}

}


@media (min-width: 1200px) {
	.container {
		max-width: 1030px;
	}
	.header .container {
		max-width: 94%;
	}
	.entry-content .container {
		max-width: 1180px;
	}
	.works-content .container,
	.massage-content .container {
		max-width: 1280px;
	}
	.contact-form .row .col-3 {
		width: 190px;
	}

}


/*Desktop Screen 1024px  */

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-inner h2 {
		font-size: 55px;
	}
	.about-inner h2 .color-yellow {
		font-size: 70px;
	}
	.about-inner h2 .split {
		margin-left: 180px;
	}
	.about-images img {
		right: 20px;
		max-width: 100%;
	}
	.about-images .about-img2 {
		right: 30px;
		bottom: 0;
	}

}


/* Tablet Layout: 768px.  */

@media only screen and (min-width:768px) and (max-width:991px) {
	.logo img {
		max-width: 120px;
	}
	.main-nav > li > a {
		padding: 4px 15px;
	}
	.banner-wrap {
		height: 480px;
	}
	.banner-content h1 {
		font-size: 50px;
	}
	.home-banner .banner-content h1 {
		font-size: 60px;
	}
	.home-banner-text {
		font-size: 28px;
	}
	.banner-content {
		max-width: 480px;
	}
	.banner-cta {
		padding: 12px 15px;
		font-size: 30px;
		max-width: 350px;
	}
	.about-wrap {
		padding-top: 50px;
	}
	.title-section {
		font-size: 28px;
		margin: 50px 0;
	}
	.title-section span {
		font-size: 27px;
	}
	.about-inner {
		padding-bottom: 120px;
	}
	.about-inner h2 {
		font-size: 40px;
	}
	.about-inner h2 .color-yellow {
		font-size: 60px;
	}
	.yellow-box {
		height: 600px;
		margin-top: -155px;
		width: 400px;
		display: inline-block;
	}
	.about-images img {
		top: -60px;
		right: 89px;
		max-width: 400px;
	}
	.about-images .about-img2 {
		bottom: -35px;
		right: 150px;
	}
	.service-content .col-md-6 {
		padding: 0 25px;
	}
	.service-content,
	.ft-social .nav,
	.works-content .col-md-7 {
		font-size: 20px;
	}
	.service-content h2,
	.works-content h3 {
		font-size: 25px;
	}
	.service-content h2 span,
	.works-content h3 span {
		font-size: 40px;
	}
	.btn-yellow {
		font-size: 34px;
		padding: 15px 40px;
	}
	.ft-phones span {
		margin: 0 5px;
	}

}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {
	body {
		font-size: 12px;
		padding-top: 65px;
	}
	.header {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		top: 0;
	}
	.header .container {
		max-width: 100%;
	}
	.header.open {
		border-bottom: 1px solid #000;
	}
	.logo {
		padding: 10px 0;
	}
	.logo img {
		max-width: 105px;
	}
	.navbar-toggler {
		background-color: #FFB800;
		height: 65px;
		width: 65px;
		border: none;
		border-radius: 0;
		margin-right: -12px;
		position:relative;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.toggler-icon {
		background-color: #fff;
		width: 15px;
		height: 2px;
		display: block;
		border-radius: 4px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		position: absolute;
		left: calc(50% - 8px);
		top: 50%;
	}
	.toggler-icon:first-child {
		top: calc(50% - 6px);
	}
	.toggler-icon:last-child {
		top: calc(50% + 6px);
	}
	.navbar-toggler.open .toggler-icon:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggler.open .toggler-icon {
		width: 20px;
		height: 3px;
	}
	.navbar-toggler.open .toggler-icon:first-child {
		transform: rotate(45deg) translate(2px,5px);
	}
	.navbar-toggler.open .toggler-icon:last-child {
		transform: rotate(-45deg) translate(3px,-6px);
	}
	.main-nav {
		padding: 0 35px;
	}
	.main-nav > li > a {
		font-size: 18px;
		border-bottom: 1px solid #000;
		display: block;
		padding: 20px 0 6px 0;
		font-weight: 400;
		font-family: 'Noto Sans';
		color: #000;
	}
	.search-btn {
		margin-left: 0;
	}
	.top-social {
		padding: 40px 35px;
	}
	.top-social img {
		max-width: 26px;
		margin-right: 40px;
	}
	.banner-wrap {
		height: 210px;
	}
	.home-banner {
		height: 230px;
		padding: 0 15px 40px 0;
	}
	.banner-content {
		max-width: 210px;
	}
	.banner-content h1 {
		font-size: 30px;
	}
	.home-banner .banner-content h1 {
		font-size: 35px;
	}
	.home-banner-text {
		font-size: 14px;
		border-left: 2px solid #fff;
		padding-left: 15px;
		margin: 15px 0 0 50px;
		line-height: 1.4;
	}
	.banner-cta {
		padding: 14px 15px;
		font-size: 12px;
		max-width: 120px;
	}
	.about-wrap {
		padding-top: 30px;
	}
	.title-section {
		font-size: 20px;
		margin: 0 0 30px;
	}
	.service-wrap .title-section {
		margin: 20px 0 90px;
	}
	.title-section span {
		font-size: 18px;
		padding-left: 41px;
	}
	.about-inner {
		padding: 20px 15px 117px 15px;
		margin-left: 20px;
	}
	.about-inner h2,
	.about-inner h2 .color-yellow {
		color: #4B5158;
		font-size: 20px;
		letter-spacing: 0;
	}
	.about-inner h2 .split {
		margin-left: 0;
	}
	.about-content {
		font-size: 12px;
		margin: 35px 5px 0 -35px;
		padding: 25px 20px;
	}
	.about-content p {
		margin-bottom: 0;
	}
	.about-images {
		margin-top: -140px;
	}
	.yellow-box {
		height: 326px;
		width: 205px;
		float: right;
		margin-top: 0;
	}
	.about-images img {
		position: absolute;
		top: 60px;
		right: 20px;
		max-width: 230px;
	}
	.about-images .about-img2 {
		bottom: -40px;
		right: 120px;
	}
	.service-content {
		background-image: url("../images/service-bg-mobile.png");
		font-size: 16px;
	}
	.service-content .row {
		margin-bottom: 30px;
	}
	.service-content .col-md-6 {
		padding: 0 20px;
	}
	.service-content h2 {
		font-size: 20px;
		margin: 0 0 30px;
	}
	.service-content .row:first-child h2 {
		margin-top: -45px;
	}
	.service-content h2 span {
		font-size: 35px;
	}
	.service-content .col-md-6 img {
		margin: 0 auto 30px;
		display:block;
	}
	.ft-contact {
		padding: 45px 25px 40px;
	}
	.ft-contact h2 {
		font-size: 20px;
	}
	.ft-contact p {
		margin: 30px 0;
	}
	.btn-yellow {
		font-size: 20px;
		padding: 10px;
	}
	.ft-content {
		font-size: 12px;
		padding: 35px 0 20px;
		text-align: center;
	}
	.ft-logo img {
		max-width: 105px;
	}
	.ft-social {
		margin-top: 35px;
	}
	.ft-social-item {
		max-width: 180px;
	}
	.ft-social-item img {
		max-width: 26px;
	}
	.ft-phones span {
		font-size: 14px;
		margin: 6px 0 0;
		display: block;
	}
	.copyright {
		font-size: 12px;
		padding: 5px 15px;
	}
	.entry-content h2 {
		font-size: 25px;
		margin: 40px 0 60px;
	}
	.entry-content h2::before {
		border-left: 130px solid transparent;
		border-right: 130px solid transparent;
		border-top: 28px solid #FFD89E;
		left: calc(50% - 130px);
		top: 17px;
	}
	.entry-content {
		font-size: 12px;
		padding: 0 50px 50px 50px;
	}
	.works-content {
		padding: 25px 0 30px;
	}
	.works-content .row {
		border: none;
		margin-bottom: 50px;
		padding: 0 40px;
	}
	.works-content .col-md-7 {
		padding-left: 0;
		font-size: 12px;
		line-height: 1.8;
	}
	.works-content h3 {
		font-size: 25px;
	}
	.works-content h3 span {
		font-size: 35px;
		margin: 0 25px 0 15px;
	}
	.works-content .col-md-7 img {
		margin-bottom: 25px;
	}
	.requirement-content {
		padding: 20px 50px 50px 50px;
	}
	.requirement-content .row {
		padding: 12px 0;
	}
	.director-msg {
		margin-bottom: 35px;
	}
	.massage-content .row h3,
	.massage-content .row h3 span{
		font-size: 17px;
	}
	.massage-content {
		margin-bottom: 40px;
	}
	.director-msg .col-md-6 {
		padding: 0 40px;
	}
	.massage-content .row img {
		margin: 0 auto 30px;
		display: block;
		max-width: 70%;
	}
	.site-manager-msg h3 span {
		display: inline-block;
	}
	.company-profile {
		padding-bottom: 60px;
	}
	.profile-content {
		padding: 20px 30px 0;
	}
	.profile-content .row .col-4 {
		min-height: 72px;
	}
	.profile-content .row .col-8 {
		padding-left: 40px;
	}
	.contact-info,
	.cf-wrap p {
		font-size: 12px;
		max-width: 250px;
		margin: 0 auto;
	}
	.contact-info {
		padding: 40px 0 10px;
	}
	.contact-info p {
		margin-bottom: 20px;
	}
	.contact-form {
		padding: 40px 30px 60px;
	}
	.contact-form .row {
		min-height: 68px;
		padding: 15px 0;
	}
	.contact-form .form-control {
		height: 33px;
		max-width: 188px;
		font-size: 12px;
	}
	.contact-form textarea.form-control {
		height: 85px;
		max-width: 194px;
	}
	.contact-form .form-check label::before {
		width: 10px;
		height: 10px;
		left: -18px;
		top: 5px;
	}
	.contact-form .row .col-3 {
		width: 120px;
	}
	.contact-form .row .col-9 {
		width: calc(100% - 120px);
	}
	.contact-form .btn-yellow {
		margin-top: 50px;
		max-width: 270px;
		padding: 21px;
	}

}


/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {
	.about-images .about-img2 {
		right: 70px;
	}

}
