@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 10px;
	padding: 164px 0 187px;
	background: url(../img/index/main_img.jpg) no-repeat center / cover;
}
.mainVisual h2 {
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 6rem;
	color: rgb(34, 34, 34);
	line-height: 1.167;
	letter-spacing: 0;
	text-shadow: 4px 0 4px #fff,-4px 0 4px #fff,0 4px 4px #fff,-4px -4px 4px #fff;
}
.mainVisual h2 span {
	margin-top: 11px;
	display: block;
	font-size: 4.8rem;
}
.mainVisual h2 span.small {
	margin: 0 0 17px;
	font-size: 3rem;
}
#main .topBox {
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
#main .topBox:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 290px;
	background-image: -moz-linear-gradient( 0deg, #5db58d 0%, #257f4c 100%);
	background-image: -webkit-linear-gradient( 0deg, #5db58d 0%, #257f4c 100%);
	background-image: -ms-linear-gradient( 0deg, #5db58d 0%, #257f4c 100%);
	content: "";
	z-index: -1;
}
#main .topBox .photo {
	margin-left: -85px;
}
#main .pointBox {
	padding: 42px 0 55px;
	background-color: #efebcb;
	position: relative;
}
#main .pointBox ul {
	display: flex;
	justify-content: center;
}
#main .pointBox ul li {
	padding: 41px 12px 24px;
	margin: 0 5px;
	width: 230px;
	background: #FFF url(../img/index/point_bg.png) no-repeat left top;
	position: relative;
	box-sizing: border-box;
	box-shadow: 4px 4px 0 #d7d3b6;
}
#main .pointBox ul li:before {
	margin-left: -6px;
	position: absolute;
	left: 50%;
	top: -27px;
	width: 44px;
	height: 68px;
	background: url(../img/index/point_icon.png) no-repeat center;
	content: "";
}
#main .pointBox .ttl {
	margin-bottom: 16px;
	padding: 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	background-color: #f85b00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-sizing: border-box;
}
#main .pointBox .txt {
	margin: 0 -10px;
	text-align: center;
	font-size: 4.1rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgb(71, 71, 71);
}
#main .pointBox .txt.size01 {
	font-size: 3.8rem;
}
#main .pointBox .txt.size02 {
	font-size: 3rem;
}
#main .pointBox .img {
	position: absolute;
	right: calc(50% - 595px);
	top: -28px;
}
#main .serviceBox {
	margin: 80px 0 76px;
}
#main .serviceBox .innerBox {
	margin-bottom: 30px;
	padding: 42px 30px 41px;
	border: 10px solid #3b9f6f;
	box-shadow: 0 0 0 10px #c3e8d6 inset;
	background-color: #fff;
}
#main .serviceBox .top {
	text-align: center;
}
#main .serviceBox .comTtl {
	margin-bottom: 24px;
	padding: 0 70px;
	display: inline-block;
	color: #222;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.45;
	background: url(../img/index/service_icon01.jpg) no-repeat left center,url(../img/index/service_icon02.jpg) no-repeat right center;
}
#main .serviceBox .comTtl .en {
	color: #888;
	font-weight: 700;
}
#main .serviceBox ul {
	padding: 27px 30px 38px;
	background-color: #eefaf4;
	display: flex;
	justify-content: space-between;
}
#main .serviceBox li {
	padding-bottom: 65px;
	width: 240px;
	position: relative;
}
#main .serviceBox h3 {
	margin-bottom: 21px;
	font-size: 3rem;
	color: #194c85;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 900;
	min-height: 72px;
}
#main .serviceBox h3 span {
	display: block;
	font-size: 1.8rem;
	color: rgb(34, 34, 34);
}
#main .serviceBox h3.red {
	color: #d71e2b;
}
#main .serviceBox h3.green {
	margin: 0 -10px 21px;
	color: #4c9f3b;
	font-size: 2.7rem;
}
#main .serviceBox .photo {
	margin-bottom: 12px;
}
#main .serviceBox .txt {
	font-size: 1.8rem;
	font-weight: 700;
	color: rgb(34, 34, 34);
	line-height: 1.556;
	letter-spacing: 0.05em;
}
#main .serviceBox .price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-size: 2.1rem;
	font-weight: 900;
	text-shadow: 4px 0 4px #fff,-4px 0 4px #fff,0 4px 4px #fff,-4px -4px 4px #fff;
	background-color: #fdea1b;
	z-index: 2;
}
#main .serviceBox .price:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	width: 25px;
	background-color: #fdda1c;
	content: "";
}
#main .serviceBox .price .num {
	font-size: 2.8rem;
	color: #d71e2b;
	display: inline-block;
	margin: 0 5px;
}
#main .featureBox {
	margin: 77px 0 81px;
}
#main .featureBox .comBgTxt {
	margin-bottom: 5px;
}
#main .featureBox .comTtl {
	margin-bottom: 32px;
	padding: 0;
	color: #222;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.5;
}
#main .featureBox .comTtl .small {
	font-size: 3.8rem;
}
#main .featureBox .comTtl .num {
	font-size: 6.9rem;
}
#main .featureBox .comTtl .big {
	font-size: 5.5rem;
}
#main .featureBox .comTtl .red {
	color: #d71e2b;
}
#main .featureBox .comTtl .en {
	color: #888;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .featureBox ul {
	margin: -45px -10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .featureBox li {
	margin: 45px 40px 0;
	width: 241px;
}
#main .featureBox .photo {
	margin-bottom: 12px;
}
#main .featureBox h3 {
	margin: 0 -30px 6px;
	text-align: center;
	font-size: 2.9rem;
	font-weight: 700;
	color: #3b9f6f;
	letter-spacing: 0.1em;
}
#main .featureBox ul p {
	margin: 0 10px;
	font-size: 1.5rem;
	line-height: 1.733;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .featureBox ul p .red {
	color: rgb(215, 30, 43);
}
#main .exampleBox {
	padding: 80px 0 80px;
	background: url(../img/index/example_bg.jpg) no-repeat center / cover;
}
#main .exampleBox .comBgTxt {
	margin-bottom: 12px;
}
#main .exampleBox .comTtl {
	margin-bottom: 78px;
	padding: 0;
	color: #222;
	letter-spacing: 0.1em;
	font-weight: 900;
}
#main .exampleBox .comTtl .en {
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #888;
}
#main .exampleBox .imgBox {
	margin-bottom: 80px;
	padding: 72px 30px 33px 40px;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	position: relative;
}
#main .exampleBox .imgBox:last-child {
	margin-bottom: 0;
}
#main .exampleBox .imgBox .photo {
	margin: -9px 10px 0 0;
	width: 476px;
	flex-shrink: 0;
}
#main .exampleBox .imgBox h3 {
	position: absolute;
	left: 13px;
	top: -42px;
}
#main .exampleBox .imgBox p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.4;
	letter-spacing: 0.05em;
}
#main .voiceBox {
	margin: 20px 0 80px;
}
#main .voiceBox .comTtl {
	margin-bottom: -3px;
	color: #222;
	font-weight: 900;
	line-height: 1.8;
}
#main .voiceBox .comTtl .big {
	font-size: 6rem;
	color: #3c96c9;
}
#main .voiceBox .comTtl .en {
	color: #888;
	font-weight: 700;
}
#main .voiceBox .voiceInner {
	padding: 13px 5px 5px;
	background-color: #3c96c9;
}
#main .voiceBox .voiceInner:not(:last-child) {
	margin-bottom: 51px;
}
#main .voiceBox .voiceInner h3 {
	margin: 0 14px 15px;
	display: flex;
	align-items: flex-end;
	font-size: 2.2rem;
	color: #FFF;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#main .voiceBox .voiceInner h3 img {
	margin-right: 6px;
}
#main .voiceBox .starList {
	padding: 8px 20px;
	margin: 0 10px 19px;
	display: flex;
	background-color: #FFF;
}
#main .voiceBox .starList li {
	width: 50%;
	font-size: 2.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
}
#main .voiceBox .starList li img {
	margin-left: 13px;
}
#main .voiceBox .whiteBox {
	padding: 31px 25px 22px;
	background-color: #FFF;
}
#main .voiceBox h4 {
	margin-bottom: 20px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	background-color: #006eac;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .voiceBox dt {
	margin-bottom: 12px;
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #006eac;
	line-height: 1.65;
	letter-spacing: 0.05em;
	border-left: 8px solid #006eac;
}
#main .voiceBox dd {
	margin-bottom: 26px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.06;
}
#main .voiceBox dd:last-child {
	margin-bottom: 0;
}
#main .flowBox {
	padding: 45px 0 90px;
	background-color: #F7F7F7;
}
#main .flowBox h2 {
	margin-bottom: 116px;
	color: #222;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#main .flowBox h2 em {
	color: #d82744;
	font-size: 6rem;
	font-style: normal;
	line-height: 1;
}
#main .flowBox h2 .en {
	color: #888;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#main .flowBox .textList {
	margin-top: -75px;
	position: relative;
}
#main .flowBox .textList::before {
	width: 20px;
	bottom: 0;
	position: absolute;
	top: 77px;
	left: 55px;
	background: url("../img/index/flow_bg01.jpg") repeat-y center top;
	content: '';
}
#main .flowBox .textList > li {
	margin: 75px 0 0 auto;
	padding-bottom: 25px;
	width: 850px;
	position: relative;
	border-radius: 20px;
	border: 5px solid #D82643;
	background-color: #fff;
}
#main .flowBox .textList .liStyle03::before {
	width: 20px;
	height: calc(100% + 8px);
	position: absolute;
	top: 0;
	left: -50px;
	background-color: #F7F7F7;
	content: '';
}
#main .flowBox .textList li h3 {
	margin-bottom: 16px;
	padding: 8px 48px 6px;
	background: url("../img/index/flow_h3_bg01.jpg") repeat left top;
	border-radius: 20px 20px 0 0;
	font-size: 4rem;
	font-weight: 900;
	text-shadow: 2.121px 2.121px 0px #fff;
}
#main .flowBox .textList li p {
	margin: 0 0 0 35px;
	width: 465px;
	letter-spacing: 0.025em;
	text-align: justify;
}
#main .flowBox .textList li:first-of-type p {
	margin-bottom: 18px;
}
#main .flowBox .textList li .note {
	color: #d82744;
}
#main .flowBox .textList ul {
	margin: 0 40px 0 35px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 8;
}
#main .flowBox .textList ul li {
	width: 377px;
}
#main .flowBox .textList ul li a:hover {
	opacity: 0.7;
}
#main .flowBox .textList .pho01 {
	position: absolute;
	top: -60px;
	left: -105px;
}
#main .flowBox .textList .pho02 {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
}
#main .flowBox .textList .liStyle01 .pho02 {
	top: 23px;
	right: -10px;
}
#main .flowBox .textList .liStyle02 .pho02 {
	right: 0;
}
#main .flowBox .textList .liStyle02 .pho02 img {
	border-radius: 0 0 20px 0;
}
#main .flowBox .textList .liStyle03 .pho02 {
	top: 0;
	right: 0;
}
#main .flowBox .textList .liStyle03 .pho02 img {
	border-radius: 0 20px 20px 0;
}
#main .officeBox {
	margin-bottom: 80px;
	background-color: #F6FAF9;
}
#main .officeBox h2 {
	background-color: #3C96CA;
}
#main .officeBox .imgBox {
	margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
}
#main .officeBox .imgBox .textBox {
	width: 440px;
	text-align: justify;
}
#main .officeBox .imgBox .textBox h3 {
	margin-bottom: 10px;
	font-size: 2.8rem;
}
#main .officeBox .imgBox .textBox h3 span {
	display: block;
	font-size: 1.8rem;
	line-height: 1.85;
}
#main .officeBox .imgBox .textBox h4 {
	font-size: 2.1rem;
}
#main .officeBox .imgBox .textBox p:not(:last-of-type) {
	margin-bottom: 30px;
}
#main .officeBox .imgBox .photoBox {
	width: 460px;
	order: 1;
}
#main .officeBox .imgBox .photoBox img {
	width: 100%;
}
#main .addressBox {
	margin-bottom: 23px;
	display: flex;
	justify-content: space-between;
}
#main .addressBox table {
	width: 478px;
	border: 2px solid #489CCB;
	border-collapse: collapse;
}
#main .addressBox th,
#main .addressBox td {
	padding: 15px 20px 16px;
	font-weight: 400;
	line-height: 1.6;
	border-bottom: 1px solid #E6E6E6;
	box-sizing: border-box;
	background-color: #fff;
	word-break: break-all;
}
#main .addressBox th {
	width: 35%;
	color: #fff;
	font-size: 1.6rem;
	background-color: #3C96CA;
}
#main .addressBox .tdStyle01 a {
	color: #3c96c9;
}
#main .addressBox .map {
	width: 440px;
	order: 1;
}
#main .officeBox .photoList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .officeBox .photoList li {
	margin-top: 20px;
}
#main .officeBox .photoList::after {
	width: 300px;
	display: inline-block;
	content: '';
}
#main .mailBox {
	padding-bottom: 58px;
	background-color: #F0EBCB;
}
#main .mailBox h2 {
	background-image: linear-gradient(to right, #5DB58D, #3C9F70, #257E4E);
}
#main .mailBox h2 .cor01 {
	color: #f7ee58;
}
#main .mailBox .mailForm .tableBox {
	margin-bottom: 68px;
	padding: 30px 40px 37px;
	border-radius: 10px;
	background-color: #fff;	
}
#main .mailBox .mailForm table {
	width: 100%;
	border-collapse: collapse;
}
#main .mailBox .mailForm th,
#main .mailBox .mailForm td {
	padding: 21px 49px 20px 18px;
	border-bottom: 1px dashed #BCAEA9;
	box-sizing: border-box;
}
#main .mailBox .mailForm td {
	padding: 19px 28px 19px 10px;
	word-wrap: break-word;
	word-break: break-all;
}
#main .mailBox .mailForm td.tdStyle01 span {
	margin-right: 5px;
	display: inline-block;
}
#main .mailBox .mailForm th {
	width: 28%;
	font-size: 1.4rem;
	line-height: 1.64;
	overflow: hidden;
}
#main .mailBox .mailForm .trStyle01 th,
#main .mailBox .mailForm .trStyle01 td {
	padding: 25px 49px 0 10px;
	border-bottom: none;
	vertical-align: top;
}
#main .mailBox .mailForm .trStyle01 td {
	padding-right: 23px;
}
#main .mailBox .mailForm th span {
	margin-top: 3px;
	width: 50px;
	height: 19px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	background-color: #CD4848;
}
#main .mailBox .mailForm th .any {
	background-color: #959595;
}
#main .mailBox .mailForm td input[type="text"],
#main .mailBox .mailForm td input[type="tel"],
#main .mailBox .mailForm td input[type="email"],
#main .mailBox .mailForm td textarea {
	padding: 0 10px;
	height: 30px;
	border: 1px solid #D5D5D5;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.5rem;
}
#main .mailBox .mailForm td label input {
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	border: 1px solid #4e4e4e;
	box-sizing: border-box;
}
#main .mailBox .mailForm textarea:disabled,
#main .mailBox .mailForm input:disabled {
	opacity: 0.7;
	background-color: #888;
	box-shadow: 0 0 1000px #888;
	color: #222;
}
#main .mailBox .mailForm td label input:checked {
	background: url(../img/common/icon_check.png) no-repeat center;
}
#main .mailBox .mailForm td input[type="text"],
#main .mailBox .mailForm td input[type="email"] {
	width: 400px;
}
#main .mailBox .mailForm td input.txt01 {
	width: 580px;
}
#main .mailBox .mailForm td .txt02 {
	margin-right: 5px;
	width: 178px;
}
#main .mailBox .mailForm td .text02:not(:first-of-type) {
	margin-left: 5px;
}
#main .mailBox .mailForm td ul li {
	margin-right: 5px;
	display: inline-block;
	color: #141414;
	font-weight: 500;
}
#main .mailBox .mailForm td .txt03 {
	margin-left: 15px;
}
#main .mailBox .mailForm td textarea {
	padding: 1em;
	width: 100%;
	height: 208px;
	font-size: 1.5rem;
	resize: vertical;
	box-sizing: border-box;
}
#main .mailBox .mailForm .submit {
	margin-top: -20px;
}
#main .mailBox .mailForm .submit li {
	margin: 20px auto 0;
}
#main .mailBox .mailForm .submit li input {
	margin: 0 auto;
	padding: 19px 10px 25px;
	display: block;
	width: 514px;
	color: #fff;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border: none;
	background: url("../img/index/mail_bg01.png") no-repeat left top / 100% 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: .3s;
}
#main .mailBox .mailForm .submit li input:hover {
	opacity: 0.7;
}
#main .errorMsg {
	color: #CD4848;
	margin-bottom: 1em;
}
@media all and (min-width: 897px) {
	#main .pointBox .txt {
		height: calc(100% - 57px);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main .addressBox .tdStyle01 a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 80px 15px;
	}
	.mainVisual h2 {
		font-size: 4rem;
	}
	.mainVisual h2 span {
		margin-top: 11px;
		display: block;
		font-size: 2.5rem;
	}
	.mainVisual h2 span.small {
		margin: 0 0 5px;
		font-size: 2rem;
	}
	#main .topBox {
		margin-bottom: 15px;
	}
	#main .topBox:before {
		height: 26.25vw;
	}
	#main .topBox .photo {
		margin-left: -15px;
	}
	#main .pointBox {
		padding: 42px 0 55px;
	}
	#main .pointBox ul {
		display: block;
	}
	#main .pointBox ul li:last-child {
		margin-bottom: 0;
	}
	#main .pointBox ul li {
		margin: 0 auto 40px;
		width: 250px;
	}
	#main .pointBox .txt {
		font-size: 3rem;
	}
	#main .pointBox .txt.size01 {
		font-size: 3rem;
	}
	#main .pointBox .img {
		right: 0;
		top: -5px;
		width: 90px;
	}
	#main .serviceBox {
		margin: 40px 0;
	}
	#main .serviceBox .innerBox {
		margin-bottom: 20px;
		padding: 20px 15px;
		border: 5px solid #3b9f6f;
		box-shadow: 0 0 0 5px #c3e8d6 inset;
	}
	#main .serviceBox .comTtl {
		margin-bottom: 12px;
		padding: 0 40px;
		background-size: 30px auto;
	}
	#main .serviceBox ul {
		padding: 15px;
		display: block;
	}
	#main .serviceBox li {
		margin-bottom: 20px;
		padding-bottom: 40px;
		width: auto;
	}
	#main .serviceBox li:last-child {
		margin-bottom: 0;
	}
	#main .serviceBox h3 {
		margin-bottom: 10px;
		font-size: 2rem;
		min-height: inherit;
	}
	#main .serviceBox h3 span {
		font-size: 1.4rem;
	}
	#main .serviceBox h3.green {
		margin: 0 -10px 10px;
		font-size: 2rem;
	}
	#main .serviceBox .photo {
		margin-bottom: 5px;
		text-align: center;
	}
	#main .serviceBox .txt {
		font-size: 1.4rem;
	}
	#main .serviceBox .price {
		height: 30px;
		font-size: 1.4rem;
	}
	#main .serviceBox .price:before {
		width: 10px;
	}
	#main .serviceBox .price .num {
		margin: 0 4px;
		font-size: 1.8rem;
		display: inline-block;
	}
	#main .featureBox {
		margin: 40px 0;
	}
	#main .featureBox .comTtl {
		margin-bottom: 15px;
		font-size: 3rem;
	}
	#main .featureBox .comTtl .small {
		font-size: 2.5rem;
	}
	#main .featureBox .comTtl .num {
		font-size: 4rem;
	}
	#main .featureBox .comTtl .big {
		font-size: 3.5rem;
	}
	#main .featureBox ul {
		margin: 0;
		display: block;
	}
	#main .featureBox li {
		margin: 0 auto 20px;
		width: 241px;
	}
	#main .featureBox li:last-child {
		margin-bottom: 0;
	}
	#main .featureBox .photo {
		margin: 0 auto 12px;
		width: 150px;
	}
	#main .featureBox h3 {
		margin: 0 0 6px;
		font-size: 2rem;
	}
	#main .featureBox ul p {
		margin: 0 10px;
		font-size: 1.2rem;
	}
	#main .exampleBox {
		padding: 40px 0;
	}
	#main .exampleBox .comBgTxt {
		margin-bottom: 6px;
	}
	#main .exampleBox .comTtl {
		margin-bottom: 50px;
	}
	#main .exampleBox .imgBox {
		margin-bottom: 40px;
		padding: 40px 15px 15px;
		display: block;
	}
	#main .exampleBox .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .exampleBox .imgBox .photo {
		margin: 0 0 10px;
		width: auto;
		text-align: center;
	}
	#main .exampleBox .imgBox h3 {
		top: -35px;
	}
	#main .exampleBox .imgBox h3 img {
		height: 70px;
	}
	#main .exampleBox .imgBox p {
		font-size: 1.2rem;
	}
	#main .voiceBox {
		margin: 20px 0 40px;
	}
	#main .voiceBox .comTtl .big {
		font-size: 3rem;
	}
	#main .voiceBox .voiceInner {
		padding: 10px 2px 2px;
	}
	#main .voiceBox .voiceInner:not(:last-child) {
		margin-bottom: 25px;
	}
	#main .voiceBox .voiceInner h3 {
		margin: 0 10px 10px;
		display: block;
		font-size: 1.8rem;
	}
	#main .voiceBox .voiceInner h3 img {
		display: block;
		margin: 0 0 6px;
		width: 200px;
	}
	#main .voiceBox .starList {
		padding: 8px 10px;
		margin: 0 5px 10px;
		display: block;
	}
	#main .voiceBox .starList li {
		width: 100%;
		display: block;
		font-size: 1.4rem;
	}
	#main .voiceBox .starList li img {
		margin: 5px 0 0;
		display: block;
	}
	#main .voiceBox .whiteBox {
		padding: 15px 10px 10px;
	}
	#main .voiceBox h4 {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .voiceBox dt {
		font-size: 1.4rem;
		border-left: 4px solid #006eac;
	}
	#main .voiceBox dd {
		font-size: 1.2rem;
	}
	#main .flowBox {
		padding: 20px 0 90px;
	}
	#main .flowBox h2 em {
		font-size: 3rem;
	}
	#main .flowBox .textList {
		margin-top: -40px;
	}
	#main .flowBox .textList::before {
		width: 10px;
		height: calc(100% - 30px);
		top: 30px;
		left: 10px;
		background-size: 5px auto;
	}
	#main .flowBox .textList > li {
		margin: 40px 0 0 30px;
		padding-bottom: 0;
		width: auto;
		float: none;
	}
	#main .flowBox .textList .liStyle03::before {
		left: -25px;
	}
	#main .flowBox .textList li h3 {
		padding: 8px 35px 6px;
		border-radius: 10px 10px 0 0;
		font-size: 2.4rem;
		line-height: 1.3;
		font-feature-settings: "palt";
	}
	#main .flowBox .textList li p {
		margin: 0 5px 0;
		width: auto;
	}
	#main .flowBox .textList li:first-of-type p {
		margin-bottom: 40px;
	}
	#main .flowBox .textList ul {
		margin: -20px 15px 30px;
		display: block;
		z-index: 8;
	}
	#main .flowBox .textList ul li {
		margin-top: 20px;
		width: auto;
		text-align: center;
	}
	#main .flowBox .textList .pho01 {
		position: absolute;
		top: -30px;
		left: -40px;
	}
	#main .flowBox .textList .pho01 img {
		width: 70px;
	}
	#main .flowBox .textList .pho02 {
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
	}
	#main .flowBox .textList .pho02 img {
		width: 200px;
	}
	#main .flowBox .textList .liStyle01 .pho02 {
		top: 0;
		right: 0;
	}
	#main .flowBox .textList .liStyle02 .pho02 {
		top: 0;
		right: 0;
		
	}
	#main .flowBox .textList .liStyle02 .pho02 img,
	#main .flowBox .textList .liStyle03 .pho02 img {
		border-radius: 0 0 10px 0;
	}
	#main .officeBox {
		margin-bottom: 80px;
	}
	#main .officeBox .imgBox {
		display: block;
	}
	#main .officeBox .imgBox .textBox {
		width: auto;
	}
	#main .officeBox .imgBox .textBox h3 {
		font-size: 2rem;
	}
	#main .officeBox .imgBox .textBox h3 span {
		font-size: 1.5rem;
	}
	#main .officeBox .imgBox .textBox h4 {
		font-size: 1.8rem;
	}
	#main .officeBox .imgBox .textBox p:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#main .officeBox .imgBox .photoBox {
		margin-bottom: 30px;
		width: auto;
	}
	#main .addressBox {
		margin-bottom: 50px;
		display: block;
	}
	#main .addressBox table {
		width: 100%;
	}
	#main .addressBox th,
	#main .addressBox td {
		padding: 10px 8px;
	}
	#main .addressBox th {
		width: 40%;
		font-size: 1.2rem;
	}
	#main .addressBox .map {
		margin-bottom: 30px;
		width: auto;
	}
	#main .addressBox .map iframe {
		height: 60vw;
	}
	#main .officeBox .photoList {
		margin-top: -20px;
		justify-content: center;
	}
	#main .officeBox .photoList::after {
		display: none;
	}
	#main .officeBox .photoList li {
		margin: 20px 10px 0;
		width: 200px;
	}
	#main .officeBox .photoList li img {
		width: 100%;
	}
	#main .mailBox .mailForm .tableBox {
		margin-bottom: 68px;
		padding: 20px 15px;
	}
	#main .mailBox .mailForm th,
	#main .mailBox .mailForm td {
		width: 100%;
		padding: 15px 10px;
		display: block;
	}
	#main .mailBox .mailForm td {
		padding: 15px 10px;
	}
	#main .mailBox .mailForm th {
		width: 100%;
		font-size: 1.2rem;
	}
	#main .mailBox .mailForm th span {
		margin: 0 0 0 10px;
		float: none;
		display: inline-flex;
	}
	#main .mailBox .mailForm .trStyle01 td {
		padding: 15px 10px 0;
	}
	#main .mailBox .mailForm .trStyle01 th {
		padding: 15px 10px;
		border-bottom: 1px dashed #BCAEA9;
	}
	#main .mailBox .mailForm td input[type="text"],
	#main .mailBox .mailForm td input[type="tel"],
	#main .mailBox .mailForm td input[type="email"],
	#main .mailBox .mailForm td textarea {
		width: 100%;
		font-size: 1.2rem;
	}
	#main .mailBox .mailForm .tdStyle01 span {
		margin: 0 5px;
		display: inline-block;
	}
	#main .mailBox .mailForm td input.txt01 {
		width: 100%;
	}
	#main .mailBox .mailForm td input.txt02 {
		margin-right: 0;
		width: 70px;
	}
	#main .mailBox .mailForm td .txt02:not(:first-of-type) {
		margin-left: 0;
	}
	#main .mailBox .mailForm td ul li {
		margin-right: 0;
		display: block;
	}
	#main .mailBox .mailForm td .txt03 {
		margin: 10px 0 0;
		display: block;
	}
	#main .mailBox .mailForm .submit li input {
		width: 100%;
		max-width: 400px;
		font-size: 2rem;
	}
	#main .mailBox .mailForm .submit li input:hover {
		opacity: 1;
	}
}
#thanks {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: calc(100vh - 180px);
}
#thanks p:not(:last-child) {
	margin-bottom: 50px;
}
#thanks a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#thanks {
		margin: 0 15px;
		height: calc(100vh - 100px);
	}
	#thanks p:not(:last-child) {
		margin-bottom: 30px;
	}
	#thanks a:hover {
		text-decoration: none;
	}
}