@charset "utf-8";

/* google fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');*/

/* プロパティ定義 */
:root {
  --main-color: #316745;
  --menu-background-color: rgba(0,0,0,0.2);
  --border-color: rgba(255,255,255,0.5);
  --border-color-focus: rgba(255,255,255,0.9);
  --box-background-color: rgb(25 42 17 / 37%);
  --input-background-color: rgba(255,255,255,0.85);
  --input-color: #000000;
  --h2-color: #c4a466;
  --required-color: #ff7a7a;
  --error-color: #ff7a7a;
  --new-background-color: #ff7a7a;
  --new-color: #ffffff;
  --dialog-background-color: rgba(0,0,0,0.4);
  --dialog-frame-background-color: rgb(23 81 30 / 70%);
  --dialog-header-background-color: rgba(255,255,255,0.2);
  --dialog-contents-background-color: rgb(4 45 9 / 85%);
  --dialog-footer-background-color: rgba(255,255,255,0.2);
}

/* --------------------------------------------------------------------
タグスタイル標準化
-------------------------------------------------------------------- */
:root {
	font-size: 16px;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #ddd;
	font-family: "Noto Sans JP";
	line-height: 2;
	background: var(--main-color);
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,input,textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
a {
	color: #ffffff;
	text-decoration: none;
}

/* --------------------------------------------------------------------
共通スタイル
-------------------------------------------------------------------- */
span > a,
article > a {
	background: linear-gradient(#0000, #0000 75%, var(--new-background-color) 80%, var(--new-background-color) 85%, #0000 90%, #0000);
}
span > a:hover,
article > a:hover {
	background: none;
	color: var(--new-background-color);
}
i.open-tab {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.2em;
	background: url(../img/open-tab.svg);
	background-position: center;
	background-size: contain;
	vertical-align: baseline;
}

/* --------------------------------------------------------------------
コンテナ（ページ全体を示す領域）
-------------------------------------------------------------------- */
.container {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.container.single {
	position: fixed;
	height: 100%;
	overflow: auto;
}

/* --------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------- */
.header {
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 100;
	width: 100px;
	height: 100%;
	border-right: var(--border-color) 1px solid;
}
.header .logo {
	display: block;
	text-align: center;
	border-bottom: var(--border-color) 1px solid;
	height: 100px;
}
.header .logo a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.header .logo a img {
	display: block;
	width: 50px;
	height: 40px;
}

/* メニュー */
.header .menubar {
	margin-bottom: 50px;
}
.header .menubar .menu-item {
	font-size: 0.9rem;
	position: relative;
	border-bottom: #fff 1px solid;
	border-bottom: var(--border-color) 1px solid;
	overflow: hidden;
}
.header .menubar .menu-item a {
	display:  block;
	width: 100%;
	height: 100px;
	padding-left: 40px;
	overflow: hidden;
	line-height: 100px;
	text-decoration: none;
}
.header .menubar .menu-item.current a {
	background-color: rgba(255,255,255,0.2);
}
.header .menubar .menu-item a span {
	display: inline;
	opacity: 0;
}
.header .menubar .menu-item a img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
/* PC */
@media screen and (min-width:801px){
	.header {
		transition: 0.5s;
	}
	.header:hover {
		width: 150px;
		overflow: auto;
		background-color: var(--menu-background-color);
	}
	.header .menubar .menu-item a {
		transition: padding-left 0.5s;
	}
	.header:hover .menubar .menu-item a:hover {
		background-color: rgba(255,255,255,0.2);
		color: #fff;
	}
	.header:hover .menubar .menu-item a {
		padding-left: 20px;
	}
	.header .menubar .menu-item a span {
		transition: 0.5s;
	}
	.header:hover .menubar .menu-item a span {
		opacity: 1;
	}
}
/* スマホ */
@media screen and (max-width:800px){
	.header {
		z-index: 997;
		width: 100%;
		height: auto;
		overflow: visible;
		background: linear-gradient(#000,transparent);
		border: none;
	}
	.header:hover {
		overflow: visible;
		background-color: rgba(0,0,0,0);
	}
	/* ロゴ */
	.header .logo {
		width: 80px;
		border: none;
	}
	/* メニューボタン */
	.header .menubar_hdr {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 999;
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: #fff 5px solid;
	}
	.header #drawer-switch-sp:not(:checked) ~ .menubar_hdr {
		background: url(../img/menu-open.svg) no-repeat center;
		background-size: 60%;
	}
	.header #drawer-switch-sp:checked ~ .menubar_hdr {
		background: url(../img/menu-close.svg) no-repeat center;
		background-size: 60%;
	}
	/* メニュー */
	.header .menubar {
		position: fixed;
		top: 0px;
		z-index: 998;
		display: none;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: rgba(0,0,0,0.8);
		border-bottom: #fff 1px solid;
		animation-name: menubar;
		animation-duration: 0.5s;
		animation-fill-mode: both;
	}
	.header #drawer-switch-sp:checked ~ .menubar {
		display: block;
	}
	.header .menubar .menu-item a {
		padding-left: 40px;
	}
	.header .menubar .menu-item.current a {
		background-color: initial;
	}
	.header .menubar .menu-item a span {
		opacity: 1;
	}
	@keyframes menubar {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
}

/* --------------------------------------------------------------------
フッター
-------------------------------------------------------------------- */
.footer {
	position: absolute;
	bottom: 100px;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 10px;
	text-align: right;
	box-sizing: border-box;
}
.container.single .footer {
	bottom: 5px;
}

/* --------------------------------------------------------------------
ページトップリンク
-------------------------------------------------------------------- */
.container.single + .goto-pagetop {
	display: none;
}
.goto-pagetop {
	position: fixed;
	bottom: 20px;
	right: 3%;
	z-index: 100;
	display: block;
	width: 40px;
	height: 40px;
	/*background: var(--main-color);*/
	border: #fff 5px solid;
	border-radius: 50%;
	opacity: 0.7;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
.goto-pagetop img {
	position: absolute;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
}
.goto-pagetop:hover {
	opacity: 1;
}

/* --------------------------------------------------------------------
コンテンツ
-------------------------------------------------------------------- */
.contents {
	width: 100%;
	height: 100%;
	padding: 20px 5% 70px calc(110px + 5%);
	box-sizing: border-box;
}
.contents h2 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: var(--h2-color);
}
.contents h2::first-letter {
	border-left: var(--h2-color) 10px solid;
	padding-left: 15px;
}
@media screen and (max-width:800px){
	.contents {
		padding-top: 90px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* --------------------------------------------------------------------
セクション
-------------------------------------------------------------------- */
section.box {
	background: var(--box-background-color);
	padding: 4%;
	margin-bottom: 30px;
	border: var(--border-color) 1px solid;
}

/* --------------------------------------------------------------------
テーブル
-------------------------------------------------------------------- */
.table1 {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1rem;
}
.table1 caption {
	border: #fff 1px solid;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	background: #000;
}
.table1, .table1 td, .table1 th {
	word-break: break-all;
	border: var(--border-color) 1px solid;
	padding: 10px;
}
.table1 th {
	width: 140px;
	text-align: center;
}
.table1 td {
	white-space: normal;
}
.table1 td[data-umo-name="skill"] {
	word-break: break-word;
}
@media screen and (max-width:800px){
	.table1, .table1 tbody, .table1 tr, .table1 th, .table1 td {
		display: block;
		margin: 0;
		box-sizing: border-box;
	}
	.table1, .table1 tbody, .table1 tr {
		padding: 0;
		border: none;
	}
	.table1 th {
		/*display: inline-block;*/
		width: 100% !important;
		padding: 0px 10px;
		background-color: var(--box-background-color);
		border-bottom: none;
		border-radius: 5px 5px 0 0;
		text-align: left;
	}
	.table1 td {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* --------------------------------------------------------------------
タイル表示
-------------------------------------------------------------------- */
.tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.tile .item {
	position: relative;
	display: block;
	width: calc( (100% - 20px * 2) / 3);
	height: auto;
	overflow: hidden;
	margin: 0 0px 20px 0;
	border: var(--border-color);
	border-radius: 9%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.tile .item.-dummy {
	height: 0;
	visibility: hidden;
	margin-bottom: 0;
}
.tile .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.tile .item .caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: flex;
	width: 100%;
	height: 2.65rem;
	align-items: center;
	justify-content: center;
	background: #000;
	background: rgba(0,0,0,0.5);
	padding: 5px 0;
	line-height: 1;
	text-align: center;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 2;
}
.tile .item .item-inner {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	opacity: 0.6;
	transition: 0.5s;
	z-index: 1;
}
.tile .item:hover .item-inner {
	opacity: 1;
	transform: scale(1.03);
	transition: 0.5s;
}
.tile .item .item-inner a {
	display: none;
	text-decoration: none;
	opacity: 0;
}
.tile .item .item-inner a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}
.tile .item .info-icon {
	display: none;
	
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15%;
	height: 15%;
	background: url(../img/icon_info.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	background-color: rgba(0,0,0,0.7);
	border: rgba(0,0,0,0.7) 5px solid;
	border-radius: 50%;
	opacity: 0.7;
	cursor: pointer;
	transition: 0.3s;
	z-index: 2;
}
.tile .item:hover .info-icon {
	border-color: var(--new-background-color);
}
.tile .item .info-icon:hover {
	background-color: var(--new-background-color);
	border-color: var(--new-background-color);
	opacity: 1.0;
}
.tile .item .info-icon span {
	display: none;
}
@media screen and (max-width:800px){
	.tile .item {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 0 10vh 0;
		border: var(--border-color);
	}
	.tile .item .item-inner {
		opacity: 1;
	}
	.tile .item .caption {
		top: 5px;
		right: 5px;
		bottom: unset;
		left: 5px;
		width: unset;
	}
	.tile .item .info-icon {
		top: unset;
		bottom: 5px;
	}
}

/* --------------------------------------------------------------------
フォーム関連
-------------------------------------------------------------------- */
button {
	padding: 5px 20px;
	background: linear-gradient(to bottom, rgba(244,244,244,0.8), rgba(214,214,214,0.8));
	border: #bbbbbb 1px solid;
	border-radius: 5px;
	color: #333;
	font-size: 1rem;
	cursor: pointer;
}
button:hover {
	background: linear-gradient(to bottom, rgb(244,244,244), rgb(214,214,214));
}
input, textarea {
	padding: 5px;
	box-sizing: border-box;
	background-color: var(--input-background-color);
	border: var(--border-color) 1px solid;
	color: var(--input-color);
	resize: vertical;
	outline: none;
}
input:focus, textarea:focus {
	border: var(--border-color-focus) 1px solid;
}
input.-name {
	width: 50%;
}
input.-email {
	width: 90%;
}
textarea {
	display: block;
	width: 100%;
	height: 200px;
	line-height: 1.5;
}
label input[type="radio"] {
	width: 1rem;
    height: 1rem;
	vertical-align: middle;
	cursor: pointer;
}
label input[type="radio"] + span {
	padding-left: 0.5rem;
	line-height: 1rem;
    vertical-align: middle;
	cursor: pointer;
}
.required {
	color: var(--required-color);
}
.error {
	padding: 5px;
	margin-top: 5px;
	color: var(--error-color);
}
.error-top {
	margin-bottom: 20px;
	text-align: center;
	color: var(--error-color);
}
.error:empty,
.error-top:empty {
	display: none;
}
.error,
.error-top {
	animation-name: error-flash;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
@keyframes error-flash {
	0% { color: var(--error-color); }
	30% { color: var(--error-color); }
	40% { color: #fff; }
	50% { color: var(--error-color); }
	100% { color: var(--error-color); }
}
@media screen and (max-width:800px){
	input.-name,
	input.-email,
	textarea {
		width: 100%;
	}
	textarea {
		height: 100px;
	}
}

/* --------------------------------------------------------------------
新着情報
-------------------------------------------------------------------- */
.news {
	padding-right: 6%;
	padding-left: 6%;
}
.news dl {
	height: 100px;
	overflow: hidden;
	color: #C0C0C0;
}
.news dl:hover {
	overflow: auto;
}
.news dt {
	float: left;
	width: 8em;
	letter-spacing: 0.1em;
}
.news dd {
	padding-left: 7em;
}
.news dd article {
	display: inline;
}
.news .newicon {
	background: var(--new-background-color);
	color: var(--new-color);
	font-size: 0.7rem;
	padding: 2px 5px;
	border-radius: 3px;
	margin: 0px 5px;
	vertical-align: middle;
}
@media screen and (max-width:800px){
	.news dl {
		height: 200px;
		overflow: auto;
	}
	.news dt {
		float: none;
		width: 100%;
		font-size: 0.8rem;
	}
	.news dd {
		margin-bottom: 10px;
		padding-left: 0;
		line-height: 1.5;
	}
}

/* --------------------------------------------------------------------
フェードイン
-------------------------------------------------------------------- */
.fade-in {
	position: relative;
	animation-name: fade-in;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-delay: 0s;
}
.fade-in.delay5 {
	animation-delay: 0.5s;
}
@keyframes fade-in {
	0% { opacity: 0; top: 20px; }
	100% { opacity: 1; top: 0px; }
}

/* --------------------------------------------------------------------
バックグラウンド　スライダー
-------------------------------------------------------------------- */
.background-slider {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	z-index: -1;
}
.background-slider .slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	animation-duration: 120s;
	animation-timing-function: linear;
	animation-iteration-count:infinite;
	animation-fill-mode: both;
}
.background-slider .slide.main-visual {
	background: url(../img/wname1000.png) no-repeat;
	background-position: center 40%;
	background-size: 50% auto;
	animation-name: background-main-visual;
	animation-delay: 0s;
}
@media screen and (max-width:800px){
	.background-slider .slide.main-visual {
		background-position: center 30%;
	}
}
.background-slider .slide.slide1 {
	background: url(../img/grove1.jpg) no-repeat center center/cover;
	animation-name: background-slide;
	animation-delay: 60s;
}
.background-slider .slide.slide2 {
	background: url(../img/grove2.jpg) no-repeat center center/cover;
	animation-name: background-slide;
	animation-delay: 120s;
}
.background-slider .slide.slide3 {
	background: url(../img/grove3.jpg) no-repeat center center/cover;
	animation-name: background-slide;
	animation-delay: 180s;
}
@keyframes background-main-visual {
	0% { opacity: 0.8; }
	18% { opacity: 0.7; }
	28% { opacity: 0.4; }
	80% { opacity: 0.4; }
	90% { opacity: 0.7; }
	100% { opacity: 0.8; }
}
@keyframes background-slide {
	0% { opacity: 0; transform: scale(1); }
	30% { opacity: 1; }
	70% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.2); }
}

/* --------------------------------------------------------------------
umo-dialogオーバーライド
-------------------------------------------------------------------- */
.umo-dialog {
	background-color: var(--dialog-background-color);
	transition: 0.5s;
}
.umo-dialog > .-frame {
	max-width: 80%;
	padding: 1px;
	background-color: var(--dialog-frame-background-color);
	border: var(--border-color) 1px solid;
}
.umo-dialog > .-frame > .-header {
	background-color: var(--dialog-header-background-color);
}
.umo-dialog > .-frame > .-contents {
	padding: 20px;
	background-color: var(--dialog-contents-background-color);
}
.umo-dialog > .-frame > .-contents .table1 {
	margin: 0;
}
.umo-dialog > .-frame > .-contents .table1 .th {
	width: 200px;
}
.umo-dialog > .-frame > .-footer {
	background-color: var(--dialog-footer-background-color);
}
.umo-dialog .notice:empty {
	display: none;
}

@media screen and (max-width:800px){
	.umo-dialog > .-frame {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}
}

/* --------------------------------------------------------------------
ページ別スタイル
-------------------------------------------------------------------- */

/* ホーム */
.page-home .background-slider {
	background-image: url(../img/home.jpg);
	background-position: center;
	background-size: cover;
}
.page-home .contents {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: auto;
}
.page-home .contents #main {
	padding-left: 10%;
	padding-right: 10%;
}
@media screen and (max-width:800px){
	.page-home .contents {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: auto;
	}
}

/* 会社概要 */
.page-company .background-slider {
	background-image: url(../img/company.jpg);
	background-position: center;
	background-size: cover;
}
@media screen and (max-width:800px){
	.table1 th {
		width: 70px;
	}
}

/* 開発実績 */
.page-works .background-slider {
	background-image: url(../img/works.jpg);
	background-position: center;
	background-size: cover;
}

/* ギャラリー */
.page-gallery .background-slider {
	background-image: url(../img/gallery.jpg);
	background-position: center;
	background-size: cover;
}

/* 問い合わせ */
.page-contact .background-slider {
	background-image: url(../img/contact.jpg);
	background-position: center;
	background-size: cover;
}
.page-contact .table1 th {
    width: 170px;
}

/**/
.grecaptcha-badge {
	/*display: none;*/
}