
/* -------------------------------------------------
	共通
------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	text-align: left;
	background-color: #fff;
	letter-spacing: .05em;
	line-height: 153.3%;
}

img {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.clear {
	clear: both;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	margin: 0px;
	padding: 0;
	line-height: 0px;
}

/* sp時のみ表示 */
.sponly {
	display: none;
}

/* LP全体の幅,背景色設定 */
.content_inner{
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	background-color: #fff;
}

/* 背景色 */
.content_wrap{
	width: 100%;
	background: linear-gradient(45deg, #DADAEB, #CEDCE9);
}


/* ---------- ボタン ---------- */

/* 追従ボタン */
.following_btn {
	position: fixed;
	max-width: 1366px;
	width: 100%;
	bottom: 0;
	z-index: 99999;
	transition: 0.3s ease; 
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 1367px) {
	.following_btn {
		right: calc(50% - 683px);
	}
}

.btn-active{
	opacity: 1;
	visibility: visible;
}


/* ボタン */
.btn{
	background: linear-gradient(90deg, rgba(162,163,204,.2), rgba(132,167,199,.2));
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5% 0;
}

.btn h1, .sec3_btn{
	max-width: 521px;
	width: 38.5%;
	display: block;
	box-shadow: 0 8.14px 16.29px 0 rgba(0,0,0,.2);
	border-radius: 12px;
}


/* 内容の幅 */
.sec_content {
	width: 72.5%;
	margin: 0 auto;
	max-width: 986px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}




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

.header {
	width:100%;
	background-color:white;
	border-top:3.89px solid #333361;
	margin:0 auto;
}

.header_wrap {
	margin:0 auto;
	padding:.5% 3%;
	display:flex;
	justify-content:space-between;
	align-items: center;
	max-width: 1220px;
}

.logo {
	max-width: 211px;
	width: 17.5%;
	margin-left:0;
}
	
.login_bt {
	line-height: 1.375;
	letter-spacing: .07em;
}
	
.login_bt a {
	width:128%;
	border-radius:5px;
	border:1.6px solid #95A2C3;
	padding: clamp(3px,8%,8px) 0;
	display:block;
	text-align:center;
	color:#A09BC5;
	font-weight: 500;
	font-size: clamp(10px, 1.2vw, 16px);
}
	
.login_bt a:hover {
	background: linear-gradient(to right,#727dab, #7683a0);
	color:white;
}
	



/* ---------- fv ---------- */

/* fv */
.fv-inner {
	width: 100%;
	margin: 0 auto;
}



/* ---------- セクション ---------- */

/* セクション1 */
#sec1 {
	width: 100%;
	padding: 5.5% 0 6.5%;
	background-color: #fff;
}

#sec1 h1 {
	max-width: 398px;
	width: 29%;
	margin: 0 auto;
}

/* #sec1 .sec_content img{
	width: 32%;
	max-width: 307px;
} */

.sec1_flex{
	/* display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between; */
	padding: 3.5% 0 1.5%;
}

.sec1_setsumei {
	max-width: 986px;
	width: 70%;
	margin: auto;
	text-align: right;
	color: #B7C2DD;
	padding-bottom: 3.5%;
	font-size: clamp(10px, 1.2vw, 16px);
}

.sec1_setsumei2 {
	max-width: 986px;
	margin: auto;
	text-align: center;
	color: #3F435F;
	font-weight: 500;
	font-size: clamp(10px, 1.4vw, 20px);
	line-height: 162.3%;
}

/* セクション2 */
/* セクション　jump */
#jump{
	background-image: url('../images/sec2/jump/jump.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.jump_inner{
	max-width: 666px;
	width: 48.5%;
	margin: 0 auto;
	padding: 3.5% 0 7%;
}

.jump_ttl{
	margin-bottom: 7%;
}

.jump_items{
	border-radius: 12px;
	box-shadow: 0 5.36px 5.36px 0 rgba(0,0,0,.1);
}

#sec2 .sec_content{
	padding-bottom: 4.5%;
}

#sec2 .sec_content img{
	padding-top: 5.5%;
}


/* セクション3 */
#sec3 {
	background-image: url('../images/sec3/sec3_backImg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7% 0 7%;
}

#sec3 h1 {
	padding-bottom: 2.5%;
	max-width: 423px;
	width: 44.5%;
}

.sec3_btn{
	width: 55%;
	max-width: 521px;
	box-shadow: 0 16.28px 14px 0 rgba(0,0,0,.4);
}



/* -------------------------------------------------
	footer
------------------------------------------------- */
.footer {
	padding: 32px 0;
	text-align: center;
	font-family: 'Hiragino Sans', sans-serif;
	color: #3F435F;
	letter-spacing: .07em;
	line-height: 143.2%;
}


.footer_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	width: 199px;
	margin: 0 auto;
}

.footer_item a {
	font-size: 13px;
	color: #3F435F;
	text-decoration: none;
}

.footer img{
	margin: 20px auto 26px;
	width: 172px;
	height: 74px;
}


.footer_text {
	font-size: 10px;
}
