@charset "UTF-8";



/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 3rem;
	font-family: var(--font-zen);
	height: 19rem;
	position: sticky;
	top: 0;
	z-index: 999;
}
header h1 {
	width: 32rem;
	line-height: 1;
}
header .wrap {
	display: flex;
	flex-direction: column;
}
header .wrap > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 3rem;
}
header .tel dt {
	margin-bottom: 0.4rem;
}
header .tel dd {
	display: flex;
	align-items: center;
	color: var(--navy);
	line-height: 1.1;
}
header .tel dd span {
	font-size: 1rem;
	border: solid 0.2rem var(--navy);
	border-radius: 0.8rem;
	padding: 0.5rem 1.2rem;
	margin-right: 0.6rem;
}
header .tel a {
	font-weight: bold;
	color: var(--navy);
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
}
header .mail a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f09dc1;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border-radius: 0.8rem;
	padding: 1.2rem 2rem;
}
header .mail a img {
	width: 2.8rem;
	margin-right: 0.6rem;
}
.sns {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sns li {
	width: 3.2rem;
}
.sns li:not(:last-child) {
	margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		padding: 0;
		height: 6rem;
		position: relative;
	}
	header h1 {
		width: 20rem;
	}
	.sns {
		margin-top: 3.5rem;
	}
	.sns li {
		width: 4rem;
	}
}



/*  ----------------------------------------------------------

nav

----------------------------------------------------------  */
.gnav {
	background: #a0acd8;
	margin-top: 1.2rem;
	padding: 1.2rem 3rem 1.2rem 1.2rem;
	border-radius: 2rem 0 0 2rem;
}
ul.gnav-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.gnav-menu > li {
	font-weight: 900;
	white-space: nowrap;
}
ul.gnav-menu > li:not(:last-child) {
	margin-right: 1rem;
}
ul.gnav-menu > li > a {
	display: block;
	background: #fff;
	color: var(--navy);
	padding: 1.0rem 2rem;
	border-radius: 1rem;
}





/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.kv {
	position: relative;
	overflow: hidden;
}
.kv figure img {
	object-fit: cover;
	object-position: center bottom;
	height: 48rem;
}
.kv-catch {
	position: absolute;
	left: 6rem;
	top: 3rem;
	width: 42rem;
}
.kv-mark {
	position: absolute;
	right: 4rem;
	top: 4rem;
	width: 15rem;
}
.kv span {
	display: block;
}
.kv .img-1 {
	position: absolute;
	left: 4rem;
	bottom: -2rem;
	width: 16rem;
}
.kv .img-2 {
	position: absolute;
	right: 2rem;
	bottom: -3rem;
	width: 16rem;
}
@media screen and (max-width: 768px) {
	.kv figure img {
		height: 40rem;
	}
	.kv-catch {
		left: 2rem;
		top: 2rem;
		width: 26rem;
	}
	.kv-mark {
		right: 2rem;
		top: 2rem;
		width: 9rem;
	}
	.kv span {
		display: block;
	}
	.kv .img-1 {
		left: 1.5rem;
		bottom: -1rem;
		width: 11.4rem;
	}
	.kv .img-2 {
		right: 1.5rem;
		bottom: -1.5rem;
		width: 12rem;
	}
}



/*  ----------------------------------------------------------

safety

----------------------------------------------------------  */
.safety {
	background: #f1f8fe;
	padding: 5rem 0;
	font-family: var(--font-zen)
}
.safety .wrap {
	width: 72rem;
	margin: 0 auto;
	background: #fff;
	position: relative;
	border: solid 0.2rem var(--green);
	border-radius: 1.5rem;
	padding-bottom: 2rem;
}
.safety h2 {
	background: var(--green);
	color: var(--yellow);
	border-radius: 1.3rem 1.3rem 0 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 0;
	font-size: 2.6rem;
}
.safety h2 span {
	font-size: 1.6rem;
}
.safety .wrap div {
	text-align: center;
	color: var(--red);
	font-weight: 900;
	font-size: 2.8rem;
	padding-top: 2rem;
	line-height: 1;
	margin-bottom: 2rem;
}
.safety ul {
	display: flex;
	justify-content: center;
	color: var(--navy);
}
.safety ul li {
	border: solid 0.14rem var(--navy);
	padding: 0.6rem 2rem;
}
.safety ul li:nth-child(1) {
	margin-right: 1rem;
}
.safety .img-1 {
	position: absolute;
	left: 5rem;
	top: 1rem;
	width: 9.5rem;
}
.safety .img-2 {
	position: absolute;
	right: 2rem;
	top: -4rem;
	width: 14rem;
}
@media screen and (max-width: 768px) {
	.safety {
		padding: 3rem;
		overflow: hidden;
	}
	.safety .wrap {
		width: auto;
	}
	.safety h2 {
		font-size: 2rem;
	}
	.safety h2 span {
		font-size: 1.4rem;
	}
	.safety .wrap div {
		padding-left: 10.5rem;
		text-align: left;
		font-size: 2.3rem;
		line-height: 1.3;
		white-space: nowrap;
	}
	.safety ul {
		display: block;
		padding: 0 2rem;
	}
	.safety ul li {
		text-align: center;
	}
	.safety ul li:nth-child(1) {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.safety .img-1 {
		left: 2rem;
		top: 7.6rem;
		width: 7rem;
	}
	.safety .img-2 {
		right: -2rem;
		top: auto;
		bottom: -3.5rem;
		width: 9rem;
	}
}



/*  ----------------------------------------------------------

point

----------------------------------------------------------  */
.point {
	font-family: var(--font-zen);
}
.point h2 span {
	margin-bottom: 0;
}
.point .wrap-1 {
	background: url(../img/bg-1.jpg) no-repeat center top / cover;
	padding: 2rem 0 0 0;
	position: relative;
}
.point .wrap-1::before {
	content: "";
	width: 100%;
	height: 4rem;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.point .wrap-1 > * {
	position: relative;
	z-index: 99;
}
.point .wrap-1 ul {
	width: 80rem;
	margin: 0 auto 4rem auto;
}
.point .wrap-1 ul li {
	display: flex;
	align-items: center;
	color: var(--navy);
	font-weight :bold;
	background: #fff;
	border: solid 0.3rem #a0acd8;
	border-radius: 10rem;
	padding: 0.5rem 0;
	font-size: 1.6rem;
}
.point .wrap-1 ul li img {
	width: 11rem;
	position: relative;
	left: -1.5rem;
	margin-right: 0.2rem;
	margin-bottom: 1rem;
}
.point .wrap-1 ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.point .wrap-1 figure {
	padding: 0 5rem;
}
.point .wrap-2 {
	width: 88rem;
	margin: 0 auto;
}
.point .wrap-2 h3 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 1rem;
}
.point .wrap-2 h3 img {
	width: 7rem;
	position: relative;
	z-index: 99;
}
.point .wrap-2 h3 span {
	background: url(../img/ribbon-pink.png) no-repeat;
	background-size: 24rem 3.5rem;
	width: 24rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 900;
	font-size: 2.2rem;
	padding: 0 0 0.2rem 2rem;
	margin-left: -1.2rem;
}
.point .wrap-2 .plan-b h3 span {
	background: url(../img/ribbon-green.png) no-repeat;
	background-size: 24rem 3.5rem;
}
.point .wrap-2 h4 {
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 2.6rem;
	margin-bottom: 2rem;
	margin-left: -1.2rem;
}
.point .wrap-2 h4 span {
	font-size: 1.6rem;
}
.plan-a ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.plan-a ul li {
	width: calc(73rem / 4);
	padding: 2.5rem 0 2rem 0;
	position: relative;
}
.plan-a ul li:not(:last-child)::before {
	content: "";
	width: 5rem;
	height: 100%;
	position: absolute;
	right: -5rem;
	top: 0;
	background: url(../img/arrow-right.png) no-repeat center right 1rem;
	background-size: 2rem auto;
}
.plan-a ul li {
	border: solid 0.35rem #a0acd8;
	border-radius: 1.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	line-height: 1.4;
	font-weight: 900;
	font-size: 1.6rem;
}
.plan-a ul li img {
	width: auto;
	height: 8rem;
	margin-bottom: 1rem;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: solid 0.14rem var(--navy);
	color: var(--navy);
	font-size: 1.8rem;
}
table caption {
	caption-side: bottom;
	text-align: right;
	margin-top: 1rem;
	font-size: 1.2rem;
	color: var(--grey);
}
table thead th {
	padding: 1.5rem 0;
	font-weight: 900;
}
table tbody td {
	padding: 2rem 0;
	font-weight: 900;
}
table th,
table td {
	border: solid 0.14rem var(--navy);
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
table strong {
	font-weight: 900;
	font-size: 2.8rem;
	vertical-align: -0.12rem;
}
table tbody td:nth-of-type(1) {
	background: #dce3f4;
	width: 30%;
}
table tbody td:nth-of-type(2) {
	background: #a0acd8;
	width: 25%;
}
table tbody td:nth-of-type(3) {
	background: #f1f8fe;
	color: var(--red);
	padding: 2rem 0 2.5rem 0;	
	width: 45%;
}
table tbody td:nth-of-type(3) strong {
	font-size: 3.6rem;
}
.plan-b {
	padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.point .wrap-1 {
		padding: 2rem 3rem 2.5rem 3rem;
	}
	.point .wrap-1::before {
		content: "";
		width: 100%;
		height: 4rem;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.point .wrap-1 > * {
		position: relative;
		z-index: 99;
	}
	.point .wrap-1 ul {
		width: auto;
		margin: 0 auto 2rem auto;
	}
	.point .wrap-1 ul li {
		flex-direction: column;
		border-radius: 2rem;
		padding: 1rem 2rem 2rem 2rem;
	}
	.point .wrap-1 ul li img {
		left: -1rem;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.point .wrap-1 figure {
		padding: 0;
	}
	.point .wrap-2 {
		width: auto;
		padding: 3rem 3rem 3rem 3rem;
	}
	.point .wrap-2 h4 {
		flex-direction: column;
		align-items: flex-start;
		font-size: 2.4rem;
	}
	.point .wrap-2 h4 span {
		font-size: 1.4rem;
	}
	.plan-a ul {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		margin-bottom: 2rem;
	}
	.plan-a ul li {
		width: calc((100% - 5rem) / 2);
	}
	.plan-a ul li:nth-child(n + 3) {
		margin-top: 2rem;
	}
	.plan-a ul li:nth-child(2)::before {
		display: none;
	}
	.plan-a ul li {
		font-size: 1.4rem;
	}
	table {
		font-size: 1.5rem;
	}
	table caption {
		text-align: left;
		line-height: 1.4;
	}
	table strong {
		font-size: 2.4rem;
	}
	table tbody td:nth-of-type(3) strong {
		font-size: 2.8rem;
	}
	.plan-b {
		margin-top: 3rem;
		padding-bottom: 0;
	}
}



/*  ----------------------------------------------------------

cv

----------------------------------------------------------  */
.cv {
	background: #f1f8fe;
	position: relative;
	padding: 5rem 0;
	font-weight: 900;
	font-family: var(--font-zen);
}
.cv .ttl-wrap {
	display: flex;
	justify-content: center;
}
.cv .ttl-wrap div {
	position: relative;
}
.cv .ttl-wrap img {
	position: absolute;
	left: -8.5rem;
	top: -6rem;
	width: 8rem;
}
.cv h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
}
.cv h2 strong {
	font-weight: 900;
	font-size: 2.6rem;
	color: var(--red);
}
.cv ul {
	display: flex;
	justify-content: center;
}
.cv ul li:not(:last-child) {
	margin-right: 2rem;
}
.cv a {
	color: #fff;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.8rem;
	padding: 0 5rem;
	border-radius: 1.8rem;
	line-height: 1;
	font-size: 1.8rem;
}
.cv a img {
	width: 4rem;
	margin-right: 2rem;
}
.cv a span {
	display: flex;
	flex-direction: column;
	font-size: 3rem;
}
.cv a span i {
	font-size: 1.4rem;
	margin-bottom: 0.3rem;
}
.cv ul li:nth-child(1) a {
	background: #01489a;
}
.cv ul li:nth-child(2) a {
	background: #f09dc1;
}
.cv a span em {
	font-style: normal;
}
@media screen and (max-width: 768px) {
	.cv {
		padding: 4rem 3rem;
	}
	.cv .ttl-wrap img {
		left: -3rem;
		top: auto;
		bottom: 1.2rem;
		width: 6rem;
	}
	.cv h2 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		text-align: center;
	}
	.cv h2 strong {
		font-size: 2.4rem;
		margin-top: 1rem;
	}
	.cv ul {
		display: block;
	}
	.cv ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	.cv a {
		height: 8.0rem;
		padding: 0 0 0.2rem 0;
	}
	.cv a img {
		margin-right: 1rem;
	}
	.cv a span {
		display: flex;
		flex-direction: column;
		font-size: 3rem;
	}
	.cv a span i {
		font-size: 1.4rem;
		margin-bottom: 0.3rem;
	}
	.cv a span em {
		text-decoration: underline;
	}
	.cv ul li:nth-child(1) a {
		text-decoration: none !important;
	}
}



/*  ----------------------------------------------------------

reason

----------------------------------------------------------  */
.reason {
	background: url(../img/bg-2.jpg) no-repeat center / cover;
	padding: 2rem 0 4rem 0;
	font-family: var(--font-zen);
}
.reason h2 {
	background: url(../img/ico-bus-wt.png) no-repeat center top;
	background-size: 5.8rem auto;
	color: var(--grey);
}
.reason .wrap {
	width: 88rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 2rem;
	padding: 4rem 0;
	position: relative;
}
.reason h3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.reason h3 > span:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 900;
}
.reason h3 > span:nth-child(1) span {
	color: #fff;
	font-size: 1.8rem;
	border-radius: 0.5rem;
	padding: 0.3rem 1.5rem 0.5rem 1.5rem;
	margin-right: 1rem;
}
.reason h3 > span:nth-child(1) span:nth-child(1) {
	background: #a0acd8;
}
.reason h3 > span:nth-child(1) span:nth-child(2) {
	background: #99cc99;
}
.reason h3 > span:nth-child(1) span:nth-child(3) {
	background: #f09dc1;
}
.reason h3 > span:nth-child(2) {
	font-size: 2.8rem;
	font-weight: 900;
	margin-top: 1rem;
}
.reason h3 > span:nth-child(2) span {
	background: linear-gradient(to top, var(--yellow) 30%, transparent 30%);
}
.reason h3 strong {
	color: var(--red);
	font-weight: 900;
}
.reason .wrap figure {
	width: 56rem;
	margin: 3rem auto;
}
.reason p {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.4;
}
.reason .wrap .img {
	width: 14rem;
	position: absolute;
	right: 8rem;
	bottom: -2rem;
	display: block;
}
@media screen and (max-width: 768px) {
	.reason {
		padding: 2rem 3rem 4rem 3rem;
	}
	.reason .wrap {
		width: auto;
		padding: 4rem 3rem;
	}
	.reason h3 > span:nth-child(1) {
		flex-direction: column;
	}
	.reason h3 > span:nth-child(1) span {
		margin-right: 0;
		margin-bottom: 0.5rem;
		width: 100%;
	}
	.reason h3 > span:nth-child(2) {
		font-size: 2.3rem;
	}
	.reason .wrap figure {
		width: auto;
		margin: 3rem auto;
	}
	.reason p {
		text-align: center;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.reason .wrap .img {
		width: 8rem;
		position: absolute;
		right: 1rem;
		bottom: -5rem;
		display: block;
	}
}



/*  ----------------------------------------------------------

voice

----------------------------------------------------------  */
.top-wrap {
	background: url(../img/bg-1.jpg) no-repeat center top / cover;
	padding: 6rem 0;
}
.top-wrap > * {
	width: 88rem;
	margin: 0 auto;
}

.voice {
	background: url(../img/dot.png) no-repeat center bottom;
	background-size: 90% auto;
	background-color: rgba(255,255,255,0.8);
	padding: 2rem 0 4rem 0;
}
.voice ul {
	display: flex;
	justify-content: space-between;
	padding: 0 5rem;
}
.voice ul li {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.top-wrap {
		padding: 6rem 3rem;
	}
	.top-wrap > * {
		width: auto;
	}
	.voice ul {
		display: block;
		padding: 0 3rem;
	}
	.voice ul li {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

flow

----------------------------------------------------------  */
.flow {
	background: url(../img/dot.png) no-repeat center bottom;
	background-size: 90% auto;	
	background-color: #fff;
	padding: 3rem 0 4rem 0;
}
.flow ul {
	width: 80rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.flow ul li {
	width: calc(70rem / 3);
	position: relative;
	border: solid 0.35rem #a0acd8;
	border-radius: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	font-weight: 900;
	font-size: 1.6rem;	
	padding: 3.5rem 0;
	font-family: var(--font-zen);
	justify-content: space-between;
}
.flow ul li img {
	width: auto;
	height: 12rem;
	margin-bottom: 1.5rem;
}
.flow ul li:not(:last-child)::before {
	content: "";
	width: 5rem;
	height: 100%;
	position: absolute;
	right: -5rem;
	top: 0;
	background: url(../img/arrow-right.png) no-repeat center right 1rem;
	background-size: 2rem auto;
}
@media screen and (max-width: 768px) {
	.flow {
		padding: 3rem 3rem 4rem 3rem;
	}
	.flow ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.flow ul li {
		width: 100%;
		text-align: center;
	}
	.flow ul li:not(:last-child) {
		margin-bottom: 5rem;
	}
	.flow ul li:not(:last-child)::before {
		width: 100%;
		height: 5rem;
		right: auto;
		top: auto;
		bottom: -5rem;
		background: url(../img/arrow-bottom.png) no-repeat center top 1.9rem;
		background-size: auto 2rem;
	}
}



/*  ----------------------------------------------------------

faq

----------------------------------------------------------  */
.faq {
	padding: 3rem 0 4rem 0;
	background-color: rgba(255,255,255,0.8);
}
.faq ul {
	width: 80rem;
	margin: 0 auto;
}
.faq ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.faq ul li {
	background: #fff;
	border: solid 0.3rem #a0acd8;
}
.faq dl {
	color: var(--navy);
	font-size: 1.6rem;
	font-family: var(--font-zen);
	font-weight: bold;
}
.faq dl dt {
	display: flex;
	background: #dce3f4;
	align-items: center;
	padding: 1.6rem 2rem;
	justify-content: space-between;
}
.faq dl dt span:nth-child(1),
.faq dl dd span:nth-child(1) {
	width: 4.4rem;
	height: 4.4rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	border-radius: 50%;
	padding-bottom: 0.2rem;
}
.faq dl dd span:nth-child(1) {
	padding-left: 0.2rem;
	padding-bottom: 0.4rem;
}
.faq dl dt span:nth-child(2),
.faq dl dd span:nth-child(2) {
	width: calc(100% - 6rem);
}
.faq dl dd span:nth-child(1) {
	background: #a0acd8;
	color: #fff;
}
.faq dl dd span:nth-child(2) {
	padding-top: 0.7rem;
}
.faq dl dd {
	display: flex;
	padding: 1.6rem 2rem;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.faq {
		padding: 3rem 3rem 4rem 3rem;
	}
	.faq ul {
		width: auto;
	}
	.faq ul li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.faq dl dt {
		line-height: 1.4;
	}
	.faq dl dt span:nth-child(1),
	.faq dl dd span:nth-child(1) {
		width: 3rem;
		height: 3rem;
		font-size: 2.0rem;
	}
	.faq dl dt span:nth-child(2),
	.faq dl dd span:nth-child(2) {
		width: calc(100% - 4rem);
	}
	.faq dl dd span:nth-child(2) {
		padding-top: 0;
		line-height: 1.4;
		font-size: 1.4rem;
	}
}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.contact {
	background: #efefef;
	padding: 6rem 0;
}
.contact .wrap {
	width: 64rem;
	margin: 0 auto;
}
.contact form > div:not(:last-of-type) {
	margin-bottom: 4rem;
}
.contact form > div {
	display: flex;
	flex-direction: column;
}
form label {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
form label span {
	font-size: 1.2rem;
	display: inline-block;
	background: var(--navy);
	line-height: 1;
	padding: 0.2rem 2rem 0.3rem 2rem;
	color: #fff;
	margin-top: 0.15rem;
	margin-left: 1.5rem;
}
form input {
	width: 100%;
	border: solid 0.25rem #d3d3d4;
	border-radius: 10rem;
	padding: 1.5rem;
}
form textarea {
	border: solid 0.25rem #d3d3d4;
	border-radius: 2rem;
	padding: 1.5rem;
	height: 16rem;
}
.privacy .wrap-1 {
	width: 100%;
	border: solid 0.25rem #d3d3d4;
	border-radius: 2rem;
	padding: 2rem;
	height: 24rem;
	background: #fff;
	margin-bottom: 2rem;
}
.privacy .wrap-1 > div {
	overflow-y: scroll;
	height: 20rem;
	padding: 1rem 1.5rem;
}
.privacy .wrap-2 {
	display: flex;
	align-items: center;
}
.privacy .wrap-2 label {
	margin: 0 0 0 1rem;
}
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
	background: var(--navy);
	color: #fff;
	font-weight: bold;
	width: 26rem;
	margin: 0 auto;
	color: #fff;
	padding: 1.4rem 0 1.5rem 0;
	border-radius: 1rem;
	font-size: 1.8rem;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 6rem 0;
	}
	.contact .wrap {
		width: auto;
		padding: 0 3rem;
	}
	.contact form > div:not(:last-of-type) {
		margin-bottom: 3rem;
	}
}



/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
	background: var(--navy);
}
footer small {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6rem;
}
@media screen and (max-width: 768px) {
	footer {
		padding-bottom: 6rem;
	}
}



#reason,
#voice,
#flow,
#faq,
#contact {
	padding-top: 19rem;
	margin-top: -19rem;
	display: block;
}
@media screen and (max-width: 768px) {
	#reason,
	#voice,
	#flow,
	#faq,
	#contact {
		padding-top: 0;
		margin-top: 0;
	}
}



.fixed-btn {
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
}
.fixed-btn li {
	width: 50%;
}
.fixed-btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	font-weight: bold;
	font-family: var(--font-zen);
	font-size: 1.8rem;
	color: #fff;
}
.fixed-btn li:nth-child(1) a {
	background: #f09dc1;
}
.fixed-btn li:nth-child(2) a {
	background: var(--navy);
	text-decoration: none !important;
}
.fixed-btn li:nth-child(2) a > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}
.fixed-btn li:nth-child(2) a > span > span {
	font-size: 1.2rem;
}
.fixed-btn li:nth-child(2) a > span i {
	text-decoration: underline;
	margin-top: 0.4rem;
	font-size: 2rem;
}
.fixed-btn a img {
	width: 3.2rem;
	margin-right: 1rem;
}



.thanx {
	padding: 15rem 0;
}
.thanx p {
	text-align: center;
	font-size: 1.6rem;
	font-family: var(--font-zen);
	line-height: 2.2;
	margin-bottom: 4rem;
}
.thanx p + div a {
	display: block;
	text-align: center;
	text-decoration: underline;
}
.thanx p + div a:hover {
	text-decoration: none;
}