@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
}
body {
	color: #666666;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.6;
	font-family:
		"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
main {
}
a {
	transition: all 0.4s;
}
a:hover {
	opacity: 0.6;
}
.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}
.-shadow {
	box-shadow: 0 0 20px #3ba8ad30;
}
.-f_eg {
	font-family: "EB Garamond", serif;
}
.-fwm {
	font-weight: 500;
}
.-fwb {
	font-weight: bold;
}
.-lh10 {
	line-height: 1;
}
.-lh14 {
	line-height: 1.4;
}
.-lh15 {
	line-height: 1.5;
}
.-primary {
	color: #3ba8ad;
}
.-subbg {
	background: #f5fbfb;
}
.pbb_fy {
	color: #ffcc00;
}
.-fcor {
	color: #ff5227;
}
.cmnhd {
	padding: 20px 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 8000;
}
.cmnhd_wrap {
	padding: 15px 20px;
	border-radius: 9999px;
	width: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 5px #00000010;
}
.cmnhd_logo {
}
.cmnhd_logo a {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.cmnhd_cnt {
	display: flex;
	align-items: center;
	gap: 30px;
}
.cmnhd_nav {
}
.cmnhd_nav_wrap {
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: center;
	line-height: 1.2;
}
.cmnhd_cntct {
}
.cmnhd_cntct a {
	display: flex;
	width: 100px;
	height: 50px;
	border-radius: 9999px;
	align-items: center;
	justify-content: center;
	background-color: #fff15e;
}
.cmnhd_menu {
}
.cmnhd_menu span {
}
.cmnhd_menu span:first-child {
}
.cmnhd_menu span:nth-child(2) {
}
.cmnhd_menu span:last-child {
}
.cmnbtn {
	padding: 10px;
	background: #fff15e40;
	border-radius: 9999px;
	width: 100%;
	max-width: 400px;
	line-height: 1.2;
	font-weight: bold;
}
.cmnbtn a {
	display: flex;
	width: 100%;
	padding: 20px 0;
	background-color: #fff15e;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	box-shadow: 0 4px 6px #00000010;
	gap: 10px;
}
.cmnbtn a span {
	display: flex;
	color: #ffffff;
	background: #ff5227;
	border-radius: 5px;
	padding: 5px 10px;
	width: fit-content;
}
.cmnbtn a p {
	font-size: 20px;
}
.hero {
	background: url(../img/hero-bg@2x.webp) center / cover;
	height: 800px;
	width: 100%;
	position: relative;
	padding-top: 134px;
}
.hero > .inner {
	position: relative;
	z-index: 2;
}
.hero_wrap {
	position: relative;
	z-index: 2;
}
.hero_catch {
	margin-bottom: 20px;
}
.hero_txt {
	margin-bottom: 23px;
}
.hero_box {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.hero_box_cnt {
	width: fit-content;
	padding: 20px;
	font-size: 18px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	overflow: hidden;
}
.hero_box_cnt p {
	position: relative;
	z-index: 2;
}
.hero_box_cnt::before {
	content: "";
	width: 240px;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #ace993;
	top: 10px;
	left: 10px;
	opacity: 0.2;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.hero_link {
}
.hero_link a {
}
.hero_pic {
	position: absolute;
	z-index: 1;
	height: 700px;
	overflow: hidden;
	border-radius: 9999px 0 0 9999px;
	right: 0;
	top: 70px;
	width: 60dvw;
	min-width: 780px;
}
.hero_pic img {
	object-fit: cover;
	object-position: left center;
	width: 100%;
	height: 100%;
}
.cmncnsl {
	padding: 30px 40px;
	background: linear-gradient(150deg, #fff3d5, #3ba8ad 50%);
}
.cmncnsl_inner {
	max-width: 1540px;
	padding: 30px 40px;
	border-radius: 50px;
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
}
.cmncnsl_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.cmncnsl_item {
}
.cmncnsl_cnt {
}
.cmncnsl_txt {
	margin-bottom: 15px;
}
.cmncnsl_txt_hd {
	font-size: 22px;
}
.cmncnsl_txt_btm {
}
.cmncnsl_link {
}
.intro {
	padding-bottom: 80px;
}
.intro_inner {
	max-width: 1060px;
	padding: 0 40px;
	margin: 0 auto;
}
.introsec_ttl {
	text-align: center;
}
.introsec_ttl > p {
	font-size: 60px;
}
.introsec_ttl > h2 {
	font-size: 20px;
}
.profile {
	padding: 80px 0;
}
.profile_inner {
}
.profile_wrap {
}
.profile_ttl {
	margin-bottom: 50px;
}
.profile_cnt {
	display: flex;
	align-items: end;
	gap: 40px;
	margin-bottom: 50px;
}
.profile_img {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-shrink: 0;
}
.profile_txt {
}
.profile_txt_hd {
	margin-bottom: 20px;
}
.profile_txt_hd > p {
	font-size: 30px;
}
.profile_txt_hd h3 {
	font-size: 20px;
}
.profile_txt_cnt {
}
.profile_txt_cnt > p {
	display: inline-block;
	margin-bottom: 10px;
}
.profile_txt_cnt > p:last-child {
	margin-bottom: 0;
}
.profile_bnr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.profile_bnr_cnt {
	width: 100%;
	border-radius: 10px;
	background-color: #ffffff;
	height: 100px;
	display: flex;
	gap: 17px;
	align-items: center;
	padding-left: 30px;
	box-shadow: 0 4px 6px #00000010;
	position: relative;
}
.profile_bnr_cnt::before {
	content: "";
	display: block;
	background: url(../img/external.svg) center / cover;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
.bnrspo {
	color: #122c89;
}
.philosophy {
	overflow: hidden;
}
.philosophy_box {
	padding: 85px 0 90px;
	border-radius: 50px;
	background: #ffffff;
	box-shadow: 0 0 20px #3ba8ad30;
	position: relative;
}
.philosophy_box::before,
.philosophy_box::after {
	content: "";
	display: block;
	position: absolute;
}
.philosophy_box::before {
	background: url(../img/pholosophy-item01@2x.webp) center / 100% 100%;
	width: 29.17%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 1;
	right: -3.7%;
	bottom: 42.46%;
}
.philosophy_box::after {
	background: url(../img/pholosophy-item02@2x.webp) center / 100% 100%;
	width: 29.31%;
	max-width: 340px;
	height: auto;
	aspect-ratio: 340 / 249;
	right: -3.45%;
	bottom: 12.3%;
}
.philosophy_inner {
}
.philosophy_wrap {
}
.philosophy_ttl {
	margin-bottom: 35px;
}
.philosophy_cnt {
	width: 680px;
}
.philosophy_message {
}
.philosophy_message > p {
	display: inline-block;
	margin-bottom: 20px;
}
.philosophy_sign {
	text-align: end;
	font-size: 18px;
}
.philosophy_sign p span {
	display: inline-block;
	padding-left: 15px;
	font-weight: 400;
}
.problem {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
.problem_bgf::before,
.problem_bgf::after {
	content: "";
	width: 145%;
	display: block;
	height: 500px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
}
.problem_bgf::before {
	top: -100px;
}
.problem_bgf::after {
	top: calc(100% + -400px);
}
.problem_bgf {
	background: #ffffff;
	position: relative;
	z-index: 2;
}
.problem_wrap {
	position: relative;
	z-index: 3;
}
.problem_hd {
	margin-bottom: 40px;
}
.problem_hd_balloon {
	width: fit-content;
	padding: 10px 100px;
	border-radius: 9999px;
	position: relative;
	background-color: #e6f2f3;
	margin: 0 auto 14px;
}
.problem_hd_balloon::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translateX(50%);
	border-left: solid 13.5px transparent;
	border-right: solid 13.5px transparent;
	border-top: 14px solid #e6f2f3;
}
.problem_hd_ttl {
	font-size: 40px;
	text-align: center;
}
.problem_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 40px;
	padding-bottom: 70px;
	position: relative;
}

.problem_cnt::before {
	content: "";
	width: 740px;
	height: calc(100% - 70px);
	top: 70px;
	right: 50%;
	transform: translateX(50%);
	background: linear-gradient(150deg, #fff3d5, #b2e1df 50%);
	position: absolute;
	display: block;
}
.problem_cnt::after {
	content: "";
	position: absolute;
	display: block;
	right: 50%;
	transform: translateX(50%);
	border-left: 370px transparent solid;
	border-right: 370px transparent solid;
	border-top: 160px solid #b2e1df;
	top: 100%;
}
.problem_box {
	background: #ffffff;
	border-radius: 50px;
	box-shadow: 0 0 20px #3ba8ad30;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
.problem_box_img {
	flex-shrink: 0;
}
.problem_box_txt {
}
.problem_btm {
	padding-top: 200px;
	padding-bottom: 50px;
	background: linear-gradient(150deg, #fff3d5, #3ba8ad 50%);
}
.problem_btm_wrap {
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.problem_btm_wrap p span {
	position: relative;
	z-index: 5;
}
.pbb_fs {
	font-size: 30px;
}
.problem_btm_wrap p span.pbb_fbg {
	position: relative;
	z-index: 3;
	display: inline-block;
	font-size: 36px;
}
.pbb_fbg::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	display: block;
	background-color: #ff7fb4;
	width: 100px;
	height: auto;
	aspect-ratio: 1;
	z-index: -1;
	filter: blur(30px);
}
.point {
}
.point_wrap {
}
.pointsec {
	padding: 125px 0;
}
.pointsec_wrap {
}
.pointsec_hd {
}
.pointsec_hd_ob {
	padding-right: 245px;
	width: fit-content;
	margin: 0 auto 30px;
	position: relative;
	opacity: 0.5;
}
.pointsec_hd_ob_en {
	font-size: 60px;
}
.pointsec_hd_ob_num {
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 250px;
	background: linear-gradient(180deg, #3ba8ad 25%, #f6eeca 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pointsec_hd_catch {
	text-align: center;
	font-size: 30px;
	position: relative;
	z-index: 2;
}

.point01 {
}
.point01_wrap {
}
.point01_hd,
.point03_hd {
	margin-bottom: 50px;
}
.point01_cnt {
}
.point01_cnt_hd,
.point03_cnt_hd {
	padding: 14.5px;
	width: 100%;
	max-width: 690px;
	text-align: center;
	margin: 0 auto 26px;
	background-color: #3ba8ad;
	font-size: 20px;
	color: #ffffff;
	border-radius: 20px;
}
.point01_dtl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.point03_dtl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.point01_dtl_box,
.point03_dtl_box {
	border: #3ba8ad solid 3px;
	border-radius: 20px;
	padding: 40px 30px;
	background-color: #ffffff;
}
.point01_dtl_box_item,
.point03_dtl_box_item {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.point01_dtl_box_ttl,
.point03_dtl_box_ttl {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
}
.point01_dtl_box_txt,
.point03_dtl_box_txt {
}
.point01_dtl_box_txt p,
.point03_dtl_box_txt p {
	margin-bottom: 10px;
}
.point01_dtl_box_txt p:last-child,
.point03_dtl_box_txt p:last-child {
	margin-bottom: 0px;
}
.point02 {
}
.point02_wrap {
}
.point02_hd {
	margin-bottom: 20px;
}
.point02_cnt {
}
.point02_cnt_hd {
	text-align: center;
	margin-bottom: 100px;
	font-size: 20px;
	font-weight: 500;
}
.point02_cnt_hd_subt {
	font-size: 18px;
	margin-top: 30px;
}
.point02_ttbl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.point02_ttbl_box {
	padding: 70px 40px 40px;
	border-radius: 20px;
	position: relative;
}
.point02_ttbl_box.day1 {
	--p_color: #3ba8ad;
	background-color: #f5fbfb;
}
.point02_ttbl_box.day2 {
	--p_color: #58c361;
	background-color: #f5fbf5;
}
.point02_ttbl_box_hd {
	font-size: 25px;
	color: #ffffff;
	background-color: var(--p_color);
	padding: 18px 30px;
	border-radius: 20px;
	text-align: center;
	width: calc(100% - 130px);
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(50%, -50%);
}
.point02_ttbl_box_wrap {
}
.point02_ttbl_box_cnt {
}
.point02_ttbl_box_cnt_hd {
	font-size: 20px;
	color: var(--p_color);
	margin-bottom: 8px;
}
.point02_ttbl_box_cnt_detail {
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
}
.point02_ttbl_box_cnt_detail::after {
	width: 2px;
	height: 100%;
	content: "";
	display: block;
	background-color: var(--p_color);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
}
.point02_ttbl_box_cnt_detail h4 {
	margin-bottom: 5px;
	font-size: 20px;
}
.point02_ttbl_box_cnt_detail ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 1.5em;
	unicode-bidi: isolate;
}
.point02_ttbl_box_cnt_detail ul li {
}
.plan {
	padding: 70px 0;
}
.plan_wrap {
}
.plan_hd {
}
.plan_hd_ttl {
	text-align: center;
	margin-bottom: 40px;
}
.plan_hd_ttl p {
	font-size: 60px;
}
.plan_hd_ttl h2 {
	font-size: 20px;
}
.plan_hd_link {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 45px;
}
.plan_hd_link a {
	text-align: center;
	height: 70px;
	width: fit-content;
	display: flex;
	padding: 0 40px;
	align-items: center;
	justify-content: center;
	background: #3ba8ad;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 9999px;
}
.plan_hd_link a span {
	font-size: 14px;
}
.plan_cnt {
}
.plansec {
	padding: 70px 0;
	border-radius: 50px;
	margin-bottom: 35px;
}
.plansec_inner {
	max-width: 1060px;
	padding: 0 40px;
	margin: 0 auto;
}
.plansec_hd {
	margin-bottom: 20px;
}
.plan01 .plansec_hd {
	margin-bottom: 60px;
}
.plansec_hd_ttl {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.plansec_hd_txt {
	text-align: center;
}
.plansec_price {
	padding: 30px;
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}
.plansec_price.plan01_price {
	padding-top: 70px;
	position: relative;
}
.plansec_price_cnt {
	width: fit-content;
	margin: 0 auto;
}
.plan01_price .plansec_price_cnt {
	margin: unset;
}
.plansec_price_cnt .num {
	font-size: 50px;
	font-weight: 600;
}
.plansec_price_cnt .priceyen {
	font-size: 24px;
	font-weight: bold;
}
.plansec_price_cnt .pricetax {
}
.plan01_price_line {
	font-size: 24px;
	color: #ffffff;
	width: 95%;
	max-width: 500px;
	padding: 10px 40px;
	background-color: #58c361;
	border-radius: 10px;
	right: 50%;
	top: 0;
	transform: translate(50%, -50%);
	position: absolute;
}
.plan01_price_wrap {
	display: flex;
	justify-content: center;
	gap: 70px;
	align-items: end;
}
.plansec_price_ttl {
	font-size: 20px;
	text-align: start;
}
.-after.plansec_price_cnt {
	position: relative;
}
.-after.plansec_price_cnt .plansec_price_ttl {
	color: #58c361;
}
.-after.plansec_price_cnt::after {
	content: "";
	display: block;
	border-left: 30px solid #3ba8ad;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: calc(100% + 20px);
	bottom: 50%;
	transform: translateY(50%);
}
.-after.plansec_price_cnt .num {
	font-size: 60px;
}
.plansec_cnt {
}
.plansec_list {
}
.plansec_list_cnt {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 30px 0;
	border-bottom: #e0e0e0 1px solid;
}
.plansec_list_cnt:first-child {
	border-top: #e0e0e0 1px solid;
}
.plansec_list_num {
	width: 60px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	color: #ffffff;
	font-size: 34px;
	background: #3ba8ad;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.plansec_list_wrap {
}
.plansec_list_ttl {
	font-size: 24px;
	margin-bottom: 10px;
}
.plansec_list_txt {
}
.flow {
	padding: 80px 0;
	background-color: #e6f2f3;
}
.flow_wrap {
}
.flow_hd {
	margin-bottom: 60px;
}
.flow_hd_ttl {
	text-align: center;
}
.flow_hd_ttl p {
	font-size: 60px;
}
.flow_hd_ttl h2 {
	font-size: 20px;
}
.flow_cnt {
}
.flow_box {
	width: 100%;
	display: grid;
	grid-template-columns: 230px auto;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.flow_box:last-child {
	margin-bottom: 0;
}
.flow_box_hd {
	background: #3ba8ad;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_box_hd_wrap {
}
.flow_box_hd_img {
	text-align: center;
}
.flow_box_hd_step {
	color: #ffffff;
	font-size: 30px;
}
.stepnum {
	font-size: 40px;
}
.flow_box_cnt {
	padding: 30px 50px;
	background: #ffffff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 10px;
}
.flow_box_ttl {
	font-size: 24px;
}
.flow_box_txt {
}
.faq {
	padding: 80px 0;
}
.faq_wrap {
}
.faq_hd {
	margin-bottom: 50px;
}
.faq_hd_ttl {
	text-align: center;
}
.faq_hd_ttl p {
	font-size: 60px;
}
.faq_hd_ttl h2 {
	font-size: 20px;
}
.faq {
}
.faq_wrap {
}
.faq_hd {
}
.faq_hd_ttl {
}
.faq_cnt {
}
.faq_box {
	padding: 30px 50px;
	background-color: #ffffff;
	border-radius: 20px;
	margin-bottom: 20px;
}
.faq_box_hd {
	display: flex;
	gap: 20px;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	border-bottom: #3ba8ad 2px solid;
}
.faq_box_hd span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	aspect-ratio: 1;
	font-size: 30px;
	flex-shrink: 0;
	background-color: #3ba8ad;
}
.faq_box_hd p {
}
.faq_box_cnt {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.faq_box_cnt span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	aspect-ratio: 1;
	font-size: 30px;
	flex-shrink: 0;
	background-color: #58c361;
}
.faq_box_cnt p {
}
.btmlink {
	background: linear-gradient(150deg, #fff3d5, #3ba8ad 50%);
	padding: 50px 0;
}
.btmlink_wrap {
}
.btmlink_wrap > p {
	text-align: center;
	color: #ffffff;
	margin-bottom: 15px;
}
.btmlink_cnt {
	margin: 0 auto;
}
.cmnft {
	padding: 50px 0;
}
.cmnft_wrap {
	text-align: center;
}
.cmnft_wrap p {
	margin-bottom: 20px;
}
.cmnft_wrap p a {
	text-decoration: underline;
}
.cmnft_wrap small {
	font-size: 13px;
}
.vis-sp,
.vis-tb {
	display: none;
}
@media screen and (max-width: 1240px) {
	html {
		scroll-padding-top: 110px;
	}
	.vis-tb {
		display: block;
	}
	main {
	}
	.cmnhd {
	}
	.cmnhd_wrap {
	}
	.cmnhd_logo {
	}
	.cmnhd_logo a {
	}
	.cmnhd_cnt {
		gap: 6px;
	}
	.cmnhd_nav {
		position: fixed;
		width: 100%;
		height: 100dvh;
		top: 0;
		left: 0;
		z-index: -1;
		background: linear-gradient(to bottom, #ffffff 0, #ffffff 60%, #b2e1df 80%);
		padding: 130px 200px 0;
	}
	.cmnhd_nav_wrap {
		flex-flow: column;
		align-items: start;
		text-align: start;
		gap: 26px;
	}
	.cmnhd_nav_cntct {
		margin-top: 45px;
	}
	.cmnhd_cntct {
	}
	.cmnhd_cntct a {
		height: 40px;
		font-size: 14px;
	}
	.cmnhd_menu {
		width: 40px;
		height: 40px;
		background: #e6f2f3;
		border-radius: 50%;
		position: relative;
	}
	.cmnhd_menu span {
		display: block;
		background: #3ba8ad;
		width: 20px;
		height: 2px;
		border-radius: 9999px;
		position: absolute;
		right: 50%;
		bottom: 50%;
		transform: translate(50%, 50%);
	}
	.cmnhd_menu span:first-child {
		transform: translate(50%, calc(50% + 4px));
	}
	.cmnhd_menu span:nth-child(2) {
	}
	.cmnhd_menu span:last-child {
		transform: translate(50%, calc(50% - 4px));
	}

	.hero {
		padding-top: 120px;
	}
	.hero > .inner {
	}
	.hero_wrap {
	}
	.hero_catch {
		width: 491px;
	}
	.hero_txt {
	}
	.hero_box {
	}
	.hero_box_cnt {
	}
	.hero_box_cnt p {
	}
	.hero_box_cnt::before {
	}
	.hero_link {
	}
	.hero_link a {
	}
	.hero_pic {
		height: auto;
		aspect-ratio: 780 / 700;
		min-width: unset;
		width: 51.9dvw;
		top: 120px;
	}
	.hero_pic img {
	}
	.cmncnsl {
	}
	.cmncnsl_inner {
	}
	.cmncnsl_wrap {
	}
	.cmncnsl_item {
	}
	.cmncnsl_cnt {
	}
	.cmncnsl_txt {
	}
	.cmncnsl_txt_hd {
	}
	.cmncnsl_txt_btm {
	}
	.cmncnsl_link {
	}
	.intro {
	}
	.intro_inner {
	}
	.introsec_ttl {
	}
	.introsec_ttl > p {
	}
	.introsec_ttl > h2 {
	}
	.profile {
	}
	.profile_inner {
	}
	.profile_wrap {
	}
	.profile_ttl {
	}
	.profile_cnt {
	}
	.profile_img {
	}
	.profile_txt {
	}
	.profile_txt_hd {
	}
	.profile_txt_hd > p {
	}
	.profile_txt_hd h3 {
	}
	.profile_txt_cnt {
	}
	.profile_txt_cnt > p {
	}
	.profile_txt_cnt > p:last-child {
	}
	.profile_bnr {
	}
	.profile_bnr_cnt {
	}
	.bnrspo {
	}
	.philosophy {
	}
	.philosophy_box {
		padding-bottom: 218px;
	}
	.philosophy_box::before,
	.philosophy_box::after {
	}
	.philosophy_box::before {
		width: 180px;
		bottom: 24px;
		right: unset;
		left: -24px;
	}
	.philosophy_box::after {
		width: 170px;
		bottom: 40px;
		right: -12px;
	}
	.philosophy_inner {
	}
	.philosophy_wrap {
	}
	.philosophy_ttl {
	}
	.philosophy_cnt {
		width: 100%;
	}
	.philosophy_message {
	}
	.philosophy_message > p {
	}
	.philosophy_sign {
	}
	.philosophy_sign p span {
	}
	.problem {
	}
	.problem_bgf::before,
	.problem_bgf::after {
	}
	.problem_bgf::before {
	}
	.problem_bgf::after {
	}
	.problem_bgf {
	}
	.problem_wrap {
	}
	.problem_hd {
	}
	.problem_hd_balloon {
	}
	.problem_hd_balloon::before {
	}
	.problem_hd_ttl {
	}
	.problem_cnt {
	}
	.problem_cnt::before {
	}
	.problem_cnt::after {
	}
	.problem_box {
	}
	.problem_box_img {
	}
	.problem_box_txt {
	}
	.problem_btm {
	}
	.problem_btm_wrap {
	}
	.problem_btm_wrap p span {
	}
	.pbb_fs {
	}
	.problem_btm_wrap p span.pbb_fbg {
	}
	.pbb_fbg::after {
	}
	.point {
	}
	.point_wrap {
	}
	.pointsec {
	}
	.pointsec_wrap {
	}
	.pointsec_hd {
	}
	.pointsec_hd_ob {
	}
	.pointsec_hd_ob_en {
	}
	.pointsec_hd_ob_num {
	}
	.pointsec_hd_catch {
	}
	.point01 {
	}
	.point01_wrap {
	}
	.point01_hd,
	.point03_hd {
	}
	.point01_cnt {
	}
	.point01_cnt_hd,
	.point03_cnt_hd {
	}
	.point01_dtl {
	}
	.point03_dtl {
	}
	.point01_dtl_box,
	.point03_dtl_box {
	}
	.point01_dtl_box_item,
	.point03_dtl_box_item {
	}
	.point01_dtl_box_ttl,
	.point03_dtl_box_ttl {
	}
	.point01_dtl_box_txt,
	.point03_dtl_box_txt {
	}
	.point01_dtl_box_txt p,
	.point03_dtl_box_txt p {
	}
	.point01_dtl_box_txt p:last-child,
	.point03_dtl_box_txt p:last-child {
	}
	.point02 {
	}
	.point02_wrap {
	}
	.point02_hd {
	}
	.point02_cnt {
	}
	.point02_cnt_hd {
	}
	.point02_ttbl {
	}
	.point02_ttbl_box {
	}
	.point02_ttbl_box.day1 {
	}
	.point02_ttbl_box.day2 {
	}
	.point02_ttbl_box_hd {
	}
	.point02_ttbl_box_wrap {
	}
	.point02_ttbl_box_cnt {
	}
	.point02_ttbl_box_cnt_hd {
	}
	.point02_ttbl_box_cnt_detail {
	}
	.point02_ttbl_box_cnt_detail::after {
	}
	.point02_ttbl_box_cnt_detail h4 {
	}
	.point02_ttbl_box_cnt_detail ul {
	}
	.point02_ttbl_box_cnt_detail ul li {
	}
	.plan {
	}
	.plan_wrap {
	}
	.plan_hd {
	}
	.plan_hd_ttl {
	}
	.plan_hd_ttl p {
	}
	.plan_hd_ttl h2 {
	}
	.plan_hd_link {
	}
	.plan_hd_link a {
	}
	.plan_hd_link a span {
	}
	.plan_cnt {
	}
	.plansec {
	}
	.plansec_inner {
	}
	.plansec_hd {
	}
	.plan01 .plansec_hd {
	}
	.plansec_hd_ttl {
	}
	.plansec_hd_txt {
	}
	.plansec_price {
	}
	.plansec_price.plan01_price {
	}
	.plansec_price_cnt {
	}
	.plansec_price_cnt .num {
	}
	.plansec_price_cnt .priceyen {
	}
	.plansec_price_cnt .pricetax {
	}
	.plan01_price_line {
	}
	.plan01_price_wrap {
	}
	.plansec_price_ttl {
	}
	.-after.plansec_price_cnt {
	}
	.-after.plansec_price_cnt .plansec_price_ttl {
	}
	.-after.plansec_price_cnt::after {
	}
	.-after.plansec_price_cnt .num {
	}
	.plansec_cnt {
	}
	.plansec_list {
	}
	.plansec_list_cnt {
	}
	.plansec_list_cnt:first-child {
	}
	.plansec_list_num {
	}
	.plansec_list_wrap {
	}
	.plansec_list_ttl {
	}
	.plansec_list_txt {
	}
	.flow {
	}
	.flow_wrap {
	}
	.flow_hd {
	}
	.flow_hd_ttl {
	}
	.flow_hd_ttl p {
	}
	.flow_hd_ttl h2 {
	}
	.flow_cnt {
	}
	.flow_box {
	}
	.flow_box:last-child {
	}
	.flow_box_hd {
	}
	.flow_box_hd_wrap {
	}
	.flow_box_hd_img {
	}
	.flow_box_hd_step {
	}
	.stepnum {
	}
	.flow_box_cnt {
	}
	.flow_box_ttl {
	}
	.flow_box_txt {
	}
	.faq {
	}
	.faq_wrap {
	}
	.faq_hd {
	}
	.faq_hd_ttl {
	}
	.faq_hd_ttl p {
	}
	.faq_hd_ttl h2 {
	}
	.faq {
	}
	.faq_wrap {
	}
	.faq_hd {
	}
	.faq_hd_ttl {
	}
	.faq_cnt {
	}
	.faq_box {
	}
	.faq_box_hd {
	}
	.faq_box_hd span {
	}
	.faq_box_hd p {
	}
	.faq_box_cnt {
	}
	.faq_box_cnt span {
	}
	.faq_box_cnt p {
	}
	.hide-tb {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	html {
		scroll-padding-top: 92px;
	}
	main {
	}
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 20px;
	}
	.cmnhd {
		padding: 11px 10px;
	}
	.cmnhd_wrap {
	}
	.cmnhd_logo {
	}
	.cmnhd_logo a {
		font-size: 10px;
		gap: 5px;
		line-height: 1;
	}
	.cmnhd_logo a span {
		width: 62px;
	}
	.cmnhd_cnt {
	}
	.cmnhd_nav {
		padding: 130px 40px 0;
	}
	.cmnhd_nav_wrap {
	}
	.cmnhd_cntct {
	}
	.cmnhd_cntct a {
	}
	.cmnhd_menu {
	}
	.cmnhd_menu span {
	}
	.cmnhd_menu span:first-child {
	}
	.cmnhd_menu span:nth-child(2) {
	}
	.cmnhd_menu span:last-child {
	}

	.cmnbtn {
		padding: 8px;
	}
	.cmnbtn a {
	}
	.cmnbtn a span {
		font-size: 13px;
	}
	.cmnbtn a p {
		font-size: 17px;
	}

	.hero {
		padding-top: 0;
		height: auto;
		padding-bottom: 40px;
	}
	.hero > .inner {
	}
	.hero_wrap {
	}
	.hero_catch {
		max-width: 490px;
		width: 100%;
		margin-bottom: 12px;
	}
	.hero_txt {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.hero_box {
		display: grid;
		grid-template-columns: 186fr 130fr;
		gap: 8px;
		margin-bottom: 20px;
	}
	.hero_box_cnt {
		width: 100%;
		display: flex;
		justify-content: center;
		font-size: 13px;
		padding: 12px;
	}
	.hero_box_cnt p {
	}
	.hero_box_cnt::before {
	}
	.hero_link {
		margin: 0 auto;
	}
	.hero_link a {
	}
	.hero_pic {
		position: relative;
		top: 40px;
		margin: 0 0 0 auto;
		width: 93%;
	}
	.hero_pic img {
	}
	.cmncnsl {
		padding: 30px 20px;
	}
	.cmncnsl_inner {
		padding: 30px 20px;
	}
	.cmncnsl_wrap {
		flex-flow: column;
		gap: 15px;
	}
	.cmncnsl_item {
		width: 157px;
	}
	.cmncnsl_cnt {
		width: 100%;
	}
	.cmncnsl_txt {
	}
	.cmncnsl_txt_hd {
		font-size: 16px;
		text-align: center;
	}
	.cmncnsl_txt_btm {
		font-size: 14px;
		text-align: center;
	}
	.cmncnsl_link {
		margin: 0 auto;
	}
	.intro {
		padding-bottom: 60px;
	}
	.intro_inner {
		padding: 0;
	}
	.introsec_ttl {
	}
	.introsec_ttl > p {
		font-size: 42px;
	}
	.introsec_ttl > h2 {
		font-size: 18px;
	}
	.profile {
		padding: 70px 0;
	}
	.profile_inner {
	}
	.profile_wrap {
	}
	.profile_ttl {
		margin-bottom: 27px;
	}
	.profile_cnt {
		flex-flow: column;
		align-items: center;
		gap: 30px;
		margin-bottom: 25px;
	}
	.profile_img {
		width: 260px;
	}
	.profile_txt {
	}
	.profile_txt_hd {
		text-align: center;
	}
	.profile_txt_hd > p {
	}
	.profile_txt_hd h3 {
	}
	.profile_txt_cnt {
	}
	.profile_txt_cnt > p {
	}
	.profile_txt_cnt > p:last-child {
	}
	.profile_bnr {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.profile_bnr_cnt {
		padding: 18px 27px;
		height: auto;
		font-size: 13px;
		gap: 12px;
		max-width: 350px;
		margin: 0 auto;
	}
	.bnrfun span {
		display: flex;
		width: 101px;
	}
	.bnrspo {
	}
	.bnrspo span {
		display: flex;
		width: 45px;
	}
	.philosophy {
	}
	.philosophy_box {
		padding: 50px 0 220px;
		border-radius: 30px;
	}
	.philosophy_box::before,
	.philosophy_box::after {
	}
	.philosophy_box::before {
	}
	.philosophy_box::after {
	}
	.philosophy_inner {
		padding: 0 20px;
	}
	.philosophy_wrap {
	}
	.philosophy_ttl {
		margin-bottom: 17px;
	}
	.philosophy_cnt {
	}
	.philosophy_message {
	}
	.philosophy_message > p {
	}
	.philosophy_sign {
	}
	.philosophy_sign p span {
	}
	.problem {
		padding-top: 60px;
	}
	.problem_bgf::before,
	.problem_bgf::after {
		width: 1000px;
	}
	.problem_bgf::before {
		top: -60px;
	}
	.problem_bgf::after {
		top: calc(100% + -480px);
	}
	.problem_bgf {
	}
	.problem_wrap {
	}
	.problem_hd {
		margin-bottom: 22px;
	}
	.problem_hd_balloon {
		width: 300px;
		padding: 10px 20px;
		text-align: center;
		font-size: 17px;
	}
	.problem_hd_balloon::before {
	}
	.problem_hd_ttl {
		font-size: 22px;
	}
	.problem_cnt {
		grid-template-columns: 1fr;
		padding-bottom: 15px;
		gap: 20px;
	}
	.problem_cnt::before {
		width: 220px;
	}
	.problem_cnt::after {
		border-left: 110px transparent solid;
		border-right: 110px transparent solid;
		border-top: 50px solid #b2e1df;
	}
	.problem_box {
		padding: 25px 20px;
		gap: 12px;
		font-size: 16px;
		flex-flow: row;
		border-radius: 30px;
	}
	.problem_box:nth-child(even) {
		flex-flow: row-reverse;
	}
	.problem_box_img {
		width: 80px;
	}
	.problem_box_txt {
	}
	.problem_btm {
		padding-top: 70px;
	}
	.problem_btm_wrap {
		font-size: 20px;
	}
	.problem_btm_wrap p span {
	}
	.pbb_fs {
		font-size: 16px;
	}
	.problem_btm_wrap p span.pbb_fbg {
		font-size: 19px;
	}
	.pbb_fbg::after {
		width: 66px;
		filter: blur(18px);
	}
	.point {
	}
	.point_wrap {
	}
	.pointsec {
		padding: 90px 0 75px;
	}
	.pointsec_wrap {
	}
	.pointsec_hd {
	}
	.pointsec_hd_ob {
		padding-right: 162px;
		margin-bottom: 14px;
	}
	.pointsec_hd_ob_en {
		font-size: 40px;
	}
	.pointsec_hd_ob_num {
		font-size: 150px;
	}
	.pointsec_hd_catch {
		font-size: 24px;
	}
	.point01 {
	}
	.point01_wrap {
	}
	.point01_hd,
	.point03_hd {
	}
	.point01_cnt {
	}
	.point01_cnt_hd,
	.point03_cnt_hd {
		padding: 14px 25px;
		margin: 0 auto 20px;
	}
	.point01_dtl {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.point03_dtl {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.point01_dtl_box,
	.point03_dtl_box {
		padding: 30px 20px;
	}
	.point01_dtl_box_item,
	.point03_dtl_box_item {
		width: 200px;
		margin: 0 auto 20px;
	}
	.point01_dtl_box_ttl,
	.point03_dtl_box_ttl {
		font-size: 20px;
	}
	.point01_dtl_box_txt,
	.point03_dtl_box_txt {
	}
	.point01_dtl_box_txt p,
	.point03_dtl_box_txt p {
	}
	.point01_dtl_box_txt p:last-child,
	.point03_dtl_box_txt p:last-child {
	}
	.point02 {
	}
	.point02_wrap {
	}
	.point02_hd {
	}
	.point02_cnt {
	}
	.point02_cnt_hd {
		font-size: 16px;
		text-align: start;
		margin-bottom: 60px;
	}
	.point02_ttbl {
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.point02_ttbl_box {
		padding: 50px 20px 20px;
	}
	.point02_ttbl_box.day1 {
	}
	.point02_ttbl_box.day2 {
	}
	.point02_ttbl_box_hd {
		font-size: 23px;
		width: 270px;
		padding: 11px 15px;
	}
	.point02_ttbl_box_wrap {
	}
	.point02_ttbl_box_cnt {
	}
	.point02_ttbl_box_cnt_hd {
		font-size: 18px;
	}
	.point02_ttbl_box_cnt_detail {
	}
	.point02_ttbl_box_cnt_detail::after {
	}
	.point02_ttbl_box_cnt_detail h4 {
		font-size: 18px;
	}
	.point02_ttbl_box_cnt_detail ul {
	}
	.point02_ttbl_box_cnt_detail ul li {
	}
	.plan {
		padding: 50px 0 40px;
	}
	.plan_wrap {
	}
	.plan_hd {
	}
	.plan_hd_ttl {
		margin-bottom: 25px;
	}
	.plan_hd_ttl p {
		font-size: 42px;
	}
	.plan_hd_ttl h2 {
		font-size: 18px;
	}
	.plan_hd_link {
		gap: 4px;
	}
	.plan_hd_link a {
		font-size: 14px;
		padding: 0 12px;
	}
	.plan_hd_link a span {
		font-size: 10px;
	}
	.plan_cnt {
	}
	.plansec {
		padding: 40px 0 30px;
		border-radius: 30px;
	}
	.plansec_inner {
		padding: 0 20px;
	}
	.plansec_hd {
	}
	.plan01 .plansec_hd {
		margin-bottom: 50px;
	}
	.plansec_hd_ttl {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.plansec_hd_txt {
		text-align: start;
	}
	.plansec_price {
		padding: 30px 20px;
	}
	.plansec_price.plan01_price {
		padding-top: 30px;
	}
	.plansec_price_cnt {
	}
	.plansec_price_cnt .num {
		font-size: 26px;
	}
	.plansec_price_cnt .priceyen {
		font-size: 18px;
	}
	.plansec_price_cnt .pricetax {
		font-size: 13px;
	}
	.plan01_price_line {
		font-size: 18px;
		padding: 8px 25px;
		width: 240px;
		border-radius: 10px;
	}
	.plan01_price_wrap {
		flex-flow: column;
		gap: 40px;
		align-items: center;
	}
	.plansec_price_ttl {
		font-size: 18px;
		text-align: center;
	}
	.-after.plansec_price_cnt {
	}
	.-after.plansec_price_cnt .plansec_price_ttl {
	}
	.-after.plansec_price_cnt::after {
		border-left: 13px solid transparent;
		border-top: 20px solid #3ba8ad;
		border-bottom: unset;
		border-right: 13px solid transparent;
		right: 50%;
		transform: translate(50%, 50%);
		bottom: calc(100% + 20px);
	}
	.-after.plansec_price_cnt .num {
		font-size: 30px;
	}
	.plansec_cnt {
	}
	.plansec_list {
	}
	.plansec_list_cnt {
		padding: 20px 0;
		flex-flow: column;
		align-items: start;
		gap: 5px;
	}
	.plansec_list_cnt:first-child {
	}
	.plansec_list_num {
		font-size: 20px;
		width: 30px;
		height: 30px;
		margin-bottom: 0;
	}
	.plansec_list_wrap {
	}
	.plansec_list_ttl {
		font-size: 20px;
	}
	.plansec_list_txt {
	}
	.flow {
	}
	.flow_wrap {
	}
	.flow_hd {
		margin-bottom: 25px;
	}
	.flow_hd_ttl {
	}
	.flow_hd_ttl p {
		font-size: 42px;
	}
	.flow_hd_ttl h2 {
		font-size: 18px;
	}
	.flow_cnt {
	}
	.flow_box {
		grid-template-columns: 1fr;
	}
	.flow_box:last-child {
	}
	.flow_box_hd {
		padding: 10px 20px;
		justify-content: start;
	}
	.flow_box_hd_wrap {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.flow_box_hd_img {
		width: 60px;
	}
	.flow_box_hd_step {
	}
	.stepnum {
	}
	.flow_box_cnt {
		padding: 30px 20px;
	}
	.flow_box_ttl {
	}
	.flow_box_txt {
	}
	.faq {
	}
	.faq_wrap {
	}
	.faq_hd {
	}
	.faq_hd_ttl {
	}
	.faq_hd_ttl p {
	}
	.faq_hd_ttl h2 {
	}
	.faq {
		padding: 80px 0 40px;
	}
	.faq_wrap {
	}
	.faq_hd {
	}
	.faq_hd_ttl {
	}
	.faq_cnt {
	}
	.faq_box {
		padding: 30px 20px;
	}
	.faq_box_hd {
		font-size: 18px;
		gap: 13px;
	}
	.faq_box_hd span {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}
	.faq_box_hd p {
	}
	.faq_box_cnt {
		gap: 13px;
	}
	.faq_box_cnt span {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}
	.faq_box_cnt p {
	}
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}
