@charset "UTF-8";

/*--------------------------------------------------------------------------------
	reset
--------------------------------------------------------------------------------*/

html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}



/*--------------------------------------------------------------------------------
	override & common
--------------------------------------------------------------------------------*/

html{
	font-size:62.5%;
}

body{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color:#000000;
/*	background:#ffffff;
	background:url('../img/bg-03.jpg') no-repeat center bottom;
	background-size:cover;
	background-attachment:fixed;*/
	line-height:1.5;
	position:relative;
}

body:before{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
	display:block;
	content:"";
	background:url('../img/bg-01.jpg') no-repeat center bottom;
	background-size:cover;
}

body.js-service:before{
	background:url('../img/bg-01.jpg') no-repeat center bottom;
	background-size:cover;
}

body.js-support:before{
	background:url('../img/bg-02.jpg') no-repeat center bottom;
	background-size:cover;
}

body.js-sustainability:before{
	background:url('../img/bg-03.jpg') no-repeat center bottom;
	background-size:cover;
}

body *{
	box-sizing:border-box;
}

li{
	list-style:none;
}

img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

a{
	color:#000000;
	text-decoration:none;
}



/* form */

input[type="text"],
input[type="email"]{
	border:solid 1px #666666;
	border-radius:6px;
	padding:10px;
	width:100%;
	font-size:16px;
	line-height:1.2;
}

input[type="radio"],
input[type="checkbox"]{
	margin-right:0.5em;
}

textarea{
	border:solid 1px #666666;
	border-radius:6px;
	padding:10px;
	width:100%;
	height:300px;
	font-size:16px;
	line-height:1.5;
}



/* spv / pcv */

.c-pc-v{
	display:none;
}

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

	.c-pc-v{
		display:block;
	}

}

.c-sp-v{

}

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

	.c-sp-v{
		display:none;
	}

}



/* float */

.c-fl{
	float:left;
}

.c-fr{
	float:right;
}



/* clearfix */

.c-cfx:after{
	content:"";
	display:block;
	clear:both;
}

.c-cfx:before{
	content:"";
	display:block;
	clear:both;
}

.c-cfx{
	display: block;
}



/* align */

.c-align-c{
	text-align:center !important;
}

.c-align-c-pc{

}

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

	.c-align-c-pc{
		text-align:center !important;
	}

}

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

	.c-align-c-sp{
		text-align:center !important;
		margin-left:auto;
		margin-right:auto;
	}

}

.c-align-r{
	text-align:right !important;
}

.c-align-dc{
	margin-left:auto;
	margin-right:auto;
}

.c-align-dr{
	margin-left:auto;
}

.c-align-dl{
	margin-left:auto;
}




/* ttl-01 */

.c-ttl-01{
	margin-bottom:50px;
	position:relative;
	z-index:2;
}

.c-ttl-01-inner{
	text-align:center;
}

.c-ttl-01-inner-ja{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:19px;
	font-family: "Noto Sans JP";
	font-weight:700;
	color:#AA1400;
}

.c-ttl-01-inner-en{
	display:inline-block;
	font-size:37px;
	line-height:54px;
	letter-spacing:0;
	font-family: "Noto Sans JP";
	font-weight:500;
	margin-top:-4px;
	padding:0 32px;
	position:relative;
}

.c-ttl-01-inner-en:before{
	position:absolute;
	top:6px;
	left:0;
	content:"";
	background:url('../img/icn-ttl-01-l.svg');
	background-size:contain;
	width:19px;
	height:19px;
}

.c-ttl-01-inner-en:after{
	position:absolute;
	bottom:6px;;
	right:0;
	content:"";
	background:url('../img/icn-ttl-01-r.svg');
	background-size:contain;
	width:19px;
	height:19px;
}

.c-ttl-01--gray .c-ttl-01-inner-en:before{
	background:url('../img/icn-ttl-01-l-gray.svg');
	background-size:contain;
}

.c-ttl-01--gray .c-ttl-01-inner-en:after{
	background:url('../img/icn-ttl-01-r-gray.svg');
	background-size:contain;
}

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

	.c-ttl-01{
		margin-bottom:60px;
	}

	.c-ttl-01--leftpc{
		width: 100%;
		max-width: 1080px;
		padding: 0 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.c-ttl-01--leftpc .c-ttl-01-inner{
		display:inline-block;
	}

	.c-ttl-01-inner-ja{
		font-size:16px;
		line-height:24px;
	}

	.c-ttl-01-inner-en{
		font-size:52px;
		line-height:75px;
		letter-spacing:0.05em;
		padding:0 70px;
	}

	.c-ttl-01-inner-en:before{
		position:absolute;
		top:6px;;
		left:0;
		content:"";
		background:url('../img/icn-ttl-01-l.svg');
		background-size:contain;
		width:30px;
		height:30px;
	}

	.c-ttl-01-inner-en:after{
		position:absolute;
		bottom:6px;;
		right:0;
		content:"";
		background:url('../img/icn-ttl-01-r.svg');
		background-size:contain;
		width:30px;
		height:30px;
	}

}



/* ttl-02 */

.c-ttl-02{
	padding:0 0 30px 0;
	margin:0 0 40px 0;
	position:relative;
	z-index:2;
}

.c-ttl-02:before{
	position:absolute;
	display:block;
	top:100%;
	left:50%;
	width:80px;
	height:3px;
	content:"";
	background:#AA1400;
	transform:translate(-50%,0);
}


.c-ttl-02-inner{

}

.c-ttl-02-inner-txt{
	display:block;
	text-align:center;
	font-size:28px;
	line-height:40px;
	font-family: "Noto Sans JP";
	font-weight:700;
	color:#AA1400;;
	position:relative;
}


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

	.c-ttl-02{
		padding:0 0 31px 0;
		margin:0 0 52px 0;
	}

	.c-ttl-02-inner-txt{
		font-size:30px;
		line-height:44px;
	}

}



/* text*/

.c-text{

}

.c-text + .c-text{
	margin-top:1.625em;
}

.c-text-m{
	font-size:1.6rem;
	line-height:1.625;
}

.c-text-s{
	font-size:1.4rem;
	line-height:1.625;
}

.c-text-bold{
	font-weight:bold;
}



/* pagetop */

.c-pagetop{
	position:fixed;
	bottom:60px;
	right:20px;
	width:95px;
	height:95px;
	z-index:90;
}

.c-pagetop a{
	display:block;
	width:95px;
	height:95px;
	background:url('../img/icn-pagetop.png') no-repeat 0 0;
	background-size:contain;
}

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

	.c-pagetop{
		right:50px;
		width:116px;
		height:115px;
	}

	.c-pagetop a{
		width:116px;
		height:115px;
	}

}



/* overlay */

.c-overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.7);
	z-index:90;
}


/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

.c-header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:rgba(255,255,255,1);
	z-index:99;
}

.c-header-inner{
	width:100%;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}

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

	.c-header{
		background:rgba(255,255,255,0.8);
	}

	.c-header-inner{
		box-shadow:none;
	}

}



/* logo */

.c-header-inner-logo{
	position:absolute;
	top:50%;
	left:15px;
	transform:translate(0,-50%);
	width:272px;
	transition:all 0.2s;
}

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

	.c-header-inner-logo{
		left:36px;
	}

}



/* spmenu */

.c-header-inner-spmenu{
	position:absolute;
	top:50%;
	right:20px;
	transform:translate(0,-50%);
	width:34px;
	height:23px;

}

.c-header-inner-spmenu-link{
	display:block;
	width:34px;
	height:23px;
	background:url('../img/icn-menu-open.svg') no-repeat center center;
	background-size:contain;
}

.c-header-inner-spmenu-link.js-act{
	background:url('../img/icn-menu-close.svg') no-repeat center center;
	background-size:contain;
}

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

	.c-header-inner-spmenu{
		display:none;
	}

}


/* gnav */

.c-header-inner-gnav{
	display:none;
}

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

	.c-header-inner-gnav{
		position:fixed;
		top:80px;
		left:0;
		width:100%;
		background:#ffffff;
		z-index:100;
	}

	.c-header-inner-gnav-01{
		padding:0 0 0 50px;
	}

	.c-header-inner-gnav-01-list{
		margin-top:46px;
	}

	.c-header-inner-gnav-01-list-item{
		margin-top:42px;
	}

	.c-header-inner-gnav-01-list-item:first-child{
		margin-top:0;
	}

	.c-header-inner-gnav-01-list-item-link{
		display:block;
		padding:0 0 6px 0;
		border-bottom:solid 1px #C6C6C6;
	}

	.c-header-inner-gnav-01-list-item-link-ja{
		display:block;
		font-size:26px;
		line-height:1;
		font-family: "Noto Serif JP";
		font-weight:600;
	}

	.c-header-inner-gnav-01-list-item-link-en{
		display:block;
		margin-top:6px;
		font-size:11px;
		line-height:1;
		font-family: "Noto Sans JP";
		color:#AA1400;
	}

	.c-header-inner-gnav-02{
		padding:70px 50px;
	}

	a.c-header-inner-gnav-02-list-item-link{
		display:block;
		width:100%;
		height:104px;
		background:#AA1400;
		border-radius:10px;
		font-size:24px;
		line-height:104px;
		font-family: "Noto Sans JP";
		font-weight:700;
		color:#ffffff;
		text-align:center;

	}

	a.c-header-inner-gnav-02-list-item-link > span{
		display:inline-block;
		height:104px;
		padding:0 0 0 90px;
		position:relative;
	}

	a.c-header-inner-gnav-02-list-item-link > span:before{
		position:absolute;
		top:50%;
		left:0;
		width:68px;
		height:48px;
		transform:translate(0,-50%);
		content:"";
		background:url('../img/icn-mail.svg') no-repeat;
		background-size:contain;
	}

}

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

	.c-header-inner-gnav{
		display:block;
	}

	.c-header-inner-gnav-01{
		position:absolute;
		top:21px;
		right:183px;
	}

	.c-header-inner-gnav-01-list{
		display:flex;
	}

	.c-header-inner-gnav-01-list-item{
		padding:0 30px 0 0;
	}

	.c-header-inner-gnav-01-list-item-link{
		display:inline-block;
	}

	.c-header-inner-gnav-01-list-item-link-ja{
		display:block;
		text-align:center;
		font-size:16px;
		line-height:23px;
		font-family: "Noto Serif JP";
		font-weight:600;
		transition:all 0.4s;
	}

	a.c-header-inner-gnav-01-list-item-link:hover .c-header-inner-gnav-01-list-item-link-ja{
		color:#AA1400;
	}

	.c-header-inner-gnav-01-list-item-link-en{
		display:block;
		margin-top:2px;
		text-align:center;
		font-size:10px;
		line-height:15px;
		font-family: "Noto Sans JP";
		color:#AA1400;
	}

	.c-header-inner-gnav-02{
		position:absolute;
		top:50%;
		right:12px;
		width:171px;
		transform:translate(0,-50%);
	}

	a.c-header-inner-gnav-02-list-item-link{
		display:block;
		width:171px;
		height:61px;
		background:#AA1400;
		border-radius:10px;
		font-size:16px;
		line-height:24px;
		font-family: "Noto Sans JP";
		font-weight:700;
		color:#ffffff;
		position:relative;
	}

	a.c-header-inner-gnav-02-list-item-link:before{
		position:absolute;
		top:50%;
		left:17px;
		width:36px;
		height:25px;
		transform:translate(0,-50%);
		content:"";
		background:url('../img/icn-mail.svg') no-repeat;
		background-size:contain;
	}

	a.c-header-inner-gnav-02-list-item-link > span{
		display:block;
		padding:18px 0 0 60px;
	}

}

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

	.c-header-inner-gnav-01{
		position:absolute;
		top:21px;
		right:78px;
	}

	.c-header-inner-gnav-01-list-item{
		padding:0 18px 0 0;
	}

	.c-header-inner-gnav-02{
		position:absolute;
		top:50%;
		right:12px;
		width:66px;
		transform:translate(0,-50%);
	}

	a.c-header-inner-gnav-02-list-item-link{
		display:block;
		width:60px;
		height:61px;
		background:#AA1400;
		border-radius:10px;
		font-size:16px;
		line-height:24px;
		font-family: "Noto Sans JP";
		font-weight:700;
		color:#ffffff;
		position:relative;
	}

	a.c-header-inner-gnav-02-list-item-link:before{
		position:absolute;
		top:50%;
		left:12px;
		width:36px;
		height:25px;
		transform:translate(0,-50%);
		content:"";
		background:url('../img/icn-mail.svg') no-repeat;
		background-size:contain;
	}

	a.c-header-inner-gnav-02-list-item-link > span{
		display:none;
	}

}



/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/

.c-footer{
	background:#F2EEEA;
}

.c-footer-inner{
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
}

/* nav */

.c-footer-inner-nav{
	display:none;
}

.c-footer-inner-nav-list{
	display:table;
	font-size:1.5rem;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}

.c-footer-inner-nav-list-item{
	display:table-cell;
	padding:0 30px;
	border-left:solid 1px #000000;
}

.c-footer-inner-nav-list-item:first-child{
	border-left:none;
}

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

	.c-footer-inner-nav{
		display:block;
	}

}



/* logo */

.c-footer-inner-logo{
	width:272px;
	margin-left:auto;
	margin-right:auto;
}

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

	.c-footer-inner-logo{
		margin-top:96px;
	}

}



/* addr */

.c-footer-inner-addr{
	margin-top:13px;
	font-size:1.5rem;
	line-height:1.73;
	text-align:center;
}



/* copyright */

.c-footer-inner-copyright{
	margin-top:35px;
	font-size:1.2rem;
	line-height:1;
	text-align:center;
}



/*--------------------------------------------------------------------------------
	top
--------------------------------------------------------------------------------*/

/* mainv */

.p-top-mainv{
	background:#ffffff;
}

.slick-slider{
	background:#ffffff;
}

.slide{
	opacity:0;
	transition:1.5s;
}

.slide.slick-initialized{
	opacity:1;
}




/* contents */

.p-top-contents{
	background:#ffffff;
}

.p-top-contents-inner{
	width:100%;
	max-width:1040px;
	padding:0 20px;
	margin-left:auto;
	margin-right:auto;
}

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

	.p-top-contents-inner{
		max-width:1080px;
		padding:0 40px;
	}

}



/* wecando */

.p-top-contents--wecando{
	padding-top:40px;
}

.p-top-contents--wecando .p-top-contents-inner{
	padding:0 0;
}

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

	.p-top-contents--wecando{
		padding-top:120px;
		padding-bottom:160px;
	}

	.p-top-contents--wecando .p-top-contents-inner{
		max-width:100%;
		padding:0 0;
	}

}

.p-top-wecando-inner{

}

.p-top-wecando-inner-pic{
	width:100%;
	height:260px;
	background:url('../img/img-wecando-01.jpg') no-repeat center center;
	background-size:cover;
	z-index:0;
}

.p-top-wecando-inner-box{
	width:100%;
	background:#ffffff;
	padding:40px 20px;
	box-shadow:20px 20px #F2EEEA;
}


.p-top-wecando-inner-box-txt{
	font-size:1.6rem;
	line-height:2.5;
	font-weight:600;
	font-family: "Noto Serif JP";
	text-align:center;
}

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

	.p-top-wecando-inner{
		position:relative;
		height:480px;
		margin-top:60px;
	}

	.p-top-wecando-inner-pic{
		position:absolute;
		top:0;
		left:0;
		width:calc( 100vw * .6911);
		height:480px;
		background:url('../img/img-wecando-01.jpg') no-repeat center center;
		background-size:cover;
		z-index:0;
	}

	.p-top-wecando-inner-box{
		position:absolute;
		bottom:0;
		right:70px;
		width:42.4597%;
		min-width:480px;
		background:#ffffff;
		padding:40px;
		box-shadow:20px 20px #F2EEEA;
	}


	.p-top-wecando-inner-box-txt{
		font-size:1.7rem;
		line-height:2.82;
		font-weight:600;
		font-family: "Noto Serif JP";
		text-align:left;
	}

}



/* service */

.p-top-contents--service{
	background:#ffffff;
	padding-top:40px;
	margin-bottom:200px;
	position:relative;
}

.p-top-contents--service:before{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	content:"";
	background:#F2EEEA;
	z-index:1;
}

.p-top-service-inner{
	position:relative;
	z-index:2;
}

.p-top-service-inner .c-text-m{
	font-size:1.7rem;
	line-height:2;
}

.p-top-service-inner .c-text + .c-text{
	margin-top:2em;
}

.p-top-service-inner-01-01-pic{
	margin-bottom:30px;
}

.p-top-service-inner-01-01-pic img{
	border:solid 8px #ffffff;
}

.p-top-service-inner-01-01 .c-text{
	padding:0 8px;
}

.p-top-service-inner-01-02{
	display:none;
}

.p-top-service-inner-02{
	margin-top:30px;
	padding-bottom:54px;
}

.p-top-service-inner-02-01 img{
	border:solid 8px #ffffff;
}

.p-top-service-inner-02-02{
	margin-top:30px;
}

.p-top-service-inner-02-02 .c-text{
	padding:0 8px;
}

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

	.p-top-contents--service{
		padding-top:0;
		margin-bottom:330px;
	}

	.p-top-contents--service .p-top-contents-inner{
		padding-top:60px;
		padding-bottom:120px;
		padding-left:20px;
		padding-right:20px;
		max-width:1080px;
		margin-right:0;
	}

	.p-top-service-inner .c-text-m{
		font-size:1.6rem;
		line-height:1.875;
	}

	.p-top-service-inner .c-text + .c-text{
		margin-top:1.875em;
	}

	.p-top-service-inner-01{
		display:flex;
	}

	.p-top-service-inner-01-01{
		width:50%;
		padding:0 20px 0 0;
	}

	.p-top-service-inner-01-01 .c-text{
		padding:0 0;
	}

	.p-top-service-inner-01-02{
		display:block;
		width:50%;
	}

	.p-top-service-inner-01-02 img{
		border:solid 10px #ffffff;
	}

	.p-top-service-inner-02{
		display:flex;
		margin-top:60px;
		padding-bottom:0;
	}

	.p-top-service-inner-02-01{
		width:50%;
		padding:0 60px 0 0;
	}

	.p-top-service-inner-02-01 img{
		border:solid 10px #ffffff;
	}

	.p-top-service-inner-02-02{
		width:50%;
		margin-top:0;
	}

	.p-top-service-inner-02-02 .c-text{
		padding:0 0;
	}
}

@media only screen and (min-width: 1200px){

	.p-top-contents--service:before{
		width:calc( ( ( 100vw - 1000px ) / 2 ) + 1000px );
	}

	.p-top-contents--service .p-top-contents-inner{
		padding-top:60px;
		padding-bottom:120px;
		padding-left:0;
		padding-right:60px;
		max-width:1100px;
		margin-right:0;
	}

}



/* ex */

.p-top-contents--ex{
	position:relative;
	background:#F2EEEA;
}

.p-top-contents--ex .p-top-contents-inner{
	padding-top:54px;
	padding-bottom:54px;
}

.p-top-ex-inner-lead{
	font-size:1.7rem;
	line-height:2;
}

.p-top-ex-inner-list{
	margin-top:40px;
}

.p-top-ex-inner-list-item{
	margin-top:20px;
}

.p-top-ex-inner-list-item-box{
	background:#ffffff;
	padding:20px;
}

.p-top-ex-inner-list-item-box-ttl{
	width:100%;
	font-size:2.0rem;
	line-height:1.45;
	font-weight:700;
	border-bottom:solid 2px #F2EEEA;
	padding:0 0 15px 10px;
	margin-bottom:16px;
}

.p-top-ex-inner-list-item-box-detail{
	width:100%;
}

.p-top-ex-inner-list-item-box-detail-inner{
	display:flex;
}

.p-top-ex-inner-list-item-box-detail-inner-pic{
	width:30%;
}

.p-top-ex-inner-list-item-box-detail-inner-pic p{
	max-width:120px;
	padding:0 20px 0 0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.p-top-ex-inner-list-item-box-detail-inner-pic p img{

}

.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(1) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
	width:100%;
}

.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(2) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
	width:75%;
}

.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(3) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
	width:56%;
}

.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(4) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
	width:66%;
}

.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(5) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
	width:78%;
}

.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(6) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
	width:78%;
}

.p-top-ex-inner-list-item-box-detail-inner-txt{
	width:70%;
}

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

	.p-top-contents--ex .p-top-contents-inner{
		padding-top:60px;
		padding-bottom:60px;
	}

	.p-top-ex-inner-lead{
		text-align:center;
	}

	.p-top-ex-inner-list{
		margin-top:46px;
		margin-left:-10px;
		margin-right:-10px;
		display:flex;
		flex-wrap:wrap;
	}

	.p-top-ex-inner-list-item{
		width:50%;
		padding-left:10px;
		padding-right:10px;
		display:flex;
		margin-top:20px;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(-n+2){
		margin-top:0;
	}

	.p-top-ex-inner-list-item-box-ttl{
		width:100%;
		font-size:2.0rem;
		line-height:1.45;
		font-weight:700;
		border-bottom:solid 2px #F2EEEA;
		padding:0 0 15px 0;
		margin-bottom:16px;
	}

	.p-top-ex-inner-list-item-box-detail{
		width:100%;
	}

	.p-top-ex-inner-list-item-box-detail-inner{
		display:flex;
	}

	.p-top-ex-inner-list-item-box-detail-inner-pic{
		width:30%;
	}

	.p-top-ex-inner-list-item-box-detail-inner-pic p{
		max-width:120px;
		padding:0 20px 0 0;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	.p-top-ex-inner-list-item-box-detail-inner-pic p img{

		margin-top:-8px;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(1) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
		width:100%;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(2) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
		width:75%;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(3) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
		width:56%;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(4) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
		width:66%;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(5) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
		width:78%;
	}

	.p-top-ex-inner-list .p-top-ex-inner-list-item:nth-of-type(6) .p-top-ex-inner-list-item-box-detail-inner-pic p img{
		width:78%;
	}

	.p-top-ex-inner-list-item-box-detail-inner-txt{
		width:70%;
	}

}



/* support */

.p-top-contents--support{
	position:relative;
	background:#F2EEEA;
}

.p-top-contents--support:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:#ffffff;
	z-index:1;
}

.p-top-contents--support .p-top-contents-inner{
	padding-top:54px;
	padding-bottom:54px;
}

.p-top-support-inner{
	position:relative;
	z-index:2;
}

.p-top-support-inner-lead{
	font-size:1.7rem;
	line-height:2;
}

.p-top-support-inner-lead > p{
	padding:0 8px;
}

.p-top-support-inner-lead > p + p{
	margin-top:2em;
}

.p-top-support-inner-pic{
	margin-top:36px;
}

.p-top-support-inner-pic-list-item{
	margin-top:20px;
}

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

	.p-top-contents--support:before{

	}

	.p-top-contents--support .p-top-contents-inner{
		max-width:1260px;
		padding:60px 0;
	}

	.p-top-support-inner-lead{
		max-width:1080px;
		margin-left:auto;
		margin-right:auto;
		padding-left:40px;
		padding-right:40px;
	}

	.p-top-support-inner-lead > p{
		text-align:center;
		padding:0 0;
	}

	.p-top-support-inner-pic{
		margin-top:46px;
		padding-left:20px;
		padding-right:20px;
	}

	.p-top-support-inner-pic-list{
		display:flex;
		margin-left:-5px;
		margin-right:-5px;
	}

	.p-top-support-inner-pic-list-item{
		width:33.3333%;
		padding:0 5px;
		margin-top:0;
	}

}

@media only screen and (min-width: 1002px){

	.p-top-contents--support:before{
		width:calc( ( ( 100vw - 1000px ) / 2 ) + 1000px );
	}

}



/* voice */

.p-top-contents--voice{
	background:#F2EEEA;
	padding-top:54px;
	padding-bottom:54px;
	margin-bottom:200px;
}


.p-top-voice-list-item-box{
	background:#ffffff;
	padding:25px;
	position:relative;
}

.p-top-voice-list-item-box:before{
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	content:"";
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #F2EEEA transparent transparent;
}

.p-top-voice-list-item-box:after{
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	content:"";
	background:url('../img/icn-voice-00.svg') no-repeat 0 0;
	background-size:contain;
}

.p-top-voice-list-item-box-name{
	width:100%;
	height:77px;
	font-size:1.6rem;
	line-height:1.5;
	font-weight:500;
	padding:0 0 0 97px;
	position:relative;
	display:flex;
	align-items:center;
}

.p-top-voice-list-item-box-name:before{
	position:absolute;
	top:0;
	left:0;
	width:77px;
	height:77px;
	content:"";
	background:url('../img/icn-voice-01.svg') no-repeat center center;
	background-size:contain;
}

.p-top-voice-list .p-top-voice-list-item:nth-of-type(2) .p-top-voice-list-item-box-name:before{
	background:url('../img/icn-voice-02.svg') no-repeat center center;
	background-size:contain;
}

.p-top-voice-list-item-box-detail{
	width:100%;
	border-top:solid 2px #F2EEEA;
	margin-top:20px;
	margin-bottom:auto;
	padding-top:20px;
}

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

	.p-top-voice-list-item{
		margin-top:20px;
	}

	.p-top-voice-list-item-box-detail p{
		line-height:1.875;
	}

}

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

	.p-top-contents--voice{
		background:#F2EEEA;
		padding-top:70px;
		padding-bottom:70px;
		margin-bottom:400px;
	}

	.p-top-voice-list{
		display:flex;
		margin-left:-15px;
		margin-right:-15px;
	}

	.p-top-voice-list-item{
		width:50%;
		padding:0 15px;
		display:flex;
	}

}



/* flow */

.p-top-contents--flow{
	padding-top:54px;
	padding-bottom:54px;
}

.p-top-flow-step .p-top-flow-step-box{
	margin-bottom:40px;
	position:relative;
}

.p-top-flow-step .p-top-flow-step-box:before{
	position:absolute;
	top:calc(100% + 12px);
	left:50%;
	transform:translate(-50%,0);
	width:23px;
	height:15px;
	content:"";
	background:url('../img/icn-arrow-bottom.svg') no-repeat center center;
	background-size:contain;
}

.p-top-flow-step .p-top-flow-step-box:nth-of-type(3):before{
	display:none;
}

.p-top-flow-step .p-top-flow-step-box:last-child{
	margin-bottom:0;
}

.p-top-flow-step .p-top-flow-step-box:last-child:before{
	display:none;
}

.p-top-flow-step-box-01{
	background:#F2EEEA;
/*	display:flex;*/
	padding:10px 10px;
	min-height:120px;
	position:relative;
}

.p-top-flow-step-box-01-label{
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	height:100px;
	padding:10px;
	background:#ffffff;
}

.p-top-flow-step-box-01-label-01{
	display:block;
	text-align:center;
	font-size:17px;
	color:#AA1400;
	border-bottom:solid 1px #AA1400;
	padding-bottom:6px;
}

.p-top-flow-step-box-01-label-02{
	display:block;
	text-align:center;
	font-size:40px;
	line-height:1;
	font-family:"Noto Serif JP";
	color:#AA1400;
	margin-top:6px;
}

.p-top-flow-step-box-01-ttl{
	height:100px;
	padding:0 0 0 121px;
	font-size:2.4rem;
	line-height:1.2;
	font-weight:500;
	display:flex;
	align-items: center;
}

.p-top-flow-step-box-01-detail{
	padding:10px 10px 10px 10px;
}

.p-top-flow-step-box--04{

}

.p-top-flow-step-box--04 .p-top-flow-step-box-01{
	position:relative;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01:before{
	position:absolute;
	top:-28px;
	left:50%;
	transform:translate(-50%,0);
	width:23px;
	height:15px;
	content:"";
	background:url('../img/icn-arrow-bottom.svg') no-repeat center center;
	background-size:contain;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(1){

}

.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2){
	
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2):before{
	display:none;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01-opt{
	position:absolute;
	top:0;
	left:0;
	background:#9B958D;
	display:flex;
	align-items: center;
	width:100%;
	height:63px;
	font-size:17px;
	font-weight:500;
	color:#ffffff;
	padding:0 20px 0 20px;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(1) .p-top-flow-step-box-01-opt{
	padding:0 20px 0 131px;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01-label{
	top:10px;
	transform:translate(0,0);
	z-index:2;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01-ttl{
	width:100%;
	margin-top:63px;
	height:auto;
	padding:10px 0 10px 0;
	font-size:2.4rem;
	line-height:1.2;
	font-weight:500;
	border-right:none;
	display:flex;
	align-items: center;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(1) .p-top-flow-step-box-01-ttl{
	padding:0 0 0 121px;
}

.p-top-flow-step-box--04 .p-top-flow-step-box-01-detail{
	flex:auto;
	padding:20px 10px 10px 10px;
	display:flex;
	align-items: center;
}

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

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2) .p-top-flow-step-box-01-ttl{
		padding:10px 0 10px 10px;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2) .p-top-flow-step-box-01-detail{
		padding:0 10px 10px 10px;
	}

}

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

	.p-top-contents--flow{
		padding-top:120px;
		padding-bottom:120px;
	}

	.p-top-flow-step .p-top-flow-step-box{
		margin-bottom:60px;
		position:relative;
	}

	.p-top-flow-step .p-top-flow-step-box:before{
		position:absolute;
		top:calc(100% + 22px);
		left:50%;
		transform:translate(-50%,0);
		width:23px;
		height:15px;
		content:"";
		background:url('../img/icn-arrow-bottom.svg') no-repeat center center;
		background-size:contain;
	}

	.p-top-flow-step-box-01{
		background:#F2EEEA;
		display:flex;
		padding:10px 10px;
		min-height:120px;
		position:relative;
	}

	.p-top-flow-step-box-01-label{
		position:absolute;
		top:50%;
		left:10px;
		width:100px;
		height:100px;
		padding:10px;
		transform:translate(0,-50%);
		background:#ffffff;
	}

	.p-top-flow-step-box-01-ttl{
		width:306px;
		padding:0 0 0 121px;
		font-size:2.4rem;
		line-height:1.2;
		font-weight:500;
/*		border-right:solid 2px #9B958D;*/
		display:flex;
		align-items: center;
	}

	.p-top-flow-step-box-01-detail{
		flex:1;
		padding:0 0 0 30px;
		border-left:solid 2px #9B958D;
		display:flex;
		align-items: center;
	}

	.p-top-flow-step-box--04{
		display:flex;
		position:relative;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01-label{
		top:15px;
		transform:translate(0,0);
		z-index:2;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01-ttl{
		width:100%;
		margin-top:63px;
		padding:10px 0 20px 0;
		font-size:2.4rem;
		line-height:1.2;
		font-weight:500;
		border-right:none;
		border-bottom:solid 2px #9B958D;
		display:flex;
		align-items: center;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01-detail{
		border-left:none;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:before{
		position:absolute;
		top:-38px;
		left:50%;
		transform:translate(-50%,0);
		width:23px;
		height:15px;
		content:"";
		background:url('../img/icn-arrow-bottom.svg') no-repeat center center;
		background-size:contain;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(1){
		width:calc(50% - 10px);
		display:block;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(1) .p-top-flow-step-box-01-ttl{
		padding:10px 0 20px 121px;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2){
		width:calc(50% - 10px);
		margin:0 0 0 auto;
		display:block;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2):before{
		display:block;
	}

	.p-top-flow-step-box--04 .p-top-flow-step-box-01:nth-of-type(2) .p-top-flow-step-box-01-ttl{
		padding-left:10px;
	}

}



/* sustainable */

.p-top-contents--sustainable{
	background:url('../img/bg-sustainable.jpg') no-repeat center center;
	background-size:cover;
	padding:54px 20px;
}

.p-top-contents--sustainable .p-top-contents-inner{
	background:#ffffff;
	padding-top:36px;
	padding-bottom:30px;
}

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

	.p-top-sustainable-box01-02-inner{
		display:flex;
		margin-top:20px;
	}

	.p-top-sustainable-box01-02{
		margin-top:20px;
	}

	.p-top-sustainable-box01-02 .c-text-m{
		padding:0 8px;
	}

	.p-top-sustainable-box01-02-inner-01{
		width:70%;
		padding:0 8px 0 0;
	}

	.p-top-sustainable-box01-02-inner-02{
		width:30%;
	}

	.p-top-sustainable-box02{
		margin-top:20px;
	}

	.p-top-sustainable-box02-02{
		margin-top:20px;
	}

	.p-top-sustainable-box02-02 p{
		padding:0 8px;
	}

}

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

	.p-top-contents--sustainable{
		padding:120px 0;
	}

	.p-top-contents--sustainable .p-top-contents-inner{
		max-width:1100px;
		padding:50px 50px;
	}

	.p-top-sustainable-box01{
		display:flex;
		margin-left:-15px;
		margin-right:-15px;
	}

	.p-top-sustainable-box01 .c-text-m{
		line-height:1.875;
	}

	.p-top-sustainable-box01-01{
		width:47%;
		padding:0 15px;
	}

	.p-top-sustainable-box01-02{
		width:43%;
		padding:0 15px;
	}

	.p-top-sustainable-box01-02-inner{
		margin-top:30px;
	}

	.p-top-sustainable-box01-02-inner-01{
	}

	.p-top-sustainable-box01-02-inner-02{
		width:36.3196%;
		max-width:100px;
		margin-top:20px;
		padding-bottom:30px;
	}

	.p-top-sustainable-box02{
		display:flex;
		margin-left:-15px;
		margin-right:-15px;
	}

	.p-top-sustainable-box02 .c-text-m{
		line-height:1.875;
	}

	.p-top-sustainable-box02-01{
		width:43%;
		padding:0 15px;
		order:1;
	}

	.p-top-sustainable-box02-02{
		width:47%;
		padding:0 15px;
		order:0;
		margin-top:50px;
	}


}

/* message */

.p-top-contents--message{
	position:relative;
	padding:54px 0 0 0;
	margin-bottom:200px;
}

.p-top-contents--message:before{
	position:absolute;
	top:340px;
	right:0;
	width:100%;
	height:calc(100% - 600px);
	content:"";
	background:#F2EEEA;
	z-index:0;
}

.p-top-message-txt{
	position:relative;
	padding:0 0 54px 0;
	z-index:2;
}

.p-top-message-pic-01{
	width:100%;
	padding:0 0 30px 0;
}

.p-top-message-pic-01 img{
	border:solid 8px #ffffff;
}

.p-top-message-txt-ttl{
	font-size:30px;
	line-height:1;
	font-weight:500;
	font-family:"Noto Serif JP";
	margin-bottom:30px;
	padding:0 8px;
}

.p-top-message-txt .c-text-m{
	line-height:1.875;
	padding:0 8px;
}

.p-top-message-txt .c-text + .c-text{
	margin-top:1.875em;
}

.p-top-message-txt-bottom{
	display:flex;
	margin-top:30px;
	margin-right:-20px;
	align-items:center;
}

.p-top-message-txt-bottom-name{
	width:38.3178%;
}

.p-top-message-txt-bottom-name-01{
	display:block;
	font-size:1.6rem;
	line-height:1.5;
	font-weight:500;
}

.p-top-message-txt-bottom-name-02{
	display:block;
	font-size:2.4rem;
	line-height:1.5;
	font-weight:500;
}

.p-top-message-txt-bottom-pic{
	width:61.6822%;
	
}

.p-top-message-pic-02{
	position:absolute;
	bottom:120px;
	left:0;
	width:30.3075%;
}

.p-top-message-pic-02 img{
	max-width:600px;
}

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

	.p-top-contents--message{
		padding:180px 0 0 0;
		margin-bottom:330px;
	}

	.p-top-contents--message:before{
		position:absolute;
		top:120px;
		right:0;
		width:78.7701%;
		height:calc(100% - 120px);
		content:"";
		background:#F2EEEA;
		z-index:0;
	}

	.p-top-contents--message .p-top-contents-inner{
		max-width:100%;
		padding:0 0;
	}

	.p-top-message-txt{
		position:relative;
		padding:0 20px 120px 35.5783%;
		z-index:2;
	}

	.p-top-message-pic-01{
		width:46.5116%;
		padding:0 0 20px 20px;
	}

	.p-top-message-pic-01 img{
		border:solid 10px #ffffff;
	}

	.p-top-message-txt-ttl{
		font-size:30px;
		line-height:1;
		font-weight:500;
		font-family:"Noto Serif JP";
		margin-bottom:30px;
		padding:0 0;
	}

	.p-top-message-txt .c-text-m{
		line-height:1.875;
		padding:0 0;
	}

	.p-top-message-txt .c-text + .c-text{
		margin-top:1.875em;
	}

	.p-top-message-txt-bottom-name-01{
		display:inline;
		padding:0 1em 0 0;
	}

	.p-top-message-txt-bottom-name-02{
		display:inline;
	}

	.p-top-message-pic-02{
		position:absolute;
		bottom:120px;
		left:0;
		width:30.3075%;
	}

}



/* company */

.p-top-contents--company{
	padding-top:54px;
}

.p-top-company-table > table{
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
	font-size:1.5rem;
	line-height:1.5;
}

.p-top-company-table > table > tbody > tr > th{
	background:#F2EEEA;
	border:solid 1px #C6C6C6;
	padding:10px;
	width:calc( 9em + 20px );
	text-align:left;
	font-weight:500;
}

.p-top-company-table > table > tbody > tr > td{
	background:#ffffff;
	border:solid 1px #C6C6C6;
	padding:10px 10px;
}

.p-top-company-table-list02-item{
	display:block;
}


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

	.p-top-contents--company{
		padding-top:120px;
	}

	.p-top-company-table > table > tbody > tr > th{
		padding:20px;
		width:18.5%;
	}

	.p-top-company-table > table > tbody > tr > td{
		padding:20px 30px;
	}

	.p-top-company-table-list01{
		display:table;
	}

	.p-top-company-table-list01 > dt{
		display:table-cell;
		vertical-align:top;
		width:5em;
	}

	.p-top-company-table-list01 > dd{
		display:table-cell;
		vertical-align:top;
	}

	.p-top-company-table-list02-item{
		display:inline;
		padding:0 1em 0 0;
	}

	.p-top-company-table-list02-item:last-child{
		padding:0 0 0 0;
	}

	.p-top-company-table-list03{
		display:flex;
	}

	.p-top-company-table-list03-item{
		width:50%;
		padding:0 1em 0 0;
	}

}



/* access */

.p-top-contents--access{
	padding-top:54px;
}

.p-top-contents--access .p-top-contents-inner{
	max-width:100%;
	padding:0 0;
}

.p-top-access-txt{
	padding:0 20px;
}

.p-top-access-map{
	width:100%;
	height:283px;
	margin-top:20px;
}

.p-top-access-map iframe{
	width:100%;
	height:100%;
}

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

	.p-top-contents--access{
		padding-top:120px;
	}

	.p-top-access-txt{
		width:100%;
		max-width:1080px;
		padding:0 40px;
		margin-left:auto;
		margin-right:auto;
	}

	.p-top-access-map{
		height:344px;
	}

}

/* contact */

.p-top-contents--contact{
	padding-top:54px;
	padding-bottom:234px;
}

.p-top-contact-form{
	margin-top:25px;
	width:100%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.p-top-contact-form > dl{
	font-size:1.5rem;
	line-height:1.5;
	margin-top:20px;
}

.p-top-contact-form > dl > dt{

}

.p-top-contact-form > dl > dd{
	padding-top:10px;
}

.p-top-contact-form-his{
	color:#FF0000;
}

.p-top-contact-form-radio{

}

.p-top-contact-form-radio-item{
	display:inline-block;
	margin-right:2em;
}

.p-top-contact-form-radio-item:last-child{
	margin-right:0;
}

.p-top-contact-form-scrollbox{
	width:100%;
	height:127px;
	padding:20px;
	border:solid 1px #707070;
	overflow-y:scroll;
}

.p-top-contact-form-scrollbox > p{
	font-size:1.4rem;
	line-height:1.5;
}

.p-top-contact-form-scrollbox > p + p{
	margin-top:1.5em;
}

.p-top-contact-form-checkbox{
	margin-top:20px;
	text-align:center;
}

.p-top-contact-form-checkbox > li{
	display:inline-block;
}

.p-top-contact-form-btn{
	margin-top:45px;
}

.p-top-contact-form-btn > input[type="submit"]{
	width:100%;
	height:40px;
	text-align:center;
	font-size:1.8rem;
	line-height:40px;
	color:#ffffff;
	background:#9B958D;
}

.p-top-contact-form-btn > input[type="submit"].disabled{
	opacity: 0.3 !important;
	cursor: default;
}

.grecaptcha-badge{
	display:none;
}

.p-top-contact-form-recaptcha{
	background:#f6f6f6;
	padding:20px;
	margin:40px 0 0 0;
	font-size:12px;
	text-align:center;
}

.p-top-contact-form label.error {
	display: block;
	background: #ff0000;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 6px;
	margin: 5px 0 0 0;
	position: relative;
}

.p-top-contact-form label.error:before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	margin: -15px 0 0 0;
	content: "";
	border: 10px solid transparent;
	border-bottom: solid 5px #ff0000;
}

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

	.p-top-contents--contact{
		padding-top:120px;
		padding-bottom:300px;
	}

	.p-top-contact-form{
		margin-top:25px;
		width:600px;
	}

	.p-top-contact-form-scrollbox{
		width:600px;
	}

	.p-top-contact-form-btn > input[type="submit"]{
		transition:all 0.2s;
	}

	.p-top-contact-form-btn > input[type="submit"]:hover{
		opacity:0.7;
	}

}



/*--------------------------------------------------------------------------------
	inview
--------------------------------------------------------------------------------*/

/* fadein01 */

.inview-fadein01{
	opacity: 0;
	transform:translate(0,20px);
	transition:all 1.0s ease;
}

.inview-fadein01.inview-act{
	opacity: 1.0;
	transform:translate(0,0);
}

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

	.inview-fadein01{
		opacity: 0;
		transform:translate(0,30px);
		transition:all 1.5s ease;
	}

}



/* fadein02 */

.inview-fadein02{
	opacity: 0;
	transition:all 1.0s ease;
}

.inview-fadein02.inview-act{
	opacity: 1.0;
}

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

	.inview-fadein02{
		transition:all 1.5s ease;
	}

}

