@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: -1rem;
	padding-bottom: 1rem;
	text-align: center;
	background-color: #F2F2F2;
}
#gFooter .fLogo {
	width: 7.5rem;
	margin: 0 auto 1.4rem;
}
#gFooter .fLink {
	margin-bottom: 0.9rem;
	font-size: 1.3rem;
}
#gFooter address {
	font-size: 1.1rem;
}
@media all and (min-width: 897px) {
	#gFooter .fLink a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.content {
		padding: 0 2rem;
	}
}
@media all and (min-width: 897px) {
	.content {
		max-width: 50rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.mainVisual img {
	width: 100%;
}
.mainVisual h1 {
	position: absolute;
	left: 1rem;
	top: 0.9rem;
	width: 12rem;
}
#main .mailForm {
	padding: 3.5rem 0 6.6rem;
}
#main .errorMsg {
	margin-bottom: 2rem;
}
#main .errorMsg li {
	color: #ff0000;
}
#main .step {
	display: none;
}
#main .step.on {
	display: block;
}
#main .topList {
	margin-bottom: 2.3rem;
	position: relative;
}
#main .topList li {
	margin: 0 1.15rem;
	width: 1.5rem;
	height: 1.5rem;
	position: relative;
	background-color: #CCEEEB;
	border-radius: 100%;
	box-sizing: border-box;
}
#main .topList li:not(:first-child)::before {
	position: absolute;
	left: -2.4rem;
	top: 48%;
	width: 2.5rem;
	height: 1px;
	background-color: #CCEEEB;
	content: "";
	z-index: -1;
}
#main .topList li.on {
	background-color: #00A99D;
}
#main .topList li.on::before {
	background-color: #00A99D !important;
}
#main .borderTtl {
	margin: 0 0 3rem 6.7rem;
	padding: 1.5rem 0.8rem 1.4rem;
	position: relative;
	font-weight: 700;
	border: 1px solid #666;
	border-radius: 0.65rem;
}
#main .borderTtl::before {
	position: absolute;
	left: -16px;
	bottom: 0.4rem;
	background: url(img/icon01.png) no-repeat;
	background-size: 17px auto;
	width: 17px;
	height: 13px;
	content: "";
}
#main .borderTtl .img {
	position: absolute;
	left: -6.9rem;
	top: -1.2rem;
	width: 5.3rem;
}
#main .textList {
	max-width: 27.5rem;
	margin: 0 auto;
	font-feature-settings: "palt";
}
#main .textList li:not(:last-child) {
	margin-bottom: 1.6rem;
}
#main .textList a {
	padding: 0.9rem 0;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	border: 1px solid #00A99D;
	border-radius: 5rem;
}
#main .textList .last a {
	background-color: #E6E6E6;
	border-color: #E6E6E6;
}
#main .formDl {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	color: #000;
	font-weight: 400;
	word-break: break-all;
	box-sizing: border-box;
}
#main .formDl .jsShow {
	display: none;
}
#main .formDl .jsShow.show {
	display: block;
}
#main .formDl .jsMust .sml {
	display: none;
}
#main .formDl .jsMust.hide .must {
	display: none;
}
#main .formDl .jsMust.hide .sml {
	display: inline;
}
#main .formDl dt {
	padding: 0.5rem 0;
	font-weight: 700;
}
#main .formDl dt .sml {
	color: #B3B3B3;
	font-size: 1.1rem;
}
#main .formDl .must {
	margin-left: 0.2rem;
	color: #F7931E;
	font-size: 1.2rem;
}
#main .formDl dd {
	padding-bottom: 1.4rem;
}
#main .formDl input[type="text"],
#main .formDl input[type="email"],
#main .formDl input[type="tel"]{
	width: 100%;
	height: 5rem;
	padding: 0 1.4rem;
	font-size: 1.4rem;
	color: #000;
	border: 1px solid #ccc;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0.5rem;
	background: #fff;
}
#main .formDl input::-webkit-input-placeholder { 
	color: #ccc;
	opacity: 1;
}
#main .formDl input:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
#main .formDl input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
#main .formDl input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
#main .submit li {
	width: 27.5rem;
	margin: 0 auto;
}
#main .submit input {
	width: 100%;
	height: 5rem;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	border: none;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 5rem;
	background: #00A99D url(img/icon02.png) no-repeat right 3.4rem center;
	background-size: 1.8rem auto;
	cursor: pointer;
	transition: .3s;
}
#main .submit .prev {
	margin-top: 1.6rem;
	width: 12.3rem;
}
#main .submit .prev input {
	height: 4rem;
	color: #333;
	font-size: 1.3rem;
	background: #E6E6E6;
}
#main .company {
	padding-top: 4.3rem;
	background-color: #F2F2F2;
}
#main .company h2 {
	margin-bottom: 1.5rem;
	text-align: center;
	font-weight: 400;
	font-size: 2.1rem;
}
#main .company dl {
	line-height: 1.75;
	color: #000;
}
#main .company dl a {
	color: #000;
}
#main .company dt {
	padding-left: 0.7rem;
	float: left;
	position: relative;
	font-weight: 700;
	border-left: 0.3rem solid #00A99D;
}
#main .company dd {
	padding: 0 0 2.25rem 9.2rem;
}
#main .thanks {
	padding: 3.3rem 0 6.4rem;
	font-feature-settings: "palt";
}
#main .thanks h2 {
	margin-bottom: 1.7rem;
	text-align: center;
	color: #F7931E;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.02em;
}
#main .thanks p {
	margin-bottom: 2rem;
	line-height: 1.73;
	letter-spacing: 0.04em;
}
#main .thanks .sml {
	margin-bottom: 3.4rem;
	font-size: 1.2rem;
	line-height: 1.52;
}
#main .thanks .link {
	width: 27.5rem;
	margin: 0 auto;
}
#main .thanks .link a {
	width: 100%;
	height: 5rem;
	padding-top: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	border-radius: 5rem;
	letter-spacing: 0.02em;
	background: #00A99D url(img/icon02.png) no-repeat right 3.4rem center;
	background-size: 1.8rem auto;
}
@media all and (min-width: 897px) {
	.mainVisual {
		max-width: 50rem;
		margin: 0 auto;
	}
	#main .textList li:not(.last) a:hover {
		color: #fff;
		background-color: #00A99D;
	}
	#main .textList .last a:hover {
		opacity: 0.7;
	}
	#main .submit input:hover {
		opacity: 0.7;
	}
	#main .thanks .link a:hover {
		opacity: 0.7;
	}
}