@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main  {
	overflow: hidden;
}
.comCtaBtn {
	width: 9.9rem;
	border: 0.5rem solid #FFF;
	border-right: none;
	border-radius: 1rem 0 0 1rem;
	background-color: #FFF;
}
#main .mainVisual {
	padding: 2.2rem 0 0;
	position: relative;
	overflow: hidden;
	background: #FA9C00 url(../../img/img-202507/index/main_bg01.jpg) no-repeat center top / 100%;
}
#main .mainVisual img {
	width: 100%;
}
#main .mainVisual .titleImg {
	margin: 0 auto -17.85%;
	max-width: 86.2rem;
}
#main .mainVisual .photoArea.mb01 {
	margin-bottom: -16.1%;
}
#main .mainVisual .photoArea.mb02 {
	margin-bottom: -45%;
}
#main .mainVisual .photoArea .photo01 {
	margin-left: -1%;
	width: 42.77%;
}
#main .mainVisual .photoArea .photo02 {
	margin: -0.3% -1.35% 0 0;
	width: 42.5%;
}
#main .mainVisual .photoArea .photo03 {
	margin-left: -8.7%;
	width: 53.35%;
}
#main .mainVisual .photoArea .photo04 {
	margin: 6.95% -2.35% 0 0;
	width: 41.9%;
}
#main .mainVisual .photo05 {
	margin: 0 auto -28.2%;
	padding-right: 0.7%;
	width: 49.35%;
	max-width: 94.7rem;
	box-sizing: content-box;
	position: relative;
	z-index: 5;
}
#main .mainVisual .bgArea {
	padding: 8.2% 0 3%;
	position: relative;
}
#main .mainVisual .bgArea::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../../img/img-202507/index/main_bg.png) no-repeat center top / 100% 100%;
	content: '';
	z-index: 3;
}
#main .mainVisual .inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 144rem;
	box-sizing: border-box;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}
#main .mainVisual .inner .lBox {
	width: 25.8rem;
}
#main .mainVisual .inner .lBox .logo {
	margin: 0 auto;
	width: 21rem;
}
#main .mainVisual .inner .lBox .text,
#main .mainVisual .inner .lBox .textUl li {
	font-size: 1rem;
	line-height: 1.6;
}
#main .mainVisual .inner .lBox .textUl li {
	display: flex;
	flex-wrap: wrap;
}
#main .mainVisual .inner .lBox .textUl li .lTxt {
	width: 5rem;
}
#main .mainVisual .inner .lBox .textUl li .rTxt {
	width: calc(100% - 5rem);
}
#main .mainVisual .inner .photoList {
	margin-top: 3rem;
	width: calc(100% - 27.6rem);
	gap: 2.8rem;
}
#main .mainVisual .inner .photoList li {
	padding: 3rem 1rem 0.5rem;
	width: calc((100% - 8.4rem) / 4);
	border-radius: 0.6rem;
	background-color: #FFF;
	box-sizing: border-box;
}
#main .mainVisual .inner .photoList li .ttl {
	margin-bottom: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	min-height: 7.2rem;
}
#main .mainVisual .inner .photoList li .pho {
	margin: 0 auto;
	width: 17.6rem;
}
#main .sec01 {
	padding: 14.1rem 0 13rem;
	background: #0E5CD3 url(../../img/img-202507/index/sec01_bg01.png) no-repeat center top / 100%;
}
#main .sec01 .content {
	max-width: 139.8rem;
}
/* 202507追加・不動産買取ページのみのcontent */
.kaitori_content {
	max-width: 96rem;
	margin: 0 auto;
}
#main .sec01 h2 {
	margin: 0 auto 6.8rem;
	max-width: 113.5rem;
}
#main .sec01 .photoList {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .sec01 .photoList > li {
	width: calc((100% - 2rem) / 3);
	background-color: #FFF;
}
#main .sec01 .photoList li a {
	padding: 1.2rem 1.3rem 4.9rem;
	display: block;
	background-color: #FFF;
	text-decoration: none;
}
#main .sec01 .photoList li a:hover {
	opacity: 0.7;
}
/* #main .sec01 .photoList li .pho {
	margin: 0 0 2rem;
} */
#main .sec01 .photoList li .pho {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
	margin: 0 0 2rem;
}
#main .sec01 .photoList li .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#main .sec01 .photoList li .txtBox {
	padding: 0 1.5rem;
}
#main .sec01 .photoList li .tagUl {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .sec01 .photoList li .tagUl li {
	padding: 0.3rem 0.5rem;
	width: fit-content;
	min-width: 9rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background-color: #0E5CD3;
	border: 1px solid #707070;
}
#main .sec01 .photoList li .tagUl li.style01 {
	color: #000;
	background-color: #FFF;
}
#main .sec01 .photoList li .ttl {
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
}
#main .sec01 .photoList li .txtUl li {
	padding: 1rem 0 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px dashed #C9C9C9;
}
#main .sec01 .photoList li .txtUl li .tag {
	padding: 0.2rem 0.5rem;
	width: 14.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background-color: #E3E3E3;
	border-radius: 10rem;
	color: #000;
}
#main .sec01 .photoList li .txtUl li .txt {
	font-size: 2rem;
	font-weight: 500;
	width: calc(100% - 16.8rem);
}
#main .sec02 {
	padding: 13rem 0 0;
	position: relative;
	z-index: 5;
}
#main .sec02 h2 {
	margin-bottom: 5.8rem;
}
#main .sec02 h2 .en {
	margin-bottom: -0.1rem;
	display: block;
	width: 131.1rem;
}
#main .sec02 h2 .jp {
	font-size: 6rem;
	font-weight: 900;
}
#main .sec02 .imgBox {
	margin-bottom: 11.4rem;
	align-items: flex-start;
}
#main .sec02 .imgBox .photo {
	width: 79.9rem;
	border-radius: 0 0 20rem 0;
	overflow: hidden;
}
#main .sec02 .imgBox .textBox {
	padding-top: 0.3rem;
	width: calc(100% - 87.3rem);
}
#main .sec02 .imgBox.style01 {
	margin-bottom: 11.9rem;
}
#main .sec02 .imgBox.style01 .photo {
	order: 2;
	width: 65rem;
	border-radius: 0 0 0 20rem;
}
#main .sec02 .imgBox.style01 .textBox {
	width: calc(100% - 83rem);
}
#main .sec02 .imgBox.style01 .textBox .headLine01 {
	margin: 0 -2rem 3.5rem 0;
}
#main .sec02 .imgList li {
	width: 46.4%;
}
#main .sec02 .imgList li .txtBox {
	margin-bottom: 5.9rem;
}
#main .sec02 .imgList li .headLine01 {
	margin-bottom: 4rem;
}
#main .sec02 .imgList li .headLine01 .txt {
	margin-bottom: 0.6rem;
}
#main .sec02 .imgList li .headLine01 .big {
	font-size: 6rem;
	line-height: 1.2;
}
#main .sec02 .imgList li .headLine01 .big .sml {
	font-size: 4rem;
	line-height: 1.8;
}
#main .comCtaBox {
	margin-top: 15.8rem;
	position: relative;
	z-index: 5;
}
#main .comCtaBox .title {
	margin-bottom: 2.4rem;
}
#main .comCtaBox .title,
#main .comCtaBox .title .sub {
	font-size: 3.2rem;
}
#main .comCtaBox .title .sub {
	margin: 0 1rem 0 1.5rem;
}
#main .comCtaBox .subBox {
	padding: 5.8rem 11.3rem 3.5rem 8.9rem;
	max-width: inherit;
}
#main .comCtaBox .subBox .lBox {
	width: calc(100% - 48rem);
}
#main .comCtaBox .subBox .lBox .innTitle {
	margin-bottom: 2.1rem;
	font-size: 5rem;
}
#main .comCtaBox .subBox .lBox .tel a {
	padding: 0 0 0 12.4rem;
	font-size: 8rem;
	background-size: 10.3rem;
	background-position: left top calc(50% + 0.9rem);
}
#main .comCtaBox .subBox .rBox {
	padding-top: 1.4rem;
	width: 44rem;
}
#main .comCtaBox .subBox .rBox .link a {
	min-height: 11.4rem;
	text-decoration: none;
}
#main .comCtaBox .subBox .rBox .link a .sub {
	padding: 0.8rem 0 0.8rem 6.3rem;
	font-size: 3.2rem;
	background-size: 5.1rem;
}
#main .comCtaBox .innBox .subBox .rBox .link.style01 {
	margin-top: 2.1rem;
}
#main .comCtaBox .innBox .subBox .rBox .link.style01 a .sub {
	padding: 0.8rem 0 0.8rem 8rem;
	background-size: 6rem;
}
#main .comCtaBox .innBox .subBox .rBox .rText {
	margin-top: 3.5rem;
	font-size: 1.2rem;
}
/* 202507・不動産買取の調整 */
#main .kaitori_comCtaBox {
	position: relative;
	z-index: 5;
}
#main .kaitori_comCtaBox .title {
	margin-bottom: 2.4rem;
}
#main .kaitori_comCtaBox .title,
#main .kaitori_comCtaBox .title .sub {
	font-size: 3.2rem;
}
#main .kaitori_comCtaBox .title .sub {
	margin: 0 1rem 0 1.5rem;
}
#main .kaitori_comCtaBox .subBox {
	padding: 5.8rem 11.3rem 3.5rem 8.9rem;
	max-width: inherit;
}
#main .kaitori_comCtaBox .subBox .lBox {
	width: calc(100% - 48rem);
}
#main .kaitori_comCtaBox .subBox .lBox .innTitle {
	margin-bottom: 2.1rem;
	font-size: 5rem;
}
#main .kaitori_comCtaBox .subBox .lBox .tel a {
	padding: 0 0 0 12.4rem;
	font-size: 8rem;
	background-size: 10.3rem;
	background-position: left top calc(50% + 0.9rem);
}
#main .kaitori_comCtaBox .subBox .rBox {
	padding-top: 1.4rem;
	width: 44rem;
}
#main .kaitori_comCtaBox .subBox .rBox .link a {
	min-height: 11.4rem;
	text-decoration: none;
}
#main .kaitori_comCtaBox .subBox .rBox .link a .sub {
	padding: 0.8rem 0 0.8rem 6.3rem;
	font-size: 3.2rem;
	background-size: 5.1rem;
}
#main .kaitori_comCtaBox .innBox .subBox .rBox .link.style01 {
	margin-top: 2.1rem;
}
#main .kaitori_comCtaBox .innBox .subBox .rBox .link.style01 a .sub {
	padding: 0.8rem 0 0.8rem 8rem;
	background-size: 6rem;
}
#main .kaitori_comCtaBox .innBox .subBox .rBox .rText {
	margin-top: 3.5rem;
	font-size: 1.2rem;
}
#main .bgBox {
	position: relative;
}
#main .bgBox::before {
	position: absolute;
	top: -40.4rem;
    left: 0;
	width: 175.7rem;
	height: 172rem;
	background: url(../../img/img-202507/index/bg01.png) no-repeat left top / 100%;
	content: '';
}
#main .voice {
	margin: 16rem 0 0;
	position: relative;
	z-index: 5;
}
#main .voice h2 {
	margin-bottom: 10.6rem;
	text-align: center;
}
#main .voice h2 .en {
	margin: 0 auto 3rem;
	display: block;
	width: 32.3rem;
}
#main .voice h2 .jp {
	font-size: 3.2rem;
	font-weight: 900;
}
#main .voice .textList {
	margin-bottom: 6rem;
}
#main .voice .textList li {
	position: relative;
	padding: 5.5rem 7.5rem 5.2rem;
	width: calc((100% - 3.9rem) / 2);
	background: #FFF;
	border: 1.6rem solid #417FE2;
	border-radius: 4rem;
	box-sizing: border-box;
}
#main .voice .textList li::before {
	position: absolute;
	top: -1.7rem;
	left: -1.7rem;
	width: 8.7rem;
	height: 24.5rem;
	background-color: #FFF;
	content: '';
}
#main .voice .textList li::after {
	position: absolute;
	bottom: -1.7rem;
	right: -1.7rem;
	width: 9.4rem;
	height: 18rem;
	background-color: #FFF;
	content: '';
}
#main .voice .textList li .tag {
	position: absolute;
	top: -6.3rem;
	right: 6.5rem;
	padding: 1rem;
	width: 23.6rem;
	min-height: 9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	color: #0E5CD3;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background-color: #FFF;
	border: 0.2rem solid #000;
	box-sizing: border-box;
}
#main .voice .textList li h3 {
	margin-bottom: 2.9rem;
	color: #0E5CD3;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.44;
}
#main .voice .textList li .txt {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
}
#main .voice .comLink a {
	padding-right: 5.9rem;
}
#main .voice .inner {
	margin: 13rem 0 0;
}
#main .voice .areaBox {
	padding: 12.2rem 0 19.2rem;
	position: relative;
	background-color: #F2F2F2;
}
#main .voice .areaBox::before {
	margin-left: -2rem;
	position: absolute;
	top: 10rem;
	left: 50%;
	transform: translateX(-50%);
	width: 41rem;
	height: 53.1rem;
	background: url(../../img/img-202507/index/voice_img01.png) no-repeat left top / 100%;
	content: '';
}
#main .voice .areaBox h3 {
	margin-bottom: 3rem;
	padding-left: 7.7rem;
	font-size: 4.6rem;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 5;
}
#main .voice .areaBox h3 .sml {
	margin-left: 1.1rem;
	font-size: 1.4rem;
	font-weight: 700;
	vertical-align: -0.3rem;
}
#main .voice .areaBox .areaList {
	position: relative;
	z-index: 5;
}
#main .voice .areaBox .areaList li {
	width: calc((100% - 7.8rem) / 2);
}
#main .voice .areaBox .areaList li h4 {
	margin-bottom: 3.4rem;
	padding-top: 8rem;
	position: relative;
	color: #0E5CD3;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
#main .voice .areaBox .areaList li h4::before {
	margin-left: -1px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 7.3rem;
	background-color: #707070;
	content: '';
}
#main .voice .areaBox .areaList li .txt {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
}
#main .voice .movieArea {
	padding: 10.5rem 0 10rem;
	background-color: #0E5CD3;
}
#main .voice .movieArea .textBox {
	margin-bottom: 7.3rem;
}
#main .voice .movieArea .textBox h3 {
	width: 74rem;
	color: #FFF;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.33;
}
#main .voice .movieArea .textBox .text {
	margin-top: 0.8rem;
	width: calc(100% - 82.5rem);
	color: #FFF;
	font-size: 2rem;
	line-height: 1.8;
}
#main .voice .movieArea .movieUl {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
#main .voice .movieArea .movieUl li {
  width: 75%;
  aspect-ratio: 16 / 9;
  max-width: 960px;/* 必要に応じて上限を制限 */
  position: relative;
  box-sizing: border-box;
  border: 1px solid #FFF;
  overflow: hidden;
}
#main .voice .movieArea .movieUl li iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  display: block;
}
#main .bgBox02 {
	padding: 13rem 0 0;
	background: url(../../img/img-202507/index/bg02.png) no-repeat top 22.1rem center / 100%;
}
#main .bgBox02 .content {
	max-width: 130rem;
}
#main .bgBox02 h2 {
	margin-bottom: 5.7rem;
	text-align: center;
}
#main .bgBox02 h2 .en {
	display: block;
	margin: 0 auto 3rem;
	max-width: 26.8rem;
}
#main .bgBox02 h2 .jp {
	font-size: 3.2rem;
	font-weight: 900;
}
#main .blog {
	margin-bottom: 12.8rem;
}
/* #main .blog .inner {
	display: flex;
  flex-wrap: wrap;
  gap: 4.3rem;
} */
#main .blog .inner {
	display: block;
}
/* #main .blog .inner .subInner {
	width: calc(50% - 2.15rem);
} */
#main .blog .inner .subInner {
	width: 70%;
	margin: 0 auto;
}
#main .blog .inner .subInner h3 {
	margin-bottom: 2.8rem;
	text-align: center;
	color: #144EA7;
	font-size: 4.6rem;
	font-weight: 900;
}
#main .blog .inner .subInner h3 .sub {
	margin: 0 auto 0.9rem;
	padding: 0 4.6rem;
	width: fit-content;
	display: block;
	color: #000;
	font-size: 2.8rem;
	font-weight: 500;
	background: url(../../img/img-202507/index/blog_line01.png) no-repeat left top 1.4rem / 2.8rem,url(../../img/img-202507/index/blog_line02.png) no-repeat right top 1.7rem / 2.7rem;
}
#main .blog .inner .subInner .blogList li {
	margin-bottom: 0.8rem;
	background-color: #FFF;
}
#main .blog .inner .subInner .blogList li:last-child {
	margin-bottom: 0;
}
#main .blog .inner .subInner .blogList li a {
	padding: 2.5rem 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #C9C9C9;
	background-color: #FFF;
	color:#000;
}
#main .blog .inner .subInner .blogList li a:hover {
	opacity: 0.7;
}
#main .blog .inner .subInner .blogList li .pho {
	width: 12rem;
	height: 12rem;
	overflow: hidden;
	position: relative;
}
#main .blog .inner .subInner .blogList li .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#main .blog .inner .subInner .blogList li .txtBox {
	padding-right: 0.9rem;
	width: calc(100% - 14rem);
	box-sizing: border-box;
}
#main .blog .inner .subInner .blogList li .txtBox .subBox {
	margin-bottom: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .blog .inner .subInner .blogList li .txtBox .tagBox {
	width: calc(100% - 6.5rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .blog .inner .subInner .blogList li .txtBox .tagBox .tag {
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: underline;
}
#main .blog .inner .subInner .blogList li .txtBox .date {
	padding-top: 0.2rem;
	font-size: 1.2rem;
}
#main .blog .inner .subInner .blogList li .txtBox .txt {
	margin-right: -1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .news {
	margin-bottom: 13rem;
}
#main .news h2 {
	margin-bottom: 2rem;
}
#main .news h2 .en {
	max-width: 30.8rem;
}
#main .news .newsList {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124rem;
}
#main .news .newsList li a {
	padding: 3.9rem 1rem 3.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #C9C9C9;
	color:#000;
}
#main .news .newsList li a:hover {
	opacity: 0.7;
}
#main .news .newsList li .date {
	padding-top: 0.4rem;
	font-size: 1.4rem;
	width: 8rem;
}
#main .news .newsList li .txt {
	width: calc(100% - 10rem);
	font-size: 1.8rem;
}
#main .bottomBox .banner {
  /* display: flex;
  gap: 4%;
  margin-bottom: 3.9rem; */
	width:50%;
	margin: 0 auto 3.9rem;
}
#main .bottomBox .banner .bnr {
  /* flex: 1 1 48%;
  display: flex; */
  align-items: center;
  justify-content: center;
  height: 12rem;
  overflow: hidden;
  background: #f0f0f0;
}
#main .bottomBox .banner .bnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#main .bottomBox .banner a:hover {
	opacity: 0.7;
}
#main .bottomBox .linkList {
	margin-bottom: 3.7rem;
	gap: 2rem;
}
#main .bottomBox .linkList li {
	width: 24.4rem;
}
#main .bottomBox .linkList li a {
	display: block;
}
#main .bottomBox .linkList li a:hover {
	opacity: 0.7;
}
#main .bottomBox .linkUl {
	gap: 1.2rem;
}
#main .bottomBox .linkUl li {
	width: calc((100% - 4.8rem) / 5);
}
#main .bottomBox .linkUl li a {
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #F7F7F7;
	border: 1px solid #C9C9C9;
	text-decoration: none;
}
#main .bottomBox .linkUl li a:hover {
	opacity: 0.7;
}
#main .bottomBox .linkUl li a span {
	padding: 0.5rem 0 0.7rem 2.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	background: url(../../img/img-202507/common/icon03.png) no-repeat left center / 1.5rem;
	color: #000;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding-top: 1.4rem;
		background-image: url(../../img/img-202507/index/main_bg01_sp.jpg);
	}
	#main .mainVisual .titleImg {
		margin: 0 auto -13.6%;
		max-width: inherit;
		width: 86.7%;
	}
	#main .mainVisual .photoArea.mb01 {
		margin-bottom: -20.2%;
	}
	#main .mainVisual .photoArea.mb02 {
		margin-bottom: -42.4%;
	}
	#main .mainVisual .photoArea .photo01 {
		margin-left: -2.7%;
		width: 49.6%;
	}
	#main .mainVisual .photoArea .photo02 {
		margin: -1.7% -4% 0 0;
		width: 52%;
	}
	#main .mainVisual .photoArea .photo03 {
		margin-left: -25.1%;
		width: 83.5%;
	}
	#main .mainVisual .photoArea .photo04 {
		margin: 8.95% -7.2% 0 -3%;
		width: 51.2%;
	}
	#main .mainVisual .photo05 {
		margin: 0 0 0 -2.2%;
		padding-right: 0;
		width: 104.6%;
		max-width: inherit;
	}
	#main .mainVisual .bgArea {
		padding: 0;
		position: relative;
	}
	#main .mainVisual .bgArea::before {
		display: none;
	}
	#main .mainVisual .inner {
		margin-top: -22.7vw;
		padding: 0.1rem 2.3rem 5.1rem;
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		width: auto;
		max-width: inherit;
		display: block;
		background-color: #A4C5F8;
	}
	#main .mainVisual .inner::before {
		position: absolute;
		top: -7rem;
		left: 0;
		width: 100%;
		height: 7.1rem;
		background: url(../../img/img-202507/index/main_bg_sp.png) no-repeat center top / 100% 100%;
		content: '';
	}
	#main .mainVisual .inner .lBox {
		margin: 0 auto;
		width: auto;
		max-width: 32.9rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .mainVisual .inner .lBox .logo {
		margin: 0;
		width: 17.7rem;
	}
	#main .mainVisual .inner .lBox .text,
	#main .mainVisual .inner .lBox .textUl li {
		font-size: 0.8rem;
		line-height: 2;
	}
	#main .mainVisual .inner .lBox .textArea {
		margin-right: -0.8rem;
		padding-top: 4.6rem;
		width: calc(100% - 16.9rem);
	}
	#main .mainVisual .inner .lBox .textUl li {
		display: block;
	}
	#main .mainVisual .inner .lBox .textUl li .lTxt {
		width: auto;
		display: inline;
	}
	#main .mainVisual .inner .lBox .textUl li .rTxt {
		width: auto;
		display: inline;
	}
	#main .mainVisual .inner .photoList {
		margin-top: 2rem;
		width: auto;
		gap: 1.6rem;
	}
	#main .mainVisual .inner .photoList li {
		padding: 1.8rem 1rem 0.3rem;
		width: calc((100% - 1.6rem) / 2);
	}
	#main .mainVisual .inner .photoList li .ttl {
		margin-bottom: 0.1rem;
		font-size: 1.8rem;
		line-height: 1.22;
		min-height: 4.4rem;
	}
	#main .mainVisual .inner .photoList li .pho {
		width: 10.6rem;
	}
	#main .sec01 {
		padding: 6.8rem 0 5rem;
		background: #0E5CD3 url(../../img/img-202507/index/sec01_bg01_sp.png) no-repeat center top 32.2rem / 100%;
	}
	#main .sec01 h2 {
		margin: 0 auto 4.1rem;
		max-width: inherit;
	}
	#main .sec01 h2 img {
		width: 100%;
	}
	#main .sec01 .photoList {
		margin-bottom: 4rem;
		display: block;
	}
	#main .sec01 .photoList > li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .sec01 .photoList li a {
		padding: 1.9rem 1rem;
	}
	#main .sec01 .photoList li .phoBox {
		margin-bottom: 0.6rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .sec01 .photoList li .pho {
		margin: 0;
		width: 15rem;
	}
	#main .sec01 .photoList li .subBox {
		width: calc(100% - 16rem);
	}
	#main .sec01 .photoList li .txtBox {
		padding: 0;
	}
	#main .sec01 .photoList li .tagUl {
		margin-bottom: 1.1rem;
		gap: 0.5rem;
	}
	#main .sec01 .photoList li .tagUl li {
		padding: 0.3rem 0.5rem;
		width: fit-content;
		font-size: 1.2rem;
		min-width: 5rem;
	}
	#main .sec01 .photoList li .ttl {
		margin-bottom: 0;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	#main .sec01 .photoList li .txtUl li {
		padding: 0.4rem 0 0.5rem;
	}
	#main .sec01 .photoList li .txtUl li .tag {
		padding: 0.2rem 0.5rem 0.3rem;
		width: 10.8rem;
		font-size: 1.2rem;
	}
	#main .sec01 .photoList li .txtUl li .txt {
		padding-top: 0.2rem;
		font-size: 1.4rem;
		width: calc(100% - 12.4rem);
	}
	#main .sec02 {
		padding: 5rem 0 0;
	}
	#main .sec02 h2 {
		margin-bottom: 3.9rem;
	}
	#main .sec02 h2 .en {
		margin-bottom: 1.4rem;
		width: 23.2rem;
	}
	#main .sec02 h2 .jp {
		font-size: 2.4rem;
	}
	#main .sec02 .imgBox {
		margin-bottom: 4.6rem;
		display: block;
	}
	#main .sec02 .imgBox .photo {
		margin-bottom: 2.1rem;
		width: auto;
		border-radius: 0 0 5rem 0;
	}
	#main .sec02 .imgBox .photo img {
		width: 100%;
	}
	#main .sec02 .imgBox .textBox {
		padding-top: 0;
		width: auto;
	}
	#main .sec02 .imgBox.style01 {
		margin-bottom: 4.7rem;
	}
	#main .sec02 .imgBox.style01 .photo {
		margin-right: 4.9rem;
		width: auto;
		border-radius: 0 0 0 20rem;
	}
	#main .sec02 .imgBox.style01 .textBox {
		width: auto;
	}
	#main .sec02 .imgBox.style01 .textBox .headLine01 {
		margin-bottom: 2.1rem;
	}
	#main .sec02 .imgList {
		display: block;
	}
	#main .sec02 .imgList li {
		margin-bottom: 5.1rem;
		width: auto;
	}
	#main .sec02 .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .imgList li .txtBox {
		margin-bottom: 1.6rem;
	}
	#main .sec02 .imgList li .headLine01 {
		margin-bottom: 2.1rem;
	}
	#main .sec02 .imgList li .headLine01 .txt {
		margin-bottom: 0.4rem;
	}
	#main .sec02 .imgList li .headLine01 .big {
		font-size: 4.2rem;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		line-height: 1.24;
	}
	#main .sec02 .imgList li .headLine01 .big .sml {
		margin: 0.7rem 0 0.8rem;
		display: block;
		font-size: 2.8rem;
		font-weight: 900;
		line-height: 1.2;
	}
	#main .comCtaBox {
		margin-top: 5rem;
	}
	#main .comCtaBox .title {
		margin-bottom: 0.9rem;
		font-size: 1.8rem;
	}
	#main .comCtaBox .title .sub {
		margin: 0 0.6rem 0 0.4rem;
		font-size: 1.6rem;
	}
	#main .comCtaBox .subBox {
		padding: 3.1rem 2.5rem 4rem;
		display: block;
	}
	#main .comCtaBox .subBox .lBox {
		margin-bottom: 1.7rem;
		width: auto;
	}
	#main .comCtaBox .subBox .lBox .innTitle {
		margin-bottom: 1.8rem;
		font-size: 2.6rem;
		line-height: 1.42;
	}
	#main .comCtaBox .subBox .lBox .innText {
		margin-bottom: 1.2rem;
	}
	#main .comCtaBox .subBox .lBox .tel a {
		padding: 0 0 0 6rem;
		font-size: 3.6rem;
		background-size: 5rem;
		background-position: left top calc(50% + 0.2rem);
	}
	#main .comCtaBox .subBox .rBox {
		padding-top: 0;
		width: auto;
	}
	#main .comCtaBox .subBox .rBox .link a {
		min-height: 6.7rem;
		text-decoration: none;
	}
	#main .comCtaBox .subBox .rBox .link a .sub {
		padding: 0.8rem 0 0.8rem 4.2rem;
		font-size: 1.8rem;
		background-size: 3.2rem;
	}
	#main .comCtaBox .innBox .subBox .rBox .link.style01 {
		margin-top: 1rem;
	}
	#main .comCtaBox .innBox .subBox .rBox .link.style01 a .sub {
		padding: 0.8rem 0 1rem 4.6rem;
		background-size: 3.5rem;
	}
	#main .comCtaBox .innBox .subBox .rBox .rText {
		margin-top: 2rem;
		font-size: 0.8rem;
	}
	#main .bgBox::before {
		display: none;
	}
	#main .voice {
		margin: 5rem 0 0;
		position: relative;
	}
	#main .voice::before {
		position: absolute;
		top: 10.8rem;
		left: 0;
		width: 37.5rem;
		height: 53rem;
		background: url(../../img/img-202507/index/bg01_sp.png) no-repeat left top / 100%;
		content: '';
	}
	#main .voice h2 {
		margin-bottom: 6.4rem;
	}
	#main .voice h2 .en {
		margin: 0 auto 1.2rem;
		display: block;
		width: 13rem;
	}
	#main .voice h2 .jp {
		font-size: 2rem;
	}
	#main .voice .textList {
		margin-bottom: 4rem;
	}
	#main .voice .textList li {
		margin-bottom: 7.5rem;
		padding: 3.3rem 1.7rem 2.8rem;
		width: auto;
		border: 0.8rem solid #417FE2;
	}
	#main .voice .textList li:last-child {
		margin-bottom: 0;
	}
	#main .voice .textList li::before {
		top: -0.8rem;
		left: -0.8rem;
		width: 4.2rem;
		height: 71.9%;
		border-radius: 3rem 0 0 0;
	}
	#main .voice .textList li::after {
		bottom: -0.8rem;
		right: -0.8rem;
		width: 4.5rem;
		height: 63.5%;
	}
	#main .voice .textList li .tag {
		position: absolute;
		top: -3.3rem;
        right: 3rem;
		padding: 1rem;
		width: 16rem;
		min-height: 5rem;
		font-size: 1.4rem;
		border: 1px solid #000;
	}
	#main .voice .textList li h3 {
		margin-bottom: 1.8rem;
		font-size: 2.8rem;
		line-height: 1.36;
		position: relative;
		z-index: 5;
	}
	#main .voice .textList li .txt {
		font-size: 1.2rem;
		line-height: 2;
		position: relative;
		z-index: 5;
	}
	#main .voice .comLink {
		width: 31.1rem;
	}
	#main .voice .inner {
		margin: 5rem 0 0;
	}
	#main .voice .areaBox {
		padding: 4.9rem 0 4.8rem;
	}
	#main .voice .areaBox::before {
		margin-left: 0;
		top: 16.6rem;
		width: 33rem;
		height: 42.8rem;
	}
	#main .voice .areaBox h3 {
		margin-bottom: 4.2rem;
		padding-left: 0;
		font-size: 3.2rem;
	}
	#main .voice .areaBox h3 .sml {
		margin: 0.9rem 0 0;
		font-size: 1.4rem;
		display: block;
	}
	#main .voice .areaBox .areaList {
		display: block;
	}
	#main .voice .areaBox .areaList li {
		margin-bottom: 5.6rem;
		width: auto;
	}
	#main .voice .areaBox .areaList li:last-child {
		margin-bottom: 0;
	}
	#main .voice .areaBox .areaList li h4 {
		margin-bottom: 1.6rem;
		padding-top: 4.6rem;
		font-size: 1.8rem;
	}
	#main .voice .areaBox .areaList li h4::before {
		margin: 0;
		height: 3.6rem;
	}
	#main .voice .areaBox .areaList li .txt {
		font-size: 1.2rem;
		min-height: 9.6rem;
	}
	#main .voice .movieArea {
		padding: 5.3rem 0 5rem;
	}
	#main .voice .movieArea .textBox {
		margin-bottom: 3.6rem;
		display: block;
	}
	#main .voice .movieArea .textBox h3 {
		margin-bottom: 3.8rem;
		width: auto;
		font-size: 3.2rem;
		line-height: 1.31;
	}
	#main .voice .movieArea .textBox .text {
		margin-top: 0;
		width: auto;
		font-size: 1.2rem;
		line-height: 2;
	}
	#main .voice .movieArea .movieUl {
		margin: 0 2.5rem;
		max-width: inherit;
		display: block;
	}
	#main .voice .movieArea .movieUl li {
		margin: 0 auto 1rem;
		width: auto;
	}
	#main .voice .movieArea .movieUl li:last-child {
		margin-bottom: 0;
	}
	#main .voice .movieArea .movieUl li iframe {
		height: auto;
		aspect-ratio: 280 / 156;
	}
	#main .bgBox02 {
		padding: 5rem 0 0;
		background-image: url(../../img/img-202507/index/bg02_sp.png);
		background-position: top 43.6rem center;
	}
	#main .bgBox02 h2 {
		margin-bottom: 3.9rem;
	}
	#main .bgBox02 h2 .en {
		display: block;
		margin: 0 auto 1.2rem;
		max-width: 11.3rem;
	}
	#main .bgBox02 h2 .jp {
		font-size: 2rem;
	}
	#main .blog {
		margin-bottom: 4.9rem;
	}
	#main .blog .inner {
		display: block;
	}
	#main .blog .inner .subInner {
		margin-bottom: 4.8rem;
		width: auto;
	}
	#main .blog .inner .subInner:last-child {
		margin-bottom: 0;
	}
	#main .blog .inner .subInner h3 {
		margin-bottom: 1.8rem;
		font-size: 2.4rem;
	}
	#main .blog .inner .subInner h3 .sub {
		margin: 0 auto -0.5rem;
		padding: 0 2.4rem 1rem;
		font-size: 1.4rem;
		background: url(../../img/img-202507/index/blog_line01.png) no-repeat left top 0.6rem / 1.5rem,url(../../img/img-202507/index/blog_line02.png) no-repeat right top 0.7rem / 1.5rem;
	}
	#main .blog .inner .subInner .blogList {
		margin: 0 -0.1rem;
	}
	#main .blog .inner .subInner .blogList li {
		margin-bottom: 1.8rem;
	}
	#main .blog .inner .subInner .blogList li a {
		padding: 2rem 1.4rem 1.9rem;
	}
	#main .blog .inner .subInner .blogList li .pho {
		/* width: 6rem; */
		width: 14rem;
	}
	#main .blog .inner .subInner .blogList li .txtBox {
		padding-right: 0;
		width: calc(100% - 7rem);
	}
	#main .blog .inner .subInner .blogList li .txtBox .subBox {
		margin-bottom: 1rem;
	}
	#main .blog .inner .subInner .blogList li .txtBox .tagBox {
		width: calc(100% - 6rem);
		gap: 0.5rem;
	}
	#main .blog .inner .subInner .blogList li .txtBox .tagBox .tag {
		font-size: 1rem;
	}
	#main .blog .inner .subInner .blogList li .txtBox .date {
		padding-top: 0;
		font-size: 1rem;
	}
	#main .blog .inner .subInner .blogList li .txtBox .txt {
		margin-right: 0;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#main .news {
		margin-bottom: 5rem;
	}
	#main .news h2 .en {
		max-width: 12.9rem;
	}
	#main .news .newsList {
		margin: 0;
		padding: 0;
		max-width: inherit;
	}
	#main .news .newsList li a {
		padding: 2rem 0 1.6rem;
		display: block;
	}
	#main .news .newsList li .date {
		margin-bottom: 1.8rem;
		padding-top: 0;
		width: auto;
	}
	#main .news .newsList li .txt {
		width: auto;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	#main .bottomBox .banner {
    flex-direction: column;
    gap: 2rem;
  }
  #main .bottomBox .banner .bnr {
    height: auto;
  }
	#main .bottomBox .linkList {
		margin-bottom: 2rem;
		display: block;
	}
	#main .bottomBox .linkList li {
		margin: 0 auto -2rem;
		width: auto;
		max-width: 32.9rem;
	}
	#main .bottomBox .linkList li:nth-child(3n) {
		margin-bottom: -2.8rem;
	}
	#main .bottomBox .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .bottomBox .linkUl {
		gap: 1rem;
	}
	#main .bottomBox .linkUl li {
		width: calc((100% - 1rem) / 2);
	}
	#main .bottomBox .linkUl li a span {
		padding: 0.5rem 0 0.5rem 2rem;
	}

	/* 202507追加・不動産買取ページのみのcontent */
	.kaitori_content {
		width:94%;
	}
}

/* mainVisual animate */
#main .mainVisual .photo05 {
	opacity: 0;
	transform: translateY(4rem);
	transition: .2s linear;
}
body.loaded #main .mainVisual .photo05 {
	opacity: 1;
	transform: translateY(0);
}
#main .mainVisual .photoArea .photo02,
#main .mainVisual .photoArea .photo01,
#main .mainVisual .titleImg {
	opacity: 0;
	transition: .1s;
	transition-delay: .2s;
}
#main .mainVisual .titleImg img {
    transform: scale(0.1);
    transform-origin: 50% 150%;
}
body.loaded #main .mainVisual .photoArea .photo02,
body.loaded #main .mainVisual .photoArea .photo01,
body.loaded #main .mainVisual .titleImg {
	opacity: 1;
}
body.loaded #main .mainVisual .titleImg img {
    transform: scale(1);
    animation: titleimg .5s linear forwards;
    animation-delay: .2s;
}
@keyframes titleimg {
    0% {
        transform: scale(0.1);
    }
    40% {
        transform: scale(1.1);
    }
    65% {
        transform: scale(0.95);
    }
    90% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
#main .mainVisual .photoArea .photo02,
#main .mainVisual .photoArea .photo01 {
	transition-delay: .7s;
}
#main .mainVisual .photoArea .photo02 img,
#main .mainVisual .photoArea .photo01 img {
	transform: scale(0.1);
	transition: .5s cubic-bezier(0,.22,.62,1.37);
	transition-delay: .7s;
}
#main .mainVisual .photoArea .photo01 img {
	transform-origin: 100% 110%;
}
#main .mainVisual .photoArea .photo02 img {
	transform-origin: 0% 110%;
}
body.loaded #main .mainVisual .photoArea .photo02 img,
body.loaded #main .mainVisual .photoArea .photo01 img {
	transform: scale(1);
}
#main .mainVisual .photoArea .photo03,
#main .mainVisual .photoArea .photo04 {
	opacity: 0;
	transform: translateY(4rem);
	transition: .3s linear;
	transition-delay: 1.2s;
}
body.loaded #main .mainVisual .photoArea .photo03,
body.loaded #main .mainVisual .photoArea .photo04 {
	opacity: 1;
	transform: translateY(0);
}