@charset "utf-8";

body .sp-item {
	display: none !important;
}

body .pc-item {
  display: block !important;
}

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

	body .sp-item {
		display: block !important;
	}

	body .pc-item {
		display: none !important;
	}

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

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

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#000;
	text-align: center;
	overflow-x: hidden;
	max-width: 1024px;
	margin: 0 auto;
}

img {
	margin: 0 auto;
	width: 100%;
}

video {
	width: 100%;
}

p {
	font-feature-settings: "palt";
}

.sentence {
	margin-top: 40px;
}

.sentence p {
	margin-top: 40px;
}

.sentence p:first-of-type {
	margin-top: 0;
}

.inner {
	width: 724px;
	margin: 0 auto;
}

.marker {
	color: #000;
	background: rgb(255,255,100);
	background: linear-gradient(0deg, rgba(255,255,100,1) 70%, rgba(255,255,255,0) 70%);
	padding-bottom: 3px;
	font-weight: bold;
}

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

	body {
		width: 100%;
	}

	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.cta-pc,
.cta-sp {
	position: relative;
}

.btns {
	width: 866.4784px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 325px;
}

.btn {
	width: 427.8905px;
}

.btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.btns {
		width: 88%;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 22%;
	}
	
	.btn {
		width: 100%;
		margin-top: 6px;
	}
	
	.btn:first-of-type {
		margin-top: 0;
	}
}

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


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

/* ----------------------------------------------------
    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
---------------------------------------------------- */
.sec05-pc {
	margin-top: -20px;
	position: relative;

}

@media screen and (max-width: 640px) {
	.sec05-01-sp {
		margin-top: -20px;
		position: relative;

	}
}


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


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


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


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


/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08-01-pc {
	background-color: #FDF9ED;
	margin-top: -2px;
}

.sec08-02-pc {
	margin-top: -1px;
}

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


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


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


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


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


/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	padding: 100px 0;
	background-color: #E8F2F9;
	margin-bottom: 148px;
}

.footer h2 {
	margin: 0 auto;
	width: 300px;
}

.company-info {
	width: 80%;
	max-width: 600px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin: 40px auto 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	background-color: #f8f8f8;
	font-weight: bold;
	width: 100px;
}

td {
	background-color: #fff;
}

td a {
	text-decoration: none;
	color: #000;
}

.branch {
	margin-top: 8px;
}

.branch:first-of-type {
	margin-top: 0;
}

.name {
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.footer {
		padding: 60px 0;
		margin-bottom: 17%;
	}

	.footer h2 {
		width: 60%;
	}

	.company-info {
		width: 100%;
		margin-top: 32px;
	}

	table {
		font-size: 16px;
	}

	th {
		width: 85px;
	}
}


/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 0;
	padding: 20px 0;
	background-color: #000000da;
	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;
}

.fixed_btn a:hover {
	opacity: 0.8;
}

.fixed_btn_item {
	width: calc((724px - 8px)/2);
}

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

	.fixed_btn {
		gap: 4px;
	}
}

