body {
	color: #333;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	line-height: 1.5;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	margin-bottom: 4.6875rem;
	margin-top: -11.5625rem;
	position: relative;
	z-index: 2;
}

.about__top {
	background: linear-gradient(135deg, #f9e5fe, #fee6f4, #fcf5e5);
	border-radius: 5.625rem;
	margin-bottom: 4.3125rem;
	padding-bottom: 3.5625rem;
	padding-top: 16.125rem;
}

.about__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 54rem;
}

.about__text {
	font-size: 1.5rem;
	line-height: 2.5;
}

.about__name {
	margin-left: auto;
	margin-top: 1rem;
	max-width: 14.375rem;
}

.layout-instagram {
	margin-bottom: 9.375rem;
	margin-top: 10.6875rem;
}

.instagram__inner {
	margin: 0 auto;
	max-width: 66.875rem;
	padding: 0 25px;
	width: 100%;
}

.instagram__title {
	align-items: center;
	display: flex;
	gap: 1.0625rem;
	justify-content: center;
}

.instagram__title img {
	height: 2rem;
	width: 2rem;
}

.instagram__title span {
	font-family: "Open Sans", sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.08em;
	line-height: 1.3666666667;
	text-transform: uppercase;
}

.instagram__list {
	margin: 3.0625rem auto 0;
	max-width: 63.75rem;
}

.instagram__btn {
	margin: 3.25rem auto 0;
	max-width: 13.4375rem;
}

.instagram__link {
	align-items: center;
	background-color: #d4518a;
	border-radius: 0.3125rem;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	transition: 0.3s;
	width: 100%;
}

.instagram__link:hover {
	opacity: 0.7;
}

.instagram__link img {
	height: 1.375rem;
	width: 1.375rem;
}

.instagram__link span {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.measure {
	background: linear-gradient(135deg, #f9e5fe, #fee6f4, #fcf5e5);
	border-radius: 5.625rem;
	padding: 6.25rem 0rem 8.8125rem;
}

.measure__card {
	margin-top: 5.3125rem;
}

.profile {
	padding: 5.5625rem 0 5.875rem;
}

.profile__body {
	grid-gap: 1.125rem;
	align-items: end;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 32.5rem 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 57.3125rem;
}

.profile__name {
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.7647058824;
}

.profile__label {
	margin-top: 1.25rem;
}

.profile__note {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6111111111;
	margin-top: 0.875rem;
}

.profile__image {
	display: block;
	max-width: 23.875rem;
}

.profile__content {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 5.625rem;
}

.profile__photo {
	border-radius: 1.25rem;
	overflow: hidden;
}

.profile__photo--large {
	width: 100%;
}

.profile__photo--middle {
	margin-left: auto;
	margin-top: 1.875rem;
	max-width: 25.625rem;
	width: 76%;
}

.profile__photo-grid {
	grid-gap: 0.9375rem 1.875rem;
	display: grid;
	gap: 0.9375rem 1.875rem;
	grid-template-columns: 11.25rem 1fr;
	margin-top: 2.625rem;
}

.profile__photo--wide {
	grid-column: 1/-1;
	width: 76%;
}

.profile__detail-list {
	margin-left: auto;
	margin-top: 3.25rem;
	max-width: 25.625rem;
	width: 76%;
}

.profile__detail + .profile__detail {
	margin-top: 0.5rem;
}

.profile__detail-title {
	background-color: #d4518a;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1;
	padding: 0.25rem 0.4375rem;
}

.profile__detail-text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6111111111;
	margin-top: 0.375rem;
}

.profile__link {
	align-items: center;
	display: inline-flex;
	gap: 1.25rem;
	margin-top: 1.9375rem;
}

.profile__link-icon {
	display: block;
	flex-shrink: 0;
	width: 3.5rem;
}

.profile__link-text {
	color: #37368b;
	font-size: 1.5rem;
	line-height: 1.2083333333;
	padding-bottom: 0.25rem;
	padding-right: 4.125rem;
	position: relative;
}

.profile__link-text::before {
	background-color: #707070;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.profile__link-text::after {
	aspect-ratio: 1/1;
	background: transparent url(../images/common/ico-page.webp) no-repeat center center/cover;
	content: "";
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.sns {
	padding-top: 1.3125rem;
	position: relative;
}

.sns::after {
	background: linear-gradient(135deg, #f9e5fe, #fee6f4, #fcf5e5);
	border-radius: 5.625rem;
	content: "";
	height: 25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.sns__title {
	color: #37368b;
	font-family: "Open Sans", sans-serif;
	font-size: 5rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.sns__list {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 1.3125rem;
}

.sns__item {
	max-width: 15.625rem;
	width: 100%;
}

.sns__link {
	align-items: center;
	background-color: #fff;
	border-radius: 1.875rem;
	display: inline-flex;
	gap: 0.5rem;
	height: 3.75rem;
	justify-content: center;
	padding: 0.8125rem 0.625rem;
	width: 100%;
}

.sns__icon {
	display: block;
	flex-shrink: 0;
	width: 1.75rem;
}

.sns__text {
	font-family: "Open Sans", sans-serif;
	font-size: 1.375rem;
	line-height: 1;
	text-transform: capitalize;
}

.sns__swiper {
	margin-top: 3.1875rem;
	position: relative;
	z-index: 2;
}

.top-btn {
	bottom: 3.125rem;
	height: 6.9375rem;
	opacity: 0;
	position: fixed;
	right: 6.25rem;
	transition: all 0.3s ease 0s;
	width: 6.9375rem;
}

.top-btn.js-scroll {
	opacity: 1;
}

.top-fv {
	position: relative;
}

.top-fv picture {
	display: block;
	width: 100%;
}

.top-fv__heading {
	left: 4%;
	position: absolute;
	top: 6%;
	z-index: 999;
}

.top-fv__logo {
	max-width: 9.1875rem;
}

.top-fv__heading-catch {
	color: #fff;
	margin-top: 1.1875rem;
}

.top-fv__note {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.4583333333;
}

.top-fv__site {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.top-fv__cat {
	border: 0.125rem solid #fff;
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 0.5625rem;
	max-width: 12.5rem;
	padding: 0.3125rem 0.625rem;
}

.card-list {
	grid-gap: 3.5625rem 2.9375rem;
	display: grid;
	gap: 3.5625rem 2.9375rem;
	grid-template-columns: repeat(3, 1fr);
}

.card__number {
	align-items: center;
	aspect-ratio: 1;
	background-color: #d4518a;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-family: "Open Sans", sans-serif;
	font-size: 2.25rem;
	justify-items: center;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	place-items: center;
	width: 2.8125rem;
}

.card__title {
	color: #d4518a;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	height: 4.375rem;
	justify-content: start;
	line-height: 1.4583333333;
	margin-top: 0.8125rem;
	text-align: center;
}

.card__image {
	border-radius: 1.25rem;
	margin-top: 0.8125rem;
	overflow: hidden;
}

.card__body {
	margin-top: 1.5rem;
}

.card__text-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 21rem;
}

.card__text-item {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8333333333;
}

.footer {
	border-top: 1px solid #bfbebe;
	padding: 3.375rem 0 4.375rem;
	position: relative;
}

.footer__inner.inner {
	max-width: 1333px;
}

.footer__content {
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.footer__heading {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.footer__address {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 1.0625rem;
}

.footer__sns-list {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	margin-top: 2.0625rem;
}

.footer__sns-link {
	display: block;
	width: 2.125rem;
}

.footer__map {
	aspect-ratio: 780/310;
	max-width: 48.75rem;
	position: relative;
	width: 100%;
}

.footer__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__banner-list {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4.3125rem;
}

.footer__banner-link {
	display: block;
}

.footer__copyright {
	font-family: "Open Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.6666666667;
	margin-top: 5.4375rem;
}

.header-about-wrap {
	margin-top: -13.5vw;
}

.header {
	position: relative;
	z-index: 3;
}

.header__list {
	grid-gap: 0.8125rem;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: repeat(6, 1fr);
}

.header__link {
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	height: 14.125rem;
	justify-content: center;
	padding: 1.3125rem 0.0625rem 1.3125rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.header__link:hover {
	background-color: #d4518a;
}

.header__link:hover .header__text {
	color: #fff;
}

.header__link::before,
.header__link::after {
	content: "";
	position: absolute;
}

.header__link::before {
	background-color: #fff;
	border: 0.3125rem solid #fee5f6;
	border-radius: 50%;
	bottom: -1.375rem;
	height: 3.0625rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.0625rem;
	z-index: 2;
}

.header__link::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.header__link--arrow::after {
	background-image: url(../images/common/arrow-bottom.webp);
	bottom: -0.625rem;
	height: 1.25rem;
	width: 0.9375rem;
}

.header__link--page::after {
	background-image: url(../images/common/ico-page.webp);
	bottom: -0.5rem;
	height: 1.125rem;
	width: 1.125rem;
}

.header__icon {
	aspect-ratio: 1;
	flex-shrink: 0;
	max-width: 6.25rem;
	width: 100%;
}

.header__text {
	color: #37368b;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	height: 3.625rem;
	justify-content: center;
	letter-spacing: -0.05em;
	text-align: center;
	transition: 0.3s;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.label-list__item {
	background-image: repeating-linear-gradient(90deg, #d4518a, #d4518a 3px, transparent 3px, transparent 9px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 2px;
}

.label-list__item:last-child {
	background-image: repeating-linear-gradient(90deg, #d4518a, #d4518a 3px, transparent 3px, transparent 9px), repeating-linear-gradient(90deg, #d4518a, #d4518a 3px, transparent 3px, transparent 9px);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 2px;
}

.label {
	display: flex;
	padding: 0.75rem 0;
}

.label__left {
	width: 6.1875rem;
}

.label__right {
	width: calc(100% - 6.1875rem);
}

.label__title,
.label__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6111111111;
}

.sec-title__en {
	background-color: #37368b;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 0.25rem 0.6875rem;
	text-transform: uppercase;
}

.sec-title__ja {
	color: #d4518a;
	font-size: 4.375rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 1.125rem;
}

.sec-title__ja span {
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.625rem;
	margin-top: 0.5rem;
}

.sp-nav {
	display: none;
}

.swiper {
	height: 100%;
	width: 100%;
}

.auto-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
}

.fv-swiper .swiper-wrapper,
.fv-swiper .swiper-slide > picture {
	height: 100%;
	width: 100%;
}

.fv-swiper .swiper-slide-active > picture,
.swiper-slide-prev > picture {
	animation: zoomUp 10s linear 0s 1 normal both;
}

@media (max-width: 1170px) {

html {
	font-size: 1.3675213675vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about {
	margin-bottom: 3.125rem;
	margin-top: -9.375rem;
}

.about__top {
	border-radius: 1.875rem;
	margin-bottom: 2.1875rem;
	padding-bottom: 3rem;
	padding-top: 11.75rem;
}

.about__title {
	max-width: 37.5rem;
}

.about__inner.inner {
	max-width: 37.5rem;
}

.about__text {
	font-size: 1rem;
	line-height: 2;
}

.about__name {
	margin-left: 0;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 9.5rem;
}

.layout-instagram {
	margin-bottom: 0;
	margin-top: 4.3125rem;
}

.instagram__inner {
	max-width: 37.5rem;
	padding: 0;
}

.instagram__title {
	gap: 0.8125rem;
}

.instagram__title img {
	height: 1.5rem;
	width: 1.5rem;
}

.instagram__title span {
	font-size: 1.375rem;
	line-height: 1.3636363636;
}

.instagram__list {
	margin-top: 1.6875rem;
}

.instagram__btn {
	margin-top: 2.5rem;
	max-width: 10.875rem;
}

.instagram__link {
	gap: 0.625rem;
	padding: 0.375rem 0.625rem;
}

.instagram__link img {
	height: 1.125rem;
	width: 1.125rem;
}

.instagram__link span {
	font-size: 0.75rem;
	line-height: 1.4166666667;
}

.measure {
	border-radius: 1.875rem;
	padding: 2.9375rem 0rem 4rem;
}

.measure__inner.inner {
	max-width: 37.5rem;
}

.measure__card {
	margin-top: 1.875rem;
}

.profile {
	padding: 2.9375rem 0 3.875rem;
}

.profile__inner.inner {
	max-width: 37.5rem;
}

.profile__body {
	display: block;
	padding-top: 5.3125rem;
	position: relative;
}

.profile__name {
	font-size: 1.625rem;
	letter-spacing: -0.023em;
}

.profile__label {
	margin-top: 6.375rem;
}

.profile__note {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.profile__image {
	max-width: 11.4375rem;
	position: absolute;
	right: 0;
	top: 0.4375rem;
}

.profile__content {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.25rem;
	margin-top: 2.25rem;
}

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

.profile__right {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.4375rem;
}

.profile__photo--middle {
	margin-left: 0;
	margin-right: auto;
	margin-top: 0.625rem;
	width: 54%;
}

.profile__photo-grid {
	gap: 0.625rem;
	grid-template-columns: 7.125rem 1fr;
	margin: 1.5rem auto 0;
	max-width: 20.625rem;
}

.profile__photo-column {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
}

.profile__photo--wide {
	width: 74%;
}

.profile__detail-list {
	margin-left: 0;
	margin-top: 1.4375rem;
	width: 100%;
}

.profile__detail + .profile__detail {
	margin-top: 0.5625rem;
}

.profile__detail-title {
	font-size: 1.0625rem;
}

.profile__detail-text {
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.profile__link {
	gap: 0.9375rem;
	margin-top: 2.4375rem;
}

.profile__link-icon {
	width: 2.5rem;
}

.profile__link-text {
	font-size: 1rem;
	line-height: 1.1875;
	padding-bottom: 0.1875rem;
	padding-right: 3.8125rem;
}

.profile__link-text::after {
	width: 0.8125rem;
}

.sns {
	padding: 1rem 0 0rem;
}

.sns::after {
	border-radius: 1.875rem 1.875rem 0 0;
	height: 24.125rem;
}

.sns__title {
	font-size: 3.125rem;
}

.sns__list {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.5625rem;
}

.sns__item {
	max-width: 19.6875rem;
}

.sns__link {
	padding: 0.75rem;
}

.sns__icon {
	width: 1.5rem;
}

.sns__text {
	font-size: 1.125rem;
}

.sns__swiper {
	margin-top: 2.125rem;
}

.top-btn {
	display: none;
	right: 1.25rem;
	top: 1.5rem;
	width: 4.5rem;
}

.top-fv__heading {
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	right: 0;
	top: 0.875rem;
	width: 100%;
}

.top-fv__heading-inner {
	display: flex;
	justify-content: space-between;
}

.top-fv__logo {
	width: 34.6031746032%;
}

.top-fv__logo img {
	height: auto;
}

.top-fv__heading-catch {
	margin-top: 0;
}

.top-fv__note {
	font-size: 0.75rem;
	line-height: 1.5;
}

.top-fv__site {
	font-size: 1rem;
	line-height: 1;
}

.top-fv__cat {
	font-size: 0.6875rem;
	margin-top: 0.3125rem;
	max-width: 6.75rem;
	padding: 0.125rem 0.3125rem 0.1875rem;
}

.card-list {
	gap: 2rem;
	grid-template-columns: 1fr;
}

.card__title {
	height: auto;
}

.card__image {
	margin: 1.25rem auto 0;
	max-width: 21.875rem;
}

.card__text-item {
	font-size: 0.875rem;
	line-height: 2;
}

.footer {
	border-top: none;
	padding: 3.125rem 0rem 6.25rem;
}

.footer__inner.inner {
	max-width: 37.5rem;
}

.footer__content {
	flex-direction: column-reverse;
	gap: 2rem;
}

.footer__heading {
	font-size: 1rem;
	letter-spacing: 0.062em;
	line-height: 1.5;
}

.footer__address {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.8125rem;
}

.footer__sns-list {
	gap: 1.875rem;
	margin-top: 1.5rem;
}

.footer__sns-link {
	width: 1.9375rem;
}

.footer__map {
	aspect-ratio: 375/230;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.footer__banner-list {
	gap: 0.8125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5625rem;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 0.8125rem;
}

.header-about-wrap {
	margin-top: -6.25rem;
}

.header__inner.inner {
	max-width: 37.5rem;
}

.header__list {
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
}

.header__link {
	flex-direction: row;
	gap: 0.3125rem;
	height: 3.75rem;
	justify-content: flex-start;
	padding: 0.8125rem 0.375rem;
	text-align: left;
}

.header__link:hover {
	background-color: #fff;
}

.header__link:hover .header__text {
	color: #37368b;
}

.header__link::before {
	display: none;
}

.header__link::after {
	left: auto;
	right: 0.5rem;
	top: 50%;
	transform: translate(0%, -50%);
}

.header__link--arrow::after {
	height: 0.75rem;
	width: 0.5rem;
}

.header__link--page::after {
	height: 0.625rem;
	width: 0.625rem;
}

.header__icon {
	max-width: 2rem;
}

.header__text {
	font-size: 0.75rem;
	height: auto;
	letter-spacing: -0.03em;
	line-height: 1.4166666667;
	text-align: left;
}

.inner {
	padding-left: 30px;
	padding-right: 30px;
}

.label {
	padding: 0.5625rem 0;
}

.label__left {
	width: 4.25rem;
}

.label__right {
	width: calc(100% - 4.25rem);
}

.label__title,
.label__text {
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.sec-title__en {
	font-size: 1rem;
}

.sec-title__ja {
	font-size: 2.875rem;
	letter-spacing: -0.03em;
	margin-top: 0.75rem;
}

.sec-title__ja span {
	font-size: 1.25rem;
}

.sp-nav {
	background-color: #fff;
	border-top: 0.0625rem solid #efefef;
	bottom: 0;
	display: block;
	height: 4.6875rem;
	left: 0;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.sp-nav__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.75rem;
}

.sp-nav__item {
	height: inherit;
}

.sp-nav__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
}

.sp-nav__icon {
	align-items: center;
	display: grid;
	justify-items: center;
	place-items: center;
	width: 100%;
}

.sp-nav__icon img {
	height: auto;
}

.sp-nav__icon--profile {
	width: 1.6875rem;
}

.sp-nav__icon--measure {
	width: 2.0625rem;
}

.sp-nav__icon--parliament {
	width: 1.625rem;
}

.sp-nav__icon--sns {
	width: 2rem;
}

.sp-nav__icon--top {
	width: 1.0625rem;
}

.sp-nav__text {
	display: block;
	font-size: 0.6875rem;
	line-height: 1;
	margin-top: 0.375rem;
}

.sp-nav__text--letter {
	letter-spacing: -0.05em;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes zoomUp {

0% {
	transform: scale(1);
}

/* ズームアップで1.15倍させる指定 */

100% {
	transform: scale(1.15);
}

}


/*# sourceMappingURL=style.css.map */
