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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	font-family: "Oswald", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

body.is-fixed {
	overflow: hidden;
}

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

a {
	color: inherit;
}

.c-button {
	align-items: center;
	display: flex;
	margin: 0 auto;
	padding: 6px 10px 6px 30px;
	width: 180px;
}

.c-button--bg {
	background-color: #fff;
}

.c-button--bg .c-button__text {
	color: #4a4a4a;
}

.c-button--border {
	border: 1px solid #fff;
}

.c-button--border .c-button__text {
	color: #fff;
}

.c-button__icon {
	align-items: center;
	display: flex;
	width: 24px;
}

.c-button__icon-path {
	fill: #fff;
}

.c-button__icon-path--contact {
	fill: #4a4a4a;
}

.c-button__text {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-left: 10px;
}

.p-header {
	background-color: #4a4a4a;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.p-header__container {
	position: relative;
}

.p-header__logo {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 14px 24px;
}

.p-header__menu-button {
	background: url(/public/assets/img/bg_menu.png) center center no-repeat;
	background-size: 100% auto;
	bottom: none;
	color: transparent;
	height: 36px;
	overflow: hidden;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 30px;
}

.p-header__menu-button.is-checked {
	background: url(/public/assets/img/bg_fv.png) center center no-repeat;
	background-size: 100% auto;
}

.p-header__contents {
	border-top: 1px solid #fff;
	display: none;
	height: calc(100vh - 88px);
	padding-top: 60px;
}

.p-header__nav-item + .p-header__nav-item {
	margin-top: 24px;
}

.p-fv {
	position: relative;
}

.p-fv__contents {
	background: url(/public/assets/img/sp/bg_fv.png) center center no-repeat;
	background-size: 100% auto;
	bottom: 26px;
	height: 209px;
	left: 0;
	padding: 32px;
	position: absolute;
	width: 100%;
}

.p-fv__heading-main {
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
}

.p-fv__heading-sub {
	display: block;
	font-size: 14px;
	margin-top: 12px;
}

.p-section {
	padding: 48px 0;
}

.p-section__inner {
	padding: 0 32px;
}

.p-section__head {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
}

.p-section__head--center {
	text-align: center;
}

.p-section__head-main {
	font-size: 40px;
	letter-spacing: 0.1em;
}

.p-section__head-sub {
	font-size: 11px;
}

.p-section__lead-text {
	font-size: 16px;
	line-height: 1.6;
}

.p-section__contents {
	margin-top: 40px;
}

.p-service__item + .p-service__item {
	margin-top: 40px;
}

.p-service__item-img {
	height: 69px;
	margin: 0 auto;
	margin-bottom: 14px;
	width: 86px;
}

.p-service__item-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.p-service__item-text {
	font-size: 14px;
	line-height: 1.6;
}

.p-works {
	background-color: #fafafa;
}

.p-works__item + .p-works__item {
	margin-top: 40px;
}

.p-works__item-img {
	margin-bottom: 12px;
}

.p-works__item-img img {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.p-works__item-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.p-works__item-link {
	font-size: 14px;
	text-decoration: underline;
}

.p-about__img {
	margin-bottom: 32px;
}

.p-about__img img {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	max-width: 365px;
}

.p-about__text {
	font-size: 16px;
	line-height: 1.6;
}

.p-about__text + .p-about__text {
	margin-top: 1em;
}

.p-flow {
	background-color: #fafafa;
}

.p-flow__list {
	margin-top: 64px;
}

.p-flow__item {
	border: 1px solid #808080;
	padding: 46px 16px 24px;
	position: relative;
}

.p-flow__item + .p-flow__item {
	margin-top: 46px;
}

.p-flow__item-num {
	align-items: center;
	background-color: #4a4a4a;
	color: #fff;
	display: flex;
	font-size: 24px;
	height: 48px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -24px;
	transform: translateX(-50%);
	width: 48px;
}

.p-flow__item-img {
	margin-bottom: 24px;
	text-align: center;
}

.p-flow__item-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.p-flow__item-text {
	font-size: 14px;
	line-height: 1.6;
}

.p-message__img {
	margin-bottom: 32px;
}

.p-message__img img {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.p-message__text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 40px;
}

.p-page-bottom {
	color: #fff;
}

.p-page-bottom__item {
	background-color: #4a4a4a;
	padding: 40px;
}

.p-footer {
	padding: 10px;
	text-align: center;
}

.p-footer__copy {
	font-family: "Oswald", "Noto Sans JP", sans-serif;
	font-size: 11px;
}

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

.c-button {
	transition: background 0.3s, color 0.3s, opacity 0.3s;
}

.c-button--bg {
	color: #4a4a4a;
}

.c-button--bg:hover {
	opacity: 0.7;
}

.c-button:hover {
	background-color: #fff;
}

.c-button:hover .c-button__icon-path {
	fill: #4a4a4a;
}

.c-button:hover .c-button__text {
	color: #4a4a4a;
}

.p-header {
	flex-basis: 20.8%;
	padding: 50px 20px;
	position: relative;
}

.p-header__container {
	margin: 0 auto;
	position: sticky;
	top: 50px;
	width: 160px;
}

.p-header__logo {
	font-size: 30px;
	letter-spacing: 0.12em;
	line-height: 1;
}

.p-header__menu-button {
	display: none;
}

.p-header__contents {
	border: none;
	display: block;
}

.p-fv__contents {
	background: url(/public/assets/img/bg_fv.png) center center no-repeat;
	background-size: 100% auto;
	bottom: 100px;
	height: 174px;
	left: 0;
	max-width: 627px;
	padding-left: 96px;
	padding-top: 24px;
}

.p-section__inner {
	margin: 0 auto;
	max-width: 944px;
}

.p-section__head {
	margin-bottom: 24px;
}

.p-section__head-main {
	font-size: 60px;
}

.p-service__list {
	display: grid;
	gap: 8%;
	grid-template-columns: repeat(3, 1fr);
}

.p-service__item + .p-service__item {
	margin-top: 0;
}

.p-works__list {
	display: grid;
	gap: 8%;
	grid-template-columns: repeat(3, 1fr);
}

.p-works__item + .p-works__item {
	margin-top: 0;
}

.p-about__container {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}

.p-flow__list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.p-flow__item + .p-flow__item {
	margin-top: 0;
}

.p-message__container {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}

.p-wrapper {
	display: flex;
}

.p-main {
	flex-basis: 79.2%;
}

}

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

.p-fv__contents {
	bottom: 50%;
	transform: translateY(50%);
}

.p-section__head-main {
	font-size: 54px;
}

.p-flow__list {
	gap: 40px 16px;
	grid-template-columns: repeat(2, 1fr);
}

}

