#page-mv3 {
	background-image: url("../images/contact/mv.jpg");
	position: relative;
	z-index: 1;
	margin-bottom: -150px;
}
@media screen and (max-width: 910px) {
	#page-mv3 {
		margin-bottom: -100px;
	}
}
@media screen and (max-width: 680px) {
	#page-mv3 {
		margin-bottom: -50px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	background: url("../images/common/back08.png") center;
	background-size: 300px;
	position: relative;
	z-index: 0;
	padding: 200px 0 60px;
	color: #fff;
	margin-bottom: 80px;
}
#sec01 .block {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
#sec01 .block .ttl-style14 {
}
#sec01 .block p {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 30px;
	
}
#sec01 .block p a.tel {
	text-align: center;
	color: #fff;
	pointer-events: none;
	font-size: 20px;
	font-weight: 500;
}
#sec01 .block p a.tel span {
	display: inline-block;
	font-size: 30px;
	margin-left: 4px;
}
#sec01 .block p .cap {
	display: block;
	text-align: center;
	font-size: 14px;
}
#sec01 .block .btn {
	display: block;
	max-width: 600px;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#sec01 .block .btn .txt {
	color: #639590;
	width: 65%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	font-weight: 500;
	position: relative;
}
#sec01 .block .btn .txt br.br-clear {
	display: none;
}
#sec01 .block .btn .txt::after {
	content: "keyboard_arrow_right";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    position: absolute;
	top: 50%;
    left: 10px;
	transform: translate(0%, -50%);
}
#sec01 .block .btn .ph {
	display: block;
	width: 35%;
	position: relative;
	padding-top: 150px;
}
#sec01 .block .btn .ph img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec01 .thanks {
	max-width: 900px;
	width: 85%;
	margin: 30px auto;
	color: #fff;
}
#sec01 .thanks p {
	margin-bottom: 30px;
}
#sec01 .thanks .ttl {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 3px;
	font-weight: 600;
}
#sec01 .thanks .ttl br {
	display: none;
}
#sec01 .thanks .btn-style01 {
	max-width: 300px;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 910px) {
	#sec01 {
		padding-top: 140px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
		padding-top: 80px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	#sec01 .block p a.tel {
		pointer-events: auto;
	}
	#sec01 .block .btn {
    }
	#sec01 .block .btn .txt {
        width: 70%;
		font-size: .9em;
		letter-spacing: 1px;
    }
	#sec01 .block .btn .txt br.br-clear {
		display: block;
	}
	#sec01 .block .btn .txt::after {
		left: 5px;
	}
	#sec01 .block .btn .ph {
        width: 30%;
        padding-top: 100px;
    }
	#sec01 .thanks .ttl br {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 40px;
}
#sec02 .ttl-style09 {
	margin-bottom: 15px;
}
#sec02 .ttl {
	color: #639590;
	font-weight: 500;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: #639590 2px solid;
}
#sec02 dl {
	width: 100%;
	display: table;
	background-color: #fff;
	border-top: #fff 1px solid;
	border-bottom: rgba(0,0,0,.1) 1px solid;
}
#sec02 dt,
#sec02 dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
}
#sec02 dt {
	background-color: rgba(139,197,192,.1);
	width: 260px;
	position: relative;
	font-size: .9em;
	font-weight: 500;
	padding-top: 26px;
	padding-right: 0;
}
#sec02 dt span {
	display: inline-block;
	position: absolute;
	font-size: 10px;
	line-height: 1;
	background-color: #F8B535;
	color: #fff;
	top: 0;
	right: 0;
	padding: 5px 4px 6px 6px;
}
#sec02 dd {
}
#sec02 dd .cap {
	font-size: 12px;
	display: inline-block;
	padding-left:1em;
	text-indent:-1em;
}
#sec02 dd select,
#sec02 dd input,
#sec02 dd textarea {
	width: 100%;
	border: #8BC5C0 1px solid;
	padding: 13px;
	border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin: 4px 0;
}
#sec02 dd select {
	width: auto;
	padding: 10px;
}
#sec02 dd input.siz-s {
	max-width: 120px;
}
#sec02 dd input::placeholder,
#sec02 dd textarea::placeholder {
	color: #bbb;
}
#sec02 dl.last {
	border-bottom: #639590 2px solid;
	border-top: #639590 2px solid;
	margin: 10px 0 30px;
}
#sec02 dl.last a {
	display: inline-block;
	font-size: .9em;
	font-weight: 500;
	margin-bottom: 10px;
	color: #639590;
	position: relative;
	padding-left: 23px;
}
#sec02 dl.last a:hover {
	color: #8BC5C0;
}
#sec02 dl.last a::after {
	content: "play_circle";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    position: absolute;
	top: 50%;
    left: 0;
	transform: translate(0%, -50%);
}
input[type=checkbox] {
    display: none;
}
.check-block .check-box__text {
    display: inline-block;
    padding: 3px 0 3px 40px;
    cursor: pointer;
    position: relative;
}
.check-block .check-box__text::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 27px;
    padding-top: 27px;
    top: 5px;
    left: 0;
    border: 1px solid #8AC5BF;
	border-radius: 3px;
	background-color: #F9F8F6;
}
.check-block .check-box__text::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    padding-top: 10px;
    top: 10px;
    left: 7px;
    border-left: 2px solid #8AC5BF;
    border-bottom: 2px solid #8AC5BF;
    transform: rotate(-45deg);
    opacity: 0;
}
input[type=checkbox]:checked + span::after {
    opacity: 1;
}

input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	display: block;
	max-width: 350px;
	width: 80%;
	margin: 0px auto;
	background-color: #8BC5C0;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:3px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #639590;
}
@media screen and (max-width: 910px) {
	#sec02 dt {
        width: 220px;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
        width: 95%;
        margin: 0 auto 30px;
    }
    #sec02 .ttl-style09 {
        margin: 0 auto 10px;
    }
	#sec02 .ttl {
		font-size: .9em;
        border-bottom: #639590 1px solid;
		letter-spacing: 1px;
		margin-top: 10px;
    }
	#sec02 .ttl br {
		display: none;
	}
	#sec02 dl,
	#sec02 dt,
    #sec02 dd {
		display: block;
		width: 100%;
	}
	#sec02 dl {
		border-right: rgba(0,0,0,.1) 1px solid;
	}
	#sec02 dl.last {
        border-bottom: #639590 2px solid;
        border-top: #639590 2px solid;
        margin: 10px 0 20px;
    }
	#sec02 dt {
		padding: 10px;
	}
	.check-block .check-box__text {
        padding: 3px 0 3px 35px;
    }
	.check-block .check-box__text::before {
        width: 23px;
        padding-top: 23px;
    }
	.check-block .check-box__text::after {
        width: 10px;
        top: 8px;
        left: 7px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


