@charset "utf-8";

body .sp-item {
	display: none;
}

body .pc-item {
  display: block;
}

@media screen and (max-width: 748px) {
	body {
		min-width: inherit;
		height:100%;
	}

	body .sp-item {
		display: block;
	}

	body .pc-item {
		display: none;
	}

	body .sp-item img {
		width:100%;
	}
}

/*------------------------------------------
共通
-------------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 20px;
	color:#333;
	text-align: center;
	overflow-x: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

body {
    background-color: #f9f9f9;
}

img {
    margin: 0 auto;
    width: 100%;
    vertical-align: bottom;
}

p {
	font-feature-settings: "palt";
	text-align: justify;
}

@media screen and (max-width: 748px) {
	/* img {
		max-width: 100%;
	} */

	body {
		width: 100%;
	}


	.inner {
		width: 94%;
	}
}

/* @media screen and (max-width: 748px) {} */
/* ----------------------------------------------------
    スマホ版横幅
---------------------------------------------------- */
.sec-wrap{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-shadow: 0px 0px 30px -8px #777777;
	background-color: #fff !important;
}

/* ----------------------------------------------------
    教えてもらうCTA
---------------------------------------------------- */

.btns {
	width: 400px;
	margin: 0 auto;
	bottom: 240px;
}

.cta-osietebtn-freme {
	margin: 0 auto;
	position: relative;
}

.osiete-btn {
	width: 450px;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 20%;
}

@media screen and (max-width: 748px) {
	.btns {
		width: 70%;
	}
    .line { /* または .btns */
    display: flex;
    align-items: flex-start;
    }
	.osiete-btn {
		width: 74%;
		margin: 0 auto;
	    position: absolute;
	    bottom: 22px;
	    left: 14%;
	}
}

/* ----------------------------------------------------
    申し込みCTA
---------------------------------------------------- */

.cta2-frame {
	margin: 0 auto;
	position: relative;
}
.btns2 {
	width: 300px;
	margin: 0 auto;
	position: absolute;
	bottom: 800px;
	left: 64%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
    .btns2 {
    width: 200px;
	margin: 0 auto;
	position: absolute;
	bottom: 57%;
	left: 67%;
	transform: translateX(-50%);
}
}



/*--------------------------------------------------
footer
--------------------------------------------------------*/

.footer {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background-color: #47AFF9;
	color: #fff;
	font-weight: 500;
}

.footer p {
	text-align: center;
	text-decoration: none;
	color: #fff;
}

/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 0;
	padding: 0 0;
	
	z-index: 100;
	width: 100%;
	display: none; /* 初期状態では非表示 */
	left: 0;
}

.fixed-bottom-link.show {
	display: block; /* クラスが付与されたら表示 */
}

.fixed_btn {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin: 0 auto;
	width: 500px;
}

.fixed_btn a:hover {
	opacity: 0.8;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		padding: 0 0;
       
	}

	.fixed_btn {
		gap: 4px;
		width: 92%;
	}
}





