@charset "UTF-8";

/* ---------------------------------------
  リモート相談
-----------------------------------------*/


/* secttl
--------------------------------*/

.secttl .midashi {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}

.secttl .lead,
.secttl+.lead {
	font-weight: 700;
	letter-spacing: 0.12em;
}

.secttl.ttlbox {
	margin-bottom: 20px;
	position: relative;
	top: -35px;
	z-index: 1;
}

.secttl.ttlbox .midashi {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4c4948;
	padding: 11px 1em;
	border-radius: 35px;
	box-shadow: 4px 4px 0 #000;
}

.secttl.ttlbox .midashi .ico {
	display: inline-block;
	line-height: 1;
	position: relative;
	margin-right: 16px;
}

@media screen and (max-width: 768px) {
	.secttl .midashi {
		font-size: 5.4vw;
	}
	.secttl .lead,
	.secttl+.lead {
		font-size: 3.47vw;
		line-height: 1.76;
	}
	.secttl.ttlbox {
		margin-bottom: 0;
		top: 0;
		transform: translateY(-50%);
	}
	.secttl.ttlbox .midashi {
		text-align: left;
		padding: 3vw 1em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 #000;
	}
	.secttl.ttlbox .midashi .ico {
		margin-right: 4vw;
	}
}


/* mv
--------------------------------*/

#sec_mv {
	height: 713px;
	background-color: #ffc93c;
	background-image: url(../img/common/bg_stripe.png);
}

#sec_mv .img {
	width: 893px;
	border-radius: 30px;
	overflow: hidden;
	position: absolute;
	right: -100px;
	top: 0
}

#sec_mv .txtwrap {
	position: absolute;
	left: 0;
	top: 0;
	padding: 92px 0 0;
}

#sec_mv .txtwrap .ttl {
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 60px;
}

#sec_mv .txtwrap .ttl span {
	display: block;
}

#sec_mv .txtwrap .ttl .en {
	color: #fff;
	font-size: 3.4rem;
	line-height: .8;
	letter-spacing: 0.06em;
	white-space: nowrap;
	transform: rotate(-5deg);
	position: absolute;
	left: 6px;
	top: -30px;
}

#sec_mv .txtwrap .ttl .midashi {
	font-size: 4.3rem;
	letter-spacing: 0;
}

#sec_mv .txtwrap .ttl_s {
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	margin-bottom: 1em;
}

#sec_mv .txtwrap .ttl_s span {
	padding: 0 1em;
	position: relative;
}

#sec_mv .txtwrap .ttl_s span::before,
#sec_mv .txtwrap .ttl_s span::after {
	content: "";
	width: 3px;
	height: 1em;
	background-color: #4c4948;
	border-radius: 1.5px;
	position: absolute;
	top: .3em;
}

#sec_mv .txtwrap .ttl_s span::before {
	transform: rotate(-22deg);
	left: 6px;
}

#sec_mv .txtwrap .ttl_s span::after {
	transform: rotate(22deg);
	right: 6px;
}

#sec_mv .txtwrap .txt {
	font-size: 2.9rem;
	line-height: 2.06;
	letter-spacing: 0.06em;
	margin-bottom: 1.5em;
}

#sec_mv .txtwrap .btn a::after {
	transform: translate(0, -50%) rotate(135deg);
	margin-top: -1px;
	right: 23px;
}

@media screen and (max-width: 768px) {
	#sec_mv {
		height: auto;
		background-size: 2.6vw auto;
	}
	#sec_mv .wrap {
		width: 100%;
	}
	#sec_mv .img {
		width: 100%;
		border-radius: 0;
		overflow: hidden;
		position: static;
	}
	#sec_mv .txtwrap {
		position: static;
		padding: 12vw 8vw 18vw;
	}
	#sec_mv .txtwrap .ttl {
		text-align: center;
		margin-bottom: 6vw;
	}
	#sec_mv .txtwrap .ttl span {
		display: block;
	}
	#sec_mv .txtwrap .ttl .en {
		font-size: 5.4vw;
		left: 21vw;
		top: -5vw;
	}
	#sec_mv .txtwrap .ttl .midashi {
		font-size: 7.2vw;
	}
	#sec_mv .txtwrap .ttl_s {
		text-align: center;
		font-size: 4.6vw;
		line-height: 1.5;
	}
	#sec_mv .txtwrap .ttl_s span {
		display: inline-block;
	}
	#sec_mv .txtwrap .ttl_s span::before,
	#sec_mv .txtwrap .ttl_s span::after {
		width: 2px;
		height: 100%;
		border-radius: 1px;
	}
	#sec_mv .txtwrap .ttl_s span::before {
		left: 1vw;
	}
	#sec_mv .txtwrap .ttl_s span::after {
		right: 1vw;
	}
	#sec_mv .txtwrap .txt {
		font-size: 4vw;
		line-height: 2;
	}
	#sec_mv .txtwrap .btn {
		text-align: center;
	}
	#sec_mv .txtwrap .btn a::after {
		right: 4.5vw;
	}
}


/* intro
--------------------------------*/

#sec_intro {
	padding: 0 0 125px;
}

#sec_intro .secttl {
	position: relative;
	top: -28px;
	margin-bottom: 40px;
}

#sec_intro .secttl .midashi {
	font-size: 3.6rem;
	display: inline-block;
	position: relative;
	padding: 0 1em;
}

#sec_intro .secttl .midashi::before,
#sec_intro .secttl .midashi::after {
	content: "";
	width: .5em;
	height: 1.5em;
	background: url(../img/remote/intro_secttl.png) no-repeat center / 100% auto;
	position: absolute;
	top: 0;
}

#sec_intro .secttl .midashi::before {
	left: 0;
}

#sec_intro .secttl .midashi::after {
	transform: scale(-1, 1);
	right: 0;
}

#sec_intro .list {
	margin-left: 100px;
}

#sec_intro .list li {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 36px;
}

#sec_intro .list li+li {
	margin-top: 1em;
}

#sec_intro .list li::before {
	content: "";
	width: 20px;
	height: 18px;
	background: url(../img/remote/ico_list.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: .5em;
}

#sec_intro .illust01 {
	position: absolute;
	top: 76px;
	left: 50%;
	transform: translatex(-50%);
	z-index: -1;
}

#sec_intro .illust02 {
	position: absolute;
	top: 82px;
	right: 120px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#sec_intro {
		padding: 0 0 16vw;
	}
	#sec_intro .secttl {
		top: -4.2vw;
		margin-bottom: 6vw;
	}
	#sec_intro .secttl .midashi {
		font-size: 5.6vw;
		padding: 0 .8em;
		margin: 0 -4vw
	}
	#sec_intro .list {
		margin-left: 0;
	}
	#sec_intro .list li {
		font-size: 3.2vw;
		padding-left: 6vw;
	}
	#sec_intro .list li::before {
		width: 4vw;
		height: 3.6vw;
		top: 0.4em;
	}
	#sec_intro .illust01 {
		width: 28.2vw;
		top: 12vw;
	}
	#sec_intro .illust02 {
		position: static;
		width: 38%;
		margin: 4vw auto 0;
	}
}


/* consultation
--------------------------------*/

#sec_consultation {
	padding: 0 0 160px;
}

#sec_consultation .secttl {
	position: relative;
	top: -42px;
	margin-bottom: 10px;
}

#sec_consultation .secttl .midashi {
	font-size: 3.2rem;
	letter-spacing: 0.01em;
	display: inline-block;
	position: relative;
	padding: 4px 1.85em;
	background-color: #ffe49d;
	border-radius: 28px;
	z-index: 1;
}

#sec_consultation .secttl .midashi:first-child {
	padding: 4px 1.2em;
	margin-bottom: 8px;
}

#sec_consultation .secttl .midashi:first-child::before {
	content: "";
	width: 49px;
	height: 51px;
	background: url(../img/remote/consultation_secttl.png) no-repeat center / 100% auto;
	position: absolute;
	right: -36px;
	top: -36px
}

#sec_consultation .secttl .midashi:last-child::before {
	content: "";
	width: 9px;
	height: 40px;
	background-color: #ffe49d;
	border-radius: 4.5px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: rotate(40deg);
	z-index: -1;
}

#sec_consultation .system {
	margin-bottom: 45px;
}

#sec_consultation .system .txt {
	font-weight: 700;
	font-size: 2.1rem;
	margin-bottom: .7em;
}

#sec_consultation .system .logowrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec_consultation .system .logowrap .logo {
	width: 486px;
	height: 104px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #afb0b0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_consultation .system .logowrap .logo+.logo {
	margin-left: 24px;
}

#sec_consultation .system .logowrap .logo img {
	display: block;
}

#sec_consultation .system .note {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: .5em;
}

#sec_consultation .lead {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 2.1;
	margin-bottom: 1.2em;
}

#sec_consultation .lead span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

#sec_consultation .lead span::before {
	content: "";
	width: 100%;
	height: 9px;
	background-color: #fff;
	border-radius: 4.5px;
	position: absolute;
	left: 0;
	bottom: .3em;
	z-index: -1;
}

#sec_consultation .list .item {
	width: 384px;
	background-color: #ffefc4;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px 4px 0 #af8c41;
}

#sec_consultation .list .item .img {
	width: 100%;
	height: 226px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_consultation .list .item .img img {
	display: block;
}

#sec_consultation .list .item:nth-child(1) .img img {
	margin-left: 10px;
}

#sec_consultation .list .item:nth-child(2) .img img {
	margin-left: 10px;
	margin-top: 24px;
}

#sec_consultation .list .item .txtwrap {
	min-height: 131px;
	padding: 30px 0;
}

#sec_consultation .list .item .txtwrap .txt {
	font-size: 2.4rem;
	line-height: 1.4;
}

#sec_consultation .list .item .txtwrap .note {
	font-size: 1.4rem;
	letter-spacing: -0.05em;
	margin-top: .5em;
}

@media screen and (max-width: 768px) {
	#sec_consultation {
		padding: 0 0 24vw;
	}
	#sec_consultation .secttl {
		top: -7vw;
		margin-bottom: 4vw;
	}
	#sec_consultation .secttl .midashi {
		font-size: 5.4vw;
		padding: 1vw 1.85em;
		border-radius: 100vh;
	}
	#sec_consultation .secttl .midashi:first-child {
		padding: 1vw 1em;
		margin-bottom: 2vw;
	}
	#sec_consultation .secttl .midashi:first-child::before {
		width: 9.8vw;
		height: 10.2vw;
		right: -7vw;
		top: -7vw;
	}
	#sec_consultation .secttl .midashi:last-child::before {
		width: 2vw;
		height: 8vw;
		border-radius: 1vw;
		bottom: -4vw;
	}
	#sec_consultation .system {
		margin-bottom: 8vw;
	}
	#sec_consultation .system .txt {
		font-size: 4vw;
	}
	#sec_consultation .system .logowrap .logo {
		width: 48%;
		height: 12vw;
		border-radius: 1.8vw;
		padding: 2vw 3vw;
	}
	#sec_consultation .system .logowrap .logo+.logo {
		margin-left: 4%;
	}
	#sec_consultation .system .logowrap .logo img {
		max-width: 100%;
		width: auto;
		max-height: 6vw;
	}
	#sec_consultation .system .note {
		font-size: 2.8vw;
	}
	#sec_consultation .lead {
		font-size: 4vw;
		line-height: 2;
	}
	#sec_consultation .lead span::before {
		height: 2.4vw;
		border-radius: 1.2vw;
	}
	#sec_consultation .list .item {
		width: 100%;
		border-radius: 2.67vw;
		box-shadow: .8vw .8vw 0 #af8c41;
	}
	#sec_consultation .list .item+.item {
		margin-top: 8vw;
	}
	#sec_consultation .list .item .img {
		height: 46vw;
		border-radius: 2.67vw;
	}
	#sec_consultation .list .item:nth-child(1) .img img {
		width: 50.85vw;
		margin-left: 3vw;
	}
	#sec_consultation .list .item:nth-child(2) .img img {
		width: 45.33vw;
		margin-left: 3vw;
		margin-top: 7vw;
	}
	#sec_consultation .list .item:nth-child(3) .img img {
		width: 46.833vw;
	}
	#sec_consultation .list .item .txtwrap {
		min-height: 25vw;
		padding: 6vw 0;
	}
	#sec_consultation .list .item .txtwrap .txt {
		font-size: 4.6vw;
	}
	#sec_consultation .list .item .txtwrap .note {
		font-size: 2.8vw;
	}
}


/* flow
--------------------------------*/

#sec_flow {
	padding: 0 0 150px;
}

#sec_flow .secttl.ttlbox .midashi .ico {
	top: 4px;
}

#sec_flow .list .item {
	width: 384px;
	position: relative;
}

#sec_flow .list .item+.item::before {
	content: "";
	width: 41px;
	height: 68px;
	background: url(../img/remote/flow_arw.png) no-repeat center / 100% auto;
	position: absolute;
	top: 80px;
	left: -34px;
}

#sec_flow .list .item .num {
	color: #ffc93c;
	font-size: 12rem;
	line-height: .6;
	letter-spacing: 0;
	position: absolute;
	transform: rotate(-8deg);
	top: -20px;
	left: 0;
}

#sec_flow .list .item .img {
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

#sec_flow .list .item .img img {
	display: block;
}

#sec_flow .list .item:nth-child(3) .img img {
	margin-top: 38px;
	margin-left: 18px;
}

#sec_flow .list .item .txtwrap .ttl {
	font-weight: bold;
	font-size: 2rem;
	padding: 7px .5em;
	background-color: #ffc93c;
	border-radius: 22px;
}

#sec_flow .list .item .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	padding: 0 1em;
	margin-top: .75em;
}

@media screen and (max-width: 768px) {
	#sec_flow {
		padding: 0 0 24vw;
	}
	#sec_flow .secttl.ttlbox{
		margin-bottom: 8vw;
	}
	#sec_flow .secttl.ttlbox .midashi .ico {
		width: 9.13vw;
		top: 0;
	}
	#sec_flow .list .item {
		width: 100%;
	}
	#sec_flow .list .item+.item {
		margin-top: 16vw;
	}
	#sec_flow .list .item+.item::before {
		width: 8.2vw;
		height: 13.6vw;
		transform: rotate(90deg);
		top: -14vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	#sec_flow .list .item .num {
		font-size: 24vw;
		top: -4vw;
		left: 4.8vw;
	}
	#sec_flow .list .item .img {
		width: 100%;
		height: 48vw;
		margin-bottom: 10px;
	}
	#sec_flow .list .item .img img {
		display: block;
	}
	#sec_flow .list .item:nth-child(1) .img img {
		width: 40vw;
	}
	#sec_flow .list .item:nth-child(2) .img img {
		width: 52vw;
	}
	#sec_flow .list .item:nth-child(3) .img img {
		width: 55.2vw;
		margin-top: 6vw;
		margin-left: 2.8vw;
	}
	#sec_flow .list .item .txtwrap .ttl {
		font-size: 4.8vw;
		padding: 1.4vw .5em;
		border-radius: 5vw;
	}
	#sec_flow .list .item .txtwrap .txt {
		font-size: 3.2vw;
	}
}


/* requirements
--------------------------------*/

#sec_requirements {
	padding: 0 0 120px;
}

#sec_requirements .lead {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 36px;
	margin-bottom: 1.8em;
}

#sec_requirements .lead::before {
	content: "";
	width: 20px;
	height: 18px;
	background: url(../img/remote/ico_list.png) no-repeat center / 100% auto;
	position: absolute;
	left: .2em;
	top: .4em;
}

#sec_requirements dl.item+dl.item {
	margin-top: 35px;
}

#sec_requirements dl.item dt,
#sec_requirements dl.item dd {
	font-size: 1.6rem;
	line-height: 1.75;
}

#sec_requirements dl.item dt {
	width: 334px;
	background-color: #ffe49d;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 18px 22px;
	font-weight: 700;
	letter-spacing: 0;
}

#sec_requirements dl.item dt .ico {
	width: 56px;
	line-height: 1;
	margin-right: 18px;
}

#sec_requirements dl.item dt .ico img {
	display: block:
}

#sec_requirements dl.item dd {
	width: 856px;
	border-top: 2px solid #ffe49d;
	border-bottom: 2px solid #ffe49d;
	padding: 12px 25px;
	letter-spacing: 0.05em;
	margin: -1px 0;
}

@media screen and (max-width: 768px) {
	#sec_requirements {
		padding: 0 0 20vw;
	}
	#sec_requirements .secttl.ttlbox .midashi .ico{
		width: 8vw
	}
	#sec_requirements .lead {
		font-size: 3.4vw;
		padding-left: 6vw;
		margin-bottom: 1.8em;
	}
	#sec_requirements .lead::before {
		width: 4vw;
		height: 3.6vw;
		top: 0.3em;
	}
	#sec_requirements dl.item+dl.item {
		margin-top: 8vw;
	}
	#sec_requirements dl.item dt,
	#sec_requirements dl.item dd {
		font-size: 3.2vw;
	}
	#sec_requirements dl.item dt {
		width: 100%;
		border-radius: 1.4vw;
		padding: 3vw 6vw;
	}
	#sec_requirements dl.item dt .ico {
		width: 9vw;
		margin-right: 4.2vw;
	}
	#sec_requirements dl.item dd {
		width: 100%;
		border-top: none;
		padding: 3vw 0;
		margin: 0;
	}
}


/* contents
--------------------------------*/

#contact {
	padding: 120px 0;
}

#contact .secttl.ttlbox {
	top: 0;
	margin-bottom: -35px;
}

.form_wrap {
	background-color: #ffefc4;
	position: relative;
	padding: 100px 204px 70px;
}

.form_wrap>.txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.form_wrap>.txt .bold {
	display: block;
}


/*form*/

.form {
	margin: 0 auto;
}

.form .box {
	padding: 30px 0;
	position: relative;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
}

.form .box:first-child {
	background-image: none;
}

.form .box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form .box dl+dl {
	margin-top: 20px;
}

.form .box dl dt,
.form .box dl dd,
.form .box dl dd p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}

.form .box dl dd p {
	line-height: 1;
}

.form .box dl dt {
	width: 244px;
	display: flex;
	align-items: center;
}

.form .box dl dt .must {
	display: inline-block;
	color: #fff;
	background: #cdb07c;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 0 .275em;
	height: 17px;
	line-height: 17px;
	margin-left: 1em;
	background-color: #e60012;
	margin-top: 1px;
}

.form .box dl dd {
	width: 548px;
}

.form .box dl.phone dd {
	display: flex;
}

.form .box dl dd.flex {
	justify-content: space-between;
}

.form .box dl dd.flex p {
	max-width: 49%;
}

.form .box dl.date dd.flex p {
	max-width: inherit;
}

.form .box dl dd span.txt {
	display: inline-block;
	min-width: 3em;
}

.form .box dl.date dd span.txt {
	margin-right: 1em;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
	background: #fff;
	height: 48px;
	border: 1px solid #bfbfbf;
	padding: .5em 1em;
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
}

.form input.short {
	width: 214px;
}

.form input.short2 {
	width: 129px;
}

.form select {
	padding-right: 2em;
	background-image: url(../img/common/select.png);
	background-repeat: no-repeat;
	background-position: right .75em center;
}

.form .date input,
.form .date select {
	width: 210px;
}

::placeholder {
	color: #d2d2d3;
}

:-ms-input-placeholder {
	color: #d2d2d3;
}

::-ms-input-placeholder {
	color: #d2d2d3;
}


/*textarea*/

.form .message textarea {
	height: 330px;
	resize: vertical;
	overflow: auto;
}


/*check*/

.form .checkwrap {
	margin: -8px 0;
}

.form .checkwrap li {
	line-height: 1;
}

.form .checkwrap li+li {
	margin-top: 5px;
}

.form .checkwrap label {
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
}

.form input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	visibility: hidden;
}

.form input[type=checkbox]+span {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	cursor: pointer;
	line-height: 1.875;
}

.form input[type=checkbox]+span::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	border: 2px solid #4c4948;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #fff;
}

.form input[type=checkbox]:checked+span::after {
	content: "";
	position: absolute;
	top: 11.5px;
	left: 5.5px;
	width: 10px;
	height: 10px;
	background-color: #0468b6;
	border-radius: 50%;
}

.form .box .firstcheck input[type=checkbox]+span {
	padding-left: 3em;
}


/*address*/

.form .box .address dd span.ttl {
	display: block;
	min-width: inherit;
	margin: 0 0 .8em;
}

.form .box .address p+p {
	margin-top: 25px;
}

.form .box .address .post_btn {
	display: inline-block;
	margin-left: 40px;
}

.form .box .address .post_btn input[type='button'] {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	color: #4c4948;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	width: 177px;
	height: 48px;
	border-radius: 24px;
	background-color: #ffc93c;
	transition: .3s ease;
	cursor: pointer;
}

.form .box .phone span.txt,
.form .box .address span.txt {
	min-width: inherit;
	display: inline-block !important;
	font-weight: bold;
	margin: .7em .5em 0;
}

/*date*/

.form .box .date dd>div {
	align-items: center;
}

.form .box .date dd>div+div {
	margin-top: 20px;
}


/*privacy*/

.form .privacy {
	border: none;
	padding: 30px 0 0;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
}

.form .privacy .txt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.05em;
}

.form .privacy .txt a {
	color: #0468b6;
	text-decoration: underline;
}

.form .privacy .checkwrap {
	margin: 30px 0 0;
}


/*submitbtn*/

.form .submitbtn {
	position: relative;
	margin: 35px auto 0;
	text-align: center;
}

.form .submitbtn input {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	background-color: #ffc93c;
	color: #4c4948;
	font-weight: 500;
	font-size: 1.8rem;
	height: 50px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	border-radius: 25px;
	cursor: pointer;
	transition: .3s ease;
}

.form .wpcf7-spinner {
	margin-top: 1em;
}

/*contact_btn*/

#contact .contact_btn {
	max-width: 934px;
	margin-top: 60px;
}

#contact .contact_btn .inner {
	background-color: #ffc93c;
	position: relative;
}

#contact .contact_btn * {
	color: #4c4948;
}

#contact .contact_btn .midashi {
	width: 338px;
}

#contact .contact_btn .number {
	padding: 0;
	margin-left: 30px;
}

#contact .contact_btn .number .tel {
	font-size: 4.6rem;
}

#contact .contact_btn .img {
	position: absolute;
	right: 39px;
	bottom: 0;
}

@media screen and (min-width: 769px) {
	.form .box .address .post_btn input[type='button']:hover,
	.form .submitbtn input:hover {
		background-color: #ffb13c;
	}
}

@media screen and (max-width: 768px) {
	#contact {
		padding: 8vw 0 24vw;
	}
	#contact .secttl.ttlbox {
		top: 0;
		transform: translateY(50%);
		margin-bottom: 0;
	}
	#contact .secttl.ttlbox .midashi .ico {
		width: 8.4vw;
	}
	#contact .lead {
		width: 100%;
	}
	#contact .lead .txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	#contact .lead .btn {
		margin-top: 6vw;
	}
	.form_wrap {
		width: 100vw;
		margin-left: -8vw;
		margin-right: -8vw;
		padding: 18vw 8vw 10vw;
	}
	.form_wrap .formttl {
		font-size: 7.2vw;
	}
	.form_wrap>.txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	/*form*/
	.form .box {
		padding: 6vw 0;
		position: relative;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	.form .box dl {
		display: block;
	}
	.form .box dl+dl {
		margin-top: 5vw;
	}
	.form .box dl dt,
	.form .box dl dd,
	.form .box dl dd p {
		font-size: 3.2vw;
	}
	.form .box dl dt {
		width: 100%;
		margin-bottom: 1em;
	}
	.form .box dl dt .must {
		font-size: 2.8vw;
		height: 4vw;
		line-height: 4vw;
		align-self:
	}
	.form .box dl dd {
		width: 100%;
	}
	.form .box dl dd span.txt {
		min-width: 2.5em;
	}
	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"],
	.form select,
	.form textarea {
		height: 9.3vw;
		font-size: 3.2vw;
	}
	.form input.short {
		width: 33vw;
	}
	.form input.short2 {
		width: 23vw;
	}
	/*select*/
	.form select {
		padding-right: 2em;
		background-size: 2vw auto;
		color: #4c4948;
	}
	.form .date input,
	.form .date select {
		width: calc(100% - 5.3em);
		margin-left: auto;
	}
	.form .date select {
		display: block;
		margin-top: 4vw;
	}
	/*textarea*/
	.form .message textarea {
		height: 44vw;
	}
	/*check*/
	.form .checkwrap {
		margin: 0;
	}
	.form .checkwrap li+li {
		margin-top: 1vw;
	}
	.form .checkwrap label {
		font-size: 3.2vw;
	}
	.form input[type=checkbox]+span {
		padding-left: 6vw;
	}
	.form input[type=checkbox]+span::before {
		top: .6vw;
		border: 1px solid #4c4948;
		width: 4.6vw;
		height: 4.6vw;
		background-color: #fff;
	}
	.form input[type=checkbox]:checked+span::after {
		top: 1.9vw;
		left: 1.15vw;
		width: 2.3vw;
		height: 2.3vw;
	}
	.form .box .firstcheck input[type=checkbox]+span {
		padding-left: 2.5em;
	}
	/*address*/
	.form .box .address p+p {
		margin-top: 4vw;
	}
	.form .box .address .post_btn {
		margin-left: 2vw;
		margin-right: 0;
	}
	.form .box .address .post_btn input[type='button'] {
		font-size: 3.2vw;
		width: 28vw;
		height: 9.33vw;
		border-radius: 4.65vw;
	}
	.form .box #addr1::placeholder {
		font-size: 3vw;
	}
	/*date*/
	.form .box .date dd>div {
		display: block;
	}
	.form .box .date dd>div+div {
		margin-top: 20px;
	}
	/*privacy*/
	.form .privacy {
		padding: 6vw 0 0;
		background-repeat: repeat-x;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	.form .privacy .txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	.form .privacy .checkwrap {
		margin: 5vw 0 0;
	}
	/*submitbtn*/
	.form .submitbtn {
		position: relative;
		margin: 35px auto 0;
	}
	.form .submitbtn input {
		width: 50vw;
		height: 12vw;
		font-size: 4.6vw;
		border-radius: 6vw;
	}
	/*contact_btn*/
	#contact .contact_btn {
		margin-top: 8vw;
	}
	#contact .contact_btn .midashi {
		width: 100%;
	}
	#contact .contact_btn .number {
		display: block;
		padding: 3vw 0 0;
		margin-left: 0;
	}
	#contact .contact_btn .number .tel {
		font-size: 7.8vw;
		margin-right: 0;
	}
	/*contact_btn*/
	#contact .contact_btn {
		max-width: inherit;
		margin-top: 12vw;
	}
	#contact .contact_btn .inner {
		padding-bottom: 5vw;
		overflow: hidden;
	}
	#contact .contact_btn .midashi {
		width: 100%;
		height: auto;
		border-radius: 100vh;
		line-height: 1.5;
		padding: 2vw 1vw;
		text-align: left;
	}
	#contact .contact_btn .number {
		padding: 2vw 0 0 1vw;
		margin-left: 0;
	}
	#contact .contact_btn .number .tel {
		font-size: 7.8vw;
		text-align: left;
	}
	#contact .contact_btn .number .time{
		text-align: left;
	}
	#contact .contact_btn .img {
		width: 25vw;
		right: 2vw;
	}
}


/*エラー用*/

.form .wpcf7-not-valid-tip {
	display: block;
}

.form .wpcf7-list-item {
	display: block;
	margin-left: 0 !important;
	margin-right: 1.5em;
}

.form .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.form .wpcf7-list-item + .wpcf7-list-item {
		margin-top: 1vw;
	}

	.form .date .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		margin-left: 17vw;
	}
}


/*datepicker*/

.ui-datepicker {
	width: 240px!important;
}

.ui-datepicker * {
	font-size: 1.4rem!important;
}

.ui-datepicker-calendar .day-sunday>a,
.ui-datepicker-calendar .day-holiday>a {
	background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday>a {
	background: #c0d0ff;
}
