@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-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;
	font-feature-settings: "palt";
	overflow-x: hidden;
	max-width: 2000px; /*横幅調整*/
	margin: 0 auto;
	padding-top: 70px;
	box-shadow: 0 0 8px #ccc;
}
img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.inner {
	width: 724px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
		height: auto;
	}
	body {
		width: 100%;
	}
	.main {
		padding-top: 80px;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	transition: all .2s;
	/* filter: drop-shadow(5px 5px 5px rgba(153,153,153,0.75)); */
}
.btn:hover {
	opacity: 0.9;
	cursor: pointer;
}
.cta {
	position: relative;
}
a:hover {
	opacity: 0.8;
	cursor: pointer;
}
.cta-btn {
	position: absolute;
	width: 436.0851px;
	height: 68.1702px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 52px;
}
.cta02 {
	background-color: #299ECF;
	padding: 50px 20px;
	text-align: center;
}
.cta02 .btn {
	width: 436.0851px;
	height: 68.1702px;
}

@media screen and (max-width: 640px) {
		.btns {
			width: 83%; /*要調整*/
			bottom: 14%; /*要調整*/
			gap: 10px; /*要調整*/
		}
		.cta-btn {
			width: 90%;
			height: auto;
			bottom: 6%;
		}
		.cta02 {
			padding: 11% 20px;
		}
		.cta02 .btn {
			width: 100%;
			height: auto;
		}
	}

/* ----------------------------------------------------
    main
---------------------------------------------------- */
.sec {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.sec > img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
.sec12 {
	position: relative;
	background-color: #EEF9FF;
	padding: 80px 0;
	display: block;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}
.sec12 h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
}
.sec12-info {
	width: 1020px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec12-info-table {
	width: 453px;
	border-collapse: collapse;
	font-size: 18px;
	background-color: #fff;
	line-height: 1.4;
}
.sec12-info-table th,
.sec12-info-table td {
	border: 1px solid #d9e7ef;
	padding: 10px 14px;
	vertical-align: middle;
}
.sec12-info-table th {
	background-color: #299ECF;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
}
.sec12-info-table td {
	background-color: #fff;
}
.sec12-map-wrap {
	width: 536.3608px;
	height: 380.8407px;
}
.sec12-map-wrap iframe {
	display: block;
	width: 536.3608px;
	height: 380.8407px;
}
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
}
.logo {
	width: 151.234px;
	height: 49.3154px;
	margin-left: 30px;
}
.fixed-items {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 30px;
}
.label {
	width: 143.2471px;
	height: 19.4875px;
}
.fixed-btn {
	width: 257.1486px;
	height: 43.6913px;
}
.sec14-items {
	text-align: center;
}
.sec14-items .btn {
	margin: 0 auto;
}
.sec14-text {
	font-weight: 400;
	font-size: 21px;
	color: #fff;
	margin-top: 30px;
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}

@media screen and (max-width: 640px) {
	.sec {
		height: auto;
	}
	.sec > img {
		width: 100%;
		height: auto;
	}
	.logo {
		width: 34%;
		height: auto;
		margin: 0;
	}
	.header-inner {
		max-width: 100%;
		padding: 0 20px;
		height: 80px;
	}
	.fixed-items {
		gap: 6px;
		padding: 20px 0;
		flex-direction: column;
		width: 57%;
	}
	.label {
		width: 70%;
		height: auto;
	}
	.fixed-btn {
		width: 100%;
		height: auto;
	}
	.sec12 {
		padding: 40px 0;
	}
	.sec12 h2 {
		font-size: 10vw;
	}
	.sec12-info {
		flex-direction: column;
		align-items: unset;
		gap: 20px;
		width: 90%;
		margin-top:20px;
	}
	.sec12-info-table {
		width: 100%;
		margin: 0;
		font-size: 16px;
	}
	.sec12-map-wrap {
		width: 100%;
		height: auto;
		aspect-ratio: 536.3608 / 380.8407;
		top: auto;
		transform: none;
	}
	.sec12-map-wrap iframe {
		width: 100%;
		height: 100%;
	}
	.sec14-text {
		font-size: 18px;
		margin-top: 20px;
	}
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #fff;
	padding: 40px 0;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}
.footer-link a {
	text-decoration: none;
	display: inline-block;
}
.copy-right {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.footer {
		font-size: 16px;
		padding: 30px 0;
	}
}