@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	margin-top: -0.4rem;
	padding-bottom: 1rem;
	position: relative;
	z-index: 2;
}
#main .mainImg .photo {
	margin: 0 3rem 0 0;
	position: relative;
}
#main .mainImg .photo .sub {
	position: absolute;
	bottom: 6rem;
	left: 4.7rem;
	max-width: 128.9rem;
	padding-right: 3rem;
}
#main .mainImg .photo .textImg {
	margin: 0 0 2.3rem 2.1rem;
}
#main .mainImg .textImg02 {
	margin-top: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
#main .mainImg .textImg02 img {
	width: 101.5rem;
	margin: 0 auto;
}
#main .mainImg .en {
	position: absolute;
	top: 0.6rem;
	right: -0.2rem;
	z-index: 1;
}
#main .mainImg .en img {
	width: 14.2rem;
}
#main .mainImg .inner {
	padding: 0 2rem;
	text-align: center;
	position: relative;
}
#main .mainImg .inner:after {
	width: 100%;  
	height: 38rem;
	background: url(../img/index/main_img_bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;  
	bottom: -3.6rem;
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .mainImg .inner .ttl {
	margin: 0.6rem 0 0.9rem;
	color: #fff;
	font-size: 2.3rem;
	letter-spacing: 0.12em;
	font-weight: 600;
	text-shadow: .1414rem .1414rem 0.32rem rgba(0, 0, 0, 0.3);
}
#main .mainImg .inner .ttl .txtSpan {
	color: #dcbe8c;
	letter-spacing: 0.12em;
}
#main .mainImg .inner .ttl .txtSpan span {
	position: relative;
}
#main .mainImg .inner .ttl .txtSpan span:after {
	width: 0.4rem;  
	height: 0.4rem;
	border-radius: 100%;
	background-color: #dcbe8c;
	position: absolute;  
	top: 0;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .mainImg .inner .ttl small {
	font-size: 1.84rem;
	letter-spacing: 0.12em;
}
#main .mainImg .inner .linkUl {
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .mainImg .inner .linkUl li {
	margin: 0 0.5rem;
}
#main .mainImg .inner .linkUl a:hover {
	opacity: 0.7;
}
#main .mainImg .inner .linkUl li img {
	width: 50.1rem;
}
#main .mainImg .inner .linkUl .tel img {
	width: 42.1rem;
}
#main .client {
	padding: 8.2rem 0 7.8rem;
	position: relative;
}
#main .client .en {
	position: absolute;
	top: -0.1rem;
	left: 0;
}
#main .client .en img {
	width: 58.9rem;
}
#main .client .ttlBox {
	margin-bottom: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#main .client .ttlBox h2 {
	font-size: 4.3rem;
	letter-spacing: 0.12em;
	font-weight: 700;
	line-height: 1.2;
}
#main .client .ttlBox h2 .color {
	color: #a06e1e;
}
#main .client .ttlBox h2 .txtSpan {
	font-size: 1.1rem;
	letter-spacing: 0.12em;
	font-weight: 500;
	margin-left: 0.5rem;
	vertical-align: 1.2rem;
}
#main .client .ttlBox p {
	padding-top: 0.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
#main .client .ttlBox p .color {
	color: #a06e1e;
}
#main .client .ttlBox p small {
	font-size: 1.44rem;
	font-weight: 500;
}
#main .client .bannerUl {
	margin: 0 -0.6rem;
	display: flex;
	flex-wrap: wrap;
}
#main .client .bannerUl li {
	width: calc(20% - 1.2rem);
	margin: 0 0.6rem 1.1rem;
}
#main .client .bannerUl li a {
	pointer-events: none;
}
#main .client .bannerUl a:hover {
	opacity: 0.7;
}
#main .advisors {
	z-index: 1;
	padding: 6.4rem 0 3.8rem;
	position: relative;
	z-index: 2;
}
#main .advisors::before {
	width: 100%;  
	height: 59.5rem;
	background: url(../img/index/bg02.jpg) no-repeat right top;
	background-size: cover;
	position: absolute;  
	bottom: 0;
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .advisors:after {
	width: 100%;  
	height: 21.5rem;
	background: url(../img/index/bg09.png) no-repeat right bottom;
	background-size: cover;
	position: absolute;  
	bottom: -0.9vw;
	bottom: max(-0.9vw,-3rem);
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .comTextList {
	margin: 0 -1rem 3.4rem;
	display: flex;
	flex-wrap: wrap;
}
#main .comTextList li {
	width: calc(25% - 2rem);
	margin: 0 1rem 2rem;
	background-color: #fff;
	position: relative;
	padding: 2.5rem 2rem 2.9rem;
	text-align: center;
	box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.2);
}
#main .comTextList li:after {
	border: 0.1rem solid #A06E1E;
	position: absolute;  
	top: 0.3rem;
	right: 0.3rem;
	bottom: 0.3rem;
	left: 0.3rem;  
	content: ""; 
}
#main .comTextList li .img {
	margin-bottom: 0.8rem;
	position: relative;
	z-index: 1;
}
#main .comTextList li p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}
#main .comTextList li p .color {
	color: #a06e1e;
}
#main .advisors h3 {
	margin-bottom: 1.7rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	line-height: 1.22;
	text-shadow: .1414rem .1414rem .32rem rgba(0, 0, 0, 0.3);
}
#main .advisors h3 small {
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.3rem;
}
#main .advisors h3 .subSpan {
	font-size: 4.1rem;
	letter-spacing: 0.05em;
	display: block;
}
#main .advisors .textImg {
	text-align: center;
	margin-bottom: 1.5rem;
}
#main .advisors .textImg02 {
	margin-bottom: 3.1rem;
}
#main .advisors .txt {
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.08em;
	text-shadow: .1414rem .1414rem .32rem rgba(0, 0, 0, 0.3);
}
#main .advisors .txt small {
	margin: 0 -0.3rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.2rem;
}
#main .advisors .txt .color {
	color: #ffe696;
}
#main .essential {
	min-height: 42.5rem;
	display: flex;
	align-items: center;
	background: url(../img/index/bg03.jpg) no-repeat right top;
	background-size: cover;
	position: relative;
	z-index: 1;
	box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1);
}
#main .essential .content {
	max-width: 152rem;
	width: 100%;
}
#main .essential h3 {
	margin-top: -6.2rem;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
#main .essential h3 .subSpan {
	margin-top: 0.6rem;
	display: block;
	font-size: 4.3rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#main .essential h3 small {
	margin: 0 -0.8rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.2rem;
}
#main .essential h3 .color {
	color: #a06e1e;
}
#main .essential h3 .subSpan small {
	margin: 0 -0.6rem;
	vertical-align: -0.3rem;
}
#main .company .topBox {
	margin-top: -13.9rem;
	position: relative;
	z-index: 2;
}
#main .company .topBox .sub {
	max-width: 43.5rem;
	margin: 0 auto -4.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#main .company .topBox .photo {
	width: 11.6rem;
	margin-right: 0.6rem;
}
#main .company .topBox .textBox {
	margin: -0.9rem 0.8rem 0 0;
	padding: 1.1rem 1rem 1.5rem 2.2rem;
	flex: 1;
	background-color: #fff;
	border-radius: 0.9rem;
	position: relative;
	box-shadow: 0 0.4rem 0.10rem 0 rgba(0, 0, 0, 0.1);
}
#main .company .topBox .textBox:after {
	width: 0.8rem;  
	height: 1.1rem;
	background: url(../img/index/arrow02.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: -0.8rem;
	content: ""; 
}
#main .company .topBox .textBox p {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
#main .company .topBox .textBox p .color {
	font-weight: 700;
	color: #a06e1e;
}
#main .company .topBox .box {
	padding-left: 3.3rem;
}
#main .company .topBox .bgBox {
	max-width: 74.6rem;
	margin: 0 auto;
	color: #fff;
	padding: 4.7rem 7rem 2rem 4rem;
	min-height: 14rem;
	text-align: center;
	position: relative;
	background: url(../img/index/bg04.png) no-repeat center center;
	background-size: 100% 100%;
}
#main .company .topBox .bgBox:after {
	width: 3.1rem;  
	height: 2rem;
	background: url(../img/index/arrow05.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	bottom: -0.1rem;
	left: calc(50% - 1.6rem);
	transform: translateX(-50%);  
	content: ""; 
}
#main .company .topBox .bgBox p {
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
}
#main .company .topBox .bgBox p small {
	margin: 0 -0.3rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.15rem;
}
#main .companyInner {
	padding: 11.3rem 0 5rem;
	margin-top: -6.8rem;
	background: url(../img/index/bg05.png) no-repeat center top;
	background-size: 100% auto;
}
#main .companyInner .txt {
	text-align: center;
	letter-spacing: 0.12em;
	font-size: 1.4rem;
	margin-bottom: 3rem;
}
#main .companyInner .infoUl {
	margin: 0 -0.7rem;
	display: flex;
	flex-wrap: wrap;
}
#main .companyInner .infoUl li {
	width: calc(25% - 2rem);
	margin: 0 1rem 2rem;
	background-color: #fff;
	box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.2);
}
#main .companyInner .infoUl li .photo {
	position: relative;
}
#main .companyInner .infoUl li .photo .name {
	min-width: 18rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	padding: 1.0rem 1.6rem 1.2rem;
	line-height: 1.3;
	clip-path: polygon(0 0, 100% 0%, 78% 99%, 0 100%);
	background-color: rgb(0, 20, 40,0.6);
}
#main .companyInner .infoUl li .photo .name span {
	font-weight: 700;
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0.12em;
}
#main .companyInner .infoUl .textBox {
	padding: 1.3rem 2rem 2.3rem;
}
#main .companyInner .infoUl .textBox p {
	letter-spacing: 0;
	line-height: 1.54;
}
#main .companyInner .infoUl .textBox .ttl {
	font-weight: 700;
	font-size: 1.6rem;
	margin-left: -0.2rem;
	margin-right: -3rem;
	line-height: 1.5;
	color: #a06e1e;
	margin-bottom: 0.6rem;
}
#main .office {
	padding: 2.2rem 0 0;
	background-color: #fff;
}
#main .office .headLine01 {
	margin-bottom: 2.0rem;
	background: none;
	padding-bottom: 0;
}
#main .office .headLine01 .subSpan small {
	margin: 0 -0.8rem;
}
#main .office .innerBox {
	position: relative;
}
#main .office .innerBox::before {
	width: 41.2%;  
	height: 100%;
	background: url(../img/index/bg06.jpg) no-repeat right top;
	background-size: cover;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .office .innerBox::after {
	width: 58.8%;  
	height: 100%;
	background: url(../img/index/bg07.jpg) no-repeat right top;
	background-size: cover;
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
#main .office .innerBox .content {
	max-width: 130rem;
	position: relative;
	padding: 1rem 0;
	margin-bottom: 2.9rem;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .office .innerBox .content:after {
	width: 2.5rem;  
	height: 1.5rem;
	background: url(../img/index/arrow03.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .office .inner {
	width: 36rem;
}
#main .office .inner02 {
	width: 62rem;
	margin-right: 1rem;
}
#main .office .inner .ttl {
	margin-bottom: 1rem;
	font-weight: 700;
	min-height: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.12em;
}
#main .office .inner .ttl img {
	width: 12.2rem;
}
#main .office .inner .ttl small {
	margin: 0 -0.3rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.2rem;
}
#main .office .inner .ttl .subSpan {
	display: block;
	font-size: 3.4rem;
	margin-bottom: -1rem;
}
#main .office .inner .ttl2 {
	padding-top: 1.9rem;
}
#main .office .inner .list li {
	margin-bottom: 0.9rem;
	padding: 0.3rem;
	position: relative;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.12);
}
#main .office .inner .list li::before {
	height: 1.2rem;
	width: 26.8rem;
	background: url(../img/index/line.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 2rem);  
	content: ""; 
	z-index: -1;
}
#main .office .inner .list li::after {
	width: 2.5rem;  
	height: 3.4rem;
	background: url(../img/index/arrow04.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 27.8rem);  
	content: ""; 
	z-index: 1;
}
#main .office .inner02 .list li::before,
#main .office .inner02 .list li::after {
	display: none;
}
#main .office .inner .list li p:after {
	width: 3rem;  
	height: 3rem;
	border: 1rem solid #143264;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: -1.9rem;
	box-sizing: border-box;  
	content: ""; 
}
#main .office .inner02 .list li p::after {
	left: -1.9rem;
	right: auto;
	border-color: #A06E1E;
	width: 5rem;
	height: 5rem;
	background: url(../img/index/img13.png) no-repeat center;
	background-size: 100% auto;
	border: none;
}
#main .office .inner .list li:last-child {
	margin-bottom: 0;
}
#main .office .inner .list p {
	font-weight: 700;
	min-height: 6rem;
	position: relative;
	padding: 0.6rem 1rem 0.3rem;
	color: #000;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.502);
	border: 0.1rem solid  rgb(20, 50, 100,1);
}
#main .office .inner .list p .subSpan {
	font-size: 1.75rem;
}
#main .office .inner .list p .txtSpan {
	font-size: 1.75rem;
	text-decoration: underline;
	color: #b46400;
}
#main .office .inner02 .list li {
	background-color: rgb(255, 246, 228,0.902);
}
#main .office .inner02 .list p {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	border-color: rgb(160, 110, 30,1);
	background-color: transparent;
}
#main .office .btmTxt {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 1;
	text-align: center;
}
#main .office .btmTxt p {
	font-weight: 700;
	margin-bottom: -0.1rem;
	padding: 1.5rem 1rem 1rem;
	min-width: 96.8rem;
	display: inline-block;
	min-height: 10.1rem;
	background: url(../img/index/bg10.png) no-repeat center;
	background-size: 100% 100%;
}
#main .office .btmTxt .subSpan {
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-top: -0.3rem;
}
#main .office .btmTxt small {
	margin: 0 -0.3rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.1rem;
}
#main .office .btmTxt .subSpan small {
	margin: 0 -0.4rem;
	vertical-align: -0.2rem;
}
#main .reasons {
	padding: 6.2rem 0 7rem;
}
#main .reasons .txt {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.86;
	margin: -0.2rem 0 2.4rem;
}
#main .reasons .imgBox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 0.2rem 2.1rem;
	background-color: #fff;
	box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.2);
}
#main .reasons .imgBox:last-child {
	margin-bottom: 0;
}
#main .reasons .imgBox .photoBox {
	width: 60.8%;
	position: relative;
}
#main .reasons .imgBox .comTtl {
	position: absolute;
	left: 0;
	top: 0;
}
#main .reasons .imgBox .photoBox img {
	width: 100%;
}
#main .reasons .imgBox .textBox {
	flex: 1;
	padding: 3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .reasons .imgBox .textBox p {
	text-align: center;
	line-height: 1.77;
}
#main .reasons .imgBox .textBox .ttl {
	margin: 0 -1rem 1rem;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}
#main .reasons .imgBox .textBox .ttl small {
	margin: 0 -0.3rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.2rem;
}
#main .reasons .imgBox .textBox .ttl .color {
	color: #a06e1e;
}
#main .comTtl {
	font-weight: 600;
	padding: 0.3rem;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	font-style: italic;
	background: url(../img/index/bg08.png) no-repeat center;
	background-size: cover;
}
#main .comTtl > span {
	display: block;
	width: 100%;
	text-shadow: .0707rem .0707rem 0.368rem rgba(0, 0, 0, 0.3);
}
#main .comTtl .num {
	margin-right: 0.5rem;
	display: block;
	font-size: 3.4rem;
	line-height: 1;
	margin-top: -0.2rem;
	letter-spacing: 0.02em;
}
#main .reasons .imgBox02 .photoBox {
	order: 2;
}
#main .service {
	padding: 6rem 0 7rem;
	background-color: #fff;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .service .txt {
	text-align: center;
	letter-spacing: 0.12em;
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
	padding-top: 0.2rem;
}
#main .service .inner {
	margin: 0 0.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .service .inner .photoBox {
	width: 45%;
	order: 2;
	position: relative;
}
#main .service .inner .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .service .inner .textBox {
	flex: 1;
}
#main .service .inner .subBox {
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	background-color: rgb(248, 244, 234);
	box-shadow: .0707rem .0707rem 0.368rem 0.016rem rgba(0, 0, 0, 0.2);
}
#main .service .inner li:nth-child(2n) .subBox {
	background-color: rgb(240, 236, 224);
}
#main .service .inner li:last-child .subBox {
	box-shadow: none;
}
#main .service .inner li .comTtl {
	position: absolute;
	top: 0;
	left: 0;
	width: 5rem;
	height: 5rem;
	font-size: 0.8rem;
}
#main .service .inner li .comTtl .num {
	font-size: 2.3rem;
}
#main .service .inner ul {
	overflow: hidden;
}
#main .service .inner li {
	position: relative;
}
#main .service .inner .li01 {
	position: relative;
	z-index: 3;
}
#main .service .inner .li02 {
	position: relative;
	z-index: 2;
}
#main .service .inner .li03 {
	position: relative;
	z-index: 1;
}
#main .service .inner li .rBox {
	width: 27rem;
	padding: 0.5rem;
	background-color: #fff;
	min-height: 10.5rem;
	box-shadow: .0707rem .0707rem 0.192rem 0.008rem rgba(0, 0, 0, 0.1);
}
#main .service .inner li .lBox {
	flex: 1;
	padding: 0.4rem 0 0 5.8rem;
}
#main .service .inner li .lBox p {
	line-height: 1.54;
}
#main .service .inner li .lBox .ttl {
	font-weight: 700;
	margin-bottom: 0.3rem;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#main .service .inner li .lBox .ttl .color {
	color: #a06e1e;
}
#main .service .inner li .rBox p {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin: 0 1.6rem;
}
#main .service .inner li .rBox .ttl {
	font-weight: 700;
	padding: 0.6rem 0 0.1rem;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
#main .service .inner li .rBox .ttl .color {
	color: #a06e1e;
}
#main .service .inner li .rBox .photo {
	margin: -0.3rem;
}
#main .provided {
	padding: 6.5rem 0 7.1rem;
}
#main .provided .txt {
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 0.6rem 0 3.9rem;
}
#main .provided .list {
	margin: 0 -0.5rem;
	display: flex;
	flex-wrap: wrap;
}
#main .provided .list li {
	width: calc(16.666% - 1.2rem);
	margin: 0 0.6rem;
	padding: 0 1rem 2.1rem;
	background-color: #fff;
	text-align: center;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
#main .provided .list li .img {
	margin: -2rem auto 0.6rem;
	width: 9rem;
}
#main .provided .list p {
	letter-spacing: 0;
	line-height: 1.54;
}
#main .provided .list .ttl {
	font-weight: 700;
	min-height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 0.3rem;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.3125;
}
#main .provided .list .ttl .color {
	color: #a06e1e;
}
#main .price {
	padding: 6.3rem 0 6.8rem;
	background-color: #fff;
}
#main .price .headLine01 img {
	width: 1rem;
	vertical-align: -0.2rem;
}
#main .price .txt {
	margin: -0.3rem 0 1.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.86;
	text-align: center;
}
#main .price .list {
	margin-bottom: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .price .list li:nth-child(3n-1) {
	margin: -0.8rem 0.1rem 0 1rem;
}
#main .price .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .price .inner .lBox {
	width: 57rem;
	margin-right: 1.5rem;
}
#main .price .inner .rBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .price .inner .info {
	width: 26rem;
}
#main .price .inner .info li {
	padding: 1.5rem 1.5rem 2rem;
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #D2DEF6;
}
#main .price .inner .info li:after {
	border: 0.1rem solid #143264;
	position: absolute;  
	top: 0.25rem;
	bottom: 0.25rem;
	left: 0.25rem;
	right: 0.25rem;  
	content: ""; 
}
#main .price .inner .info li:last-child {
	margin-bottom: 0;
}
#main .price .inner .info p {
	position: relative;
	z-index: 1;
	line-height: 1.54;
	letter-spacing: 0;
}
#main .price .inner .info p .blue {
	font-weight: 700;
	color: #143264;
}
#main .price .inner .info li .textBox {
	flex: 1;
}
#main .price .inner .info li .img {
	position: relative;
	z-index: 1;
	margin: 0 0.8rem 0 0.1rem;
	width: 6rem;
	text-align: center;
}
#main .price .inner .info .liStyle {
	padding: 1.2rem 1.5rem 1.3rem;
	background-color: #F6E6E4;
}
#main .price .inner .info .liStyle::after {
	border-color: #8C3200;
}
#main .price .inner .info .liStyle p {
	line-height: 1.38;
}
#main .price .inner .info p .color {
	font-weight: 700;
	color: #8c3200;
}
#main .price .inner .info p .txtSpan {
	font-weight: 500;
	display: block;
	margin-top: -0rem;
	font-size: 1.1rem;
}
#main .price .inner .sub {
	width: 26.6rem;
}
#main .price .inner .pBox {
	padding: 1rem 0.5rem;
	background-color: #fff;
	border-radius: 0.9rem;
	position: relative;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
#main .price .inner .pBox:after {
	width: 1.4rem;  
	height: 1.1rem;
	background: url(../img/index/arrow06.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .price .inner .sub p {
	text-align: center;
	letter-spacing: 0;
	line-height: 1.31;
}
#main .price .inner .sub p .color {
	font-weight: 700;
	color: #a06e1e;
}
#main .price .inner .sub .photo {
	text-align: center;
	margin: 0.2rem 0 -0.6rem -1rem;
}
#main .price .inner .sub .photo img {
	width: 11.4rem;
}
#main .priceBox {
	margin: 0 0.2rem;
	padding: 0 3.0rem;
	position: relative;
	z-index: 1;
}
#main .priceBox:after {
	width: 100%;  
	height: 35rem;
	background: url(../img/index/bg11.jpg) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .voice {
	padding: 6.5rem 0 0;
	background: url(../img/index/bg12.jpg) no-repeat center;
	background-size: cover;
}
#main .voice .headLine01 {
	color: #fff;
}
#main .voice .inner {
	margin-bottom: 4.4rem;
	padding-bottom: 2.5rem;
	background: url(../img/index/bg13.png) no-repeat center bottom;
	background-size: 100% auto;
}
#main .voice .comTextList {
	margin: 0 8.5rem -0.5rem;
	justify-content: center;
}
#main .voice .comTextList li {
	width: calc(33.33% - 2.6rem);
	margin: 0 1.3rem 2rem;
}
#main .voice .inner .txt {
	font-weight: 700;
	text-align: center;
	font-size: 1.9rem;
	color: #fff;
	letter-spacing: 0.08em;
}
#main .voice .inner .txt .subSpan {
	margin-bottom: -0.4rem;
	display: block;
	font-size: 3.1rem;
	letter-spacing: 0.08em;
}
#main .voice .inner .txt img {
	width: 1.1rem;
	vertical-align: -0.4rem;
	margin-right: 0.6rem;
}
#main .voice .inner .txt small {
	margin: 0 -0.3rem;
	transform: scale(0.8);
	display: inline-block;
	transform-origin: center;
	vertical-align: -0.2rem;
}
#main .voice .inner .txt .subSpan small {
	margin: 0 -0.4rem;
}
#main .voice .list {
	padding-top: 0.2rem;
	margin: 0 -1.3rem -12.4rem;
	display: flex;
	flex-wrap: wrap;
}
#main .voice .list li {
	margin: 0 1.5rem 2rem;
	width: calc(33.33% - 3.0rem);
	background-color: #F8F6F2;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .voice .list .photo img {
	width: 100%;
}
#main .voice .list .ttlBox {
	background-color: #fff;
	display: flex;
	padding: 0.2rem 2.9rem 0.2rem 2rem;
	min-height: 6rem;
	align-items: center;
	justify-content: space-between;
	position: relative;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .voice .list .ttlBox:after {
	width: 1.2rem;  
	height: 1.2rem;
	background: url(../img/index/arrow09.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
	z-index: 1;
}
#main .voice .list .textImg img {
	width: 12.8rem;
}
#main .voice .list .ttlBox p {
	margin-top: -0.3rem;
	letter-spacing: 0;
}
#main .voice .list .ttlBox p span {
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: -0.1rem;
	margin: -0.2rem 0 0 0.8rem;
}
#main .voice .list .textBox {
	padding: 1.4rem 2rem 2rem;
}
#main .voice .list .textBox p {
	line-height: 1.54;
}
#main .voice .list .textBox .ttl {
	font-weight: 700;
	margin-bottom: 0.8rem;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.02em;
}
#main .voice .list .textBox .color {
	color: #a06e1e;
}
#main .sec01 {
	padding: 15.3rem 0 7.2rem;
	background: url(../img/index/bg14.png) no-repeat right bottom;
	background-size: cover;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .sec01 .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .sec01 .lBox {
	margin: 0 6rem 0 0.2rem;
}
#main .sec01 .rBox {
	padding-top: 0.6rem;
	flex: 1;
}
#main .sec01 p {
	margin-right: -1rem;
	font-size: 1.9rem;
	line-height: 1.68;
	font-weight: 700;
	margin-bottom: 2rem;
	letter-spacing: 0.04em;
}
#main .sec01 p:last-child {
	margin-bottom: 0;
}
#main .sec01 p .color {
	color: #a06e1e;
}
#main .flow {
	padding: 6.7rem 0 5rem;
}
#main .flowList {
	display: flex;
	flex-wrap: wrap;
	margin: -0.8rem -1rem 0;
}
#main .flowList li {
	margin: 0 1rem 2rem;
	width: calc(25% - 2rem);
	position: relative;
}
#main .flowList li:after {
	width: calc(100% - 7rem);  
	height: 0.2rem;
	background-image: linear-gradient( 90deg, rgb(139,95,25) 0%, rgb(255,160,0) 100%);
	position: absolute;  
	top: 4.4rem;
	left: calc(50% + 4rem);  
	content: ""; 
}
#main .flowList li::before {
	width: 1rem;  
	height: 1.4rem;
	background: url(../img/index/arrow07.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	top: 3.8rem;
	left: calc(100% + 10.4rem);  
	content: ""; 
}
#main .flowList li:last-child::before,
#main .flowList li:last-child::after {
	display: none;
}
#main .flowList .img {
	width: 9rem;
	margin: 0 auto -3rem;
	position: relative;
	z-index: 1;
}
#main .flowList li .textBox {
	min-height: 11.5rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 2rem 1rem;
	position: relative;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .flowList li .textBox .num {
	padding: 0;
	position: absolute;
	top: -0.3rem;
	right: 0.3rem;
	font-size: 4.3rem;
	line-height: 1;
	font-weight: 700;
	color: #f2eee8;
	letter-spacing: 0;
}

#main .flowList li .textBox p {
	padding-top: 2.1rem;
	font-size: 2.1rem;
	letter-spacing: 0.02em;
	font-weight: 700;
	line-height: 1.286;
}
#main .flowList li .textBox p .color {
	color: #a06e1e;
}
#main .faq {
	padding: 6rem 0 6.8rem;
	background-color: #fff;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
#main .faqList {
	margin: 0 0.2rem;
	padding-top: 0.4rem;
}
#main .faqList li {
	margin-bottom: 1.5rem;
	border: 0.1rem solid rgb(228, 226, 222);
}
#main .faqList li:last-child {
	margin-bottom: 0;
}
#main .faqList li dt {
	font-weight: 700;
	font-size: 1.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	letter-spacing: 0.02em;
	font-family: "Noto Serif JP", serif;
	background-color: #F8F6F2;
	border-bottom: 0.1rem solid #E4E2DE;
}
#main .faqList li dt .lSpan {
	margin: -0.1rem 0 0 -0.1rem;
	width: 6rem;
	padding: 0.3rem 0.3rem 0.8rem;
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 0;
	text-align: center;
	flex-shrink: 0;
	margin-right: 1.5rem;
	background: url(../img/index/bg08.png) no-repeat center;
	background-size: 100% 100%;
	font-family: "Noto Serif JP", serif;
	text-shadow: .0707rem .0707rem 0.384rem rgba(0, 0, 0, 0.2);
}
#main .faqList li dt .lSpan small {
	font-size: 1.6rem;
	display: inline-block;
	letter-spacing: 0;
	font-family: "Noto Serif JP", serif;
}
#main .faqList li dt .rSpan {
	flex: 1;
	padding: 0.8rem 0 0 0;
}
#main .faqList li dd {
	padding: 1.4rem 1.9rem 2rem;
	letter-spacing: 0.04em;
	line-height: 1.54;
}
#main .contact {
	padding: 6.0rem 0 7.1rem;
}
#main .contact .txt {
	margin: -0.3rem 0 1.4rem;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.86;
}
#main .contact .smallTxt {
	margin-bottom: 2.7rem;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	font-weight: 400;
	text-align: center;
}
#main .contact .smallTxt a {
	color: #003ca0;
	text-decoration: underline;
	text-underline-offset: 0.6rem;
}
#main .contact .smallTxt a:hover {
	opacity: 0.7;
}
#main .contactDl {
	margin-bottom: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	word-break: break-all;
	justify-content: space-between;
	border-top: 0.1rem solid #D4D0C8;
}
#main .contactDl dt {
	width: 29.3rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border-bottom: 0.1rem solid #D4D0C8;
}
#main .contactDl dt .subSpan {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .contactDl .dtStyle {
	align-items: flex-start;
	padding-top: 1.9rem;
}
#main .contactDl dt .must {
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 500;
	color: #8c3200;
	text-align: center;
	padding: 0 0.1rem 0.1rem;
	width: 3rem;
	border: 0.1rem solid #8c3200;
	border-radius: 0.2rem;
}
#main .contactDl dd {
	padding: 1rem 2.3rem 1rem 0;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	font-weight: 500;
	width: calc(100% - 29.3rem);
	border-bottom: 0.1rem solid #D4D0C8;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.3rem;
    height: 4rem;
	color: #000;
	border: none;
    box-sizing: border-box;
    font-size: 1.3rem;
	letter-spacing: 0.12em;
    padding: 0 1.6rem;
    width: 46.1%;
	font-weight: 500;
    background-color: #fff;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
.wid01[type="text"] {
	width: 83.2%;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.3rem;
    height: 4rem;
	color: #000;
	border: none;
    box-sizing: border-box;
    font-size: 1.3rem;
	letter-spacing: 0.12em;
    padding: 0 1.6rem;
    width: 46.1%;
	font-weight: 500;
    background: url(../img/index/select_bg.png) no-repeat right 1.3rem center #fff;
	background-size: 0.9rem auto;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #969696;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity:1;
}
input::-moz-placeholder {
    color: #969696;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #969696;
    opacity:1;
}
#main .contactDl .telUl {
	display: flex;
	flex-wrap: wrap;
}
#main .contactDl .telUl li {
	width: 16rem;
}
#main .contactDl .telUl li span {
	width: 2rem;
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	text-align: right;
	padding-right: 0.3rem;
}
#main .contactDl .telUl input[type="tel"] {
	width: calc(100% - 2rem);
}
input[type="email"] {
	width: 83.2%;
}
textarea {
	margin-bottom: -0.5rem;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.3rem;
    height: 12rem;
	resize: vertical;
	color: #000;
	border: none;
    box-sizing: border-box;
    font-size: 1.3rem;
	letter-spacing: 0.12em;
    padding: 0.8rem 1.6rem;
    width: 100%;
	font-weight: 500;
	background-color: #fff;
	background-size: 0.9rem auto;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #969696;
    opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity:1;
}
textarea::-moz-placeholder {
    color: #969696;
    opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #969696;
    opacity:1;
}
#main .checkUl {
	padding: 0.4rem 9rem 0.2rem 0;
	display: flex;
	flex-wrap: wrap;
}
#main .checkUl li {
	width: 25%;
	padding: 0 1rem 0.2rem 0;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
	background: url(../img/index/check01.png) no-repeat left center;
	background-size: 2.3rem 2.3rem;
	border-radius: 0;
    display: inline-flex;
    line-height: 2.6rem;
	cursor: pointer;
	padding: 0 0 0.3rem 3rem;
}
input[type="checkbox"]:checked + span {
	background-image: url("../img/index/check01_on.png");
}
#main .contact .txt02 {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}
#main .contact .txt02 a {
	text-decoration: underline;
	color: #003ca0;
	text-underline-offset: 0.6rem;
}
#main .contact .txt02 a:hover {
	opacity: 0.7;
}
#main .checkP {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.checkP ~ .submit {
	pointer-events: none;
	opacity: 0.7;
}
.checkP ~ .submit.on {
	opacity: 1;
	pointer-events: all;
}
.submit {
	text-align: center;
}
.submit li {
	width: 31rem;
	margin: 0 0.5rem;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.submit li input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: 0;
	cursor: pointer;
}
.submit li .subSpan {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5rem;
	border-radius: 5rem;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	border: none;
	position: relative;
	z-index: 1;
	background: url(../img/index/btn_bg.png) no-repeat center;
	background-size: cover;
	font-family: "Noto Serif JP", serif;
	text-shadow: .0707rem .0707rem 0.9rem rgba(0, 0, 0, 0.2);
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
.submit li .subSpan:after {
	width: 3.4rem;  
	height: 3.4rem;
	background: url(../img/common/icon06.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: 0.8rem;  
	content: ""; 
}
.submit .liStyle .subSpan {
	background: none;
	color: #a06e1e;
	border: 0.1rem solid rgb(160, 110, 30);
	text-shadow: none;
}
.submit .liStyle .subSpan::after {
	right: auto;
	left: 0.7rem;
	background-image: url(../img/common/icon07.png);
}
.submit li .subSpan small {
	display: inline-block;
	font-size: 1.52rem;
	margin-bottom: -0.5rem;
}
#main .summary {
	padding: 6.2rem 0 7.1rem;
	color: #fff;
	background: url(../img/index/bg15.jpg) no-repeat center;
	background-size: cover;
}
#main .summary .headLine01 {
	color: #fff;
}
#main .summary .headLine01 .subSpan {
	letter-spacing: 0.12em;
	padding-bottom: 0.4rem;
}
#main .summaryDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.46;
	border-top: 0.1rem solid rgb(255, 255, 255,0.149);
}
#main .summaryDl dt {
	padding: 1.3rem 1rem 1.65rem 1.6rem;
	width: 14.6rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	border-bottom: 0.1rem solid rgb(255, 255, 255,0.149);
}
#main .summaryDl dd {
	padding: 1.5rem 1rem 1.65rem 1rem;
	width: calc(100% - 14.6rem);
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	border-bottom: 0.1rem solid rgb(255, 255, 255,0.149);
}
#main .summaryDl dd a {
	color: #fff;
}
#main .confirm {
	padding-bottom: 12rem;
	padding-top: 6.3rem;
}
#main .confirmDl {
	margin-bottom: 3rem;
}
#main .confirmDl dt {
	width: 24.8rem;
	padding: 2rem 1.5rem 1.9rem 1.5rem;
}
#main .confirmDl dd {
	width: calc(100% - 24.8rem);
	padding: 2rem 2.3rem 1.9rem 0;
}
#main .thanksBox {
	box-sizing: border-box;
	min-height: calc(100vh - 17.48rem);
	padding-top: 6.3rem;
}
#main .errorMsg {
	color: red;
	margin-bottom: 4rem;
}
@media all and (min-width: 897px) {
	.submit li:hover {
		opacity: 0.7;
	}
	#main .confirm .headLine01 {
		padding-bottom: 2rem;
	}
	#main .confirm .txt {
		margin-bottom: 2.3rem;
	}
	#main .thanksBox .headLine01 {
		padding-bottom: 2rem;
	}
}



@media all and (max-width: 896px) {
	#main .mainImg {
		margin-top: 0;
		padding-bottom: 1.5rem;
	}
	#main .mainImg .photo {
		margin: 0 2rem 0 0;
	}
	#main .mainImg .photo > img {
		width: 100%;
	}
	#main .mainImg .en {
		width: 17.4%;
		right: 0;
	}
	#main .mainImg .en img {
		width: 100%;
	}
	#main .mainImg .photo .sub {
		left: 0.8rem;
		max-width: inherit;
		padding: 0 2.5rem 0 0;
		bottom: 1rem;
	}
	#main .mainImg .photo .textImg {
		margin: 0 6rem 1rem 0;
	}
	#main .mainImg .textImg02 {
		margin-top: -6.5rem;
	}
	#main .mainImg .inner .ttl {
		margin: 0 -1rem 0.3rem;
		font-size: 1.8rem;
		letter-spacing: 0.02em;
	}
	#main .mainImg .inner .ttl small {
		font-size: 1.44rem;
	}
	#main .mainImg .inner .ttl .txtSpan {
		letter-spacing: 0.02em;
	}
	#main .mainImg .inner {
		padding: 0.3rem 0.8rem;
	}
	#main .mainImg .inner .linkUl {
		align-items: center;
		justify-content: space-between;
	}
	#main .mainImg .inner .linkUl li {
		margin: 0;
		width: 42.3%;
	}
	#main .mainImg .inner .linkUl li img {
		width: 100% !important;
	}
	#main .mainImg .inner .linkUl .tel {
		flex: 1;
		padding: 0 0.3rem 0 0.1rem;
	}
	#main .mainImg .inner::after {
		bottom: -1.6rem;
		height: auto;
		top: -56vw;
		background-image: url(../img/index/main_img_bg_sp.jpg);
	}
	#main .client {
		padding-bottom: 3.2rem;
		background-image: url(../img/index/bg01_sp.jpg);
	}
	#main .client .en img {
		width: 35.6rem;
		mix-blend-mode: multiply; 
	}
	#main .client .ttlBox {
		margin-bottom: 1rem;
		padding-top: 0.1rem;
		display: block;
	}
	#main .client .ttlBox h2 {
		font-size: 2.9rem;
		letter-spacing: 0.12em;
	}
	#main .client .ttlBox h2 .txtSpan {
		margin-left: 0.4rem;
		vertical-align: 0.8rem;
	}
	#main .client .ttlBox p {
		font-size: 1.6rem;
		letter-spacing: 0.08em;
	}
	#main .client .ttlBox p small {
		font-size: 1.28rem;
	}
	#main .client .bannerUl {
		margin: 0 -0.3rem;
	}
	#main .client .bannerUl li {
		margin: 0 0.3rem 0.8rem;
		width: calc(33.33% - 0.6rem);
	}
	#main .client .bannerUl li img {
		width: 100%;
	}
	#main .advisors {
		padding: 3.6rem 0 1.4rem;
	}
	#main .comTextList {
		display: block;
		margin: 0 0 2.5rem;
	}
	#main .comTextList li {
		padding: 1.7rem 1rem 1.5rem;
		width: auto;
		margin: 0 0 0.5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		text-align: center;
	}
	#main .comTextList li .img {
		position: absolute;
		top: 0.9rem;
		left: 0.9rem;
	}
	#main .comTextList li:last-child {
		margin-bottom: 0;
	}
	#main .comTextList li p {
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.3125;
	}
	#main .advisors::after {
		bottom:-4vw;
		height: 30rem;
		background-image: url(../img/index/bg09_sp.png);
	}
	#main .advisors h3 {
		margin: 0 -1rem 1rem;
		font-size: 2.1rem;
		letter-spacing: 0.04em;
	}
	#main .advisors h3 .subSpan {
		margin-top: 0.2rem;
		font-size: 3.2rem;
		line-height: 1.0;
		letter-spacing: 0.04em;
	}
	#main .advisors h3 small {
		margin: 0 -0.2rem;
		vertical-align: -0.2rem;
	}
	#main .advisors h3 .subSpan small {
		vertical-align: -0.3rem;
	}
	#main .advisors::before { 
		height: calc(100% - 49.5rem);
		background-image: url(../img/index/bg02_sp.jpg);
	}
	#main .advisors .textImg {
		margin: 0 -1.5rem 1.1rem 0.9rem;
	}
	#main .advisors .textImg img {
		width: 100%;
	}
	#main .advisors .textImg02 {
		margin: 0 -0.6rem 1rem;
	}
	#main .advisors .textImg02 img {
		width: 100%;
	}
	#main .advisors .txt {
		font-size: 2.1rem;
		letter-spacing: 0.02em;
	}
	#main .advisors .txt small {
		vertical-align: -0.1rem;
		margin: 0 -0.2rem;
	}
	#main .essential {
		display: block;
		padding: 17.6rem 0 9rem;
		min-height: inherit;
		background-image: url(../img/index/bg03_sp.jpg);
	}
	#main .essential .content {
		max-width: inherit;
	}
	#main .essential h3 {
		margin: 0 -1rem;
		font-size: 1.9rem;
		letter-spacing: 0.08em;
		text-align: center;
	}
	#main .essential h3 .subSpan {
		margin-top: -0.1rem;
		font-size: 2.8rem;
		letter-spacing: 0.04em;
	}
	#main .company .topBox {
		margin-top: -8.5rem;
	}
	#main .essential h3 small {
		margin: 0 -0.5rem;
	}
	#main .essential h3 .subSpan small {
		margin: 0 -0.4rem;
	}
	#main .company .topBox .sub {
		margin-bottom: -3.8rem;
		max-width: inherit;
	}
	#main .company .topBox .photo {
		width: 10.7rem;
		margin-right: -0.2rem;
	}
	#main .company .topBox .textBox {
		margin-right: 1rem;
		padding: 0.9rem 1rem 1.1rem 1.2rem;
		border-radius: 0.4rem;
		box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.2);
	}
	#main .company .topBox .textBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.54;
	}
	#main .company .topBox .box {
		padding: 0;
	}
	#main .company .topBox .bgBox {
		max-width: inherit;
		margin: 0 -1.5rem;
		min-height: inherit;
		padding: 3.2rem 2rem 1.5rem;
		background-image: url(../img/index/bg04_sp.png);
	}
	#main .company .topBox .bgBox p {
		font-size: 1.9rem;
		letter-spacing: 0.04em;
		line-height: 1.2;
	}
	#main .companyInner {
		margin-top: 0;
		padding: 3.2rem 0 4rem;
		background-image: url(../img/index/bg05_sp.png);
	}
	#main .company .topBox .bgBox::after {
		bottom: -1.5rem;
		width: 2.6rem;
		height: 1.5rem;
		background-image: url(../img/index/arrow05_sp.png);
		left: calc(50% - 0.1rem);
	}
	#main .companyInner .txt {
		margin: -0.2rem 0 1.5rem;
		letter-spacing: 0.04em;
		line-height: 1.64;
	}
	#main .company .spBox {
		position: relative;
		box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1);
	}
	#main .companyInner .infoUl {
		margin: 0;
		display: block;
	}
	#main .companyInner .infoUl li {
		width: auto;
		margin: 0 0 1.5rem;
	}
	#main .companyInner .infoUl li:last-child {
		margin-bottom: 0;
	}
	#main .companyInner .infoUl li .photo {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	#main .companyInner .infoUl li .spPhoto {
		width: 65.2%;
	}
	#main .companyInner .infoUl li .pBox {
		flex: 1;
		display: flex;
		text-align: center;
		background-color: #001428;
		align-items: center;
	}
	#main .companyInner .infoUl li .photo .name {
		position: static;
		width: 100%;
		box-sizing: border-box;
		clip-path:none;
		min-width: inherit;
		padding: 1rem 0.5rem;
		background-color: transparent;
	}
	#main .companyInner .infoUl .textBox {
		padding: 1.1rem 2rem 1.8rem;
	}
	#main .companyInner .infoUl .textBox p {
		font-size: 1.3rem;
		line-height: 1.54;
		letter-spacing: 0;
	}
	#main .companyInner .infoUl .textBox .ttl {
		line-height: 1.3125;
		margin-bottom: 0.4rem;
	}
	#main .office {
		padding: 1.5rem 0 0;
	}
	#main .office .headLine01 {
		margin-bottom: 1.3rem;
		letter-spacing: 0.04em;
	}
	#main .office .innerBox {
	}
	#main .office .innerBox::before { 
		background-image: url(../img/index/bg06_sp.jpg);
	}
	#main .office .innerBox::after {
		background-image: url(../img/index/bg07_sp.jpg);
	}
	#main .office .inner {
		width: 40.5%;
		margin-top: -1rem;
		padding: 0 0 1rem 1rem;
	}
	#main .office .inner02 {
		margin-right: 0;
		padding-left: 0;
		padding-right: 1rem;
		width: 59%;
	}
	#main .office .inner .ttl {
		margin-bottom: 0.3rem;
		font-size: 1.6rem;
		letter-spacing: 0.12em;
		line-height: 1.2;
		min-height: 11.1rem;
	}
	#main .office .inner .ttl .subSpan {
		margin-bottom: 0;
		font-size: 2.1rem;
		letter-spacing: 0.08em;
		line-height: 1.15;
	}
	#main .office .inner .ttl img {
		width: 8.3rem;
	}
	#main .office .inner .ttl2 {
		padding-top: 1.3rem;
	}
	#main .office .inner .list p {
		font-size: 1.2rem;
		min-height: 7.9rem;
		letter-spacing: 0;
		line-height: 1.33;
		display: flex;
		padding: 0.2rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#main .office .inner .list {
		margin-right: 1.2rem;
	}
	#main .office .inner02 .list {
		margin-right: 0;
		margin-left: 0.9rem;
	}
	#main .office .inner .list li {
		margin-bottom: 0.5rem;
	}
	#main .office .inner02 .list p {
		font-size: 1.3rem;
		line-height: 1.46;
	}
	#main .office .inner .list p .txtSpan {
		font-size: 1.56rem;
		line-height: 1.0;
	}
	#main .office .inner02 .list p small {
		font-size: 1.04rem;
	}
	#main .office .inner .list p .subSpan {
		font-size: 1.2rem;
	}
	#main .office .inner .list li p::after { 
		width: 1.5rem;
		height: 1.5rem;
		right: -0.9rem;
		border-width: 0.5rem;
	}
	#main .office .inner02 .list li p::after {
		left: -1.5rem;
		width: 3rem;
		height: 3rem;
	}
	#main .office .inner .list li::before {
		width: 3rem;
		left: auto;
		right: -1.1rem;
		width: 0.6rem;
		height: 0.2rem;
		background-image: url(../img/index/line_sp.png);
	}
	#main .office .inner .list li::after {
		left: auto;
		right: -1.7rem;  
		width: 0.6rem;
		height: 1.2rem;
		top: calc(50% + 0.2rem);
	}
	#main .office .innerBox .content {
		max-width: inherit;
		margin-bottom: 0;
	}
	#main .office .btmTxt {
		font-size: 1.6rem;
		letter-spacing: 0.08em;
	}
	#main .office .btmTxt p {
		margin: 0;
		padding: 1rem 1rem 1.1rem;
		display: block;
		min-width: inherit;
		min-height: inherit;
		background-image: url(../img/index/bg10_sp.png);
		background-size: cover;
	}
	#main .office .btmTxt .subSpan {
		margin-top: -0.2rem;
		font-size: 2.3rem;
		line-height: 1.15;
		letter-spacing: 0.04em;
	}
	#main .office .btmTxt .subSpan small {
		margin: 0 -0.2rem;
	}
	#main .reasons {
		padding: 3.5rem 0 4rem;
	}
	#main .reasons .txt {
		margin: -0.2rem -1rem 1.7rem;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		line-height: 1.64;
	}
	#main .reasons .imgBox {
		margin: 0 0 1.5rem;
		display: block;
	}
	#main .reasons .imgBox .photoBox {
		width: auto;
	}
	#main .reasons .imgBox .photoBox img {
		width: 100%;
	}
	#main .reasons .imgBox .textBox {
		padding: 1.3rem 1rem 2.3rem;
		display: block;
	}
	#main .reasons .imgBox .textBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.615;
	}
	#main .reasons .imgBox .textBox .ttl {
		margin-bottom: 0.8rem;
		font-size: 2.1rem;
		letter-spacing: 0.04em;
		line-height: 1.26;
	}
	#main .reasons .imgBox .comTtl {
		top: -7rem;
	}
	#main .reasons .imgBox02 .comTtl {
		left: auto;
		right: 0;
	}
	#main .service {
		padding: 3.5rem 0 4rem;
	}
	#main .service .headLine01 .subSpan {
		padding-bottom: 0.5rem;
		letter-spacing: 0.04em;
	}
	#main .service .txt {
		margin-bottom: 1.7rem;
		padding-top: 0;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		line-height: 1.64;
	}
	#main .service .inner {
		margin: 0;
		display: block;
	}
	#main .service .inner .photoBox {
		width: auto;
	}
	#main .service .inner .photoBox img {
		width: 100%;
	}
	#main .service .inner ul {
		overflow: hidden;
	}
	#main .service .inner li .comTtl {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 0.7rem;
		padding-top: 0;
	}
	#main .service .inner li .comTtl .num {
		font-size: 1.9rem;
		margin-top: -0.1rem;
	}
	#main .service .inner .subBox {
		display: block;
	}
	#main .service .inner li .lBox {
		padding: 0 0.4rem 1.0rem;
	}
	#main .service .inner li .lBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.54;
	}
	#main .service .inner li .lBox .ttl {
		margin: 0 0 0.7rem 3.2rem;
	}
	#main .service .inner li .rBox {
		width: auto;
		padding: 0.5rem 3rem;
	}
	#main .service .inner li .rBox .textImg {
		margin: 0 -2.5rem;
	}
	#main .service .inner li .rBox .textImg img {
		width: 100%;
	}
	#main .service .inner li .rBox .photo {
		margin: -0.3rem -2.8rem;
		height: 27vw;
	}
	#main .service .inner li .rBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .provided {
		padding: 5rem 0 3rem;
	}
	#main .provided .txt {
		padding: 0 0 1.7rem;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		line-height: 1.64;
	}
	#main .provided .list {
		margin: 0;
		display: block;
	}
	#main .provided .list li {
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1rem 0.5rem 1rem 3.5rem;
		min-height: 9rem;
		position: relative;
		margin: 0 0 1rem 2.5rem;
	}
	#main .provided .list li .img {
		width: 7rem;
		position: absolute;
		top: 50%;
		left: -2.5rem;
		margin: 0;
		transform: translateY(-50%);
	}
	#main .provided .list p {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.54;
	}
	#main .provided .list .ttl {
		min-height: inherit;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.3125;
	}
	#main .price {
		padding: 3.5rem 0 3.5rem;
	}
	#main .price .headLine01 img {
		width: 0.8rem;
		vertical-align: -0.3rem;
	}
	#main .price .headLine01 .subSpan {
		line-height: 1.2;
	}
	#main .price .txt {
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		line-height: 1.64;
		margin: -0.2rem 0 0.5rem;
	}
	#main .priceBox {
		margin: 0 -1rem;
		padding: 0 1.2rem;
	}
	#main .price .list {
		margin: 0 0 0.8rem;
		flex-wrap: wrap;
	}
	#main .price .list img {
		width: 100%;
	}
	#main .price .list li {
		width: 100%;
		margin: 0 0.1rem 0.1rem -0.3rem;
	}
	#main .price .list .li02 {
		order: -1;
	}
	#main .price .list li:last-child {
		margin-bottom: 0;
	}
	#main .price .list li:nth-child(3n-1) {
		margin-left: 0.4rem;
		margin-right: -0.4rem;
	}
	#main .priceBox::after {
		left: 0.5rem;
		width: calc(100% - 1rem);
		height: calc(100% - 88rem);
		bottom: 1rem;
		background-image: url(../img/index/bg11_sp.png);
		background-size: cover;
		box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.4);
	}
	#main .price .inner {
		display: block;
		margin: 0 0.3rem;
	}
	#main .price .inner .lBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .price .inner .lBox img {
		width: 100%;
	}
	#main .price .inner .rBox {
		display: block;
	}
	#main .price .inner .info {
		margin-bottom: 2.1rem;
		display: flex;
		justify-content: space-between;
		width: auto;
	}
	#main .price .inner .info li {
		margin: 0;
		width: 49.2%;
		height: 100%;
		padding: 0.8rem 0.3rem 1.4rem !important;
		display: block;
	}
	#main .price .inner .info li .img {
		width: 4.8rem;
		margin: 0 auto -0.1rem;
		min-height: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#main .price .inner .info p {
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: -0.04em;
		line-height: 1.33;
	}
	#main .price .inner .info p .txtSpan {
		font-size: 1rem;
		letter-spacing: 0;
		margin-top: 0.2rem;
	}
	#main .price .inner .sub {
		width: auto;
		margin: 0 2.5rem;
	}
	#main .price .inner .sub p {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.31;
	}
	#main .price .inner .pBox {
		padding-bottom: 1.1rem;
	}
	#main .voice {
		padding: 3.6rem 0 1rem;
		position: relative;
		background: none;
		z-index: 1;
		background-color: #fff;
	}
	#main .voice:after {
		width: 100%;  
		height: 100%;
		background: url(../img/index/bg12_sp.jpg) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		top: 0;
		left: 0;  
		content: ""; 
		z-index: -1;
	}
	#main .voice .headLine01 {
		letter-spacing: 0.08em;
	}
	#main .voice .headLine01 .subSpan {
		letter-spacing: 0.04em;
		padding-bottom: 0.5rem;
	}
	#main .voice .inner {
		margin-bottom: 3.6rem;
		padding-bottom: 1.5rem;
		background-image: url(../img/index/bg13_sp.png);
	}
	#main .voice .comTextList {
		margin: 0 0 1rem;
	}
	#main .voice .comTextList li {
		padding: 0.5rem 1rem 0.5rem 2rem;
		width: auto;
		margin: 0 1.5rem 0.5rem;
		min-height: 7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#main .voice .comTextList li:last-child {
		margin-bottom: 0;
	}
	#main .voice .comTextList li p {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.33;
	}
	#main .voice .inner .txt {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.2;
	}
	#main .voice .inner .txt .subSpan {
		margin-bottom: 0;
		font-size: 2.3rem;
		letter-spacing: 0.08em;
		line-height: 1.26;
	}
	#main .voice .inner .txt img {
		width: 1rem;
		vertical-align: -0.5rem;
	}
	#main .voice .inner .txt small {
		margin: 0 -0.1rem;
	}
	#main .voice .h2Ttl .subSpan {
		margin-top: 0.4rem;
		margin-bottom: -0.3rem;
		padding-bottom: 0;
	}
	#main .voice .list {
		padding: 0;
		margin: 0;
		display: block;
	}
	#main .voice .list li {
		margin: 0 0 1.5rem;
		width: auto;
	}
	#main .voice .list li:last-child {
		margin-bottom: 0;
	}
	#main .voice .list .ttlBox {
		min-height: 5rem;
		padding-right: 2rem;
	}
	#main .voice .list .ttlBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#main .voice .list .textBox {
		padding: 1.2rem 2rem 2rem;
	}
	#main .voice .list .textBox .ttl {
		margin: 0 -1rem 0.1rem;
	}
	#main .voice .list .textBox p {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.54;
	}
	#main .sec01 {
		padding: 2rem 0 3.7rem;
		background: none #fff;
	}
	#main .sec01 .content {
		display: block;
	}
	#main .sec01 .lBox {
		margin: 0 0 1.1rem;
		text-align: center;
	}
	#main .sec01 .lBox img {
		width: 9.7rem;
	}
	#main .sec01 p {
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.5;
		margin: 0 0 1rem;
	}
	#main .sec01 p:last-child {
		margin-bottom: 0;
	}
	#main .flow {
		padding: 4rem 0;
	}
	#main .flowList {
		padding-top: 0.4rem;
		margin: 0;
		display: block;
	}
	#main .flowList li {
		width: auto;
		margin: 0 0 1rem 5.5rem;
		position: relative;
	}
	#main .flowList li:last-child {
		margin-bottom: 0;
	}
	#main .flowList .img {
		position: absolute;
		top: 50%;
		left: -5.5rem;
		width: 7rem;
		transform: translateY(-50%);
	}
	#main .flowList li .textBox {
		min-height: 9rem;
		padding: 1rem;
	}
	#main .flowList li .textBox .num {
		margin: 0;
		font-size: 3.4rem;
	}
	#main .flowList li .textBox p {
		padding-top: 0;
		margin-top: -0.5rem;
	}
	#main .flowList li::after { 
		width: 0.2rem;
		height: calc(100% - 6rem);
		left: -2.1rem;
		top: 7rem;
		background-image: linear-gradient( 135deg, rgb(139,95,25) 0%, rgb(255,160,0) 100%);
	}
	#main .flowList li::before {
		left: -2.5rem;
		top: calc(100% + 0.5rem);
		transform: rotate(90deg);
	}
	#main .faq {
		padding: 3.5rem 0 4rem;
	}
	#main .faqList {
		padding-top: 0.5rem;
		margin: 0 -0.5rem;
	}
	#main .faqList li dt {
		font-size: 1.7rem;
		letter-spacing: 0;
		line-height: 1.23;
	}
	#main .faqList li dt .lSpan {
		margin-right: 1rem;
		padding: 0.6rem 0.3rem 0.8rem;
		width: 5rem;
		font-size: 2.1rem;
		letter-spacing: 0.08em;
	}
	#main .faqList li dt .lSpan small {
		font-size: 1.1rem;
		letter-spacing: 0.08em;
	}
	#main .faqList li dt .rSpan {
		padding: 1rem 1rem 1.2rem 0;
	}
	#main .faqList li dd {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.46;
		padding: 1rem 1.4rem 1.2rem;
	}
	#main .faqList li {
		margin-bottom: 1rem;
	}
	#main .contact {
		padding: 3.5rem 0 3.8rem; 
	}
	#main .contact .txt {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.5;
		margin: -0.2rem -1rem 0.7rem;
	}
	#main .contact .smallTxt {
		margin-bottom: 1.7rem;
	}
	#main .contactDl {
		margin-bottom: 2.6rem;
		display: block;
	}
	#main .contactDl dt {
		width: auto;
		padding: 1.4rem 0 0.5rem;
		font-size: 1.4rem;
		border: none;
		letter-spacing: 0;
	}
	#main .contactDl dd {
		padding: 0 0 1.5rem;
		width: auto;
		font-size: 1.3rem;
		letter-spacing: 0.12em;
	}
	input[type="email"], input[type="tel"], input[type="text"] {
		width: 100%;
	}
	.wid01[type="text"] {
		width: 100%;
	}
	select {
		width: 100%;
	}
	#main .contactDl .telUl li {
		width: 33.33%;
	}
	#main .contactDl .dtStyle {
		padding-top: 1.4rem;
	}
	#main .checkUl {
		padding: 0 6.8rem 0 0;
		margin-bottom: -0.5rem;
		justify-content: space-between;
	}
	#main .checkUl li {
		padding-bottom: 0;
		width: 50%;
		padding-right: 0.3rem;
		margin-bottom: 0.1rem;
	}
	input[type="checkbox"] + span {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding-left: 2.7rem;
	}
	#main .contact .txt02 {
		margin-bottom: 1.9rem;
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.46;
	}
	#main .checkP input[type="checkbox"] + span {
		font-size: 1.6rem;
		padding-left: 3rem;
		letter-spacing: 0.12em;
	}
	#main .checkP {
		margin-bottom: 1.5rem;
	}
	#main .summary {
		padding: 3.7rem 0 4.0rem;
		background-image: url(../img/index/bg15_sp.jpg);
	}
	#main .summary .headLine01 {
		margin-bottom: 1.9rem;
	}
	#main .summary .headLine01 .subSpan {
		letter-spacing: 0.04em;
		margin-bottom: -0.3rem;
	}
	#main .summaryDl{
		display: block;
	}
	#main .summaryDl dt {
		width: auto;
		padding: 1.1rem 0.4rem 0.2rem;
		border: none;
	}
	#main .summaryDl dd {
		padding: 0 0.4rem 1.3rem;
		width: auto;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.33;
	}
	#main .confirm {
		padding-bottom: 9rem;
		padding-top: 5.0rem;
	}
	#main .confirm .txt {
		margin-bottom: 2.6rem;
	}
	#main .confirmDl {
		margin-bottom: 3rem;
	}
	#main .confirmDl dd {
		padding: 0.3rem 0 1.8rem 1.5rem;
	}
	.submit li {
		display: block;
		margin: 0 auto 1.6rem;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
	.submit .liStyle .subSpan::after {
		width: 3.2rem;
		height: 3.2rem;
		background-image: url(../img/common/icon08.png);
	}
	#main .thanksBox {
		min-height: calc(100vh - 16.12rem);
		padding: 5.1rem 0 3.8rem;
	}
	#main .company .topBox .textBox:after {
		top: calc(50% + 0.5rem);
	}


}