@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainImg */
#main .mainImg {
	padding: 16.6rem 0 5rem;
	background: url("../img/common/bg01.png") no-repeat center center / cover;
}
#main .mainImg .content {
	position: relative;
}
#main .mainImg .flexBox {
	display: flex;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
#main .mainImg .photo {
	width: 62rem;
	margin: 0.6rem -4rem 0 0;
}
#main .mainImg .textBox {
	flex: 1;
}
#main .mainImg .title {
	color: #3E3E3E;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
#main .mainImg .title small {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}
#main .mainImg .title .col {
	color: #08C45A;
}
#main .mainImg .showBox {
	max-width: 52.6rem;
	border-top: 1px solid #BBB;
	margin-top: 1.8rem;
	padding-top: 2.2rem;
	display: flex;
}
#main .mainImg .showBox .list {
	color: #3E3E3E;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	gap: 4rem;
}
#main .mainImg .showBox .list .col {
	color: #5F5BFF;
	font-size: 1.97rem;
	font-weight: 700;
}
#main .mainImg .showBox .list .col .en {
	font-size: 3.83rem;
	display: inline-block;
	vertical-align: -0.3rem;
	margin: 0 1px 0 0.2rem;
}
#main .mainImg .showBox .list img {
	width: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.6rem 0.4rem 0 0;
}
#main .mainImg .showBox .list .ttl {
	margin-bottom: 1rem;
}
#main .mainImg .showBox .leftTxt {
	font-size: 1rem;
	line-height: 1.7;
	margin: 2.4rem 0 0 2.7rem;
}
#main .mainImg .comBtn {
	margin: 4rem 0 0 0.4rem;
}
#main .mainImg .imgBox {
	padding: 1.9rem 2rem 1.9rem 2.8rem;
	width: 60.6rem;
	display: flex;
	border-radius: 1rem;
	border: 1px solid #E7E7E7;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0.8rem 0.8rem 2rem 0 rgba(0, 0, 0, 0.10);
	font-size: 1.3rem;
	line-height: 1.6;
	position: absolute;
	right: -7.8rem;
	bottom: -7.1rem;
}
#main .mainImg .imgBox .image {
	width: 16.9rem;
}
#main .mainImg .imgBox p {
	flex: 1;
	margin: 1px 0 0 1.9rem;
}
@media all and (max-width: 896px) {
	#main .mainImg .flexBox {
		display: block;
	}
	#main .mainImg .imgBox {
		width: auto;
		display: block;
		position: relative;
		bottom: auto;
		right: auto;
		margin: -2.5rem 0 0 0;
		padding: 1.7rem 1.9rem 1.9rem 1.9rem;
		font-size: 1.2rem;
		transform: translateY(4.2rem);
	}
	#main .mainImg .photo {
		width: auto;
		margin: -0.6rem -2rem 0;
		text-align: center;
	}
	#main .mainImg .photo img {
		width: 100%;
	}
	#main .mainImg .showBox {
		display: block;
		margin-top: 1.9rem;
		max-width: inherit;
	}
	#main .mainImg .showBox .leftTxt {
		font-size: 0.8rem;
		line-height: 1.7;
		margin: 0.6rem 1.2rem 0 0;
		text-align: right;
	}
	#main .mainImg .imgBox p {
		margin: 0;
	}
	#main .mainImg {
		padding: 8.2rem 0 0;
		background-image: url("../img/common/bg01_sp.jpg");
	}
	#main .mainImg .title small {
		margin-bottom: 0.6rem;
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		line-height: 1.5;
	}
	#main .mainImg .title {
		font-size: 3rem;
		line-height: 1.3;
		letter-spacing: 0;
		margin-bottom: 1.4rem;
	}
	#main .mainImg .showBox .list {
		font-size: 1.2rem;
		gap: 3.2rem;
	}
	#main .mainImg .showBox .list img {
		width: 1.2rem;
		margin: -0.7rem 0.3rem 0 0;
	}
	#main .mainImg .showBox .list .col {
		font-size: 1.6rem;
	}
	#main .mainImg .showBox .list .col .en {
		font-size: 3rem;
		vertical-align: -0.2rem;
		margin: 0 1px 0 0.2rem;
	}
	#main .mainImg .showBox .list .ttl {
		margin-bottom: 0.6rem;
	}
	#main .mainImg .comBtn {
		margin: 2.2rem 0 0 0;
		justify-content: center;
	}
	#main .mainImg .imgBox .image {
		margin-bottom: 1.7rem;
	}
}

/* cooperationBox */
#main .cooperationBox {
	padding: 5.5rem 0;
}
#main .cooperationBox .title {
	margin-bottom: 1.8rem;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 500;
	color: #3E3E3E;
}
#main .cooperationBox .title .en {
	margin: 0 0.7rem;
	font-size: 3.8rem;
	font-weight: 600;
}
#main .cooperationBox .listUl {
	display: flex;
	flex-wrap: wrap;
}
#main .cooperationBox .listUl img {
	height: 8.7rem;
}
#main .cooperationBox .listUl li {
	margin: 0 1.5rem;
}
@media all and (max-width: 896px) {
	#main .cooperationBox .title {
		margin-bottom: 3rem;
		font-size: 1.9rem;
		line-height: 1.2;
	}
	#main .cooperationBox .title .en {
		font-size: 3.6rem;
	}
	#main .cooperationBox {
		padding: 8.9rem 0 4.8rem;
	}
	#main .cooperationBox .listUl img {
		height: 6.7rem;
	}
	#main .cooperationBox .listUl + .listUl {
		margin-top: 1.5rem;
	}
	#main .cooperationBox .infiniteslide_wrap .listUl {
		padding-bottom: 1.5rem;
	}
	#main .cooperationBox .infiniteslide_wrap:last-child .listUl {
		padding-bottom: 0;
	}
}	


/* whatBox */
#main .whatBox {
	padding: 7.9rem 0;
	background: url("../img/index/bg01.png") no-repeat center top / 100% 61.8rem;
}
#main .whatBox .comTtl {
	margin-bottom: 5.6rem;
}
#main .whatBox .content {
	display: flex;
	justify-content: space-between;
}
#main .whatBox .textBox {
	flex: 1;
	max-width: 54rem;
}
#main .whatBox .textBox p {
	line-height: 1.8;
	font-size: 1.5rem;
}
#main .whatBox .photo {
	width: 51.3rem;
	margin: -1rem 4.4rem 0 0;
}
@media all and (max-width: 896px) {
	#main .whatBox .content {
		display: block;
	}
	#main .whatBox .photo {
		width: auto;
		margin: 0;
		text-align: center;
	}
	#main .whatBox .photo img {
		width: 100%;
	}
	#main .whatBox .textBox {
		max-width: inherit;
		margin-bottom: 3.2rem;
	}
	#main .whatBox {
		padding: 5.9rem 0;
		background-size: 144rem 61.8rem;
	}
	#main .whatBox .comTtl {
		margin-bottom: 4.1rem;
	}
	#main .whatBox .textBox p {
		line-height: 1.78;
		font-size: 1.3rem;
	}
}

/* valueBox */
#main .valueBox {
	padding: 2.2rem 0 11.1rem;
}
#main .valueBox .comTtl {
	margin: 0 auto 6.1rem;
	transform: translateX(-3.6rem);
}
#main .valueBox .headLine01 {
	margin-bottom: 2.8rem;
	text-align: center;
}
#main .valueBox .headLine01 .en {
	color: #5F5BFF;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1;
}
#main .valueBox .center {
	margin-bottom: 8.4rem;
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
}
#main .valueBox .txtUl {
	margin-bottom: 1.6rem;
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	gap: 2.3rem;
}
#main .valueBox .txtUl li img {
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.5rem 0.7rem 0 0;
}
#main .valueBox .listUl {
	color: #454545;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#main .valueBox .listUl > li {
	padding: 14.6rem 2.9rem 4rem;
	width: calc((100% - 6rem)/3);
	border-radius: 2rem;
	border: 1px solid #E5E5E5;
	background: #FFF;
	box-shadow: 0 0.3rem 2rem 0.5rem rgba(0, 0, 0, 0.10);
	position: relative;
}
#main .valueBox .listUl p {
	line-height: 1.6;
}
#main .valueBox .listUl .icon {
	position: absolute;
	top: 5.3rem;
	left: 3.5rem;
}
#main .valueBox .listUl .icon img {
	height: 4.3rem;
}
#main .valueBox .listUl .num {
	color: #5F5BFF;
	opacity: 0.3;
	font-size: 3.1rem;
	position: absolute;
	top: 3.1rem;
	right: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#main .valueBox .listUl .title {
	margin-bottom: 4.1rem;
	font-size: 2.4rem;
	line-height: 1.25;
}
#main .valueBox .listUl .title .sml {
	font-size: 2rem;
}
#main .valueBox .listUl li:nth-child(3) .title {
	line-height: 1.5;
  	margin: -0.3rem 0 3.2rem 0;
}
#main .valueBox .listUl .image {
	width: 7.2rem;
	height: 7.2rem;
	margin: 0 auto 2.8rem;
	border-radius: 50%;
	overflow: hidden;
}
#main .valueBox .listUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .valueBox .listUl .txt {
	margin-bottom: 1.3rem;
	text-align: center;
	font-weight: 700;
	color: #5F5BFF;
	font-size: 1.8rem;
	line-height: 1.5;
}
#main .valueBox .contrastUl li {
	margin-bottom: 3.3rem;
	width: 100%;
	position: relative;
}
#main .valueBox .contrastUl li:last-child {
	margin-bottom: 0;
}
#main .valueBox .contrastUl .before::after {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	bottom: -2.4rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/index/icon04.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .valueBox .contrastUl .bg {
	width: 100%;
	padding: 1.8rem 2rem 1.6rem;
	background: #F3F3F3;
	display: flex;
	border-radius: 1rem;
}
#main .valueBox .contrastUl .after {
	border-radius: 2rem;
	position: relative;
	z-index: 10;
	margin: 0 -1px;
}
#main .valueBox .contrastUl .after .bg {
	border: 1px solid #fff;
	padding: 1.6rem 1.8rem 1.6rem;
	background: #FFF;
}
#main .valueBox .contrastUl .after::after {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  z-index: -1;
  background: linear-gradient(to right,#5F5BFF 0%,#0BBC55 64%);
  filter: blur(0.7rem);
  border-radius: 3rem;
  opacity: 0.2;
}
#main .valueBox .contrastUl .ttl {
	color: #878787;
	font-weight: 600;
	color: #878787;
	line-height: 1;
	font-size: 1.4rem;
}
#main .valueBox .contrastUl .ttl img {
	width: 1.7rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.4rem 0.3rem 0 0;
}
#main .valueBox .contrastUl .right {
	flex: 1;
	text-align: right;
	margin: -0.7rem 0 0 1rem;
}
#main .valueBox .contrastUl .after .ttl {
	margin-top: -0.2rem;
	color: #FF6130;
	font-size: 1.8rem;
}
#main .valueBox .contrastUl .after .ttl img {
	margin-top: -0.2rem;
}
#main .valueBox .contrastUl .after .right {
	margin-top: -0.4rem;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 700;
	font-family: "Poppins","Noto Sans JP", sans-serif;
}
#main .valueBox .resultTxt {
	margin: 2.5rem 0 1.3rem;
	text-align: center;
	line-height: 1 !important;
	color: #06C755;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .valueBox .resultTxt .lineTxt {
	margin-top: 0.6rem;
	min-width: 8.6rem;
	display: inline-block;
	vertical-align: top;
	font-size: 2.67rem;
	background-size: auto 1rem;
	background-position: left bottom 0.5rem;
}
#main .valueBox .resultTxt .lineTxt .en {
	font-size: 4.53rem;
	vertical-align: -0.2rem;
	margin-right: 0.2rem;
}
#main .valueBox .notes {
	margin-top: 3rem;
	text-align: right;
	font-size: 1.2rem;
	color: #3E3E3E;
}
#main .valueBox .comBtn {
	margin-top: 5rem;
}
@media all and (max-width: 896px) {
	#main .valueBox .comTtl {
		margin: 0 0 5.1rem;
		transform: translateX(0);
	}
	#main .valueBox .headLine01 {
		margin-bottom: 3.2rem;
		text-align: left;
	}
	#main .valueBox .txtUl {
		margin-bottom: 2rem;
		display: block;
		font-size: 1.6rem;
	}
	#main .valueBox .center {
		margin-bottom: 4rem;
		text-align: left;
		line-height: 1.77;
		font-size: 1.3rem;
	}
	#main .valueBox .listUl {
		display: block;
	}
	#main .valueBox .listUl > li {
		margin-bottom: 5rem;
		padding: 13.6rem 2rem 4.5rem;
		width: auto;
	}
	#main .valueBox .listUl > li:last-child {
		margin-bottom: 0;
	}
	#main .valueBox {
		padding: 5.6rem 0 10.2rem;
	}
	#main .valueBox .headLine01 .en {
		font-size: 3.6rem;
	}
	#main .valueBox .txtUl li img {
		width: 1.8rem;
	}
	#main .valueBox .txtUl li {
		margin-bottom: 1.3rem;
	}
	#main .valueBox .txtUl li:last-child {
		margin-bottom: 0;
	}
	#main .valueBox .listUl .title {
		margin-bottom: 2.8rem;
		font-size: 2.2rem;
		line-height: 1.2;
	}
	#main .valueBox .listUl .title .sml {
		font-size: 1.8rem;
	}
	#main .valueBox .listUl .num {
		top: 4.8rem;
		right: 1.8rem;
	}
	#main .valueBox .listUl .icon {
		top: 5.3rem;
		left: 1.9rem;
	}
	#main .valueBox .listUl .icon img {
		height: 3.5rem;
	}
	#main .valueBox .listUl .txt {
		margin-bottom: 1.6rem;
		font-size: 1.7rem;
	}
	#main .valueBox .contrastUl .right {
		font-size: 1.4rem;
		margin-top: -0.6rem;
	}
	#main .valueBox .contrastUl .after {
		margin: 0 -0.2rem
	}
	#main .valueBox .resultTxt {
		margin-bottom: 1.1rem;
	}
	#main .valueBox .notes {
		margin-top: 1.6rem;
	}
	#main .valueBox .comBtn {
		margin-top: 7.3rem;
	}
	#main .valueBox .listUl li:nth-child(3) .title {
		margin: -0.3rem 0 1.9rem 0;
	}
	#main .valueBox .contrastUl .after .ttl img {
		margin-top: -0.3rem;
	}
}


/* featureBox */
#main .featureBox p:not(.comTtl) {
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#main .featureBox .text {
	margin-bottom: 9rem;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
#main .featureBox .siteList {
	margin-bottom: 13.2rem;
	position: relative;
}
#main .featureBox .siteList::before {
	width: 0.2rem;
	content: "";
	position: absolute;
	top: -3.3rem;
	bottom: 7.2rem;
	background: #5F5BFF;
	opacity: 0.3;
	left: 0;
	transform: translateX(-50%);
}
#main .featureBox .siteList > li {
	display: flex;
	gap: 2rem;
}
#main .featureBox .siteList > li + li {
	margin-top: 4.6rem;
}
#main .featureBox .siteList .textBox {
	padding-left: 2.2rem;
	flex: 1;
}
#main .featureBox .siteList .comTtl {
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#main .featureBox .siteList .comTtl::after {
	width: 3rem;
	height: 3rem;
	left: -3.7rem;
	border-radius: 100%;
	border: 1px solid #5F5BFF;
	background: #fff url(../img/index/feature_icon.png) no-repeat center center / 1.2rem;
	box-sizing: border-box;
}
#main .featureBox .siteList .heading {
	margin-bottom: 2.4rem;
	color: #454545;
	font-size: 1.7rem;
}
#main .featureBox .siteList .heading span {
	display: block;
	font-size: 3rem;
}
#main .featureBox .subList {
	margin-top: 1.4rem;
	width: 72.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.3999rem;
}
#main .featureBox .subList li {
	padding: 2.9rem 2.5rem 2rem;
	width: calc((100% - 2.8rem) / 3);
	border-radius: 1rem;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	box-shadow: 0.4rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.05);
	color: #3E3E3E;
}
#main .featureBox .subList .title {
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: 1.5rem;
}
#main .featureBox .subList p {
	font-size: 1.2rem;
	line-height: 1.6;
	word-break: break-all;
}
#main .featureBox .subList .image {
	margin: 0 auto 1.9rem;
	width: 4rem;
	height: 4rem;
}
#main .featureBox .subList .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (max-width: 896px) {
	#main .featureBox .text {
		margin-bottom: 6.3rem;
		font-size: 1.3rem;
	}
	#main .featureBox .siteList {
		margin-bottom: 6.6rem;
	}
	#main .featureBox .siteList > li {
		display: block;
	}
	#main .featureBox .siteList .heading {
		font-size: 1.5rem;
	}
	#main .featureBox .siteList .heading span {
		margin-bottom: 0.2rem;
		font-size: 2.3rem;
	}
	#main .featureBox .siteList::before {
		top: -3.5rem;
		bottom: -1.6rem;
	}
	#main .featureBox .subList {
		margin: 3rem 0 0 2.2rem;
		width: auto;
		display: block;
	}
	#main .featureBox .subList li {
		padding: 1.8rem 1.9rem 2rem;
		width: auto;
		display: flex;
		gap: 2rem;
	}
	#main .featureBox .subList li + li {
		margin-top: 1.6rem;
	}
	#main .featureBox .siteList .comTtl {
		margin-bottom: 1.2rem;
		font-size: 1.5rem !important;
	}
	#main .featureBox .siteList .subBox {
		flex: 1;
	}
	#main .featureBox .subList .title {
		text-align: left;
	}
	#main .featureBox .comBtn .centerTxt {
		margin-bottom: 2.2rem;
		font-size: 1.5rem;
	}
}
/* pricingBox */
#main .pricingBox {
	padding: 14.7rem 0 7.9rem;
}
#main .pricingBox .priceList {
	margin-bottom: 3.9rem;
	gap: 2.999rem;
}
#main .pricingBox .priceList > li {
	padding: 6.1rem 3.9rem 4.8rem;
	width: calc((100% - 6rem) / 3);
	font-size: 1.5rem;
	border-radius: 2rem;
	border: 1px solid #E5E5E5;
	background: #FFF;
	box-shadow: 0 0.3rem 2rem 0.5rem rgba(0, 0, 0, 0.10);
	position: relative;
}
#main .pricingBox .priceList .No1::before {
	padding: 0 1.4rem;
	width: fit-content;
	height: auto;
	content: "人気";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9;
	color: #fff;
	border-radius: 5rem;
	background: #5F5BFF;
	box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
	padding-bottom: 0.2rem;
}
#main .pricingBox .priceList .No1::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: inherit;
	border: 0.3rem solid #5F5BFF;
	pointer-events: none;
	box-sizing: border-box;
}
#main .pricingBox .priceList .heading {
	margin-bottom: 4.6rem;
	color: #454545;
}
#main .pricingBox .priceList .heading span {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 2.6rem;
}
#main .pricingBox .priceList .dlBox {
	margin-bottom: 3rem;
}
#main .pricingBox .priceList dl:not(:last-of-type) {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #BFBFBF;
}
#main .pricingBox .priceList dt {
	margin-bottom: 0.6rem;
	color: #626262;
	font-weight: 400;
}
#main .pricingBox .priceList dd {
	margin-bottom: 2.3rem;
	color: #454545;
	font-weight: 700;
}
#main .pricingBox .priceList dd:last-child {
	margin-bottom: 0;
}
#main .pricingBox .priceList dd li {
	padding: 0 1.9rem 0.4rem;
	background: url(../img/index/price_icon.png) no-repeat left top 0.4rem / 1.2rem;
}
#main .pricingBox .priceList .infoTtl {
	margin-bottom: 3.3rem;
	padding: 1.6rem 2.4rem;
	border-radius: 1rem;
	font-size: 2rem;
	color: #5F5BFF;
	background: #E8E7FF;
}
#main .pricingBox .priceList .infoTtl small {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}
#main .pricingBox .priceList .comBtn a {
	width: 100%;
	height: 4.8rem;
}
#main .pricingBox .priceList .comBtn a img {
	transform: scaleX(-1);
}
#main .pricingBox .tipsUl {
	color: #3E3E3E;
	line-height: 1.7;
}
#main .pricingBox .tipsUl li {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
@media all and (max-width: 896px) {
	#main .pricingBox {
		padding: 5.7rem 0 3.5rem;
	}
	#main .pricingBox .headLine01 {
		margin-bottom: 3.9rem;
	}
	#main .pricingBox .priceList {
		margin-bottom: 2rem;
		display: block;
	}
	#main .pricingBox .priceList > li {
		padding: 4.5rem 1.9rem 4.2rem;
		width: auto;
		font-size: 1.3rem;
	}
	#main .pricingBox .priceList .No1::after {
		border-width: 0.2rem;
	}
	#main .pricingBox .priceList > li + li {
		margin-top: 3.8rem;
	}
	#main .pricingBox .priceList .heading {
		margin-bottom: 3.8rem;
		font-size: 1.4rem;
	}
	#main .pricingBox .priceList .heading span {
		font-size: 2.2rem;
	}
	#main .pricingBox .priceList .dlBox {
		margin-bottom: 3.2rem;
	}
	#main .pricingBox .priceList dl:not(:last-of-type) {
		margin-bottom: 2rem;
		padding-bottom: 2.7rem;
	}
	#main .pricingBox .priceList dt {
		margin-bottom: 0.7rem;
	}
	#main .pricingBox .priceList dd {
		margin-bottom: 2rem;
	}
	#main .pricingBox .priceList dd ul {
		margin-bottom: 2.4rem;
	}
	#main .pricingBox .priceList dd li {
		padding-bottom: 0.3rem;
	}
	#main .pricingBox .priceList .infoTtl {
		padding: 1.4rem 2.4rem;
		font-size: 1.8rem;
	}
	#main .pricingBox .priceList .infoTtl small {
		font-size: 1.4rem;
	}
}


#main .successBox {
	padding-bottom: 16.3rem;
}
#main .successBox .ttlBox {
	margin-bottom: 4.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.7rem 0;
}
#main .successBox .ttlBox .headLine01 {
	margin: 0;
	width: calc(100% - 25rem);
}
#main .successBox .ttlBox p {
	width: calc(100% - 25rem);
	order: 1;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#main .successBox .ttlBox .btn {
	margin-top: 0.9rem;
	width: 23rem;
}
#main .successBox .ttlBox .btn a {
	padding: 1rem 1rem 1.1rem;
	display: block;
	text-align: center;
	color: #5F5BFF;
	font-size: 1.7rem;
	font-weight: 700;
	border-radius: 5rem;
	border: 0.2rem solid #5F5BFF;
	background: #FFF;
	box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
}
#main .successBox .ttlBox .btn a span {
	padding: 0 2.2rem 0.2rem 0;
	display: inline-block;
	background: url(../img/common/icon05.png) no-repeat right center / 1rem;
}
#main .successBox .storyList {
	margin-bottom: 6.9rem;
	display: flex;
	flex-direction: column;
	gap: 3.4rem 0;
}
#main .successBox .storyList li {
	padding: 4.3rem;
	width: 100%;
	display: flex;
	gap: 3.2rem;
	border-radius: 2rem;
	border: 1px solid #E5E5E5;
	background: #FFF;
	box-shadow: 0 0.3rem 2rem 0.5rem rgba(0, 0, 0, 0.10);
}
#main .successBox .storyList li .textBox {
	flex: 1;
	color: #3E3E3E;
}
#main .successBox .storyList li .mark {
	margin-bottom: 1.9rem;
	padding: 0.3rem 0.8rem 0.4rem;
	width: fit-content;
	color: #5F5BFF;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 5rem;
	border: 1px solid #5F5BFF;
}
#main .successBox .storyList li .subTtl {
	margin-bottom: 0.7rem;
	color: #06C755;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
}
#main .successBox .storyList li .subTtl .lg {
	margin: 0 0.5rem;
	font-size: 3.8rem;
}
#main .successBox .storyList li h3 {
	margin-bottom: 1.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
}
#main .successBox .storyList li .text {
	line-height: 1.7;
	letter-spacing: 0.02em;
}
#main .successBox .storyList li .photo {
	width: 47.3%;
}
#main .successBox .storyList li .photo img {
	width: 100%;
	border-radius: 1rem;
}
#main .achievements .subTtl {
	margin-bottom: 1.3rem;
	color: #5F5BFF;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#main .achievements h3 {
	margin-bottom: 4.6rem;
	color: #454545;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
}
#main .achievements .textList {
	margin: 0 auto;
	max-width: 102.4rem;
	gap: 2rem;
}
#main .achievements .textList li {
	padding: 2.8rem 1.7rem 1rem 2.1rem;
	width: calc((100% - 4rem) / 3);
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #F24F44;
	border-radius: 2rem;
	background: #F3F3F3;
}
#main .achievements .textList li .sm {
	font-size: 1.8rem;
	line-height: 1.4;
}
#main .achievements .textList li .lg {
	font-size: 4.8rem;
}
#main .achievements .textList .color01 {
	color: #43B0FF;
}
#main .achievements .textList .color02 {
	color: #FF8484;
}
#main .achievements .textList .color03 {
	color: #29C589;
}
#main .achievements .textList .color04 {
	color: #44BF35;
}
#main .achievements .textList .color05 {
	color: #F9C030;
}
#main .achievements .textList .color06 {
	color: #9D4FDE;
}
#main .achievements .textList .color07 {
	color: #FF8233;
}
#main .achievements .textList .color08 {
	color: #2FCFDD;
}
#main .trustBox {
	width: 43.6%;
	padding-right: 5%;
	border-right: 1px solid #BFBFBF;
}
#main .trustBox .headLine01 {
	margin-bottom: 7.7rem;
}
#main .trustBox .textList {
	display: flex;
	flex-direction: column;
	gap: 3.6rem 0;
}
#main .trustBox .textList li {
	width: 100%;
	color: #3E3E3E;
}
#main .trustBox .textList li .icon {
	margin-bottom: 0.8rem;
}
#main .trustBox .textList li .icon img {
	width: 3.8rem;
}
#main .trustBox .textList li .icon01 {
	margin-bottom: 1rem;
}
#main .trustBox .textList li .icon01 img {
	width: 2.9rem;
}
#main .trustBox .textList li h3 {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .trustBox .textList li p {
	margin-bottom: 1.1rem;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
#main .trustBox .textList li p:last-child {
	margin-bottom: 0;
}
#main .trustBox .textList li .image img {
	width: 9.5rem;
}
#main .excellenceBox {
	padding-left: 4.04%;
	flex: 1;
}
#main .excellenceBox .headLine01 {
	margin-bottom: 3rem;
}
#main .excellenceBox .text01 {
	margin-bottom: 5.2rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#main .excellenceBox .imgList {
	display: flex;
	flex-direction: column;
	gap: 1.7rem 0;
}
#main .excellenceBox .imgList li {
	display: flex;
	gap: 2.2rem;
}
#main .excellenceBox .imgList li .photo {
	width: 8.9rem;
}
#main .excellenceBox .imgList .item01 {
	padding-top: 0.9rem;
	color: #3E3E3E;
}
#main .excellenceBox .imgList .item01 .photo {
	padding-right: 0.9rem;
}
#main .excellenceBox .imgList li .photo img {
	width: 100%;
}
#main .excellenceBox .imgList li .textBox {
	flex: 1;
}
#main .excellenceBox .imgList li p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#main .excellenceBox .imgList li .sm {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .flexPage {
	margin-bottom: 10.4rem;
}
#main .mediaBox .imgBox {
	margin-bottom: 12.8rem;
}
#main .mediaBox .imgBox .headLine01 {
	margin: 0;
	width: 50%;
}
#main .mediaBox .imgBox .photo {
	margin-top: -1.1rem;
	width: 45.1%;
	text-align: center;
}
#main .mediaBox .imgBox .photo img {
	width: 39rem;
}
#main .mediaBox .comBtn .centerTxt {
	margin-bottom: 2.1rem;
}
#main .mediaBox {
	margin-bottom: 10.4rem;
}
@media all and (min-width: 897px) {
	#main .successBox .ttlBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .successBox {
		padding: 7.8rem 0 10.7rem;
	}
	#main .successBox .content {
		margin: 0 2rem;
	}
	#main .successBox .ttlBox {
		margin-bottom: 5.1rem;
		display: block;
	}
	#main .successBox .ttlBox .headLine01 {
		margin-bottom: 1.9rem;
		width: auto;
	}
	#main .successBox .ttlBox p {
		margin-bottom: 2.1rem;
		width: auto;
		font-size: 1.3rem;
	}
	#main .successBox .ttlBox .btn {
		margin-top: 0;
		width: 21.9rem;
	}
	#main .successBox .ttlBox .btn a {
		padding: 1.1rem 1rem 1.2rem;
		font-size: 1.5rem;
	}
	#main .successBox .ttlBox .btn a span {
		padding: 0 2.2rem 0 0;
	}
	#main .successBox .storyList {
		margin-bottom: 7.6rem;
		gap: 3rem 0;
	}
	#main .successBox .storyList li {
		padding: 4.8rem 1.9rem 4.5rem;
		flex-direction: column;
		gap: 2.8rem;
	}
	#main .successBox .storyList li .textBox {
		width: 100%;
		flex: initial;
	}
	#main .successBox .storyList li .mark {
		padding: 0.4rem 0.8rem 0.4rem;
	}
	#main .successBox .storyList li .subTtl {
		margin-bottom: 0.9rem;
		font-size: 1.9rem;
	}
	#main .successBox .storyList li .subTtl .lg {
		font-size: 3.5rem;
	}
	#main .successBox .storyList li h3 {
		margin-bottom: 1.2rem;
		font-size: 2.1rem;
		letter-spacing: 0.05em;
	}
	#main .successBox .storyList li .photo {
		width: 100%;
	}
	#main .achievements .subTtl {
		margin-bottom: 2.2rem;
		font-size: 1.2rem;
	}
	#main .achievements h3 {
		margin-bottom: 4.3rem;
		font-size: 2.3rem;
	}
	#main .achievements .textList {
		margin: 0;
		max-width: initial;
		gap: 1rem;
	}
	#main .achievements .textList li {
		padding: 1.5rem 0.5rem 0.8rem 1.2rem;
		width: calc(50% - 0.5rem);
		font-size: 1.534rem;
		border-radius: 1rem;
	}
	#main .achievements .textList li .sm {
		margin-bottom: 1px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	#main .achievements .textList li .lg {
		font-size: 2.7rem;
		letter-spacing: 0;
		margin-right: 0.3rem;
		vertical-align: -0.2rem;
	}
	#main .achievements .textList li:nth-child(5) .lg {
		letter-spacing: -0.05em;
	}
	#main .trustBox {
		margin-bottom: 8.8rem;
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	#main .trustBox .headLine01 {
		margin-bottom: 6.1rem;
	}
	#main .trustBox .textList {
		gap: 4.1rem 0;
	}
	#main .trustBox .textList li .icon01 {
		margin-bottom: 0.9rem;
	}
	#main .trustBox .textList li .icon01 img {
		width: 2.9rem;
	}
	#main .trustBox .textList li h3 {
		margin-bottom: 0.5rem;
	}
	#main .trustBox .textList li p {
		margin-bottom: 1.7rem;
		font-size: 1.3rem;
	}
	#main .trustBox .textList li p:last-child {
		margin-bottom: 0;
	}
	#main .excellenceBox {
		padding-left: 0;
		width: 100%;
		flex: initial;
	}
	#main .excellenceBox .headLine01 {
		margin-bottom: 2rem;
	}
	#main .excellenceBox .text01 {
		margin-bottom: 4.9rem;
		font-size: 1.3rem;
	}
	#main .excellenceBox .imgList li p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .excellenceBox .imgList li .sm {
		margin-top: 0.9rem;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#main .flexPage {
		margin-bottom: 8.8rem;
	}
	#main .mediaBox .imgBox {
		margin-bottom: 7.2rem;
		display: block;
	}
	#main .mediaBox .imgBox .headLine01 {
		margin-bottom: 3.8rem;
		width: auto;
	}
	#main .mediaBox .imgBox .photo {
		margin-top: 0;
		width: auto;
		text-align: center;
	}
	#main .mediaBox .imgBox .photo img {
		width: 29.6rem;
	}
	#main .mediaBox .comBtn .centerTxt {
		margin-bottom: 2.3rem;
	}
	#main .mediaBox {
		margin-bottom: 10rem;
	}
}

#main .faqBox {
	padding: 7rem 0 10.5rem;
}
#main .faqBox .lBox {
	width: 38.7rem;
	padding-right: 2rem;
}
#main .faqBox .rBox {
	flex: 1;
}
#main .faqUl li {
	margin-bottom: 1rem;
	min-height: 8rem;
	padding: 2.3rem 2.9rem 2.5rem;
	border-radius: 1rem;
	background: #F3F3F3;
}
#main .faqUl li:last-child {
	margin-bottom: 0;
}
#main .faqUl dt {
	cursor: pointer;
	padding: 0 5rem 0 5.5rem;
	color: #3E3E3E;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.18rem;
	position: relative;
}
#main .faqUl dt::before {
	position: absolute;  
	top: -0.2rem;
	left: 0;
	content: "Q.";
	color: #5F5BFF;
	font-family: "Poppins", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 120%; 
}
#main .faqUl dt:after {
	content: '';
	position: absolute;
	top: 1.5rem;
	right: 0.5rem;
	transform: translate(0, -50%);
	width: 0.9rem;
	height: 0.9rem;
	border-right: 0.2rem solid #5F5BFF;
	border-bottom: 0.2rem solid #5F5BFF;
	transform: translate(0, -50%) rotate(45deg);
}
#main .faqUl dt.on:after {
	top: 65%;
	transform: translate(0, -50%) rotate(225deg);
}
#main .faqUl dd {
	display: none;
	margin-top: 3rem;
	padding-left: 5.8rem;
	position: relative;
	color: #3E3E3E;
	line-height: 180%;
	letter-spacing: 0.14rem;
}
#main .faqUl dd::before {
	position: absolute;  
	top: -0.2rem;
	left: 0;
	content: "A.";
	color: #FF6130;
	font-family: "Poppins", sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 120%; 
}
#main .succeedBox {
	padding: 7.8rem 0 6.1rem;
	background: linear-gradient(144deg, #5F5FBF 20.24%, #3A3AB5 79.87%);
}
#main .succeedBox h2 {
	margin-bottom: 1.6rem;
	color: #FFF;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 140%; 
	letter-spacing: 0.076rem;
}
#main .succeedBox .centerTxt {
	margin-bottom: 4.1rem;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 170%; 
	letter-spacing: 0.032rem;
}
#main .succeedBox .list {
	margin: 0 8.5rem 4.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}
#main .succeedBox .list > li {
	width: calc((100% - 3.2rem) / 2);
	padding: 4.5rem 4rem 4.3rem 4rem;
	border-radius: 3rem;
	background: #FFF;
}
#main .succeedBox .list h3 {
	margin-bottom: 1rem;
	color: #3E3E3E;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 140%; 
}
#main .succeedBox .list p {
	margin-bottom: 3rem;
	color: #3E3E3E;
	line-height: 170%; 
	letter-spacing: 0.028rem;
}
#main .succeedBox .list .comBtn {
	justify-content: center;
}
#main .succeedBox .list .comBtn a {
	width: 36.4rem;
	font-size: 1.7rem;
	height: 6.6rem;
}
#main .succeedBox .list .comBtn .txt {
	font-size: 1.1rem;
	color: #0C0C0C;
}
#main .succeedBox .tel {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%; 
}
#main .succeedBox .tel .telSpan {
	margin: 1.5rem 0 -0.2rem;
	display: block;
}
#main .succeedBox .tel .telSpan a {
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 130%;
	display: inline-block;
	padding-left: 5rem;
	background: url(../img/common/tel.png) no-repeat left center;
	background-size: 3.6rem auto;
}
#main .succeedBox .tel small {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.075rem;
}
@media all and (max-width: 896px) {
	#main .faqBox .content {
		flex-direction: column;
		margin: 0 2.1rem;
	}
	#main .faqBox .lBox {
		width: 100%;
		padding: 0 0 3.5rem;
	}
	#main .faqUl li {
		min-height: 6.6rem;
		margin-bottom: 1.2rem;
		padding: 2rem;
	}
	#main .faqUl dt {
		font-size: 1.5rem;
		line-height: 1.53;
		padding: 0 4rem 0 3rem;
		letter-spacing: 0.15rem;
	}
	#main .faqUl dt::before {
		font-size: 2.1rem;
		top: 0rem;
	}
	#main .faqUl dd {
		margin-top: 1.8rem;
		padding-left: 3rem;
		font-size: 1.2rem;
		line-height: 1.85; 
		letter-spacing: 0.12rem;
	}
	#main .faqUl dd::before {
		font-size: 1.6rem;
		top: 0.4rem;
	}
	#main .faqUl dt::after {
		top: 50%;
		width: 0.72rem;
		height: 0.72rem;
		right: 0.2rem;
	}
	#main .faqUl dt.on::after {
		top: 55%;
	}
	#main .faqBox {
		padding: 7rem 0 6.6rem;
	}
	#main .succeedBox {
		padding: 7rem 0;
	}
	#main .succeedBox h2 {
		font-size: 3rem;
		font-weight: 700;
		line-height: 140%; 
		letter-spacing: 0.06rem;
	}
	#main .succeedBox .centerTxt {
		margin-bottom: 4.7rem;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 170%;
		letter-spacing: 0.028rem;
	}
	#main .succeedBox .list {
		margin: 0 0 4rem;
		flex-direction: column;
		gap: 2.2rem;
	}
	#main .succeedBox .list > li {
		width: 100%;
		padding: 4.7rem 2.1rem 3.4rem;
	}
	#main .succeedBox .list h3 {
		margin-bottom: 0.7rem;
		font-size: 2rem;
		font-weight: 700;
	}
	#main .succeedBox .list p {
		margin-inline: 0.5rem;
		font-size: 1.2rem;
		line-height: 170%; 
		letter-spacing: 0.024rem;
	}
	#main .succeedBox .list .comBtn li {
		width: 100%;
	}
	#main .succeedBox .list .comBtn a {
		max-width: 30.2rem;
		width: 100%;
		margin: 0 auto;
		border-width: 0.2rem;
	}
	#main .succeedBox .tel .telSpan a {
		font-size: 3rem;
		padding-left: 4rem;
		background-size: 3rem auto;
	}
	#main .succeedBox .tel small {
		font-size: 1.2rem;
	}
	#main .succeedBox .list .comBtn img {
		width: 1.9rem;
		margin: -0.5rem 1.2rem 0 0;
	}
	#main .succeedBox .list .comBtn .txt {
		font-size: 1.1rem;
		top: -1.7rem;
		padding: 0.5rem 1.1rem 0.7rem;
	}
}