body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.c-wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding-inline: 50px;
	width: 100%;
}

.c-line-button {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 6px;
	display: block;
	line-height: 1;
	padding: 22px 62px 24px;
	position: relative;
	transition: 0.3s;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

.c-line-button:hover {
	border: 1px solid #0068B6;
}

.c-line-button:hover::after {
	opacity: 0;
}

.c-line-button:hover .c-line-button__text,
.c-line-button:hover .c-line-button__small {
	color: #0068B6;
}

.c-line-button::after {
	background: linear-gradient(90deg, #0068B6 0%, #167ECC 100%);
	border-radius: 6px;
	content: "";
	inset: 0;
	opacity: 1;
	position: absolute;
	transition: 0.3s;
	z-index: 1;
}

.c-line-button__label {
	background: #1B2946;
	border-radius: 4px;
	bottom: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	left: 50%;
	padding-block: 3px;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 50%);
	white-space: none;
	width: 232px;
	z-index: 3;
}

.c-line-button__inner {
	align-items: center;
	display: flex;
	gap: 17px;
	position: relative;
	z-index: 2;
}

.c-line-button__icon {
	width: 29px;
}

.c-line-button__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.c-line-button__text {
	color: #FFF;
	font-size: 16px;
	transition: 0.3s;
}

.c-line-button__small {
	color: #F1F4F9;
	font-size: 10px;
	font-weight: 400;
	transition: 0.3s;
}

.floating {
	display: none;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

.s-of-hidden {
	overflow: hidden;
}

.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: center;
}

.c-heading.--cta {
	align-items: start;
	text-align: left;
}

.c-heading__label {
	display: flex;
}

.c-heading__en {
	color: #0068B6;
	font-family: "Marcellus", serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.c-heading__en.--w {
	color: #FFF;
}

.c-heading__icon {
	width: 6px;
}

.c-heading__icon.--w img {
	filter: brightness(0) invert(1);
}

.c-heading__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 1.92px;
	line-height: 1.18;
}

.c-heading__title.--w {
	color: #FFF;
}

.c-heading__desc {
	color: #565B64;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.48px;
	line-height: 26px;
}

.c-parts__man {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	z-index: -1;
}

.c-parts__man.--01 {
	aspect-ratio: 149/191;
	width: 149px;
}

.c-parts__man.--02 {
	aspect-ratio: 46/65;
	width: 135px;
}

.c-parts__man.--03 {
	aspect-ratio: 69/80;
	width: 164px;
}

.c-parts__man.--04 {
	aspect-ratio: 11/13;
	width: 147px;
}

.c-parts__woman {
	aspect-ratio: 111/121;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	width: 167px;
	z-index: -1;
}

.u-bg-gr {
	position: relative;
	z-index: 0;
}

.u-bg-gr::after {
	background: #EDF1F2;
	border-radius: 24px;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: -2;
}

.is-text-page .header__inner {
	padding: 4px 68px 5px 36px;
}

.header {
	align-items: center;
	color: #1B2947;
	display: flex;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__inner {
	align-items: center;
	background: #FFF;
	border-bottom: 1px solid #E4E4E4;
	box-shadow: 0 -20px 50px 0 rgba(30, 56, 76, 0.1);
	display: flex;
	height: 88px;
	justify-content: space-between;
	padding: 4px 4px 5px 36px;
	width: 100%;
}

.header__back {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 10px;
	line-height: 26px;
	transition: 0.3s;
}

.header__back:hover {
	opacity: 0.7;
}

.header__back-icon {
	display: block;
	width: 9px;
}

.header__left {
	align-items: center;
	display: flex;
	gap: 49px;
}

.header__logo {
	display: block;
	width: 195px;
}

.header__logo {
	transition: 0.3s;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__nav {
	border-left: 1px solid rgba(0, 0, 0, 0.4745098039);
	padding-left: 52px;
}

.header__nav a {
	transition: 0.3s;
}

.header__nav a:hover {
	opacity: 0.7;
}

.header__nav-head {
	display: none;
}

.header__nav-close {
	display: none;
}

.header__nav-info {
	display: none;
}

.header__list {
	display: flex;
	gap: 26px;
}

.header__link {
	font-size: 14px;
}

.header__link-text .sp {
	display: none;
}

.header__link-icon {
	display: none;
}

.header__button {
	display: none;
}

.footer {
	background: #FFF;
	border-radius: 16px 16px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: -16px;
	padding-bottom: 46px;
	padding-top: 96px;
	position: relative;
	z-index: 1;
}

.footer a {
	transition: 0.3s;
}

.footer a:hover {
	opacity: 0.7;
}

.footer__wrap {
	margin: 0 auto;
	max-width: 1152px;
	padding-inline: 56px;
	width: 100%;
}

.footer__inner {
	align-items: start;
	display: flex;
	justify-content: space-between;
}

.footer__left {
	align-items: center;
	display: flex;
}

.footer__logo {
	width: 149px;
}

.footer__line {
	background: #000;
	display: block;
	height: 32px;
	margin-left: 39px;
	opacity: 0.2;
	width: 1px;
}

.footer__info {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-left: 45px;
}

.footer__name {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.7px;
	line-height: 24px;
}

.footer__address {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}

.footer__time {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.footer__right {
	padding-top: 26px;
}

.footer__nav {
	display: flex;
	flex-direction: column;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
	width: 246px;
}

.footer__link {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: space-between;
	line-height: 22px;
}

.footer__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #0068B6;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	width: 24px;
}

.footer__doc-list {
	line-height: 1;
	margin-top: 76px;
}

.footer__doc-link {
	font-size: 10px;
	font-weight: 400;
	text-decoration-line: underline;
	text-underline-offset: 3px;
}

.footer__copy {
	display: inline-block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 22px;
	margin-top: 27px;
	opacity: 0.5;
}

.is-text-page .cta {
	display: none;
}

.cta {
	align-items: center;
	background: #0068B6;
	background: url(../img/cta-bg.webp) repeat;
	background-size: 100px 100px;
	display: flex;
	flex-direction: column;
	margin-top: -16px;
	padding-bottom: 83px;
	padding-top: 96px;
	position: relative;
	z-index: 0;
}

.cta__wrap {
	max-width: 747px;
	padding-inline: 50px;
	width: 100%;
}

.cta__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 57px;
	margin-inline: auto;
}

.cta__top {
	align-items: flex-end;
	display: flex;
	gap: 79px;
	overflow: hidden;
}

.cta__img {
	flex-shrink: 0;
	position: relative;
	width: 219px;
}

.cta__img::after {
	background: #414445;
	bottom: 0;
	content: "";
	height: calc(100% - 41px);
	opacity: 0.2;
	position: absolute;
	right: -36px;
	width: 100%;
	z-index: -1;
}

.cta__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.cta__desc {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 30px;
	margin-top: 43px;
}

.cta__line {
	background: #FFF;
	display: block;
	height: 1px;
	margin-top: 26px;
	position: relative;
	width: 137.393px;
}

.cta__line::after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.cta__bottom {
	margin-top: 57px;
	width: 100%;
}

.cta__button {
	align-items: center;
	background: #FFF;
	border: 1px solid #fff;
	border-radius: 9px;
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 18px;
	justify-content: center;
	padding: 20px;
	transition: 0.3s;
	width: 100%;
}

.cta__button:hover {
	background: #0068B6;
}

.cta__button:hover .cta__button-text {
	color: #FFF;
}

.cta__button-icon {
	width: 32px;
}

.cta__button-text {
	color: #0068B6;
	font-size: 21px;
	font-weight: 700;
	transition: 0.3s;
}

.cta__note {
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.52px;
	line-height: 22px;
	margin-top: 18px;
	text-align: center;
}

@media screen and (max-width: 1080px) {

.c-wrap {
	max-width: 400px;
	padding-inline: 24px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.c-heading {
	align-items: start;
	gap: 1px;
	text-align: left;
}

.c-heading.--01 {
	padding-left: 140px;
}

.c-heading.--02 {
	padding-left: 110px;
}

.diet .c-heading.--02 {
	padding-left: 134px;
}

.ed .c-heading.--02 {
	padding-left: 134px;
}

.c-heading.--03 {
	padding-left: 136px;
}

.c-heading.--04 {
	padding-left: 133px;
}

.c-heading.--05 {
	padding-left: 150px;
}

.aga .c-heading.--05 {
	padding-left: 125px;
}

.c-heading__en {
	font-size: 13px;
}

.c-heading__title {
	font-size: 24px;
	line-height: 1.5;
	white-space: nowrap;
}

.c-parts__man.--02 {
	width: 109px;
}

.c-parts__man.--02 img {
	transform: translateY(18%);
}

.diet .c-parts__man.--02 img {
	transform: translateY(0);
}

.c-parts__man.--03 {
	width: 125px;
}

.c-parts__man.--04 {
	width: 121px;
}

.c-parts__woman {
	width: 122px;
}

.u-bg-gr::after {
	border-radius: 16px;
}

.is-text-page .header__inner {
	padding: 4px 68px 5px 14px;
}

.header__inner {
	padding: 4px 4px 5px 14px;
}

.header__left {
	gap: 9px;
}

.header__nav {
	padding-left: 9px;
}

.header__list {
	gap: 18px;
}

.footer {
	padding-bottom: 127px;
	padding-top: 51px;
}

.footer__wrap {
	max-width: 700px;
	padding-inline: 24px;
}

.footer__inner {
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.footer__left {
	align-items: center;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.footer__logo {
	width: 115px;
}

.footer__line {
	display: none;
}

.footer__info {
	align-items: center;
	margin-left: 0;
}

.footer__name {
	font-size: 16px;
	letter-spacing: 2.4px;
}

.footer__right {
	display: flex;
	flex-direction: column;
	padding-top: 46px;
	width: 100%;
}

.footer__nav {
	width: 100%;
}

.footer__list {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	gap: 0px;
	width: 100%;
}

.footer__link {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 18px 5px 19px;
}

.footer__doc-list {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.footer__copy {
	margin-top: 49px;
}

.cta {
	padding-bottom: 67px;
	padding-top: 66px;
}

.cta__wrap {
	max-width: 400px;
	padding-inline: 14px;
}

.cta__inner {
	width: 85%;
}

.cta__top {
	display: grid;
	gap: 0 16px;
	grid-template-columns: auto 1fr;
}

.cta__img::after {
	height: calc(100% - 16px);
	right: -10px;
}

.cta__img {
	grid-column: 1;
	grid-row: 1;
	margin-left: 10px;
	width: 79px;
}

.cta__body {
	display: contents;
}

.cta__content {
	align-self: center;
	grid-column: 2;
	grid-row: 1;
}

.cta__desc {
	font-size: 14px;
	grid-column: 1/-1;
	grid-row: 3;
	letter-spacing: 0.56px;
	line-height: 24px;
	margin-top: 41px;
}

.cta__line {
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	margin-top: 0;
	width: 100%;
}

.cta__line::after {
	background: #FFF;
	width: 57px;
	z-index: 1;
}

.cta__line {
	grid-column: 1/-1;
	grid-row: 2;
}

.cta__bottom {
	margin-top: 28px;
}

.cta__button {
	padding: 15px;
}

.cta__button-text {
	font-size: 18px;
}

.cta__note {
	margin-top: 12px;
}

}

@media screen and (max-width: 960px) {

.c-line-button {
	border-radius: 0;
	padding: 23px 62px 17px;
}

.c-line-button__label {
	bottom: auto;
	padding-block: 5px;
	top: 0;
	transform: translate(-50%, -50%);
}

.c-line-button__inner {
	flex-direction: column;
	gap: 9px;
}

.c-line-button__body {
	flex-direction: row;
	gap: 13px;
}

.floating {
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	width: 100vw;
	z-index: 100;
}

.c-parts__man.--01 {
	width: 120px;
}

.header__nav {
	align-items: center;
	background: url(../img/fv-bg.webp) repeat;
	background-size: 100px 100px;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 55px;
	height: 100dvh;
	left: 0;
	padding-inline: 24px;
	padding-top: 163px;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.header__nav-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__nav-close {
	display: flex;
}

.header__nav-info {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.header__nav-name {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.7px;
	line-height: 24px;
}

.header__nav-address {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}

.header__nav-time {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.header__list {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	flex-direction: column;
	gap: 0px;
	justify-content: space-between;
	width: 100%;
}

.header__list li.sp {
	display: none;
}

.header__link {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	padding: 18px 5px 19px;
}

.header__link-text .sp {
	display: inline;
}

.header__link-icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #0068B6;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	width: 24px;
}

.header__line-button {
	display: none;
}

.header__button {
	align-items: center;
	background: #1B2946;
	border: 1px solid #1B2946;
	border-radius: 800px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 2px;
	height: 24px;
	justify-content: center;
	transition: background 0.3s;
	width: 60px;
}

.header__button:hover {
	background: #FFF;
}

.header__button:hover span {
	background: #1B2946;
}

.header__button span {
	background: #FFF;
	display: block;
	height: 2px;
	transform-origin: center;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s;
	width: 24px;
}

.header__button.--open span:nth-child(1) {
	transform: translateY(2px) rotate(24deg);
}

.header__button.--open span:nth-child(2) {
	transform: translateY(-2px) rotate(-24deg);
}

.header__nav {
	transform: translateX(100%);
	transition: transform 0.35s ease;
}

.header__nav.--open {
	transform: translateX(0);
}

}

@media screen and (max-width: 767px) {

.is-text-page .header__inner {
	height: 56px;
	margin: 0;
	padding: 6px 24px 5px 20px;
}

.header__inner {
	height: 56px;
	margin: 0;
	padding: 6px 24px 5px 20px;
}

.header__logo {
	width: 127.581px;
}

}

