@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html{
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 1250px;
}

body,
table,
input,textarea,select,option{
	font-family: "Noto Sans JP", serif;
	color: #333333;
}

.mincho{
	font-family: "Shippori Mincho B1", serif;
}

.futura{
	font-family: futura-pt, sans-serif;
}

.hand{
	font-family: adobe-handwriting-ernie, sans-serif;
}

.robot{
	font-family: "Roboto", sans-serif;
}

.inter{
	font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

p{
	letter-spacing: 0.02em;
	line-height: 2.31;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex.no-wrap{
	flex-wrap: unset;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.jc-start{
	justify-content: flex-start;
}

.flex.jc-center{
	justify-content: center;
}

.flex.jc-end{
	justify-content: flex-end;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-box{
    border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.txt-center{
	text-align: center;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.c-white{
	color: #ffffff;
}

.f-mid{
	font-weight: 500;
}

.f-semi{
	font-weight: 600;
}

.f-bold{
	font-weight: 700;
}

.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 1080px;
	width: 90%;
}

.inner-wide{
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.inner-mid{
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.header{
	background: linear-gradient(to bottom, #ffffff ,rgba(255,255,255,0));
	padding: 20px 50px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.lower-header{
	height: 127px;
}

.lower-header .header{
	background: #ffffff;
}

.nav-menu{
	gap: 35px;
}

.nav-menu li{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.header .group-logo{
	margin-bottom: 10px;
	display: table;
	margin-left: auto;
	mix-blend-mode: multiply;
}

.entry-btn{
	border: 1px solid #206EFD;
	background: #206EFD;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	height: 48px;
	width: 190px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.arrow-icon{
	width: 23px;
}

.arrow-icon:before,
.arrow-icon:after{
	background: #ffffff;
	height: 1px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.arrow-icon:before {
	width: 23px;
}

.arrow-icon:after {
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.header .entry-btn{
	margin-left: 40px;
}

footer{
	background: url(../images/common/footer-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	padding: 60px 0;
}

footer .footer{
	background: #ffffff;
	border-radius: 10px;
	padding: 55px 60px 30px;
	box-shadow: 0 0 11px rgba(0,0,0,0.15);
	margin: 0 auto;
	width: 87%;
}

footer .footer .footer-main{
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

footer .link-btn{
	border-color: #206EFD;
	color: #206EFD;
	font-size: 16px;
	letter-spacing: 0.03em;
	height: 40px;
	width: 200px;
}

footer .link-btn::after{
	color: #206EFD;
	font-size: 16px;
}

footer .footer-btm .group-logo{
	display: table;
	margin-left: auto;
	margin-bottom: 5px;
}

footer .footer-btm .copy{
	text-align: right;
	font-size: 14px;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}

	body{
		min-width: auto;
	}
	
	.sp-mt10{margin-top: 10px;}
	.sp-mt15{margin-top: 15px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	.sp-mt90{margin-top: 90px;}
	.sp-mt100{margin-top: 100px;}
	
	.header{
		padding: 20px;
	}
	
	.header .logo{
		width: 145px;
	}
	
	.header .nav-menu-out,
	.header .group-logo{
		display: none;
	}
	
	.header .nav-menu-out{
		position: absolute;
		background: linear-gradient(315deg, #206EFD, #74CCE3);
		right: 0;
		top: 0;
		padding: 80px 20px 30px;
		height: 100vh;
		width: 50%;
		z-index: 2;
	}
	
	.header .nav-menu-out .nav-menu li a{
		color: #ffffff;
	}

	
	.entry-btn {
		font-size: 11px;
		height: 30px;
		width: 80px;
		gap: 10px;
	}
	
	.header .entry-btn {
		margin-left: 0;
	}
	
	.arrow-icon {
		width: 13px;
	}
	
	.arrow-icon:before {
		width: 13px;
	}
	
	.arrow-icon:after {
		width: 5px;
	}
	
	#panel-btn{
		display: block;
		position: relative;
		width: 17px;
		height: 20px;
		z-index: 3;
	}

	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 17px;
		height: 2px;
		background: #333333;
		transition: .2s;
		transform: translate(-50%, -50%);
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 17px;
		height: 2px;
		background: #333333;
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -6px;
	}

	#panel-btn-icon:after{
		margin-top: 4px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}

	#panel-btn .close:before{
		background: #ffffff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		background: #ffffff;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.header .header-menu{
		gap: 10px;
	}
	
	footer .footer {
		padding: 25px 20px;
		width: 90%;
	}
	
	footer .footer .footer-main {
		align-items: flex-start;
	}
	
	footer .footer .footer-main .logo{
		width: 111px;
	}
	
	.nav-menu{
		flex-direction: column;
		align-items: flex-end;
		gap: 13px;
	}
	
	footer .footer-btm .btm-right{
		margin-top: 20px;
		width: 100%;
	}
	
	footer .footer-btm .group-logo{
		margin-left: auto;
		margin-bottom: 10px;
		margin-right: auto;
	}
	
	footer .footer-btm .copy {
		text-align: center;
		line-height: 1;
	}
	
	.lower-header {
		height: 70px;
	}
	
	p{
		font-size: 14px;
		letter-spacing: 0.03em;
	}
	

}