.mv {
	padding: 5rem 0 0rem;
	background-color: #F3F5FB;
}

.mv__inner {
	width: 128.6rem;
	display: flex;
	justify-content: space-between;
}

.mv__left {
	width: 82.0rem;
}

.mv__text {
	position: relative;
	margin-bottom: 5rem;
}

.mv__lead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.8rem;
}

.mv__health {
	border: 0.1rem solid #1634BB;
	display: flex;
	flex-shrink: 0;
	margin-left: 1rem;
}

.mv__health span{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 4.9rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	color: #1634BB;
	width: 6.4rem;
	height: 6.4rem;
	background-color: #fff;
	border: 0.1rem solid #1634BB;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.mv__leaf {
	width: 25.8rem;
	height: 6.3rem;
	background-color: #fff;
	border-radius: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.mv__leaf::before,
.mv__leaf::after {
	content: "";
	width: 3.1rem;
	height: 3.7rem;
	background-image: url(../img/stress/leaf__b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 2.2rem;
}

.mv__leaf::before {
	left: 0.7rem;
}

.mv__leaf::after {
	right: 0.7rem;
	scale: -1 1;
}

.mv__leaf p {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
	color: #1634BB;
}



.mv__catch {
	display: flex;
	flex-wrap: wrap;
	gap: 1.7rem 0;
}

.mv__catch * {
	white-space: nowrap;
	line-height: 1;
	font-weight: 500;
	color: #1634BB;
}

.mv__catch__stress {
	font-size: 7rem;
	letter-spacing: 0.03em;

	/* 背景色にグラデーションを指定 */
	background: #F5006B;
	background: linear-gradient(90deg, rgba(245, 0, 107, 1) 0%, rgba(206, 77, 133, 1) 28%, rgba(6, 83, 159, 1) 87%, rgba(6, 83, 159, 1) 100%);
	
	/* 背景をテキストの形でくり抜く */
	-webkit-background-clip: text;
	background-clip: text;
	
	/* 元の文字色を透明にして背面のグラデーションを表示させる */
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.mv__catch__stress .fs {
	font-size: 0.85em;
}

.mv__catch__start {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 4.7rem;
	letter-spacing: 0.02em;
}

.mv__catch__dx {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 8.1rem;
	letter-spacing: 0.06em;
}

.mv__feature {
	display: flex;
	justify-content: center;
	gap: 0.6rem;
	position: absolute;
	top: 16.8rem;
	left: 47rem
}

.mv__feature>li {
	width: 11.1rem;
	height: 11.1rem;
	border-radius: 50%;
	background-color: #1634BB;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.mv__feature>li p {
	font-size: 1.9rem;
	line-height: 1.13;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: flex-end;
}

.mv__feature>li span {
	font-size: 1.1rem;
	line-height: 1.13;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
}

.mv__feature>li.media {
	padding-top: 0.4rem;
	gap: 0.4rem;
}

.mv__feature>li.media p {
	font-size: 2.2rem;
	font-feature-settings: "palt";
}

.mv__feature>li.media span {
	font-size: 1.5rem;
}

.mv__feature>li.lang {
	gap: 0.4rem;
}

.mv__feature>li.lang p {
	font-size: 2.7rem;
}

.mv__feature>li.lang span {
	font-size: 1.5rem;
}

.mv__feature>li.monthly img {
	width: 6.4rem;
	margin-right: 0.4rem;
}

.mv__feature>li.monthly p:nth-of-type(2) {
	margin-left: 0.6rem;
	margin-top: 0.6rem;
	margin-bottom: 0.8rem;
}

.mv__img {
	width: 100%;
}
.mv__contact__box {
	height: 60rem;
}


.lead {
	padding: 8rem 0;
}

.lead__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
	margin-bottom: 2.8rem;
}

.lead__soon {
	font-size: 3.2rem;
	line-height: 1.3;
	text-align: center;
}

.lead__soon span {
	color: #F5006B;
}

.lead__catch {
	font-size: 3.6rem;
	line-height: 1.3;
	text-align: center;
}

.lead__content {
	position: relative;
}

.lead__content::before {
	content: "";
	width: 100%;
	height: 100%;
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem;
	background: #1634BB;
	background: linear-gradient(81deg, rgba(22, 52, 187, 1) 0%, rgba(87, 133, 215, 1) 100%);
	position: absolute;
	top: 0;
	left: calc((100% - 128.6rem) / 2);
	z-index: -1;
}

.lead__inner {
	width: 128.6rem;
	padding: 4.8rem 0 4.8rem 10.2rem;
	display: flex;
	align-items: center;
	gap: 4.8rem;
}

.lead__desc {
	color: #fff;
	width: 46rem;
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
}

.lead__period {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lead__heading {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #fff;
	width: 59.6rem;
	height: 4rem;
	background-color: #1634BB;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.lead__list {
	display: flex;
	gap: 2.7rem;
	position: relative;
}

.lead__list::before {
	content: "";
	width: 38.8rem;
	height: 0.3rem;
	background-color: #fff;
	position: absolute;
	top: 4.2rem;
	left: 50%;
	translate: -50% 0;
}

.lead__list > li {
	width: 20.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2.5rem;
	position: relative;
}


.lead__list > li::before {
	content: "";
	width: 100%;
	height: 23.3rem;
	background-color: #fff;
	border-radius: 1.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.lead__time {
	width: 11.1rem;
	height: 11.1rem;
	border-radius: 50%;
	background-color: #1634BB;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.lead__time p {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.06em;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.lead__time .num {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.7rem;
	font-weight: 500;
}

.lead__icon {
	width: 11.8rem;
	margin-top: -2.1rem;
	margin-bottom: 1.2rem;
	position: relative;
	z-index: 2;
}

.lead__text {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.lead__ttl {
	font-size: 1.6rem;
	line-height: 1.13;
	font-weight: 700;
	text-align: center;
	color: #1634BB;
}

.lead__detail {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}

.lead__02 .lead__time {
	background-color: #fff;
	border: 0.2rem solid #F5006B;
}

.lead__02 .lead__time p {
	color: #F5006B;
}

.lead__02 .lead__icon::before {
	content: "";
	width: 6rem;
	height: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	z-index: -1;
}

.lead__02 .lead__ttl {
	color: #F5006B;
}


.worries {
	padding: 7.4rem 0 0;
	position: relative;
}

.worries::before {
	content: "";
	width: 100%;
	height: 33.1rem;
	background-color: #F3F5FB;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.worries__catch {
	font-size: 3.6rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 2.8rem;
}

.worries__catch span {
	color: #F5006B;
}

.worries__inner {
	width: 128.6rem;
}

.worries__list {
	display: flex;
	gap: 3.4rem;
}

.worries__list > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.7rem;
	padding: 4.6rem 0 4.2rem;
	width: calc((100% - 3.4rem * 3) / 4);
	background-color: #fff;
	border-radius: 3rem;
	box-shadow: 0 0.4rem 5.4rem 0 rgba(0, 0, 0, 0.07);
}

.worries__img {
	width: 17.4rem;
}

.worries__desc {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
	text-align: center;
	color: #1634BB;
}

.worries__desc span {
	color: #F5006B;
}


.about{
	padding-top: 14rem;
}
.about__top{
	margin-bottom: 1.6rem;
}
.about__lead{
	font-size: 3.6rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 2.6rem;
}
.about__lead span{
	color: #F5006B;
}


.point__list > li{
	height: 39.8rem;
	padding-top: 6.2rem;
}

.service__head{
    margin-bottom: 4rem;
}

.service01::before,
.service02::before,
.service03::before,
.service04::before{
    content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.service01::before,
.service02::before,
.service03::before{
    background-color: #F3F5FB;
}
.service04::before{
	background: #1634BB;
	background: linear-gradient(81deg, rgba(22, 52, 187, 1) 0%, rgba(87, 133, 215, 1) 100%);
}
.service01::before,
.service02::before{
    height: 66rem;
}
.service03::before{
    height: 47rem;
}
.service04::before{
    height: 56.5rem;
    left: calc((100% - 128.6rem) / 2);
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem;
}


.service01{

}
.service01__nav{
	display: flex;
    flex-wrap: wrap;
	gap: 1.6rem;
	margin-bottom: 2.4rem;
    position: relative;
    z-index: 2;
}
.service01__nav > li{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #1634BB;
    width: 26.5rem;
	padding: 1.5rem 1.5rem;
	background-color: #fff;
	border: 0.1rem solid #D2D5E1;
	border-radius: 4rem;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.service01__nav > li.is-active{
    color: #fff;
    background-color: #1634BB;
    border-color: #1634BB;
}
.service01__slider{
    overflow: visible;   
}
.service01__list{
	
}
.service01__list > li{
    display: flex;
	align-items: flex-end;
	gap: 2rem;
}
.service01__box {
	width: 38rem;
	padding: 4.5rem 0 4.5rem 4rem;
	background-color: #fff;
	border-radius: 2.1rem;
	flex-shrink: 0;
	box-shadow: 0 0.4rem 5.4rem 0 rgba(0, 0, 0, 0.07);
}
.service01__subttl {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 2.6rem;
}
.service01__checklist {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.service01__checklist > li {
	font-size: 1.6rem;
	line-height: 1.55;
	font-weight: 500;
	display: flex;
	gap: 1rem;
}
.service01__checklist > li::before {
	content: "";
	width: 2.1rem;
	height: 2.1rem;
	background-image: url(../img/icon__checkbox.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 0.2rem;
	flex-shrink: 0;
}
.service01__img {
	width: 87rem;
	flex-shrink: 0;
	border-top-left-radius: 4rem;
	border-bottom-left-radius: 4rem;
	box-shadow: 0 0.4rem 5.4rem 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
.service01__prev,
.service01__next{
    top: 50%;
    translate: 0 -50%;
}
.service01__prev{
    left: -13.6rem;
}
.service01__next{
    right: -13.6rem;
}
.service01__03 .service01__img {
	box-shadow: unset;
}

.service02 {

}
.service02__box {
	padding: 4.8rem 5.6rem;
	background-color: #fff;
	border-radius: 2.1rem;
	flex-shrink: 0;
	box-shadow: 0 0.4rem 5.4rem 0 rgba(0, 0, 0, 0.07);
	position: relative;
}
.service02__heading {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #fff;
	width: 49.6rem;
	height: 5rem;
	background: #1634BB;
	background: linear-gradient(90deg, rgba(22, 52, 187, 1) 0%, rgba(87, 133, 215, 1) 100%);
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.8rem;
}
.service02__body {
	display: flex;
	gap: 2rem;
}
.service02__coverage {
	display: flex;
	align-items: center;
	margin-bottom: 1.6rem;
}
.service02__coverage img{
	width: auto;
	height: 4.5rem;
}
.service02__coverage p {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	white-space: nowrap;
	margin-left: 1.2rem;
}
.service02__coverage span {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	margin-left: 2.5rem;
}
.service02__flow {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 1rem;
}
.service02__flow > li {
	min-width: 21.6rem;
	padding: 2.4rem 2rem 2.4rem 1.6rem;
	border-radius: 1.6rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;	
}
.service02__ttl {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}
.service02__ttl span {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.service02__ttl p {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
}
.service02__icon {
	width: 7rem;
	margin: 0 auto;
}
.service02__list {
	margin-left: 0.5rem;
}
.service02__list > li {
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 500;
	padding-left: 2.3rem;
	position: relative;
}
.service02__list > li::before {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	position: absolute;
	left: 0.8rem;
	top: 1.2rem;
}
.service02__note {
	font-size: 1.2rem;
	position: absolute;
	left: 5.6rem;
	bottom: 4.8rem;
}

.service02__company .service02__coverage p{
	color: #1634BB;
}
.service02__company .service02__flow > li {
	background-color: #F3F5FB;
}
.service02__company .service02__ttl span,
.service02__company .service02__list > li::before {
	background-color: #1634BB;
}
.service02__knsp .service02__coverage p,
.service02__knsp .service02__coverage span{
	color: #F5006B;
}
.service02__knsp .service02__flow > li {
	background-color: #FFF6FA;
}
.service02__knsp .service02__ttl span,
.service02__knsp .service02__list > li::before {
	background-color: #F5006B;
}
.service02__knsp .service02__coverage {
	margin-left: 3.6rem;
}

.service02__flow > li.service02__05 {
	width: 100%;
	padding: 2rem 1.6rem;
	flex-direction: row;
	align-items: center;
}
.service02__flow > li.service02__05 .service02__ttl {
	margin-right: 1rem;
}
.service02__flow > li.service02__05 .service02__icon {
	margin: 0;
}

.service03{

}
.service03__list{
    display: flex;
    justify-content: center;
    gap: 3.5rem;
}
.service03__list > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    max-width: calc((100% - 7rem) / 3);
    width: 294px;
    padding: 4.8rem 0 4.4rem;
    background-color: #fff;
    border-radius: 3rem;
}
.service03__img{
    width: auto;
    height: 13.8rem;
}
.service03__img img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.service03__desc{
    font-size: 1.8rem;
    line-height: 1.61;
    font-weight: 700;
    text-align: center;
    color: #1634BB;
}
.service03__desc span{
    color: #F5006B;
	display: block;
}


.service04{

}
.service__list > li.service04{
    padding-top: 6.4rem;
	padding-bottom: 2.8rem;
}
.service04__inner{
	display: flex;
	align-items: flex-start;
	gap: 5.6rem;
}
.service04__head{
    width: 57rem;
	flex-shrink: 0;
	margin-top: 3rem;
	margin-bottom: 0;
}
.service04__content{
	
}
.service04__img {
	width: 64.6rem;
	position: relative;
}
.service04__img span {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	width: 12.5rem;
	height: 12.5rem;
	border-radius: 50%;
	background-color: #F5006B;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -2.1rem;
	left: -3.3rem;
}
@media screen and (min-width: 811px) {
	.service01__nav > li:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 810px) {
	.mv {
		margin-top: 6.7rem;
		padding: 1.6rem 0 4rem;
	}

	.mv__inner {
		width: calc(100% - 3.2rem);
		flex-direction: column;
		align-items: unset;
		justify-content: unset;
	}

	.mv__left {
		width: 100%;
	}

	.mv__text {
		margin-bottom: 2rem;
	}

	.mv__lead {
		flex-direction: column-reverse;
		gap: 0.6rem;
		margin-bottom: 1.2rem;
	}

	.mv__health {
		margin-left: 0;
	}

	.mv__health span{
		font-size: 3.5rem;
		width: 4.3rem;
		height: 4.3rem;
	}

	.mv__leaf {
		width: 26.4rem;
		height: 3.2rem;
	}

	.mv__leaf::before,
	.mv__leaf::after {
		content: "";
		width: 2.3rem;
		height: 2.8rem;
		top: 0.3rem;
	}

	.mv__leaf::before {
		left: 1.4rem;
	}

	.mv__leaf::after {
		right: 1.4rem;
	}

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

	.mv__catch {
		gap: 0.7rem;
		margin-bottom: 1.8rem;
	}

	.mv__catch__lead {
		display: flex;
		flex-direction: column;
		gap: 0.7rem;
	}

	.mv__catch * {
		white-space: unset;
	}

	.mv__catch__stress {
		font-size: 4.3rem;
	}

	.mv__catch__start {
		font-size: 4.3rem;
	}

	.mv__catch__dx {
		font-size: 6rem;
	}

	.mv__feature {
		position: static;
	}

	.mv__feature>li {
		width: 10.5rem;
		height: 10.5rem;
	}
	.mv__feature>li p {
		font-size: 1.6rem;
	}

	.mv__feature>li span {
		font-size: 1.0rem;
	}

	.mv__feature>li.media {
		padding-top: 0.8rem;
	}

	.mv__feature>li.media p {
		font-size: 2.1rem;
	}

	.mv__feature>li.media span {
		font-size: 1.4rem;
	}

	.mv__feature>li.lang p {
		font-size: 2.5rem;
	}

	.mv__feature>li.lang span {
		font-size: 1.4rem;
	}

	.mv__feature>li.monthly img {
		width: 5.5rem;
		margin-right: 0.2rem;
	}

	.mv__feature>li.monthly p:nth-of-type(2) {
		margin-left: 0.4rem;
		margin-top: 0.4rem;
		margin-bottom: 0.8rem;
	}

	.mv__img {
		width: 100%;
	}
	.mv__contact__box {
		height: 60rem;
	}


	.lead {
		padding: 4.4rem 0 0;
	}

	.lead__top {
		gap: 0.8rem;
		margin-bottom: 1.8rem;
	}

	.lead__soon {
		font-size: 2rem;
	}

	.lead__catch {
		font-size: 2.4rem;
	}

	.lead__content::before {
		border-top-left-radius: 2rem;
    	border-bottom-left-radius: 2rem;
		background: linear-gradient(13deg, rgba(22, 52, 187, 1) 0%, rgba(87, 133, 215, 1) 100%);
		left: 1.6rem;
	}

	.lead__inner {
		width: calc(100% - 1.6rem);
		padding: 4.8rem 1.6rem;
		flex-direction: column-reverse;
		align-items: unset;
		gap: 2.5rem;
		margin-left: 1.6rem;
	}

	.lead__desc {
		width: 100%;
		gap: 1.2rem;
	}

	.lead__heading {
		width: 31rem;
		margin-bottom: 1.6rem;
	}

	.lead__list {
		width: 100%;
		flex-direction: column;
		gap: 1.6rem;
	}

	.lead__list::before {
		content: "";
		width: 0.3rem;
		height: 30rem;
		top: 2.2rem;
		left: 4.7rem;
		translate: unset;
	}


	.lead__list > li {
		width: 100%;
		flex-direction: row;
		gap: 1.2rem;
		padding: 0;
	}


	.lead__list > li::before {
		content: "";
		width: calc(100% - 5rem);
		height: 100%;
		left: unset;
		right: 0;
	}

	.lead__time {
		width: 10rem;
		height: 10rem;
	}

	.lead__time p {
		font-size: 1.3rem;
	}

	.lead__time .num {
		font-size: 2.4rem;
	}

	.lead__icon {
		width: 6.2rem;
		margin: 0;
		position: absolute;
		right: 1rem;
		top: 50%;
		translate: 0 -50%;
	}

	.lead__text {
		gap: 0.6rem;
	}

	.lead__ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.lead__detail {
		font-size: 1.3rem;
		line-height: 1.41;
		text-align: left;
	}

	.lead__02 .lead__icon::before {
		display: none;
	}

	.worries {
		padding: 8.2rem 0 4.8rem;
		position: relative;
	}

	.worries::before {
		height: 44.8rem;
		top: unset;
		bottom: 0;
	}

	.worries__catch {
		font-size: 2.4rem;
		margin-bottom: 3.6rem;
	}

	.worries__inner {
		width: calc(100% - 3.2rem);
	}

	.worries__list {
		flex-wrap: wrap;
		gap: 1.6rem 1.4rem;
	}

	.worries__list > li {
		gap: 1.2rem;
		padding: 3.2rem 0;
		width: calc((100% - 1.4rem) / 2);
		border-radius: 1.5rem;
	}

	.worries__img {
		width: 10.5rem;
	}

	.worries__desc {
		font-size: 1.4rem;
	}


	.about{
		padding-top: 8rem;
	}
	.about__top{
		margin-bottom: 2.4rem;
	}
	.about__lead{
		font-size: 2.4rem;
		margin-bottom: 3.5rem;
	}

	.point__list > li{
		height: unset;
	}

	.service01::before {
		height: 85.5rem;
	}

	.service02::before {
		height: 134.7rem;
	}

	.service03::before {
		height: 78rem;
		left: 0;
		border-radius: 0;
	}

	.service04::before {
		height: 53.5rem;
		left: 1.6rem;
		border-top-left-radius: 2rem;
 	   	border-bottom-left-radius: 2rem;
	}

    .service01{
		
	}
	.service__list > li.service01{
		padding-bottom: 13.5rem;
	}
	.service01__nav{
		gap: 1rem 0.9rem;
		justify-content: unset;
		margin-bottom: 1.6rem;
	}
	.service01__nav > li{
		font-size: 1.2rem;
		font-weight: 700;
		width: auto;
		padding: 1.1rem 1rem;
		border-radius: 4rem;
	}
	.service01__slider{
		width: 100%;
	}
	.service01__list{
		
	}
	.service01__list > li{
		flex-direction: column-reverse;
		gap: 2.2rem;
	}
	.service01__box {
		width: 100%;
		padding: 3.6rem 3.2rem 4rem;
		border-radius: 3rem;
	}
	.service01__subttl {
		font-size: 1.8rem;
		margin-bottom: 2.2rem;
	}
	.service01__checklist {
		gap: 1.6rem;
	}
	.service01__checklist > li {
		font-size: 1.4rem;
		gap: 0.7rem;
	}
	.service01__checklist > li::before {
		margin-top: 0rem;
	}
	.service01__img {
		width: 100%;
		border-radius: 2rem;
	}

	.service01__prev,
	.service01__next{
		top: calc(100% + 1.7rem);
		translate: unset;
	}
	.service01__prev{
		left: 12rem;
	}
	.service01__next{
		right: 12rem;
	}

	.service02 {

	}
	.service02__box {
		padding: 4rem 3.2rem;
		border-radius: 3rem;
	}
	.service02__heading {
		font-size: 1.6rem;
		width: 29.7rem;
		height: 4rem;
		margin: 0 auto 1.6rem;
	}
	.service02__body {
		flex-direction: column;
		gap: 2.4rem;
	}
	.service02__coverage {
		flex-wrap: wrap;
		gap: 0.8rem 0;
		margin-bottom: 1.2rem;
	}
	.service02__coverage img{
		height: 3.6rem;
	}
	.service02__coverage p {
		font-size: 1.8rem;
		margin-left: 0.8rem;
	}
	.service02__coverage span {
		font-size: 1.3rem;
		margin-left: 0rem;
		white-space: nowrap;
	}
	.service02__flow {
		flex-direction: column;
		gap: 1.6rem;
	}
	.service02__flow > li {
		width: 100%;
		gap: 1.2rem;
		position: relative;
	}
	.service02__ttl {
		gap: 1rem;
	}
	.service02__icon {
		width: 4rem;
		margin: 0;
		position: absolute;
		top: 2rem;
		right: 1.6rem;
	}
	.service02__list {
		display: flex;
		flex-wrap: wrap;
		gap: 0 1.2rem;
	}
	.service02__note {
		font-size: 1.2rem;
		position: static;
		margin-top: 1.6rem;
	}

	.service02__knsp .service02__coverage {
		margin-left: 0;
	}

	.service02__flow > li.service02__05 {
		flex-direction: column;
		align-items: unset;
		padding: 2.4rem 2rem 2.4rem 1.6rem;
	}
	.service02__flow > li.service02__05 .service02__ttl {
		margin-right: 0;
	}

	.service03 {
		
	}

	.service__list>li.service03 {
		padding-bottom: 12.8rem;
	}

	.service03__list{
		flex-wrap: wrap;
		justify-content: unset;
		gap: 1.6rem 1.4rem;
	}
	.service03__list > li{
		gap: 1.2rem;
		max-width: unset;
		width: calc((100% - 1.4rem) / 2);
		padding: 3.2rem 0;
		border-radius: 1.5rem;
	}
	.service03__img{
		height: 8.5rem;
	}
	.service03__desc{
		font-size: 1.4rem;
		line-height: 1.34;
	}
	.service03__list > li.service03__03 {
		width: 100%;
		flex-direction: row;
		padding-left: 3rem;
	}
	.service03__list > li.service03__03 .service03__desc {
		text-align: left;
	}



    .service04{

	}
	.service__list > li.service04{
		padding-top: 9.2rem;
		padding-bottom: 0;
	}
	.service04__inner{
		flex-direction: column;
		gap: 0;
		padding-left: 3.2rem;
	}
	.service04__head{
		width: 100%;
		margin-top: 0;
		margin-bottom: 3.6rem;
	}
	.service04__content{
		
	}
	.service04__img {
		width: 36rem;
	}
	.service04__img span {
		font-size: 1.1rem;
		width: 6.9rem;
		height: 6.9rem;
		top: -1.2rem;
		left: -1.8rem;
	}
	
}


.header__sp{
	gap: 0rem;
}
@media screen and (max-width: 810px) {
	
}


.swiper-slide {
 	opacity: 0;
 	pointer-events: none;
 	transition: opacity 0.4s ease;
}

.swiper-slide.swiper-slide-active {
 	opacity: 1;
 	pointer-events: auto;
}
