<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url("reset.css");
@import url("common.css");


/**************************************************
 splash
**************************************************/
#splash {
  position: fixed;
	top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff;
  text-align: center;
  color: #333;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img { width:260px;}


/**************************************************
 animetion
**************************************************/
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
		opacity: 0;
		transform: translateY(20px);
  }

  to {
		opacity: 1;
		transform: translateY(0);
  }
}


/* Text
---------------------------------------------------------- */
h2{
	margin: 30px 0 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	text-align: center;
}

h2 span{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 2.4rem;
	color: var(--mainColor);
}

h3{
	padding: 30px 0 20px;
	font-size: 1.6rem;
	color: var(--mainColor);	
}

.copy,.intro{
	text-align: center;
	font-weight: 700;
}
.copy{ font-size: 1.4rem;}
.intro{
	padding: 20px 0;
	font-size: 1.2rem;
}

.fukidashi{
	position: absolute;
	z-index: 10;
	width: 25%;
	min-width: 220px;
}


@media screen and (max-width: 690px){	
	h2{
		margin: 0;
		padding: 15px 0;
		font-size: 1.2rem;
		text-align: center;
	}
	h2 span{ font-size: 2.0rem;}
	h3{ font-size: 1.3rem;}
	.copy{ font-size: 1.3rem;}
	.intro{	font-size: 1.1rem;}
	.fukidashi{ right: 10px;}
}



/* mainVisual
---------------------------------------------------------- */
#mainVisual{
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 100px 0 0 0;
}
#mainVisual::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
	z-index: 3;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
}

.mv_image{
	width: 100%;
	height: 100vh;
}

.mv_image img{
	width: 100%;
	height: 100vh;
	object-fit: cover;	
}

.mv_copy{
	position: absolute;
	bottom: 15%;
	right: 30px;
	z-index: 3;
	width: 40%;
}

@media screen and (max-width: 690px){
	#mainVisual,
	.mv_image img{ height: calc(100vh - 60px);}
	#mainVisual{
		margin: 60px 0 0;
		padding: 0 0 60px 0;
	}
	#mainVisual::before{ display: none;}
	.mv_image{
		right: inherit;
		top: inherit;		
	}
	.mv_copy{
		width: 65%;
		left: 20px;
		bottom: 10%;
	}
}


/* main
---------------------------------------------------------- */
main{
	margin: 0;
	padding: 0;
}


/* about
---------------------------------------------------------- */
#about{
	position: relative;
	padding: 100px 20px;
}

#about h2{
	width: 50%;
	max-width: 500px;
	margin: 20px auto;
	padding: 0;
}
#about p{
	font-size: 1.2rem;
	line-height: 2.3;
	text-align: center;
}

.about_image{
	position: absolute;
	z-index: 10;
}
.about_image.p01{
	width: 25%;
	right: -50px;
	top: -50px;
}
.about_image.p02{
	width: 20%;
	left: -30px;
	top: 0;
}
.about_image.p03{
	width: 18%;
	left: 40px;
	bottom: 20px;
	z-index: 9;
}
.about_image.p04{
	width: 28%;
	right: 10px;
	bottom: 0;
	z-index: 9;
}

.about_image img{
  width: 100%;
	height: auto;
	border-radius: 50%;
}
.about_image.p04 img{ border-radius: 0;}

.top_name{ text-align: right;}
.top_name img{
	width: 200px;
	vertical-align: middle;
}


@media screen and (max-width: 690px){
	#about{ padding: 40px 0;}
	#about h2{ margin-bottom: 0;}
	#about p{
		padding: 20px;
		font-size: 1rem;
	}
	#about p br{ display: none;}
	.about_image.p01{
		width: 25%;
		right: -15px;
		top: -20px;
	}
	.about_image.p02{
		width: 20%;
		left: -15px;
		top: 10px;
	}
	.about_image.p03{
		width: 20%;
		left: -20px;
		bottom: 0;
	}
	.about_image.p04{
		width: 32%;
		right: 10px;
		bottom: 0;
	}
}


/* works
---------------------------------------------------------- */
.works_intro{ position: relative;}
.works_intro::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-color: var(--subColor);
}

#works .fukidashi{
	right: 30%;
	top: -30px;
}

#works h2{ text-align: left;}

.works_text{
	width: 50%;
	padding: 5%;
}
.works_text p{
	margin: 10px 0;
	font-size: 1.1rem;
}

.works_image{ width: 50%;}

.works_job{	margin: 30px auto;}

.job_item{ margin: 50px 0;}
.job_item:nth-child(even){ flex-direction: row-reverse;}

.job_item dl{
	position: relative;
	width: 60%;
	padding: 60px 40px 40px 40px;
}

.job_item dl::after{
	content: '';
	position: absolute;
	top: 10px;
	z-index: -1;
	width: calc(100% + 50px);
	height: calc(100% + 20px);
	background-color: var(--mainColor);
}
.job_item:nth-child(odd) dl::after{ left: -50px;}
.job_item:nth-child(even) dl::after{ right: -50px;}

.job_item dl dt{
	margin: 0 0 15px 0;
	padding: 0;
	color: #fff;
	font-size: 1.4rem;
}
.job_item dl dd{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1rem;
}
.job_item dl dd ol{ padding: 0;}

.job_image{ width: 38%;}
.job_image img{ width: 100%;}


@media screen and (max-width: 690px){
	#works h2{ text-align: center;}
	.works_text,.works_image{ width: 100%;}
	.works_text{ padding: 20px;}
	.works_text p{ font-size: 1rem;}
	.job_item dl{ width: 100%; padding: 20px;}
	.job_item dl::after{ bottom: inherit; top: -40px; height: calc(100% + 60px);}
	.job_image{ width: 100%;}
}


/* How to
---------------------------------------------------------- */
#howto{ margin: 100px 0 50px;}

#howto .intro{
	margin: 0 0 40px 0;
	padding: 30px;
	background-color: var(--subColor);
}

dl.qa{
	position: relative;
	margin: 15px 0;
	border: 1px solid var(--mainColor);
}

dl.qa dt{
	margin: 0;
	padding: 20px 80px 20px 20px;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
}

dl.qa dt:hover{ background-color: rgba(228,228,228,0.3);}
dl.qa dt.active{
	background-color: var(--mainColor);
	color: #fff;
}

dl.qa dt span{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background-color: var(--mainColor);
}
dl.qa dt span::before,
dl.qa dt span::after{
	content: '';
	position: absolute;
	top: 13px;
	right: 23px;
	display: inline-block;
	width: 3px;
	height: 25px;
	background-color: #fff;
}
dl.qa dt span::after{
	right: 23px;
	transform: rotate(90deg);
}

dl.qa dt.active span{	background-color: #fff;}
dl.qa dt.active span::after{ background-color: var(--mainColor);}
dl.qa dt.active span::before{ display: none;}

dl.qa dd{
	display: none;
	margin: 0;
	padding: 15px 30px;
	background-color: var(--subColor);
	line-height: 1.5;
}

dl.qa dd ul{
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 600;
}

dl.qa dd ul li{
	margin: 5px 0;
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	list-style: none;
}
dl.qa dd ul li span{
	color: var(--mainColor);
	font-size: 1.6rem;
}
dl.qa dd ul li span img{
	width: 30px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.qa_item_list{
  -webkit-box-align: flex-start;
				align-items: flex-start;	
}

dl.qa dd .qa_item{
	width: 50%;
	padding: 15px;
	display: -webkit-box;
	display: flex;
  -webkit-box-align: center;
				align-items: center;
  -webkit-box-pack: justify;
				justify-content: flex-start;
	flex-wrap: nowrap;
}

dl.qa dd .qa_item img{
	width: 25%;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
}

dl.qa dd .qa_item p{ width: 70%;}

dl.qa dd strong{
	color: #000;
	font-size: 1.4rem;
}

@media screen and (max-width: 690px){
	#howto .intro{
		margin: 0 0 20px 0;
		padding: 15px;
	}
	dl.qa dt{
		padding: 15px 50px 15px 15px;
		font-size: 1.1rem;
	}
	dl.qa dt span{
		top: 15px;
		width: 30px;
		height: 30px;
	}
	dl.qa dt span::before, dl.qa dt span::after{
		top: 5px;
		right: calc(50% - 1px);
		height: 20px;
	}
	dl.qa dd{ padding: 15px;}
	dl.qa dd ul{ font-size: 1.1rem;}
	dl.qa dd ul li::before{ top: calc(15px + 0.45rem);}
	dl.qa dd .qa_item{
		padding: 5px;
		flex-wrap: wrap;
	}
	dl.qa dd .qa_item img{
		width: 100%;
		height: 120px;
	}
	dl.qa dd .qa_item p{ width: 100%;}
	dl.qa dd ul li span{ font-size: 1.2rem;}
	dl.qa dd ul li span img{ width: 20px;}
	dl.qa dd strong{ font-size: 1.1rem;}
}



/* data
---------------------------------------------------------- */
#data{
	position: relative;
	padding: 50px 0;
	background: url("../img/bg01.svg") repeat 0 0;
	background-size: 128px;
}
#data h2,#data h2 span{ color: #fff;}

#data .fukidashi{
	right: 10%;
	top: -30px;
}

.data_list{
  -webkit-box-align: stretch;
				align-items: stretch;
}

.data_item{
	margin: 15px 0;
	padding: 30px;
	background-color: #fff;
}
.data_item.col2{ width: 48%;}
.data_item.col1{ width: 100%;}

.data_item p{ padding: 10px 0;}
.data_item p strong{
	color: #000000;
	font-size: 1.3rem;
}

.data_item.col2 .data_image{ width: 100%;}
.data_item.col1 .data_image{ width: 40%;}
.data_item.col1 .data_text{ width: 55%;}

@media screen and (max-width: 690px){
	.data_item.col2,
	.data_item.col1 .data_image,
	.data_item.col1 .data_text{ width: 100%;}
	.data_item p strong{ font-size: 1.1rem;}
}



/* message
---------------------------------------------------------- */
#message{ margin: 60px 0;}

.message_bn{ margin: 50px 0;}

.message_bn a{
	position: relative;
	display: block;
}
.message_bn a:hover{ text-decoration: none;}

.message_bn a p{
	position: absolute;
	left: calc(50% - 250px);
	bottom: 100px;
	z-index: 10;
	width: 500px;
	max-width: 100%;
	margin: auto;
	padding: 20px 40px 20px 30px;
	background-color: #fff;
	border-radius: 3rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	transition: all .2s;
}
.message_bn a p span{
	color: #000;
	font-size: 2.8rem;
}
.message_bn a p::after{
	content: '';
	position: absolute;
	right: 15px;
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background-color: var(--mainColor);
	background-image: url("../img/arrow01_w.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	border-radius: 50%;
	transition: all .2s;
}
.message_bn a:hover p::after{
	background-color: #fff;
	background-image: url("../img/arrow01_g.svg");	
}

.message_bn_image{
	position: relative;
	overflow: hidden;
	z-index: 1;
	line-height: 1;
}
.message_bn_image img{
	width: 100%;
	transition: 1s all;
}
.message_bn:hover .message_bn_image img{	transform:scale(1.1,1.1);}

.message_bn a:hover p{ background-color: var(--mainColor);}

.top_message{ margin: 80px auto 50px auto;}
.top_image{ width: 40%;}
.top_text{ width: 55%;}
.top_text h3{ padding: 0 0 10px 0;}


@media screen and (max-width: 690px){
	#message{ margin: 20px 0;}
	.message_bn{ margin: 20px 0;}
	.message_bn a{
		height: auto;
		min-height: inherit;
	}
	.message_bn a p{
		position: inherit;
		bottom: auto;
		left: auto;
		width: 80%;
		margin-top: 20px;
		border: 2px solid var(--mainColor);
		font-size: 1.2rem;
		text-align: center;
	}
	.message_bn a p span{ font-size: 1.8rem;}
	.message_bn a p::after{
		top: calc(50% - 15px);
		width: 30px;
		height: 30px;
	}
	.top_message{ margin: 30px auto;}
	.top_image{ width: 60%; margin: 30px auto;}
	.top_text{ width: 100%;}
	.top_text h3{ text-align: center;}
}


/* recruit
---------------------------------------------------------- */
#recruit{
	position: relative;
	padding: 50px 0;
	background-image: url("../img/top/recruit_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#recruit::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,244,94,0.50);
}

#recruit .inner{
	position: relative;
	z-index: 1;
}

#recruit table{ width: 100%;}

.naiyou{
	margin: 0;
	padding: 0;
}
.naiyou li{
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}
.naiyou li span{
	width: 12rem;
	max-width: 50%;
	white-space: nowrap;
}

.recruit_form .link_btn{
	margin: 15px 0 0 0;
	padding: 10px 2rem;
	font-size: 1.1rem;
	border-radius: 0;
}

@media screen and (max-width: 690px){
	.naiyou li span{ width: 100%;}
	.recruit_form .link_btn{ width: 100%;}
}</pre></body></html>