@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
 * 
 * Theme Name: Ark Child
 * Theme URI: https://bambooworks.co/ark/
 * Author: Takeshi Shibata
 * Author URI: https://bambooworks.co/
 * Description: WordPressテーマ「Ark」の子テーマ
 * Version: 1.0.8
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: arkchild
 * Template: ark
 * 
 *--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * BASIC
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

a:link,
a:visited {
	color: #222;
	text-decoration: underline;
	transition: .3s ease;
}

a:hover,
a:active {
	color: #222;
	opacity: 0.5;
	text-decoration: none;
	transition: .3s ease;
}

::-moz-selection {
	background: rgba(102, 102, 102, 0.8);
	color: #fff;
}

::selection {
	background: rgba(102, 102, 102, 0.8);
	color: #fff;
}

::-moz-selection {
	background: rgba(102, 102, 102, 0.8);
	color: #fff;
}

a:hover img,
a:active img {
	/*opacity: 0.5;*/
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * WEB FONTS
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.noto {
	font-family: 'Noto Serif', serif;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * FIRST VIEW
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

#first_view::before {
	display: block;
	content: '';
	width: 83%;
	height: 65vh;
	background: #e8f4fb;
	position: fixed;
	top: 0;
	left: 0;
}

@media (max-width: 960px) {

	.front #first_view {
		height: 70vh;
	}
}

@media (max-width: 560px) {

	.front #first_view {
		height: 51vh;
	}
	
	#first_view::before {
		width: 72%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * HEADER
 * 
 * 
--------------------------------------------------------------------------------*/

@media (min-width: 961px) {
	
	.front.layout_C #header > .inner {
		padding: 14vh 0 0 9vw;
	}

}

@media (max-width: 960px) {
	
	#body.layout_C #header {
		background: none;
		position: relative;
	}
	
	.front.layout_C #header > .inner {
		padding: 100px 0 0 6vw;
		display: inline-block;
		width: auto;
		height: auto;
	}

}

@media (max-width: 560px) {
	
	.front.layout_C #header > .inner {
		padding: 80px 0 0 6vw;
		display: inline-block;
		width: auto;
		height: auto;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * LOGO
 * 
 * 
--------------------------------------------------------------------------------*/

@media (min-width: 961px) {

	.front.layout_C #header .logo {
		max-width: 232px;
		margin-bottom: 38px;
	}

}

@media (max-width: 960px) {
	
	.front.layout_C #header .logo {
		max-width: 232px;
		margin-bottom: 0;
	}

}

@media (max-width: 560px) {
	
	.front.layout_C #header .logo {
		max-width: 180px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * GLOBAL NAVIGATION
 * 
 * 
--------------------------------------------------------------------------------*/

#g_nav {
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
}

#g_nav a:link,
#g_nav a:visited {
	color: #222;
	text-decoration: none;
}

#g_nav a:hover,
#g_nav a:active {
	color: #222;
	opacity: 0.5;
}

@media (min-width: 961px) {

}

@media (max-width: 960px) {
	
	#navicon {
		position: fixed;
	}
	
	#navicon a {
		opacity: 1;
	}
	
	#g_nav a:link,
	#g_nav a:visited {
		color: #fff;
		text-decoration: none;
	}

	#g_nav a:hover,
	#g_nav a:active {
		color: #fff;
		opacity: 1;
	}
	
	#g_nav > .inner {
		position: fixed;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SNS
 * 
 * 
--------------------------------------------------------------------------------*/

@media (min-width: 961px) {
	
	#header .sns {
		margin-top: 20px;
		font-size: 1.25rem;
	}

}

@media (max-width: 960px) {
	
	#header .sns {
		margin-top: 50px;
	}
	
	#header .sns ul {
		display: flex;
		justify-content: center;
	}
	
	#header .sns li a {
		border: 1px solid #666;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 25px;
		margin: 0 10px;
	}
	
	#header .sns li a::before {
		display: none;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * MAIN VISUAL
 * 
 * 
--------------------------------------------------------------------------------*/

#main_visual {
	padding-top: 20vh;
	width: 89%;
	height: 80vh;
	right: 0;
}

@media (min-width: 961px) {

}

@media (max-width: 960px) {
	
	#main_visual {
		padding-top: 0;
		width: 96%;
		height: 54vh;
		margin-top: -45px;
	}

}

@media (max-width: 560px) {
	
	#main_visual {
		width: 96%;
		height: 36vh;
		margin-top: -39px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * MAIN
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.hl {
	font-weight: 600;
}

.hl .en {
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

@media (max-width: 960px) {
	
	.hl {
		margin-bottom: 30px;
	}

}

@media (max-width: 560px) {
	
	.hl {
		margin-bottom: 20px;
	}
	
	.hl .en {
		font-size: 1.75rem;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * BIOGRAPHY
 * 
 * 
--------------------------------------------------------------------------------*/

#bio > .inner {
	max-width: 960px;
	/*max-width: 800px;*/
}

#bio .box {
	padding-bottom: 0;
}

#bio .desc {
	margin-bottom: 60px;
}

#bio .table_B th,
#bio .table_B td {
	padding: 1.5rem 1em 1.5em 0;
}

#bio .table_B th {
	width: 20%;
}

#bio .table_B td {
	width: 80%;
}

#bio .data td ul {
	margin-left: 0;
	margin-bottom: 0;
}

#bio .data td li {
	display: inline-block;
	margin-bottom: 0;
}

#bio .data td li::before {
	display: none;
}

#bio .data td li::after {
	display: inline;
	content: '/';
	margin: 0 0.5em;
}

#bio .data td li:last-of-type::after {
	display: none;
}

@media (max-width: 960px) {
	
	#bio {
		padding-top: 60px;
		padding-bottom: 40px;
	}

}

@media (max-width: 560px) {
	
	#bio {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	#bio .desc {
		margin-bottom: 30px;
	}
	
	#bio .table_B th,
	#bio .table_B td {
		padding: 1rem 1.5em 1em 0;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * PARALLAX 01
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 960px) {
	
	#para_01 {
		height: 50vh;
		margin-top: 0;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * WORKS
 * 
 * 
--------------------------------------------------------------------------------*/

#works > .inner {
	max-width: 960px;
}

#works .tab_head > .inner > * {
	width: 16%;
}

#works .tab_head {
	bottom: 0;
}

#works .tab_head::before {
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: #e3e7e3;
	position: absolute;
	bottom: 0;
	left: 0;
}

#works .tab_head > .inner > * {
	border: none;
	background: none;
	height: 50px;
	line-height: 50px;
	position: relative;
}

#works .tab_head > .inner > .active::before {
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: #7e9157;
	position: absolute;
	bottom: 0;
	left: 0;
}

#works .tab_body {
	border: none;
	padding: 30px 0 0;
}

#works .table table {
	width: 100%;
	max-width: 960px;
	white-space: normal;
}

#works .table th,
#works .table td {
	text-align: left;
	font-weight: 400;
	padding: 1.5em 0 1.5em;
}

#works .table th.year {
	width: 12%;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #cbd0cb;
}

#works .table td.title {
	width: 63%;
	padding-right: 3em;
	border-bottom: 1px solid #ddd;
}

#works .table td.staff {
	width: 25%;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 960px) {
	
	#works {
		padding-top: 60px;
		padding-bottom: 40px;
	}

}

@media (max-width: 560px) {
	
	#works {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	#works .table table {
		width: auto;
		white-space: nowrap;
	}
	
	#works .table th.year {
		padding-right: 2em;
	}
	
	#works .table th,
	#works .table td {
		padding: 1em 0;
	}
	
	#works .tab_head > .inner {
		flex-wrap: wrap;
	}
	
	#works .tab_head > .inner > * {
		width: 31%;
		border: 1px solid #ddd;
		margin-bottom: 2.5%;
		height: 45px;
		line-height: 45px;
		font-size: 1.125rem;
	}
	
	#works .tab_head > .inner > .active::before {
		display: none;
	}
	
	#works .tab_head::before {
		display: none;
	}
	
	#works .tab_head > .inner > .active {
		background: #7e9157;
		border-color: #7e9157;
		color: #fff;
	}
	
	#works .tab_body {
		padding: 0;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * PARALLAX 02
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 960px) {
	
	#para_02 {
		height: 50vh;
		margin-top: 0;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CONTACT
 * 
 * 
--------------------------------------------------------------------------------*/

#contact > .inner {
	max-width: 960px;
}

.mf table th > div > p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.mf table th .mark {
    background: #bbb;
	border-radius: 4px;
}

.mf .send input[type=submit] {
	background: #222;
	color: #fff;
}

.mf .send input[type=submit]:hover {
	background: #555;
}

.mf input[type=checkbox]:checked::after {
	border-left-color: #d94056;
	border-bottom-color: #d94056;
}

#contact_info {
	padding-top: 90px;
}

#contact_info .google_policy {
	width: 100%;
    padding-left: 0;
	font-size: 0.875rem;
}

@media (min-width: 961px) {
	
	.mf table th {
		width: 30%;
	}

	.mf table td {
		width: 70%;
	}

}

@media (max-width: 960px) {
	
	#contact {
		padding-top: 60px;
	}
	
	#contact_info {
		padding-top: 50px;
	}

}

@media (max-width: 560px) {
	
	#contact {
		padding-top: 40px;
	}
	
	#contact_info {
		padding-top: 10px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * FOOTER
 * 
 * 
--------------------------------------------------------------------------------*/

#footer {
	background: #222;
}

#footer a {
	color: #fff;
}

#footer > .inner {
	padding: 0;
}

#footer #copy {
	padding: 0;
	height: 60px;
	line-height: 60px;
    color: #fff;
}

#page_top {
	padding: 0;
}

#page_top a {
	border-radius: 0;
	opacity: 1;
}
