.c-pagettl .icon {
	width: 5.6rem;
}
@media screen and (max-width: 767px) {
	.c-pagettl .icon {
		width: 3.5rem;
	}
}

.p-basic {
	padding-top: 10.5rem;
	padding-bottom: 10.5rem;
	background-image: url(../images/profile/bg_basic.png);
	background-size: 168.8rem;
	background-position: top 6.5rem center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-basic {
		padding-top: 5rem;
		padding-bottom: 4.5rem;
		background-image: url(../images/profile/bg_basic_sp.png);
		background-size: 36.25rem;
		background-position: top 6.5rem left;
	}
}
.p-basic__title {
	text-align: center;
	font-weight: 500;
	font-size: 3.5rem;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.p-basic__title {
		line-height: 1.7058823529;
		font-size: 1.7rem;
	}
}
.p-basic .text {
	text-align: center;
	font-size: 3.2rem;
	line-height: 2.125;
	letter-spacing: 0.07em;
	font-weight: 500;
	color: #3db7cf;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-basic .text {
		margin-top: 2rem;
		font-size: 1.7rem;
		line-height: 1.7;
	}
	.p-basic .text p + p {
		margin-top: 0.6rem;
	}
}
.p-basic .text .pc {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.p-basic .text .pc {
		display: none;
	}
}
.p-basic .list-wrap {
	margin-top: 4.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-basic .list-wrap {
		margin-top: 24rem;
	}
}
@media screen and (max-width: 767px) {
	.p-basic .list {
		padding: 0 1rem;
	}
}
.p-basic .list li {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.5454545455;
	letter-spacing: 0;
	margin-top: 3.2rem;
	padding-left: 2em;
	text-indent: -2em;
}
@media screen and (max-width: 767px) {
	.p-basic .list li {
		font-size: 1.2rem;
		line-height: 1.5416666667;
		letter-spacing: 0.02em;
		margin-top: 1.2rem;
	}
}
.p-basic .list li:first-of-type {
	margin-top: 0;
}
.p-basic .goal {
	border-radius: 3rem;
	background-color: #fff6e3;
	width: 88rem;
	max-width: 100%;
	margin: 4.8rem auto auto;
	padding: 2.8rem 0 7rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-basic .goal {
		width: 28.4rem;
		border-radius: 1.1rem;
		margin-top: 1.8rem;
		padding: 1.1rem 0 2rem;
	}
}
.p-basic .goal::after {
	content: "";
	display: block;
	width: 9.4rem;
	height: 8.6rem;
	background-image: url(../images/profile/img_basic.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: -4rem;
	top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-basic .goal::after {
		content: none;
	}
}
.p-basic .goal .title2 {
	text-align: center;
	font-size: 3rem;
	line-height: 2.5666666667;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #3db7cf;
}
@media screen and (max-width: 767px) {
	.p-basic .goal .title2 {
		font-size: 1.2rem;
	}
}
.p-basic .goal .title3 {
	text-align: center;
	font-size: 2.8rem;
	line-height: 2.25;
	letter-spacing: 0.2em;
	font-weight: 500;
	margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
	.p-basic .goal .title3 {
		margin-top: -0.4rem;
		font-size: 1.2rem;
	}
}
.p-basic .goal .text2 {
	text-align: center;
	font-size: 3.2rem;
	line-height: 2.09375;
	letter-spacing: 0.16em;
	font-weight: bold;
	margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
	.p-basic .goal .text2 {
		line-height: 1.7692307692;
		font-size: 1.3rem;
		margin-top: 0;
		letter-spacing: 0.1em;
	}
}

.p-policy {
	padding-top: 15rem;
	padding-bottom: 11.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-policy {
		padding-top: 3.4rem;
		padding-bottom: 4.5rem;
	}
}
.p-policy .deco1 {
	width: 144rem;
	height: 23rem;
	background-image: url(../images/profile/img_policy.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -6.5rem;
	-webkit-transform: translateX(calc(-50% + 6.8rem));
	        transform: translateX(calc(-50% + 6.8rem));
}
@media screen and (max-width: 767px) {
	.p-policy .deco1 {
		background-image: url(../images/profile/img_policy_sp.svg);
		width: 35.8rem;
		height: 8.6rem;
		left: -0.4rem;
		top: -3rem;
		-webkit-transform: none;
		        transform: none;
	}
}
.p-policy .l-content-inner {
	width: 135rem;
}
.p-policy__title {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
	font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-policy__title {
		font-size: 1.4rem;
		line-height: 2.7857142857;
	}
}
.p-policy .text1-wrap {
	margin-top: 7.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-policy .text1-wrap {
		margin-top: 0.5rem;
	}
}
.p-policy .text1 {
	line-height: 1.90625;
	letter-spacing: 0.11em;
	font-size: 3.2rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-policy .text1 {
		font-size: 1.4rem;
		line-height: 1.6428571429;
	}
}
.p-policy .text2 {
	width: 115.1rem;
	margin: 4rem auto auto;
	max-width: 100%;
	line-height: 1.76;
	letter-spacing: 0.05em;
	font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-policy .text2 {
		font-size: 1.2rem;
		line-height: 1.6666666667;
		width: 31.3rem;
		margin-top: 1rem;
	}
}
.p-policy .feature {
	margin-top: 10.7rem;
	background-color: #ffffff;
	position: relative;
	padding: 0 8rem 6rem;
}
@media screen and (max-width: 767px) {
	.p-policy .feature {
		margin-top: 1.8rem;
		padding: 0 2.7rem 2.5rem;
	}
}
.p-policy .feature::before, .p-policy .feature::after {
	content: "";
	display: block;
	width: 7.5rem;
	height: 7.5rem;
	background-color: #c5f7d1;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.p-policy .feature::before, .p-policy .feature::after {
		width: 1rem;
		height: 1rem;
	}
}
.p-policy .feature::before {
	right: -1px;
	top: -1px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.p-policy .feature::after {
	left: -1px;
	bottom: -1px;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p-policy .feature .deco2 {
	width: 149.2rem;
	height: 48.6rem;
	background-image: url(../images/profile/img_feature.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 7rem;
	left: -7rem;
}
@media screen and (max-width: 767px) {
	.p-policy .feature .deco2 {
		width: 27.7rem;
		height: 56.8rem;
		background-image: url(../images/profile/img_feature_sp.svg);
		left: 1.5rem;
		top: -1.5rem;
	}
}
.p-policy .feature .title2 {
	font-size: 3rem;
	line-height: 2.1;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/profile/bg_feature_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 46.3rem;
	height: 8.5rem;
	margin: auto auto -5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: translateY(-5rem);
	        transform: translateY(-5rem);
}
@media screen and (max-width: 767px) {
	.p-policy .feature .title2 {
		width: 16.7rem;
		height: 3.1rem;
		margin-bottom: -1.5rem;
		-webkit-transform: translateY(-1.5rem);
		        transform: translateY(-1.5rem);
		font-size: 1.4rem;
	}
}
.p-policy .feature__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.5rem;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-policy .feature__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 2.4rem;
		margin-top: 1.2rem;
	}
}
.p-policy .feature__content .box {
	width: 100%;
}
.p-policy .feature__content .box-title {
	font-weight: bold;
	font-size: 2.7rem;
	text-align: center;
	color: #33b4cd;
	line-height: 1.6666666667;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.p-policy .feature__content .box-title {
		font-size: 1.4rem;
	}
}
.p-policy .feature__content .box-text {
	margin-top: 1.5rem;
	font-size: 2.2rem;
	line-height: 1.5909090909;
	letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
	.p-policy .feature__content .box-text {
		margin-top: 0.4rem;
		line-height: 1.6666666667;
		font-size: 1.2rem;
	}
}
.p-policy .text3 {
	width: 96rem;
	max-width: 100%;
	margin: 7rem auto auto;
	font-weight: 500;
	line-height: 1.7307692308;
	font-size: 2.6rem;
	letter-spacing: 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-policy .text3 {
		width: 25.5rem;
		margin-top: 3rem;
		font-size: 1.3rem;
		line-height: 1.7307692308;
	}
}
.p-policy .text3::before {
	content: "";
	width: 141.6rem;
	height: 21.3rem;
	background-image: url(../images/profile/img_policy02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-policy .text3::before {
		width: 43.3rem;
		height: 16rem;
		background-image: url(../images/profile/img_policy02_sp.svg);
	}
}

.p-outline {
	position: relative;
	padding-top: 11.6rem;
	padding-bottom: 9.5rem;
	background-image: url(../images/profile/bg_outline.svg);
	background-repeat: no-repeat;
	background-position: top 29.5rem left -19.5rem;
	background-size: 210rem;
}
@media screen and (max-width: 767px) {
	.p-outline {
		padding-top: 2.4rem;
		padding-bottom: 3.2rem;
		background-image: none;
	}
}
.p-outline .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-outline .deco1 {
	width: 33.4rem;
	height: 23.7rem;
	background-image: url(../images/profile/img_outline01.svg);
	left: 0;
	top: -9.3rem;
}
@media screen and (max-width: 767px) {
	.p-outline .deco1 {
		width: 10.7rem;
		height: 7.6rem;
		top: -3rem;
		left: -1rem;
	}
}
.p-outline .l-content-inner {
	width: 166.2rem;
}
@media screen and (max-width: 767px) {
	.p-outline .l-content-inner {
		width: 100%;
		padding: 0;
	}
}
.p-outline .title2 {
	text-align: center;
	letter-spacing: 0.07em;
	font-size: 2.6rem;
	font-weight: 500;
	margin-top: 8.4rem;
}
@media screen and (max-width: 767px) {
	.p-outline .title2 {
		font-size: 1.3rem;
		margin-top: 2.5rem;
	}
}
.p-outline__image {
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-outline__image {
		margin-top: 2.5rem;
	}
}
.p-outline__image img {
	position: relative;
	left: -1.3rem;
}
@media screen and (max-width: 767px) {
	.p-outline__image img {
		left: 0;
	}
}
.p-outline__detail {
	margin: 10rem auto auto;
	width: 150rem;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	border-top: 3px dotted #d4d4d4;
	gap: 9.9rem;
	padding-top: 9.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-outline__detail {
		display: block;
		width: 33.5rem;
		margin-top: -1.7rem;
		padding-top: 2.4rem;
	}
}
.p-outline__detail .deco2 {
	width: 30.6rem;
	height: 14.7rem;
	background-image: url(../images/profile/img_outline02.svg);
	left: -10.8rem;
	top: -10rem;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .deco2 {
		display: none;
	}
}
.p-outline__detail .deco3 {
	width: 24.8rem;
	height: 30.6rem;
	background-image: url(../images/profile/img_outline03.svg);
	right: -12rem;
	bottom: -3.6rem;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .deco3 {
		display: none;
	}
}
.p-outline__detail .map {
	width: 64.1rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .map {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-outline__detail .map .c-ggmap {
	padding-top: 156.0062402496%;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .map .c-ggmap {
		padding-top: 157.0570570571%;
	}
}
.p-outline__detail .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .cnt {
		padding-top: 0;
	}
}
.p-outline__detail .table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.p-outline__detail .table dt {
	color: #ffffff;
	background-color: #7fd7a7;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	width: 17.6rem;
	padding: 0.5rem 0 0.6rem 2.7rem;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .table dt {
		font-size: 1.2rem;
		padding: 0 0 0.1rem 1rem;
		margin-top: 1rem;
		width: 8.5rem;
		letter-spacing: 0.15em;
	}
}
.p-outline__detail .table dt:first-of-type {
	margin-top: 0;
}
.p-outline__detail .table dd {
	width: calc(100% - 17.6rem);
	padding-left: 3rem;
	line-height: 1.5909090909;
	letter-spacing: 0.01em;
	font-size: 2.2rem;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-outline__detail .table dd {
		width: calc(100% - 8.5rem);
		margin-top: 1rem;
		padding-left: 1rem;
		font-size: 1.2rem;
		line-height: 1.4583333333;
	}
}
.p-outline__detail .table dd:first-of-type {
	margin-top: 0;
}

.p-info {
	padding-top: 11rem;
	padding-bottom: 11rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-info {
		padding-top: 3.5rem;
		padding-bottom: 3.6rem;
	}
}
.p-info .deco {
	width: 156.6rem;
	height: 49.9rem;
	background-image: url(../images/profile/bg_info.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -2.3rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-info .deco {
		width: 47.8rem;
		height: 27.5rem;
		left: 50%;
		top: -1.3rem;
		-webkit-transform: translateX(calc(-50% + 0.6rem));
		        transform: translateX(calc(-50% + 0.6rem));
		background-image: url(../images/profile/bg_info_sp.svg);
	}
}
.p-info .text {
	width: 80rem;
	max-width: 100%;
	margin: 4rem auto auto;
	line-height: 2.05;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-info .text {
		width: 25.3rem;
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
}
.p-info .link {
	position: relative;
	width: 32.7rem;
	margin: 5.2rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-info .link {
		width: 16.4rem;
		margin-top: 1.6rem;
	}
}
.p-info .link a, .p-info .link img {
	display: block;
}
/*# sourceMappingURL=profile.css.map */