@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
.roboto {
	font-family: "Roboto", 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: #1E3246;
	text-decoration: none;
}
a:visited {
	color: #1E3246;
}
a:hover {
	color: #1E3246;
}
a:active {
	color: #1E3246;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1E3246;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	background-color: #EAF4FA;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (min-width: 769px) and (max-width: 1100px) {
	html {
		font-size: 0.909vw;
	}
}
@media all and (max-width: 375px) {
	html {
		font-size: 2.6667vw;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-right: 2rem;
	padding: 1.5rem 0 1.5rem 2rem;
	background-color: #FFF;
	box-shadow: 0.2rem 0 0.4rem 0 rgba(0, 0, 0, 0.10);
	border-radius: 0 0 1.8rem 0;
}
#gHeader .hBox {
	padding-right: 3rem;
}
#gHeader .hBox h1 {
	width: 16.4rem;
}
#gHeader .hBox .rBox {
	padding-bottom: 0.2rem;
	align-items: center;
}
#gHeader .hBox .rBox .lText {
	margin-right: 1.2rem;
	padding: 0 1.4rem 0.1rem 2.8rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(../img/simulation/icon01.png) no-repeat left top 0.3rem / 2rem;
}
#gHeader .hBox .rBox .lText::before {
	position: absolute;
	top: 0.3rem;
	bottom: 0.1rem;
	right: 0;
	width: 0.2rem;
	background-color: #1E3246;
	content: '';
}
#gHeader .hBox .rBox .rText {
	color: #96AAB4;
	font-size: 1.2rem;
	font-weight: 500;
}
@media all and (max-width: 768px) {
	#gHeader {
		margin-right: 1rem;
		padding: 1.2rem 1rem 1.1rem 1.5rem;
		border-radius: 0 0 1.2rem 0;
	}
	#gHeader .hBox {
		padding-right: 0;
	}
	#gHeader .hBox h1 {
		margin-top: 1.5rem;
		width: 13.6rem;
	}
	#gHeader .hBox .rBox {
		padding-bottom: 0.2rem;
		width: calc(100% - 15.5rem);
		max-width: 18.5rem;
		display: block;
	}
	#gHeader .hBox .rBox .lText {
		margin: 0 0 0.5rem;
		padding: 0 0 0 2.1rem;
		font-size: 1.4rem;
		background-size: 1.6rem;
	}
	#gHeader .hBox .rBox .lText::before {
		display: none;
	}
	#gHeader .hBox .rBox .rText {
		line-height: 1.4;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.5rem 0 3.5rem;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124rem;
	box-sizing: border-box;
}
#gFooter .fBox .text {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#gFooter .fBox address {
	color: #96AAB4;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
@media all and (max-width: 768px) {
	#gFooter {
		padding: 2.7rem 0 3.6rem;
	}
	#gFooter .fBox {
		margin: 0;
		padding: 0 1rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .text {
		margin-bottom: 0.4rem;
		text-align: center;
	}
	#gFooter .fBox address {
		text-align: center;
	}
}
/*------------------------------------------------------------
	wpcf7
------------------------------------------------------------*/
.wpcf7 .submit li {
	position: relative;
}
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
	margin: 0 0 0 -12px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
}
.wpcf7 .wpcf7-response-output {
	display: none;
}
.errorText {
	display: none;
}
.hideError .wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid-tip {
	margin-top: 0.5rem;
	font-size: 1.4rem !important;
}
.span-val.empty {
	display: none;
}
.span-val.empty+br {
	display: none;
}
.wpcf7 .wpcf7-list-item {
	margin: 0;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	width: 26rem;
	height: 5rem;
}
.comBtn a {
	padding: 0 0 0.1rem 5.5rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #96AAB4;
	font-size: 2rem;
	font-weight: 700;
	border: 1px solid #96AAB4;
	border-radius: 10rem;
	letter-spacing: 0.04em;
	box-sizing: border-box;
	background: url(../img/simulation/icon02.png) no-repeat left 0.4rem center / 4rem;
}
@media (hover: hover) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	.comBtn {
		margin: 2rem auto 1rem;
		position: static;
		width: 19rem;
		height: 4rem;
	}
	.comBtn a {
		padding: 0 0 0.1rem 4.2rem;
		font-size: 1.4rem;
		background-size: 3rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	min-height: calc(100dvh - 15.8rem);
}
#main .mainVisual {
	padding: 4rem 2rem 0;
}
#main .mainVisual .inner {
	margin: 0 auto;
	max-width: 120rem;
	position: relative;
}
#main .mainVisual .inner .textImg {
	width: 55.9%;
	position: relative;
	z-index: 5;
}
#main .mainVisual .inner .imgArea {
	margin: 0.25% -1% 0 -8%;
	width: 52.85%;
}
#main .mainVisual .numBox {
	position: absolute;
	top: 5.2%;
	right: 0;
	width: 27.5%;
	background-color: #FFF;
	box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 0.8rem;
}
#main .mainVisual .num {
	padding: 0.9rem 5.5% 0.8rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	text-align: center;
}
#main .mainVisual .num .pos {
	position: relative;
}
#main .mainVisual .num .pos .odometer:first-child {
	position: relative;
	z-index: 1;
}
#main .mainVisual .num .pos .odometer:last-child {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	text-align: right;
}
/* #main .mainVisual .num .pos .odometer,
#main .mainVisual .num .pos .odometer .odometer-inside {
	width: fit-content;
} */
#main .mainVisual .num .odometer,
#main .mainVisual .num .odometer * {
	font-size: min(7.8vw,11rem);
	font-weight: 500;
	line-height: 1;
	font-family: "Ubuntu", sans-serif;
	vertical-align: top;
	white-space: nowrap;
}
#main .mainVisual .num .odometer .odometer-digit {
	margin-right: 0.9rem;
	padding: 0.2rem 0.8rem 0.1rem;
	line-height: 1;
	vertical-align: top;
}
#main .mainVisual .num .odometer .odometer-value,
#main .mainVisual .num .odometer .odometer-digit {
	padding: 0.2rem 0.8rem 0.1rem;
}
#main .mainVisual .num .odometer .odometer-digit-inner {
	background: url(../img/simulation/bg01.png) no-repeat left top / 100% 100%;
	box-sizing: border-box;
}
#main .mainVisual .num .odometer .odometer-value{
	color: transparent;
	background: linear-gradient(to bottom, #D2ECF2 50%,#496167);
	-webkit-background-clip: text;
	background-clip: text;
}
#main .mainVisual .numBox .text {
	position: absolute;
	bottom: 9.8%;
	right: 4.5%;
	font-size: min(2.44vw,3.4rem);
	font-weight: 900;
	line-height: 1.12;
}
#main .formBox {
	margin: -10% auto 0;
	padding: 0 2rem;
	max-width: 124rem;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
#main .formBox .stepBox .textImg {
	width: 45%;
}
#main .formBox .stepBox .stepInner {
	padding: 0.7rem 2rem 8.9rem;
	background-color: #FFF;
	border-radius: 0 1.8rem 1.8rem 1.8rem;
	box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.10);
	position: relative;
}
#main .formBox .stepBox .stepInner h2 {
	margin-bottom: 1rem;
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .formBox .stepBox .stepInner h2 .en {
	margin-right: 0.5rem;
	color: #28AAC8;
	font-size: 5.2rem;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	vertical-align: -0.2rem;
}
#main .formBox .stepBox .stepInner .subBox {
	padding: 2.9rem;
	border-radius: 1.2rem;
	background-color: #DCF4FA;
	border: 1px solid #C8E2E8;
}
#main .formBox .stepBox .stepInner .linkUl {
	margin-top: -2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .formBox .stepBox .stepInner .linkUl li {
	margin-top: 2rem;
	width: calc((100% - 2rem) / 2);
}
#main .formBox .stepBox .stepInner .linkUl li a {
	padding: 0.6rem 2rem 1.2rem;
	display: block;
	border-radius: 1.2rem;
	background-color: #FFF;
	text-align: center;
	box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.15);
}
#main .formBox .stepBox .stepInner .linkUl li a .num {
	margin-bottom: -0.5rem;
	display: block;
	color: #28AAC8;
	font-size: 4.8rem;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	line-height: 1.2;
}
#main .formBox .stepBox .stepInner .linkUl li a .txt {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .formBox .stepBox .stepInner .linkUl li.on a {
	background-color: #FFFAD2;
}
#main .formBox .stepBox .stepInner .linkUl li.on a .num {
	color: #F04632;
	transition: 0.3s;
}
#main .formBox .stepBox.style03 .stepInner .linkUl li a {
	padding-top: 1.1rem;
	min-height: 10rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .formBox .stepBox.style03 .stepInner .linkUl li .num {
	margin-bottom: 0.2rem;
	font-size: 3.8rem;
	font-family: "Noto Sans JP", sans-serif;
}
#main .formBox .stepBox.style03 .stepInner .linkUl li .txt {
	letter-spacing: 0.04em;
}
#main .formBox .stepBox.style04 .stepInner .linkUl li a {
	padding: 1.5rem 0 1.9rem;
}
#main .formBox .stepBox.style04 .stepInner .linkUl li .txt {
	font-size: 2.6rem;
	line-height: 1.2;
	letter-spacing: 0;
}
#main .formBox .stepBox.style04 .stepInner .linkUl li .txt .col {
	color: #28AAC8;
}
#main .formBox .stepBox.style04 .stepInner .linkUl li.on .txt .col {
	color: #F04632;
}
#main .formBox .stepBox.style05 .stepInner {
	padding: 2rem 2rem 8.9rem;
}
#main .formBox .stepBox .titleBox {
	margin-bottom: 1rem;
	padding: 1.7rem 0 1.5rem;
	border-radius: 1.2rem;
	border: 1px solid #E2DEC0;
	background-color: #FFFAD2;
	line-height: 1.2;
}
#main .formBox .stepBox .titleBox .sml {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
}
#main .formBox .stepBox .titleBox .title {
	margin: 0.4rem 0 0.6rem;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.04em;
}
#main .formBox .stepBox .titleBox .title .col01 {
	color: #28AAC8;
}
#main .formBox .stepBox .titleBox .title .col02 {
	color: #F04632;
}
#main .formBox .stepBox.style05 .stepInner {
	padding-bottom: 2rem;
}
#main .formBox .stepBox.style05 .subBox {
	margin-bottom: 2rem;
	padding: 0;
	background-color: #EAF4FA;
	border: 1px solid #C6D4D7;
}
#main .formBox .stepBox.style05 .subBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .formBox .stepBox.style05 .subBox table th,
#main .formBox .stepBox.style05 .subBox table td {
	border-bottom: 1px solid #C6D4D7;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	word-break: break-all;
}
#main .formBox .stepBox.style05 .subBox table th {
	padding: 1.6rem 6rem 1rem 2.9rem;
	position: relative;
	width: 24.4%;
}
#main .formBox .stepBox.style05 .subBox table th .must {
	position: absolute;
	top: 1.5rem;
	right: 0;
	width: 5rem;
	height: 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 0.4rem;
	letter-spacing: 0.04em;
	background-color: #F04632;
}
#main .formBox .stepBox.style05 .subBox table td {
	padding: 0.5rem 0.5rem 0.5rem 1rem;
}
#main .formBox .stepBox.style05 .subBox table tr:last-child th,
#main .formBox .stepBox.style05 .subBox table tr:last-child td {
	border-bottom: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #96AAB4;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #96AAB4;
	opacity:1;
}
input::-moz-placeholder {
	color: #96AAB4;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #96AAB4;
	opacity:1;
}
#main .formBox .stepBox.style05 .subBox input[type="tel"],
#main .formBox .stepBox.style05 .subBox input[type="text"],
#main .formBox .stepBox.style05 .subBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.4rem;
    height: 5rem;
    border: none;
    box-sizing: border-box;
	color: #1E3246;
    font-size: 1.4rem;
    padding: 0 2rem 0.2rem;
    width: 100%;
	letter-spacing: 0.01em;
    background-color: #FFF;
	box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.15);
}
#main .formBox .stepBox.style05 .submit li {
	margin: 0 2rem;
	width: 37rem;
}
#main .formBox .stepBox.style05 .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding-bottom: 0.8rem;
	width: 100%;
	height: 8rem;
	border-radius: 10rem;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.07em;
	border: 1px solid #509600;
	background: linear-gradient(90deg, #6ED200 0%, #50A000 100%);
	text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.30) inset;
}
#main .formBox .stepBox.style05 .bao {
	display: flex;
}
#main .formBox .stepBox.style05 .bao input + input {
	margin-left: 1rem;
}
#main .formBox .stepBox.style06 {
	padding-top: 7.7rem;
}
#main .formBox .stepBox.style06 .stepInner {
	padding: 4.1rem 0 6rem;
	border-radius: 1.8rem;
}
#main .formBox .stepBox.style06 .stepInner .textArea {
	margin-bottom: 3.1rem;
}
#main .formBox .stepBox.style06 .stepInner .textArea .text {
	margin-bottom: 2.5rem;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.65;
	text-align: center;
}
#main .formBox .stepBox.style06 .stepInner .textArea .text.spec {
	margin-bottom: 1.3rem;
	line-height: 1.68;
}
#main .formBox .stepBox.style06 .stepInner .textArea .text .big {
	font-size: 2.8rem;
}
#main .formBox .stepBox.style06 .stepInner .textArea .text .subBig {
	font-size: 2.4rem;
}
#main .formBox .stepBox.style06 .stepInner .blue {
	color: #28AAC8;
}
#main .formBox .stepBox.style06 .stepInner .red {
	color: #F04632;
}
#main .formBox .stepBox.style06 .stepInner .textArea .tel {
	margin-bottom: 0.2rem;
}
#main .formBox .stepBox.style06 .stepInner .textArea .tel a {
	display: block;
	color: #28AAC8;
	font-size: 3.6rem;
	text-align: center;
	font-weight: 900;
}
#main .formBox .stepBox.style06 .stepInner .textArea .sml {
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
}
#main .formBox .stepBox.style06 .stepInner .stepList {
	margin-bottom: 5.4rem;
}
#main .formBox .stepBox.style06 .stepInner .stepList li {
	margin: 0 4rem;
	width: 13rem;
	position: relative;
}
#main .formBox .stepBox.style06 .stepInner .stepList li::before {
	margin-top: 1.1rem;
	position: absolute;
	top: 50%;
	right: -5.3rem;
	width: 1.8rem;
	height: 2rem;
	transform: translateY(-50%);
	background-color: #F04632;
	clip-path: polygon(0% 0%,100% 50%,0% 100%);
	content: '';
}
#main .formBox .stepBox.style06 .stepInner .stepList li:last-child::before {
	display: none;
}
#main .formBox .stepBox.style06 .stepInner .stepList li .en {
	margin-bottom: 0.3rem;
	color: #F04632;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}
#main .formBox .stepBox.style06 .stepInner .stepList li .circle {
	width: 13rem;
	height: 13rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background-color: #FFFAD2;
}
#main .formBox .stepBox.style06 .stepInner .stepList li .circle .txt {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.4;
}
#main .formBox .stepBox.style06 .stepInner .outText {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
}
#main .formBox .stepBox.style06 .stepInner .photoUl li {
	margin: 0 0.5rem;
	width: 15.6rem;
}
#main .formBox .stepBox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
@media(hover: hover) {
	#main .formBox .stepBox .stepInner .linkUl li a:hover {
		background-color: #FFFAD2;
	}
	#main .formBox .stepBox .stepInner .linkUl li a:hover .num,
	#main .formBox .stepBox.style04 .stepInner .linkUl li a:hover .txt .col {
		color: #F04632;
	}
	.submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 1401px) {
	#main .formBox {
		margin-top: -14rem;
	}
}
@media all and (max-width: 768px) {
	#main {
		min-height: inherit;
	}
	#main .mainVisual {
		padding: 2rem 8.2% 0 0;
	}
	#main .mainVisual .inner {
		margin: 0 auto;
		max-width: inherit;
		display: block;
	}
	#main .mainVisual .inner .imgArea {
		margin: 0;
		width: auto;
	}
	#main .mainVisual .inner .imgArea img {
		width: 100%;
	}
	#main .mainVisual .numBox {
		top: 54.2%;
		right: -3.3%;
		width: 67.16%;
	}
	#main .mainVisual .num {
		padding: 3% 4.5% 2.8%;
	}
	#main .mainVisual .num .odometer,
	#main .mainVisual .num .odometer * {
		font-size: 20vw;
	}
	#main .mainVisual .num .odometer .odometer-digit {
		margin-right: 0.6rem;
	}
	#main .mainVisual .num .odometer .odometer-digit,
	#main .mainVisual .num .odometer .odometer-value {
		padding: 0.3rem 0.7rem 0.3rem 0.6rem;
	}
	#main .mainVisual .numBox .text {
		bottom: 9.8%;
		right: 4%;
		font-size: 6.5vw;
	}
	#main .formBox {
		margin: 1.3% auto 0;
		padding: 0 1rem;
		max-width: inherit;
	}
	#main .formBox .stepBox .textImg,
	#main .formBox .stepBox .textImg img {
		width: 100%;
	}
	#main .formBox .stepBox .stepInner {
		padding: 0.8rem 1rem 1rem;
		border-radius: 0 0 1.8rem 1.8rem;
	}
	#main .formBox .stepBox .stepInner h2 {
		margin-bottom: 0.7rem;
		font-size: 2.8rem;
		letter-spacing: 0.04em;
	}
	#main .formBox .stepBox .stepInner h2 .en {
		margin-right: 0.2rem;
		font-size: 3.8rem;
	}
	#main .formBox .stepBox .stepInner .subBox {
		padding: 0.9rem 0.9rem 0.4rem;
		border-radius: 0.8rem;
	}
	#main .formBox .stepBox .stepInner .linkUl {
		margin-top: 0;
		display: block;
	}
	#main .formBox .stepBox .stepInner .linkUl li {
		margin: 0 0 0.5rem;
		width: auto;
	}
	#main .formBox .stepBox .stepInner .linkUl li a {
		padding: 0.3rem 2rem 0.9rem;
		border-radius: 0.8rem;
	}
	#main .formBox .stepBox .stepInner .linkUl li a .num {
		margin-bottom: -0.4rem;
		font-size: 4rem;
	}
	#main .formBox .stepBox .stepInner .linkUl li a .txt {
		font-size: 1.6rem;
	}
	#main .formBox .stepBox.style03 .stepInner .linkUl li a {
		padding: 0.2rem 2rem 0.8rem;
		min-height: 8rem;
	}
	#main .formBox .stepBox.style03 .stepInner .linkUl li .num {
		margin-bottom: -0.1rem;
	}
	#main .formBox .stepBox.style04 .stepInner .linkUl li a {
		padding: 1rem 0 1.4rem;
	}
	#main .formBox .stepBox.style04 .stepInner .linkUl li .txt {
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .formBox .stepBox.style05 .stepInner {
		padding: 1rem 1rem 8.9rem;
	}
	#main .formBox .stepBox .titleBox {
		margin-bottom: 1rem;
		padding: 1.2rem 0 1.6rem;
		border-radius: 0.8rem;
		line-height: 1.5;
	}
	#main .formBox .stepBox .titleBox .sml {
		font-size: 1.6rem;
	}
	#main .formBox .stepBox .titleBox .title {
		margin: 0.5rem 0 0.5rem;
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .formBox .stepBox .titleBox .sml.sml01 {
		font-size: 1.3rem;
		line-height: 1.55;
	}
	#main .formBox .stepBox.style05 .stepInner {
		padding-bottom: 2rem;
	}
	#main .formBox .stepBox.style05 .subBox {
		margin-bottom: 4rem;
		padding: 0 0 0.1rem;
	}
	#main .formBox .stepBox.style05 .subBox table th,
	#main .formBox .stepBox.style05 .subBox table td {
		display: block;
		width: 100% !important;
	}
	#main .formBox .stepBox.style05 .subBox table th {
		padding: 1.1rem 1.9rem 1.2rem;
		font-size: 1.8rem;
		border-bottom: none;
	}
	#main .formBox .stepBox.style05 .subBox table th .must {
		margin-left: 1rem;
		padding-top: 0.1rem;
		position: static;
		width: 4rem;
		height: 2rem;
		transform:none;
		font-size: 1rem;
		display: inline-block;
		border-radius: 0.2rem;
		vertical-align: 0.4rem;
	}
	#main .formBox .stepBox.style05 .subBox table td {
		padding: 0 1.4rem 1.5rem 1.4rem;
	}
	#main .formBox .stepBox.style05 .submit {
		margin-top: -2rem;
		display: block;
	}
	#main .formBox .stepBox.style05 .submit li {
		margin: 2rem auto 0;
		width: 23rem;
	}
	#main .formBox .stepBox.style05 .submit li input {
		height: 6rem;
		border-radius: 10rem;
		font-size: 2.4rem;
		letter-spacing: 0.07em;
	}
	#main .formBox .stepBox.style06 {
		padding-top: 1.4rem;
	}
	#main .formBox .stepBox.style06 .stepInner {
		margin: 0 0.2rem;
		padding: 3.3rem 0 5rem;
		border-radius: 1.8rem;
	}
	#main .formBox .stepBox.style06 .stepInner .textArea {
		margin-bottom: 4.2rem;
	}
	#main .formBox .stepBox.style06 .stepInner .textArea .text {
		margin-bottom: 3.9rem;
		line-height: 1.6;
	}
	#main .formBox .stepBox.style06 .stepInner .textArea .text.spec {
		margin-bottom: 1.1rem;
	}
	#main .formBox .stepBox.style06 .stepInner .textArea .text .big {
		margin-bottom: -0.1rem;
		display: inline-block;
		line-height: 1.75;
	}
	#main .formBox .stepBox.style06 .stepInner .textArea .text .subBig {
		line-height: 1.6;
	}
	#main .formBox .stepBox.style06 .stepInner .textArea .tel {
		margin-bottom: 0;
	}
	#main .formBox .stepBox.style06 .stepInner .stepList {
		margin: 0 auto 4.1rem;
		display: block;
		max-width: 35.1rem;
	}
	#main .formBox .stepBox.style06 .stepInner .stepList li {
		margin: 0 5.3rem 4.3rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#main .formBox .stepBox.style06 .stepInner .stepList li:last-child {
		margin-bottom: 0;
	}
	#main .formBox .stepBox.style06 .stepInner .stepList li::before {
		margin-top: 0;
		top: auto;
		right: 9.2rem;
		width: 2rem;
		height: 1.8rem;
		bottom: -3.3rem;
		transform: none;
		clip-path: polygon(0% 0%,100% 0%,50% 100%);
	}
	#main .formBox .stepBox.style06 .stepInner .stepList li .en {
		margin: 0 1rem 0 0;
		padding-bottom: 0.3rem;
	}
	#main .formBox .stepBox.style06 .stepInner .outText {
		margin-bottom: 1.8rem;
		line-height: 1.65;
	}
	#main .formBox .stepBox.style06 .stepInner .photoUl {
		margin: -1rem 1.5rem 0;
		justify-content: space-between;
	}
	#main .formBox .stepBox.style06 .stepInner .photoUl li {
		margin: 1rem 0 0;
		width: calc((100% - 1rem) / 2);
	}
	#main .formBox .stepBox.style06 .stepInner .photoUl li img {
		width: 100%;
	}
}