@charset "UTF-8";
/*------------------------
mv
------------------------*/
.mv {
	position: relative;
}
/* .mv::before{
	content: "";
	width: 51.67vw;
	min-width: 500px;
	height: 100%;
	background: url(/sp/img/index/bg_mv.jpg) no-repeat 100% / cover;
	position: absolute;
	right: 0;
	z-index: 0;
}
@media screen and (max-width:1200px){
	.mv::before{
		width: 630px;
	}
} */
.mv .inner{
	position: relative;
	display: flex
;
	justify-content: space-between;
}
.mv .inner::after{
    content: "";
    background: url(/sp/img/index/icon_pig.svg) no-repeat 100% / contain;
    width: 170px;
    height: 200px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: -220px;
    margin: auto;
}
.mv .copy {
	padding: 110px 30px 0px;
	margin: 0 auto;
	position: relative;
}
.mv .copy .desc {
	width: fit-content;
	background: var(--bgcolor);
	padding: 15px 20px;
	font-size: 22px;
	position: relative;
}
.mv .copy .desc::before{
	content: "";
	background: url(/sp/img/index/icon_big.svg) no-repeat 100% / contain;
	width: 50px;
	height: 38px;
	position: absolute;
	top: -40px;
	left: -38px;
}
.mv .copy .desc b {
	font-size: 26px;
}
.mv .copy h1 {
	display: inline-block;
	padding: 25px 0px 40px;
	font-size: 54px;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 1.3;

}
.mv .copy h1 span {
	display: block;
	font-size: 126%;
}
.mv .copy h1 span b {
	font-weight: 500;
	background: linear-gradient(transparent 80%, var(--bgcolor) 80%);
}
.mv .fv-image{
	width: 50%;
	height: 630px;
}
.mv .fv-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.mv .img {
	width: 320px;
	position: absolute;
	right: 40px;
	bottom: 0;
}
.desc-area {
	background: var(--bgcolor);
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}
.desc-area .inner{
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
.desc-area h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.35;
}
.desc-area h2 .mf {
	display: inline-block;
	border: 1px solid var(--txtcolor);
	padding: 6px 20px 8px;
	line-height: 1;
	margin: 0 10px;
	font-size: 30px;
}
.desc-area .img {
	position: absolute;
	bottom: -70px;
	right: 80px;
	width: 160px;
}
.desc-area .bgimg {
	position: absolute;
	top: -45px;
	right: 0;
	width: 200px;
}
/*------------------------
about
------------------------*/
.about .inner{
	width: 1120px;
	margin: 0 auto;
	padding: 60px 0 80px;
}
.about .flex{
	display: flex;
	margin-bottom: 40px;
}
.about .txt {
	text-align: justify;
	line-height: 1.6;
	width: 560px;
	font-size: 20px;
}
.about .txt p:not(:last-child){
	margin-bottom: 15px;
}
.about .graph {
	align-items: flex-end;
	gap: 0 15px;
	flex: 1;
	margin-left: 50px;
}
.about .graph span {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	background: var(--mygray);
	font-size: 15px;
}
.about .graph span:nth-child(1) {
	height: 205px;
}
.about .graph span:nth-child(2) {
	height: 157px;
}
.about .graph span:nth-child(3) {
	height: 269px;
}
.about .graph span:nth-child(4) {
	height: 88px;
	background: var(--txtcolor);
	color: #fff;
	position: relative;
}
.about .graph span:nth-child(4)::after {
	content: '';
	position: absolute;
	top: -65px;
	width: 80px;
	height: 88px;
	background: url(/sp/img/index/icn_crown.svg) no-repeat 100% / contain;
}
.about .graph span:nth-child(5) {
	height: 187px;
}
/*補助金*/
.about .subsidy {
	background: var(--bgcolor);
	padding: 50px 50px 130px;
	position: relative;
}
.about .subsidy h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 20px;
}
.about .subsidy h2 span {
	background: linear-gradient(transparent 80%, rgba(255,255,255,.8) 80%);
}
.about .subsidy .img {
	border: 2px solid var(--txtcolor);
	position: absolute;
	width: 458px;
	height: 330px;
	right: 50px;
	top: 50px;
}
.about .subsidy .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .subsidy p {
	text-align: justify;
	font-size: 20px;
}
/*------------------------
お見積もりの流れ
------------------------*/
.flow {
	background: url(/sp/img/common/bg_pat.png),var(--mygray);
}
section .inner{
	padding: 60px 0 80px;
	width: 1120px;
	margin: 0 auto;
}
section .ttl-area {
	margin-bottom: 40px;
	text-align: center;
}
section .ttl-area .en {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: var(--accentcolor);
	line-height: 1;
	margin-bottom: 10px;
}
section .ttl-area h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.36;
}
section .ttl-area p {
	text-align: center;
	font-size: 20px;
}
.flow .item-wrap{
	display: flex;
	justify-content: space-between;
}
.flow .item {
	background: #fff;
	padding: 20px;
	position: relative;
	width: 350px;
}
.flow .item .ttl {
	align-items: center;
	margin-bottom: 15px;
}
.flow .item .ttl span {
	background: var(--txtcolor);
	padding: 10px 15px;
	font-size: 16px;
	color: var(--bgcolor);
	line-height: 1;
	margin-right: 10px;
}
.flow .item .ttl h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
}
.flow .item p {
	font-size: 18px;
	text-align: justify;
	line-height: 1.4;
}
.flow .item p a {
	text-decoration: underline;
}
.flow .item p a:hover{
	opacity: .8;
}
.flow .item .arrow {
	position: absolute;
	top: 45px;
	left: -38px;
	transform: rotate(-90deg);
	overflow: hidden;
	width: 28px;
	height: 40px;
}
.flow .item .arrow span {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 24px;
	border-left: 3px solid var(--accentcolor);
	border-bottom: 3px solid var(--accentcolor);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: arrow 2s infinite;
	opacity: 0;
	box-sizing: border-box;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.flow .item .arrow span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.flow .item .arrow span:nth-of-type(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	top: 15px;
}
@keyframes arrow {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*------------------------
理由
------------------------*/
.reason {
	overflow: hidden;
}
.reason .ttl-area h2{
	margin-bottom: 25px;
}
.reason .item-list{
	display: flex;
	justify-content: space-between;
}
.reason .item {
	position: relative;
	min-height: 240px;
	width: 350px;
}
.reason .item::before {
	content: '';
	position: absolute;
	background: var(--bgcolor);
	z-index: -1;
	top: 0;
	left: -20px;
	width: 0;
	height: 170px;
	transition: .6s;
	transform: skewX(-10deg);
}
.reason .item.fade::before {
	width: 360px;
}
.reason .item .txt {
	padding-left: 20px;
}
.reason .item .txt span {
	display: block;
	font-size: 60px;
	font-weight: bold;
	line-height: .95;
	color: rgba(255, 255, 255, .5);
}
.reason .item .txt h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.38;
	margin-top: -12px;
}
.reason .item .img {
	position: absolute;
	right: 20px;
	top: 140px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 150px;
}
/*------------------------
メリット
------------------------*/
.merit {
	background: var(--bgcolor);
	overflow: hidden;
}
section.merit .ttl-area .en {
	color: #fff;
}
.merit .desc {
	background: #fff;
	padding: 40px 50px 50px;
	margin-bottom: 50px;
}
.merit .desc h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.merit .desc h3 .mf {
	display: inline-block;
	border: 1px solid var(--txtcolor);
	padding: 6px 20px 8px;
	font-weight: 400;
	line-height: 1;
	margin: 0 10px;
	font-size: 30px;
}
.merit .desc .flex{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.merit .desc .img-area {
	height: 330px;
	width: 460px;
	margin-left: 40px;
	border: 2px solid var(--txtcolor);
	overflow: hidden;
	position: relative;
}
.merit .desc .img-area .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.merit .desc .bgillust {
	position: absolute;
	bottom: 30px;
	right: -10px;
	width: 170px;
}
.merit .desc .illust {
	position: absolute;
	bottom: -30px;
	right: 30px;
	width: 160px;
}
.merit .desc p {
	text-align: justify;
	line-height: 1.62;
	flex: 1;
	font-size: 19px;
}

.merit .item-wrap{
	display: flex;
	justify-content: space-between;
}
.merit .item {
	width: 350px;
}
.merit .item .no {
	display: block;
	padding: 6px 18px;
	width: fit-content;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}
.merit .item .no::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: var(--txtcolor);
	width: 100px;
	height: 100%;
	transform: skewX(-13deg);
	z-index: -1;
}
.merit .item h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.merit .item .img {
	width: 60%;
	min-height: 160px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}
.merit .item .img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 225px;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}
.merit .item .img img {
	width: 100%;
	height: 100%;
}
.merit .item p {
	text-align: justify;
	font-size: 17px;
}
/*------------------------
コラム
------------------------*/
.column ul {
	width: 900px;
	margin: 0 auto 40px;
}
.column ul li a {
    display: block;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--txtcolor);
}
.column ul li:first-of-type a {
	padding: 0 0 20px;
}
.column ul li a .wrap {
    align-items: center;
    line-height: 1;
    min-width: 220px;
    margin-bottom: 10px;
}
.column ul li a .wrap .date {
	font-size: 18px;
	letter-spacing: 0;
	margin-right: 20px;
}
.column ul li a .wrap .cat {
    display: block;
    background: var(--txtcolor);
    padding: 8px 13px;
    font-size: 15px;
    color: var(--bgcolor);
    margin-right: 5px;
}
.column ul li a h3 {
	text-align: justify;
	line-height: 1.3;
	font-size: 17px;
	transition: all .3s ease 0s;
    flex: 1;
}
.column ul li a:hover h3{
	color: #e79f00;
	text-decoration: underline;
}
