body {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	color: #454E51;
}

.u-mobile {
	display: none;
}

main {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

/* ホバー */

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

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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: 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

html.is-fixed {
	overflow: hidden;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-title {
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.c-title::before {
	background: #454E51;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 525px;
	width: 32.8125rem;
}

.c-title__main {
	font-family: "Noto Sans", sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: bold;
}

.c-title--white {
	color: #fff;
}

.c-title--white::before {
	background-color: #fff;
}

.l-animation--history,
.l-animation--company {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-company {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-contact {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-contactus {
	margin-top: 160px;
	margin-top: 10rem;
}

.l-footer {
	margin-top: 125px;
	margin-top: 7.8125rem;
}

.l-history {
	margin-top: 160px;
	margin-top: 10rem;
}

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

.l-service {
	margin-top: 160px;
	margin-top: 10rem;
}

.p-animation {
	height: 500px;
	height: 31.25rem;
	position: relative;
	width: 100%;
}

.p-animation__text {
	-webkit-text-stroke: 5px #fff;
	-webkit-text-stroke: 0.3125rem #fff;
	text-stroke: 5px #fff;
	text-stroke: 0.3125rem #fff;
	color: transparent;
	font-size: 124px;
	font-size: 7.75rem;
	font-weight: 900;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 5;
}

.p-animation__band1,
.p-animation__band2,
.p-animation__band3 {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 2s;
	transition: all 2s;
	width: 0%;
}

.p-animation__band1 {
	background-color: #FFD966;
	z-index: 3;
}

.p-animation__band2 {
	background-color: #BF8F00;
	z-index: 2;
}

.p-animation__band3 {
	background-color: #663300;
	z-index: 1;
}

.p-animation.is-scroll .p-animation__band1 {
	width: 78%;
}

.p-animation.is-scroll .p-animation__band2 {
	width: 88%;
}

.p-animation.is-scroll .p-animation__band3 {
	width: 100%;
}

.p-company__info {
	border-bottom: 1px solid #454E51;
	border-bottom: 0.0625rem solid #454E51;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-company__info dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #454E51;
	border-top: 0.0625rem solid #454E51;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	padding: 0.9375rem;
}

.p-company__info dt {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	width: 7em;
}

.p-company__info dd {
	width: calc(100% - 7em);
}

.p-company__info dd a {
	text-decoration: underline;
}

.p-contact__text {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact__form {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contactus {
	background: url(../images/top/contactus.png) center center/cover no-repeat;
	height: 400px;
	height: 25rem;
	position: relative;
}

.p-contactus::before {
	background: -webkit-gradient(linear, left top, right top, from(#FFD966), color-stop(#BF8F00), to(#663300));
	background: linear-gradient(to right, #FFD966, #BF8F00, #663300);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contactus__text {
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 102px;
	font-size: 6.375rem;
	font-weight: 900;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.p-drawer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #454E51;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-drawer.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-footer {
	border-top: 2px solid #454E51;
	border-top: 0.125rem solid #454E51;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	padding-top: 48px;
	padding-top: 3rem;
}

.p-footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__lists {
	gap: 1em;
	display: grid;
}

.p-footer__list {
	font-family: "Noto Sans", sans-serif;
}

.p-footer__logo {
	margin-left: auto;
	width: 150px;
	width: 9.375rem;
}

.p-footer__logo a {
	display: block;
}

.p-footer__copy {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-form {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
	margin: 0 auto;
	max-width: 800px;
	max-width: 50rem;
}

.p-form dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	width: 300px;
	width: 18.75rem;
}

.p-form dd {
	width: calc(100% - 18.75rem);
}

.p-form dd input {
	border: 1px solid #454E51;
	border: 0.0625rem solid #454E51;
	display: inline-block;
	height: 40px;
	height: 2.5rem;
	width: 100%;
}

.p-form dd textarea {
	border: 1px solid #454E51;
	border: 0.0625rem solid #454E51;
	display: inline-block;
	height: 100px;
	height: 6.25rem;
	width: 100%;
}

#form_submit {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

#form_submit_button {
	background-color: #777;
	-webkit-box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, .16);
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;
	width: 250px;
	width: 15.625rem;
}

.hissu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: red;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	height: 18px;
	height: 1.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 20px;
	margin-left: 1.25rem;
	width: 40px;
	width: 2.5rem;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

.p-globalNav__lists {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-globalNav__list + .p-globalNav__list {
	margin-left: 50px;
	margin-left: 3.125rem;
}

.p-globalNav__list a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.p-greeting {
	background: url(../images/top/brown.jpg) center center/cover no-repeat;
	padding: 55px 0;
	padding: 3.4375rem 0;
	position: relative;
}

.p-greeting::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-greeting__title {
	position: relative;
	z-index: 1;
}

.p-greeting__text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

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

.p-hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-hamburger span:nth-child(1) {
	top: 25%;
}

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

.p-hamburger span:nth-child(3) {
	top: 75%;
}

.p-hamburger.is-active span:nth-child(1) {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.p-hamburger.is-active span:nth-child(3) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-header {
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: fixed;
	top: 60px;
	top: 3.75rem;
	width: 100%;
	z-index: 1000;
}

.p-header__inner.l-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: unset;
	padding: 0 60px;
	padding: 0 3.75rem;
}

.p-header__logo {
	width: 150px;
	width: 9.375rem;
}

.p-header__logo a {
	display: block;
}

.p-header__nav {
	margin-left: auto;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-history__units {
	margin: 0 auto;
	margin-top: 38px;
	margin-top: 2.375rem;
	max-width: 1000px;
	max-width: 62.5rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	position: relative;
	width: 100%;
}

.p-history__units::before {
	background-color: #707070;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 0.0625rem;
}

.p-history__unit {
	margin-left: auto;
	width: 50%;
}

.p-history__unit + .p-history__unit {
	margin-top: -20px;
	margin-top: -1.25rem;
}

.p-history__unit:nth-child(even) {
	margin-left: 0;
}

.p-history__date {
	color: #BF8F00;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0 63px 12px 31px;
	padding: 0 3.9375rem 0.75rem 1.9375rem;
	position: relative;
}

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

.p-history__date::after {
	background-color: #BF8F00;
	border-radius: 50%;
	bottom: -8.5px;
	bottom: -0.53125rem;
	content: "";
	height: 17px;
	height: 1.0625rem;
	left: -8.5px;
	left: -0.53125rem;
	position: absolute;
	width: 17px;
	width: 1.0625rem;
}

.p-history__unit:nth-child(even) .p-history__date::after {
	left: auto;
	left: initial;
	right: -8.5px;
	right: -0.53125rem;
}

.p-history__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 0 63px 0 31px;
	padding: 0 3.9375rem 0 1.9375rem;
}

.p-history__now {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #BF8F00;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	height: 6.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 100px;
	width: 6.25rem;
}

.p-history__now span {
	color: #fff;
	display: inline-block;
	font-size: min(25px, 25px);
	font-size: min(1.5625rem, 25px);
	font-weight: bold;
}

.p-mv {
	position: relative;
}

.p-mv__inner {
	height: inherit;
	position: relative;
}

.p-mv__slider {
	height: 100%;
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-mv__img {
	position: relative;
}

.p-mv__img::after {
	background-color: rgba(0, 0, 0, .4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-mv__img::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}

.p-mv__img img {
	-o-object-position: center;
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-width: none;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__content {
	color: #fff;
	font-size: 68px;
	font-size: 4.25rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-mv__scroll {
	bottom: -56px;
	bottom: -3.5rem;
	color: #fff;
	left: 20px;
	left: 1.25rem;
	letter-spacing: 0.05em;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	z-index: 10;
}

.p-service__text {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-service__cards {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 80px;
	margin-top: 5rem;
}

.p-service__card {
	cursor: pointer;
	min-height: 450px;
	min-height: 28.125rem;
	padding: 30px 20px 0px;
	padding: 1.875rem 1.25rem 0rem;
	position: relative;
}

.p-service__card::before {
	background: rgba(51, 51, 51, .4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-service__content {
	color: #fff;
	position: relative;
	z-index: 1;
}

.p-service__number {
	font-family: "Noto Sans", sans-serif;
	font-size: 82px;
	font-size: 5.125rem;
	font-weight: bold;
}

.p-service__card-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-service__card-subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-service__card-text {
	font-size: 14px;
	font-size: 0.875rem;
	height: 5px;
	height: 0.3125rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.p-service__card-text::before {
	background-color: #fff;
	bottom: 0px;
	bottom: 0rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-service__card.is-hover .p-service__card-text {
	height: 160px;
	height: 10rem;
}

.p-service__img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-service__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-service__check {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9em;
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.p-service__check span {
	font-size: 0.7em;
	margin-right: 3px;
	margin-right: 0.1875rem;
}

.p-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.p-totop {
	border-top: solid 1px;
	bottom: 20px;
	color: #737373;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 90%;
	font-weight: bold;
	height: 50px;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 0 0 0 35px;
	position: fixed;
	right: 5px;
	text-decoration: none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-totop::before {
	border-top: solid 1px;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	top: -1px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 15px;
}

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

html {
	font-size: 1.25vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a:hover {
	opacity: 0.8;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	padding-top: 1.25rem;
}

.c-title__main {
	font-size: 2rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-animation {
	height: 12.5rem;
}

.p-animation__text {
	font-size: 3rem;
}

.p-company__info dl {
	display: block;
	padding: 0.625rem 0;
}

.p-contactus {
	height: 12.5rem;
}

.p-contactus__text {
	font-size: 2.625rem;
}

.p-form {
	gap: 1.25rem;
}

.p-form dl {
	display: block;
}

.p-form dd {
	margin-top: 0.3125rem;
	width: 100%;
}

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

.p-globalNav__list + .p-globalNav__list {
	margin: 0;
}

.p-globalNav__list a {
	font-size: 1.125rem;
	text-align: center;
}

.p-greeting__text {
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-header {
	top: 0;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0.625rem;
}

.p-header__nav {
	display: none;
}

.p-header__hamburger {
	display: block;
	height: 1.875rem;
	margin-left: auto;
	width: 1.875rem;
	z-index: 1;
}

.p-header__drawer {
	display: block;
}

.p-history__units {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-history__units::before {
	left: 5%;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.p-history__unit {
	width: 100%;
}

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

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

.p-history__date::before {
	left: 5%;
	width: 95%;
}

.p-history__date::after {
	bottom: -0.3125rem;
	height: 0.625rem;
	left: calc(5% - 0.3125rem);
	width: 0.625rem;
}

.p-history__unit:nth-child(even) .p-history__date::after {
	bottom: -0.3125rem;
	left: calc(5% - 0.3125rem);
	right: auto;
	right: initial;
}

.p-history__text {
	font-size: 1rem;
	margin-top: 0.625rem;
	padding: 0 1.875rem 0 3.75rem;
}

.p-history__now {
	height: 4.375rem;
	margin-left: calc(50% - 50vw);
	margin-top: -3.625rem;
	position: relative;
	width: 4.375rem;
	z-index: 1;
}

.p-history__now span {
	font-size: 1.125rem;
	margin-top: 0.3125rem;
}

.p-mv {
	height: 100vh;
}

.p-mv__img {
	height: 100vh;
}

.p-mv__img::before {
	padding-top: 200%;
}

.p-mv__content {
	font-size: 2.125rem;
}

.p-service__cards {
	grid-template-columns: repeat(1, 1fr);
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}


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