/* カスタムプロパティの定義 */
:root {
    /* カラー */
    --color-primary: #主要な色;
    --color-secondary: #二次的な色;
    --color-text: #テキストの色;
    --color-background: #背景色;

    /* スペーシング */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;

    /* フォント */
    --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-size-base: 16px;
}

/* ベーススタイル */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    color: var(--color-text);
    background-color: var(--color-background);
    line-height: 1.5;
}

/* コンポーネント */
.header {
    /* padding: var(--spacing-md); */
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--spacing-lg);
}

.section {
    margin-bottom: var(--spacing-lg);
}

.footer {
    padding: var(--spacing-md);
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
     /* ... existing code ... */
}

/*common*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,
blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,p,th {
	line-height:1.5em;
	color: #FFF;
}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}

p{
	margin-bottom:1em;
	    line-height: 2em;
}


html,body {
	font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0px;
	padding: 0px;
	height:100%;
	position: relative;
	z-index: 1;
}
body{
	background-color: #FFF;
	/*background-color: #333;*/
}
body > #wrapper{
	height: auto;
	position: fixed;
	z-index: 1;
	width: 100%;
	height:100%;
	min-height:100%;
	left:0px;
	top:0px;
	/*opacity: 0;*/
}
canvas{
	z-index: 1;
	position: fixed;
	width:100%;
	height:100%;
	background-color:#e51373;
	opacity: 1;
	top: 0;
	left: 0;
}
#container {
	height: 100%;
	position: relative;
	min-height: 100%;
	padding: 0 103px;
	margin: 0 auto;
	z-index: 10;
	opacity: 0;
	max-width: 1020px;
	/* background-color: #F00; */
}

/**content**/
p.url{
	margin:70px 0 10px 0px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#sns{
	background-color: #FFAAAA;
	margin:20px 0 65px 10px;
}
ul.sns {
	color:#FFF;
	list-style-type: none;
	/*padding-left: 0;*/
}
li{
	float: left;
	margin-right: 12px;
}
ul.sns li:after {
	clear: both;
}
ul.sns li.ttl img{
	width:118px;
	height:21px;
}
ul.sns li.btn {
	margin-right: 8px;
	width: 28px;
	height: 28px;
	overflow: hidden;
}
h1#logo{
	margin:55px 0 0 0px;
}

#logo img{
	width:50%;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
#massege{
	margin:63px 0 0px 0px;
}
#massege p{
	line-height: 2em;
    margin-top: 35px;
}
#massege h2{
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}


h3{
	font-size: 16px; 
	font-weight: 700;
}


#corp{
	/* margin:25px 0 20px 10px; */
}
#corp img{
	width:240px;
	height:16px;
}

#does{
	/* margin:0px 0 0 10px; */
	/* width: 770px; */
}

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

	#does{
		width: initial;
	}
}

#access {
	margin:20px 0 20px 0px;
	/*line-height: 7px;*/
}
#access2 {
	margin:20px 0 20px 0px;
	/*line-height: 7px;*/
}
.corpTxt {
	margin:20px 0 20px 0px;
}


.lnk{
	color:#FFF;
}



#invoice {
	margin:20px 0 20px 0px;
}

#invoice a{
	color: #FFF;
}

/*recruit*/

#recruit{
	/* margin:25px 0 0 10px; */
	width: 774px;
}

#recruit img{
	width:70px;
	height:13px;
}

#recruit h2{
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 28px;
	line-height: 35px;
}

#recruit .ttl{
	font-weight: 900;
	margin-top: 35px;
	margin-bottom: 4px;
}

#recruit p.txt{
	line-height: 24px;
}
#recruit p{
	line-height: 24px;
}


#recruit a{
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 24px;
	background-color: #FFF;
	color: #000;
}



#recJump{
	position: absolute;
	top:165px;
	left:670px;
	cursor: pointer;
}

#recJump:hover {
  -webkit-animation: animation 800ms linear both;
  animation: animation 800ms linear both;
}




/*
#deb{
	position: fixed;
	top: 0;
	left: 0;
	z-index:10;
	width: 940px;
	height: 1044px;
	background-image: url(../img/samp.jpg);
}
*/
#copyright{
	margin:20px 0 0px 0px;
}

/* 区切り線 */
.divider {
	overflow: visible;
  border: none;
  position: relative;
  margin: 1.5em 0;
  height: 1px;
}

.divider::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background-color: #FFF;
}

#debTxt{
	color:#F00;
}

.bigBox{
	background-color:#F00;
	width:300px;
	height:400px;
	margin-bottom: 10px;
}


/*works*/
#works{
	/* margin:25px 0 0 10px; */
}
#works .ttl{
	width:153px;
	height:14px;
}
.works_img{
	float:left;
	margin:0 40px 40px 0;
}
.work_cp{
	/*background-color:#F0F;*/
	float:left;
	width:330px;
	margin-bottom: 70px;
}
.works_cr{
	font-size:18px;
	line-height:14px;
	margin:0;
	margin-bottom: 25px;

}
.works_ttl{
	font-size:14px;
	line-height:20px;
	margin:0;
	margin-bottom: 12px;
}
.works_detail{
	line-height:21px;
	margin-bottom: 15px;
}
.works_do{
	line-height:21px;
}


/*クライアント*/
.client-list,
.agent-list {
  margin-top: 30px;
  max-width: 1000px;
}

.client-list__item,
.agent-list__item {
  float: left;
  margin-right: 40px;
  margin-bottom: 32px;
  width: 231px;
}

.client-list__item p,
.agent-list__item p {
  height: 30px;
  margin-bottom: 0;
  line-height: 1.5;
}

.client-list__item p.small {
  margin-bottom: 0;
  line-height: 1.2;
}

#client,#agent{
	/* margin:25px 0 0 10px; */
}
#client .ttl{
	width:114px;
	height:14px;
}
#agent .ttl{
	width:127px;
	height:14px;
}
.sp{
height:50px;
}
.spbr{
	 display: none;
}

/* clearFix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}



#info p{
	margin-left: 10px;
	margin-right: 40px;
	display:inline-block;
    /*line-height: 1.3em;*/
}


#info li img{
	display:inline-block;
	vertical-align: middle;
}



#prive{
    margin: 20px 0 20px 0px;

}



/*sp*/
@media screen and (max-width: 640px){
	body{
		font-size: 14px;
	}
	#container {
		width: 94%;
		padding: 0;
	}
	#recJump{
		width:66px;
		height:66px;
		position: absolute;
		top:120px;
		left:78%;
		cursor: pointer;
		z-index: 999;
	}
	#recJump img{
		width: 100%;
		height: auto;
	}
	.txtbr{
		display:inline-block;
	}
	h2.url{
	margin:5% 0 0 3%;
	font-size: 18px;
	}
	#sns{
		margin:20px 0 65px 3%;
	}
	#logo{
		margin:10% 0 0 3%;
	}
	#logo img{
		width:50%;
		max-width: 100%;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
	}

	ul.sns li{
		margin-right: 6%;
	}
	ul.sns li.btn {
		margin-right: 6%;
	}
	#access ,#access2 {
		font-size: 13px;
		line-height: 7px;
	}

	#massege{
		margin:63px 0 27px 10px;
		max-width: 800px;
	}
	#massege p{
		line-height: 2em;
	}

	#massege h2{
		font-size: 26px;
	}
	p.url{
		margin:20px 0 10px 10px;
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
	}

	.works_img{
		width:100%;
		max-width: 422px;
		margin:0 0 20px 0;
	}
	.work_cp{
		width:100%;
		margin-bottom: 50px;
	}
	.works_ttl{
		font-size:14px;
	}
	.works_detail{
		font-size:13px;
	}
	.works_do{
		font-size:13px;
	}
	#recruit h2{
		font-size: 18px;
		line-height: 25px;
	}
	#recruit p{
		font-size: 14px;
	}
	#recruit a{
		font-size: 14px;
	}
	.client-list,
	.agent-list {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.client-list__item,
	.agent-list__item {
		width: 47%;
		font-size: 11px;
		position: relative;
		margin-right: 0;
		float: none;
	}

	.client-list__item:nth-child(odd),
	.agent-list__item:nth-child(odd) {
		margin-right: 5%;
	}

	.client-list__item img,
	.agent-list__item img {
		width: 100%;
	}

	.sp{
		height:10px;
	}
	.pcbr{
		 display: none;
	}
	.spbr{
		 display: block;
	}

	#recruit{
		/* margin:25px 0 0 10px; */
		width: 98%;
	}

	#info p{
		font-size: 13px;
		margin-left: 7px;
		margin-right: 15px;
		display:inline-block;
	}


}


#access2 a{
	color: #FFF;
    /* text-decoration: none; */
}

.dttl{
	font-weight: 700;

}

.specTitle{
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 1.5em;
}
.specBody{
	line-height: 1.5em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 640px) {
  .client-list,
  .agent-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .client-list__item,
  .agent-list__item {
    width: 47%;
    font-size: 11px;
    position: relative;
    margin-right: 0;
    float: none;
  }

  .client-list__item:nth-child(odd),
  .agent-list__item:nth-child(odd) {
    margin-right: 5%;
  }

  .client-list__item img,
  .agent-list__item img {
    width: 100%;
  }
}

h1#logo {
  margin: 35px 0 0 0;
  position: relative;
  left: -90px;
}

#logo img {
  width: 594.5px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* モバイル対応 */
@media screen and (max-width: 640px) {
  h1#logo {
    margin: 10% 0 0 0;
    left: 0;
	width: ;
  }
  
  #logo img {
    width: 100%;
    height: auto;
    max-width: 594.5px;
  }
}

#info {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0px;
  list-style: none;
  padding: 0;
}

#info li {
  text-align: center;
}

#info img {
  display: block;
  margin: 0 auto;
}

#info a{
	text-decoration: none;
}

.banner{
	left: -11px;
    position: relative;
}