@charset "utf-8";

body .sp-item {
	display: none;
}
body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}
	body .sp-item {
		display: block;
	}
	body .pc-item {
		display: none;
	}
	body .sp-item img {
		width:100%;
	}
}

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

body {
	max-width: inherit;
	height: 100%;
	background: url(../images/bg-body.png) repeat center center;
	background-attachment: fixed;
}
.main {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 400;
	line-height: 1.7;
	font-size: 20px;
	color:#333;
	background-color: #fff;
	text-align: justify;
	overflow-x: hidden;
	/* max-width: 2000px; */
	max-width: 1024px;
	margin: 0 auto;
	box-shadow: 0 0 8px #ccc;
}
img {
	margin: 0 auto;
	width: 100%;
}
video {
	width: 100%;
}
p {
	font-feature-settings: "palt";
	text-align: justify;
}
.inner {
	width: 724px;
	margin: 0 auto;
}
.marker {
	color: #333;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,150,1) 10%, rgba(255,255,150,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
}
.bold {
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}
	body {
		width: 100%;
	}
	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn-wrapper {
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
	width: 453.4838px;
	height: auto;
	position: absolute;
	bottom: 78px;
	right: 40px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.btn {
	width: 100%;
	height: 100%;
}
.btn:hover {
	opacity: 0.8;
}
.cta01,
.cta02,
.cta-common,
.pdf {
	position: relative;
}
.pdf .btn-wrapper {
	width: 724px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 160px;
}

@media screen and (max-width: 640px) {
	.btn-wrapper {
		width: 88%;
		height: auto;
		bottom: 3.5%;
		left: 50%;
		transform: translateX(-50%);
	}
	.cta-common .btn-wrapper {
		bottom: 7.5%;
	}
	.cta02 .btn-wrapper {
		bottom: 6.5%;
	}
	.pdf .btn-wrapper {
		width: 85%;
		height: auto;
		bottom: 10.5%;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec04
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec05
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec06
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec07
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec08
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec09
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec10
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #fff;
	color: #000;
	padding: 22px 0;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}
.footer-link {
	width: 92%;
	margin: 0 auto;
}
.footer-link a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.footer-link a:not(:first-of-type) {
	margin-left: 16px;
}
.footer-link a:hover {
	cursor: pointer;
	opacity: 0.8;
}
.copy-right {
	margin-top: 4px;
	text-align: center;
}

/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 287.3716px;
	height: 212.5473px;
	filter: drop-shadow(3px 3px 4px #999);
	z-index: 100;
	display: none; /* 初期状態では非表示 */
	background: url(../images/box-fixed-pc.webp) no-repeat center center / contain;
}
.fixed-bottom-link.show {
	display: block; /* クラスが付与されたら表示 */
}
.fixed-bottom-link-btn-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.fixed_btn {
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 37px;
}
.fixed_btn a {
	display: inline-block;
	transition: .2s;
}
.fixed_btn a:hover {
	transform: scale(1.03);
	cursor: pointer;
}

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

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		width:100%;
		height: auto;
		background: none;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.fixed-bottom-link-btn-wrapper .sp-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 0;
		width: 94%;
		margin: 0 auto;
	}
	.fixed_btn {
		width: 49.5%;
		height: auto;
		position: static;
		left: auto;
		transform: none;
		bottom: 0;
	}
}
