@charset "utf-8";



.col_w{
	color: #fff;
}




/* ---------------------------------------
* common
------------------------------------------ */

.btn.sp,.sp{
	display: none;
}

svg{
	width: 100%;
	height: 100%;
}

:root {
	--primary: #CFA453;
	--primary02: #F76A0B;
}

.tac{
	text-align: center;
}

.cvArea{
	padding: 5rem 0;
	background-color: var(--primary);
}

.cvAreaTtl p{
	display: inline-block;
	background-color: #fff;
	color: var(--primary);
	padding: .4rem 2rem;
	border-radius: 100px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 0.4rem;
}

.cvAreaTtl h2{
	font-size: clamp(24px,3.2rem,40px);
	font-weight: 700;
	line-height: 160%;
}

.cvArea-list{
	padding-top: 3rem;
	width: 83.333%;
	margin: 0 auto;
	column-gap: 2rem;
}

.cvArea-listItem{
	width: calc((100% - (2rem * 1)) / 2);
}

.cvArea-listItem>p{
	position: relative;
	padding-left: 1.8rem;
	line-height: 160%;
	font-weight: 700;
	margin-bottom: 1rem;
}

.cvArea-listItem>p::before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #ECDBBA;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cvArea-listItem>p span{
	font-size: clamp(10px,1.4rem,14px);
}

.cvArea-listItem a{
	padding: 2rem 4rem 2rem 3rem;
	border-radius: 5px;
	background-color: #fff;
	border: solid 2px #fff;
	transition: all .3s;
}

.cvArea-listIcon{
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
}

.cvArea-listIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cvArea-listTxt p{
	padding: .6rem 0 .6rem 3rem;
	font-size: clamp(12px,1.8rem,18px);
	font-weight: 700;
	line-height: 160%;
	padding-left: 3rem;
	margin-left: 3rem;
	border-left: solid 1px rgba(0,0,0,.1);
}

.cvArea-listTxt p.sans-en{
	padding: .3rem 0 .3rem 3rem;
	font-size: clamp(18px,2.2rem,22px);
	font-weight: 600;
}

.cvArea-listArrow{
	position: relative;
	width: 2.8rem;
	height: 2.8rem;
}

.cvArea-listArrow svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cvArea-listItem a:hover{
	background-color: var(--primary);
	color: #fff;
}

.cvArea-listIcon path,.cvArea-listArrow,.cvArea-listArrow rect,.cvArea-listArrow path{
	transition: all .3s;
}

.cvArea-listItem a:hover .cvArea-listIcon path{
	stroke: #fff;
}

.cvArea-listItem a:hover .cvArea-listArrow{
	transform: translateX(1rem);
}

.cvArea-listItem a:hover .cvArea-listArrow rect{
	fill: #fff;
}


.cvArea-listItem a:hover .cvArea-listArrow path{
	fill: var(--primary);
}

/* ---------------------------------------
* TOP
------------------------------------------ */

.mv{
	padding: 16rem 0 4rem;
}

.mvTtl-list,.mvsub-list{
	justify-content: center;
}

.mvTtl-list{
	column-gap: 1rem;
}

.mvTtl-listItem{
	display: inline-block;
	padding: 1.2rem 2rem;
	background-color: var(--primary);
	border-radius: 5px;
}

.mvTtl-listItem p{
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 700;
	font-size: clamp(10px,1.4rem,16px);
}

.mvTtl h2{
	font-size: clamp(20px,3.6rem,48px);
	font-weight: 700;
	line-height: 160%;
	padding-top: 1rem;
}

.mvTtl h2 span{
	font-size: clamp(32px,4.8rem,60px);
}

.mvsub-list{
	column-gap: 3rem;
	padding-top: 3rem;
}

.mvsub-listItem{
	width: 23.75%;
}

.mvsub-listItem:nth-of-type(2){
	width: 20.8%;
}

.mvsub-listItem img{
	width: 100%;
}

.mvImg{
    margin-top: -10rem;
    position: relative;
    z-index: -1;
    padding: 3rem 0 2rem;
}

.mvcaution p{
	font-size: clamp(10px,1.2rem,12px);
	letter-spacing: normal;
	line-height: 160%;
	color: #B0B0B0;
}

.warningWrap{
	cursor: pointer;
	padding: 3rem 3rem 3rem 4rem;
	border-radius: 10px;
	background-color: #D30A0A;
}

.waringTxt p{
	display: inline-block;
	background-color: #fff;
	padding: .8rem 2rem;
	border-radius: 10px;
	font-weight: 700;
	line-height: 160%;
	font-size: clamp(10px,1.8rem,1.8rem);
}

.waringTxt h3{
	font-weight: 700;
	line-height: 160%;
	font-size: clamp(18px,2.4rem,2.4rem);
	padding-left: 2rem;
}

.warningArrow{
	width: 2.8rem;
	height: 2.8rem;
	position: relative;
}

.warningArrow svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.sec01-l{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sec01-r{
	width: 75%;
}

.sec02,.sec04{
	background-color: #FAFAFA;
}

.sec02Wrap>p{
	font-size: clamp(1px,1.4rem,16px);
	line-height: 160%;
	padding-top: 2rem;
}

.item-list{
	column-gap: 2.4rem;
	row-gap: 2rem;
}

.item-listItem{
	background-color: #fff;
	border-radius: 10px;
	width: calc((100% - (2.4rem * 5)) / 6);
}

.item-listItem a{
	display: block;
	padding: 2rem;
}

.item-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/top/tokei.png);
}

.item-listImg .img::after{
	content: "";
	display: block;
	padding-top: 75.7%;
}

.item-listTxt{
	padding-top: 1.6rem;
	font-size: clamp(1px,1.4rem,16px);
	font-weight: 700;
}

.sec02Caution{
	color: #808080;
}

.sec03{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/bg01.png);
}

.sec03-listItem{
	padding: 6rem 10rem;
	background-color: #F9F8F4;
	border-radius: 20px;
}

.sec03-listItem:not(:last-of-type){
	margin-bottom: 3rem;
}

.sec03-listImg{
	width: 40%;
}

.sec03-listTxt{
	width: 56%;
}

.sec03-listTtl p{
	display: inline-block;
	background-color: var(--primary);
	padding: .2rem 2rem;
	line-height: 160%;
	font-weight: 700;
	border-radius: 100px;
	margin-bottom: 1rem;
}

.sec03-listTtl h3{
	font-weight: 700;
	line-height: 160%;
	font-size: clamp(20px,2.8rem,32px);
}

.sec03-listTtl h3 span{
	color: var(--primary);
}

.sec03-listTxt>p{
	padding-top: 3rem;
}

.case-list{
	column-gap: 3rem;
	row-gap: 2rem;
}

.case-listItem{
	cursor: pointer;
	width: calc((100% - (3rem * 3)) / 4);
	background-color: #fff;
	border-radius: 10px;
	padding: 2rem;
}

.case-listImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/top/case.jpg);
}

.case-listImg .img::after{
	content: "";
	display: block;
	padding-top: 66.666%;
}

.case-listTxt{
	padding-top: 2rem;
}

.caseTtl{
	font-weight: 700;
	line-height: 160%;
}

.casePrice{
	font-weight: 700;
	line-height: 160%;
	font-size: clamp(12px,1.4rem,16px);
	padding-top: 1rem;
}

.casePrice span{
	display: inline-block;
	font-size: clamp(18px,2.8rem,32px);
	color: var(--primary02);
}

.sec05{
	background-color: #011F2C;
}

.sec05-list{
	column-gap: 2rem;
}

.sec05-listItem{
	width: calc((100% - (2rem * 1)) / 2);
	padding: 4rem;
	background-color: #fff;
	border-radius: 10px;
}

.sec05-listTtl p{
	display: inline-block;
	line-height: 160%;
	padding: .3rem 2rem;
	border-radius: 100px;
	background-color: var(--primary);
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
}	

.sec05-listTtl h3{
	font-size: clamp(18px,2.8rem,32px);
	font-weight: 700;
	line-height: 160%;
}

.sec05-listImg{
	padding: 2rem 0 3rem;
}

.sec06-listItem{
	padding: 4rem 6rem;
	background-color: #FAFAFA;
	border-radius: 20px;
	position: relative;
}

.sec06-listItem:not(:last-of-type){
	margin-bottom: 100px;
}

.sec06-listItem:not(:last-of-type)::after{
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/flowarrow.svg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6rem;
	margin: 0 auto;
}

.sec06-listImg{
	width: 50%;
}

.sec06-listTxt{
	width: 45.3%;
}

.sec06-listTtl span{
	display: block;
	text-align: center;
	line-height: 100%;
	font-weight: 700;
	font-size: clamp(10px,1.4rem,14px);
}

.sec06-listTtl span:last-of-type{
	font-size: clamp(20px,4rem,40px);
}

.sec06-listTtl h3{
	font-size: clamp(18px,2.8rem,32px);
	font-weight: 700;
	line-height: 160%;
	padding-left: 3rem;
	margin-left: 3rem;
	border-left: solid 2px #E9E9E9;
}

.sec06-listTxt>p{
	padding-top: 3rem;
}

.sec07{
	background-color: #011F2C;
}

.sec07Img{
	width: 30.5%;
}

.sec07TxtWrap{
	width: 38.9%;
	padding: 10rem 4rem 8rem;
}

.sec07Ttl{
	position: relative;
}

.sec07subTtl{
	position: absolute;
	left: -16rem;
	top: -8rem;
	width: 40%;
}

.sec07TxtWrap p{
	font-weight: 700;
	padding: 2rem 0 4rem;
}

.sec08{
	background-color: #FAFAFA;
}

.sec08-list{
	column-gap: 4rem;
}

.sec08-listItem{
	width: calc((100% - (4rem * 1)) / 2);
	background-color: #fff;
	border-radius: 30px;
	padding: 4rem;
}

.sec08-listImg{
	width: 21%;
}

.sec08-listTxt{
	width: 74.5%;
}

.sec08-listTxt p:first-of-type{
	color: #A4A4A4;
	font-size: clamp(10px,1.4rem,14px);
}

.sec08-listTxt p:last-of-type{
	font-size: clamp(12px,1.8rem,18px);
	font-weight: 700;
}

.sec08-listItem>p{
	font-weight: 700;
	padding-top: 2rem;
}

.faqTtl{
	width: 32rem;
}

.faq-defList{
	padding: 3rem;
	background-color: #FAFAFA;
	border-radius: 10px;
}

.faq-defList:not(:last-of-type){
	margin-bottom: 2rem;
}

.faq-defTtl{
	position: relative;
	cursor: pointer;
}

.faq-defTtlWrap p{
	font-weight: 700;
	line-height: 160%;
	letter-spacing: normal;

}

.faq-defTtlWrap p:first-of-type{
	font-size: clamp(10px, 1.4rem, 14px);
	color: var(--primary);
}

.faq-defTtlWrap p:last-of-type{
	padding-left: .8rem;
}

.faqIcon{
	transition: all .3s;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.faq-defTtl.open .faqIcon{
	transform: translateY(-50%) rotate(135deg);
}

.faqIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-defDesc{
	display: none;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: solid 1px #E1E1E1;
}

.faq-defTtl.open .faq-defDesc{
	display: flex;
}

/* -------------------------------
* ポップアップ表示部分
---------------------------------- */

.cautionPop{
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 100%;
	height: 100dvh;
	padding: 30px 20px;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all .3s;
}

.cautionPop.is-active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.modal_layer{
	cursor: pointer;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,.75);
}

.cautionPop-wrap{
	position: relative;
	z-index: 10000;
	margin: 0 auto;
	border-radius: 20px;
	width: 100%;
	padding: 8rem 10rem;
	height: 100%;
	max-height: 80%;
	overflow: scroll;
	background-color: #fff;
}

.cautionMain h2{
	background-color: #D30A0A;
	color: #fff;
	font-weight: 700;
	line-height: 160%;
	padding: 3rem 0;
	border-radius: 20px;
	font-size: clamp(24px,3.2rem,36px);
}

.cautionMain-list{
	column-gap: 4rem;
	row-gap: 2rem;
}

.cautionMain-listItem{
	width: calc((100% - (4rem * 1)) /2);
	padding: 4rem 3rem;
	background-color: #FAFAFA;
	border-radius: 20px;
}

.cautionMain-listTtl p{
	font-weight: 700;
	line-height: 160%;
	color: var(--primary);
}

.cautionMain-listTtl h3{
	font-size: clamp(18px,2.4rem,24px);
	font-weight: 700;
	line-height: 160%;
	padding-top: 0.8rem;
}

.cautionMain-listItem>p{
	padding-top: 3rem;
}

.cautionCheck h2{
	font-size: clamp(24px,3.2rem,36px);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-weight: 700;
	border-bottom: solid 1px #DFDFDF;
}

.cautionCheck-list{
	column-gap: 2rem;
	row-gap: 2rem;
}

.cautionCheck-listItem{
	width: calc((100% - (2rem * 1)) / 2);
	padding: 2rem;
	background-color: #D30A0A;
	border-radius: 20px;
}

.cautionCheck-listIcon{
	width: 2rem;
	height: 2rem;
	position: relative;
}

.cautionCheck-listIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cautionCheck-listItem p{
	padding-left: 1rem;
	font-weight: 700;
}

.cautionOther{
	margin-top: 6rem;
	padding: 6rem;
	background-color: #FAFAFA;
	border-radius: 20px;
}

.cautionOther h2{
	font-size: clamp(24px,3.2rem,36px);
	font-weight: 700;
	color: var(--primary);
}

.cautionOther p{
	font-weight: 700;
	padding-top: 3rem;
	font-size: clamp(10px,1.6rem,18px);
}

.closeBtn{
	cursor: pointer;
	width: 4rem;
	height: 4rem;
	position: absolute;
	transform: rotate(-45deg);
	top: 3rem;
	right: 4rem;
	z-index: 10000;
}

.closeBtn svg{
	width: 100%;
	height: 100%;
}

/* ---------------------------------------
* Case
------------------------------------------ */

.bg-b{
	background-color: #FAFAFA;
}

.pageHead02Wrap>p{
	padding-top: 2rem;
}

.caseNum{
	font-weight: 700;
	font-size: clamp(20px,2.8rem,32px);
	line-height: 160%;
}

.caseNum span{
	display: inline-block;
	color: #F57A00;
	font-size: clamp(28px,4rem,48px);
}

.casetagWrap{
	background-color: #fff;
	padding: 3rem;
	border-radius: 20px;
	margin-top: 4rem;
}

.casetagWrap p{
	font-size: clamp(10px,1.4rem,14px);
	line-height: 160%;
	padding-left: 1.8rem;
	position: relative;
	font-weight: 700;
}

.casetagWrap p::before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100px;
	background-color: #F57A00;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.case-tagList{
	column-gap: 1rem;
	row-gap: 1rem;
	padding-top: 2rem;
}

.case-tagListItem{
	display: inline-block;
}

.case-tagListItem a{
	display: block;
	padding: .2rem 2.4rem;
	border: solid 1px #F5F2F0;
	background-color: #fff;
	border-radius: 100px;
	font-size: clamp(10px,1.4rem,14px);
	line-height: 160%;
	font-weight: 700;
	transition: all .3s;
}

.case-tagListItem.active a,.case-tagListItem a:hover{
	background-color: #F57A00;
	border: solid 1px #F57A00;
	color: #fff;
}

/* -------------------------------
* ポップアップ表示部分
---------------------------------- */

.casePop{
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 100%;
	height: 100dvh;
	padding: 3rem 2rem;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: all .3s;
}

.casePop.is-active{
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.casePop-wrap{
	position: relative;
	z-index: 10000;
	margin: 0 auto;
	border-radius: 20px;
	width: 100%;
	padding: 8rem 6rem;
	height: 100%;
	max-height: 80%;
	overflow: scroll;
	background-color: #fff;
}

.casePopCont h3{
	padding: 2rem 3rem;
	border-radius: 10px;
	background-color: #002F43;
}

.casePopCont h3 p{
	padding-left: 2rem;
	font-weight: 700;
	font-size: clamp(18px,2.4rem,24px);
	line-height: 160%;
	border-left: solid 3px #fff;
}

.casepopImg{
	width: 38.888%;
	background-color: #fff;
	border-radius: 20px;
}

.casepopImg .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/top/tokei.png);
}

.casepopImg .img::after{
	content: "";
	display: block;
	padding-top: 114%;
}

.casepopDetail{
	width: 55.555%;
}

.casepopPrice p{
	font-weight: 700;
	line-height: 160%;
}

.casepopPrice p span{
	display: inline-block;
	color: #F57A00;
	font-size: clamp(24px,4rem,48px);
	padding: 0 .4rem;
}

.casepopOther{
	padding-top: 4rem;
}

.casepopOther-defList{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: solid 1px #E5E5E5;
}

.casepopOther-defList:last-of-type{
	margin-bottom: 0;
}

.casepopOther-defTtl{
	flex: 0 0 10rem;
	width: 10rem;
}

.casepopOther-defDesc{
	flex: 1 1 auto;
}

.casepopOther-defTtl,.casepopOther-defDesc{
	font-size: clamp(10px,1.4rem,14px);
	font-weight: 700;
	line-height: 160%;
}

.casepopDetail>p{
	padding-top: 2rem;
	color: #868686;
	font-size: clamp(10px,1.2rem,14px);
}

.casePopCont .cvArea{
	margin-top: 4rem;
	border-radius: 20px;
} 

/* ---------------------------------------
* Service
------------------------------------------ */

.serviceMain{
	padding: 4rem;
	background-color: #fafafa;
	border-radius: 20px;
}

.serviceMainImg{
	width: 44.6%;
}

.serviceMainTxt{
	width: 51.7%;
}

.serviceNum p{
	font-weight: 700;
	line-height: 160%;
	font-size: clamp(12px,1.8rem,18px);
}

.serviceNum p:first-of-type{
	display: inline-block;
	color: #fff;
	font-size: clamp(10px,1.6rem,16px);
	background-color: var(--primary);
	border-radius: 100px;
	padding: .2rem 2rem;
	margin-right: 1rem;
}

.serviceMainTtl h3{
	padding-top: 2rem;
	font-size: clamp(20px,2.8rem,32px);
	font-weight: 700;
	line-height: 160%;
}

.serviceSubWrap>p{
	padding-left: 1.8rem;
	font-weight: 700;
	line-height: 160%;
	font-size: clamp(16px,2rem,24px);
	position: relative;
}

.serviceSubWrap>p::before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100px;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.service-list{
	padding-top: 2rem;
	column-gap: 4rem;
}

.service-listItem{
	width: calc((100% - (4rem * 1)) / 2);
	padding: 4rem;
	background-color: #fafafa;
	border-radius: 20px;
}

.service-listTxt{
	padding-top: 3rem;
}

.service-listTxt h4{
	font-size: clamp(18px,2.4rem,28px);
	font-weight: 700;
	line-height: 160%;
}

.service-listTxt p{
	padding-top: 2rem;
}

.service-listTxt h4 span,.service-listTxt p span{
	color: #F57A00;
}

/* ---------------------------------------
* FAQ
------------------------------------------ */

.faqCont:not(:last-of-type){
	padding-bottom: 6rem;
}

.faqCont h3{
	font-size: clamp(16px, 2.4rem, 28px);
	font-weight: 700;
	line-height: 160%;
	position: relative;
	padding-left: 2.4rem;
}

.faqCont h3::before{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 100px;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width:768px) {

	/* ---------------------------------------
	* common
	------------------------------------------ */

	.btn.sp{
		display: block;
	}

	.sp{
		display: block;
	}

	.pc{
		display: none;
	}

.cvArea{
	padding: 5rem 0;
	background-color: var(--primary);
}

.cvAreaTtl p{
	padding: .4rem 2rem;
	margin-bottom: 0.4rem;
}

.cvAreaTtl h2{
	font-size: 2.8rem;
}

.cvArea-list{
	padding-top: 2rem;
	width: 100%;
}

.cvArea-listItem{
	width: 100%;
}

.cvArea-listItem:not(:last-of-type){
	margin-bottom: 1rem;
}

.cvArea-listItem>p{
	position: relative;
	padding-left: 1.8rem;
	line-height: 160%;
	font-weight: 700;
	margin-bottom: 1rem;
}

.cvArea-listItem>p span{
	font-size: 1.2rem;
}

.cvArea-listItem a{
	padding: 2rem 4rem 2rem 3rem;
}

.cvArea-listIcon{
	width: 2.4rem;
	height: 2.4rem;
}

.cvArea-listTxt p{
	padding: .6rem 0 .6rem 3rem;
	font-size: 1.4rem;
	padding-left: 2rem;
	margin-left: 2rem;
}

.cvArea-listTxt p.sans-en{
	padding: .3rem 0 .3rem 3rem;
	font-size: 1.6rem;
}

.cvArea-listArrow{
	width: 2rem;
	height: 2rem;
}


/* ---------------------------------------
* TOP
------------------------------------------ */

.mv{
	padding: 8rem 0 2rem;
}

.mvTtl-list{
	display: block;
}

.mvTtl-listItem{
	display: block;
	text-align: center;
	padding: 1rem 2rem;
}

.mvTtl-listItem:not(:last-of-type){
	margin-bottom: 0.4rem;
}

.mvTtl-listItem p{
	font-size: 1rem;
}

.mvTtl h2{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 160%;
	padding-top: 1rem;
}

.mvTtl h2 span{
	font-size: 3.2rem;
}

.mvsub-list{
	column-gap: 1rem;
	padding-top: 1rem;
}

.mvsub-listItem{
	width: 40%;
}

.mvsub-listItem:nth-of-type(2){
	width: 35%;
}

.mvsub-listItem img{
	width: 100%;
}

.mvImg{
    margin-top: -3rem;
    padding: 3rem 0 2rem;
}

.mvcaution p{
	text-align: left;
	font-size: 1rem;
}

.warningWrap{
	padding: 2rem 3rem;
}

.waringTxt{
	display: block;
}

.waringTxt p{
	padding: .6rem 1.6rem;
	font-size: 1.2rem;
}

.waringTxt h3{
	font-size: 1.4rem;
	padding-left: 0;
	padding-top: 0.4rem;
}

.warningArrow{
	width: 2.8rem;
	height: 2.8rem;
	position: relative;
}

.warningArrow svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.sec01-l{
	width: 100%;
	display: block;
}

.sec01-r{
	width: 100%;
	padding-top: 3rem;
}

.sec02Wrap>p{
	font-size: 1.4rem;
}

.item-list{
	column-gap: 1rem;
	row-gap: 1rem;
}

.item-listItem{
	width: calc((100% - (1rem * 1)) / 2);
}

.item-listTxt{
	font-size: 1.4rem;
}

.sec03-listItem{
	padding: 4rem 3rem;
}

.sec03-listItem:not(:last-of-type){
	margin-bottom: 3rem;
}

.sec03-listImg{
	width: 80%;
	margin: 0 auto;
}

.sec03-listTxt{
	width: 100%;
	padding-top: 1rem;
}

.sec03-listTtl h3{
	font-size: 2.4rem;
}

.sec03-listTtl h3 span{
	font-size: 2.8rem;
}

.sec03-listTxt>p{
	padding-top: 1.6rem;
}

.case-list{
	column-gap: 3rem;
	row-gap: 2rem;
}

.case-listItem{
	width: 100%;
}

.case-listItem:not(:last-of-type){
	margin-bottom: 2rem;
}

.case-listTxt{
	padding-top: 2rem;
}

.caseTtl{
	font-size: 1.6rem;
}

.casePrice{
	padding-top: 3rem;
	font-size: 1.4rem;
}

.casePrice span{
	font-size: 3.2rem;
}

.sec05-listItem{
	width: 100%;
	padding: 3rem;
}

.sec05-listItem:not(:last-of-type){
	margin-bottom: 2rem;
}

.sec05-listTtl h3{
	font-size: 2.4rem;
}

.sec06-listItem{
	padding: 3rem 3rem;
}

.sec06-listItem:not(:last-of-type){
	margin-bottom: 8rem;
}

.sec06-listItem:not(:last-of-type)::after{
	width: 2.4rem;
	height: 2.4rem;
	bottom: -6rem;
}

.sec06-listImg{
	width: 100%;
}

.sec06-listTxt{
	width: 100%;
	padding-top: 3rem;
}

.sec06-listTtl span{
	font-size: 1rem;
}

.sec06-listTtl span:last-of-type{
	font-size: 2.4rem;
}

.sec06-listTtl h3{
	font-size: 1.8rem;
	padding-left: 2rem;
	margin-left: 2rem;
}

.sec06-listTxt>p{
	padding-top: 3rem;
}

.sec07Img{
	width: 100%;
}

.sec07TxtWrap{
	width: 100%;
	padding: 4rem 4rem;
}

.sec07Ttl h3{
	width: 65%;
	margin: 0 auto;
}

.sec07subTtl{
	left: -1rem;
	top: -3rem;
	width: 25%;
}

.sec07TxtWrap p{
	font-weight: 700;
	padding: 2rem 0 4rem;
}
.sec08-list{
	column-gap: 0;
}

.sec08-listItem{
	width: 100%;
	border-radius: 20px;
	padding: 4rem;
}

.sec08-listImg{
	width: 20%;
}

.sec08-listTxt{
	width: 75%;
}

.sec08-listTxt p:first-of-type{
	font-size: 1.2rem;
}

.sec08-listTxt p:last-of-type{
	font-size: 1.6rem;
}

.sec08-listItem>p{
	padding-top: 1rem;
}

.faq-defList{
	padding: 2rem;
}

.faq-defList:not(:last-of-type){
	margin-bottom: 2rem;
}

.faq-defTtlWrap{
	width: 90%;
}

.faq-defTtlWrap p:first-of-type{
	font-size: 1.4rem;
}

.faqIcon{
	width: 2rem;
	height: 2rem;
}
/* -------------------------------
* ポップアップ表示部分
---------------------------------- */

.cautionPop{
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 100%;
	height: 100dvh;
	padding: 3rem 2rem;
}

.cautionPop-wrap{
	padding: 6rem 2rem;
	max-height: 80%;
}

.cautionMain h2{
	padding: 2rem 0;
	font-size: 1.8rem;
}

.cautionMain-list{
	column-gap: 4rem;
	row-gap: 2rem;
}

.cautionMain-listItem{
	width: 100%;
	padding: 3rem;
}

.cautionMain-listItem:not(:last-of-type){
	margin-bottom: 2rem;
}

.cautionMain-listTtl h3{
	font-size: 1.8rem;
}

.cautionMain-listItem>p{
	padding-top: 2rem;
}

.cautionCheck h2{
	font-size: 1.6rem;
}

.cautionCheck-list{
	column-gap: 2rem;
	row-gap: 2rem;
}

.cautionCheck-listItem{
	width: 100%;
	padding: 2rem;
	align-items: flex-start;
}

.cautionCheck-listItem:not(:last-of-type){
	margin-bottom: 1rem;
}

.cautionCheck-listIcon{
	margin-top: .6rem;
	width: 2rem;
	height: 2rem;
}

.cautionCheck-listItem p{
	padding-left: 1rem;
	font-weight: 700;
}

.cautionOther{
	margin-top: 4rem;
	padding: 3rem;
}

.cautionOther h2{
	font-size: 1.8rem;
}

.cautionOther p{
	padding-top: 1rem;
	font-size: 1.4rem;
}

.closeBtn{
	width: 2.4rem;
	height: 2.4rem;
	top: 2rem;
	right: 2rem;
}


/* ---------------------------------------
* Case
------------------------------------------ */


.pageHead02Wrap>p{
	padding-top: 2rem;
}

.caseNum{
	font-weight: 700;
	font-size: 2rem;
}

.caseNum span{
	font-size: 3.2rem;
}

.casetagWrap{
	padding: 2.4rem 2rem;
	margin-top: 3rem;
}

.casetagWrap p{
	font-size: 1.2rem;
}

.case-tagList{
	column-gap: 1rem;
	row-gap: 1rem;
	padding-top: 2rem;
}

.case-tagListItem{
	display: inline-block;
}

.case-tagListItem a{
	padding: .2rem 1.6rem;
	font-size: 1.2rem;
}

/* -------------------------------
* ポップアップ表示部分
---------------------------------- */

.casePop-wrap{
	padding: 6rem 3rem;
}

.casePopCont h3{
	padding: 2rem 2rem;
}

.casePopCont h3 p{
	padding-left: 1.6rem;
	font-size: 1.6rem;
}

.casepopImg{
	width: 60%;
	margin: 0 auto;
}

.casepopDetail{
	width: 100%;
	padding-top: 2rem;
}

.casepopPrice p span{
	font-size: 2.8rem;
}

.casepopOther{
	padding-top: 4rem;
}

.casepopOther-defList{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: solid 1px #E5E5E5;
}

.casepopOther-defList:last-of-type{
	margin-bottom: 0;
}

.casepopOther-defTtl{
	width: 100%;
}

.casepopOther-defDesc{
	padding-top: 1rem;
}

.casepopOther-defTtl,.casepopOther-defDesc{
	font-size: 1.4rem;
}

.casepopDetail>p{
	font-size: 1.2rem;
}

.casePopCont .cvArea{
	margin-top: 4rem;
	border-radius: 20px;
} 

.casePopCont .cvAreaTtl p{
	font-size: 1rem;
}

.casePopCont .cvAreaTtl h2{
	font-size: 2rem;
}

.casePopCont .cvArea-listItem a{
    padding: 2rem;
}

.casePopCont  .cvArea-listTxt p {
	padding: .6rem 0 .6rem 3rem;
	font-size: 1.1rem;
	padding-left: 1rem;
	margin-left: 1rem;
}

.casePopCont .cvArea-listTxt p.sans-en{
	font-size: 1.4rem;
}

.casePopCont .cvArea-listIcon{
	width: 2rem;
	height: 2rem;
}

.casePopCont .cvArea-listItem>p span {
	font-size: 1rem;
	display: block;
}

.casePopCont .cvArea-listItem>p {
	font-size: 1.2rem;
	padding-left: 1.4rem;
}

.casePopCont .cvArea-listItem:first-of-type>p::before{
	transform: unset;
	top: .6rem;
}

/* ---------------------------------------
* Service
------------------------------------------ */

.serviceMain{
	padding: 3rem;
}

.serviceMainImg{
	width: 100%;
}

.serviceMainTxt{
	width: 100%;
	padding-top: 3rem;
}

.serviceNum p{
	font-size: 1.4rem;
}

.serviceNum p:first-of-type{
	font-size: 1.4rem;
}

.serviceMainTtl h3{
	font-size: 2.4rem;
	padding-top: 1rem;
}

.serviceSubWrap>p{
	font-size: 1.6rem;
}

.service-list{
	padding-top: 2rem;
	column-gap: 4rem;
}

.service-listItem{
	width: 100%;
	padding: 3rem;
}

.service-listItem:not(:last-of-type){
	margin-bottom: 3rem;
}

.service-listTxt{
	padding-top:3rem;
}

.service-listTxt h4{
	font-size: 2rem;
}

.service-listTxt h4 span{
	font-size: 2.4rem;
}

.service-listTxt p {
    padding-top: 1rem;
}

/* ---------------------------------------
* FAQ
------------------------------------------ */

.faqCont:not(:last-of-type){
	padding-bottom: 6rem;
}

.faqCont h3{
	font-size: clamp(16px, 2.4rem, 28px);
	font-weight: 700;
	line-height: 160%;
	position: relative;
	padding-left: 2.4rem;
}

.faqCont h3::before{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 100px;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

	

}

.footerCv{
	padding: 8rem 18rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/bg.png);
}

.footerCvTtl{
	width: 44%;
}

.footerCvTtl p{
	font-size: clamp(14px,2rem,20px);
	line-height: 160%;
	font-weight: 700;
}

.footerCvTtl h3{
	font-size: clamp(24px,4rem,40px);
	line-height: 160%;
	font-weight: 700;
}

.footerCv-r{
	width: 56%;
}

.footerCvTel p{
	font-size: clamp(14px,1.8rem,20px);
	font-weight: 700;
}

.footerCvIcon{
	width: 2.8rem;
	height: 2.8rem;
	position: relative;
}

.footerCvIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footerCvTel a p{
	font-size: clamp(32px,4rem,48px);
	padding-left: 1rem;
}

.footerCvMail a{
	padding: 3rem 3rem;
	background-color: #fff;
	border-radius: 20px;
}

.footerCvMail p{
	font-weight: 700;
		vertical-align: middle;
}

.footerCvMail p span{
	display: inline-block;
	padding-left: 0.6rem;
	color: var(--primary);
	font-size: clamp(20px,2.8rem,32px);
}

.footerCvarrow{
	width: 3rem;
	height: 3rem;
	position: relative;
}

.footerCvarrow svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:768px) {
.footerCv{
	padding: 6rem 3rem;
	background-image: url(../img/common/bg.png);
}

.footerCvTtl{
	width: 100%;
}

.footerCvTtl p{
	font-size: 1.6rem;
}

.footerCvTtl h3{
	font-size: 2.8rem;
}

.footerCv-r{
	width: 100%;
	padding-top: 2rem;
}

.footerCvTel p{
	font-size: 1rem;
	line-height: 160%;
}

.footerCvIcon{
	width: 2rem;
	height: 2rem;
}

.footerCvTel a p{
	font-size: 2.4rem;
	padding-left: .4rem;
}

.footerCvMail a{
	margin-top: 2rem;
	padding: 2rem 3rem;
}

.footerCvMail p span{
	font-size: 2rem;
}

.footerCvarrow{
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
}

}