
/***************************************
SNAP SCROLL CSS
***************************************/

html, body{
	scroll-snap-type: y mandatory;
	height: 100%;
}
header,
section,
footer{
	scroll-snap-align: start;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cnt_in{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** index_header **/

#index_header{
	position: relative;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 1);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#index_header.fix{	background: rgba(0, 0, 0, 1);}

#index_header h1{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 10px;
	left: 19px;
	z-index: 10;
}
#index_header h1 a{
	display: inline-block;
	vertical-align: top;
	height: 22px;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	text-align: left;
	padding: 0 0 0 25px;
	background: url(../img/all/h_logo_icon.png?t=1024) no-repeat;
	background-size: 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#index_header h1 a:hover{
	color: #fff;
	text-decoration: none;
}

#index_header .waves {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 40px;
  transform: rotate(180deg);
}


/* Animation */
#index_header .wave-paths {
  use {
    animation: move-waves 10s ease-in-out infinite;
    fill: url(#wave-gradient);
  }
  use:nth-child(odd) {
    animation-direction: reverse;
    animation-duration: 13s;
  }
  use:nth-child(1) {
    animation-delay: -2s;
    opacity: .6;
  }
  use:nth-child(2) {
    animation-delay: -3s;
    opacity: .4;
  }
  use:nth-child(3) {
    animation-delay: -4s;
    opacity: .2;
  }
  use:nth-child(4) {
    animation-delay: -5s;
  }
}

@keyframes move-waves {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    transform: translate3d(30px, 0, 0);
  }
  100% {
    transform: translate3d(-30px, 0, 0);
  }
}


/** video **/

#topmv{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topmv video{
	display: block;
	width: 100%;
	height: auto;
	webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topmv:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1280 / 720;
	background: url(../img/all/mvon.png?t=1218) no-repeat center center;
	background-size: 700px auto;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}


/** top_title **/

.top_title{
	position: relative;
	font-family: "FontA";
	font-size: 28px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
	color: #666;
}
.top_title em{	color: #96c82a;}
.top_title:after{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	opacity: 1;
	background-image: linear-gradient(0deg, #ffffff 50%, #ffde00 50%);
	background-size: 4px 4px;
	position: absolute;
	top: -2px;
	left: -4px;
	transform: rotate(45deg);
}
@font-face {
	font-family: FontA;
	src: url('../font/Roboto-Light.ttf') format("truetype");
}


/** press **/

#press{
	text-align: left;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#press h2{
	position: relative;
	width: auto !important;
	height: auto !important;
}

.prlist{
	padding: 0 20px;
}

.prbox{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 12px 0;
}
.prlist div:last-of-type .prbox{
	margin-bottom: 0;
}

.prbox .cate{
	width: 110px;
	margin-right: 12px;
	color: #fff;
}
.prbox .cate span{
	display: block;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
}
.prbox .c1 span{
	background: rgb(171,211,50);
	background: linear-gradient(90deg, rgba(171,211,50,1) 0%, rgba(129,189,34,1) 100%);
}
.prbox .c2 span{
	background: rgb(0,77,173);
	background: linear-gradient(90deg, rgba(0,77,173,1) 0%, rgba(0,51,132,1) 100%);
}
.prbox .c3 span{
	background: rgb(255,130,0);
	background: linear-gradient(90deg, rgba(255,130,0,1) 0%, rgba(255,87,0,1) 100%);
}

.prbox .date{
	position: relative;
	width: 70px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #7a7a7a;
	margin-right: 12px;
}
.prbox .txt{
	width: calc(100% - 215px);
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.prbox .txt a{	color: currentColor;}

#press > p{
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	color: #999;
	margin: 10px 0 0 0;
}

#press .no{	display: none;}

#press button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 28px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #121212;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#press button:hover{
	color: #fff;
	background: #000;
	border-color: #000;
}
#press button.click{	display: none;}


/** ir **/

#iv,
#ir{
	background: #fff;
}
.ir_in{
	display: flex;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.ir_in p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.ir_in .img{
	font-size: 0;
	line-height: 0;
}
.ir_in .img img{
	width: 340px;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#iv .ir_in{
	flex-direction: row-reverse;
}
#iv .ir_in p{	margin-right: 10px;}
#iv .ir_in .img{	margin-left: 10px;}
#ir .ir_in p{	margin-left: 10px;}
#ir .ir_in .img{	margin-right: 10px;}

.ir_list{
	font-size: 0;
	line-height: 0;
}
.ir_list ul{}
.ir_list li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 10px);
	margin: 0 5px 50px 5px;
}
.ir_list li .img{
	margin: 0 0 10px 0;
}
.ir_list li .img img{
	width: 100%;
	height: auto;
}
.ir_list li h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-align: left;
	margin: 0 0 5px 0;
}
.ir_list li h3 span{
	position: relative;
	top: -1px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 3px;
}
.ir_list li h3 em{
	font-size: 16px;
	line-height: 20px;
}
.ir_list li p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}


/** company **/

#company{
	text-align: left;
	background: #fff;
}

#data{
	padding: 0 20px;
}
#data div{
	margin-bottom: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	background: url(../img/all/dot.gif) repeat-x bottom left;
}
#data li{
	display: flex;
}
#data li span{
	width: 130px;
	color: #333333;
}
#data li font{
	flex: 1;
	font-size: 12px;
}
#data li a{	color: #333;}
#data li a:hover{	color: #5ab300;}
.hicon p{
	padding-left: 20px;
	background: url(../img/index/i2.gif) no-repeat 3px 4px;
}
#data dl{
	display: flex;
	margin: 0;
}
#data dt{
	position: relative;
	width: 78px;
	color: #333333;
	margin: 0;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#data dd{
	flex: 1;
	font-size: 12px;
	margin: 0;
	padding-left: 0;
}
.dli-information-circle {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	transform: scale(0.8);
	position: absolute;
	top: 2px;
	left: 0.5px;
}
.dli-information-circle > span {
	width: 0.15em;
	height: 0.6em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.dli-information-circle > span::before, .dli-information-circle > span::after {
	content: '';
	display: block;
	width: inherit;
	background: currentColor;
}
.dli-information-circle > span::before {
	margin-bottom: 0.1em;
	height: 0.15em;
	border-radius: 50%;
}
.dli-information-circle > span::after {
	height: 0.35em;
	border-radius: 0.025em;
}
.dli-user-fill {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	transform: scale(0.8);
	position: absolute;
	top: 4px;
	left: 1.5px;
}
.dli-user-fill::before, .dli-user-fill::after {
	content: '';
	display: block;
	margin: 0 auto;
	background: currentColor;
	box-sizing: border-box;
}
.dli-user-fill::before {
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	margin-bottom: 0.05em;
}
.dli-user-fill::after {
	width: 1em;
	height: 0.4em;
	border-bottom: 0;
	border-radius: 50% / 100% 100% 0 0;
}


/** form **/

#contact{
	background: #fff;
	padding-bottom: 100px;
}
.form{
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox{
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#comfirm .cbox{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 17px;
	padding-bottom: 15px;
}

#contact.contact_check .cbox h4{ margin-bottom: 3px;}

.cbox h4,
.cbox > p{
	text-align: left;
}

.cbox h4{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.cbox h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
}

.cbox h4 em.hissu{
	position: relative;
	bottom: -1px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	background: #ff0000;
	margin: 0 10px 0 0;
	padding: 0 5px;
	border-radius: 2px;
}

.cbox p{
	font-size: 14px;
	line-height: 22px;
}

.submit{	text-align: center;}
.submit p{
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 10px 15px;
	border: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bt_bg{	text-align: center;}
.submit_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	max-width: 260px;
	height: 50px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	background: #000;
	border-radius: 3px;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.submit_bt:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.w1{	width		: 220px;}
.s1{	width		: 220px;}
.w2{	width		: 100%;}
.w3{	width		: 120px;}
.select{	width	: 170px;}
/*
.co_url_text{
	font-size: 14px;
	line-height: 20px;
	width: 50px;
	
}
*/
input[name="co_url"].w2{
	/*width: calc(100% - 50px);*/
	margin-top: 10px;
}

.form textarea{
	width: 100%;
	height: 230px;
	padding			: 15px 10px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    vertical-align	: middle;
	border: none;
	background: #f1f1f1;
	border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"]{
	padding			: 15px 10px;
	font-size		: 14px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: none;
	background: #f1f1f1;
	border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input::placeholder,
.form textarea::placeholder{	color: #999;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #999;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #999;}

.form input[type="file"]{
	display: block;
	margin: 0 0 10px 0;
}
.form input[type="file"]:last-of-type{	margin-bottom: 0;}

select{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.select_bg{
	position: relative;
	display: inline-block;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 40px;
	background: #ccc;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
}

.form textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	font-size		: 14px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.form input,
.form textarea,
.form select {
  scroll-margin-top: 100px; /* キーボードで隠れない余白を確保 */
}
.chk_bar{
	font-size: 0;
	line-height: 0;
}

.chk_bar li{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar li:last-of-type{	margin-right: 0;}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #333;
	background: #fff;
	border: none;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #fff;
	background: #5bb82d;
	border-color: #5bb82d;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
.over{	padding-bottom: 50px;}

.error span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over div{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding: 80px 0 0 0;
}
.over div span{
	font-size: 34px;
	line-height: 1;
}
.over div em{
	display: block;
	margin-bottom: 30px;
}

.error_text{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

.capt_bg{
	border-bottom: 1px dotted #ddd;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.capt{
	width: 280px;
	margin: 20px auto 20px auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #a2893b;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}


/*=================================================
 * CSS for SP
 * ================================================= */

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

	.cnt_in{
		width: 100%;
		margin: 0;
		padding: 60px 10px 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#index_header{
		width: 100%;
		height: 10px;
	}
	#index_header h1{
		top: 8px;
		left: 9px;
	}
	#index_header h1 a{
		height: 17px;
		font-size: 12px;
		line-height: 17px;
		padding: 0 0 0 20px;
		background-size: auto 17px;
	}
	#index_header .waves{
		top: 8px;
		height: 25px;
	}


	/** video **/
	#topmv:before{
		background-size: 75% auto;

	}


	/** top_title **/
	
	.top_title{
		margin-bottom: 20px;
	}

	/** press **/
	#press{
		width: auto;
		text-align: left;
		padding: 0;
	}
	#press h2{	margin-bottom: 20px;}
	.prlist{	padding: 0;}
	.prbox{
		flex-wrap: wrap;
		margin: 0 0 15px 0;
	}
	.prbox .cate{
		margin-right: 10px;
		color: #fff;
	}
	.prbox .cate span{
	}
	.prbox .date{
		width: calc(100% - 120px);
		text-align: left;
		margin-right: 0;
		font-size: 11px;
		color: #999;
	}
	.prbox .date:after{ display: none;}
	.prbox .txt{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		margin-top: 3px;
	}
	#press > p{
		margin: 20px 0 0 0;
	}
	#press button{
		display: flex;
		margin: 0 auto;
	}

	/** ir **/
	#ir{
	}
	.ir_in{
		display: block;
		padding: 0;
	}
	.ir_in p{
		font-size: 12px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.ir_in .img{
		font-size: 0;
		line-height: 0;
		margin-bottom: 10px;
	}
	.ir_in .img img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#iv .ir_in p{	margin-right: 0;}
	#iv .ir_in .img{	margin-left: 0;}
	#ir .ir_in p{	margin-left: 0;}
	#ir .ir_in .img{	margin-right: 0;}
	.ir_list ul{}
	.ir_list li{
		display: block;
		width: auto;
		margin: 0 0 30px 0;
	}

	/** company **/
	#company{
		text-align: left;
	}
	#data{
		padding: 0;
	}
	#data li{
		display: flex;
		width: 100%;
		font-size: 11px;
		line-height: 16px;
	}
	#data li span{
		width: 130px;
	}
	#data li font{
		font-size: 11px;
	}


	/** form **/
	#contact{
		padding-bottom: 60px;
	}
	.form{
		width: auto;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.cbox{
		display: block;
	}
	.cbox h4,
	.cbox > p{
		display: block;
		width: auto;
		text-align: left;
	}
	.cbox h4{	margin-bottom: 5px; font-weight: bold;}
	.w1{	width: 100%;}
	.select_bg{	display: block;}
	.s1{	width: 100%;}
	.w3{	width: 85px;}
	.submit p{
		text-align: left;
		padding: 10px;
	}
	.submit p br.sp_none{	display: none;}


	input,
	textarea,
	select {
		font-size: 16px !important; 
	}
}
