@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
main {
	overflow: hidden;
}
.sec-mainvisual,
.inner-mainvisual {
	position: relative;
}

.sec-mainvisual {
	overflow: hidden;
	background-color: #04043f;
	z-index: 0;	
}

.bg-mainvisual {
	width: 200%;
	height: 200%;
	background: url(../img/home/bg_mainvisual.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: -50%;
	top: -50%;
	z-index: -1;

	transform: translateZ(0);

	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

}
.bg-mainvisual .bright-sheet {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;

transform: translateZ(400px);
-moz-transform: translateZ(400px);
-webkit-transform: translateZ(400px);

}
.bg-mainvisual .bright-sheet .twinkle {
	display: block;
	width: 2px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
	filter: blur(1px);
	box-shadow: 0 0 40px 10px #fff;
	position: absolute;
	right: 300px;
	top: 30%;
	z-index: 1;	


	animation-name: anim-twinkle;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;

}

@keyframes anim-twinkle {
	0% {
		box-shadow: 0 0 40px 10px #fff;
	}
	50% {
		box-shadow: 0 0 45px 12px #fff;
	}
	100% {
		box-shadow: 0 0 40px 10px #fff;
	}

}

.inner-mainvisual {
}
.inner-mainvisual::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 300 / 67;
	background: url(../img/home/bg_mv_bottom.svg) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 0;
}
.inner-mainvisual .inner-txt {
	width: 90%;
	margin: 0 auto;
	padding: clamp(140px, 25%, 220px) 0 100px 0;
}
.inner-mainvisual .inner-txt .catch-l {
    font-size: 8.65vw;
    line-height: 1;
    letter-spacing: 0.085em;
	font-feature-settings: "palt";
}
.inner-mainvisual .inner-txt .catch-en {
	color: #ebff08;
	letter-spacing: 0.025em;
}



@media (max-width: 767px) {
	.inner-mainvisual .inner-txt {
		padding-bottom: 50px;
	}
}




/* plan-navi */
.plan-navi {
	width: 100%;
}
.plan-navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.plan-navi li {
	align-self: flex-start;
	width: 20%;
	position: relative;
	top: -80px;
}
.plan-navi li a {
	display: inline-block;
	width: 100%;
	padding-top: 70px;
	position: relative;
}

.plan-navi li .balloon {
	display: block;
	max-width: 215px;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.3);
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: top ease 0.25s;
}
@media (min-width: 768px) {
	.plan-navi li a:hover .balloon {
		top: -10px;
	}	
}
.plan-navi li .balloon .blank {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.plan-navi li .balloon .blank::before,
.plan-navi li .balloon .blank::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: currentColor;
    border-style: solid;
    position: absolute;
    z-index: 1;
}
.plan-navi li .balloon .blank::before {
    border-width: 1px;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.plan-navi li .balloon .blank::after {
    border-width: 0 0 1px 1px;
    right: 2px;
    top: calc(50% + 2px);
    margin-top: -5px;
}

.plan-navi li .balloon:before {
	content: "";
	border-top: 16px solid rgba(255,255,255,0.3);
	border-right: 12px solid transparent;
	border-bottom: 0px solid rgba(255,255,255,0.3);
	border-left: 12px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -16px;
	z-index: 1;
}

.plan-navi li .img {
	display: block;
	margin: 0 auto;
}
.plan-navi .plan01 {
}
.plan-navi .plan01 .img {
	max-width: 24%;
}
.plan-navi .plan02 {
	top: 0;
}
.plan-navi .plan02 .img {
	max-width: 67%;
}
.plan-navi .main-char {
	top: 0;
	z-index: 1;
}
.plan-navi .plan03 {
	top: 0;
}
.plan-navi .plan03 .img {
	max-width: 90%;
}
.plan-navi .plan04 {
}
.plan-navi .plan04 .img {
	max-width: 45%;
}

@media (max-width: 767px) {
	.plan-navi li a {
		padding: 5% 0;
	}
	.plan-navi li {
		width: 50%;
		top: 0;
	}
	.plan-navi .plan01 {
	}
	.plan-navi .plan01 .img {
	}
	.plan-navi .plan02 {
		top: 0;
	}
	.plan-navi .main-char {
		order: 5;
	}
	.plan-navi .plan03 {
		top: 0;
	}
	.plan-navi .plan03 .img {
	}
	.plan-navi .plan04 {
	}
	.plan-navi .plan04 .img {
		max-width: 45%;
	}

	.plan-navi li .balloon {
		margin-bottom: 30px;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		position: relative;
		left: auto;
		top: auto;
	}

}

@media (max-width: 480px) {
	.plan-navi li {
		padding: 0 10px;
	}
	.plan-navi li .balloon {
		font-size: 1.4rem;
	}
}


/* sec-intro */
#sec-intro {
	padding: 80px 0 30px 0;
	background-color: #eae5fc;
	position: relative;
}
#sec-intro .bg-st {
	position: absolute;
	width: 90px;
	height: 86px;
}
#sec-intro .bg-st img {
	display: block;
}

@keyframes stImg-anim {
	0% {
		transform: scale(0);
		transform-origin: right top;
	}
	50% {
		transform: scale(1);
		transform-origin: center center;
	}
	100% {
		transform: scale(0);
		transform-origin: left bottom;
	}
}
.inner-intro {
	position: relative;
	z-index: 1;
}
.intro-wrap {
	width: 90%;
	max-width: 955px;
	margin: 0 auto;
}
.intro-wrap .catch {
}
.intro-wrap .ttl {
	line-height: 1.25;
    font-feature-settings: "palt";
    letter-spacing: 0.055em;
}
.intro-wrap .txt {
	line-height: 2.5;
}

@media (max-width: 1199px) {
	.intro-wrap .ttl {
		font-size: 6.6vw;
	}
}


/* sec-service */
#sec-service {

}
.sec-description {
	background-color: #f7f7f7;
}
.sec-description .service-ttl {
	margin: 0 0 0 auto;
	position: relative;
}
.sec-description .service-ttl .f-po {
	opacity: 0;	
	visibility: hidden;
}

.sec-description .service-ttl .ttl {
	line-height: 1;
	font-feature-settings: "palt";
    letter-spacing: 0.07em;
	position: relative;
}
.sec-description .service-ttl .ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 1;
}
.sec-description .service-row {
	display: flex;
	flex-wrap: wrap;
}
.sec-description .img-area {
	max-width: 600px;
	width: 45%;
}
.sec-description .txt-area {
	max-width: 745px;
	width: 55%;
}
.sec-description .txt-area .head {
	line-height: 1.6;
}
.sec-description .txt-area .txt {
}


/* ex-price */
.sec-description .ex-price {
/* 	padding-right: 15%; */
}

#sec-service .service-list {
	background-color: #f7f7f7;
	position: relative;
	z-index: 1;
}
#sec-service .service-list:before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 100px);
	background-color: #ffdaef;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#sec-service .service-list .comment {
	line-height: 2;
}
#sec-service .service-list .ext-link {
	text-align: center;
	padding-top: 20px;
}
#sec-service .service-list .ext-link .txtlink {
	padding-right: 20px;	
	position: relative;
}
#sec-service .service-list .ext-link .blank {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}
#sec-service .service-list .ext-link .blank::before,
#sec-service .service-list .ext-link .blank::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-color: currentColor;
	border-style: solid;
	position: absolute;
	z-index: 1;
}
#sec-service .service-list .ext-link .blank::before {
	border-width: 1px;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
#sec-service .service-list .ext-link .blank::after {
    border-width: 0 0 1px 1px;
    right: 2px;
    top: calc(50% + 2px);
    margin-top: -5px;
}


/* service01 */
.service01 {
	position: relative;
	padding-top: 12%;
	background: #f7f7f7;
}
.service01:before {
	content: "";
	display: block;
	width: 100%; 
	padding-top: 12%;
	background-image: url(../img/home/bg_intro_bottom.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}

.service01 .service-ttl .copet {
	display: block;
	width: min(60%, 1500px);
	position: absolute;
	right: -180px;
	bottom: -180%;
	z-index: 1;
}
.service01 .copet img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.service01 .service-ttl .balloon {
	position: absolute;
	right: 36%;
	bottom: 130%;
	z-index: 0;
}
.service01 .sec-description .service-ttl {
	width: 90%;
}
.service01 .sec-description .txt-area {
	padding-left: 5%;
	width: 100%;
    z-index: 1;
    position: relative;
}
.service01 .sec-description .free {
	padding: 4px 20px;
	border-radius: 25px;
	background-color: #ff6893;
}

@media (min-width: 1500px) {
	.service01 .service-ttl .balloon {
		right: auto;
		left: 42.5%;
		top: -214px;
		bottom: auto;
	}
	.service01 .service-ttl .copet {
		top: -272px;
		bottom: auto;
	}
}

@media (max-width: 991px) {
	.service01 .service-ttl .balloon {
		width: 50%;
		right: auto;
		left: 37%;
		bottom: 80%;
	}
}

@media (max-width: 767px) {
	.service01 .sec-description .service-ttl {
		width: 95%;
	}
	.service01 .sec-description .service-ttl .ttl {
		font-size: 7.9vw;
	}
	.service01 .service-ttl .balloon {
	}
	.service01 .service-ttl .copet {
		width: 50%;
		right: -10%;
		bottom: -130%;
	}

	.service01 .sec-description .txt-area {
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	.service01 .sec-description .service-ttl {
		padding-bottom: 55%;
	}
	.service01 .sec-description .service-ttl .ttl {
		font-size: 10vw;
	}
	.service01 .service-ttl .balloon {
		left: 0;
		bottom: 40%;
	}
	.service01 .service-ttl .copet {
		width: 60%;
		right: 0;
		bottom: 10px;
	}
}



/* service02 */
.service02 {
	position: relative;
	padding: 12% 0;
}
.service02:before {
	content: "";
	display: block;
	width: 100%; 
	padding-top: 12%;
	background-image: url(../img/home/bg_wave_top.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service02:after {
	content: "";
	display: block;
	width: 100%; 
	padding-top: 12%;
/* 	background-image: url(../img/home/bg_wave_bottom.svg) ; */
	background-color: #f7f7f7;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.service02 .sec-description .service-ttl {
	width: 80%;
}
.service02 .sec-description .sv02-wrap {
	padding-left: 38%;
	width: 90%;
	position: relative;
}
.service02 .sec-description .sv02-wrap .copet {
	display: block;
	width: 50%;
	max-width: 662px;
	position: absolute;
	left: -16%;
/* 	bottom: -128px; */
	bottom: -228px;
	z-index: 0;
}
.service02 .sec-description .sv02-wrap .copet img {
	width: 100%;
}
.service02 .sec-description .sv02-txt-area {
	max-width: 680px;
}

@media (min-width: 1500px) {
	.service02 .sec-description .sv02-wrap .copet {
		max-width: 900px;
	}
}
@media (max-width: 991px) {
	.service02 .sec-description .service-ttl {
		width: 95%;
	}
	.service02 .sec-description .sv02-wrap {
		width: 95%;
		padding-left: 5%;
	}
	.service02 .sec-description .sv02-txt-area {
		max-width: none;
	}
	.service02 .sec-description .ex-price {
		max-width: 530px;
		margin: 0 0 0 auto;
	}
	.service02 .sec-description .btnarea {
		justify-content: flex-end;
	}
}
@media (max-width: 767px) {
	.service02 .sec-description .service-ttl .ttl {
		font-size: 7.9vw;
	}
	.service02 .sec-description .sv02-wrap {
		width: 95%;
		padding-left: 5%;
	}
	.service02 .sec-description .sv02-wrap .copet {
	    bottom: -185px;
	}
}
@media (max-width: 480px) {
	.service02 .sec-description .sv02-wrap {
		padding-bottom: 100px;
	}
	.service02 .sec-description .ex-price {
		max-width: none;
		margin: 0;
	}
	.service02 .sec-description .sv02-wrap .copet {
		width: 100%;
		max-width: 230px;
	    bottom: -125px;
	}
}

/* service03 */
.service03 .sec-description {
	background-color: #fff;
}
.service03 .sec-description .service-ttl {
	width: 90%;
}
.service03 .sec-description .sv03-wrap {
	width: 90%;
	padding-left: 5%;
	max-width: 1350px;
	margin: 0 auto;
}
.service03 .sec-description .img-area {
	order: 2;
}
.service03 .sec-description .txt-area {
	order: 1;
	padding-right: 5%;
}
.service03 .sec-description .txt-area .txt {
	max-width: 540px;
}

@media (max-width: 991px) {
	.service03 .sec-description .img-area {
		order: 1;
		width: 100%;
		margin: 0 auto 50px auto;
	}
	.service03 .sec-description .txt-area {
		order: 2;
		padding-right: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.service03 .sec-description .service-ttl .ttl {
		font-size: 7.9vw;
	}
}
@media (max-width: 480px) {
	.service03 .sec-description .service-ttl {
		width: 95%;
	}
	.service03 .sec-description .service-ttl .ttl {
		font-size: 12vw;
	}
	.service03 .sec-description .sv03-wrap {
		padding-left: 0;
	}
	.service03 .sec-description .img-area {
		margin-bottom: 30px;
	}

}


/* service04 */
.service04 {
	position: relative;
	padding: 12% 0 0 0;
}

.service04:before {
	content: "";
	display: block;
	width: 100%; 
	padding-top: 12%;
	background-image: url(../img/home/bg_wave_top.svg) ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service04 .sec-description .service-ttl {
	width: 80%;
}
.service04 .sec-description .img-area {
}
.service04 .sec-description .txt-area {
	padding-left: 5%;
}
.service04 .sec-description .txt-area .txt {
}

@media (max-width: 991px) {
	.service04 .sec-description .service-ttl {
		width: 95%;
	}
	.service04 .sec-description .img-area {
		width: 100%;
		margin: 0 auto 50px auto;
	}
	.service04 .sec-description .txt-area {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.service04 .sec-description .service-ttl .ttl {
		font-size: 7.9vw;
	}
}
@media (max-width: 480px) {
	.service04 .sec-description .service-ttl .ttl {
		font-size: 11vw;
	}
	.service04 .sec-description .img-area {
		margin-bottom: 30px;
	}	
}


/* ---------------------
	plan-list
--------------------- */
#sec-service .plan-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -1px;
	margin-left: -1px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.plan-list-box {
	width: calc(25% - 2px);
	max-width: 336px;
	margin: 0 1px;
	padding: 20px 15px 80px 15px;
	background-color: #fff;
	position: relative;
}
.plan-list-box.arrow-link-s .arrow,
.plan-list-box .blank {
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -10px;
	z-index: 1;
}
.plan-list-box .blank {
	width:12px;
}
.plan-list-box .blank::before,
.plan-list-box .blank::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: currentColor;
    border-style: solid;
    position: absolute;
    z-index: 1;
}
.plan-list-box .blank::before {
    border-width: 1px;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.plan-list-box .blank::after {
    border-width: 0 0 1px 1px;
    right: 2px;
    top: calc(50% + 2px);
    margin-top: -5px;
}


.plan-list-box .img {
	display: flex;
	align-items: center;
	height: 190px;
	margin: 0 auto;
}
.plan-list-box .ttl .f-po {
	display: block;
	font-size: min(6.0rem, 3.4vw);
}

.plan-list-box .product-costs .price {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 0 2px;
}
.plan-list-box .price.then {
	width: fit-content;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	transform: scale(0.7);
}
.plan-list-box .price.then::before,
.plan-list-box .price.then::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #e3007f;
	position: absolute;
	left: 0;
}
.plan-list-box .price.then::before {
	top: calc(50% - 8px);
}
.plan-list-box .price.then::after {
	top: calc(50% + 3px);
}

.plan-list-box .price.now {

}
.plan-list-box .product-costs .tax {
	position: relative;
}
.plan-list-box .product-costs .tax::before {
	content: "(税込)";
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 5px;
	transform: translateY(-100%);
	z-index: 1;
	white-space: nowrap;
}

.plan-list-box .product-costs .discount-label {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 5px 15px;
	color: #fff;
	background-color: #e3007f;
	line-height: 1.3;
}

.plan-list-box .catch {
	width: fit-content;
	padding-inline: 0.5em;
	margin: 0 auto 10px auto;
	position: relative;
}
.plan-list-box .catch::before,
.plan-list-box .catch::after {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.plan-list-box .catch::before {
	left: 0;
	transform: translateY(-50%) rotate(-20deg);
}
.plan-list-box .catch::after {
	right: 0;
	transform: translateY(-50%) rotate(20deg);
}



/* ライトプラン */
.plan-list-box.light .img {
	max-width: 61px;
}

/* ミドルプラン */
.plan-list-box.middle .img {
	max-width: 145px;
}

/* プレミアムプラン */
.plan-list-box.premium .img {
	max-width: 175px;
}

/* カスタマイズプラン */
.plan-list-box.customize .img {
	max-width: 103px;
}


@media (max-width: 1024px) {
	#sec-service .plan-list {
		max-width: 672px;
		margin-right: auto;
		margin-left: auto;
	}
	.plan-list-box {
		width: calc(50% - 2px);
		padding: 20px 3% 60px 3%;
	}	
	.plan-list-box.arrow-link-s .arrow,
	.plan-list-box .blank {
		bottom: 30px;
	}
	.plan-list-box:nth-child(1),
	.plan-list-box:nth-child(2) {
		margin-bottom: 2px;
	}
	.plan-list-box .img {
		height: 140px;
	}	
	.plan-list-box .ttl .f-po {
		font-size: 6vw;
	}

}

@media (max-width: 480px) {
	#sec-service .plan-list {
		max-width: 336px;
	}
	.plan-list-box {
		width: 100%;
		padding: 30px 15px 60px 15px;
	}
	.plan-list-box:nth-child(3) {
		margin-bottom: 2px;
	}
	.plan-list-box .img {
		height: auto;
		margin-bottom: 20px;
	}
	.plan-list-box .ttl .f-po {
		font-size: 12.5vw;
	}
}



/* ---------------------
	plan-chart
--------------------- */
.plan-chart {
	background-color: #fff;
}
.plan-chart-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.plan-chart-box .left {
	padding: 50px 0 50px 10%;
	width: 43%;
	position: relative;
	z-index: 1;
}
.plan-chart-box .left:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-repeat: no-repeat;
	border-radius: 0 30px 30px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: width ease 0.5s;
}
.plan-chart-box .left.bg-anim:before {
	width: 100%;
}

.plan-chart-box .left .img {
	position: absolute;
	z-index: 1;
}

.plan-chart-box .right {
	width: 57%;
	padding-left: 8%;
	padding-right: 10%;
}
.plan-chart-box .product-costs {
	line-height: 1;
}
.plan-chart-box .product-costs .price {
	
}
.plan-chart-box .price {

}
.plan-chart-box .price.then {
    display: block;
    width: fit-content;
	padding: 0 10px;
	position: relative;
	transform: scale(0.7);
    transform-origin: left center;
}
.plan-chart-box .price.then::before,
.plan-chart-box .price.then::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #e3007f;
	position: absolute;
	left: 0;
}
.plan-chart-box .price.then::before {
	top: calc(50% - 8px);
}
.plan-chart-box .price.then::after {
	top: calc(50% + 3px);
}


.plan-chart-box .product-costs .discount-label {
	display: block;
	width: fit-content;
	padding: 5px 15px;
	color: #fff;
	background-color: #e3007f;
	line-height: 1.3;
}


.plan-chart-box .running-costs {

}
.plan-chart-box .running-costs a {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.plan-chart-box .running-costs .arrow {
    display: block;
    width: 9px;
    height: 9px;
	border: #010996 solid;
    border-width: 0 3px 3px 0;
	position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
	transform: rotate(45deg);
    z-index: 0;
}



/* ライトプラン */
.plan-chart-box.light .left:before {
	background: linear-gradient(45deg, rgba(138,205,255,1) 0%, rgba(222,241,255,1) 100%);
}
.plan-chart-box.light .left .img {
	left: 70%;
	top: 76%;
}

/* ミドルプラン */
.plan-chart-box.middle .left:before {
	background: linear-gradient(45deg, rgba(255,181,191,1) 0%, rgba(255,209,215,1) 100%);
}
.plan-chart-box.middle .left .img {
	left: 62%;
	top: 76%;
}

/* プレミアムプラン */
.plan-chart-box.premium .left:before {
	background: linear-gradient(45deg, rgba(109,236,227,1) 0%, rgba(185,240,236,1) 100%);
}
.plan-chart-box.premium .left .img {
	left: 61%;
	top: 76%;
}

/* カスタマイズプラン */
.plan-chart-box.customize .left:before {
	background: linear-gradient(45deg, rgba(186,178,255,1) 0%, rgba(226,223,253,1) 100%);
}
.plan-chart-box.customize .left .img {
	left: 67%;
	top: 76%;
}

@media (max-width: 1500px) {
	.plan-chart-box .left {
		width: 45%;
	}
	.plan-chart-box .right {
		width: 55%;
	}
}

@media (max-width: 1199px) {
	.plan-chart-box .left {
		padding: 50px 0 50px 5%;
	}
}

@media (max-width: 991px) {
	.plan-chart-box .left {
		width: 95%;
		padding: 50px 5% 50px 10%;
		margin-bottom: 70px;
	}
	.plan-chart-box .right {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}

	/* ライトプラン */
	.plan-chart-box.light .left .img {
		left: 80%;
	}
	
	/* ミドルプラン */
	.plan-chart-box.middle .left .img {
		left: 72%;
	}
	
	/* プレミアムプラン */
	.plan-chart-box.premium .left .img {
		left: 71%;
	}
	
	/* カスタマイズプラン */
	.plan-chart-box.customize .left .img {
		left: 77%;
	}

}

@media (max-width: 480px) {
	.plan-chart-box .left {
		width: 95%;
		padding: 50px 5%;
		margin-bottom: 50px;
	}
	.plan-chart-box .right {
		padding-left: 5%;
		padding-right: 5%;
	}

}

/* ---------------------
	sec-works
--------------------- */
#sec-works {

}
#sec-works .sbox-work {
	position: relative;
}
#sec-works .sbox-work > a {
	padding-bottom: 75px;
}

/* visit the Website */
#sec-works .to-site {
	display: block;
	width: calc(100% - 54px);
	position: absolute;
	left: 27px;
	bottom: 27px;
}
#sec-works .btn-site {
	display: block;
    width: 100%;
    padding: 0 15px;
	background-color: #fff;
    color: #b0b0b0;
	font-size: 1.7rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.008em;
    white-space: nowrap;
	border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #b0b0b0;
	position: relative;
/*    transition: all ease 0.28s;*/
}
#sec-works .btn-site .adjust {
	color: inherit;
	font-weight: inherit;
}
#sec-works .btn-site:before {
	 content: "";
	 display: block;
	 width: 0;
	 height: 1px;
	 background-color: currentColor;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 z-index: 1;
	 transition: width ease 0.28s;
}
#sec-works .btn-site:hover {
	color: #00b4e1;
	border-color: #00b4e1;
}
#sec-works .btn-site:hover:before {
	 width: 100%;
	 background-color: #00b4e1;
}
#sec-works .btn-site .arrow-blank {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
#sec-works .btn-site .arrow-blank {
	border-color: #b0b0b0;
}
#sec-works .btn-site .arrow-blank:before,
#sec-works .btn-site .arrow-blank:after {
	background-color: #b0b0b0;
}

#sec-works .btn-site:hover .arrow-blank {
	border-color: #00b4e1;
}
#sec-works .btn-site:hover .arrow-blank:before,
#sec-works .btn-site:hover .arrow-blank:after {
	background-color: #00b4e1;
}

@media (max-width: 1199px) {
	#sec-works .to-site {
		width: calc(100% - 40px);
		left: 20px;
	}
}
@media (max-width: 767px) {
	#sec-works .btn-site {
		font-size: 1.4rem;
		/*letter-spacing: 0.3em;*/
	}
	#sec-works .btn-site .arrow-blank {
		right: 10px;
	}
}
@media (max-width: 480px) {
	#sec-works .to-site {
		width: calc(100% - 20px);
		left: 10px;
	}
	#sec-works .btn-site {
		padding: 0 5px;
	}
	#sec-works .btn-site .arrow-blank {
		right: 15px;
	}
	#sec-works .btn-site .adjust {
		display: none;
	}
}























