@charset "utf-8";
.company-contents .company-in-block:not(:last-of-type){
	margin-bottom: 80px;
	
}

.lb-nav a.lb-next,.lb-nav a.lb-prev {
	opacity: 1!important;
}

#sec-company,#sec-access {
	display: none;
}

#sec-contact .jenous-contact .cmn-btn {
	height: 70px;
  	width: 400px;
	margin: 20px 0 0;
}

#sec-contact .jenous-contact .cmn-btn::before {
	color: #b09450;
	font: 900 1.5rem / 1 'Font Awesome 5 Free';
	content: "\f35d";
	background: transparent;
	font-size: 1.6rem;
	top: 46%;
	right: 0;
}

#sec-contact .cmn-btn:hover::before{
	color: #fff;
}

#sec-contact .cmn-btn-txt {
	line-height: 1.4;
}


@media screen and (max-width: 768px) {
	.company-contents .company-in-block:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.cmn-company .company-ttl {
		display: block;
	}
	.cmn-company .company-ttl-ja {
		margin: 10px 0 0;
	}
}



/* -----------------------------------------------------------
    intro-area
-------------------------------------------------------------- */
.intro-area {
	margin-bottom: 60px;
}

.intro-area .intro-header {
	line-height: 1.8;
	letter-spacing: .05em;
	margin: 0 0 30px;
}

.intro-area .outline-ttl {
	color: #ad9b82;
	font: 400 2.3rem/1'Poppins', sans-serif;
	margin: 0 0 10px;
	padding: 0 20px;
	letter-spacing: .05em;
}

.intro-area .intro-contents {
	padding: 20px 5px 25px 25px;
	border: 6px solid #f0f0ef;
}

.outline-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.outline-list li {
	page-break-inside: avoid;
	break-inside: avoid;
	/*width: calc( ( 100% - 100px ) / 3 );*/
	width: fit-content;
	margin: 0 30px 10px 0;
}

/*
.outline-list li:nth-child(3n) {
	margin-right: 0;
}
*/

.outline-list a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.3;
	padding: 12px 5px 15px 30px;
	border-bottom: 1px solid #bbb;
	letter-spacing: .05em;
	position: relative;
}

.outline-list a i::before {
	color: #d9bd4d;
	font-size: 1.8rem;
	line-height: 0;
	left: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

@media screen and (max-width: 768px) {
	
	.intro-area {
		margin-bottom: 40px;
	}
	
	.intro-area .intro-header {
		margin: 0 0 20px;
	}
	
	.intro-area .intro-contents {
		padding: 15px 15px 0;
	}
	
	.intro-area .outline-ttl {
		font-size: 2.5rem;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.outline-list {
		border-left: none;
		column-count: unset;
		padding: 0;
		width: 100%;
	}
	
	.outline-list li {
		width: 100%;
		margin: 0 0 5px;
	}
	
	.outline-list li:last-child a {
		border-bottom: none;
	}
	
	.outline-list a {
		padding: 10px 5px 10px 25px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	
	.outline-list a i::before {
		font-size: 1.5rem;
		margin: 1px 0 0;
	}
	
	.outline-area .outline-ttl {
		font-size: 3rem;
		margin: 0 0 5px;
		text-align: center;
	}
	
	.outline-area .outline-ttl img {
		width: 100px;
	}
	
	.outline-area .outline::after {
		border-width: 25px 25px 0 0;
	}
	
	.outline-list a .fa {
		margin: 0 5px 0 0;
		padding: 0 3px;
	}
	
}


/* -----------------------------------------------------------
    about
-------------------------------------------------------------- */
#sec-about .about-contents {
	margin: 30px 0 0;
}

#sec-about .about-contents .img{
	width: 400px;
	height: 280px;
	margin: 0 30px 10px 0;
	float: left;
}

#sec-about .about-contents .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec-about .about-contents p {
	letter-spacing: .05em;
	line-height: 2;
}

#sec-about .about-contents p:not(:first-of-type) {
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	
	#sec-about .about-contents {
		margin: 15px 0 0;
	}
	
	#sec-about .about-contents p:not(:first-of-type) {
		margin-top: 15px;
	}
}


/* -----------------------------------------------------------
    works
-------------------------------------------------------------- */
#sec-works .works-contents {
	margin: 40px 0 0;
}

/*   works gallery共通                               */
#sec-works .cmn-large {
	align-items: center;
	background: #e9e9e9;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	position: relative;
}

#sec-works .cmn-large::before {
	font-size: 1.8rem!important;
	height: 30px;
	width: 30px;
}

#sec-works .cmn-large img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec-works .cmn-gallery .thumb-s {
	cursor: pointer;
	display: block;
	position: relative;
}

#sec-works .cmn-gallery .thumb-s::before,
#sec-works .cmn-large::before {
	align-items: center;
	bottom: 0;
	background: #cdb34a;
	color: #fff;
	content: "\f00e";
	display: flex;
	font: 900 1.2rem/1 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
	justify-content: center;
}

#sec-works .cmn-gallery .thumb-s::before {
	height: 20px;
	width: 20px;
}

#sec-works .cmn-gallery .thumb-s img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*   works-box                                 */
#sec-works .works-box {
	margin: 0 0 40px;
}

#sec-works .works-box-img {
	display: flex;
}

#sec-works .works-box .large-wrap {
	display: flex;
}

#sec-works .works-box .cmn-large {
	width:370px;
	height: 300px;
}

#sec-works .works-box .cmn-gallery {
	margin: 0 0 0 20px;;
}

#sec-works .works-box .cmn-gallery .thumb-s {
	height: 70px;
	width: 70px;
	margin: 0 0 6px;
}

/*   works-box  figure-wrap                    */
#sec-works .figure-wrap .logo {
	align-items: center;
	width: 90px;
	height: 95px;
	display: flex;
	justify-content: center;
	float: left;
	margin: 15px 20px 0 0;
	background: #f0f0ef;
	padding: 5px 8px;
}

#sec-works .figure-wrap .logo img {
	max-width: 100%;
	max-height: 100%;
}

#sec-works .figure-wrap p {
	width: calc( 100% - 110px );
	float: right;
}

#sec-works .figure-wrap .note1 {
	font-size: 2.5rem;
	margin: 5px 0 0;
	border-bottom: dotted 1px;
	padding: 0 0 5px;
	letter-spacing: .03em;
}

#sec-works .figure-wrap .note1 span {
	font-size: 1.7rem;
}

#sec-works .figure-wrap .note2 {
	margin: 5px 0 0;
	line-height: 1.8;
	letter-spacing: .05em;
}

/*   works-archive                               */
.works-archive {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 35px;
	margin: 60px 0 0;
}

.works-archive .archive-box {
	width: calc( ( 100% - 70px ) / 3 );
}

.works-archive .archive-img {
	height: 208px;
}

.works-archive .archive-box img {
	width: 100%;
}

.works-archive .cmn-gallery {
	display: flex;
	height: 60px;
}

.works-archive .cmn-gallery .thumb-s {
	width: calc( 100% / 3 );
	height: 60px;
}

.works-archive .archive-name {
	text-align: center;
	margin: 0;
	background: #646260;
	color: #fff;
	letter-spacing: .07em;
	line-height: 1;
	padding: 6px 5px;
}

.works-archive .archive-name span{
	font-size: 1.6rem;
	margin: 0 0 0 5px;
}


@media screen and (max-width: 768px) {
	
	#sec-works .works-contents {
		margin: 20px 0 0;
	}

	/*   works gallery共通                               */
	#sec-works .cmn-large::before {
		font-size: 1.3rem!important;
		width: 22px;
		height: 22px;
	}
	
	#sec-works .cmn-gallery .thumb-s::before {
		font-size: 1rem;
		width: 15px;
		height: 15px;
	}
	
	/*   works-box                               */
	#sec-works .works-box {
		margin: 0 0 30px;
	}
	
	#sec-works .works-box-img {
		display: block;
	}
	
	#sec-works .works-box .cmn-large {
		width: 50%;
		height: 34vw;
	}
	
	#sec-works .works-box .cmn-gallery {
		margin: 10px 0 0;
		display: flex;
	}
	
	#sec-works .works-box .cmn-gallery .thumb-s {
		height: 70px;
		width: calc( 100% / 4 );
		margin: 0 0 6px;
	}
	
	/*   works-box   figure-wrap                 */
	#sec-works .figure-wrap figcaption {
		margin: 10px 0 0;
	}
	
	#sec-works .figure-wrap .logo {
		width: 60px;
		height: 35px;
		margin: 10px 10px 0 0;
	}
	
	#sec-works .figure-wrap .note1 {
		font-size: 1.8rem;
		margin: 10px 0 0 0;
		width: calc( 100% - 70px );
	}
	
	#sec-works .figure-wrap .note1 span {

		font-size: 1.2rem;
	}
	
	#sec-works .figure-wrap .note2 {
		width: 100%;
		margin: 10px 0 0;
	}
	
	/*   works-archive                               */
	.works-archive {
		row-gap: 20px;
		column-gap: 15px;
		margin: 30px 0 0;
	}
	
	.works-archive .archive-box {
		width: calc( ( 100% - 15px ) / 2 );
	}
	
	.works-archive .archive-img {
		height: 34vw
	}
	
	.works-archive .cmn-gallery .thumb-s {
		height: 40px;
	}
	
	.works-archive .archive-name {
		font-size: 1.4rem;
	}
	
	.works-archive .cmn-gallery {
		height: 11vw;
	}
	
}



/* -----------------------------------------------------------
    access
-------------------------------------------------------------- */
#sec-access iframe {
	width: 100%;
	height: 300px;
	margin: 30px 0 0;
}


@media screen and (max-width: 768px) {
	#sec-access iframe {
		height: 200px;
		margin: 20px 0 0;
	}
}

/* -----------------------------------------------------------
    staff
-------------------------------------------------------------- */
#sec-staff .staff-box-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 30px;
	margin: 30px 0 0;
}

#sec-staff .staff-box {
	width: calc( ( 100% - 60px ) / 3 );
}

#sec-staff .staff-box .img {
	text-align: center;
	height: 300px;
}

#sec-staff .staff-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec-staff .staff-box .name {
	text-align: center;
	margin: 15px 0 0;
}

#sec-staff .staff-box .name img {
	height: 22px;
}

#sec-staff .staff-box .voice {
	margin: 15px 0 0;
}

#sec-staff .staff-box .profile {
	background: #f0f0ef;
	font-size: 1.5rem;
	margin: 20px 0 0;
	padding: 12px 10px 15px;
}

#sec-staff .staff-box .profile li:not(:first-child) {
	margin-top: 15px;
}


@media screen and (max-width: 768px) {

	#sec-staff .staff-box-wrap {
		row-gap: 30px;
		column-gap: 15px;
		margin: 20px 0 0;
	}
	
	#sec-staff .staff-box {
		width: 100%;
		display: flex;
	}
	
	#sec-staff .staff-box .img {
		height: 50vw;
		margin: 0 15px 0 0;
		flex-shrink: 0;
		width: 40vw;
	}
	
	#sec-staff .staff-box .name {
		text-align: left;
		margin: 5px 0 0;
	}
	
	#sec-staff .staff-box .name img {
		height: auto;
		max-width: 200px;
		width: 100%;
		max-height: 20px;
	}
	
	#sec-staff .staff-box .voice {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	
	#sec-staff .staff-box .profile {
		margin: 10px 0 0;
		padding: 10px;
		font-size: 1.4rem;
	}
	
	#sec-staff .staff-box .profile li {
		line-height: 1.3;
	}
	
	#sec-staff .staff-box .profile li:not(:first-child) {
		margin-top: 8px;
	}

}


/* -----------------------------------------------------------
    contact
-------------------------------------------------------------- */
.jenous-contact {
	margin: 30px 0 0;
}

.jenous-contact .btn-wrap {
	align-items: center;
	display: flex;
	margin: 20px 0 0;
	padding: 25px 30px;
	border: 6px solid #f0f0ef;
	width: fit-content;
}

.jenous-contact .btn-tel .num {
	color: var(--main);
	font: bold 3rem / 1 'Poppins', sans-serif;
	letter-spacing: .08em;
	position: relative;
	padding: 0 0 0 30px;
}

.jenous-contact .btn-tel .num::before {
	position: absolute;
	content: "\f879";
	display: block;
	top: 40%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
	left: 0;
	font: 900 2.3rem / 1 'Font Awesome 5 Free';
	font-weight: 900;
}

.jenous-contact .btn-tel .time {
	font-size: 1.45rem;
}

.jenous-contact .btn-mail {
	margin: 0 0 0 30px;
}

.jenous-contact .btn-mail a {
}

.jenous-contact .btn-mail .cmn-btn-txt {
	font-size: 1.7rem;
}

.jenous-contact .cmn-btn i {
	color: #b09450;
	margin: 0 0 0 5px;
	transition: .3s;
}

.jenous-contact .cmn-btn-link:hover i {
	color: #fff;
}

.jenous-contact .btn-mail.cmn-btn::before {
	display: none;
}

@media screen and (max-width: 768px) {

	.jenous-contact {
		margin: 10px 0 0;
	}
	
	.jenous-contact .btn-wrap {
		display: block;
		margin: 15px 0 0;
		padding: 20px 15px;
		width: 100%;
	}
	
	.jenous-contact .btn-wrap li{
		width: fit-content;
		margin: 0 auto;
	}
	
	.jenous-contact .btn-tel a {
		color: #262b2d;
		text-decoration: none;
	}
	
	.jenous-contact .btn-mail {
		margin: 25px auto 0!important;
	}

}


