body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #222;
	background-color: #f4f4f4;
}

body.is-open {
	overflow: hidden;
}

.hidden {
	overflow: hidden;
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

img {
	width: 100%;
	height: auto;
}

.l-inner {
	max-width: 120rem;
	width: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin: 0 auto;
}

.l-inner-1080 {
	max-width: 108rem;
	width: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin: 0 auto;
}

.relative {
	position: relative;
}

/* c-title */

.c-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 8rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	border-bottom: 0.1rem solid #5d5d5d;
	padding-bottom: 1.5rem;
}

.c-title--no-border {
	padding-bottom: 0;
	border-bottom: 0;
}

.c-title--column {
	flex-direction: column-reverse;
	align-items: flex-start;
	row-gap: 1rem;
}

.c-title__sub {
	font-size: 2.2rem;
}

/* c-text */

.c-text {
	font-size: 1.6rem;
	line-height: 1.8;
}

/* opening */

.slideInLR {
	opacity: 0;
	transform: translateX(-4rem);
}

.fadeIn {
	opacity: 0;
}

.fadeInImg {
	opacity: 0;
	transform: scale(0.8);
	transform-origin: center;
}

.animation-1 {
	animation: openingSlideInLR 1s ease 0.3s forwards;
}

.animation-2 {
	animation: openingFadeIn 1s ease 0.5s forwards;
}

.animation-3 {
	animation: openingFadeInImg 1s ease 0.5s forwards;
}

.animation-4 {
	animation: openingFadeInImg 1s ease 0.8s forwards;
}

.animation-5 {
	animation: openingSlideInLR 1s ease 0.8s forwards;
}

.animation-6 {
	animation: openingSlideInLR 1s ease 1.1s forwards;
}

.animation-7 {
	animation: openingFadeInImg 1s ease 1.1s forwards;
}

.animation-8 {
	animation: openingFadeIn 1.5s ease 1.5s forwards;
}

/*  jsFadeUp */

.jsFadeUp {
	opacity: 0;
	animation: fadeUpAnime 1s ease forwards;
}

.jsFadeUpTrigger {
	opacity: 0;
}

/* p-header
/* --------------------------------------------------------- */

.p-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 10rem;
	background-color: #222222;
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}

.p-header__logo {
	width: 13rem;
}

.p-header__logo img {
	width: 100%;
	height: auto;
}

.p-header__nav {
	height: 8.8rem;
}

.p-header__nav-items {
	display: flex;
	height: 100%;
}

.p-header__nav-item {
	border-left: 0.1rem solid #fff;
}

.p-header__nav-map {
	display: none;
}

.p-header__nav-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	padding: 0 2.5rem;
}

.p-header__nav-item-text {
	display: inline-block;
	font-size: 1.2rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #c4fefd;
	margin-bottom: 0.8rem;
	letter-spacing: 0.08em;
}

.p-header__nav-item-tel {
	display: flex;
	align-items: center;
	column-gap: 0.6rem;
	height: 100%;
	font-size: 3.7rem;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #fff;
	background-color: #00c5d0;
	padding: 0 10rem 0 3rem;
}

.p-header__nav-item-tel-img {
	width: 2rem;
}

.p-burger {
	display: none;
}

/* p-fv
/* --------------------------------------------------------- */

.p-fv {
	position: relative;
}

.p-fv__text-body {
	padding: 19.7916666667vw 0 12.7604166667vw;
	margin-left: 11.9791666667vw;
}

.p-fv__copy {
	font-size: 3.3854166667vw;
	color: #fff;
}

.p-fv__copy-bg {
	display: inline-block;
	line-height: 1.4;
	background-color: #00c5d0;
	border-radius: 0.4166666667vw;
	padding: 0 1.3020833333vw;
}

.p-fv__copy-bg--mt {
	display: inline-block;
	margin-top: 0.78125vw;
}

.p-fv__text {
	font-size: 1.1458333333vw;
	line-height: 1.5;
	margin-top: 2.6041666667vw;
}

.p-fv__img {
	position: absolute;
}

.p-fv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.0416666667vw;
	border: 0.5208333333vw solid #97fcff;
}

.p-fv__img--01 {
	top: 5.2083333333vw;
	left: 48.4375vw;
	width: 23.6979166667vw;
	height: 18.3854166667vw;
}

.p-fv__img--02 {
	top: 24.3229166667vw;
	left: 72.9166666667vw;
	width: 16.7708333333vw;
	height: 15vw;
}

.p-fv__img--03 {
	top: 32.65625vw;
	left: 56.1458333333vw;
	width: 12.7083333333vw;
	height: 11.3541666667vw;
}

.p-fv__img-map {
	position: absolute;
	top: 0;
	right: 0;
	width: 88.0208333333vw;
	z-index: -1;
}

.p-fv__animation-body {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 182.2916666667vw;
}

.p-fv__animation-text {
	font-size: 9.375vw;
	font-weight: 600;
	color: #efffff;
}

/* p-vision
/* --------------------------------------------------------- */

.p-vision {
	padding-top: 15rem;
}

.p-vision__triangle {
	position: absolute;
	top: -67rem;
	left: 0;
	width: 116.5rem;
	z-index: -2;
}

.p-vision__scroll {
	position: absolute;
	top: -8rem;
	left: -12rem;
	width: 6.5rem;
}

.p-vision__head {
	font-size: 3rem;
	line-height: 1.4;
	margin-top: 2.5rem;
}

.p-vision__text {
	margin-top: 3rem;
}

.p-vision__items {
	display: flex;
	column-gap: 1.5rem;
	width: 151.2rem;
	margin-top: 6rem;
}

.p-vision__item {
	width: 36.6rem;
	height: 31.5rem;
}

.p-vision__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* p-our-service
/* --------------------------------------------------------- */

.p-our-service {
	padding-top: 22rem;
}

.p-our-service__triangle {
	position: absolute;
	top: 10rem;
	right: 0;
	transform: rotate(180deg);
	width: 116.5rem;
	z-index: -2;
}

.p-our-service__text {
	margin-top: 2.5rem;
}

.p-our-service__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 14rem;
	margin-top: 4rem;
}

.p-our-service__item {
	width: 35.3rem;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.p-our-service__item::before {
	content: "";
	position: absolute;
	bottom: 0.8rem;
	right: 0.8rem;
	background-image: url(../img/common/triangle_right_black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 4.3rem;
	height: 4.3rem;
	z-index: 1;
}

.p-our-service__item-img {
	width: 100%;
	height: 23.5rem;
}

.p-our-service__body {
	min-height: 35rem;
	background-color: #fff;
	border-radius: 1rem;
	border: 0.1rem solid #5d5d5d;
	margin-top: -2rem;
	padding: 2.5rem 3.5rem 0;
	position: relative;
}

.p-our-service__body::before {
	content: "";
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	background-image: url(../img/common/triangle_left_black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 4.3rem;
	height: 4.3rem;
}

.p-our-service__item-title {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	font-size: 2.6rem;
	padding-bottom: 1rem;
	border-bottom: 0.1rem solid #5d5d5d;
}

.p-our-service__item-number {
	font-size: 5.6rem;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #32cae1;
}

.p-our-service__item-name {
	display: inline-block;
	margin-top: 1.2rem;
}

.p-our-service__item-text {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5rem;
}

.p-our-service__item--large {
	width: 100%;
	background-color: transparent;
}

.p-our-service__item--large .p-our-service__item-img {
	width: 111rem;
	height: 49rem;
}

.p-our-service__item--large .p-our-service__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-our-service__item--large .p-our-service__body {
	width: 92.5rem;
	min-height: auto;
	padding: 1.5rem 5.5rem 2rem;
	margin: -8.5rem 0 0 auto;
}

/* p-cases
/* --------------------------------------------------------- */

.p-cases {
	padding: 15rem 0 2rem;
	margin-top: 22rem;
}

.p-cases::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c4fefd;
	border-radius: 4rem;
	transform: scaleX(0);
	transform-origin: center;
}

.p-cases.JsCasesBg::before {
	animation: bgExpand 0.6s ease-out forwards;
}

.p-cases__bg {
	position: absolute;
	top: -22rem;
	left: -44rem;
	width: 52rem;
}

.p-cases__scroll {
	position: absolute;
	top: 15.8rem;
	right: -5rem;
	width: 6.5rem;
}

.p-cases__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8rem 7rem;
	margin-top: 6rem;
	position: relative;
}

.p-cases__accordion {
	display: none;
}

.p-cases__items--accordion {
	margin: 8rem 0 13rem;
}

.p-cases__item {
	width: 52rem;
}

.p-cases__item-label {
	display: inline-block;
	font-size: 5rem;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #32cae1;
	border-radius: 2rem 2rem 0 0;
	background-color: #f6f6f6;
	padding: 1.3rem 3rem 0;
}

.p-cases__body {
	border-radius: 0 2rem 2rem 2rem;
	background-color: #f6f6f6;
	padding: 4rem 3.3rem;
}

.p-cases__img-wrapper {
	height: 30rem;
	position: relative;
}

.p-cases__img-wrapper--after {
	margin-top: 4.3rem;
}

.p-cases__arrow {
	position: absolute;
	top: -3.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5rem;
}

.p-cases__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}

.p-cases__label {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	font-size: 2.4rem;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	padding: 0.8rem 1rem;
}

.p-cases__detail {
	display: flex;
	column-gap: 2rem;
	padding: 2.5rem 0;
}

.p-cases__detail:first-of-type {
	padding-top: 5rem;
}

.p-cases__detail:nth-of-type(n + 2) {
	border-top: 0.1rem dashed #222222;
}

.p-cases__detail:last-of-type {
	padding-bottom: 0;
}

.p-cases__detail-label {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.8rem;
	height: 4.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 1rem;
	border: 0.1rem solid #222222;
	background-color: #fff;
}

.p-cases__detail-title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0.8rem;
}

.p-cases__detail-text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-cases__open-btn {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	background-color: #00c5d0;
	box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.2);
	padding: 2.2rem 0;
	margin-top: 8rem;
}

.p-cases__open-btn::before {
	content: "";
	background-image: url(../img/common/arrow_bottom_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 1.5rem;
	height: 1.8rem;
	margin-right: 1.2rem;
	transform: translateY(0.1rem);
}

.p-cases__open-btn::after {
	content: "+";
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 400;
	margin-left: 0.7rem;
}

.p-cases__open-btn.is-open::before {
	transform: translateY(0) rotate(180deg);
}

.p-cases__open-btn.is-open::after {
	content: "−";
}

/* p-company
/* --------------------------------------------------------- */

.p-company {
	padding-top: 13rem;
	overflow: hidden;
	position: relative;
}

.p-company__profile {
	display: flex;
	align-items: center;
	column-gap: 14.4rem;
	margin-top: 6.5rem;
}

.p-company__img-wrapper {
	flex-shrink: 0;
	width: 52rem;
	height: 50rem;
	position: relative;
}

.p-company__message {
	position: absolute;
	top: -7.5rem;
	right: -11.1rem;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	font-size: 3.6rem;
	color: #fff;
}

.p-company__message-bg {
	display: inline-block;
	padding: 1.4rem;
	background-color: #00c5d0;
	border-radius: 0.3rem;
}

.p-company__message-bg--margin {
	margin: 5.5rem 0.5rem 0 0;
}

.p-company__img {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
}

.p-company__text {
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-company__text-large {
	font-size: 1.7rem;
	line-height: 2;
}

.p-company__text-middle {
	font-size: 1.6rem;
}

.p-company__overview {
	border-radius: 2rem;
	background-color: #fff;
	padding: 5rem 48rem 5rem 8rem;
	margin-top: 12rem;
	position: relative;
}

.p-company__overview-table {
	width: 53rem;
}

.p-company__overview-table tr:nth-of-type(n + 2) {
	border-top: 0.1rem dashed #5d5d5d;
}

.p-company__overview-table td {
	line-height: 2;
	padding: 1.2rem 0;
}

.p-company__overview-table td:nth-of-type(1) {
	width: 20rem;
	font-size: 1.8rem;
}

.p-company__overview-table td:nth-of-type(2) {
	font-size: 1.5rem;
	font-weight: 500;
}

.p-company__history-item {
	line-height: 1.5;
}

.p-company__history-item:nth-of-type(n + 2) {
	margin-top: 1.5rem;
}

.p-company__history-year {
	color: #32cae1;
}

.p-company__overview-bg-01 {
	position: absolute;
	top: -20.2rem;
	right: 0;
	width: 27.2rem;
}

.p-company__overview-bg-02 {
	position: absolute;
	bottom: 5rem;
	right: -6.5rem;
	width: 39rem;
}

.p-company__animation-body {
	width: 350rem;
	margin-top: 7rem;
}

.p-company__animation-text {
	font-size: 18rem;
	font-weight: 600;
	color: #ededec;
}

.p-company__triangle {
	position: absolute;
	bottom: -82rem;
	right: 0;
	transform: rotate(180deg);
	width: 116.5rem;
	z-index: -2;
}

/* p-contact
/* --------------------------------------------------------- */

.p-contact {
	padding: 9rem 0 9rem;
	position: relative;
}

.p-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/contact/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.p-contact::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #222020;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.p-contact__wrapper {
	display: flex;
	justify-content: center;
	column-gap: 18rem;
}

.p-contact__title {
	font-size: 3.6rem;
	color: #fff;
}

.p-contact__text {
	font-size: 2.2rem;
	line-height: 1.6;
	margin-top: 2rem;
	color: #fff;
}

.p-contact__img {
	flex-shrink: 0;
	width: 37rem;
	margin-top: -13rem;
}

.p-contact__tel {
	display: inline-block;
	font-size: 4.8rem;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #fff;
	border-radius: 1.6rem;
	background-color: #00c5d0;
	margin-top: 4.5rem;
	padding: 1.3rem 6rem 2rem;
}

.p-contact__tel::before {
	content: "";
	background-image: url(../img/common/ico_tel_transparent.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 3.3rem;
	height: 5.2rem;
	margin-right: 1.5rem;
	transform: translateY(0.6rem);
}

/* p-footer
/* --------------------------------------------------------- */

.p-cta {
	display: none;
}

.p-cta__text {
	font-size: 1.1rem;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	border-right: 0.1rem dashed #fff;
	padding-right: 1.5rem;
	margin-right: 2rem;
}

.p-cta__tel {
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
	font-size: 3rem;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #fff;
}

.p-cta__tel-img {
	flex-shrink: 0;
	width: 1.8rem;
}

/* p-footer
/* --------------------------------------------------------- */

.p-footer {
	padding: 5rem 0 0.7rem;
	border-bottom: 1.5rem solid #222222;
}

.p-footer__scroll {
	position: absolute;
	top: 0rem;
	right: -6.5rem;
	width: 6.5rem;
}

.p-footer__nav-items {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5rem;
}

.p-footer__nav-link {
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	color: #222;
	row-gap: 0.8rem;
	text-align: center;
}

.p-footer__nav-text {
	font-size: 1.2rem;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	color: #00c5d0;
}

.p-footer__logo {
	width: 25rem;
	margin: 9.5rem auto 0;
}

.p-footer__copyright {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #888888;
	margin: 2rem 0 1rem;
}

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

.hover {
	transition: all 0.3s;
}

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

}

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

.p-vision__scroll {
	display: none;
}

}

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

html,
body {
	font-size: 0.7246376812vw;
}

}

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

.pc {
	display: none;
}

.tb {
	display: block;
}

}

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

html,
body {
	font-size: 2.6666666667vw;
}

.tb {
	display: none;
}

.sp {
	display: block;
}

.l-inner {
	max-width: 100%;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}

.l-inner-1080 {
	max-width: 100%;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}

.c-title {
	flex-direction: column-reverse;
	align-items: flex-start;
	font-size: 4rem;
	padding-bottom: 1rem;
	row-gap: 1rem;
}

.c-title--no-border {
	padding-bottom: 0;
}

.c-title__sub {
	font-size: 1.6rem;
}

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

.p-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 5.1rem;
	padding-left: 2rem;
	border-radius: 0 0 1.2rem 1.2rem;
	border: 0.1rem solid #222222;
	z-index: 99;
}

.p-header.is-open {
	border: none;
	overflow: visible;
}

.p-header.is-open .p-header__logo {
	visibility: hidden;
}

.p-header__logo {
	width: 6rem;
}

.p-header__nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: #222;
	padding: 9rem 5rem;
	z-index: 100;
	transform: translateX(100%);
}

.p-header__nav.is-open {
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.p-header__nav-items {
	flex-direction: column;
	align-items: flex-start;
}

.p-header__nav-item {
	width: 100%;
	border-left: none;
}

.p-header__nav-item:nth-of-type(n + 2) {
	margin-top: 3.5rem;
}

.p-header__nav-item.p-header__nav-item--cta {
	display: none;
}

.p-header__nav-map {
	position: absolute;
	bottom: 0rem;
	right: 0;
	display: block;
	width: 32.5rem;
	z-index: -1;
}

.p-header__nav-link {
	align-items: flex-start;
	padding: 0 0 1.2rem 0;
	border-bottom: 0.1rem solid #fff;
}

.p-header__nav--company {
	width: 11rem;
}

.p-header__nav-item-text {
	margin-bottom: 0.6rem;
}

.p-burger {
	display: block;
	height: 5.1rem;
	padding: 1.1rem 1.5rem 0.9rem;
	opacity: 1;
	background-color: #fff;
	z-index: 101;
}

.p-burger.is-open {
	padding: 1.7rem 1.2rem 1.7rem 1.5rem;
	border-radius: 0 0 0 1.2rem;
}

.p-burger .p-burger__bar {
	display: block;
	height: 2px;
	background-color: #222;
	transition: all 0.3s;
}

.p-burger .p-burger__bar--top {
	width: 2.2rem;
	margin-bottom: 0.6rem;
}

.p-burger .p-burger__bar--bot {
	width: 1.5rem;
}

.p-burger .p-burger__bar.p-burger__bar--top.is-open {
	width: 2.4rem;
	transform: translateY(0.4rem) rotate(35deg);
}

.p-burger .p-burger__bar.p-burger__bar--bot.is-open {
	width: 2.4rem;
	transform: translateY(-0.3rem) rotate(-35deg);
}

.p-burger .p-burger__text {
	display: inline-block;
	font-size: 1rem;
	color: #222;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	margin-top: 0.5rem;
}

.p-burger .p-burger__text.is-open {
	display: none;
}

.p-fv {
	margin-top: 5.3rem;
	padding: 0 2rem;
}

.p-fv__text-body {
	padding: 32.5rem 0 8rem;
	margin: 0;
}

.p-fv__copy {
	font-size: 3.2rem;
}

.p-fv__copy-bg {
	line-height: 1.5;
	border-radius: 0.2rem;
	padding: 0 1rem;
}

.p-fv__copy-bg--mt {
	margin-top: 1rem;
}

.p-fv__text {
	font-size: 1.7rem;
	line-height: 1.7;
	margin-top: 2rem;
}

.p-fv__img img {
	border-radius: 0.8rem;
	border: 0.4rem solid #97fcff;
}

.p-fv__img--01 {
	top: 5rem;
	left: 2rem;
	width: 17.3rem;
	height: 13.5rem;
}

.p-fv__img--02 {
	top: 3rem;
	left: auto;
	right: 2rem;
	width: 11rem;
	height: 10rem;
}

.p-fv__img--03 {
	top: 20rem;
	left: auto;
	right: 6.5rem;
	width: 11rem;
	height: 10rem;
}

.p-fv__img-map {
	top: 0;
	right: -19rem;
	width: 85rem;
}

.p-fv__animation-body {
	width: 135rem;
}

.p-fv__animation-text {
	font-size: 7.2rem;
}

.p-vision {
	padding-top: 5.5rem;
}

.p-vision__triangle {
	top: -23.5rem;
	width: 19.5rem;
}

.p-vision__scroll {
	display: block;
	top: -2.5rem;
	left: auto;
	right: 2rem;
	width: 2.6rem;
}

.p-vision__head {
	font-size: 2rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.p-vision__text {
	margin-top: 2rem;
}

.p-vision__items {
	column-gap: 0.8rem;
	margin-top: 2.5rem;
}

.p-vision__item {
	width: 18.2rem;
	height: 15.7rem;
}

.p-our-service {
	padding-top: 8rem;
}

.p-our-service__triangle {
	top: 67rem;
	width: 30rem;
}

.p-our-service__text {
	margin-top: 2rem;
}

.p-our-service__items {
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 5.5rem;
	margin-top: 5.5rem;
}

.p-our-service__item {
	width: 100%;
	background-color: transparent;
}

.p-our-service__item-img {
	width: 29rem;
	height: 19rem;
}

.p-our-service__item-img img {
	border-radius: 1rem;
}

.p-our-service__body {
	min-height: auto;
	padding: 1.7rem 1.6rem 4.5rem;
	margin-left: 3rem;
}

.p-our-service__item-title {
	column-gap: 2rem;
	font-size: 1.8rem;
}

.p-our-service__item-number {
	font-size: 4rem;
	margin-left: 2.7rem;
}

.p-our-service__item-name {
	margin-top: 0.5rem;
}

.p-our-service__item-text {
	padding: 0 0.8rem;
}

.p-our-service__item--large .p-our-service__item-img {
	width: 100%;
	height: 26.2rem;
}

.p-our-service__item--large .p-our-service__body {
	width: 100%;
	padding: 1.7rem 1.6rem 4.5rem;
}

.p-cases {
	padding: 7rem 0 2rem;
	margin-top: 14rem;
}

.p-cases::before {
	border-radius: 2rem;
}

.p-cases__bg {
	width: 15rem;
	top: -18rem;
	left: -2.3rem;
}

.p-cases__scroll {
	top: -3.5rem;
	right: 2rem;
	width: 2.6rem;
}

.p-cases__items {
	gap: 4.8rem 0;
	margin-top: 2.5rem;
}

.p-cases__items--accordion {
	margin: 6rem 0 8rem;
}

.p-cases__item {
	width: 100%;
}

.p-cases__item-label {
	font-size: 2.8rem;
	border-radius: 1rem 1rem 0 0;
	padding: 1.3rem 1.4rem 0;
}

.p-cases__body {
	border-radius: 0 1rem 1rem 1rem;
	padding: 2.5rem 1.5rem;
}

.p-cases__img-wrapper {
	height: 20.4rem;
}

.p-cases__img-wrapper--after {
	margin-top: 2.8rem;
}

.p-cases__arrow {
	top: -2.3rem;
	width: 3.1rem;
}

.p-cases__img {
	border-radius: 0.4rem;
}

.p-cases__label {
	font-size: 1.8rem;
	padding: 0.6rem 0.8rem;
}

.p-cases__detail.p-cases__detail--column {
	flex-direction: column;
	gap: 1.2rem 0;
	padding: 2.4rem 0;
}

.p-cases__detail:first-of-type {
	padding-top: 2.4rem;
}

.p-cases__detail-label {
	width: 9rem;
	height: 4.2rem;
	font-size: 1.6rem;
	border-radius: 0.8rem;
}

.p-cases__detail-title {
	font-size: 1.7rem;
	margin-top: 0.9rem;
}

.p-cases__detail-text {
	margin-top: 1.2rem;
}

.p-cases__open-btn {
	font-size: 1.8rem;
	padding: 0.8rem 0;
	margin-top: 3rem;
}

.p-cases__open-btn::before {
	width: 1.2rem;
	height: 1.4rem;
	margin-right: 1rem;
}

.p-cases__open-btn::after {
	font-size: 2.2rem;
	transform: translateY(0.1rem);
}

.p-company {
	padding-top: 8.5rem;
}

.p-company__profile {
	flex-direction: column;
	align-items: flex-start;
	gap: 2.5rem 0;
	margin-top: 4.4rem;
}

.p-company__img-wrapper {
	width: 100%;
	height: 32.2rem;
}

.p-company__message {
	top: -4.4rem;
	right: 0rem;
	font-size: 2.4rem;
}

.p-company__message-bg {
	padding: 1.2rem;
	border-radius: 0.2rem;
}

.p-company__message-bg--margin {
	margin: 3.8rem 0.9rem 0 0;
}

.p-company__overview {
	border-radius: 0.8rem;
	padding: 2.4rem 1.8rem;
}

.p-company__overview-table {
	width: 100%;
}

.p-company__overview-table tr {
	display: flex;
	flex-direction: column;
	row-gap: 0.3rem;
	padding: 1.3rem 0;
}

.p-company__overview-table td {
	line-height: 1.6;
	padding: 0;
}

.p-company__overview-table td:nth-of-type(1) {
	width: 100%;
}

.p-company__history-item:nth-of-type(n + 2) {
	margin-top: 1rem;
}

.p-company__overview-bg-01 {
	top: auto;
	bottom: -7rem;
	right: 4rem;
	width: 12.9rem;
}

.p-company__overview-bg-02 {
	bottom: auto;
	top: -8rem;
	right: 0;
	width: 14.4rem;
}

.p-company__animation-body {
	width: 135rem;
}

.p-company__animation-text {
	font-size: 7.2rem;
}

.p-company__triangle {
	bottom: -18rem;
	width: 30rem;
}

.p-contact {
	padding: 5rem 0 7rem;
}

.p-contact__wrapper {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	column-gap: 0;
	text-align: center;
}

.p-contact__title {
	font-size: 2.4rem;
}

.p-contact__text {
	font-size: 1.6rem;
}

.p-contact__img {
	position: absolute;
	bottom: -11.6rem;
	right: 2rem;
	width: 15rem;
}

.p-contact__tel {
	font-size: 3.2rem;
	border-radius: 0.8rem;
	margin-top: 2rem;
	padding: 0.9rem 3rem 1.2rem;
}

.p-contact__tel::before {
	width: 2.2rem;
	height: 3rem;
	margin-right: 0.8rem;
	transform: translateY(0.4rem);
}

.p-cta {
	position: fixed;
	bottom: 0.9rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35rem;
	border-radius: 4rem;
	background-color: #333333;
	padding: 1.2rem 0;
	box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.3);
	z-index: 98;
}

.p-footer {
	padding: 7.5rem 0 5rem;
	margin-bottom: 8rem;
}

.p-footer__scroll {
	top: 11rem;
	right: 2rem;
	width: 2.5rem;
}

.p-footer__nav-items {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.4rem 0;
}

.p-footer__nav-link {
	font-size: 1.4rem;
	text-align: left;
}

.p-footer__nav-text {
	font-size: 1rem;
}

.p-footer__logo {
	width: 12rem;
	margin: 4rem 0 0;
}

.p-footer__copyright {
	font-size: 1rem;
	margin: 6rem 0 0;
}

}

@keyframes openingSlideInLR {

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes openingFadeIn {

to {
	opacity: 1;
}

}

@keyframes openingFadeInImg {

from {
	opacity: 0;
	transform: scale(0.8);
	filter: blur(8px);
}

to {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(1.5rem);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes bgExpand {

to {
	transform: scaleX(1);
}

}

