@charset "utf-8";
@font-face {
	src: url(assets/font/sourceserifvariable-roman.otf);
	font-family: "Source Serif Variable ExtraLigh";
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#main {
	padding-bottom: 118px;
	color: #222;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "Helvetica", "Arial", "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #FFF;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p,
#main ul,
#main li {
	margin: 0;
	font: inherit;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-weight: bold;
}
#main img {
	vertical-align: top;
}
@media all and (min-width: 768px) {
	#main .sp {
		display: none !important;
	}
	#main a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	#main a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main {
		padding-bottom: 60px;
		font-size: 16px;
	}
	#main a:hover,
	#main a:hover img {
		opacity: 1 !important;
	}
	#main .pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#main .content {
	margin: 0 auto;
	width: 1180px;
	max-width: calc(100% - 60px);
}
@media all and (max-width: 767px) {
	#main .content {
		margin: 0 15px;
		width: auto !important;
		max-width: initial !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
#main .comBtn {
	display: flex;
	justify-content: center;
}
#main .comBtn a {
	width: 409px;
	max-width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50px;
	border: 2px solid #fff;
	background: linear-gradient(180deg, rgba(251, 176, 59, 1) 0%, rgba(245, 135, 0, 1) 100%);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 767px) {
	#main .comBtn a {
		width: 320px;
		height: 60px;
		font-size: 18px;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 86px;
	position: relative;
}
#main .mainVisual::before {
	content: '';
	width: calc(50% - 33px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(assets/images/index/kv_img01.jpg) no-repeat center center / cover;
}
#main .mainVisual::after {
	content: '';
	width: calc(50% - 33px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(assets/images/index/kv_img02.jpg) no-repeat center center / cover;
}
#main .mainVisual .mvInner {
	margin: 0 auto;
	padding: 48px 0 52px;
	width: 930px;
	max-width: 90%;
	color: #000;
	text-align: center;
	font-weight: bold;
	position: relative;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
#main .mainVisual h1 {
	margin: 0;
	line-height: 1.5;
}
#main .mainVisual .text01 {
	margin-bottom: 13px;
	display: block;
	font-size: 30px;
	letter-spacing: 0.02em;
}
#main .mainVisual .text02 {
	margin: 0 0 16px;
	display: block;
	font-size: 50px;
	line-height: 1.26;
	letter-spacing: 0.02em;
}
#main .mainVisual .txtBox {
	margin: 0 0 21px 96px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	font-size: 20px;
}
#main .mainVisual .txtBox .item {
	padding-bottom: 6px;
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-size: 24px;
	line-height: 1.125;
	letter-spacing: 0.02em;
	aspect-ratio: 1;
	background: #F58700;
	border-radius: 100%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
#main .mainVisual .txtBox .item::before {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border-radius: inherit;
	border: 1px dashed #fff;
	box-sizing: border-box;
	aspect-ratio: 1;
	content: '';
}
#main .mainVisual .txtBox .item p {
	position: relative;
	z-index: 1;
}
#main .mainVisual .txtBox .subTxt {
	margin: 0 0 -2px -22px;
	letter-spacing: 0.02em;
}
#main .mainVisual .text03 {
	margin-bottom: 18px;
	font-size: 22px;
	letter-spacing: 0.02em;
}
#main .mainVisual .telBox p {
	margin-bottom: 2px;
	color: #F58700;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.2;
}
#main .mainVisual .telBox a {
	width: 464px;
	margin: 0 auto;
	padding: 15px 15px 14px;
	display: block;
	position: relative;
	color: #fff;
	background: #2DC49C;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
#main .mainVisual .telBox a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: inherit;
	border: 3px solid #22b573;
	box-sizing: border-box;
	content: '';
}
#main .mainVisual .telBox a span {
	padding: 0 50px;
	display: inline-block;
	position: relative;
	font-size: 34px;
	letter-spacing: -0.03em;
	background: url(assets/images/index/icon01.png) no-repeat left center / 39px;
	z-index: 1;
}
#main .mainVisual .telBox .note {
	margin-top: 7px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.04em;
}
#main .factoring {
	margin-bottom: 60px;
}
#main .factoring h2 {
	margin-bottom: 14px;
	padding: 17px 15px 19px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 36px;
	background: #2DC49C;
	clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
#main .factoring h2::after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #fff;
	box-sizing: border-box;
	content: '';
}
#main .factoring .update {
	margin-bottom: 39px;
	text-align: right;
	color: #252525;
	font-size: 16px;
}
#main .score {
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
#main .score .mark {
	margin: 7px 22px 0 0;
	width: 110px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	border-radius: 4px;
	background: #F58700;
}
#main .score .scoreNum {
	margin-right: 16px;
	color: #F15A24;
	font-size: 50px;
	font-weight: bold;
}
#main .score .star {
	display: flex;
	gap: 5px;
}
#main .score .star img {
	width: 36px;
}
#main .bestBox {
	margin-bottom: 41px;
}
#main .bestBox .itemBox {
	margin-bottom: 67px;
	padding: 42px 39px 24px;
	position: relative;
	border-radius: 10px;
	border: 1px solid #ccc;
}
#main .bestBox .itemBox:last-child {
	margin-bottom: 0;
}
#main .bestBox .num {
	width: 120px;
	position: absolute;
	top: -28px;
	left: 4px;
}
#main .bestBox .imgBox {
	margin-bottom: 31px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .bestBox .imgBox .photoBox {
	width: 50.5%;
}
#main .bestBox .imgBox .photoBox img {
	width: 100%;
}
#main .bestBox .imgBox .textBox {
	width: 46.4%;
	padding-bottom: 10px;
}
#main .bestBox .imgBox .textBox .title {
	margin-bottom: 5px;
	font-size: 36px;
	letter-spacing: 0.04em;
}
#main .bestBox .imgBox .textBox .text {
	margin-left: 4px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.06em;
}
#main .bestBox .scoreTbl {
	margin-bottom: 27px;
}
#main .bestBox .scoreTbl table {
	width: 100%;
	border-collapse: collapse;
}
#main .bestBox .scoreTbl th,
#main .bestBox .scoreTbl td {
	padding: 15px 15px 13px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	box-sizing: border-box;
}
#main .bestBox .scoreTbl th {
	width: 33.33%;
	color: #fff;
	background: #2DC49C;
}
#main .bestBox .scoreTbl th:not(:last-child) {
	border-right: 1px solid #fff;
}
#main .bestBox .scoreTbl td {
	padding: 22px 20px 14px;
	font-size: 18px;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #ccc;
}
#main .bestBox .scoreTbl td:not(:last-child) {
	border-right: 1px solid #ccc;
}
#main .bestBox .scoreTbl td .star {
	margin-bottom: 7px;
	display: flex;
	justify-content: center;
	gap: 1px;
}
#main .bestBox .scoreTbl td .star img {
	width: 17.5px;
}
#main .bestBox .pointBox {
	margin: 30px 0;
	display: flex;
	gap: 27px;
}
#main .bestBox .pointBox .title {
	width: 120px;
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 0.04em;
	background: #FFCE00;
}
#main .bestBox .pointBox .list {
	padding-top: 2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 23px;
	flex: 1;
}
#main .bestBox .pointBox .list li {
	width: 100%;
}
#main .bestBox .pointBox .list li p {
	letter-spacing: 0.05em;
}
#main .bestBox .pointBox .list li p span {
	background: linear-gradient(#FFFACC, #FFFACC) repeat-x left bottom / 100% 50%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .bestBox .pointBox .list li .subTtl {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.31;
}
#main .bestBox .review .title {
	margin-bottom: 5px;
	padding: 10px 10px 7px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.05em;
	background: #F2F2F2;
	border-radius: 50px;
}
#main .bestBox .reviewList {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
}
#main .bestBox .reviewList li {
	padding: 12px 0 20px 40px;
	width: 100%;
	display: flex;
	gap: 29px;
	border-bottom: 1px solid #ccc;
}
#main .bestBox .reviewList li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#main .bestBox .reviewList li .image {
	margin: 5px 0;
	width: 78px;
	flex-shrink: 0;
}
#main .bestBox .reviewList li .subBox {
	flex: 1;
}
#main .bestBox .reviewList li .subBox p {
	letter-spacing: 0.05em;
}
#main .bestBox .review .smTxt {
	font-size: 12px;
	text-align: right;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 8px -1px;
}
#main .otherBox {
	margin: 0 -18px 0 -17px;
}
#main .otherBox .itemBox {
	padding-bottom: 10px;
	vertical-align: top;
}
#main .otherBox .slick-arrow {
	margin: -5px 0 0;
	padding: 0;
	width: 27px;
	height: 88px;
	position: absolute;
	top: 50%;
	display: block;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	background: #fff no-repeat center center / 100%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
#main .otherBox .slick-prev {
	left: -43px;
	background-image: url(assets/images/index/arrow_prev.png);
}
#main .otherBox .slick-next {
	right: -43px;
	background-image: url(assets/images/index/arrow_next.png);
}
#main .otherBox .slick-arrow.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}
#main .otherBox .num {
	margin: 0 auto 12px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	line-height: 0;
	font-family: "Source Serif Variable ExtraLigh", serif;
	background: url(assets/images/index/num_bg.png) no-repeat center center / 100%;
	aspect-ratio: 1;
}
#main .otherBox .title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 5px;
}
#main .otherBox .score {
	margin-bottom: 7px;
	justify-content: center;
	border-bottom: none;
	padding-bottom: 0;
}
#main .otherBox .score .mark {
	margin: 4px 12px 0 0;
	width: 74px;
	height: 22px;
	font-size: 13px;
}
#main .otherBox .score .scoreNum {
	margin-right: 10px;
	font-size: 34px;
}
#main .otherBox .score .star {
	margin-bottom: 3px;
	gap: 2px;
}
#main .otherBox .score .star img {
	width: 25px;
}
#main .otherBox .photo {
	margin-bottom: 16px;
}
#main .otherBox .photo img {
	width: 100%;
}
#main .otherBox .subTtl {
	margin-bottom: 10px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.34;
	letter-spacing: 0.04em;
	border-left: 4px solid #2DC49C;
}
#main .otherBox .text01 {
	font-size: 16px;
	font-weight: bold;
	color: #f7931e;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}
#main .otherBox .text02 {
	font-size: 16px;
	letter-spacing: 0.04em;
}
#main .otherBox .textBox {
	margin-bottom: 10px;
}
#main .otherBox .tblBox {
	margin-bottom: 28px;
}
#main .otherBox .tblBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .otherBox .tblBox th,
#main .otherBox .tblBox td {
	padding: 4px 16px;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	border: 1px solid rgba(230, 230, 230, 1);
}
#main .otherBox .tblBox th {
	padding: 7px 10px;
	width: 39.5%;
}
#main .otherBox .tblBox .star {
	margin: 6px 0 1px;
	display: flex;
	gap: 0.5px;
}
#main .otherBox .tblBox .star img {
	width: 16px;
}
#main .otherBox .comBtn a {
	height: 60px;
	font-size: 21px;
}
#main .business {
	margin-bottom: 99px;
}
#main .business h2 {
	margin-bottom: 20px;
	padding: 10px 10px 9px;
	text-align: center;
	font-size: 28px;
	color: #2DC49C;
	background: #F2F2F2;
}
#main .business .cTxt {
	margin-bottom: 47px;
	text-align: center;
	font-size: 18px;
}
#main .business .photoList li img {
	width: 100%;
}
#main .headLine01 {
	margin-bottom: 22px;
	padding: 19px 5px;
	text-align: center;
	color: #fff;
	font-size: min(3.1vw, 28px);
	background: #2DC49C;
}
#main .case {
	margin-bottom: 105px;
}
#main .case .caseList {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
#main .case .caseList > li {
	width: calc((100% - 64px) / 3);
}
#main .case .caseList li .photo {
	margin-bottom: 15px;
}
#main .case .caseList li .photo img {
	width: 100%;
}
#main .case .caseList .textList li {
	padding: 11px 5px 6px;
	display: flex;
	gap: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
	border-bottom: 1px solid #E6E6E6;
}
#main .case .caseList .textList li .ttl {
	width: 8em;
	flex-shrink: 0;
	color: #2DC49C;
}
#main .case .caseList .textList li .text {
	flex: 1;
}
#main .case .caseList .textList li .text01 {
	padding-bottom: 10px;
	font-weight: 300;
}
#main .case .cTxt {
	font-size: 18px;
	text-align: center;
}
#main .case .cTxt .underline {
	color: #2dc49c;
	font-weight: bold;
	background: linear-gradient(rgba(255, 230, 0, 0.6), rgba(255, 230, 0, 0.6)) no-repeat left bottom / 100% 50%;
}
#main .work {
	margin-bottom: 73px;
}
#main .work .headLine01 {
	margin-bottom: 30px;
}
#main .work .text01 {
	margin-bottom: 11px;
	text-align: center;
	font-size: 18px;
}
#main .work .image {
	margin-bottom: 38px;
	text-align: center;
}
#main .work .image img {
	width: 892px;
}
#main .work .text02 {
	text-align: center;
	font-size: 18px;
}
#main .work .text02 .underline {
	color: #2dc49c;
	font-weight: bold;
	background: linear-gradient(rgba(255, 230, 0, 0.6), rgba(255, 230, 0, 0.6)) no-repeat left bottom / 100% 50%;
}
#main .merit {
	margin-bottom: 107px;
}
#main .merit .headLine01 {
	margin-bottom: 46px;
}
#main .merit .innerBox {
	display: flex;
	justify-content: space-between;
}
#main .merit .column {
	width: 48%;
}
#main .merit .ttl {
	margin-bottom: 15px;
	padding: 9px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 21px;
	background: #2DC49C;
}
#main .merit .ttl::after {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	border-top: 16px solid #3B4B9A;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	box-sizing: border-box;
	transform: translateX(-50%);
	content: '';
}
#main .merit .textList li {
	padding: 17px 10px 17px 110px;
	min-height: 97px;
	display: flex;
	align-items: center;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #666;
	background: url(assets/images/index/icon02.png) no-repeat left 24px center / 56px;
}
#main .merit .textList li .underline {
	color: #2dc49c;
	background: linear-gradient(rgba(255, 230, 0, 0.6), rgba(255, 230, 0, 0.6)) no-repeat left bottom / 100% 50%;
}
#main .merit .col02 .ttl {
	background: #666;
}
#main .merit .col02 .ttl::after {
	border-top-color: #666;
}
#main .merit .col02 .textList li {
	background-image: url(assets/images/index/icon03.png);
}
#main .compare {
	margin-bottom: 78px;
}
#main .compare .headLine01 {
	margin-bottom: 28px;
}
#main .compare .text01 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
#main .compare .text02 {
	margin-bottom: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	color: #2dc49c;
}
#main .compare .tableBox {
	margin-bottom: 67px;
	position: relative;
}
#main .compare .tableBox .imgtext {
	width: min(9.322vw, 110px);
	position: absolute;
	right: min(3.051vw, 36px);
	top: 65px;
}
#main .compare .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .compare .tableBox th,
#main .compare .tableBox td {
	padding: 5px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	color: #666;
	line-height: 1.3;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#main .compare .tableBox th {
	color: #222;
}
#main .compare .tableBox th .sm {
	display: block;
	font-size: 14px;
}
#main .compare .tableBox thead td {
	width: 39%;
	color: #fff;
	background: #2DC49C;
}
#main .compare .tableBox .tdBg {
	color: #2DC49C;
	font-size: 24px;
	background: #FFFCE5;
}
#main .compare .text03 {
	text-align: center;
	color: #2F3A6E;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.67;
}
#main .compare .text03 .underline {
	color: #2dc49c;
	font-size: 36px;
	background: linear-gradient(rgba(255, 230, 0, 0.6), rgba(255, 230, 0, 0.6)) no-repeat left bottom / 100% 35%;
}
#main .choose {
	margin-bottom: 82px;
}
#main .choose .headLine01 {
	margin-bottom: 28px;
}
#main .choose .cTxt {
	margin-bottom: 61px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
#main .choose .pointBox {
	display: flex;
	flex-direction: column;
	gap: 42px;
}
#main .choose .pointBox .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#main .choose .pointBox .item img {
	width: 100%;
}
#main .choose .pointBox .col01 {
	width: 39.3%;
}
#main .choose .pointBox .col02 {
	width: 57.4%;
}
#main .choose .pointBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .choose .pointBox th,
#main .choose .pointBox td {
	padding: 10px min(2.091vw, 23px);
	height: 52px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#main .choose .pointBox th {
	color: #fff;
	background: #2DC49C;
}
#main .choose .pointBox .wid02 {
	padding-left: 10px;
	padding-right: 10px;
}
#main .choose .pointBox .wid03 {
	width: 61.5%;
}
#main .choose .pointBox td .lg {
	font-size: 21px;
}
#main .choose .pointBox td p {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.14;
}
#main .choose .pointBox td p .fwBold {
	font-weight: bold;
	color: #2dc49c;
}
#main .choose .pointBox .note {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}
#main .choose .pointBox .item4 {
	margin-top: max(-4.915vw, -58px);
}
#main .flow {
	margin-bottom: 112px;
}
#main .flow .headLine01 {
	margin-bottom: 28px;
}
#main .flow .cTxt {
	margin-bottom: 7px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
#main .flow .flowList {
	padding-left: 29px;
}
#main .flow .flowList li {
	padding: 56px 0 25px;
	position: relative;
	border-bottom: 1px dashed #CCD5DA;
}
#main .flow .flowList li::before {
	width: 14px;
	height: 14px;
	position: absolute;
	left: -29px;
	top: 63px;
	border: 3px solid #2DC49C;
	background: #fff;
	border-radius: 100%;
	box-sizing: border-box;
	content: '';
}
#main .flow .flowList li:first-child::before,
#main .flow .flowList li:last-child::before {
	background: #2DC49C;
}
#main .flow .flowList li::after {
	width: 3px;
	height: calc(100% - 22px);
	position: absolute;
	left: -23px;
	top: 81px;
	background: #CCD5DA;
	content: '';
}
#main .flow .flowList li:last-child::after {
	display: none;
}
#main .flow .flowList li .ttl {
	color: #2DC49C;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
	line-height: 1.291;
}
#main .flow .flowList li .text {
	font-size: 18px;
	line-height: 1.5;
}
#main .service {
	margin-bottom: 80px;
}
#main .service .headLine01 {
	margin-bottom: 31px;
}
#main .service .cTxt {
	margin-bottom: 31px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
#main .service .tableBox {
	width: 100%;
	border: 2px solid #2DC49C;
	overflow-x: auto;
	overflow-y: hidden;
}
#main .service .tableBox table {
	border-collapse: collapse;
	table-layout: fixed;
}
#main .service .tableBox th,
#main .service .tableBox td {
	padding: 8px 19px;
	width: fit-content;
	height: 53px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
#main .service .tableBox tr:last-child th,
#main .service .tableBox tr:last-child td {
	border-bottom: none;
}
#main .service .tableBox th {
	padding: 6px 34px;
	width: 134px;
	position: sticky;
	left: 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.02em;
	white-space: nowrap;
	background: #2DC49C;
	z-index: 5;
}
#main .service .tableBox td {
	max-width: 245px;
	border-right: 1px solid #ccc;
}
#main .service .tableBox td:last-child {
	border-right: none;
}
#main .service .tableBox td:first-of-type {
	background-color: #FFFCE5;
}
#main .service .tableBox tr:first-of-type td {
	vertical-align: top;
}
#main .service .tableBox .inner {
	margin-bottom: 4px;
}
#main .service .tableBox .num {
	margin-bottom: 10px;
	min-height: 43px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	line-height: 1;
}
#main .service .tableBox .num img {
	width: 52px;
}
#main .service .tableBox .num span {
	min-width: 52px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #A8B9D7;
	font-weight: 600;
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "游明朝体", "MS P明朝", "MS PMincho", serif;
	line-height: 1;
	letter-spacing: 0;
	background: url(assets/images/index/service_bg01.png) no-repeat left center / 13px, url(assets/images/index/service_bg02.png) no-repeat right center / 13px;
}
#main .service .tableBox .photo {
	margin-bottom: 10px;
	width: 206px;
}
#main .service .tableBox .photo img {
	width: 100%;
}
#main .service .tableBox .ttl {
	margin: 0 -15px;
	display: block;
}
#main .service .tableBox .star {
	font-size: 20px;
}
#main .service .tableBox .star .half {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#main .service .tableBox .star .half::before {
	position: absolute;
	left: 0;
	top: 0;
	clip-path: inset(0 48% 0 0);
	content: "★";
}
#main .service .tableBox p {
	margin: 17px 0;
}
#main .service .tableBox p:first-of-type {
	margin-top: 11px;
}
#main .service .tableBox p:last-child {
	margin-bottom: 12px;
}
#main .service .tableBox .comBtn {
	margin: 5px 0;
}
#main .service .tableBox .comBtn a {
	width: 190px;
	height: 46px;
	font-size: 16px;
}
#main .secCol {
	display: flex;
	justify-content: space-between;
}
#main .about,
#main .profileBox {
	width: 48%;
}
#main .about .headLine01 {
	margin-bottom: 33px;
}
#main .about p {
	font-size: 18px;
}
#main .profileBox .imgBox {
	display: flex;
	align-items: center;
	gap: 27px;
}
#main .profileBox .imgBox .photoBox {
	width: 118px;
}
#main .profileBox .imgBox .textBox {
	margin-top: 18px;
	flex: 1;
	font-size: 18px;
}
#main .profileBox .imgBox .textBox .ttl {
	font-weight: bold;
	margin-bottom: 8px;
}
#main .business .photoList li {
	vertical-align: top;
}
@media all and (min-width: 768px) {
	#main .otherBox .slick-slide > div {
		margin: 0 18px 0 17px;
	}
	#main .business .photoList .slick-slide > div {
		margin-right: 20px;
		width: 300px;
	}
	#main .otherBox .slick-arrow:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 768px) and (max-width: 1329px) {
	#main .otherBox {
		margin: 0 10px;
	}
	#main .otherBox .slick-slide > div {
		margin: 0 10px;
	}
	#main .otherBox .slick-prev {
		left: -35px;
	}
	#main .otherBox .slick-next {
		right: -35px;
	}
}
@media all and (min-width: 768px) and (max-width: 1080px) {
	#main .case .caseList .textList li .ttl {
		width: 6em;
	}
}
@media all and (max-width: 767px) {
	#main .mainVisual {
		margin-bottom: 50px;
		padding: 55.3vw 0 20px;
		background: url(assets/images/index/kv_img01_sp.jpg) no-repeat center top / 100% auto;
	}
	#main .mainVisual::before,
	#main .mainVisual::after {
		display: none;
	}
	#main .mainVisual .mvInner {
		padding: 0;
		width: auto;
		max-width: none;
		background: none;
	}
	#main .mainVisual .text01 {
		margin-bottom: 2px;
		font-size: min(5.067vw, 19px);
	}
	#main .mainVisual .text02 {
		margin-bottom: 7px;
		font-size: min(8vw, 30px);
	}
	#main .mainVisual .txtBox {
		margin: 0 0 10px min(12.8vw, 48px);
		gap: min(1.867vw, 7px);
		font-size: min(3.2vw, 12px);
	}
	#main .mainVisual .txtBox .item {
		padding-bottom: 0;
		width: min(21.867vw, 82px);
		font-size: min(4vw, 15px);
		line-height: 1.1;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	}
	#main .mainVisual .txtBox .item::before {
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
		border: 1px dotted #fff;
	}
	#main .mainVisual .txtBox .subTxt {
		margin: 0 0 max(-1.867vw, -7px) max(-6.4vw, -24px);
	}
	#main .mainVisual .text03 {
		margin-bottom: 18px;
		font-size: min(4vw, 15px);
	}
	#main .mainVisual .telBox p {
		font-size: min(4vw, 15px);
	}
	#main .mainVisual .telBox a {
		width: 274px;
		max-width: 100%;
		padding: 10px 10px 9px;
		border-width: 1px;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	}
	#main .mainVisual .telBox a::before {
		border-width: 2px;
	}
	#main .mainVisual .telBox a span {
		padding: 1px 26px 0 31px;
		font-size: 20px;
		background-size: 23px;
	}
	#main .mainVisual .telBox .note {
		margin-top: 5px;
		font-size: 12px;
	}
	#main .factoring {
		margin-bottom: 50px;
	}
	#main .factoring h2 {
		margin-bottom: 10px;
		padding: 10px;
		font-size: 20px;
		clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	}
	#main .factoring h2::after {
		bottom: 5px;
	}
	#main .factoring .update {
		margin-bottom: 20px;
		font-size: 13px;
	}
	#main .score {
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#main .score .mark {
		margin: 0 10px 0 0;
		width: 60px;
		height: 20px;
		font-size: 11px;
		border-radius: 2px;
	}
	#main .score .scoreNum {
		margin-right: 10px;
		font-size: 25px;
	}
	#main .score .star {
		gap: 2px;
	}
	#main .score .star img {
		width: 20px;
	}
	#main .bestBox .itemBox {
		margin-bottom: 35px;
		padding: 20px;
		border-radius: 5px;
	}
	#main .bestBox .itemBox:last-child {
		margin-bottom: 0;
	}
	#main .bestBox .num {
		width: 60px;
		top: -15px;
		left: 0;
	}
	#main .bestBox .imgBox {
		margin-bottom: 20px;
		display: block;
	}
	#main .bestBox .imgBox .photoBox {
		margin-bottom: 20px;
		width: auto;
	}
	#main .bestBox .imgBox .textBox {
		width: auto;
		padding-bottom: 0;
	}
	#main .bestBox .imgBox .textBox .title {
		font-size: 20px;
	}
	#main .bestBox .imgBox .textBox .text {
		font-size: 16px;
	}
	#main .bestBox .scoreTbl {
		margin-bottom: 27px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	#main .bestBox .scoreTbl th {
		display: none;
	}
	#main .bestBox .scoreTbl td {
		padding: 0;
		width: 100%;
		display: flex;
		font-size: 14px;
	}
	#main .bestBox .scoreTbl td:last-child {
		border-right: 1px solid #ccc;
	}
	#main .bestBox .scoreTbl td::before {
		width: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		background: #2DC49C;
		border-right: 1px solid #ccc;
		box-sizing: border-box;
		content: attr(data-label);
	}
	#main .bestBox .scoreTbl td .inner {
		padding: 10px;
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	#main .bestBox .scoreTbl td .star {
		margin-bottom: 5px;
	}
	#main .bestBox .scoreTbl td .star img {
		width: 15px;
	}
	#main .bestBox .pointBox {
		margin: 30px 0;
		flex-direction: column;
		gap: 20px;
	}
	#main .bestBox .pointBox .title {
		padding: 15px 10px;
		width: 100%;
		min-height: initial;
		font-size: 18px;
	}
	#main .bestBox .pointBox .list {
		padding-top: 0;
		gap: 15px;
		flex: initial;
	}
	#main .bestBox .pointBox .list li .subTtl {
		margin-bottom: 3px;
		font-size: 18px;
	}
	#main .bestBox .review .title {
		font-size: 18px;
	}
	#main .bestBox .reviewList {
		margin-bottom: 10px;
	}
	#main .bestBox .reviewList li {
		padding: 12px 0 20px 0;
		gap: 10px;
	}
	#main .bestBox .reviewList li:last-child {
		padding-bottom: 0;
	}
	#main .bestBox .reviewList li .image {
		width: 45px;
	}
	#main .bestBox .reviewList li .subBox p {
		font-size: 14px;
	}
	#main .bestBox .review .smTxt {
		font-size: 11px;
		margin: 0 0 10px;
	}
	#main .otherBox {
		margin: 0 20px;
	}
	#main .otherBox .slick-arrow {
		width: 20px;
	}
	#main .otherBox .slick-prev {
		left: -30px;
	}
	#main .otherBox .slick-next {
		right: -30px;
	}
	#main .otherBox .num {
		width: 50px;
		font-size: 40px;
	}
	#main .otherBox .title {
		font-size: 18px;
	}
	#main .otherBox .score .mark {
		margin: 0 10px 0 0;
		width: 50px;
		height: 18px;
		font-size: 10px;
	}
	#main .otherBox .score .scoreNum {
		margin-right: 5px;
		font-size: 22px;
	}
	#main .otherBox .score .star {
		margin-bottom: 1px;
		gap: 1px;
	}
	#main .otherBox .score .star img {
		width: 20px;
	}
	#main .otherBox .subTtl {
		padding-left: 8px;
		font-size: 14px;
		border-left-width: 2px;
	}
	#main .otherBox .text01 {
		font-size: 14px;
	}
	#main .otherBox .text02 {
		font-size: 14px;
	}
	#main .otherBox .tblBox {
		margin-bottom: 20px;
	}
	#main .otherBox .tblBox th,
	#main .otherBox .tblBox td {
		padding: 4px 10px;
		font-size: 14px;
	}
	#main .otherBox .tblBox th {
		padding: 7px 10px;
		width: 33%;
		min-width: 115px;
	}
	#main .otherBox .tblBox .star {
		margin: 3px 0 1px;
	}
	#main .otherBox .tblBox .star img {
		width: 15px;
	}
	#main .otherBox .comBtn a {
		width: 260px;
		max-width: 86%;
		height: 50px;
		font-size: 18px;
	}
	#main .business {
		margin-bottom: 50px;
	}
	#main .business h2 {
		margin-bottom: 25px;
		font-size: 20px;
	}
	#main .business .cTxt {
		margin-bottom: 25px;
		font-size: 15px;
	}
	#main .business .photoList .slick-list {
		padding-right: 15vw;
	}
	#main .business .photoList .slick-slide > div {
		margin-right: 10px;
	}
	#main .headLine01 {
		padding: 15px 5px;
		font-size: 22px;
		line-height: 1.3;
	}
	#main .headLine01 br.sp {
		display: block !important;
	}
	#main .case {
		margin-bottom: 50px;
	}
	#main .case .caseList > li {
		width: 100%;
	}
	#main .case .caseList li .photo {
		margin-bottom: 10px;
	}
	#main .case .caseList .textList li {
		font-size: 14px;
	}
	#main .case .caseList .textList li .ttl {
		width: 7em;
	}
	#main .case .caseList .textList li .text01 {
		padding-bottom: 5px;
	}
	#main .case .cTxt {
		font-size: 15px;
	}
	#main .work {
		margin-bottom: 50px;
	}
	#main .work .text01 {
		font-size: 15px;
	}
	#main .work .image {
		margin-bottom: 25px;
	}
	#main .work .image img {
		width: auto;
	}
	#main .work .text02 {
		font-size: 15px;
	}
	#main .merit {
		margin-bottom: 50px;
	}
	#main .merit .headLine01 {
		margin-bottom: 30px;
	}
	#main .merit .innerBox {
		flex-wrap: wrap;
		gap: 20px;
	}
	#main .merit .column {
		width: 100%;
	}
	#main .merit .ttl {
		font-size: 17px;
	}
	#main .merit .textList li {
		padding: 10px 10px 10px 55px;
		min-height: 60px;
		background-size: 35px;
		background-position: left 5px center;
	}
	#main .compare {
		margin-bottom: 50px;
	}
	#main .compare .text01 {
		margin-bottom: 30px;
		font-size: 15px;
	}
	#main .compare .text02 {
		margin-bottom: 20px;
		font-size: 17px;
	}
	#main .compare .scrollBox {
		margin-bottom: 35px;
		overflow-x: auto;
	}
	#main .compare .tableBox {
		margin-bottom: 0;
		width: 100%;
		min-width: 600px;
	}
	#main .compare .tableBox .imgtext {
		width: 60px;
		right: 10px;
		top: 55px;
	}
	#main .compare .tableBox th,
	#main .compare .tableBox td {
		height: 50px;
		font-size: 14px;
	}
	#main .compare .tableBox th .sm {
		font-size: 12px;
	}
	#main .compare .tableBox thead td {
		width: 35%;
	}
	#main .compare .tableBox .tdBg {
		font-size: 16px;
	}
	#main .compare .text03 {
		font-size: 17px;
	}
	#main .compare .text03 .underline {
		font-size: 20px;
	}
	#main .choose {
		margin-bottom: 50px;
	}
	#main .choose .cTxt {
		margin-bottom: 30px;
		font-size: 15px;
	}
	#main .choose .pointBox {
		gap: 30px;
	}
	#main .choose .pointBox .item {
		display: block;
	}
	#main .choose .pointBox .col01 {
		width: auto;
		margin-bottom: 20px;
	}
	#main .choose .pointBox .col02 {
		width: auto;
	}
	#main .choose .pointBox th,
	#main .choose .pointBox td {
		padding: 5px;
		height: 45px;
		font-size: 14px;
	}
	#main .choose .pointBox .wid01 {
		min-width: 80px;
	}
	#main .choose .pointBox .wid02 {
		min-width: 55px;
	}
	#main .choose .pointBox .wid03 {
		width: auto;
	}
	#main .choose .pointBox td .lg {
		font-size: 16px;
	}
	#main .choose .pointBox td p {
		font-size: 13px;
		line-height: 1.4;
	}
	#main .choose .pointBox .note {
		font-size: 10px;
	}
	#main .choose .pointBox .item4 {
		margin-top: 0;
	}
	#main .flow {
		margin-bottom: 50px;
	}
	#main .flow .cTxt {
		margin-bottom: 0;
		font-size: 15px;
	}
	#main .flow .flowList {
		padding-left: 25px;
	}
	#main .flow .flowList li {
		padding: 25px 0 15px;
	}
	#main .flow .flowList li::before {
		width: 12px;
		height: 12px;
		left: -25px;
		top: 28px;
		border-width: 2px;
	}
	#main .flow .flowList li::after {
		width: 2px;
		height: calc(100% - 20px);
		left: -20px;
		top: 45px;
	}
	#main .flow .flowList li .ttl {
		font-size: 18px;
	}
	#main .flow .flowList li .text {
		font-size: 15px;
	}
	#main .service {
		margin-bottom: 50px;
	}
	#main .service .headLine01 {
		margin-bottom: 20px;
	}
	#main .service .cTxt {
		margin-bottom: 20px;
		font-size: 15px;
	}
	#main .service .tableBox th,
	#main .service .tableBox td {
		padding: 5px 10px;
		height: 45px;
		font-size: 14px;
	}
	#main .service .tableBox th {
		padding: 3px 10px;
		width: 90px;
		letter-spacing: 0;
	}
	#main .service .tableBox .ttl {
		margin: 0;
	}
	#main .service .tableBox .star {
		font-size: 16px;
	}
	#main .service .tableBox p {
		margin: 10px 0;
	}
	#main .service .tableBox p:first-of-type {
		margin-top: 5px;
	}
	#main .service .tableBox p:last-child {
		margin-bottom: 5px;
	}
	#main .service .tableBox .comBtn {
		margin: 5px 0;
	}
	#main .service .tableBox .comBtn a {
		width: 160px;
		height: 40px;
		font-size: 14px;
	}
	#main .secCol {
		display: block;
	}
	#main .about,
	#main .profileBox {
		width: auto;
	}
	#main .about {
		margin-bottom: 50px;
	}
	#main .about .headLine01 {
		margin-bottom: 20px;
	}
	#main .about p {
		font-size: 15px;
	}
	#main .profileBox .imgBox {
		display: block;
	}
	#main .profileBox .imgBox .photoBox {
		margin: 0 auto 15px;
	}
	#main .profileBox .imgBox .textBox {
		margin-top: 0;
		font-size: 15px;
	}
}
@media all and (max-width: 359px) {
	#main .business h2 {
		font-size: 19px;
	}
	#main .headLine01 {
		font-size: 21px;
	}
}