@charset "utf-8";

.indexContainer {
	max-width: 1115px;
	min-width: 1000px;
	padding: 0;
	margin: 0 auto;
	clear: both;	
}
div.midashiBox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}
#indexRecommendation div.midashiBox {
    justify-content: center;
    text-align: center;
}
#indexMerchandise div.midashiBox * {
	color: #fff;
}
div.midashiBox h2 {
	height: 65px;
	line-height: 20px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
}
#indexNews div.midashiBox h2 {
    height: 35px;
    line-height: 32px;
}
#indexLifeSign div.midashiBox h2 {
    height: auto!important;
    line-height: 60px;
    font-size: 5.0rem;
}
div.midashiBox h2 span {
	font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: var(--main-color);
    display: block;
    height: 20px;
    line-height: 17px;
    margin-bottom: 15px;
}
div.postLink a {
	display: block;
    padding: 5px 25px;
    border: solid 1px #e5e5e5;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

@media only screen and (max-width:999px) {
	
    .indexContainer {
        min-width: 100px;
        width: 100%;
        padding: 0 15px 0 15px;
    }
	div.midashiBox {
		display: block;
		margin-bottom: 25px;
	}
	#indexRecommendation div.midashiBox {
		justify-content: flex-start;
		text-align: left;
	}
	div.midashiBox h2 {
		height: auto;
		line-height: 1.5;
		font-size: 2.8rem;
	}
	#indexNews div.midashiBox h2 {
		height: auto;
		line-height: 1.5;
	}
	div.midashiBox h2 span {
		font-size: 1.8rem;
		height: auto;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	div.postLink {
		margin-top: 25px;
	}
	
}

/*--------------------------*/
/*--- topContents ---------*/
/*--------------------------*/

.mainimage img {
	display: block;
	width: 100%;
	height: calc(100vh - 80px);
	min-height: calc(720px - 80px);
    object-fit: cover;
}
.topContents {
	position: relative;
}
.topContents  div.mainText {
	width: 100%;
    /* height: calc(100vh - 155px); */
    /* min-height: calc(720px - 155px); */
    padding: 0 150px;
    position: absolute;
    bottom: 125px;
    z-index: 1;
}
.topContents div.main {
	font-size: 9.0rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
}
.topContents div.main > span {
	font-size: 7.0rem;
}
.topContents div.mainText .bottom {
	display: flex;
    justify-content: space-between;
    border-top: solid 2px #fff;
    padding-top: 25px;
}
.topContents div.sub {
	color: #fff;
	letter-spacing: 0.05rem;
}
.topContents div.sub > p:nth-of-type(1) {
	font-size: 2.8rem;
	margin-bottom: 10px;
}
.topContents div.sub > p:nth-of-type(2) {
	font-size: 1.8rem;
}
.topContents ul.btn {
	display: flex;
}
.topContents ul.btn li:nth-of-type(1) {
	margin-right: 25px;
}
.topContents ul.btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	letter-spacing: 0.1rem;
	text-decoration: none;
	position: relative;
}
.topContents ul.btn li:nth-of-type(1) a {
	width: 250px;
	background: var(--main-color2);
}
.topContents ul.btn li:nth-of-type(1) a::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-top: -14px;
    position: absolute;
	top: 50%;
    bottom: 0;
    right: 25px;    
}
.topContents ul.btn li:nth-of-type(2) a {
	width: 275px;
	border: solid 1px #fff;
}
.topContents ul.btn li:nth-of-type(2) a::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    margin-right: 10px;
}

@media only screen and (max-width:1440px) {
	
	
	.topContents  div.mainText {
		padding: 0 50px;
	}
	.topContents div.main {
		font-size: 7.0rem;
		margin-bottom: 25px;
	}
	.topContents div.main > span {
		font-size: 5.0rem;
	}
	.topContents div.sub {
		font-size: 2.0rem;
		margin-bottom: 25px;
	}
	
	
}
@media only screen and (max-width:999px) {
	
	.mainimage img { 
		height: calc(90vh - 60px);
		min-height: auto;
		object-position: top;
	}
	.topContents {
		margin-bottom: 25px;
	}
	.topContents div.mainText {
        padding: 0 15px;
        bottom: 25px;
	}
	.topContents div.main {
		font-size: 2.8rem;
        letter-spacing: 0.1rem;
        margin-bottom: 15px;
        line-height: 1.5;
	}
	.topContents div.mainText .bottom {
		display: block;
		padding-top: 15px;
	}
	.topContents div.sub {
		margin-bottom: 15px;
	}
	.topContents div.sub > p:nth-of-type(1) {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	.topContents div.sub > p:nth-of-type(2) {
		font-size: 1.6rem;
	}
	.topContents ul.btn > li {
		width: calc(( 100% - 15px ) / 2 );
	}
	.topContents ul.btn li:nth-of-type(1) {
		margin: 0 15px 0 0;
	}
	.topContents ul.btn li:nth-of-type(1) a {
		width: 100%;
		font-size: 1.4rem;
	}
	.topContents ul.btn li:nth-of-type(1) a::after {
		margin-top: -11px;
		right: 7.5px;
	}
	.topContents ul.btn li:nth-of-type(2) a {
		width: 100%;
		font-size: 1.4rem;
	}
	
}

/*--------------------------*/
/*--- indexService ---------*/
/*--------------------------*/

ul.serviceList {
	display: flex;
	margin-top: -75px;
	position: relative;
	z-index: 5;
}
ul.serviceList li {
	width: calc( 100% / 4 );
	overflow: hidden;
}
ul.serviceList li a {
	display: block;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
}
ul.serviceList li div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 5;
}
ul.serviceList li div::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    margin-top: 5px;
}
ul.serviceList li img {
	width: 100%;
	vertical-align: bottom;
	object-fit: cover;
	transition: all 0.3s;
}
ul.serviceList li:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

@media only screen and (max-width:999px) {
	
	ul.serviceList {
		flex-wrap: wrap;
		position: static;
		margin-top: 0;
	}
	ul.serviceList li {
		width: calc(( 100% - 15px ) / 2 );
		margin: 0 15px 15px 0;
		overflow: hidden;
	}
	ul.serviceList li:nth-of-type(2n) {
		margin: 0 0 15px 0;
	}
	ul.serviceList li a {
		font-size: 1.6rem;
	}
	ul.serviceList li div {
		bottom: 10px;
	}
	ul.serviceList li div::after {
		margin-top: 5px;
		font-size: 1.4rem;
	}

}

/*------------------------*/
/*--- indexNews ---------*/
/*------------------------*/

#indexNews div.indexContainer {
	padding: 100px 0 100px 125px;
	position: relative;
}
#indexNews div.indexContainer::before {
	content: 'NEWS';
    font-size: 6.0rem;
    font-weight: 700;
    color: #ccc;
    position: absolute;
    top: 165px;
    left: -60px;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    height: 50px;
    line-height: 40px;
}
ul.newsList li:last-child {
	border-bottom: solid 1px #ccc;
}
ul.newsList li {
	display: flex;
	align-items: center;
	padding: 25px 0;
	border-top: solid 1px #ccc;
	letter-spacing: 0.1rem;
}
div.date {
	margin-right: 25px;
}
div.title a {
	text-decoration: none;
	color: #333;
}

@media only screen and (max-width:999px) {
	
	#indexNews {
		padding: 60px 0 75px;
	}
	#indexNews div.indexContainer {
		padding: 75px 15px 75px 75px;
	}
	#indexNews div.indexContainer::before {
		content: 'NEWS';
		font-size: 4.0rem;
		top: 110px;
		left: -30px;
		height: 50px;
		line-height: 40px;
	}
	ul.newsList li:last-child {
		border-bottom: solid 1px #ccc;
	}
	ul.newsList li {
		display: block;
		padding: 15px 10px;
	}
	div.date {
		font-size: 1.4rem;
		margin-right: 0;
	}
	
}

/*--------------------------*/
/*--- indexGallery ---------*/
/*--------------------------*/

#indexGallery {
	display: grid;
	grid-template-columns: 60% 24% 16%;
	grid-template-rows: 400px 300px;
}
.gallery-items01 { grid-column: 1 / 2 ; grid-row: 1 / 3 ;  }
.gallery-items02 { grid-column: 2 / 4 ; grid-row: 1 / 2 ;  }
.gallery-items03 { grid-column: 2 / 3 ; grid-row: 2 / 3 ;  }
.gallery-items04 { grid-column: 3 / 4 ; grid-row: 2 / 3 ;  }

#indexGallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width:999px) {
	
	#indexGallery {
		display: grid;
		grid-template-columns: 60% 40%;
		grid-template-rows: 300px 200px;
	}
	.gallery-items01 { grid-column: 1 / 3 ; grid-row: 1 / 2 ;  }
	.gallery-items02 { display: none; }
	.gallery-items03 { grid-column: 1 / 2 ; grid-row: 2 / 3 ;  }
	.gallery-items04 { grid-column: 2 / 3 ; grid-row: 2 / 3 ;  }
	
}

/*-----------------------*/
/*--- indexCase ---------*/
/*-----------------------*/

#indexCase {
	padding: 125px 0 75px;
}

/*--------------------------*/
/*--- indexRecruit ---------*/
/*--------------------------*/

#indexRecruit {
	padding: 100px 150px;
	background: #f5f5f5;
}
div.recruitBox {
	display: flex;
	box-shadow: 0 0 50px rgba( 0, 0, 0, 0.25 );
}
div.recruitBox div.textBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: calc( 100% - 67% );
	padding: 75px;
	background: #fff;
	min-width: 410px;
}
div.recruitBox div.textBox p {
	letter-spacing: 0.3rem;
	margin-bottom: 50px;
}
div.recruitBox div.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	color: #333;
	border: solid 1px #333;
	letter-spacing: 0.1rem;
	text-decoration: none;
	position: relative;
}
div.recruitBox div.btn a::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-top: -14px;
    position: absolute;
	top: 50%;
    bottom: 0;
    right: 25px;    
}
div.recruitBox div.imgBox {
	width: 67%;
}
div.recruitBox div.imgBox img {
	height: 640px;
	object-fit: cover;
	object-position: center;
	vertical-align: bottom;
}
@media only screen and (max-width:1415px) {
	
	#indexRecruit {
		padding: 100px 50px;
	}
	
}
@media only screen and (max-width:1280px) {
	
	div.recruitBox div.textBox {
		padding: 50px;
	}
	
}
@media only screen and (max-width:1115px) {
	
	#indexRecruit {
		padding: 100px 0;
	}
	
}
@media only screen and (max-width:999px) {
	
	#indexRecruit {
		padding: 25px 10px;
	}
	div.recruitBox {
		display: flex;
		flex-direction: column;
		box-shadow: 0 0 10px rgba( 0, 0, 0, 0.25 );
	}
	div.recruitBox div.textBox {
		display: block;
		width: 100%;
		min-width: 100%;
		padding: 50px 25px;
		order: 2;
	}
	div.recruitBox div.btn a {
		width: 100%;
	}
	div.recruitBox div.imgBox {
		width: 100%;
		order: 1;
	}
	div.recruitBox div.imgBox img {
		height: auto;
	}

}

/*--------------------------*/
/*--- indexLifeSign --------*/
/*--------------------------*/

#indexLifeSign {
	padding: 100px 150px;
	border-bottom: solid 1px #eee;
	position: relative;
}
#indexLifeSign::before {
	content: "";
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-color);
}
div.lifesignBox {
	position: relative;
}
div.lifesignBox div.textBox {
	margin-bottom: 100px;
	color: #fff;
}
div.lifesignBox div.imgBox {
	position: relative;
}
div.lifesignBox div.imgBox::before,
div.lifesignBox div.imgBox::after {
	content: "";
	display: block;
	width: 50px;
    height: calc( 100% - 6px);
	position: absolute;
	top: 0;
}
div.lifesignBox div.imgBox::before {
	border-top: solid 3px var(--main-color4);
    border-bottom: solid 3px var(--main-color4);
	border-left: solid 3px var(--main-color4);
	left: 0;   
}
div.lifesignBox div.imgBox::after {
	border-top: solid 3px var(--main-color4);
	border-bottom: solid 3px var(--main-color4);
	border-right: solid 3px var(--main-color4);
	right: 0;    
}
div.lifesignBox div.imgBox .imgBox-inner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
}
div.lifesignBox div.imgBox img {
	display: block;
	margin: 0 auto;
}

/*------　ポップアップ関連　CSS　ここから▼▼▼　------*/

.popup {
	  display: none;
}
.popup-open {
	font-size: 2.0rem;
	font-weight: 700;
	padding: 0px 5px 1px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.popup-open:hover {
	color: #fff;
	background: #333;
	transition: all 0.3s;
}
.popup-overlay {
	display: none;
}
.popup:checked ~ .popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	width: 1115px;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-title{
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #000;
    position: relative;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.popup-title::after{
	content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    bottom: -3px;
}
.popup-text {
	margin: 0;
}
.popup-text:not(:last-of-type) {
	margin-bottom: 1em
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: 0;
}
.textposition {
	position: absolute;
}
.roadsign { top: 13px; left: 299px; }
.tarpaulin { top: 45px; right: 280px; }
.wall-channel { top: 80px; right: 140px; }
.transom { top: 115px; right: 115px; }
.free-standing { top: 157px; right: 105px; }
.window-marketing { bottom: 180px; right: 150px; }
.sleeve { bottom: 356px; left: 185px; }
.indoor { bottom: 262px; left: 205px; }
.stand { bottom: 108px; right: 357px; }
.car-wrapping { bottom: 10px; right: 487px; }
.telephone-pole { bottom: 66px; left: 200px; }

@media screen and (max-width:999px) {
	.popup-title{
		font-size: 2.2rem;
	}
	.popup-title::after{
		width: 100px;
	}

}


/*------　ポップアップ関連　CSS　ここまで▲▲▲　------*/

@media only screen and (max-width:1415px) {
	
	#indexLifeSign {
		padding: 100px 50px;
	}
	
}
@media only screen and (max-width:1280px) {
	
	#indexLifeSign {
		padding: 100px 0px;
	}
	div.lifesignBox div.textBox {
		padding-left: 50px;
	}
	div.lifesignBox div.imgBox::before {
		left: 50px;   
	}
	div.lifesignBox div.imgBox::after {
		right: 50px;    
	}
	
}
@media only screen and (max-width:999px) {
	#indexLifeSign {
		padding: 75px 15px;
	}
	#indexLifeSign::before {
		clip-path: polygon(0 0%, 100% 0, 100% 40%, 0% 60%);
	}
	div.lifesignBox div.textBox {
		padding: 0;
		margin-bottom: 50px;
	}
	div.lifesignBox div.imgBox::before,
	div.lifesignBox div.imgBox::after {
		display: none;
	}
	div.lifesignBox div.boardImg {
		position: relative;
		padding: 0 10px;
		margin-bottom: 25px;
	}
	div.lifesignBox div.boardImg::before,
	div.lifesignBox div.boardImg::after {
		content: "";
		display: block;
		width: 10px;
		height: calc( 100% - 6px);
		position: absolute;
		top: 0;
	}
	div.lifesignBox div.boardImg::before {
		border-top: solid 3px var(--main-color4);
		border-bottom: solid 3px var(--main-color4);
		border-left: solid 3px var(--main-color4);
		left: 0;   
	}
	div.lifesignBox div.boardImg::after {
		border-top: solid 3px var(--main-color4);
		border-bottom: solid 3px var(--main-color4);
		border-right: solid 3px var(--main-color4);
		right: 0;    
	}
	div.lifesignBox div.imgBox .imgBox-inner {
		max-width: 100%;
		min-width: 100%;
		display: block;
	}
	
	/*------　ポップアップ関連　CSS　ここから▼▼▼　------*/

	.popup {
		display: none;
	}
	.popup-open {
		padding: 5px 10px;
        border-left: solid 5px var(--main-color4);
        display: block;
	}
	.popup-overlay {
	 	display: none;
	}
	.popup:checked ~ .popup-overlay {
		display: block;
		z-index: 99999;
		background-color: #00000070;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
	}
	.popup-window {
		width: 90vw;
		max-width: 560px;
		padding: 20px;
		background-color: #ffffff;
		border-radius: 6px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.popup-text {
	 	margin: 0;
	}
	.popup-text:not(:last-of-type) {
		 margin-bottom: 1em
	}
	.popup-close {
		cursor: pointer;
		position: absolute;
		top: -26px;
		right: 0;
	}
	.textposition {
		position: static;
		margin-bottom: 15px;
	}
	div.lifesignBox div.imgBox .textposition:last-child {
		margin-bottom: 0;
	}
	/*------　ポップアップ関連　CSS　ここまで▲▲▲　------*/
	
}

/*---------------------------------*/
/*--- indexRecommendation ---------*/
/*---------------------------------*/

#indexRecommendation {
	padding: 150px 0;
}
ul.recommendationList {
	display: flex;
}
ul.recommendationList li {
	width: calc(( 100% - 100px ) / 3 );
	margin: 0 50px 0 0;
}
ul.recommendationList li:last-child {
	margin: 0;
}
ul.recommendationList div.imgBox {
	margin-bottom: 25px;
}
ul.recommendationList div.imgBox img {
	width: 100%;
	height: 209px;
	vertical-align: bottom;
	object-fit: cover;
	object-position: center;
}
ul.recommendationList h3 {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	margin-bottom: 25px;	
}
ul.recommendationList p {
	margin-bottom: 25px;
}
ul.recommendationList div.btn a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding-left: 25px;
	color: #fff;
	background: var(--main-color);
	letter-spacing: 0.1rem;
	text-decoration: none;
	position: relative;
}
ul.recommendationList div.btn a::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-top: -13px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 25px;  
}

@media only screen and (max-width:999px) {
	
	#indexRecommendation {
		padding: 75px 0;
	}
	ul.recommendationList {
		display: block;
	}
	ul.recommendationList li {
		width: 100%;
		margin: 0 0 50px 0;
	}
	ul.recommendationList li:last-child {
		margin: 0;
	}
	ul.recommendationList div.imgBox img {
		height: auto;
	}
	
}

/*------------------------------*/
/*--- indexMerchandise ---------*/
/*------------------------------*/

#indexMerchandise {
	padding: 100px 0 50px;
	background: #555555;
}
#indexMerchandise ul.merchandiseList li a span{
	color: #fff;
}

@media only screen and (max-width:999px) {
	
    #indexMerchandise {
		padding: 75px 0 50px;
	}
	
}






























