@charset "utf-8";
/*--------------------------------------------------------------
 * Common
--------------------------------------------------------------*/
html,
body {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
body.is-menu-open {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,strong,th {
	font-weight: 600;
}
.en {
	font-family: alex-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.mn {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:visited {}
a:hover,
a:active {
	color: #7f9db7;
	text-decoration: none;
}
::selection {
	background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
	background: rgba(0, 144, 202, 0.5); /* Firefox */
}

/*--------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.center {
	text-align: center;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 834 */
@media (max-width: 834px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_view.inline {
		display: inline-block;
	}
	.sp_none {
		display: none!important;
	}
}
/* base */
.content {
	width: auto;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* .pd_std */
/*--------------------------------------------------------------*/
.pd_std {
	padding: 130px 0;
}
.pd_std.tzero {
	padding: 0 0 130px 0;
}
.pd_std.bzero {
	padding: 130px 0 0 0;
}
.pd_std2 {
	padding: 90px 0;
}
.pd_std2.tzero {
	padding: 0 0 90px 0;
}
.pd_std2.bzero {
	padding: 90px 0 0 0;
}
/* 1000 */
@media (max-width: 1000px) {
	.pd_std {
		padding: max(13.0vw, 90px) 0 max(13.0vw, 90px) 0;
	}
	.pd_std.tzero {
		padding: 0 0 max(13.0vw, 90px) 0;
	}
	.pd_std.bzero {
		padding: max(13.0vw, 90px) 0 0 0;
	}
	.pd_std2 {
		padding: max(9vw, 70px) 0 max(9vw, 70px) 0;
	}
	.pd_std2.tzero {
		padding: 0 0 max(9.0vw, 70px) 0;
	}
	.pd_std2.bzero {
		padding: max(9.0vw, 70px) 0 0 0;
	}
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	width: 100%;
	height: 100svh!important;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}
#header h1 img {
	max-width: 300px;
	width: 70%;
}
#header .opa {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------*/
/* #header SP MENU関連 */
/*--------------------------------------------------------------*/
/* sp_menu_btn */
#sp_menu_btn {
	width: 45px;
	position: fixed;
	top: 30px;
	right: 25px;
	cursor: pointer;
	z-index: 99;
	transition: top .3s ease;
}
#open {
	position: relative;
	height: 25px;
	width: 45px;
}
.menu_line {
	background: #ddd;
	display: block;
	height: 2px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
body.sub .menu_line,
#header.fixed .menu_line,
.menu--active .menu_line {
	background: #000;
}
body.is-pc #sp_menu_btn:hover .menu_line {
	background: #777;
}
body.is-pc #header.fixed #sp_menu_btn:hover .menu_line {
	background: #777;
}
.menu_line-center {
	top: 11px;
}
.menu_line-bottom {
	bottom: 1px;
}
.menu--active .menu_line-top {
	top: 10px;
	transform: rotate(45deg);
}
.menu--active .menu_line-center {
	display: none;
}
.menu--active .menu_line-bottom {
	top: 10px;
	bottom: initial;
	transform: rotate(315deg);
}
body.is-pc.menu--active #sp_menu_btn:hover .menu_line {
	background: #777;
}
/* sp_menu_right */
.sp_menu_right {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: -100%;
	top: 0;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 75%;
	padding: 60px 10px 20px 25px;
	z-index: 98;
	-webkit-overflow-scrolling: touch;
}
.menu--active .sp_menu_right {
	right: 0;
	margin-left: 0;
}
.sp_menu_right ul.nav li {
	padding: 0 0 15px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	display: inline-block;
	line-height: 1.2;
}
/* sp_menu_left */
.sp_menu_left {
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-image: linear-gradient(201deg, rgba(0, 0, 0, 1), rgba(61, 61, 61, 1));
	position: fixed;
	left: -100%;
	top: 0;
	height: 100vh;
	width: 25%;
	text-align: center;
	z-index: 98;
}
.sp_menu_left .mark {
	padding: 4vw;
}
.sp_menu_left .mark img {
	max-width: 147px;
}
.menu--active .sp_menu_left {
	left: 0;
}
/* 1000 */
@media (max-width: 1000px) {
	/* sp_menu_btn */
	#sp_menu_btn {
		display: block;
	}
}
/* 580 */
@media (max-width: 580px) {
	#sp_menu_btn {
		top: 25px;
		right: 15px;
	}
	/* left */
	.sp_menu_right .flex .left {
		width: 50%;
	}
	.sp_menu_right .flex .left a {
		font-size: 1.5rem;
	}
	/* right */
	.sp_menu_right .flex .right {
		width: 50%;
	}
	.sp_menu_right .flex .right a {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------*/
/* TOP -> COMMON -> header.type01 */
/*--------------------------------------------------------------*/
header.type01 {
	text-align: center;
	margin-bottom: 40px;
}
header.type01 span.en {
	line-height: 1.2;
	font-size: 7.0rem;
	color: #c9caca;
}
header.type01 h1 {
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.14em;
}
/* 1000 */
@media (max-width: 1200px) {
	header.type01 span.en {
		font-size: max(5.83vw, 4.5rem);
	}
	header.type01 h1 {
		font-size: max(2.5vw, 2.1rem);
	}
}

/*--------------------------------------------------------------*/
/* TOP -> About */
/*--------------------------------------------------------------*/
#About p.txt {
	font-weight: bold;
	max-width: 800px;
	margin: 0 auto 100px auto;
	line-height: 2.2;
}
#About .bnr {
	text-align: center;
}
#About .bnr a img {
	transition: .3s ease;
}
#About .bnr a:hover img {
	opacity: 0.7;
}
/* 580 */
@media (max-width: 580px) {
	#About p.txt {
		line-height: 2.0;
		margin: 0 auto 76px auto;
	}
}

/*--------------------------------------------------------------*/
/* TOP -> WorksHo */
/*--------------------------------------------------------------*/
#WorksHo {
	background: url(../images/WorksHo_bk.jpg) no-repeat;
	background-size: cover;
}
#WorksHo header h1 {
	color: #fff;
}
.photos {
	padding: 0 40px;
}
.photos ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 2.5%;
}
.photos ul li {
	width: calc(92.5% / 4);
}
.photos ul li img {
	border-radius: 10px;
}
/* 1000 */
@media (max-width: 1000px) {
	.photos ul {
		gap: 3vw 2.5%;
	}
	.photos ul li {
		width: calc(97.5% / 2);
	}
}
/* 580 */
@media (max-width: 580px) {
	.photos {
		padding: 0 12px;
	}
	.photos ul {
		gap: 3vw 4%;
	}
	.photos ul li {
		width: calc(96.0% / 2);
	}
}

/*--------------------------------------------------------------*/
/* TOP -> Bussiness */
/*--------------------------------------------------------------*/
#Bussiness {
	background: url(../images/Bussiness_bk.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin: 5vw 0;
}
#Bussiness header.type01 {
	margin-bottom: 70px;
}
#Bussiness header h1 {
	color: #fff;
}
#Bussiness dl {
	display: flex;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}
#Bussiness dl dt,
#Bussiness dl dd {
	font-size: 2.0rem;
}
#Bussiness dl dt::after {
	content: ":";
	margin: 0 5px;
}
#Bussiness p.txt {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	line-height: 2;
}
/* 1200 */
@media (max-width: 1200px) {
	#Bussiness {
		margin: 60px 0;
	}
	#Bussiness dl dt,
	#Bussiness dl dd {
		font-size: max(1.66vw, 1.7rem);
	}
	#Bussiness p.txt {
		font-size: max(1.5vw, 1.5rem);
	}
}
/* 630 */
@media (max-width: 630px) {
	#Bussiness dl {
		display: block;
	}
	#Bussiness dl dt {
		font-weight: normal;
	}
	#Bussiness dl dd {
		margin-bottom: 15px;
		font-weight: normal;
		padding-left: 15px;
	}
	#Bussiness p.txt {
		text-align: left;
		margin-top: 30px;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------------*/
/* TOP -> WorksDo */
/*--------------------------------------------------------------*/
#WorksDo {
	background: url(../images/WorksDo_bk.jpg) no-repeat;
	background-size: cover;
}
#WorksDo header h1 {
	color: #fff;
}

/*--------------------------------------------------------------*/
/* TOP -> Access */
/*--------------------------------------------------------------*/
#Access header.type01 {
	margin-bottom: 70px;
}
#Access header.type01 span.en {
	color: #000;
}
#Access iframe {
	width: 100%;
	height: 600px;
}
/* 1000 */
@media (max-width: 1000px) {
	#Access header.type01 {
		margin-bottom: max(7vw, 50px);
	}
}

/*--------------------------------------------------------------*/
/* SideNav */
/*--------------------------------------------------------------*/
ul#SideNav {
	position: fixed;
	top: 30%;
	right: 0;
	gap: 8px 0;
	z-index: 9;
}
ul#SideNav li:nth-child(1) a {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 40px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	line-height: 1;
	background: url(../images/sidenav01_bk.png);
	color: #fff;
	border-radius: 10px 0 0 10px;
	transition: .3s ease;
	cursor: pointer;
}
ul#SideNav li:nth-child(1) a:hover {
	border-radius: 6px 0 0 6px;
	opacity: 0.8;
}
ul#SideNav li:nth-child(2) {
	background: url(../images/sidenav02_bk.png);
}
ul#SideNav li:nth-child(3) {
	background: url(../images/sidenav03_bk.png);
}
ul#SideNav li:nth-child(2),
ul#SideNav li:nth-child(3) {
	aspect-ratio: 1 / 1;
	width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	line-height: 1;
	transition: .3s ease;
	cursor: pointer;
	margin-left: 4px;
	margin-top: 8px;
	border-radius: 10px 0 0 10px;
}
ul#SideNav li:nth-child(2) a,
ul#SideNav li:nth-child(3) a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
ul#SideNav li:nth-child(2):hover {
	border-radius: 6px 0 0 6px;
	opacity: 0.8;
}
ul#SideNav li:nth-child(3):hover {
	border-radius: 6px 0 0 6px;
	opacity: 0.8;
}
ul#SideNav li i {
	color: #fff;
}

/*--------------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------------*/
footer .bnr {
	text-align: center;
	margin-bottom: 100px;
}
footer ul.photos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3vw 3%;
	margin-bottom: 60px;
	padding: 0;
}
footer ul.photos li {
	width: calc(94% / 3);
}
footer div.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 4%;
}
footer div.flex .logo {
	width: 46.0%;
}
footer div.flex address {
	width: 50.0%;
}
footer div.flex address .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 1px 20px;
}
footer div.flex address .wrap span {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 2px;
}
footer div.flex address .wrap span span.big {
	font-size: 3.3rem;
	font-weight: bold;
}
/* copy */
#Copy {
	text-align: center;
	border-top: 1px solid #231815;
	padding: 33px 0 30px 0;
	font-size: 1.2rem;
}
#Copy a {
	font-size: 1.2rem;
}
/* 1000 */
@media (max-width: 1000px) {
	footer .bnr {
		margin-bottom: max(10vw, 40px);
	}
}
/* 690 */
@media (max-width: 690px) {
	footer div.flex .logo {
		width: 100%;
		text-align: center;
	}
	footer div.flex .logo img {
		width: 75%;
	}
	footer div.flex address {
		width: 100.0%;
		text-align: center;
	}
	footer div.flex address .wrap {
		gap: 1px 20px;
		display: inline;
	}
	footer div.flex address .wrap > span {
		display: block;
		margin-bottom: 5px;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer ul.photos li:nth-child(1) {
		margin: 0 20px;
	}
	footer ul.photos li {
		width: calc(97% / 2);
	}
}

