/* リキッドレイアウト対応 */
html{
	margin-top:0 !important;
}
body {
	font-family: zen-kaku-gothic-new, sans-serif;
}

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

main {
	overflow: hidden;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

*,
*::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;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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 {
	display: block;
	max-width: 100%;
	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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-arrow {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #4ecfff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: inline-block;
	height: 0.5rem;
	width: 0.75rem;
}

.c-btn {
	background-color: #eeeeee;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.625rem;
	transition: all 0.3s;
}

.c-btn span {
	margin-left: 1.375rem;
}

.c-en {
	font-family: din-2014, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #000;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.625rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.625rem);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(13.5deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-13.5deg);
}

.c-lead {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.c-service {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
}

.c-service__link {
	display: block;
	position: relative;
}

.c-service__logo {
	align-items: center;
	bottom: 0;
	display: flex;
	height: 3.1875rem;
	justify-content: center;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 10rem;
}

.c-service__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-service__img {
	overflow: hidden;
}

.c-service__img img {
	transition: all 0.3s;
}

.c-service__title {
	font-size: 1.25rem;
	font-weight: bold;
}

.c-service__title span {
	display: block;
	font-size: 0.6875rem;
	line-height: 2;
}

.c-service__text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.1666666667;
	margin-top: 0.625rem;
}

.c-service__btn {
	margin-top: 1rem;
}

.c-title {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 3.75rem;
}

.l-company {
	margin-top: 3.75rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.l-nav {
	margin-top: 1.5625rem;
}

.l-section {
	padding-top: 0.9375rem;
}

.l-service {
	margin-top: 3.125rem;
}

.js-img {
	filter: blur(10px);
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.7s;
}

.js-img.is-active {
	filter: initial;
	opacity: 1;
	transform: translateY(0);
}

.p-about {
	padding-bottom: 6.75rem;
}

.p-about__logo {
	margin-top: 1rem;
	max-width: 13.5rem;
}

.p-about__smallText {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.p-about__lead {
	margin-top: 1.25rem;
}

.p-about__info {
	border-top: 1px solid #e0e9ed;
	margin-top: 2.5rem;
	padding-top: 1.5625rem;
}

.p-about__row + .p-about__row {
	margin-top: 1.875rem;
}

.p-about__row dt {
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.p-about__row dd {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	line-height: 2.1666666667;
	margin-top: 0.3125rem;
}

.p-about__map {
	margin-top: 1.75rem;
}

.p-about__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 355/400;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company {
	background-color: #dfe8ec;
	padding-bottom: 5.5rem;
}

.p-company__logo {
	margin-top: 0.625rem;
	max-width: 13.5rem;
}

.p-company__lead {
	margin-top: 1.5rem;
}

.p-company__enText {
	color: #717171;
	font-family: din-2014, sans-serif;
	font-size: 0.9375rem;
	letter-spacing: 0.08em;
	line-height: 1.7333333333;
	margin-top: 1.25rem;
}

.p-company__links {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	margin-top: 1.4375rem;
}

.p-company__link {
	position: relative;
}

.p-company__link a {
	align-items: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	transition: all 0.3s;
}

.p-company__link a:hover {
	background-color: #eeeeee;
}

.p-company__arrow {
	align-items: center;
	background-color: #eeeeee;
	bottom: 0;
	display: flex;
	height: 1.25rem;
	justify-content: center;
	position: absolute;
	right: 0;
	width: 1.25rem;
}

.p-company__arrow span {
	height: 0.3125rem;
	width: 0.4375rem;
}

.p-company__grow {
	margin-top: 3.4375rem;
}

.p-drawer {
	background-color: #dfe8ec;
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
}

.p-drawer.is-active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-drawer__inner {
	padding: 0 15px;
	padding-bottom: 1.875rem;
	padding-top: 6.25rem;
}

.p-drawer__link + .p-drawer__link {
	margin-top: 1.25rem;
}

.p-drawer__link > a {
	border-bottom: 1px solid #717171;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
	width: 100%;
}

.p-drawer__link > a span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-drawer__subLinks {
	margin-top: 0.75rem;
}

.p-drawer__subLink + .p-drawer__subLink {
	margin-top: 0.375rem;
}

.p-drawer__subLink a {
	background-color: #eeeeee;
	display: inline-block;
	padding: 0.75rem 0.625rem;
	width: 100%;
}

.p-drawer__contact {
	height: 3.75rem;
	margin-top: 1.5625rem;
}

.p-drawer__contact a {
	align-items: center;
	background-color: #eeeeee;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 400;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	width: 100%;
}

.p-drawer__contact a img {
	width: 1.5625rem;
}

.p-drawer__privacy {
	margin-top: 1.875rem;
}

.p-drawer__privacy a {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-footer {
	background-color: #dfe8ec;
	padding-top: 2.5rem;
}

.p-footer__wrap {
	align-items: center;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 3.125rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.p-footer__link a {
	color: #717171;
	font-size: 0.6875rem;
	font-weight: 400;
}

.p-footer__copy {
	color: #717171;
	font-family: din-2014, sans-serif;
	font-size: 0.6875rem;
}

.p-globalNav {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
	position: relative;
}

.p-globalNav__link > a {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	position: relative;
	transition: all 0.3s;
}

.p-globalNav__link > a::before {
	background-color: #4ecfff;
	content: "";
	height: 0.3125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 100%;
}

.p-globalNav__link > a:hover {
	color: #4ecfff;
}

.p-globalNav__link > a:hover::before {
	opacity: 1;
}

.p-globalNav__subLinks {
	grid-gap: 1px;
	display: grid;
	gap: 1px;
	left: 0rem;
	min-width: 13.375rem;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s;
	visibility: hidden;
	width: -moz-fit-content;
	width: fit-content;
}

.p-globalNav__link:hover .p-globalNav__subLinks {
	opacity: 1;
	visibility: visible;
}

.p-globalNav__subLink a {
	background-color: #eeeeee;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: 1rem;
	transition: all 0.3s;
	white-space: nowrap;
	width: 100%;
}

.p-globalNav__subLink a:hover {
	background-color: #c3c3c3;
}

.p-globalNav__btn {
	height: 3.125rem;
	margin-left: 1rem;
	width: 12.5rem;
}

.p-globalNav__btn a {
	align-items: center;
	background-color: #eeeeee;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 400;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	transition: all 0.3s;
	width: 100%;
}

.p-globalNav__btn a:hover {
	background-color: #c3c3c3;
}

.p-globalNav__btn img {
	width: 1.5rem;
}

.p-grow__title {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-grow__box {
	background-color: #fff;
	margin-top: 1rem;
	padding: 1.5625rem 0.9375rem 1.25rem;
}

.p-grow__text {
	font-size: 1rem;
	font-weight: 400;
}

.p-grow__text span {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.p-grow__price {
	align-items: baseline;
	display: flex;
	font-size: 1.0625rem;
	font-weight: bold;
	gap: 0.1875rem;
	margin-top: 1.875rem;
}

.p-grow__price span {
	display: inline-block;
	transform: translateY(-1em);
}

.p-grow__price strong {
	font-size: 4.375rem;
	letter-spacing: -0.04em;
}

.p-grow__figure {
	height: 11.25rem;
	margin-top: -3.75rem;
}

.p-grow__figure ul {
	grid-gap: 1.5625rem;
	align-items: flex-end;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(5, 1fr);
	height: 100%;
}

.p-grow__figure li {
	background-color: #dfe8ec;
	color: #717171;
	font-family: din-2014, sans-serif;
	font-size: 0.5625rem;
	font-weight: bold;
	padding-top: 0.3125rem;
	position: relative;
	text-align: center;
	transform: scale(1, 0);
	transform-origin: bottom;
}

.p-grow__figure li span {
	display: inline-block;
	left: 0;
	position: absolute;
	top: 0.3125rem;
	width: 100%;
}

.p-grow__figure.is-active li {
	animation: line 1s linear forwards;
}

.p-grow__figure li:nth-child(1) {
	height: 26%;
}

.p-grow__figure li:nth-child(1)::before {
	color: #717171;
	content: "（百万円）";
	font-size: 0.3125rem;
	font-weight: bold;
	left: -0.5em;
	opacity: 0;
	position: absolute;
	top: -0.5rem;
	transition: all 0.3s;
	transition-delay: 1s;
}

.p-grow__figure.is-active li:nth-child(1)::before {
	opacity: 1;
}

.p-grow__figure li:nth-child(2) {
	height: 42%;
}

.p-grow__figure li:nth-child(3) {
	height: 50%;
}

.p-grow__figure li:nth-child(4) {
	height: 76%;
}

.p-grow__figure li:nth-child(5) {
	background-color: #000;
	color: #fff;
	height: 100%;
	position: relative;
}

.p-grow__figure li:nth-child(5)::before {
	background: url(../images/fukidashi.png) center center/contain no-repeat;
	content: "";
	height: 3.5rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -3.75rem;
	transform: translateX(-50%) translateY(-10px);
	transition: all 0.5s;
	transition-delay: 1s;
	width: 3.125rem;
}

.p-grow__figure.is-active li:nth-child(5)::before {
	opacity: 1;
	transform: translateX(-50%) translateY(0px);
}

.p-grow__year {
	grid-gap: 1.5625rem;
	border-top: 2px solid #000;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(5, 1fr);
	padding-top: 0.1875rem;
}

.p-grow__year p {
	color: #717171;
	font-family: din-2014, sans-serif;
	font-size: 0.4375rem;
	font-weight: bold;
	text-align: center;
}

.p-grow__note {
	color: #717171;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.p-grow__note p + p {
	margin-top: 0.3125rem;
}

.p-header {
	background-color: #fff;
	height: 3.75rem;
	position: absolute;
	position: fixed;
	transform: translateY(var(--headAreaYOffset));
	transition: all 0.3s;
	width: 100%;
}

.p-header.is-active {
	left: 0;
	top: 0;
}

.p-header__inner {
	align-items: center;
	border-bottom: 1px solid #dfe8ec;
	display: flex;
	height: 100%;
}

.p-header__logo {
	max-width: 9.25rem;
	position: relative;
	z-index: 1;
}

.p-header__logo a {
	display: block;
}

.p-header__logo span {
	display: none;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	position: relative;
	width: 3rem;
	z-index: 1;
}

.p-header__globalNav {
	display: none;
}

.p-mv {
	background-color: #00c8ff;
	height: calc(100vh - 3.75rem);
	height: 100vh;
	position: relative;
	z-index: 1;
}

.p-mv::before {
	background-color: #e0e9ed;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 510px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	width: calc(100% - 15px - 15px);
}

.p-mv__inner {
	height: 100%;
	max-width: none;
	max-width: initial;
	padding-bottom: 2.8125rem;
	padding-top: 0.625rem;
	position: relative;
}

.p-mv__lead {
	color: #717171;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 4.0625rem;
	opacity: 0;
	position: relative;
	transition: all 1s 2s;
	z-index: 1;
}

.p-mv__lead.is-active {
	opacity: 1;
}

.p-mv__content {
	margin-top: 4.0625rem;
	opacity: 0;
	position: relative;
	transition: all 1s 2s;
	z-index: 1;
}

.p-mv__content.is-active {
	opacity: 1;
}

.p-mv__arrow {
	width: 4.625rem;
}

.p-mv__title {
	font-size: 1.9375rem;
	font-weight: bold;
	line-height: 1.5483870968;
}

.p-mv__en {
	color: #4ecfff;
	font-family: din-2014, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.p-mv__img {
	margin: 0 auto;
	pointer-events: none;
	width: 117.9487179487vw;
}

.p-mv__img img {
	margin: 0 auto;
	max-width: 33.75rem;
}

.p-mv__img {
	-webkit-mask-position: 0 100vh;
	-webkit-mask-image: linear-gradient(45deg, #000, #000 66.6666666667%, transparent 77.7777777778%);
	-webkit-mask-size: 100vw 350vw;
	-webkit-mask-repeat: no-repeat;
	align-items: flex-end;
	animation: maskposition 1s cubic-bezier(0, 0, 0.3, 1) both;
	background-color: #fff;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 50%;
	mask-image: linear-gradient(45deg, #000, #000 66.6666666667%, transparent 77.7777777778%);
	mask-position: 0 100vh;
	mask-repeat: no-repeat;
	mask-size: 100vw 350vw;
	padding-bottom: 2.5rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0%);
	width: 100%;
}

.p-mv__img img {
	-o-object-fit: contain;
	aspect-ratio: 464/506;
	object-fit: contain;
	opacity: 0;
	transition: all 0.5s 1s;
}

.p-mv__img.is-active img {
	opacity: 1;
}

.p-mv__img.is-finish {
	-webkit-mask-image: none;
	mask-image: none;
}

.p-mv__growth {
	align-items: center;
	bottom: 1.25rem;
	display: flex;
	gap:5px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__logo {
	width: 2.5625rem;
}

.p-mv__text {
	color: #717171;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.4545454545;
}

.p-nav {
	background-color: #dfe8ec;
	padding-top: 1.5625rem;
}

.p-nav__links {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
}

.p-nav__link a {
	display: block;
}

.p-nav__thumbnail {
	position: relative;
}

.p-nav__logo {
	bottom: 0;
	height: 3.1875rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 9.9375rem;
	z-index: 1;
}

.p-nav__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-nav__img {
	display: block;
	overflow: hidden;
}

.p-nav__img img {
	transition: all 0.3s;
}

.p-nav__text {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 0.75rem;
}

.p-nav__text span {
	margin-left: 0.5rem;
}

.p-pageTitle {
	padding-bottom: 0.625rem;
	padding-top: 4.375rem;
}

.p-pageTitle__head {
	color: #717171;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.4;
}

.p-pageTitle__main {
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 3.125rem;
}

.p-service {
	overflow: hidden;
	padding-top: 3.125rem;
	position: relative;
}

.p-service::before {
	background: url(../images/vector_service.svg) center center/contain no-repeat;
	content: "";
	height: 11.0625rem;
	position: absolute;
	right: -2.1875rem;
	top: 1.125rem;
	width: 15.25rem;
}

.p-service::after {
	background-color: #e0e9ed;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 510px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	width: calc(100% - 15px - 15px);
}

.p-service__blocks {
	margin-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-service__block + .p-service__block {
	margin-top: 3.75rem;
}

.p-test {
	margin-left: calc(50% - min(3.125rem, 50px));
}

@media (hover: hover) {

.c-btn:hover {
	background-color: #c3c3c3;
}

.c-service__link:hover .c-service__img img {
	transform: scale(1.1);
}

.p-nav__link a:hover .p-nav__img img {
	transform: scale(1.1);
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-btn {
	font-size: 0.9375rem;
	padding: 0.875rem;
}

.c-btn span {
	margin-left: 3.375rem;
}

.c-en {
	font-size: 1.5rem;
}

.c-lead {
	font-size: 2.75rem;
	line-height: 1.4772727273;
	margin-top: 0.875rem;
}

.c-service {
	align-items: center;
	gap: 5rem;
	grid-template-columns: 1fr 63.75rem;
}

.c-service__link {
	order: 1;
}

.c-service__logo {
	height: 5.75rem;
	width: 17.5rem;
}

.c-service__title {
	font-size: 1.625rem;
}

.c-service__title span {
	font-size: 0.8125rem;
}

.c-service__text {
	font-size: 1rem;
	line-height: 2.375;
	margin-top: 1.5rem;
}

.c-service__btn {
	margin-top: 2.375rem;
}

.c-title {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 6.875rem;
}

.l-company {
	margin-top: 9.375rem;
}

.l-inner {
	max-width: 1650px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-nav {
	margin-top: 9.375rem;
}

.l-section {
	padding-top: 3.75rem;
}

.l-service {
	margin-top: 8.75rem;
}

.p-about {
	padding-bottom: 15.625rem;
}

.p-about__logo {
	max-width: 40rem;
}

.p-about__smallText {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.p-about__lead {
	margin-top: 4rem;
}

.p-about__info {
	margin-top: 5.75rem;
}

.p-about__row {
	display: grid;
	grid-template-columns: 29.0625rem 1fr;
}

.p-about__row + .p-about__row {
	margin-top: 5rem;
}

.p-about__row dt {
	font-size: 1.375rem;
	line-height: 2.1818181818;
}

.p-about__row dd {
	font-size: 1.375rem;
	line-height: 2.1818181818;
	margin-top: 0;
}

.p-about__map {
	margin-top: 7.1875rem;
}

.p-about__map iframe {
	aspect-ratio: 1600/785;
}

.p-company {
	padding-bottom: 11.25rem;
}

.p-company__logo {
	margin-top: 1.5rem;
	max-width: 40rem;
}

.p-company__lead {
	margin-top: 3.125rem;
}

.p-company__enText {
	font-size: 1.75rem;
	line-height: 1.9285714286;
	margin-top: 2.5rem;
}

.p-company__links {
	gap: 0.9375rem;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 4.25rem;
}

.p-company__link {
	grid-column: span 2;
}

.p-company__link a {
	aspect-ratio: 522/348;
}

.p-company__link:nth-child(1) {
	grid-column: 1/4;
}

.p-company__link:nth-child(1) img {
	width: 20.1875rem;
}

.p-company__link:nth-child(2) {
	grid-column: 4/7;
}

.p-company__link:nth-child(2) img {
	width: 20.1875rem;
}

.p-company__link:nth-child(3) img {
	width: 13.75rem;
}

.p-company__link:nth-child(4) img {
	width: 13.75rem;
}

.p-company__link:nth-child(5) img {
	width: 15.875rem;
}

.p-company__link:nth-child(6) img {
	width: 14.875rem;
}

.p-company__link:nth-child(7) img {
	width: 15.4375rem;
}

.p-company__link:nth-child(8) img {
	width: 11.8125rem;
}

.p-company__arrow {
	height: 3rem;
	width: 3rem;
}

.p-company__arrow span {
	height: 0.75rem;
	width: 1.0625rem;
}

.p-company__grow {
	margin-top: 12.5rem;
}

.p-footer {
	padding-top: 7.5rem;
}

.p-footer__wrap {
	margin-top: 11.25rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-footer__link a {
	font-size: 0.8125rem;
}

.p-footer__copy {
	font-size: 0.875rem;
}

.p-grow__title {
	font-size: 2.75rem;
}

.p-grow__box {
	margin-top: 1.75rem;
	padding: 8.4375rem 20.3125rem 6.5625rem;
}

.p-grow__text {
	font-size: 2.0625rem;
}

.p-grow__text span {
	font-size: 1.3125rem;
}

.p-grow__price {
	font-size: 2.9375rem;
}

.p-grow__price strong {
	font-size: 11.875rem;
}

.p-grow__figure {
	height: 30rem;
	margin-top: -9.375rem;
}

.p-grow__figure ul {
	gap: 4.6875rem;
}

.p-grow__figure li {
	font-size: 1.625rem;
}

.p-grow__figure li span {
	top: 0.5rem;
}

.p-grow__figure li:nth-child(1)::before {
	font-size: 0.875rem;
	top: -1.75rem;
}

.p-grow__figure li:nth-child(5)::before {
	height: 9.4375rem;
	top: -9.8125rem;
	width: 8.4375rem;
}

.p-grow__year {
	border-width: 5px;
	gap: 4.6875rem;
}

.p-grow__year p {
	font-size: 1.3125rem;
}

.p-grow__note {
	font-size: 0.875rem;
	line-height: 1.2142857143;
	margin-top: 0.9375rem;
}

.p-header {
	height: 6.25rem;
}

.p-header__logo {
	max-width: 31.25rem;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-header__logo span {
	display: block;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.6363636364;
}

.p-header__logo img {
	max-width: 12.6875rem;
}

.p-header__drawer {
	display: none;
}

.p-header__globalNav {
	display: block;
	height: 100%;
	margin-left: auto;
}

.p-mv::before {
	max-width: 1600px;
	width: calc(100% - 25px - 25px);
}

.p-mv__inner {
	padding-bottom: 10.3125rem;
	padding-top: 11.875rem;
}

.p-mv__content {
	left: calc(50% - 35.9375rem);
	margin: 0;
	position: absolute;
	top: 15.625rem;
}

.p-mv__arrow {
	width: 5.4375rem;
}

.p-mv__title {
	font-size: 3.5rem;
	line-height: 1.5892857143;
}

.p-mv__en {
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.p-mv__img {
	width: 100vw;
}

.p-mv__img img {
	margin: 0 auto;
	max-width: min(94.375vw, 113.25rem);
}

.p-mv__img {
	align-items: center;
	padding-bottom: 0;
}

.p-mv__img img {
	margin-top: 6.25rem;
}

.p-mv__growth {
	bottom: 1.875rem;
	justify-content: flex-start;
	left: calc(50% - 48.4375rem);
	margin: 0;
	transform: translateX(0);
}

.p-nav {
	background: linear-gradient(to bottom, white 7.8125rem, #dfe8ec 7.8125rem);
}

.p-nav__links {
	gap: 1.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-nav__logo {
	height: 5rem;
	width: 13.75rem;
}

.p-nav__text {
	font-size: 1.25rem;
}

.p-nav__text span {
	height: 0.75rem;
	margin-left: 0.9375rem;
	width: 1rem;
}

.p-pageTitle {
	padding-bottom: 1.5625rem;
	padding-top: 15.3125rem;
}

.p-pageTitle__head {
	display: none;
}

.p-service::before {
	height: 41.375rem;
	right: 2.8125rem;
	top: 5.375rem;
	width: 57.1875rem;
}

.p-service::after {
	max-width: 1600px;
	width: calc(100% - 25px - 25px);
}

.p-service__blocks {
	margin-top: 11.25rem;
}

.p-service__block + .p-service__block {
	margin-top: 5.375rem;
}

}

@media (min-width: 1600px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes line {

0% {
	transform: scale(1, 0);
}

100% {
	transform: scale(1, 1);
}

}

@keyframes maskposition {

0% {
	-webkit-mask-position: 0 100vh;
	mask-position: 0 100vh;
}

100% {
	-webkit-mask-position: 0 -130vw;
	mask-position: 0 -130vw;
}

}


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