@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	padding-top: 30px;
}
#main .mainVisual {
	margin-bottom: 25px;
}
#main .mainVisual .inner {
	position: relative;
}
#main .mainVisual img {
	width: 100%;
}
#main .mainVisual h2 {
	margin-top: 0.286vw;
	padding-right: 4.2vw;
	width: 50vw;
	position: absolute;
	right: 0;
	top: 50%;
	color: #0e5975;
	font-size: 3.857vw;
	font-weight: 400;
	line-height: 1.3;
	text-align: right;
	transform: translateY(-50%);
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
}
#main .mainVisual h2 .big {
	font-size: 4.57vw;
}
#main .mainVisual h2 .sm {
	margin-bottom: 0.286vw;
	display: block;
	font-size: 1.286vw;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#main .mainVisual h2 .sm small {
	padding-left: 9.43vw;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .mainVisual h2 .sm small::before {
	width: 8.57vw;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #0e5975;
	content: "";
}
#main .mainVisual h2 .cor01 {
	margin: 0 -25px;
	color: #34abaf;
}
#main .mainVisual ul {
	width: 40vw;
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 2.2vw;
}
#main .mainVisual li {
	flex: 1;
	color: #fff;
	font-size: 1.43vw;
	line-height: 1.3;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
}
#main .mainVisual li:last-child {
	letter-spacing: 0;
}
#main .mainVisual li .txt01 {
	margin-top: 0.3vw;
	display: block;
	color: #ffec1a;
	font-size: 2.286vw;
	line-height: 1;
}
#main .mainVisual li .txt02 {
	margin: -0.2vw 0 -0.3vw;
	display: block;
	color: #ffec1a;
	font-size: 3.71vw;
	line-height: 1;
	letter-spacing: -0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}
#main .mainVisual li .txt03 {
	margin-left: 2.2vw;
	color: #ffec1a;
	font-size: 1.43vw;
	line-height: 1;
}
#main .mainVisual li small {
	font-size: 0.857vw;
	font-weight: 400;
}
#main .mainVisual li .txtInn {
	margin: -0.5vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffec1a;
	font-size: 2.286vw;
	line-height: 1;
}
#main .mainVisual li .txtInn span {
	font-size: 6.428vw;
	letter-spacing: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#main .mainVisual li:last-child small {
	display: block;
	margin-top: -0.357vw;
}
#main .mainVisual p {
	margin: 6px 6px 0;
	font-size: 1.2rem;
	text-align: right;
}
#main .feature {
	margin: 95px 0 81px;
	position: relative;
	text-align: right;
}
#main .feature::before {
	margin-right: -140px;
	width: calc(100% + 140px);
	height: 584px;
	position: absolute;
	right: 50%;
	top: 403px;
	background: #F0FAFB;
	content: "";
	z-index: -1;
}
#main .feature .content {
	display: flex;
	justify-content: flex-end;
}
#main .feature .headLine01,
#main .feature li {
	height: 360px;
	position: relative;
	z-index: 2;
	text-align: left;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
}
#main .feature .headLine01 {
	margin: 0 0 0 35px;
	font-size: 4.8rem;
	letter-spacing: 0.04em;
	line-height: 1.29;
	order: 2;
}
#main .feature .headLine01 span {
	margin: 5px -5px 0 10px;
}
#main .feature ul {
	margin-top: -4px;
	display: flex;
	flex-direction: row-reverse;
	order: 1;
}
#main .feature li {
	color: #0e5975;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	line-height: 2.25;
}
#main .feature .photo {
	margin: -354px auto 0;
	padding-left: 90px;
	max-width: 1400px;
	box-sizing: border-box;
}
#main .contact {
	padding: 70px 0 95px;
	background: url(../img/common/line01.png) repeat-x left -22px top;
}
#main .contact h4 {
	margin-bottom: 15px;
	color: #0e5975;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.722;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .contact h4 span {
	margin: 0 -10px;
	display: inline-block;
	color: #34abaf;
}
#main .five .bgBox {
	padding: 1px 0 100px;
	background: url(../img/index/five_bg01.png) repeat left top;
}
#main .five .bgBox .imgBox {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
#main .five .bgBox .imgBox:first-child {
	margin-top: -62px;
}
#main .five .bgBox .imgBox .photoBox {
	width: 500px;
}
#main .five .bgBox .imgBox .textBox {
	padding: 41px 25px 40px 38px;
	width: 500px;
	background: #fff;
	box-sizing: border-box;
}
#main .five .bgBox .imgBox .textBox h4 {
	margin: 0 -5px 6px;
	color: #0e5975;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.9375;
	font-family: 'Noto Serif JP', serif;
}
#main .linkSec {
	padding: 100px 0 97px;
	background: url(../img/common/line01.png) repeat-x left -22px top,url(../img/index/five_bg01.png) repeat left top;
}
#main .linkSec ul {
	display: flex;
	justify-content: space-between;
}
#main .linkSec li {
	padding: 50px 0 60px;
	width: 490px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
#main .linkSec li .pho {
	height: 408px;
}
#main .linkSec li .comBtn {
	margin-top: 33px;
}
#main .voice {
	padding: 90px 0 97px;
	background: #FAF5E2 url(../img/common/line01.png) repeat-x left -22px top;
}
#main .voice .headLine02 {
	margin-bottom: 44px;
	letter-spacing: 0.08em;
}
#main .voice .headLine02 .ttl .sm {
	margin-left: 13px;
	padding: 0 40px;
	display: inline-block;
	position: relative;
	font-size: 2.4rem;
	vertical-align: 8px;
}
#main .voice .headLine02 .ttl .sm::before,
#main .voice .headLine02 .ttl .sm::after {
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #927404;
	content: "";
}
#main .voice .headLine02 .ttl .sm::after {
	left: auto;
	right: 0;
}
#main .voice .headLine02 .en {
	right: -15px;
	top: -15px;
}
#main .voice .photo {
	position: relative;
}
#main .voice .photo span {
	padding: 0 12px 0 14px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.75;
	background: #0e5975;
}
#main .voice .whiteBox {
	padding: 40px 80px 74px;
	background: #fff;
}
#main .voice .whiteBox h4 {
	margin-bottom: 8px;
	color: #0e5975;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.9375;
	font-family: 'Noto Serif JP', serif;
}
#main .voice .whiteBox .area {
	margin-bottom: 51px;
}
#main .voice .whiteBox li {
	text-indent: -1em;
	padding-left: 1em;
}
#main .voice .whiteBox .img {
	margin: 0 -80px 40px 0;
}
#main .voice .whiteBox .imgBox {
	margin-top: -1px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#main .voice .whiteBox .imgBox .textBox {
	margin-top: -20px;
    width: 70%;
}
#main .house {
	background: url(../img/common/line01.png) repeat-x left -22px top,url(../img/index/house_bg01.jpg) no-repeat center top / 100% auto;
}
#main .house .inner {
	padding-top: 1px;
	height: 884px;
	position: relative;
	background: url(../img/index/house_bg02.png) no-repeat center bottom / 100% auto;
	box-sizing: border-box;
}
#main .house .mark {
	margin: -41px auto 35px;
	width: 195px;
}
#main .house .ctrText {
	margin-bottom: 32px;
	font-size: 2rem;
	line-height: 2.1;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .house .blueText {
	margin-bottom: 24px;
	color: #0e5975;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	font-feature-settings: "palt";
}
#main .house .blueText span {
	letter-spacing: 0.1em;
	font-weight: 600;
}
#main .house .logo {
	margin: 0 auto;
	width: 177px;
}
#main .house .sml {
	position: absolute;
	right: 12px;
	bottom: 5px;
	font-size: 1.2rem;
}
#main .company {
	margin-bottom: 58px;
	padding-top: 96px;
	background: url(../img/common/line01.png) repeat-x left -22px top;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company th,
#main .company td {
	padding: 22px 5px 20px;
	width: 80%;
	height: 80px;
	font-size: 1.6rem; 
	font-weight: normal;
	line-height: 2;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
}
#main .company th {
	padding-left: 40px;
	width: 20%;
	font-weight: bold;
}
#main .company tr:nth-child(2n-1) th,
#main .company tr:nth-child(2n-1) td {
	background: #F7F7F7;
}
#main .land {
	padding: 102px 0 0;
	height: 673px;
	position: relative;
	box-sizing: border-box;
	background: #f1ffff url(../img/common/line01.png) repeat-x left -22px top / 309px;
	z-index: 1;
}
#main .land::before,
#main .land::after,
#main .land .content::before {
	width: calc(100% / 3);
	height: calc(100% - 3px);
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../img/index/land_bg01_sm.png) no-repeat left 0 bottom -3px / 103.7%,
	url(../img/index/land_bg01.jpg) no-repeat center top / cover;
	z-index: -1;
	content: "";
}
#main .land::after {
	left: calc(100% / 3);
	background: url(../img/index/land_bg02_sm.png) no-repeat center bottom -11px / 100%,
	url(../img/index/land_bg02.jpg) no-repeat center top / cover;
}
#main .land .content::before {
	left: auto;
	right: 0;
	background: url(../img/index/land_bg03_sm.png) no-repeat right bottom -7px / 100.4%,
	url(../img/index/land_bg03.jpg) no-repeat center top / cover;
}
#main .land .headLine02 {
	margin-bottom: 0;
}
#main .land .headLine02 .en {
	right: -37px;
    top: -50px;
}
#main .land .notice {
	margin: -19px 0 52px calc(153px + 1em);
	font-size: 1.2rem;
	text-indent: -1em;
}
#main .land .textList {
	display: flex;
	justify-content: space-between;
}
#main .land .textList li {
	flex: 1;
	color: #0e5975;
	font-size: 2.4rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .land .textList li > span {
	position: relative;
	display: inline-block;
}
#main .land .textList li > span::before,
#main .land .textList li > span::after {
	width: 7px;
	height: 49px;
	position: absolute;
    left: -21px;
    top: 7px;
	background: url(../img/index/land_icon01.png) no-repeat center / 100%;
	content: "";
}
#main .land .textList li > span::after {
	width: 6px;
	height: 47px;
	left: auto;
	right: -22px;
	background-image: url(../img/index/land_icon02.png);
}
#main .land .textList li .en {
	margin-bottom: -9px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
}
#main .access {
	padding: 102px 0 62px;
	background: url(../img/common/line01.png) repeat-x left -22px top / 309px,
	url(../img/index/access_bg.png) no-repeat center / cover;
}
#main .access .headLine02 {
	margin-bottom: 27px;
	justify-content: flex-start;
}
#main .access .headLine02 .ttl {
	margin-left: -5px;
	color: #e9e097;
}
#main .access .headLine02 .ttl small {
	margin-left: 30px;
	color: #fff;
}
#main .access .headLine02 .en {
	right: -60px;
    top: -7px;
}
#main .access .imgBox {
	display: flex;
}
#main .access .imgBox .text {
	margin-right: 67px;
}
#main .access .imgBox .photo {
	margin-top: 45px;
}
#main .access .textBox {
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#main .access .textBox .innerBox {
	margin-bottom: 17px;
	position: relative;
/*	display: flex;*/
	color: #fff;
}
#main .access .textBox .innerBox2 {
	margin-bottom: 17px;
	position: relative;
/*	display: flex;*/
	color: #fff;
}


#main .access .textBox .innerBox .ttl {
/*	padding-right: 102px;*/
	position: relative;
	font-size: 3.2rem;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
    width: 200px;
}

/*
#main .access .textBox .innerBox .ttl::before {
	width: 77px;
	height: 1px;
	background-color: #fff;
	position: absolute;
    right: 14px;
    top: 34px;
	content: "";
}
*/
#main .access .textBox .innerBox02 {
	margin-bottom: 0;
}
#main .access .textBox .innerBox02 .ttl {
	padding-right: 5px;
}
#main .access .textBox .innerBox02 .ttl::before {
	display: none;
}


#main .access .textBox .innerBox .ttl span {
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: 4px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#main .access .textBox .innerBox p {
/*	margin-top: 17px;*/
	position: relative;
	font-size: 1.6rem;
	line-height: 30px;
}
#main .access .textBox .innerBox p .img {
	width: 112px;
	height: 112px;
	position: absolute;
	left: calc(100% + 2px);
	top: -12px;
	content: "";
}
#main .access .textBox .innerBox p span {
	font-size: 2rem;
	font-weight: 700;
}
#main .access .bgBox {
/*	margin-bottom: 14px;*/
	display: flex;
	justify-content: flex-start;
}
#main .access .bgBox .innerBox {
	padding: 19px 30px 20px 28px;
	display: flex;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(14, 89, 117, 0.5);
    margin-top: 20px;
}
#main .access .bgBox .innerBox .ttl {
	margin-right: 15px;
	font-size: 2rem;
}
#main .access .bgBox .innerBox ul {
	margin-top: 3px;
}
#main .access .bgBox .innerBox ul li {
	margin-left: 1em;
	text-indent: -1em;
}
#main .access .notice {
	margin-left: 1em;
	color: #fff;
	font-size: 1.2rem;
	text-indent: -1em;
}

#main .method {
	padding: 102px 0 77px;
	background: url(../img/common/line01.png) repeat-x left -22px top / 309px,
	url(../img/index/method_bg.png) repeat left top -18px / 50px;
}
#main .method .headLine02 .ttl {
	letter-spacing: 0.08em;
}
#main .method .headLine02 .en {
	right: -66px;
    top: -46px;
}
#main .method .headLine02 {
	margin-bottom: 24px;
}
#main .method .imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .method .imgList li {
	margin-bottom: 20px;
	width: calc(50% - 10px);
	background-color: #fff;
}
#main .method .imgList li .textBox {
	padding: 11px 25px 30px 27px;
	background-color: #fff;
}
#main .method .imgList li .textBox .ttl {
	margin: 0 -14px 4px 0;
	color: #0e5975;
	font-size: 2rem;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
#main .method .imgList li .textBox .ttl span {
	color: #34abaf;
	font-size: 3.2rem;
}
#main .method .imgList li .textBox p {
	line-height: 2;
	text-align: justify;
}
#main .method .imgList li .textBox p span {
	color: #ca1b40;
	font-weight: 700;
}
#main .cost {
	padding: 102px 0 100px;
	background: #faf5e2 url(../img/common/line01.png) repeat-x left -22px top / 309px;
}
#main .cost .headLine02 {
	margin-bottom: 19px;
}
#main .cost .headLine02 .en {
	right: -66px;
    top: -42px;
}
#main .cost .whiteBox {
	padding: 20px 20px 39px 64px;
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
#main .cost .whiteBox .imgBox {
	margin: 6px 0 0;
	display: flex;
	align-items: center;
}
#main .cost .whiteBox .imgBox .photoBox {
	margin-right: 20px;
	flex-shrink: 0;
}
#main .cost .whiteBox .imgBox .textBox {
	padding: 33px 0 0 0;
	width: 280px;
	height: 280px;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #fcf366;
}
#main .cost .whiteBox .imgBox .textBox .ttl {
	margin-bottom: 1px;
	width: 98px;
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 15px;
	background-color: #ca1b40;
}
#main .cost .whiteBox .imgBox .textBox p {
	color: #ca1b40;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
}
#main .cost .whiteBox .imgBox .textBox p .txtInn {
	margin: -3px 0 -12px;
	display: flex;
	align-items: flex-start;
	font-size: 5.13rem;
	line-height: 1;
}
#main .cost .whiteBox .imgBox .textBox p .txtInn span {
	margin: -21px 0 0;
	font-size: 14.4rem;
	font-family: 'Roboto Condensed', sans-serif;
}
#main .cost .whiteBox .imgBox .textBox .notice {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5;
}
#main .cost .whiteBox .bgBox {
	padding: 30px 0 0;
	width: 387px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #faf5e2;
}
#main .cost .whiteBox .bgBox .ttl {
	padding-top: 2px;
	margin-bottom: 22px;
	min-width: 307px;
	height: 36px;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 18px;
	background-color: #0e5975;
}
#main .cost .whiteBox .bgBox ul {
	margin-bottom: 10px;
	width: 292px;
}
#main .cost .whiteBox .bgBox ul li {
	font-size: 2rem;
	color: #0e5975;
	font-weight: 700;
	line-height: 42px;
}
#main .cost .whiteBox .bgBox ul li .city {
	width: 145px;
	display: inline-block;
	position: relative;
	vertical-align: 2px;
}
#main .cost .whiteBox .bgBox ul li .city-smoll{
   font-size: 0.5rem; 
}
#main .cost .whiteBox .bgBox ul li .city span {
	padding-right: 7px;
	display: inline-block;
	background-color: #faf5e2;
	position: relative;
}
#main .cost .whiteBox .bgBox ul li .city::before {
	position: absolute;
	left: 0;
	right: 5px;
	top: 20px;
	border-top: 1px dotted #0e5975;
	content: "";
}
#main .cost .whiteBox .bgBox .notice {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}
#main .cost .whiteBox .bgBox .notice a {
	text-decoration: underline;
}
#main .cost .whiteBox .bgBox ul li .price {
	color: #34abaf;
}
#main .cost .whiteBox .bgBox ul li .price .num {
	color: #34abaf;
	font-size: 3.2rem;
}
#main .cost .imgList {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(2, auto);
}
#main .cost .imgList li:nth-child(1) {
	grid-area: 1 / 1 / 3 / 2;
	position: relative;
}
#main .cost .imgList li .textBox {
	padding: 19px 37px 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	box-sizing: border-box;
}
#main .cost .imgList li .textBox .ttl {
	margin-bottom: -1px;
	font-size: 3.6rem;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
#main .cost .imgList li .textBox p {
	line-height: 1.75;
	letter-spacing: 0.04em;
}
@media all and (min-width: 897px) {
	#main .cost .whiteBox .bgBox .notice a:hover {
		opacity: 1;
		text-decoration: none;
	}
}
@media (min-width: 897px) and (max-width: 1279px) {
	#main .mainVisual h2 {
		margin-top: 4px;
		padding-right: 54px;
		width: 50%;
		font-size: 4.9rem;
	}
	#main .mainVisual h2 .big {
		font-size: 5.8rem;
	}
	#main .mainVisual h2 .sm {
		margin-bottom: 4px;
		font-size: 1.6rem;
	}
	#main .mainVisual h2 .sm small {
		padding-left: 121px;
	}
	#main .mainVisual h2 .sm small::before {
		width: 110px;
	}
	#main .mainVisual ul {
		width: 40%;
		bottom: 28px;
	}
	#main .mainVisual li {
		font-size: 1.84rem;
	}
	#main .mainVisual li .txt01 {
		margin-top: 4px;
		font-size: 2.9rem;
	}
	#main .mainVisual li .txt02 {
		margin: -3px 0 -4px;
		font-size: 4.7rem;
	}
	#main .mainVisual li .txt03 {
		margin-left: 28px;
		font-size: 1.8rem;
	}
	#main .mainVisual li small {
		font-size: 1.1rem;
	}
	#main .mainVisual li .txtInn {
		margin: -6px 0;
		font-size: 2.9rem;
	}
	#main .mainVisual li .txtInn span {
		font-size: 8.2rem;
	}
	#main .mainVisual li:last-child small {
		margin-top: -5px;
	}
}
@media all and (max-width: 896px) {
	#container {
		padding-top: 15px;
	}
	#main .mainVisual {
		margin-bottom: 22px;
	}
	#main .mainVisual h2 {
		margin-top: 0;
		padding-right: 0;
		width: 100%;
		top: 39vw;
		font-size: 8.53vw;
		text-align: center;
		transform: none;
	}
	#main .mainVisual h2 .big {
		font-size: 9.87vw;
	}
	#main .mainVisual h2 .cor01 {
		margin: 0 -5.5vw;
	}
	#main .mainVisual h2 .sm {
		margin-bottom: 0.3vw;
		font-size: 3.2vw;
	}
	#main .mainVisual h2 .sm small {
		padding: 0 9.33vw;
	}
	#main .mainVisual h2 .sm small::before,
	#main .mainVisual h2 .sm small::after {
		width: 8vw;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		background: #0e5975;
		content: "";
	}
	#main .mainVisual h2 .sm small::after {
		left: auto;
		right: 0;
	}
	#main .mainVisual ul {
		width: 100%;
		bottom: 2vw;
	}
	#main .mainVisual li {
		font-size: 3.33vw;
		letter-spacing: 0.06em;
	}
	#main .mainVisual li:last-child {
		letter-spacing: 0;
	}
	#main .mainVisual li .txt01 {
		margin-top: 1.5vw;
		font-size: 5.55vw;
	}
	#main .mainVisual li .txt02 {
		margin: -0.2vw -1.5vw -1vw 0;
		display: inline;
		font-size: 9vw;
		letter-spacing: -0.06em;
	}
	#main .mainVisual li .txt03 {
		margin-left: 2.2vw;
		font-size: 3.47vw;
	}
	#main .mainVisual li small {
		margin-top: -1vw;
		font-size: 2.4vw;
		display: block;
	}
	#main .mainVisual li .txtInn {
		margin: -1.3vw 0 -1vw;
		font-size: 5.55vw;
		line-height: 1;
	}
	#main .mainVisual li .txtInn span {
		font-size: 15.6vw;
	}
	#main .mainVisual li:last-child small {
		display: block;
		margin-top: -2vw;
	}
	#main .mainVisual p {
		margin: 0;
		padding: 13px 10px 0;
		font-size: 0.9rem;
		line-height: 1.33;
		text-align: left;
		background: url(../img/common/sp_line02.png) repeat-x center top / 375px auto;
	}
	#main .feature {
		margin: 60px 0 66px;
		text-align: center;
	}
	#main .feature::before {
		margin-right: 0;
		width: calc(100% - 45px);
		height: 66vw;
		right: auto;
		left: 0;
		top: 140px;
	}
	#main .feature .content {
		justify-content: center;
	}
	#main .feature .headLine01,
	#main .feature li {
		height: 249px;
	}
	#main .feature .headLine01 {
		margin: 0 0 0 14px;
		font-size: 3.1rem;
		line-height: 1.24;
	}
	#main .feature .headLine01 span {
		margin: 5px 0 0 2px;
		font-size: 0.9rem;
		letter-spacing: 0.16em;
	}
	#main .feature ul {
		margin: -6px 0 0 -6px;
	}
	#main .feature li {
		font-size: 1.8rem;
		line-height: 2;
	}
	#main .feature .photo {
		margin: 0 auto;
		padding-left: 0;
		max-width: inherit;
	}
	#main .feature .photo img {
		width: 100%;
	}
	#main .five {
		padding-top: 1px;
		background: url(../img/index/five_bg01.png) repeat left top / 25px auto;
	}
	#main .five .bgBox {
		padding: 1px 0 65px;
		background: none;
	}
	#main .five .headLine02 {
		margin: -27px 0 20px;
	}
	#main .five .bgBox .imgBox {
		margin-top: 20px;
		display: block;
	}
	#main .five .bgBox .imgBox:first-child {
		margin-top: 0;
	}
	#main .five .bgBox .imgBox .photoBox {
		width: auto;
	}
	#main .five .bgBox .imgBox .photoBox img {
		width: 100%;
	}
	#main .five .bgBox .imgBox .textBox {
		padding: 18px 20px 24px;
		width: auto;
	}
	#main .five .bgBox .imgBox .textBox h4 {
		margin: 0 0 10px;
		font-size: 2.3rem;
		line-height: 1.348;
	}
	#main .five .bgBox .imgBox .textBox p {
		text-align: justify;
	}
	#main .contact {
		padding: 38px 0 40px;
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px auto;
	}
	#main .contact h4 {
		margin-bottom: 10px;
		font-size: 2.3rem;
		line-height: 1.3478;
	}
	#main .contact p {
		margin-bottom: 2px;
	}
	#main .linkSec {
		padding: 42px 0 40px;
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px auto,url(../img/index/five_bg01.png) repeat left top / 25px auto;
	}
	#main .linkSec ul {
		display: block;
	}
	#main .linkSec li {
		margin: 0 auto 20px;
		padding: 25px 20px 30px;
		width: auto;
		max-width: 335px;
	}
	#main .linkSec li:last-child {
		margin-bottom: 0;
	}
	#main .linkSec li .pho {
		height: auto;
	}
	#main .linkSec li .comBtn {
		margin-top: 14px;
	}
	#main .voice {
		padding: 52px 0 64px;
		background: #FAF5E2 url(../img/common/sp_line01.png) repeat-x left -10px top / 200px auto;
	}
	#main .voice img {
		width: 97%;
	}
	#main .voice .headLine02 {
		margin-bottom: 11px;
		letter-spacing: 0.08em;
	}
	#main .voice .headLine02 .ttl .sm {
		margin: 0;
		padding: 10px 18px 0;
		font-size: 1.6rem;
		vertical-align: 8px;
	}
	#main .voice .headLine02 .ttl .sm::before,
	#main .voice .headLine02 .ttl .sm::after {
		width: 14px;
		top: 20px;
	}
	#main .voice .headLine02 .ttl .sm::after {
		left: auto;
		right: 0;
	}
	#main .voice .headLine02 .en {
		right: -15px;
		top: -15px;
	}
	#main .voice .photo {
		margin-right: -2.75vw;
	}
	#main .voice .photo span {
		margin-right: 2.8vw;
		padding: 0 12px 0 14px;
		position: static;
		left: auto;
		bottom: auto;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: center;
	}
	#main .voice .whiteBox {
		padding: 20px 20px 25px;
	}
	#main .voice .whiteBox h4 {
		margin-bottom: 9px;
		font-size: 2.3rem;
		line-height: 1.348;
	}
	#main .voice .whiteBox .area {
		margin-bottom: 23px;
	}
	#main .voice .whiteBox .img {
		margin: 0 0 22px;
	}
	#main .voice .whiteBox .imgBox {
		margin-top: 0;
		display: block;
	}
	#main .voice .whiteBox .imgBox .textBox {
		margin-top: 22px;
        width: 100%;
	}
	#main .house {
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px auto,url(../img/index/sp_house_bg01.jpg) no-repeat center top / 100% auto;
	}
	#main .house .inner {
		padding: 1px 0 167px;
		height: auto;
		position: relative;
		background: url(../img/index/sp_house_bg02.jpg) no-repeat center bottom / 100% 77px;
		box-sizing: border-box;
	}
	#main .house .inner::before,
	#main .house .inner::after {
		width: 50%;
		height: 94px;
		position: absolute;
		left: 0;
		bottom: 60px;
		background: url(../img/index/sp_house_bg03.png) no-repeat left bottom / 170px auto;
		content: "";
	}
	#main .house .inner::after {
		height: 86px;
		left: auto;
		right: 0;
		background: url(../img/index/sp_house_bg04.png) no-repeat right bottom / 166px auto;
		content: "";
	}
	#main .house .mark {
		margin: -26px auto 17px;
		width: 117px;
	}
	#main .house .ctrText {
		margin-bottom: 23px;
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .house .blueText {
		margin-bottom: 19px;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	#main .house .blueText span {
		letter-spacing: 0.1em;
	}
	#main .house .logo {
		margin: 0 auto;
		width: 115px;
	}
	#main .house .sml {
		padding: 0 5px;
		width: 100%;
		right: 0;
		bottom: 24px;
		font-size: 0.9rem;
		line-height: 1.33;
		text-align: center;
		box-sizing: border-box;
	}
	#main .company {
		margin-bottom: 45px;
		padding-top: 49px;
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px auto;
	}
	#main .company th,
	#main .company td {
		padding: 15px 20px 16px 5px;
		width: 71%;
		height: 50px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .company th {
		padding: 15px 0 16px 10px;
		width: 29%;
	}
	#main .cost {
		padding: 0 0 67px;
		background: #faf5e2 url(../img/common/sp_line01.png) repeat-x left -10px top / 200px;
	}
	#main .cost .headLine02 {
		margin-bottom: -2px;
		transform: translateY(-23px);
	}
	#main .cost .whiteBox {
		padding: 18px 20px 20px;
		display: block;
	}
	#main .cost .whiteBox .imgBox {
		margin: 0 0 16px 6px;
		justify-content: center;
	}
	#main .cost .whiteBox .imgBox .photoBox {
		margin-right: 11px;
		width: 112px;
	}
	#main .cost .whiteBox .imgBox .textBox {
		padding: 19px 0 0;
		width: 168px;
		height: 168px;
	}
	#main .cost .whiteBox .imgBox .textBox .ttl {
		margin-bottom: 4px;
		width: 59px;
		height: 18px;
		font-size: 1.4rem;
	}
	#main .cost .whiteBox .imgBox .textBox p {
		font-size: 1.4rem;
	}
	#main .cost .whiteBox .imgBox .textBox p .txtInn {
		margin: 1px 0 -7px;
		font-size: 3.1rem;
	}
	#main .cost .whiteBox .imgBox .textBox p .txtInn span {
		margin-top: -12px;
		font-size: 8.65rem;
	}
	#main .cost .whiteBox .imgBox .textBox .notice {
		font-size: 0.7rem;
	}
	#main .cost .whiteBox .bgBox {
		padding: 14px 5px 16px;
		width: auto;
	}
	#main .cost .whiteBox .bgBox .ttl {
		margin-bottom: 4px;
		min-width: 250px;
		height: 30px;
		font-size: 1.8rem;
	}
	#main .cost .whiteBox .bgBox ul li {
		margin-bottom: -12px;
		font-size: 1.8rem;
	}
	#main .cost .whiteBox .bgBox ul li .price .num {
		font-size: 2.3rem;
	}
	#main .cost .whiteBox .bgBox ul {
		margin-bottom: 13px;
		width: 224px;
	}
	#main .cost .whiteBox .bgBox ul li .city {
		width: 113px;
	}
    #main .cost .whiteBox .bgBox ul li .city-smoll {
		font-size: 1rem;
	}
	#main .cost .whiteBox .bgBox ul li .city::before {
		top: 22px;
	}
	#main .cost .whiteBox .bgBox .notice {
		font-size: 0.9rem;
	}
	#main .cost .imgList li .photo img {
		width: 100%;
	}
	#main .cost .imgList li:nth-child(1) {
		grid-area: 1 / 1 / 2 / 3;
	}
	#main .cost .imgList li .textBox .ttl {
		margin: 0 -15px 9px 0;
		font-size: 2.3rem;
		letter-spacing: -0.08em;
	}
	#main .cost .imgList li .textBox p {
		line-height: 1.642;
		letter-spacing: 0.02em;
	}
	#main .cost .imgList li .textBox {
		padding: 22px 19px 0;
	}
	#main .method {
		padding: 0 0 45px;
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px,
		url(../img/index/method_bg.png) repeat left -6px top -13px / 25px;
	}
	#main .method .headLine02 {
		margin-bottom: -2px;
		transform: translateY(-24px);
	}
	#main .method .headLine02 .ttl {
		letter-spacing: 0;
	}
	#main .method .imgList {
		display: block;
	}
	#main .method .imgList li {
		width: auto;
	}
	#main .method .imgList li .photoBox img {
		width: 100%;
	}
	#main .method .imgList li .textBox {
		padding: 21px 19px 25px;
	}
	#main .method .imgList li .textBox .ttl {
		margin-bottom: 11px;
		font-size: 1.8rem;
		line-height: 26px;
		letter-spacing: -0.05em;
	}
	#main .method .imgList li .textBox .ttl span {
		font-size: 2.3rem;
	}
	#main .method .imgList li .textBox p {
		line-height: 1.642;
	}
	#main .access {
		padding: 0 0 62px;
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px,
		url(../img/index/sp_access_bg.png) no-repeat center / cover;
	}
	#main .access .headLine02 {
		margin-bottom: -3px;
		transform: translateY(-25px);
	}
	
#main .access .headLine02 .ttl {
	margin-left: 0;
}
#main .access .headLine02 .ttl small {
	margin-left: 3px;
}
	#main .access .imgBox {
		flex-direction: column-reverse;
	}
	#main .access .imgBox .photo {
		margin: 0 auto -23px;
		width: 215px;
	}
	#main .access .textBox .innerBox {
		margin-bottom: 10px;
		flex-direction: column;
		align-items: flex-start;
	}
	#main .access .textBox .innerBox .ttl {
		padding: 0;
		width: auto;
		font-size: 2.3rem;
        margin-top: 10px;
	}
	#main .access .textBox .innerBox .ttl::before {
		display: none;
	}
	#main .access .textBox .innerBox p {
		margin-top: 4px;
		font-size: 1.4rem;
		line-height: 27px;
	}
	#main .access .textBox .innerBox .ttl span {
		font-size: 1.4rem;
	}
	#main .access .textBox .innerBox p span {
		font-size: 1.8rem;
	}
	#main .access .textBox .innerBox p .img {
		width: 90px;
		height: 90px;
		left: calc(100% + 8px);
		top: 5px;
	}
	#main .access .textBox {
		margin-bottom: -13px;
	}
	#main .access .bgBox .innerBox .ttl {
		margin-right: 0;
		font-size: 1.6rem;
        margin-top: 5px;
	}
	#main .access .bgBox .innerBox {
		padding: 0px 30px 13px 18px;
		display: block;
	}
	#main .access .bgBox .innerBox ul {
		margin: 3px 0 0 -4px;
	}
	#main .access .bgBox {
		margin-bottom: 9px;
		display: block;
	}
	#main .access .imgBox .text {
		margin-right: 0;
	}
	#main .access .notice {
		font-size: 0.8rem;
	}
	#main .land {
		padding: 0;
		height: auto;
		background: url(../img/common/sp_line01.png) repeat-x left -10px top / 200px;
	}
	#main .land .headLine02 {
		margin: 0 -10px -3px;
		transform: translateY(-25px);
	}
	#main .land .notice {
		font-size: 0.9rem;
		margin: -20px 0 21px 1em;
		text-align: center;
	}
	#main .land::before, #main .land::after, #main .land .content::before {
		display: none;
	}
	#main .land .textList {
		display: block;
	}
	#main .land .textList li {
		padding: 43px 0 0;
		width: 100%;
		height: 76vw;
		font-size: 1.8rem;
		box-sizing: border-box;
		background: url(../img/index/land_img01.png) no-repeat center bottom / cover;
	}
	#main .land .textList li:nth-child(2) {
		background-image: url(../img/index/land_img02.png);
	}
	#main .land .textList li:nth-child(3) {
		background-image: url(../img/index/land_img03.png);
	}
	#main .land .textList li::before, #main .land .textList li::after {
		display: none;
	}
	#main .land .textList li > span {
		display: inline-block;
		position: relative;
	}
	#main .land .textList li > span::before,
	#main .land .textList li > span::after {
		width: 5px;
		height: 33px;
		position: absolute;
		left: -11px;
		top: 2px;
		background: url(../img/index/sp_land_icon01.png) no-repeat center / 100%;
		content: "";
	}
	#main .land .textList li > span::after {
		width: 4px;
		height: 31px;
		left: auto;
		right: -12px;
		background-image: url(../img/index/sp_land_icon02.png);
	}
	#main .land .textList li .en {
		margin-bottom: -5px;
		font-size: 1rem;
	}
	#main .contact h4 span {
		margin: 0 -8px;
	}
}
@media all and (max-width: 896px) and (min-width: 426px) {
	#main .voice {
		overflow-x: hidden;
	}
	#main .voice .photo {
		margin-right: -3vw;
	}
	#main .voice .photo span {
		margin-right: 3vw;
	}
}
@media all and (max-width: 374px) {
	#main .house .ctrText {
		font-size: 1.4rem;
	}
	#main .house .inner::before,
	#main .house .inner::after {
		background-size: 160px auto;
	}
	#main .house .inner::after {
		background-size: 150px auto;
	}
	#main .access .textBox .innerBox p .img {
		width: 76px;
		height: 76px;
		left: calc(100% + -7px);
	}
	#main .cost .whiteBox .imgBox {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	#main .cost .whiteBox .imgBox .photoBox {
		margin: 0 0 10px;
	}
	#main .cost .whiteBox .bgBox .ttl {
		min-width: 227px;
	}
	#main .land .textList li {
		padding-top: 28px;
	}
}