/*!
 * Start Bootstrap - Creative v5.1.3 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer, header, nav, section {
	display: block;
}
html{
	font-size: 62.5%;
	-webkit-text-size-adjust:100%
}
body {
	margin: 0;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background-color: #fff;
}
h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	color: #f4623a;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #217fc4;
	//text-decoration:underline;
	//border-bottom:1px solid;}
img {
	vertical-align: middle;
	border-style: none;
}
table {
	border-collapse: collapse;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
th , td {
vertical-align: top;
}
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input {
	overflow: visible;
}
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
h1, h2, h3 {
	margin-bottom: 0.5rem;
	line-height: 1.2;
}


.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


@media (min-width: 576px) {
.container {
	max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
	max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
	max-width: 960px;
}
}

@media (min-width: 1250px) {
.container {
	max-width: 1280px;
}
}


.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-lg-10 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}


@media (min-width: 992px) {
.col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
}


.btn {
	color: #fff;
	font-size: 1.4rem;
	border: 1px #fa641f solid;
	padding: 8px 40px 8px 20px;
	background: url(../img/next.svg) right 16px center no-repeat;
	background-size: 12px 12px;
	transition-duration: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
	-webkit-transition: none;
	transition: none;
}
}

.btn:hover {
	color: #fa641f;
	text-decoration: none;
}
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
}
.btn:disabled {
	opacity: 0.65;
}
.btn-primary {
	color: #fff;
	background-color: #ed702d;
	border-color: #ed702d;
	transition-duration: 0.5s;
}
.btn-primary:hover {
	color: #fff;
	background-color: #f03300;
	border-color: #f03300;
}
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
}
.btn-primary:disabled {
	color: #fff;
	background-color: #f4623a;
	border-color: #f4623a;
}




.collapse:not(.show) {
	display: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	//padding-top:0.3125rem;
	//padding-bottom:0.3125rem;
	//margin-right:1rem;
	//font-size:1.25rem;line-height:inherit;white-space:nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-collapse {
	height: 60px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


@media screen and (max-width: 767px) {
.navbar-expand-lg >.container {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
}

@media (min-width: 767px) {
	.navbar-expand-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand-lg>.container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
}


.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.bg-primary {
	background-color: #303050!important;
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.h-100 {
	height: 100%!important;
}
.ml-auto {
	margin-left: auto!important;
}
.text-center {
	text-align: center!important;
}
	body {
	width: 100%;
	height: 100%;
}
.btn-xl {
	//padding:1.25rem 2.25rem;
	//font-size:0.85rem;
	//font-weight:700;
	//text-transform:uppercase;border:none;border-radius:10rem;
}
.page-section {
	padding: 8rem 0;
}


@media screen and (max-width: 767px) {
.page-section {
	padding: 6rem 0;
}
}


#main
Nav {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
#mainNav .navbar-nav .nav-item .nav-link {
	color: #000;
	font-weight: 500;
	font-size: 1.6rem;
	padding: 1.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
	color: #303050;
	text-decoration: none;
	border-bottom: 0px;
}
#mainNav {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
#mainNav .navbar-brand {
	width: 230px;
	height: auto;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
	color: #217fc4 !important;
}


@media screen and (max-width: 767px) {
#mainNav .navbar-brand {
	width: 180px;
	height: auto;
	padding: 6px 0;
}
}


ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.sp-block {
	display: none;
}


@media screen and (max-width: 767px) {
.sp-block {
	display: block;
}
}


.col_l {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col__l {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
.col_l {
	width: 100%;
	display: inline-block;
}
}



#mainNav .navbar-brand:hover {
	color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link {
	color: #000;
	padding: 0 2rem;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #217fc4;
	text-decoration: none;
	border-bottom: 0px;
}
#mainNav .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

#mainNav.navbar-scrolled {
	//-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	//box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.9);
}
#mainNav.navbar-scrolled .navbar-brand {
	color: #212529;
}
#mainNav.navbar-scrolled .navbar-brand:hover {
color: #f4623a;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
color: #212529;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
color: #217fc4;
}

.navbar-collapse {
	height: 60px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header.masthead {
	height: 100vh;
	padding-top: 10rem;
	padding-bottom: calc(10rem - 82px);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url("../img/bg-masthead.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}


header.masthead h1 {
	font-size: 3.0rem;
	color: #303050;
	font-weight: 200;
	text-align:left;
	line-height: 2.0em;
	padding-top: 100px;
	padding-left: 100px;
}


@media screen and (max-width: 767px) {
header.masthead {
	height: 100vh;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url("../img/bg-masthead_mb.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}
header.masthead h1 {
	font-size: 1.7rem;
	padding-left: 0px;
}
.col-lg-10 {
	display: flex;
	justify-content: center;
}
}

@media screen and (max-width: 767px) {
header.masthead h1 {
	padding-top: 60px;
	padding-left: 0px;
}
}
@media screen and (max-width: 767px) and (orientation:landscape){
header.masthead h1 {
	padding-top: 0px;
	padding-left: 0px;
}
}




#services {
	color: #fff;
	letter-spacing: 0.1em;
}
#services .link a {
	color: #fff;
	font-size: 1.2rem;
}
#services .link a:hover {
	border-bottom: 1px solid;
}
#services h2 {
    font-size: 3.6rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
#services h3 {
	font-size: 2.0rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 40px 0 8px 0;
}
#services p {
	font-size: 1.4rem;
}
#services .l-container_narrow {
	width: 600px;
	margin: 0 auto;
}
#services .cap-images {
	width: 450px;
	margin: 20px auto;
}
#services .cap-images li {
	width: 196px;
}

@media screen and (max-width: 767px) {
#services .cap-images {
	width: 100%;
}
#services .cap-images li {
	width: 50%;
	padding: 0 20px;
}
#services h2 {
    font-size: 2.6rem;
	margin-bottom: 30px;
}
}

#services .eng {
	font-weight: 200;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.9em;
}
#services .web_services {
	margin: 60px auto 0 auto;
}
#services .web_services li {
	width: calc(50% - 30px);
}
#services .web_services .title {
	font-size: 2.0rem;
	font-weight: 500;
}
#services .web_services .link a {
	font-size: 1.2rem;
}
#services .web_services .description {
	font-size: 1.3rem;
	padding: 2em 0 0 0;
	line-height: 2.0em;
	text-align: left;
}


@media screen and (max-width: 767px) {
#services .eng {
	padding-bottom: 20px;
}
#services .web_services li {
	width: 100%;
	padding-bottom: 50px;
}
#services .web_services li:last-child {
	padding-bottom: 0;
}
#services .web_services .description {
	font-size: 1.2rem;
}
}

@media screen and (max-width: 767px) {
#services .l-container_narrow {
	width: 100%;
}
}


#about {
	background-color: #efefef;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
#about h2 {
	color: #303050;
	font-size: 3.6rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
#about h3 {
	color: #303050;
	font-size: 2.4rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	padding: 60px 0;
}
#about .about-table li {
	width: calc(50% - 20px);
}
#about table {
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: separate;
}
#about table th, #about table td {
	padding: 10px 10px;
}
#about table th {
	color: #808080;
	font-weight: 300;
}
#about table td ul {
	margin-left: 1em;
}
#about table td ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -10px;
	top: -3px;
}


@media screen and (max-width: 767px) {
#about{
	background-color: #efefef;
}
#about h2 {
	font-size: 2.6rem;
	margin-bottom: 30px;
}
#about h3 {
	font-size: 2.0rem;
	letter-spacing: 0.0em;
	padding: 60px 0 10px 0;
}
#about .eng-table {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px #ddd solid;
}
#about table {
	width: 100%;
	font-size: 1.4rem;
	text-align: left;
}
#about .about-table li {
	width: 100%;
}
#about table th, #about table td {
	padding: 8px 8px;
}
#about .history-table th, #about .history-table td {
	width: 100%;
	display: block;
}
#about .history-table th{
	padding: 16px 8px 0px 8px;
}
}


#portfolio {
	background-color: #e6e6e6;
	color: #4d4d4d;
}
#portfolio .portfolio_container {
	width: 830px;
}
#portfolio .portfolio_h3 {
	padding: 0px 0 60px 0;
}
#portfolio li {
	width: 200px;
}
#portfolio .post {
	font-size: 1.3rem;
	letter-spacing: 0em;
}
#portfolio .name {
	font-size: 2.0rem;
	padding: 4px 0;
}
#portfolio .note-eng {
	padding: 20px 0 20px 0;
}


@media screen and (max-width: 767px) {
#portfolio .portfolio_container {
	width: 100%;
}
#portfolio .portfolio_h3 {
	padding: 0px 0 30px 0;
}
#portfolio li {
	padding-bottom: 50px;
}
#portfolio li:last-child {
	padding-bottom: 0;
}
#portfolio .note-eng {
	padding: 16px 0 10px 0;
}
#portfolio .post {
	font-size: 1.2rem;
}
#portfolio .name {
	font-size: 1.8rem;
}
}

#contact{
	background-color: #efefef;
}
#contact h2 {
	color: #303050;
	font-size: 3.6rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
#contact a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 40px;
}
#contact a:hover {
	border: 0px;
}
#contact .btn-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#contact .inquiry {
	font-size: 1.6rem;
	font-weight: 200;
	margin: 0;
}
#contact .inquiry-eng {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 4px 0 0 0;
	letter-spacing: 0.08em;
}


@media screen and (max-width: 767px) {
#contact{
	background-color: #efefef;
	padding: 10rem 0;
}
.bg-footer {
	height: auto;
	padding: 24px 0;
	font-size: 1.1rem;
}
#contact h2 {
	font-size: 2.6rem;
	margin-bottom: 40px;
}
#contact .inquiry {
	font-size: 1.4rem;
}
#contact .inquiry-eng {
	font-size: 1.2rem;
}
}


.bg-footer {
	width: 100%;
	height: 100px;
	background-color: #303050;
	display:-ms-flexbox;
	display: flex;
	text-align:center;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 200;
	letter-spacing: 0.05em;
}


@media screen and (max-width: 767px) {
.bg-footer {
	height: auto;
	padding: 24px 0;
	font-size: 1.1rem;
}
}


