
/* -------------------------------------------------
	共通
------------------------------------------------- */
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%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
}

/* pc時のみ表示 */
.pconly {
	display: none;
}

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

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

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


/* ボタン */
.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 4% 0; */
	position: relative;
}
	
.btn h1, .sec3_btn{
	max-width: 684px;
	width: 89%;
	/* box-shadow: 0 8.14px 16.29px 0 rgba(0,0,0,.2); */
	border-radius: 14px;
}

.btn h1{
	margin-top: -30%;
}

@media screen and (max-width: 500px) {
	.btn h1, .sec3_btn{
		border-radius: 7px;
	}

	.btn img{
		border-radius: 7px;
	}
}

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


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

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

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

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

@media screen and (max-width: 570px) {
	.login_bt {
		width: auto;
	}

	.login_bt a{
		padding: 4px 10px;
	}
}



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

/* fv  */



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

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

#sec1 h1 {
	max-width: 684px;
	width: 90%;
	margin: 0 auto;
}

/* #sec1 .sec_content img{
	width: 48%;
} */

.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: 90.5%;
	margin: auto;
	text-align: right;
	color: #B7C2DD;
	padding-bottom: 3.5%;
	font-size: clamp(10px, 1.2vw, 16px);
}

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


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

.jump_inner{
	max-width: 666px;
	width: 89%;
	margin: 0 auto;
	padding: 16.5% 0 34%;
}

.jump_ttl{
	margin: 0 auto 13%;
	width: 87%;
}

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

#sec2 .sec_content{
	padding: 5% 0 9.5%;
}

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

@media screen and (max-width: 750px) {
	.jump_inner {
		padding: 14.5% 0 28%;
	}
}


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

#sec3 h1 {
	padding-bottom: 11%;
	max-width: 423px;
	width: 64%;
}

.sec3_btn{
	width: 100%;
	/* width: 98%; */
	max-width: 521px;
	box-shadow: 0 12.58px 10px 0 rgba(0,0,0,.4);
}




/* -------------------------------------------------
	footer
------------------------------------------------- */
.footer {
	padding: 32px 10px;
	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;
	max-width: 199px;
	margin: 0 auto;
}

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

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


.footer_text {
	font-size: 10px;
}
