@charset "utf-8";
/* -----------------------------------------------------------
    about
-------------------------------------------------------------- */

.no-wrap{
    white-space: nowrap;
}

#wrapper {
    overflow: clip;
}

/* -----------------------------
	com-pagetitle-area
-------------------------------- */
.com-pagetitle-area ul li .num::before{
	background: url(../img/section-ttl-icon-blue.svg) no-repeat top center / contain;
}

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

}

/* -----------------------------
	price-area
-------------------------------- */
.price-area{
	margin: 100px 0 0;
}
.hour-price{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 30px 0 0;
	border-bottom: solid 1px var(--line-black);
}
.individual-box,
.corporate-box{
	margin: 50px 0 0;
}
.individual-box .title,
.corporate-box .title{
	font-size: 2.2rem;
	font-weight: bold;	
}
.price-area table{
	width: 100%;
	margin: 30px 0 20px;
}
.price-area .table02{
	margin: 30px 0 0;
}
.price-area table ,.price-area  td,.price-area  th {
	border: 1px solid #333;
	border-collapse: collapse;
}
.price-area td,.price-area  th {
	padding: 15px;
	text-align: center;
	font-size: 1.8rem;
}
.price-area th {
	background: #F2F2F2;
	width: 50%;
}
.price-area .note{
	margin: 30px 0 0;
}
@media screen and (max-width: 768px){
	.price-area{
		margin: 40px 0 0;
	}
	.hour-price{
	}
	.individual-box,
	.corporate-box{
		margin: 20px 0 0;
	}
	.individual-box .title,
	.corporate-box .title{
	}
	.price-area table{
		margin: 30px 0 10px;
	}
	.price-area .table02{
		margin: 10px 0 0;
	}
	.price-area table ,.price-area  td,.price-area  th {
	}
	.price-area td,.price-area  th {
		font-size: 1.6rem;
		line-height: 1.2;
		padding: 10px;
	}
	.price-area th .s{
		font-size: 1.2rem;
	}
	.price-area th {
	}
	.price-area .note{
		margin: 20px 0 0;
	}
}

/* -----------------------------
	reason-area
-------------------------------- */
.reason-area{
	margin: 190px 0 0;
}
.reason-area .inner1400{
	border-top: solid 1px var(--line-black);
	padding: 155px 0 0;
}

.reason-area .catch-m{
	margin: 40px 0 0;
}

.reason-block{
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
}
.reason-block .box{
	width: 50%;
	border-right: solid 1px var(--line-black);
	position: relative;
	padding: 35px 30px 30px 100px;
}
.reason-block .box:nth-child(odd){
	border-left: solid 1px var(--line-black);
}
.reason-block .box .num{
	writing-mode: vertical-rl;
	position: absolute;
	color: var(--orange);
	font-family: var(--en);
	left: 4px;
	font-size: 2.6rem;

}
.reason-block .box::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 58px;
	background: var(--line-black);
}
.reason-block .box::after{
	content: '';
	position: absolute;
	width: 87px;
	height: 75px;
	top: 30px;
	right: 50px;
	background: url("../img/overdue-reason-icon01.png") no-repeat top center / contain;
}
.reason-block .box:nth-child(2)::after{
	background: url("../img/overdue-reason-icon02.png") no-repeat top center / contain;
}
.reason-block .box:nth-child(3)::after{
	background: url("../img/overdue-reason-icon03.png") no-repeat top center / contain;
}
.reason-block .box:nth-child(4)::after{
	background: url("../img/overdue-reason-icon04.png") no-repeat top center / contain;
}

.reason-block .box .basic-txt{
	margin: 20px 0 0;
}

.reason-block .check-box{
	margin: 30px 0 0;
	position: relative;
}
.reason-block .check-box .txt{
	background: var(--orange);
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
	margin: 0 0 0 100px;
}
.reason-block .check-box::before{
	content: '';
	position: absolute;
	width: 75px;
	height: 82px;
	top: 0;
	left: 0;
	background: url("../img/check-icon.png") no-repeat top center / contain;
}

.note-block{
	margin: 80px 0 0;
	border: solid 1px var(--line-black);
	padding: 70px 50px 80px 450px;
	position: relative;
	background: #fff;
}
.note-block::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #EEEFF3;
	    transform: rotate(-2deg);
	z-index: -1;
}
.note-block::after{
	content: '';
	position: absolute;
	width: 341px;
	height: 292px;
	left: 50px;
	background: url("../img/overdue-note-img.png") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.note-block .basic-txt{
	margin: 20px 0 0;
}

@media screen and (max-width: 768px){
	.reason-area{
		margin: 40px 0 0;
	}
	.reason-area .inner1400{
		padding: 40px 10px 0;
	}

	.reason-area .catch-m{
		margin: 20px 0 0;
	}

	.reason-block{
		display: block;
		margin: 20px 0 0;
	}
	.reason-block .box{
		width: 100%;
		padding: 20px 15px 20px 55px;
		margin: 10px 0 0;
	}
	.reason-block .box:nth-child(odd){
	}
	.reason-block .box .num{
		font-size: 2rem;
		left: 0;
	}
	.reason-block .box::before{
		left: 40px;

	}
	.reason-block .box::after{
		top: 10px;
    right: -5px;
	}
	.reason-block .box:nth-child(2)::after{
	}
	.reason-block .box:nth-child(3)::after{
	}
	.reason-block .box:nth-child(4)::after{
	}

	.reason-block .box .basic-txt{
	}

	.reason-block .check-box{
		margin: 10px 0 0;
	}
	.reason-block .check-box .txt{
		margin: 0;
	}
	.reason-block .check-box::before{
		width: 55px;
		height: 60px;
		left: -50px;
	}

	.note-block{
		width: 100%;
		padding: 20px;
	}	
	.note-block::before{

	}
	.note-block::after{
		width: 171px;
		height: 142px;
		top: -130px;
		right: 0;
        left: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
	}
	.note-block .basic-txt{
	}
}

/* -----------------------------
	chart-area
-------------------------------- */
.chart-area{
	margin: 100px 0 0;
}
.section-ttl{

}
.chart-area .txt-area .catch-m{
	margin: 30px 0 0;
}
.chart-area .txt-area .basic-txt{
	margin: 30px 0 0;
}
.chart-area table{
	width: 100%;
	margin: 50px 0 0;
}
.chart-area .table02{
	margin: 30px 0 0;
}
.chart-area table ,.chart-area td,.chart-area th {
	/*border: 1px solid #ddd;*/
	border-collapse: collapse;
}
.chart-area table{
	border-right: none;
}
.chart-area tr {
	border-bottom: 1px solid #ddd;
}
.chart-area th {
	padding: 30px;
	text-align: center;
	font-size: 1.8rem;
	background: #F2F2F2;
	line-height: 1.5;
}
.chart-area td{
	position: relative;
	padding: 30px;
	text-align: center;
	font-size: 1.8rem;
	position: relative;

}
.chart-area td .symbol{
	position: absolute;
	color: #ffeadd;
	font-size: 7rem;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	line-height: 1;
}
.chart-area td .symbol.batsu{
	color: #f3f3f3;
}
.chart-area td .txt{
	position: relative;
		line-height: 1.5;
}
.chart-area .omi{
	background: var(--light-orange);
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.chart-area th.omi{
	background: var(--orange);
	color: #fff;
}

@media screen and (max-width: 768px){
	.chart-area{
		margin: 40px 0 0;
	}
	.section-ttl{

	}
	.catch-m{
	}
	.chart-area .sp-scroll{
		overflow-x: scroll;
	}
	.chart-area table{
		margin: 20px 0 0;
		        width: 100%;
	}
	.chart-area .table02{
	}
	.chart-area table ,.chart-area td,.chart-area th {
	}
	.chart-area th {
		font-size: 1.4rem;
		padding: 10px;
	}
	.chart-area td{
		font-size: 1.3rem;
        padding: 5px;
		background: #fff;
	}
	.chart-area td .symbol{
		font-size: 4rem;
	}
	.chart-area td .symbol.batsu{
	}
	.chart-area td .txt{
	}
	.chart-area .omi{
	}
	.chart-area th.omi{
	}
}



/* -----------------------------
	com-service-area
-------------------------------- */

@media screen and (max-width: 768px){
	.com-service-area .service-block > div:nth-child(8) .catch-s{
		padding: 20px 0 10px 100px;
	}
}


/* -----------------------------
	com-feature-area
-------------------------------- */

@media screen and (max-width: 768px){
	.com-feature-area .geometry01{
		top: 2020px;
	}
	.com-feature-area .geometry07{
		top: 1820px;
	}
	.com-feature-area .geometry03{
		top: 5660px;
	}
	.com-feature-area .geometry04{
		bottom: -4370px;
	}
}




