@charset "UTF-8";


.t-first_load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
}

.t-all_wrap{
	overflow:  hidden;
}

/*-------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/

/* .t-header */


@media all and (min-width:901px) {

	.t-header{
		height: 80px;
		color: #000000;
	}

	.t-header_content_wrap{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		z-index: 20000;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
		box-shadow: 0px 3px 3px rgba( 106,106,106, 0.1);
	}

	.t-header_content{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}

	.t-header_func{

	}

	.t-header_logo{

	}
	
}

@media screen and (max-width:900px) {

	.t-header{
		height: 60px;
		color: #000000;
	}

	.t-header_content_wrap{
		padding: 0;
	}

	.t-header_content{
		display: block;
	}
	
	.t-header_func{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-left: 15px;
		height: 100%;
		background-color: #fff;
		z-index: 30000;
		height: 60px;
		box-shadow: 0px 2px 2px rgba( 106,106,106, 0.1);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.t-header_logo{

	}
	
}

/*-------------------------------------------------------------------
NAV
-------------------------------------------------------------------*/

	.t-main_nav_list_link:after{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;;
		width: 100%;
		height: 4px;
		background-color: #459DAE;
		transition: opacity 0.4s ease 0s;
		opacity: 0;
	}

	.t-main_nav_list_link.active:after,
	.normal .t-main_nav_list_link:hover:after{
		opacity: 1;
	}

.t-main_nav_list_btn .c-btn{
	transition: opacity 0.4s ease 0s;
}

.normal .t-main_nav_list_btn .c-btn:hover{
	opacity : 0.6;
}

@media all and (min-width:901px) {

	/* .t-main_nav */

	.t-main_nav_switch{
		display: none;
	}

	.t-main_nav{
		line-height: 1;
		font-size: 15px;
		font-weight: 700;
		display: block !important;
		opacity: 1 !important;
	}

	.t-main_nav_in{

	}

	.t-main_nav_content{
		display: flex;
		align-items: center;
	}

	.t-main_nav_list_wrap{
	}

	.t-main_nav_list{
		display: flex;
		margin: 0 -25px 0 0;
	}

	.t-main_nav_list_item{
		padding: 0 25px 0 0;
	}

	.t-main_nav_list_link{
		position: relative;
		display: block;
		text-decoration: none !important;
		padding: 10px 6px;
	}


	.t-main_nav_list_link{

	}

	.t-maypage_btn{

	}

	.t-main_nav_list_wrap.t-maypage_btn{
		position: relative;
		margin: 0 0 0 30px;
		padding: 0 0 0 30px;
	}

	.t-main_nav_list_wrap.t-maypage_btn:before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 30px;
		background-color: #000000;
		margin-top: -15px;
	}

	.t-main_nav_list_btn{
		margin: 0 0 0 22px;
	}

	.t-main_nav_list_btn .c-btn_wrap,
	.t-main_nav_list_btn .c-btn{
		border-radius: 5px;

	}

	.t-main_nav_list_btn .c-btn{
		border: 2px solid #FFAE3D;
		width: 95px;
		height: 35px;
	}
	
}

@media screen and (min-width:701px) and (max-width:1130px) {
	
}

@media screen and (min-width:901px) and (max-width:1000px) {
	.t-main_nav{
		font-size: 14px;
	}
	.t-main_nav_list_item{
		padding: 0 15px 0 0;
	}
	.t-main_nav_list_wrap.t-maypage_btn{
		padding-left: 15px;
		margin-left: 26px;
	}
}

@media screen and (max-width:900px) {
	
	/* .t-main_nav */

	.t-main_nav_switch{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 68px;
		cursor: pointer;
	}
	
	.t-main_nav_switch_in{
		position: relative;
		width: 28px;
		height: 23px;
	}
	
	.t-bar{
		position: absolute;
		left: 0;
		height: 3px;
		width: 26px;
		transform-origin: 0 50%;
		border-radius: 0.5px;
		background-color: #34373A;
	}
	
	.nav_anime .t-bar{
		transition: top 0.4s ease 0s, left 0.4s ease 0s, transform 0.4s ease 0s;
	}
	
	.t-bar.bar01{
		top: 0;
	}
	
	.t-bar.bar02{
		top: 10px;
	}
	
	.t-bar.bar03{
		top: 20px;
	}
	
	.nav_active .t-bar.bar01{
		top: 0.75px;
		transform: rotate(45deg);
	}
	
	.nav_active .t-bar.bar02{
		display: none;
	}
	
	.nav_active .t-bar.bar03{
		top: 19.25px;
		transform: rotate(-45deg);
	}
	
	.nav_active .t-bar{
		left: 4px;
	}
	
	.t-main_nav{
		opacity: 0;
		display: none;
		line-height: 1;
		font-size: 20px;
		font-weight: 700;
		position: fixed;
		z-index: 25000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #EDEDED;
		padding-top: 60px;
	}

	.t-main_nav_in{
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		text-align: center;
		letter-spacing: -0.4em;
	}
	
	.t-main_nav_in:after{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.t-main_nav_content{
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 120px 24px 170px 24px;
		letter-spacing: normal;
	}

	.t-main_nav_list_wrap{
	}

	.t-main_nav_list{
	}

	.t-main_nav_list_item{
		margin: 0 0 28px 0;
	}
	
	.t-main_nav_list_item:last-child{
		margin-bottom: 0;
	}

	.t-main_nav_list_link{
		position: relative;
		display: inline-block;
		text-decoration: none !important;
		padding: 10px 3px;
	}

	.t-main_nav_list_link{

	}

	.t-maypage_btn{

	}

	.t-main_nav_list_wrap.t-maypage_btn{
		position: relative;
		margin: 40px 0 0 0;
		padding: 40px 0 0 0;
	}

	.t-main_nav_list_wrap.t-maypage_btn:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 55px;
		height: 1px;
		background-color: #000000;
		margin-left: -27.5px;
	}

	.t-main_nav_list_btn{
		display: flex;
		justify-content: center;
		margin: 30px 0 0 0;
	}

	.t-main_nav_list_btn .c-btn_wrap,
	.t-main_nav_list_btn .c-btn{
		border-radius: 5px;

	}

	.t-main_nav_list_btn .c-btn{
		border: 2px solid #FFAE3D;
		width: 117px;
		height: 45px;
	}
	
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/

.t-pagetop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.t-pagetop_in{
	position: relative;
	max-width: none;
}

 .t-pagetop_switch_wrap{
	position: absolute;
	top: -197px;
	left: 0;
	width: 48.5px;
	height: 167.5px;
}

.t-pagetop_switch{
	position: fixed;
	z-index: 20000;
	bottom: 30px;
	width: 48.5px;
	height: 167.5px;
}

.t-pagetop_switch_obj{
	position: relative;
	z-index: 2;
}

.t-pagetop_switch_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.t-pagetop_switch_number{
	bottom: 30px;
	display: none;
}

.t-pagetop_switch_wrap.active .t-pagetop_switch{
	position: absolute;
	top: 0 !important;
}

@media screen and (max-width:700px) {
	.t-pagetop {
		display: none;
	}
}

/* .t-request */

.t-request {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.t-request_in{
	position: relative;
	max-width: none;
}

 .t-request_switch_wrap{
	position: absolute;
	top: -193px;
	right: 0;
	width: 200.5px;
	height: 162.5px;
}

.t-request_switch{
	position: fixed;
	z-index: 20000;
	bottom: 30px;
	width: 200.5px;
	height: 162.5px;
}

.t-request_switch_obj{
	position: relative;
	z-index: 2;
}

.t-request_switch_obj a img{
	transform-origin: 50% 50%;
	transition: transform 0.4s ease 0s;
}

.t-request_switch_obj a:hover img{
	transform: scale(1.05,1.05);
}

.t-request_switch_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.t-request_switch_number{
	bottom: 30px;
	display: none;
}

.t-request_switch_wrap.active .t-request_switch{
	position: absolute;
	top: 0 !important;
}

.t-request_close{
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	z-index: 10;
}

.t-request_close_obj{
	position: relative;
	z-index: 2;
}

.t-request_close_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:700px) {
	
	.t-request {
		padding-left: 0px;
		padding-right: 8px;
	}
	
	.t-request_switch_wrap{
		top: 58px;
		width: 122px;
		height: 100px;
	}
	
	.t-request_switch{
		bottom: 8px;
		width: 122px;
		height: 100px;
	}
	
	.t-request_switch_number{
		bottom: 8px;
	}
	
	.t-request_close{
		top: 0;
		right: 6px;
	}
	
}

/* ---------------------------------------------------------------------------------
.t-main
--------------------------------------------------------------------------------- */

@media screen and (min-width:901px) {
	.t-main{
		min-height: calc(100vh - 272px);
	}
}

@media screen and (min-width:701px) and (max-width:900px){
	.t-main{
		min-height: calc(100vh - 248px);
	}
}


/* ---------------------------------------------------------------------------------
.t-footer
--------------------------------------------------------------------------------- */

.t-footer{
	position: relative;
}

.t-footer_content_wrap{
	background-color: #EBEBEB;
	padding-top: 35px;
	padding-bottom: 15px;
}

.t-footer_content_wrap a{
	text-decoration: none !important;
	transition: color 0.4s ease 0s;
}

.t-footer_content_wrap a.active,
.normal .t-footer_content_wrap a:hover{
	color: #5D5D5D;
}

.t-footer_nav_list_wrap{
	display: flex;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 40px 0;
	white-space: nowrap;
}

.t-footer_nav_list{
	display: flex;
}

.t-footer_nav_list_item{
	padding: 2.5px 40px;
	border-right: 1px solid #000;
}

.t-footer_nav_list_item:first-child{
	padding-left: 0;
}

.t-footer_nav_list_item:last-child{
	padding-right: 0;
	border-right: none;
}


.t-footer_min_nav_list_wrap{
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.t-footer_min_nav_list{
	display: flex;
	justify-content: center;
	margin: 0 -30px 0 0;
}

.t-footer_min_nav_list_item{
	padding: 0 30px 0 0;
}

.t-footer_copy{
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
}


@media screen and (min-width:901px) and (max-width:1130px) {
	.t-footer_nav_list_wrap{
		font-size: 14px;
	}
	.t-footer_nav_list_item{
		padding-left: 30px;
		padding-right: 30px;
	}
	.t-footer_min_nav_list_wrap{
		font-size: 13px;
	}
}

@media screen and (min-width:701px) and (max-width:900px) {
	.t-footer_nav_list_wrap{
		font-size: 13px;
	}
	.t-footer_nav_list_item{
		padding-left: 20px;
		padding-right: 20px;
	}
	.t-footer_min_nav_list_wrap{
		font-size: 12px;
	}
	.t-footer_min_nav_list{
		margin: 0 -20px 0 0;
	}
	.t-footer_min_nav_list_item{
		padding: 0 20px 0 0;
	}
}



@media screen and (max-width:700px) {
	
	.t-footer{

	}

	/**/

	.t-footer_content_wrap{
		padding-top: 35px;
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 15px;
	}

	.t-footer_nav_list_wrap{
		display: block;
		font-size: 15px;
		font-weight: 700;
		margin: 0 0 0px 0;
	}

	.t-footer_nav_list{
		display: block;
	}

	.t-footer_nav_list_item{
		padding: 0px;
		border-right: none;
		margin: 0 0 33px 0;
	}

	.t-footer_nav_list_item:first-child{
		padding-left: 0;
	}

	.t-footer_nav_list_item:last-child{
		padding-right: 0;
		margin-bottom: 0;
		border-right: none;
	}


	.t-footer_min_nav_list_wrap{
		position: relative;
		font-size: 12px;
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.t-footer_min_nav_list_wrap:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 1px;
		width: 35px;
		background-color: #000000;
	}

	.t-footer_min_nav_list{
		display: block;
		margin: 0 0px 0 0;
	}

	.t-footer_min_nav_list_item{
		margin: 0 0px 15px 0;
		padding: 0;
	}
	
	.t-footer_min_nav_list_item:last-child{
		margin-bottom: 0;
	}

	.t-footer_copy{
		font-size: 11px;
		text-align: center;
		margin-top: 44px;
	}
	
	
}







