@charset "utf-8";



/*  .l-navi
--------------------------------------------------*/
.l-navi {
	position: relative;
	padding-top: 7.5rem;
}
.navi-list {
	gap: 7.5rem;
}
.navi-list__item {
	position: relative;
}
.navi-list__item__link {
	display: block;
	font-size: 2.8rem;
	line-height: 1.45;
	letter-spacing: .05em;
}
.navi-list__item__link i {
	position: relative;
	display: inline-block;
	width: 3.0rem;
	height: 3.0rem;
	border-radius: 50%;
	margin-right: 2.0rem;
	vertical-align: -.5rem;
}
.navi-list__item__link-tax i {
	background-color: #47b3d1;
}
.navi-list__item__link-labor i {
	background-color: #f2cf44;
}
.navi-list__item__link-set i {
	background-color: #7bc255;
}
.navi-list__item__link i::before {
	content: '';
	position: absolute;
	display: block;
    left: .1rem;
    top: .5rem;
    width: .8rem;
    height: .8rem;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    transform-origin: bottom right;
}
@media (any-hover: hover){
	.navi-list__item__link:hover {
		transition: color .3s linear;
	}
	.navi-list__item__link-tax:hover {
		color: #47b3d1;
	}
	.navi-list__item__link-labor:hover {
		color: #f2cf44;
	}
	.navi-list__item__link-set:hover {
		color: #7bc255;
	}
	.navi-list__item__link i {
		transition: background-color .3s linear,filter .3s linear;
	}
	.navi-list__item__link:hover i {
		background-color: #fff;
		filter: drop-shadow(0 0 9px rgba(0 0 0 / .08));
	}
	.navi-list__item__link i::before {
		transition: border-top .3s linear,border-right .3s linear;
	}
	.navi-list__item__link-tax:hover i::before {
		border-top: 1px solid #47b3d1;
		border-right: 1px solid #47b3d1;
	}
	.navi-list__item__link-labor:hover i::before {
		border-top: 1px solid #f2cf44;
		border-right: 1px solid #f2cf44;
	}
	.navi-list__item__link-set:hover i::before {
		border-top: 1px solid #7bc255;
		border-right: 1px solid #7bc255;
	}
}
@media screen and (max-width: 768px){
	.l-navi {
		text-align: center;
		padding-top: 3.0rem;
	}
	.navi-list {
		display: inline-block;
	}
	.navi-list__item + .navi-list__item {
		margin-top: 2.5rem;
	}
	.navi-list__item__link {
		font-size: 2.0rem;
	}
	.navi-list__item__link i {
		width: 2.4rem;
		height: 2.4rem;
		margin-right: 1.2rem;
		vertical-align: -.5rem;
	}
	.navi-list__item__link i::before {
	    left: .2rem;
	    width: .6rem;
	    height: .6rem;
	}
}



/*  .sec
--------------------------------------------------*/
.sec {
	position: relative;
	padding-top: 16.0rem;
	z-index: 1;
}
.sec-head {
	position: relative;
	max-width: 540px;
	margin-bottom: -6.0rem;
	z-index: 1;
}
.sec-head__photo {
	width: calc(420 / 540 * 100%);
	margin-inline: auto;
}
.sec-head__photo img {
	vertical-align: bottom;
}
.sec-head__ttl {
	width: 100%;
	height: 10.0rem;
	font-size: 4.4rem;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	text-align: center;
	padding-bottom: .2em;
	border-radius: 5.0rem;
}
.sec-contents {
	position: relative;
	padding-block: 17.5rem 12.0rem;
	overflow: hidden;
}
.sec-contents::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 38.0rem;
    z-index: -1;
}
.sec-contents::after {
    content: '';
    position: absolute;
    left: 0;
    top: 37.9rem;
    width: 100%;
    height: calc(100% - 37.9rem);
    background: #edf7fa;
    z-index: -1;
}
.sec-message {
	max-width: 1000px;
	margin: 0 auto 12.0rem;
}
.sec-message__detail {
	width: calc(640 / 1000 * 100%);
}
.sec-message__detail__heading {
    display: block;
    position: relative;
    padding-left: 4.2rem;
    font-size: 2.8rem;
    letter-spacing: .05em;
    line-height: 1.45;
    margin-bottom: 1.5rem;
}
.sec-message__detail__heading i {
    display: block;
    position: absolute;
    left: 0;
    top: 1.7rem;
    width: 2.2rem;
    font-size: 0;
    line-height: 1;
}
.sec-message__detail__desc {
	font-size: 1.8rem;
	line-height: 2.222222222222222;
	letter-spacing: .05em;
	text-align: justify;
}
.sec-message__photo {
	position: relative;
	width: calc(300 / 1000 * 100%);
	z-index: 1;
}
.sec-message__photo::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(90 / 300 * 100%);
	padding-bottom: calc(90 / 300 * 100%);
	margin-bottom: calc(10 / 300 * 100%);
	border-radius: 50%;
	z-index: -1;
}
.sec-message__photo img {
	display: inline-block;
	width: calc(260 / 300 * 100%);
	filter: drop-shadow(0 0 20px rgba(0 0 0 / .05));
	margin-right: auto;
}
.sec-support {
	position: relative;
}
.sec-support + .sec-support {
	margin-top: 10.0rem;
}
.sec-support__heading {
	position: relative;
	font-size: 3.2rem;
	line-height: 1.45;
	letter-spacing: .05em;
	text-align: center;
	padding-top: 3.1rem;
	margin-bottom: 5.5rem;
}
.sec-support__heading i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
    display: block;
    width: 2.2rem;
    font-size: 0;
    line-height: 1;
}
.sec-support__list {
	width: 100%;
	gap: 6.0rem;
}
.sec-support__list__item {
	width: calc((100% - 12.0rem) / 3);
	min-height: 25.3rem;
	padding: 5.0rem 6.0rem 5.0rem;
    border-radius: 4.0rem;
    background: var(--white);
}
.sec-support__list__item__ttl {
	font-size: 2.4rem;
    line-height: 1.666666666666667;
    letter-spacing: .05rem;
    margin-bottom: 1.5rem;
}
.sec-support__list__item__desc {
	font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .05em;
    color: #7d7d7d;
    text-align: justify;
}
@media screen and (max-width: 768px){
	.sec {
		padding-top: 8.0rem;
	}
	.sec-head {
		max-width: 100%;
		width: calc(300 / 380 * 100%);
		margin-bottom: -4.0rem;
	}
	.sec-head__photo {
		width: calc(260 / 300 * 100%);
	}
	.sec-head__ttl {
		height: 6.0rem;
		font-size: 2.6rem;
		border-radius: 3.0rem;
	}
	.sec-contents {
		padding-block: 10.0rem 6.0rem;
	}
	.sec-contents::before {
	    height: 29.0rem;
	}
	.sec-contents::after {
	    top: 28.9rem;
	    height: calc(100% - 28.9rem);
	}
	.sec-message {
		margin-bottom: 6.0rem;
	}
	.sec-message__detail {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.sec-message__detail__heading {
		padding-left: 2.6rem;
        font-size: 2.0rem;
        margin-bottom: 1.5rem;
	}
	.sec-message__detail__heading i {
        width: 1.6rem;
        top: 1.1rem;
	}
	.sec-message__detail__desc {
		font-size: 1.6rem;
		line-height: 2.125;
		text-align: justify;
	}
	.sec-message__photo {
		width: calc(260 / 320 * 100%);
		margin-inline: auto;
		text-align: center;
	}
	.sec-message__photo::before {
		width: calc(70 / 260 * 100%);
		padding-bottom: calc(70 / 260 * 100%);
		margin-bottom: calc(10 / 260 * 100%);
	}
	.sec-message__photo img {
		width: calc(200 / 260 * 100%);
		filter: drop-shadow(0 0 15px rgba(0 0 0 / .05));
		margin-inline: auto;
	}
	.sec-support + .sec-support {
		margin-top: 6.0rem;
	}
	.sec-support__heading {
		font-size: 2.0rem;
		padding-top: 2.0rem;
		margin-bottom: 3.5rem;
	}
	.sec-support__heading i {
	    width: 1.6rem;
	}
	.sec-support__list {
		gap: 3.0rem;
	}
	.sec-support__list__item {
		width: 100%;
		min-height: auto;
		padding: 3.2rem 3.0rem 3.2rem;
        border-radius: 3.0rem;
	}
	.sec-support__list__item__ttl {
		font-size: 1.8rem;
        margin-bottom: 1.3rem;
	}
	.sec-support__list__item__desc {
		font-size: 1.4rem;
	}
}



/*  .l-tax
--------------------------------------------------*/
.l-tax {
	padding-top: 20.0rem;
}
.tax-head .sec-head__ttl {
	background: #47b3d1;
}
.tax-contents::before {
    background: url(../img/bg_tax-pc.svg) no-repeat center top / cover;
}
.tax-contents::after {
    background: #edf7fa;
}
.tax-contents .sec-message__detail__heading {
	color: #47b3d1;
}
.tax-contents .sec-message__photo::before {
	background : linear-gradient(-45deg, rgba(229 243 221 / 1) 0%, rgba(219 239 232 / 1) 20.26%, rgba(211 237 240 / 1) 50.18%, rgba(209 236 243 / 1) 100%);
}
.tax-contents .sec-support__list__item__ttl-color {
	color: #47b3d1;
}
.tax-manage {
	filter: drop-shadow(0 0 20px rgba(0 0 0 / .05));
	margin-bottom: 12.0rem;
}
.tax-manage-wrap {
	position: relative;
	border-radius: 6.0rem;
	background: var(--white);
	overflow: hidden;
	padding: calc(100 / 1500 * 100%);
}
.tax-manage__plus {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(210 / 1500 * 100%);
	padding: calc(60 / 1500 * 100%) calc(60 / 1500 * 100%) 0 0;
	z-index: 1;
}
.tax-manage__plus::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: calc(30 / 210 * 100%);
	margin-bottom: calc(30 / 210 * 100%);
	width: calc(260 / 210 * 100%);
	padding-bottom: calc(260 / 210 * 100%);
	background: #edf7fa;
	border-radius: 50%;
	z-index: -1;
}
.tax-manage__head {
	width: 100%;
	margin-bottom: 7.0rem;
}
.tax-manage__head__detail {
	width: calc(620 / 1300 * 100%);
}
.tax-manage__head__detail__heading {
	font-size: 3.2rem;
	line-height: 1.875;
	letter-spacing: 0;
	color: #47b3d1;
	margin-bottom: 3.0rem;
}
.tax-manage__head__detail__heading small {
	font-size: .5625em;
}
.tax-manage__head__detail__desc {
	font-size: 1.8rem;
	line-height: 2.222222222222222;
	letter-spacing: 0;
	text-align: justify;
}
.tax-manage__head__photo {
	width: calc(600 / 1300 * 100%);
}
.tax-manage__list {
	border-radius: 3.0rem;
	background: #fafafa;
	padding: calc(50 / 1300 * 100%) calc(60 / 1300 * 100%);
}
.tax-manage__list__item {
	position: relative;
	width: calc(330 / 1180 * 100%);
}
.tax-manage__list__item + .tax-manage__list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-left: calc(-48 / 330 * 100%);
	width: 1px;
	height: 100%;
	background: #efefef;
}
.tax-manage__list__item__heading {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.45;
	letter-spacing: 0;
	margin-bottom: 1.5rem;
	padding-left: 2.0rem;
}
.tax-manage__list__item__heading::before {
	content: '';
	position: absolute;
	left: 0;
	top: .6em;
	width: .8rem;
	height: .8rem;
    background: #47b3d1;
    border-radius: 50%;
}
.tax-manage__list__item__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0;
	color: #7d7d7d;
	text-align: justify;
}
@media screen and (max-width: 1000px){
	.tax-manage-wrap {
		padding: calc(200 / 1500 * 100%) calc(100 / 1500 * 100%) calc(100 / 1500 * 100%);
	}
	.tax-manage__plus {
		left: 0;
		margin-inline: auto;
		width: calc(140 / 940 * 100%);
		padding: calc(20 / 940 * 100%) calc(30 / 940 * 100%) 0;
	}
	.tax-manage__plus::before {
		margin: 0 auto calc(30 / 140 * 100%);
		width: 100%;
		padding-bottom: 100%;
	}
}
@media screen and (max-width: 768px){
	.l-tax {
		padding-top: 6.0rem;
	}
	.tax-contents::before {
	    background: url(../img/bg_tax-sp.svg) no-repeat center top / cover;
	}
	.tax-manage {
		filter: drop-shadow(0 0 10px rgba(0 0 0 / .05));
		margin-bottom: 6.0rem;
	}
	.tax-manage-wrap {
		border-radius: 3.0rem;
		padding: calc(120 / 320 * 100%) calc(30 / 320 * 100%) calc(40 / 320 * 100%);
	}
	.tax-manage__plus {
		left: 0;
		margin-inline: auto;
		width: calc(140 / 320 * 100%);
		padding: calc(20 / 320 * 100%) calc(30 / 320 * 100%) 0;
	}
	.tax-manage__plus::before {
		margin: 0 auto calc(30 / 140 * 100%);
		width: 100%;
		padding-bottom: 100%;
	}
	.tax-manage__head {
		margin-bottom: 5.0rem;
	}
	.tax-manage__head__detail {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.tax-manage__head__detail__heading {
		font-size: 2.0rem;
		line-height: 2;
		margin-bottom: 1.2rem;
	}
	.tax-manage__head__detail__heading small {
		font-size: .5625em;
	}
	.tax-manage__head__detail__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	}
	.tax-manage__head__photo {
		width: 100%;
	}
	.tax-manage__list {
		border-radius: 2.0rem;
		padding: calc(30 / 260 * 100%) calc(30 / 260 * 100%);
	}
	.tax-manage__list__item {
		width: 100%;
	}
	.tax-manage__list__item + .tax-manage__list__item {
		padding-top: 2.2rem;
		margin-top: 2.2rem;
	}
	.tax-manage__list__item + .tax-manage__list__item::before {
		margin-left: 0;
		width: 100%;
		height: 1px;
	}
	.tax-manage__list__item__heading {
		font-size: 1.8rem;
		margin-bottom: 1.3rem;
		padding-left: 1.8rem;
	}
	.tax-manage__list__item__heading::before {
		top: .65em;
		width: .6rem;
		height: .6rem;
	}
	.tax-manage__list__item__desc {
		font-size: 1.4rem;
	}
}



/*  .l-labor
--------------------------------------------------*/
.labor-head .sec-head__ttl {
	background: #f2cf44;
}
.labor-contents::before {
    background: url(../img/bg_labor-pc.svg) no-repeat center top / cover;
}
.labor-contents::after {
    background: #fefaec;
}
.labor-contents .sec-message__detail__heading {
	color: #ebbe00;
}
.labor-contents .sec-message__photo::before {
	background : linear-gradient(-45deg, rgba(229, 243, 221, 1) 0%, rgba(240, 242, 210, 1) 20.26%, rgba(248, 241, 202, 1) 50.18%, rgba(251, 241, 199, 1) 100%);
}
.labor-contents .sec-support__list__item__ttl-color {
	color: #ebbe00;
}
@media screen and (max-width: 768px){
	.labor-contents::before {
	    background: url(../img/bg_labor-sp.svg) no-repeat center top / cover;
	}
}


/*  .l-set
--------------------------------------------------*/
.set-head .sec-head__ttl {
	background: #7bc255;
}
.set-contents::before {
    background: url(../img/bg_set-pc.svg) no-repeat center top / cover;
}
.set-contents::after {
    background: #f2f9ee;
}
.set-contents .sec-message__detail__heading {
	color: #7bc255;
}
.set-contents .sec-message__photo::before {
	background : linear-gradient(-45deg, rgba(229, 243, 221, 1) 0%, rgba(223, 242, 206, 1) 28.41%, rgba(218, 240, 190, 1) 68.03%, rgba(216, 240, 185, 1) 100%);
}
.set-service {
	gap: 6.0rem;
}
.set-service__item {
	width: calc((100% - 6.0rem) / 2);
    padding: 5.0rem 6.0rem 6.0rem;
    border-radius: 6.0rem;
    background: var(--white);
}
.set-service__item__ttl {
	font-size: 2.4rem;
    line-height: 1.666666666666667;
    letter-spacing: .05rem;
    margin-bottom: 3.2rem;
}
.set-service__item__detail {
	width: 100%;
	padding: 3.0rem;
	border-radius: 3.0rem;
	background: #fafafa;
	margin-bottom: 4.0rem;
}
.set-service__item__detail__box + .set-service__item__detail__box {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: solid 1px #dedede;
}
.set-service__item__detail__box__heading {
	width: calc(100 / 540 * 100%);
	height: 6.0rem;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: var(--white);
	line-height: 1;
	padding-bottom: .2em;
	text-align: center;
	border-radius: 3.0rem;
}
.set-service__item__detail__box__heading-tax {
	background: #47b3d1;
}
.set-service__item__detail__box__heading-labor {
	background: #f2cf44;
}
.set-service__item__detail__box__desc {
	width: calc(420 / 540 * 100%);
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 2;
	color: #7d7d7d;
	padding-bottom: .2em;
}
.set-service__item__effect {
	width: 100%;
}
.set-service__item__effect__heading {
	position: relative;
	width: calc(130 / 600 * 100%);
	height: 6.0rem;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: var(--white);
	line-height: 1;
	padding-bottom: .2em;
	text-align: center;
	border-radius: 3.0rem;
	background: #7bc255;
	z-index: 1;
}
.set-service__item__effect__heading::after {
	content: '';
	display: block;
	position: absolute;
	right: -1.0rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.2rem 0 1.2rem 2.2rem;
	border-color: transparent transparent transparent #7bc255;
	z-index: -1;
}
.set-service__item__effect__desc {
	width: calc(450 / 600 * 100%);
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 2;
	color: #7d7d7d;
	padding-bottom: .2em;
}
@media screen and (max-width: 1000px){
	.set-service__item__detail__box__heading {
		width: calc(80 / 200 * 100%);
		margin: 0 auto 1.2rem;
	}
	.set-service__item__detail__box__desc {
		width: 100%;
		padding-bottom: 0;
	}
	.set-service__item__effect__heading {
		width: calc(100 / 260 * 100%);
		margin: 0 auto 1.2rem;
	}
	.set-service__item__effect__heading::after {
		right: 0;
		left: 0;
		top: auto;
		bottom: -.7rem;
		border-style: solid;
		border-width: .9rem .9rem 0 .9rem;
		border-color: #7bc255 transparent transparent transparent;
	}
	.set-service__item__effect__desc {
		width: 100%;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 768px){
	.set-contents::before {
	    background: url(../img/bg_set-sp.svg) no-repeat center top / cover;
	}
	.set-service {
		gap: 3.0rem;
	}
	.set-service__item {
		width: 100%;
	    padding: 3.4rem 3.0rem 3.2rem;
	    border-radius: 3.0rem;
	}
	.set-service__item__ttl {
		font-size: 1.8rem;
        margin-bottom: 2.5rem;
	}
	.set-service__item__detail {
		padding: 3.0rem 3.0rem 2.3rem;
		border-radius: 2.0rem;
		margin-bottom: 3.0rem;
	}
	.set-service__item__detail__box {
		display: block;
	}
	.set-service__item__detail__box + .set-service__item__detail__box {
		margin-top: 1.8rem;
		padding-top: 2.4rem;
	}
	.set-service__item__detail__box__heading {
		height: 2.8rem;
		font-size: 1.6rem;
		padding-bottom: .1em;
		border-radius: 1.4rem;
	}
	.set-service__item__detail__box__desc {
		font-size: 1.4rem;
	}
	.set-service__item__effect__heading {
		height: 2.8rem;
		font-size: 1.6rem;
		padding-bottom: .1em;
		border-radius: 1.4rem;
	}
	.set-service__item__effect__desc {
		font-size: 1.4rem;
	}
}



