@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;
	font-feature-settings: "palt";
}
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,200,150,1) 10%, rgba(255,200,150,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	padding: 40px 0;
}
.bold {
	font-weight: 700;
}

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

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
	width: 100%;
	height: 724px;
}
.header-pc {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
h1 {
	width: 100%;
	height: 100%;
}

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

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(153,153,153,0.75));
	border: none;
	padding: 0;
	background-color: transparent;
}
.cta02 .btn {
	filter: none;
}
.btn:hover {
	opacity: 0.8;
	cursor: pointer;
}
.contact-form {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.input {
	width: 100%;
	padding: 40px 30px;
	font-size: 30px;
	font-weight: 300;
	border: 3px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	box-sizing: border-box;
}
input::placeholder {
	opacity: 0.5;
}
.cta01,
.cta02,
.cta03 {
	position: relative;
}
form {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12%;
}
.cta03 form {
	bottom: 16%;
}
.cta04 {
	padding: 60px 0;
}
.cta04 form {
	position: static;
	transform: none;
}

@media screen and (max-width: 640px) {
	.contact-form {
		width: 85%;
		bottom: 9%;
	}
	.cta02 form {
		width: 94%;
		bottom: 7%;
	}
	.cta03 form {
		width: 85%;
		bottom: 13%;
	}
	.cta04 form {
		width: 94%;
	}
	.input {
		padding: 2em 0.8em;
		font-size: 4vw;
		border: 2px solid #ccc;
	}
}

/* ----------------------------------------------------
    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: #041E32;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}
.footer-link {
	width: 92%;
	margin: 0 auto;
}
.footer-link a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.copy-right {
	margin-top: 6px;
	text-align: center;
}

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


/* ----------------------------------------------------
    サンクスページ
---------------------------------------------------- */
.thanks {
	text-align: center;
	background-color: #fff;
	padding: 0 0 30px;
	box-sizing: border-box;
}
.thanks h1 {
	background-color: #333;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 32px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.thanks h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 60px;
}
.thanks p {
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1.8;
}
.top {
	margin-top: 100px;
}
.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
	background-color: #ce691d;
  line-height: 1;
  position: relative;
  width: calc(50px + 6px);
  height: calc(50px + 6px);
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
	margin-top: 60px;
}
.dli-check-circle > span {
  width: 1.5em;
  height: 0.9em;
  border: 0.3em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.calendar {
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}
.calendar-title {
	margin-top: 60px;
}
.calendar-title > .pc-item {
	display: inline;
}

@media screen and (max-width: 640px) {
	.thanks h1 {
		padding: 32px 0;
		font-size: 30px;
		line-height: 1.3;
	}
	.thanks h2 {
		font-size: 24px;
		line-height: 1.3;
		margin-top: 40px;
	}
	.thanks p {
		text-align: justify;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.calendar-title {
		margin-top: 40px;
	}
	.calendar-title > .pc-item {
		display: none;
	}
	.calendar {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}
}