@charset "utf-8";



@font-face {
    font-family: 'tmin';
    font-style: normal;
    src: url('../font/tmin.woff') format('woff'), /* Modern Browsers */
    url('../font/tmin.otf')  format('opnetype'); /* Safari, Android, iOS */
}




#container{
	position: relative;
	z-index: 1;
	background-color: #fdfdfb;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

.headback{
	border: 4px solid b_lue;
	height: 120vh;
	min-height: 730px;
	width: 100%;
	background-color: #1B313F;
	background-image: url(../img/grad.gif) ;
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@keyframes fadeOutNew {
	0% {
		opacity: 1;
	}
	46% {
		opacity: 1;
	}
	
	
	55% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.fadeOutNew {
animation: fadeOutNew 5s ease-in forwards;
}



header{
	border-bottom: 4px solid r_ed;
	height: 105vh;
	min-height: 730px;
}


header h2{
	border: 1px solid b_lue;
	text-align: center;
	position: relative;
	top: 100px;
	font-family: 'tmin';
	font-weight: normal;
	font-size: 180%;
	letter-spacing: 2px;
	animation: h2_color 5s ease-in forwards;
}

@keyframes h2_color {
	0% {
		opacity: 1;
		color: #FFF2BB;
	}
	
	45% {
		opacity: 1;
		color: #FFF2BB;
	}

	49% {
		opacity: 1;
		color: #3f403a;
	}
}




header h2 span{
	font-family: 'tmin';
	font-size: 120%;
}
header h2 .h2_2{
	font-family: 'tmin';
	font-weight: normal;
	font-size: 80%;
	display: inline-block;
	padding: 0 3px;
}


header h2 .marker{
	height: 45%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #fbd470;
	z-index: -1;
	animation: marker 5s linear forwards;
	text-align:right;
}

@keyframes marker {
	0% {
		width: 0%;
	}
	59.0% {
		width: 0px;
		right: 0;
	}
	61.2% {
		width: 190px;
		right: 0;
	}
	100% {
		width: 190px;
		right: 0;
	}
}



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



}




header .tribox{
	border: 2px solid b_lue;
	margin-top: 100px;
	position: relative;
	width: 100%;
}

/*****小さい三角***************/

.small_tri01{
	opacity: 1;
	animation: small_tri01 2s linear infinite;
}
@keyframes small_tri01 {
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
}



.small_tri02{
	opacity: 1;
	animation: small_tri02 2s linear infinite;
}
@keyframes small_tri02 {
	20% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
}



.small_tri03{
	opacity: 1;
	animation: small_tri03 2s linear infinite;
}
@keyframes small_tri03 {
	30% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
}



.small_tri04{
	opacity: 1;
	animation: small_tri04 2s linear infinite;
}
@keyframes small_tri04 {
	45% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}


.small_tri05{
	opacity: 1;
	animation: small_tri05 2s linear infinite;
}
@keyframes small_tri05 {
	55% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
}


.small_tri06{
	opacity: 1;
	animation: small_tri06 2s linear infinite;
}
@keyframes small_tri06 {
	65% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
}





/*****左三角***************/

header .tribox .left_tri{
	width: 50%;
	display: inline-block;
	border-bottom: 1px solid r_ed;
	position: absolute;
	top: 0;
	left: 0;
}

header .tribox .left_tri .leftcover{
	border: 2px solid p_ink;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #1B313F;
	animation: leftcover 5s linear forwards;
	text-align:right;
}

@keyframes leftcover {
	0% {
		width: 100%;
	}
	40% {
		width: 100%;
	}
	42.5% {
		width: 0%;
		right: 0;
	}
	100% {
		width: 0%;
		right: 0;
	}
}




header .tribox .left_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15vw 0 15vw 50vw;
	border-color: transparent transparent transparent #EFC65D/*#ffdb70*/;
	animation: left_tri 5s linear forwards;
}

@keyframes left_tri {
	39% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

header .tribox .left_tri .inner .tri_txt{
	border: 1px solid p_ink;
	width: 75px;
	height: auto;
	font-size: 90%;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-35%, -50%);
	-webkit-transform: translate(-35%, -50%);
	-ms-transform: translate(-35%, -50%);
}

header .tribox .left_tri .inner .tri_txt .tri_small{
	height: 10px;
	border: 1px solid r_ed;
	margin-bottom: 10px;
}

header .tribox .left_tri .inner .tri_txt .tri_small li{
	height: 10px;
	width: 10px;
	border: 1px solid b_lue;
	display: inline-block;
	margin: 0 2px;
}


/*****右三角***************/


header .tribox .right_tri{
	width: 50%;
	display: inline-block;
	border: 1px solid p_ink;
	position: absolute;
	top: 0;
	right: 0;
}

header .tribox .right_tri .rightcover{
	border: 2px solid p_ink;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #1B313F;
	animation: rightcover 5s linear forwards;
	text-align:right;
}

@keyframes rightcover {
	0% {
		width: 100%;
	}
	44.0% {
		width: 100%;
	}
	44.2% {
		width: 0%;
		right: 0;
	}
	100% {
		width: 0%;
		right: 0;
	}
}



header .tribox .right_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15vw 50vw 15vw 0;
	border-color: transparent #B5B5B5/*#B5B5B5*/ transparent transparent;
	animation: rigbbbht_tri 5s linear forwards;
}

@keyframes rigbbbbht_tri {
	39% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

header .tribox .right_tri .inner .tri_txt{
	border: 1px solid p_ink;
	width: 75px;
	height: auto;
	font-size: 90%;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 35%;
	transform: translate(35%, -50%);
	-webkit-transform: translate(35%, -50%);
	-ms-transform: translate(35%, -50%);
}


header .tribox .right_tri .inner .tri_txt .tri_small{
	height: 10px;
	border: 1px solid r_ed;
	margin-bottom: 10px;
}

header .tribox .right_tri .inner .tri_txt .tri_small li{
	height: 10px;
	width: 10px;
	border: 1px solid b_lue;
	display: inline-block;
	margin: 0 2px;
}


/***h1ロゴ***************************************/

header h1{
	border: 2px solid r_ed;
	margin: 30vw auto 0;
	text-align: center;
	width: 170px;
	position: relative;
}

header h1 .logo2{
	width: 45px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

header h1 .logo3{
	position: absolute;
	bottom: -2px;
	left: 0;
	mix-blend-mode: multiply;
}
header h1 .logocover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1B313F;
	z-index: 1;
	animation: logocover 5s linear forwards;
}

@keyframes logocover {
	39% {
		opacity: 1;
	}

	48% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}

}


/******************************************/

.scrollbox {
	border: 1px solid r_ed;
	bottom: 0px;
	width: 100px;
	height: 130px;
	position: relative;
	margin: 50px auto;
}


.scrollbox a {
	display: inline-block;
	z-index: 2;
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #33f;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}


.scrollbox a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 130px;
	background: #d8d8d7;
	animation: sdl 3.0s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	50% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	50.1% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 0);
	  transform-origin: 0 100%;
	}
}




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

	header{
		border-bottom: 4px solid r_ed;
	}
	
	
	header h2{
		border: 2px solid b_lue;
		text-align: center;
		position: relative;
		top: 15vh;
		font-size: 250%;
		letter-spacing: 2px;
	}
	
	

	header h2 span{
		font-family: 'tmin';
		font-weight: normal;
		font-size: 80%;
		display: inline-block;
		padding: 0 3px;
	}
	
	header .tribox{
		width: 100%;
		border-bottom: 1px solid transparent;
		margin-top: 18vh;
		position: relative;
	}
	
	/*****左三角***************/
	
	header .tribox .left_tri{
		width: 50%;
		display: inline-block;
		border-bottom: 1px solid r_ed;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	header .tribox .left_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22vw 0 22vw 100%;
	}
	
	
	header .tribox .left_tri .inner .tri_txt{
		border: 1px solid p_ink;
		width: 75px;
		height: auto;
		font-size: 85%;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translate(-35%, -50%);
		-webkit-transform: translate(-35%, -50%);
		-ms-transform: translate(-35%, -50%);
	}
	
	header .tribox .left_tri .inner .tri_txt .tri_small{
		height: 10px;
		border: 1px solid r_ed;
		margin-bottom: 10px;
	}
	
	header .tribox .left_tri .inner .tri_txt .tri_small li{
		height: 10px;
		width: 10px;
		border: 1px solid b_lue;
		display: inline-block;
		margin: 0 2px;
	}
	
	
	/*****右三角***************/
	
	
	header .tribox .right_tri{
		width: 50%;
		display: inline-block;
		border-bottom: 1px solid p_ink;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	header .tribox .right_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22vw 100% 22vw 0;
	}
	
	header .tribox .right_tri .inner .tri_txt{
		border: 1px solid p_ink;
		width: 75px;
		height: auto;
		font-size: 85%;
		font-weight: bold ;
		line-height: 1.5;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 50%;
		right: 25%;
		transform: translate(35%, -50%);
		-webkit-transform: translate(35%, -50%);
		-ms-transform: translate(35%, -50%);
	}
	
	
	header .tribox .right_tri .inner .tri_txt .tri_small{
		height: 10px;
		border: 1px solid r_ed;
		margin-bottom: 10px;
	}
	
	header .tribox .right_tri .inner .tri_txt .tri_small li{
		height: 10px;
		width: 10px;
		border: 1px solid b_lue;
		display: inline-block;
		margin: 0 2px;
	}
	
	
	/***h1ロゴ***************************************/
	
	h1{
		border: 2px solid r_ed;
		margin-top: 76vw;
		text-align: center;
	}

	h1 img{
		width: 170px;
	}

	header h1{
		margin: 40vw auto 0;
	}	
	
	
	/******************************************/
	
	.scrollbox {
		border: 1px solid r_ed;
		bottom: 0px;
		width: 100px;
		height: 130px;
		position: relative;
		margin: 50px auto;
	}
	
	
	.scrollbox a {
		display: inline-block;
		z-index: 2;
		padding: 10px 10px 110px;
		overflow: hidden;
		color: #33f;
		font-size: 14px;
		line-height: 1;
		letter-spacing: .2em;
		text-transform: uppercase;
		text-decoration: none;
		writing-mode: vertical-lr;
	}
	
}




/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/

.companybox{
	border-top: 1px solid #ddd;
	width: 700px;
	margin: 90px auto;
	padding-bottom: 80px;
	padding-top: 50px;
}

.companybox li{
	width: 520px;
	border: 1px solid p_ink;
	margin: 28px auto;
	font-size: 100%;
	letter-spacing: 1px;
	position: relative;
	left: 30px;
}

.companybox li .colon_m{
	margin: 0 .3em;
}



.companybox li .photo{
	width: 150px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid r_ed;
}
.companybox li .txt{
	width: 340px;
	display: inline-block;
	border: 1px solid r_ed;
	font-size: 90%;
	margin-left: 20px;
	line-height: 1.8;
	margin-top: -1em;
}
.companybox li .txt::first-line{
	font-size: 100%;
	line-height: 3.5;
}



/************/

.leadbox{
	width: 320px;
	border: 1px solid r_ed;
	font-size: 145%;
	letter-spacing: 2px;
	line-height: 2.1;
	margin: 100px auto 0;
	position: relative;
	left: 1.2em;
}


/************/
.businessdomainbox{
	border: 1px solid #aaa;
	width: 670px;
	margin: 120px auto 0;
	text-align: center;
	border-radius: 6px;
}
.businessdomainbox .tit{
	font-size: 150%;
	background-color: #FDFDFB;
	position: relative;
	top: -0.7em;
	display: inline-block;
	padding: 0 .8em;
}
.businessdomainbox .tit span{
	font-size: 60%;
	display: block;
	opacity: .5;
	position: relative;
	top: -5px;
}
.businessdomainbox .imgbox{
	width: 90%;
	border: 2px solid b_lue;
	margin: 10px auto 50px;
	position: relative;
}
.businessdomainbox .imgbox .backtree{
	position: relative;
	mix-blend-mode: multiply;
}

.businessdomainbox .elementsbox{
	position: absolute;
	border: 2px solid b_lue;
	width: 70%;
	top: 0;right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.businessdomainbox .elementsbox .ele{
	border: 2px solid r_ed;
	width: 100%;
	display: flex;
	margin-bottom: 10%;
}
.businessdomainbox .elementsbox .ele .linebox{
	width: 40%;
	position: relative;
	top: 40px;
}
.businessdomainbox .elementsbox .ele img:nth-child(2){
	width: 60%;
	border: 1px solid g_reen;
	position: relative;
	z-index: 2;
}
/***/
.lb1{
	border: 4px solid g_reen;
	transform: rotate(-10deg);
	position: relative;
	top: 75px !important;
	left: 6px;
}
.lb2{
	top: 55px !important;
	position: relative;
	left: px;
}
.lb3{
	border: 4px solid g_reen;
	transform: rotate(10deg);
	position: relative;
	top: 35px !important;
	left: -9px;
}



/************/
.btnbox{
	border: 1px solid r_ed;
	width: 670px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
}

.btnbox .inner{
	display: flex;
	border: 10px solid p_ink;
	flex-wrap: wrap;
	flex-direction: column;
	width: 50%;
}

.btnbox .inner a:nth-child(1) .document{
	margin-bottom: 7px;
}
.btnbox .inner a .document{
	border: 1px solid b_lue;
	width: 100%;
	height: 67px;
	display: block;
	background: #B5B5B5/*#CDC9BE*/;
	border-radius: 6px;
	font-size: 140%;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 20px;
	transition: .7s;
	box-sizing: border-box;
}

.btnbox .inner a .document:hover{
	background: #9e9d9b;
	box-shadow:
	0 10.4px 12px rgba(0, 0, 0, 0.059),
	0 30px 80px rgba(0, 0, 0, 0.09);
}

.btnbox .document span{
	font-size: 55%;
	color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 1px 5px;
	position: relative;
	top: -3px;
	left: 7px;
}

.btnbox .inq_{
	background: #EFC65D/*#FAC75C*/;
	border-radius: 6px;
	font-size: 140%;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	transition: .7s;
	display:inline-block;
	width: 325px;
	height: 140px;
	padding-top: 52px;
	box-sizing: border-box;
}

.btnbox .inq_:hover{
	background: #ffb417;
	box-shadow:
	0 10.4px 12px rgba(0, 0, 0, 0.059),
	0 30px 80px rgba(0, 0, 0, 0.09);
}


.txtbox{
	color: #afa48f;
	text-align: center;
	font-size: 95%;
	margin-top: 75px;
	letter-spacing: 2px;
	line-height: 2.0;
}




@media all and (max-width: 750px) {
	.companybox{
		border-bottom: 1px solid #ddd;
		width: 90%;
		margin: 70px auto 0;
		padding-bottom: 50px;
	}
	
	.companybox li{
		width: 80%;
		max-width: 20em;
		border: 1px solid p_ink;
		margin: 28px auto;
		font-size: 100%;
		letter-spacing: 1px;
		position: relative;
		left: 0px;
	}
	.companybox li:first-child{
		width: 95%;
		max-width: 25em;
		border: 1px solid p_ink;
		left: 7vw;
	}	
	.companybox li .sp_lm{
		margin-left: 4.9em;
	}

	
	
	.companybox li .photo{
		width: 200px;
		display: block;
		border: 1px solid r_ed;
		margin: 0 auto ;
		position: relative;
		right: 20px;
	}

	.companybox li .txt{
		width: 100%;
		display: block;
		border: 1px solid r_ed;
		font-size: 90%;
		margin: 15px auto 0;
		line-height: 1.8;
	}
	.companybox li .txt::first-line{
		font-size: 100%;
		line-height: 3.5;
	}
	
	
	
	/************/
	
	.leadbox{
		width: 15.7em;
		border: 1px solid r_ed;
		font-size: 145%;
		letter-spacing: 2px;
		line-height: 2.1;
		margin: 10px auto 0;
		position: relative;
		left: .5em;
	}
	
	/************/
	

	.businessdomainbox{
		border: 1px solid #aaa;
		width: 95%;
		margin: 120px auto 0;
		text-align: center;
		border-radius: 6px;
	}
	.businessdomainbox .tit{
		font-size: 170%;
		background-color: #FDFDFB;
		position: relative;
		top: -0.7em;
		display: inline-block;
		padding: 0 .8em;
	}
	.businessdomainbox .tit span{
		font-size: 60%;
		display: block;
		opacity: .5;
		position: relative;
		top: -5px;
	}
	.businessdomainbox .imgbox{
		width: 96%;
		border: 2px solid b_lue;
		margin: 10px auto 30px;
		position: relative;
	}
	.businessdomainbox .imgbox .backtree{
		position: relative;
		mix-blend-mode: multiply;
	}
	
	.businessdomainbox .elementsbox{
		position: absolute;
		border: 2px solid b_lue;
		width: 70%;
		top: 0;right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.businessdomainbox .elementsbox .ele{
		border: 2px solid r\ed;
		width: 100%;
		display: flex;
		margin-bottom: 10%;
		overflow: hidden;
	}
	.businessdomainbox .elementsbox .ele .linebox{
		border: 2px solid g_reen;
		width: 40%;
		position: relative;
		top: 40px;
	}
	.businessdomainbox .elementsbox .ele img:nth-child(2){
		width: 60%;
		border: 1px solid g_reen;
		position: relative;
		z-index: 2;
	}
	/***/
	.lb1{
		border: 4px solid g_reen;
		transform: rotate(-10deg);
		position: relative;
		top: 10vw !important;
		left: 6px;
	}
	.lb2{
		top: 8vw !important;
		position: relative;
		left: px;
	}
	.lb3{
		border: 4px solid g_reen;
		transform: rotate(10deg);
		position: relative;
		top: 5vw !important;
		left: -9px;
	}
	
	/**********************/

	.btnbox{
		border: 1px solid r_ed;
		width: 70%;
		margin: 80px auto 0;
		display: flex;
		flex-direction: column;
	}
	
	.btnbox .inner{
		display: flex;
		border: 1px solid p_ink;
		flex-wrap:nowrap;
		flex-direction: column;
		width: 100%;
	}

	.btnbox .inner a .document{
		margin-bottom: 7px;
		border: 1px solid r_ed;
		width: 100%;
		height: 75px;
		display: block;
		border-radius: 6px;
		font-size: 140%;
		font-weight: bold;
		color: #fff;
		letter-spacing: 1px;
		text-align: center;
		padding-top: 25px;
	}
	
	.btnbox .document span{
		font-size: 55%;
		color: #eee;
		border: 1px solid #ddd;
		border-radius: 3px;
		padding: 1px 5px;
		position: relative;
		top: -3px;
		left: 7px;
	}
	
	.btnbox .inq{
		border: 1px solid r_ed;
		width: 100%;
		height: 58px;
		display: block;
		margin: 16px 0 0;
		border-radius: 6px;
		font-size: 140%;
		font-weight: bold;
		color: #fff;
		letter-spacing: 1px;
		text-align: center;
		padding-top: 28px;
	}

	.btnbox .inq_{
		border-radius: 6px;
		font-size: 140%;
		color: #fff;
		letter-spacing: 1px;
		text-align: center;
		transition: .7s;
		display:inline-block;
		width: 100%;
		height: 120px;
		padding-top: 46px;
		box-sizing: border-box;
	}
}









footer{
	border: 1px solid r_ed;
	height: 330px;
	margin-top: 200px;
}

footer p{
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
	color: #999;
}



footer .tribox{
	border: 2px solid b_lue;
	margin-top: 63px;
	position: relative;
	height: 500px;
}

/*****左三角***************/

footer .tribox .left_tri{
	width: 49.5vw;
	display: inline-block;
	border-bottom: 1px solid r_ed;
	position: absolute;
	top: 0;
	left: 0;
}

footer .tribox .left_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 0 250px 49.3vw;
	border-color: transparent transparent transparent #EFC65D/*#ffdb70*/;
}



/*****右三角***************/


footer .tribox .right_tri{
	width: 49.5vw;
	display: inline-block;
	border-bottom: 1px solid p_ink;
	position: absolute;
	top: 0;
	right: 0;
}


footer .tribox .right_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 49.5vw 250px 0;
	border-color: transparent #B5B5B5/*#B5B5B5*/ transparent transparent;
}




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


	footer{
		border: 1px solid r_ed;
		height: 220px;
		margin-top: 150px;
	}
	
	footer p{
		font-size: 70%;
		margin: 0 auto;
		text-align: center;
		color: #999;
	}
	
	
	
	footer .tribox{
		border: 2px solid b_lue;
		margin-top: 56px;
		position: relative;
		height: 300px;
	}
	
	/*****左三角***************/
	
	footer .tribox .left_tri{
		width: 49.9vw;
		display: inline-block;
		border-bottom: 1px solid r_ed;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	footer .tribox .left_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 0 150px 49.9vw;
	}
	
	
	
	/*****右三角***************/
	
	
	footer .tribox .right_tri{
		width: 49.9vw;
		display: inline-block;
		border-bottom: 1px solid p_ink;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	footer .tribox .right_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 49.9vw 150px 0;
	}
	
}







/*------------------------------------------------------------
	///////////////////////////////////////////
------------------------------------------------------------*/

/*------------------------------------------------------------
	お問合わせページ
------------------------------------------------------------*/









.header{
	border: 1px solid r_ed;
	height: 250px;
	margin-top: 0px;
}

.header p{
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
	color: #999;
}



.header .tribox{
	border-bottom: 1px solid b_lue;
	margin-top: -250px;
	position: relative;
	height: 250px;
}

/*****左三角***************/

.header .tribox .left_tri{
	width: 49.5vw;
	display: inline-block;
	border-bottom: 1px solid r_ed;
	position: absolute;
	top: 0;
	left: 0;
}

.header .tribox .left_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 0 250px 49.5vw;
	border-color: transparent transparent transparent #EFC65D;
}



/*****右三角***************/


.header .tribox .right_tri{
	width: 49.5vw;
	display: inline-block;
	border-bottom: 1px solid p_ink;
	position: absolute;
	top: 0;
	right: 0;
}


.header .tribox .right_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 49.5vw 250px 0;
	border-color: transparent #B5B5B5 transparent transparent;
}




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


	.header{
		border: 1px solid r_ed;
		height: 150px;
		margin-top: 0px;
	}
	
	.header p{
		font-size: 70%;
		margin: 0 auto;
		text-align: center;
		color: #999;
	}
	
	
	
	.header .tribox{
		border: 2px solid b_lue;
		margin-top: -150px;
		position: relative;
		height: 300px;
	}
	
	/*****左三角***************/
	
	.header .tribox .left_tri{
		width: 49.9vw;
		display: inline-block;
		border-bottom: 1px solid r_ed;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.header .tribox .left_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 0 150px 49.9vw;
		border-color: transparent transparent transparent #EFC65D;
	}
	
	
	
	/*****右三角***************/
	
	
	.header .tribox .right_tri{
		width: 49.9vw;
		display: inline-block;
		border-bottom: 1px solid p_ink;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	.header .tribox .right_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 49.9vw 150px 0;
		border-color: transparent #B5B5B5 transparent transparent;
	}
	
}






.formbox{
	border: 4px solid r_ed;
	margin-top: 250px;
}


.formbox h1{
	border: 1px solid b_lue;
	font-size: 80%;
	color: #aaa;
	margin-top: 0;
	text-align: center;
}


.formbox h2{
	border: 1px solid b_lue;
	text-align: center;
	font-size: 180%;
	margin-top: 20px;
	font-family: 'tmin';
	font-weight: normal;
	position: relative;
}




.formbox h2 .marker{
	width: 2600px;
	height: 35%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #FBD470;
	z-index: -1;
	animation: marker2 1.5s linear forwards;
	text-align:right;
}

@keyframes marker2 {
	0% {
		width: 0%;
	}
	
	80% {
		width: 0%;
	}

	95.2% {
		width: 245px;
		right: 0;
	}
	100% {
		width: 230px;
		right: 0;
	}
}





.formbox .inner{
	border: 2px solid r_ed;
	width: 390px;
	margin: 85px auto;
}

.formbox .inner p{
	font-size: 115%;
	margin-bottom: 25px;
}


.formbox .inner .must_{
	font-size: 115%;
	font-weight: bold;
	color: #f19513;
	padding: 0 2px;
}


.formbox .inner .f_name{
	font-size: 120%;
	padding: 20px 0px 0;
}


.formbox .inner input[type='text']{
	font-size: 120%;
	box-sizing: border-box;
	height: 3em;
	width: 100%;
	padding: 0.6em;
	transition: 0.3s;
	letter-spacing: -1px;
	color: #666;
	border: 0px ;
	border-radius: 6px;
	margin-top: 5px;
	background-color: #eee;
}

.formbox .inner textarea{
	font-size: 120%;
	box-sizing: border-box;
	height: 13em;
	width: 100%;
	padding: 0.6em;
	transition: 0.3s;
	letter-spacing: -1px;
	color: #666;
	border: 0px ;
	border-radius: 6px;
	margin-top: 5px;
	background-color: #eee;
}

.formbox .inner .border{
	border-bottom: 1px solid #eee;
	margin: 30px 0;
}

.formbox .inner input[type='submit']{
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	height: 5em;
	width: 90%;
	padding: 0.3em;
	margin: 0 auto;
	transition: 0.7s;
	letter-spacing: 1px;
	color: #958462;
	border: 0px ;
	border-radius: 6px;
	background-color: #FBD373;
	display: block;
}


.formbox .inner input[type='submit']:hover{
	background: #ffbf26;
	box-shadow:
	0 10.4px 12px rgba(0, 0, 0, 0.059),
	0 20px 40px rgba(0, 0, 0, 0.09);
	cursor: pointer;
}






@media all and (max-width: 750px) {
	.formbox {
		border: 2px solid r_ed;
		width: 95%;
		margin: 150px auto;
	}
	.formbox .inner{
		border: 2px solid r_ed;
		width: 85%;
		margin: 45px auto;
	}

}




/*個人情報オーバーレイ*/


#ol_text{
	background:#fff;
	font-size:90%;
}

#ol_text .tit{
	margin: 15px 0 37px 0;
	font-weight: normal;
	text-align: left;
	letter-spacing:0px;
	font-size: 180%;
	font-weight: bold;
}

#ol_text .tit2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 30px;
}

#ol_text .txt {
	margin-top: 10px;
}

#ol_text p{
	margin-bottom:10px;
}




.lock {
	overflow:hidden;
}
.ol_open {
	cursor: pointer;
	width: 8em;
	margin: 65px auto;
	text-decoration: underline;
	display: block;
	color: #aaa;
	transition: .7s;
}
.ol_open:hover {
	color: #9d8c61;
}

.ol_content {
	position:relative;
	display:none;
	width:50%;
	margin:30px;
	padding:30px 50px 80px ;
	border:1px solid #eee;
	border-radius: 13px;
	background:#fff;
	filter: drop-shadow(0px 2px 4px rgba(208,200,193,0.2));
}

.ol_overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(255,255,255,0.9);
}

.ol_wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}

#ol_close{
	width: 30px;
	margin: auto;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 25px;
}
#ol_btn{
	display:block;
}





@media all and (max-width: 750px) {
	.ol_content {
		position:relative;
		right: 150px;
		display:none;
		width:80%;
		margin:8vw;
		padding:30px 5vw 80px ;
		border:1px solid #eee;
		border-radius: 13px;
		background:#fff;
		filter: drop-shadow(0px 2px 4px rgba(208,200,193,0.2));
	}	
}










.footer{
	border: 1px solid r_ed;
	height: 330px;
	margin-top: 200px;
	overflow: hidden;
}

.footer p{
	font-size: 70%;
	margin: 0 auto;
	text-align: center;
	color: #999;
}



.footer .tribox{
	border: 2px solid b_lue;
	margin-top: 64px;
	position: relative;
	height: 500px;
}

/*****左三角***************/

.footer .tribox .left_tri{
	width: 49.5vw;
	display: inline-block;
	border-bottom: 1px solid r_ed;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .tribox .left_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 0 250px 49.5vw;
	border-color: transparent transparent transparent #EFC65D;
}



/*****右三角***************/


.footer .tribox .right_tri{
	width: 49.5vw;
	display: inline-block;
	border-bottom: 1px solid p_ink;
	position: absolute;
	top: 0;
	right: 0;
}


.footer .tribox .right_tri .inner{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 49.5vw 250px 0;
	border-color: transparent #B5B5B5 transparent transparent;
}




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


	.footer{
		border: 1px solid r_ed;
		height: 220px;
		margin-top: 150px;
	}
	
	.footer p{
		font-size: 70%;
		margin: 0 auto;
		text-align: center;
		color: #999;
	}
	
	
	
	.footer .tribox{
		border: 2px solid b_lue;
		margin-top: 56px;
		position: relative;
		height: 300px;
	}
	
	/*****左三角***************/
	
	.footer .tribox .left_tri{
		width: 49.9vw;
		display: inline-block;
		border-bottom: 1px solid r_ed;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.footer .tribox .left_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 0 150px 49.9vw;
		border-color: transparent transparent transparent #EFC65D;
	}
	
	
	
	/*****右三角***************/
	
	
	.footer .tribox .right_tri{
		width: 49.9vw;
		display: inline-block;
		border-bottom: 1px solid p_ink;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	.footer .tribox .right_tri .inner{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 49.9vw 150px 0;
		border-color: transparent #B5B5B5 transparent transparent;
	}
	
}



/****エラー・確認画面*********************************************************/


.formbox table{
	width: 100%;
	position: relative;
}

.formbox th{
	display: inline-block;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #aaa;
	margin-top: 25px;
	width: 30%;
	position: relative;
	top: -0.5em;
}


.formbox td{
	display: inline-block;
	font-size: 120%;
	text-align: left;
	color: #888;
	margin-top: 10px;
	width: 65%;
}


.formbox td .msg{
	color: #ea7246;
	font-size: 90%;
}






.formbox .inner .btn input{
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	height: 3em;
	width: 60%;
	padding: 0.3em;
	margin: 70px auto;
	transition: 0.7s;
	letter-spacing: 1px;
	color: #958462;
	border: 0px ;
	border-radius: 6px;
	background-color: #FBD373;
	display: block;
}


.formbox .inner .btn input:hover{
	background: #ffbf26;
	box-shadow:
	0 10.4px 12px rgba(0, 0, 0, 0.059),
	0 20px 40px rgba(0, 0, 0, 0.09);
	cursor: pointer;
}




/****確認画面**************************/



.formbox .inner .conf_btn input[type='button']{
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	height: 3em;
	width: 30%;
	padding: 0.3em;
	margin: 70px 12px;
	transition: 0.7s;
	letter-spacing: 1px;
	color: #fff;
	border: 0px ;
	border-radius: 6px;
	background-color: #bbb;
	display: inline-block;
}


.formbox .inner .conf_btn input[type='button']:hover{
	background: #ccc;
	box-shadow:
	0 10.4px 12px rgba(0, 0, 0, 0.059),
	0 20px 40px rgba(0, 0, 0, 0.09);
	cursor: pointer;
}





.formbox .inner .conf_btn input[type='submit']{
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	height: 3em;
	width: 60%;
	padding: 0.3em;
	margin: 70px auto;
	transition: 0.7s;
	letter-spacing: 1px;
	color: #958462;
	border: 0px ;
	border-radius: 6px;
	background-color: #FBD373;
	display: inline-block;
}


.formbox .inner .conf_btn input[type='submit']:hover{
	background: #ffbf26;
	box-shadow:
	0 10.4px 12px rgba(0, 0, 0, 0.059),
	0 20px 40px rgba(0, 0, 0, 0.09);
	cursor: pointer;
}







/****完了画面**************************/

.thankstxt{
	font-size: 110%;
	letter-spacing: 1px;
	line-height: 2.5;
	text-align: center;
}




























