@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700&display=swap&subset=japanese'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700&display=swap');

/*************************************************
	ベース設定
	
	濃い青色：#1d3d3f
	黄色ぽい：#dbdd4e
*************************************************/
body {
	position: relative;
}
body, h1, h2, h3, p, dd, dt, dl, li, td {
    font-family: 'Montserrat', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.sans-serif{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
h1, h2 {
	font-weight: 700;
}
h3, h4 {
	font-weight: 300;
}
ul {
	list-style: none;
}
dt {
	font-weight: 700;
}
body {
	box-sizing: border-box;
	position: relative;
}
ul {
	list-style: none;
}
img {
	max-width: 100%;
}
.ma {
	margin-left: auto;
	margin-right: auto;
}
.db {
	display: block;
}
.di {
	display: inline-block;
}
.bgc {
	background: #ccc;
}
.bgd {
	background: #ddd;
}
.bd-ccc {
	border: thin solid #ccc;
}
.bd-ddd {
	border: thin solid #ddd;
}
.bg-ccc {
	backgrond: #ccc;
}
.bg-ddd {
	backgrond: #ddd;
}
.bs {
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.f28 {
	font-size: 28px;
}
.f32 {
	font-size: 32px;
}
.f36 {
	font-size: 36px;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.ja-lr {
	writing-mode: vertical-lr;
}
.ja-rl {
	writing-mode: vertical-rl;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
a {
	transition: .3s;
}
a:hover {
	text-decoration: none;
}
.float-l {
	float: left;
}
.float-l:after {
	clear: left;
}
.float-r {
	float: right;
}
.float-r:after {
	clear: right;
}

.w5 { width: 5%; } .w10 { width: 10%; } .w15 { width: 15%; } .w20 { width: 20%; } .w30 { width: 30%; } .w40 { width: 40%; } 
.w50 { width: 50%; } .w60 { width: 60%; } .w70 { width: 70%; } .w80 { width: 80%; } .w90 { width: 90%; }

.m5p { margin: 5px; } .m10p { margin: 10px; } .m15p { margin: 15px; } .m20p { margin: 20px; } .m30p { margin: 30px; } .m40p { margin: 40px; }
.m05e { margin: 0.5em; } .m1e { margin: 1em; } .m2e { margin: 2em; } .m3e { margin: 3em; } .m4e { margin: 4em; } .m5e { margin: 5em; }

.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt120 {
	margin-top: 120px;
}
.mt140 {
	margin-top: 140px;
}
.mt160 {
	margin-top: 160px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb140 {
	margin-bottom: 140px;
}
.mb160 {
	margin-bottom: 160px;
}
.mt1e {
	margin-top: 1em;
}
.mt2e {
	margin-top: 2em;
}
.mt3e {
	margin-top: 3em;
}
.ml1e {
	margin-left: 1em;
}
.ml2e {
	margin-left: 2em;
}
.ml3e {
	margin-left: 3em;
}
.mr1e {
	margin-right: 1em;
}
.mr2e {
	margin-right: 2em;
}
.mr3e {
	margin-right: 3em;
}
.mb1e {
	margin-bottom: 1em;
}
.mb2e {
	margin-bottom: 2em;
}
.mb3e {
	margin-bottom: 3em;
}
.p5p {
	padding: 5px;
}
.p10p {
	padding: 10px;
}
.p15p {
	padding: 15px;
}
.p05e {
	padding: 0.5em;
}
.p1e {
	padding: 1em;
}
.p1-5e {
	padding: 1.5em;
}
.p2e {
	padding: 2em;
}
.p3e {
	padding: 3em;
}
.pt1e {
	padding-top: 1em;
}
.pt2e {
	padding-top: 2em;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
.pb1e { padding-bottom: 1em; } .pb2e { padding-bottom: 2em; } .pb3e { padding-bottom: 3em; } .pb4e { padding-bottom: 4em; } .pb5e { padding-bottom: 5em; }

.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.en {
	font-size: 1.17em;
}
/*******************************************************************

Bootstrapの変更

********************************************************************/
nav.navbar {
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: thin solid rgba(255, 255, 255, 0.7);
	transition: .5s;
}
nav.line {
	border-bottom: thin solid rgba(19, 61, 63, 0.4);
	background-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}
ul.navbar-nav {
	font-size: 14px;
}
ul.navbar-nav li {
	margin-left: 1.5em;
}
.navbar-light .navbar-nav .nav-link, footer .nav-link, .navbar-light .navbar-nav .nav-link:visited {
    color: #1d3d3f;
    transition: .3s;
}
.navbar-light .navbar-nav .nav-link:hover,  footer .nav-link, .navbar-nav span.navbar-text a:hover {
    color: #333;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:hover {
	color: #ffcc00;
}

.navbar-toggler {
  border-color: #fff;
  background-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav span.navbar-text a, .footer .nav-link a {
	color: #777;
}
.nav-link {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.nav-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #aeb027;
	transition: .3s;
}
.nav-link:hover:after {
	width: 100%;
}
@media screen and (max-width: 992px) {
	.nav-link {
		margin-bottom: 1em;
	}
	.nav-link:first-child {
		margin-top: 1em;
	}
}
/*******************************************************************

トップページ

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

ヘッダー

--------------------*/
.top-page header {
	position: relative;
	height: auto;
	min-height: 100vh;
}
.top-page .header-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-page .header-inner h1 {
	font-size: 46px;
	color: #191917;
}
.top-page .header-inner span {
	font-size: 0.85em;
	font-weight: 300;
	padding-left: 0.5em;
}
.top-page .header-inner h1:first-letter {
	font-size: 1.1em;
}
.tate-box {
	position: absolute;
	top: 100px;
	right: 60px;
	writing-mode: vertical-rl;
	color: #1d3d3f;
}
.tate-box2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	writing-mode: vertical-lr;
	padding: 2em;
	background: rgba(0, 0, 0, 0.9);
}
.tate-box p, .tate-box2 p {
	font-size: 24px;
	margin-left: 0.3em;
	letter-spacing: 6px;
}
.tate-box2 p {
	margin-left: 0;
	letter-spacing: 2px;
	color: #dbdd4e;
}
.tate-box p:nth-child(2) {
	text-indent: 1em;
}
.top-video {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	z-index: -10;
	margin: 0;
	padding: 0;
}
.header-inner h1, .tate-box p {
	opacity: 0;
}
.tate-box p:nth-child(1) {
	animation: string 0.7s ease 1s 1 forwards;
}
.tate-box p:nth-child(2) {
	animation: string 0.7s ease 2s 1 forwards;
}
.header-inner h1 {
	animation: string 1.5s ease 3s 1 forwards;
}
.tate-box2 p {
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes string {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
    0% {
    	opacity: 0;
    }
    100% {
		opacity: 1;
	}
}
@media screen and (max-width: 1200px) {
	.tate-box p, .tate-box2 p {
		font-size: 18px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 992px) {
	.top-page .header-inner h1 {
		font-size: 32px;
	}
	.tate-box {
		top: 100px;
	}
	.tate-box2 {
		writing-mode: horizontal-tb;
		padding: 2em 1em;
	}
	.tate-box p, .tate-box2 p {
		font-size: 16px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 768px) {
}
/* -----------------

セクション

--------------------*/
.contents {
	position: relative;
}
.contents h2 {
	color: #1d3d3f;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 60px;

}
.contents .row1 .col1, .contents .row2 .col1 {
	position: relative;
}
.contents p.message {
	margin: 0 3em 3em 0;
	
}
.bottom-box {
	background: #dbdd4e;
	text-align: center;
}
.bottom-box-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
.bottom-box img {
	margin: 15px 0;
}
.bottom-box p {
	font-size: 12px;
}
a.button {
	margin-top: 60px;
	margin-right: 3em;
	display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border: thin solid #1d3d3f;
	color: #1d3d3f;
	width: 170px;
	text-align: center;

}
a.button:hover {
	color: #dbdd4e;
	background: #386063;
}
.idea-box1 {
	height: 100%;
	background-image: url(../img/idea1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	box-shadow: rgba(50, 50, 50, 0.1) 2px 2px 24px 6px;
}
.row1 {
	margin-top: 140px;
	margin-bottom: 140px;
}
.row2 {
	margin-bottom: 140px;
}
@media screen and (max-width: 992px) {
	.contents p.message {
		margin: 40px 1em;
	}
	a.button {
		margin-top: 0px;
		margin-right: 1em;
	}
	.row1 {
		margin-top: 100px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 768px) {
	.hito-row  {
		padding: 40px 0;
	}
	.hito-row h2 img, .line-box {
		width: 50%;
	}
	.line-box {
		margin: 40px auto;
	}
}
/*******************************************************************

ローディング用（PACE.js）

********************************************************************/
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #b3b52d;
	position: fixed;
	z-index: 2000;
	top: 50%;
	right: 100%;
	width: 100%;
	height: 1px;
}
.pace-running .wrap {
	display:none;
}
.wrap {
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 10;
}
/*******************************************************************

全ページ共通

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

フッター

--------------------*/
footer {
	color: #777;
}
footer ul {
	margin: 0 auto;
	padding-left: 0;
}
footer li a.nav-link {
	font-size: 12px;
	padding-left: 2em;
	padding-right: 2em;
}
.isms {
	margin-right: 1.5em;
}
.copy {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-size: 12px;
	color: #dbdd4e;
	background: #111;
	text-align: center;
}
/*******************************************************************

一般ページ（共通設定、一括設定）

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

ヘッダー

--------------------*/
.main-page header {
	padding-top: 70px;
	padding-bottom: 40px;
	background: url(../img/vision1.webp);
	background-size: cover;
	background-attachment: fixed;
}
.main-page.project header {
	padding-top: 70px;
	padding-bottom: 40px;
	background: url(../img/project1.webp);
	background-size: cover;
	background-attachment: fixed;	
}
.main-page.contact header {
	background: url(../img/contact1.webp);
	background-size: cover;
	background-attachment: fixed;	
}
.main-page.privacy header {
	background: url(../img/privacy1.jpg);
	background-size: cover;
	background-attachment: fixed;	
}
.main-page.profile header {
	background: url(../img/profile1.webp);
	background-size: cover;
	background-attachment: fixed;	
}
.main-page.error header {
	background: url(../img/error1.jpg);
	background-size: contain;
	background-attachment: fixed;	
}
.tate-rl {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	width: 100%;
	height: 350px;
}
.tate-rl p {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.main-page header h1 {
	color: #1d3d3f;
	font-size: 46px;
	font-weight: 700;
}
.main-page header h2 {
	padding: 1em 0.5em;
	background: rgba(0,0,0,0.9);
	color: #dbdd4e;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}
.main-page header h2 img {
	height: 150px;
}
.main-page header p {
	margin-left: 1em;
	color: #1d3d3f;
}
.main-page.contact header, .main-page.privacy header, .main-page.profile header {
	padding-top: 40px;
	padding-bottom: 20px;
}
/*
.main-page.contact header h2 {
	width: 50%;
	padding: 0.5em;
	font-size: 24px;
}
.main-page.privacy header h2 {
	width: 50%;
	padding: 0.75em;
	font-size: 14px;
	line-height: 1.75em;
}
*/
/* -----------------

セクション

--------------------*/
.middle {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #efefef;
}
.middle.middle2 { /* VISIONページ */
	background: #dbdd4e;
	margin-bottom: 100px;
}
.middle.middle3 { /* PROJECTページ */
	background: #fff;
}
.middle-box {
	position: relative;
	background: #dbdd4e;
}
.middle.middle2 .middle-box {
	background: #dbdd4e;
	background: #efefef;
}
.org-chart { /* PROFILEページ */
	margin-top: 100px;
	margin-bottom: 100px;
}
@media screen and (max-width: 544px) {
	.middle.middle2 {
		margin-bottom: 0;
	}
}
.contact .box, .privacy .box, .error .box {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 2em;
	color: #1d3d3f;
	box-shadow:rgba(238, 238, 238, 0.4) 0px 0px 24px 20px;
}
/*******************************************************************

VISION

********************************************************************/
.sentence {
	margin: 100px 0 100px -100px;
	padding: 40px;
}
.sentence .fb {
	color: #1d3d3f;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.middle.middle2 .sentence {
	margin: 100px -100px 100px 0;
	text-align: right;
}
@media screen and (max-width: 992px) {
	.sentence {
		margin: 0;
		text-align: left;
	}
	.middle.middle2 .sentence {
		margin:0;
		text-align: left;
	}
}
/*******************************************************************

PROJECT

********************************************************************/
.project-box {
	position: relative;
	transition: .3s;
}
.project-box:hover {
	cursor: pointer;
}
.project-box:hover img {
	opacity: 0.8;
	transition: .3s;
}
.project-box-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	transition: .3s;
}
.project-box h3 {
	color: #1d3d3f;
	font-weight: bold;
}
.project-box:hover h3 {
	color: #333;
}
.project-box:hover .modal-header h3 {
	color: #1d3d3f;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	display: block;
	background: #dbdd4e;
	border-bottom: 0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header h3 {
	text-align: center;
}
.modal-body img {
	display: block;
	margin: 0 auto 1em auto;
}
.modal-body a {
	margin-top: 1em;
	color: #1d3d3f;
	transition: .3s;
}
.modal-body a:hover {
	color: #1c595d;
}
.modal-body .oi-external-link {
	padding-left: 1em;
}
.modal-body .oi-brush {
	padding-right: 0.75em;
}
.modal-footer {
	/* background: #dbdd4e; */
}
.modal-footer .btn-sm {
	border-radius: 0;
	border: thin solid #555;
}
/*******************************************************************

PROFILE

********************************************************************/
.org-table {
	background: #dbdd4e;
	margin-bottom: 100px;
}
.chart {
	position: relative;
}
.chart > h2 {
	position: absolute;
	bottom: -0.75em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
	color: #1d3d3f;
	background: #fff;
	z-index: 11;
}
.chart .img-outer {
	/* border: thin solid orange; */
	padding: 1em;
}
.chart img {
	z-index: 10;

}
.chart p {
	color: #1d3d3f;
	display: block;
	margin: 0 auto 60px;
	padding: 0 2em;
}
.org-table table {
	width: 100%;
}
.org-table tr:nth-child(even) {
	background: #f0f0f0;
}
.org-table tr:nth-child(odd) {
	background: #f9f9f9;
}
.org-table th, .org-table td {
	padding: 1.2em 0 1.2em 1.5em;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.org-table th {
	font-weight: normal;
}
.org-table td > ul {
	padding-left: 0;
	list-style-type: square;
}
.org-table td > ul > li {
	padding-bottom: 1em;
}
.org-table td > ul > li > ul {
	padding-top: 0.3em;
	padding-left: 1em;
	list-style-type: circle;
}
.org-table td > ul > li > ul > li {
	padding-bottom: 0.3em;
}
caption {
	caption-side: top;
	text-align: center;
	color: #1d3d3f;
	font-weight: bold;
	font-size: 28px;
	padding-top: 80px;
	padding-bottom: 80px;
}
/*******************************************************************

CONTACT

********************************************************************/
.contact .box p{
	line-height: 2em;
}
.form-control, .form-control-lg {
	border-radius: 0;
	border: thin solid #ced4da;
}
textarea.form-control:focus, input:focus, input[type]:focus, .uneditable-input:focus, select.form-control:focus {
	outline: 0;
	box-shadow: none;
	border: thin solid #dbdd4e;
	background-color: #ffffff;
	transition: .3s;
}
.contact .btn {
	border-radius: 0;
}
.contact .btn-primary {
	background: #1d3d3f;
	border: thin solid #041e20;
	transition: .3s;
}
.contact .btn-primary:hover {
	background: #245053;
	border: thin solid #1d3d3f;
}
label {
	color:  #1d3d3f;
	font-size: 12px;
}
::placeholder {
	font-size: 0.9rem;
}
.formError .formErrorContent {
	background: #1d3d3f;
	border: thin solid #ddd;
	padding: 6px 10px;
	border-radius: 0;
}
.formError .formErrorArrow div {
	background: #1d3d3f;
}
/*******************************************************************

PRIVACY

********************************************************************/
.privacy .box.box2 {
	width: 80%;
	margin: 0 auto 80px;
	font-size: 14px;
}
.privacy .box.box2 p, .isms-desc dt, .isms-desc dd, .isms-desc li, .isms-desc p {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.privacy .middle {
	padding-bottom: 40px;
}
.privacy .box.box3 {
	box-shadow:rgba(238, 238, 238, 0.7) 0px 0px 24px 20px;
	background: #fff;
}
.privacy .box dd {
	font-size: 14px;
}
dl.isms {
	margin-top: 30px;
}
dl.isms dt, .isms-desc dl dt {
	color: #1d3d3f;
	font-weight: normal;
	font-size: 14px;
}
.isms-desc dl {
	margin-bottom: 1em;
}
.isms-desc dl dt {
	font-size: 16px;
	border:thin solid #1d3d3f;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
}
dl.isms dd, .isms-desc dd {
	padding: 0.25em 0 1em 1em;
	font-size: 14px;
}
.privacy h3 {
	color: #dbdd4e;
    font-size: 21px;
    background: #000;
    padding: 1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}
.privacy .tate-rl {
	columns: 16em;
	height: auto;
	overflow-y: scroll;
	border: thin solid #777;
	margin-top: 80px;
	padding: 1.5em;
	background: url(../img/paper.jpg);
}
.privacy .tate-rl dl {
	margin-left: 2em;
	paddinb-bottom: 1em;
}
.privacy .tate-rl ul {
	margin-top: 0;
	padding-top: 0;
}
.privacy .tate-rl dt {
	margin-left: 0.5em;
}
.privacy .tate-rl ol {
	list-style-type: cjk-ideographic;
	padding: 0;
	margin: 0 0.5em 1em 0;
}
.privacy .tate-rl li {
	list-style-type: cjk-ideographic;
	list-style-position: inside;
	margin-left: 0.5em;
}

