body {
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* 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 */

/* Set core body defaults */

body {
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	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 {
	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 {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

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

body.is-scroll {
	overflow: hidden;
}

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

main {
	flex: 1;
}

.section {
	padding: 3.125rem 0;
}

.inner-w {
	margin: 0 auto;
	max-width: 91.25rem;
	padding: 0 1.875rem;
	width: 100%;
}

.common__heading {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.contact {
	background-color: #fff;
}

.contact__form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 53.75rem;
	position: relative;
	z-index: 2;
}

.contact__field {
	margin-top: 1.875rem;
}

.contact__field:first-of-type {
	margin-top: 0;
}

.contact__label {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.contact__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 2.1875rem;
	margin-top: 0.9375rem;
}

.contact__choices--4 {
	gap: 2.5rem;
}

.contact__choices--grid .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	grid-gap: 0.625rem 1.875rem;
	display: grid;
	gap: 0.625rem 1.875rem;
	grid-template-columns: repeat(4, 1fr);
}

.contact__choices--3 {
	gap: 2.5rem;
}

.contact__check,
.contact__choices label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	position: relative;
}

.contact__check input,
.contact__choices label input {
	cursor: pointer;
	height: 1.25rem;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0.125rem;
	width: 1.25rem;
	z-index: 1;
}

.contact__check-text::before,
.contact__check-text::after,
.contact__radio-text::before,
.contact__radio-text::after,
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	pointer-events: none;
}

.contact__check-text::before,
.contact__radio-text::before,
.wpcf7-list-item-label::before {
	background-color: #fff;
	border: 0.0625rem solid #999999;
	border-radius: 0.125rem;
	box-sizing: border-box;
	content: "";
	height: 1.25rem;
	left: -1.875rem;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.contact__check input:checked + .contact__check-text::before,
.contact__check input:checked + .contact__radio-text::before,
.contact__choices label input:checked + .wpcf7-list-item-label::before {
	background-color: #232323;
	border-color: #232323;
}

.contact__check input:checked + .contact__check-text::after,
.contact__check input:checked + .contact__radio-text::after,
.contact__choices label input:checked + .wpcf7-list-item-label::after {
	background-image: url("../images/common/checkmark.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.6875rem;
	left: -1.671875rem;
	position: absolute;
	top: 0.25rem;
	width: 0.84375rem;
}

.contact__check input:focus-visible + .contact__check-text::before,
.contact__check input:focus-visible + .contact__radio-text::before,
.contact__choices label input:focus-visible + .wpcf7-list-item-label::before {
	outline: 0.125rem solid #232323;
	outline-offset: 0.125rem;
}

.contact__check-text,
.contact__radio-text,
.wpcf7-list-item-label {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 1.875rem;
	position: relative;
}

.contact__check-text {
	white-space: nowrap;
}

.contact__input {
	background-color: #fff;
	border: 0.0625rem solid #999999;
	border-radius: 0.375rem;
	color: #232323;
	display: block;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 3.8125rem;
	letter-spacing: 0.05em;
	margin-top: 0.9375rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.contact__input--short {
	max-width: 17.8125rem;
}

.contact__input--placeholder::-moz-placeholder {
	color: #cccccc;
}

.contact__input--placeholder::placeholder {
	color: #cccccc;
}

.contact__textarea {
	border: 0.0625rem solid #999999;
	border-radius: 0.375rem;
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.25rem;
	min-height: 15.625rem;
	padding: 1rem;
	resize: vertical;
	width: 100%;
}

.contact__field--budget .contact__budget {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.contact__budget .contact__input {
	margin-top: 0;
}

.contact__yen {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.contact__submit-wrap {
	margin-top: 4.0625rem;
	text-align: center;
}

.contact__submit {
	align-items: center;
	background-color: #232323;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	min-width: 17.1875rem;
	padding-bottom: 1.625rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.875rem;
}

.wpcf7-list-item {
	margin: 0;
}

.contact__choices--4 .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required,
.contact__choices--4 .wpcf7-form-control.wpcf7-checkbox,
.contact__choices--3 .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	gap: 2.5rem;
}

.top-footer {
	background-color: #232323;
	padding-bottom: 2.3125rem;
	padding-top: 2.3125rem;
	width: 100%;
}

.top-footer__inner {
	text-align: center;
}

.top-footer__content {
	margin-top: 0;
}

.top-footer__name {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6rem;
}

.top-footer__role {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6rem;
	margin-top: 0.625rem;
}

.top-footer__copy {
	color: #999999;
	font-family: "Josefin Sans", sans-serif, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6rem;
	margin-top: 2.5rem;
}

.top-footer__copy small {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.top {
	background-color: #f2f2f2;
	min-height: 100vh;
	position: relative;
}

.top__layout {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	max-width: 90rem;
	min-height: calc(100vh - 9.125rem);
}

.top__sidebar {
	background-color: #f2f2f2;
	flex-shrink: 0;
	padding-top: 5rem;
	position: relative;
	width: 15rem;
	z-index: 30;
}

.top__sidebar-inner {
	background-color: #fff;
	margin-left: 1.1875rem;
	margin-right: 1.1875rem;
	min-height: 31.75rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
	position: sticky;
	top: 5rem;
}

.top__brand {
	margin-top: 0;
}

.top__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 7.625rem;
}

.top__logo a {
	display: block;
}

.top__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.top__nav {
	margin-top: 2.25rem;
}

.top__nav-list {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.top__nav-item {
	width: 100%;
}

.top__nav-item a {
	color: #232323;
	display: block;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 1.125rem 0;
	text-align: center;
}

.top__cta {
	margin-top: 1.875rem;
	text-align: center;
}

.top__cta-link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #232323;
	color: #fff;
	display: inline-flex;
	font-family: "Josefin Sans", sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	min-width: 8.625rem;
	padding-bottom: 1.625rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 1.875rem;
	text-decoration: none;
}

.top__menu-btn {
	display: none;
}

.top__menu-btn span {
	background-color: #232323;
	display: block;
	height: 0.125rem;
	width: 1.375rem;
}

.top__drawer {
	display: none;
}

.top__drawer.is-open {
	transform: translateX(0);
}

.top__drawer-list {
	list-style: none;
}

.top__drawer-item {
	margin-top: 1.5rem;
}

.top__drawer-item:first-child {
	margin-top: 0;
}

.top__drawer-item a {
	-webkit-text-decoration: none;
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.top__main {
	background-color: #f2f2f2;
	flex: 1;
	position: relative;
}

.top__canvas {
	align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	width: 100%;
}

.top__sections {
	flex: 1;
	margin-top: 0;
	max-width: 75rem;
	width: 100%;
}

.works-page .not-found {
	background-color: #f2f2f2;
}

.not-found__inner {
	max-width: 75rem;
}

.not-found__panel {
	background-color: #fff;
	border-radius: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
}

.not-found__text {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.not-found__action {
	margin-top: 2.25rem;
}

.not-found__cta {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #232323;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-bottom: 1.5rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	padding-top: 1.5rem;
	text-decoration: none;
}

.not-found__cta:hover {
	opacity: 0.9;
}

.top__canvas-wrap {
	position: relative;
}

.top__visual-fixed {
	height: 7rem;
	position: absolute;
	right: 1.25rem;
	top: 5rem;
	width: 4.625rem;
	z-index: 1;
}

.top__visual-scroll {
	height: 7rem;
	position: absolute;
	right: 6.6875rem;
	top: 26.875rem;
	width: 10.0625rem;
	z-index: 1;
}

.fv {
	background-color: #f2f2f2;
	padding-bottom: 0;
	padding-top: 0;
}

.fv__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 2.5rem;
	position: relative;
	width: 100%;
}

.fv__visual {
	margin-left: 5.25rem;
	margin-right: auto;
	margin-top: 0;
	max-width: 43.5rem;
}

.fv__cloud {
	display: block;
	height: auto;
	width: 100%;
}

.fv__content {
	margin-left: 12.1875rem;
	margin-top: -23rem;
	max-width: 32.25rem;
	position: relative;
	z-index: 1;
}

.fv__lead {
	align-items: baseline;
	display: flex;
	white-space: nowrap;
}

.fv__lead-line {
	display: flex;
}

.fv__lead-char {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 4.75rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.4;
}

.fv__lead-char + .fv__lead-char {
	margin-left: 0.6875rem;
}

.fv__lead-sub {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: -0.1875rem;
}

.fv__title {
	align-items: flex-end;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.fv__title-main {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 3.375rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
	white-space: nowrap;
}

.fv__title-rest {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
}

.fv__text-block {
	margin-top: 2.375rem;
}

.fv__text {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

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

.fv__action {
	margin-left: 19.25rem;
	margin-top: 8.25rem;
}

.fv__cta {
	align-items: center;
	background-color: #232323;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 1.5rem 1.625rem;
}

.message {
	background-color: #f2f2f2;
}

.message__profile {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.message__thumb {
	border-radius: 50%;
	flex-shrink: 0;
	height: 6.875rem;
	overflow: hidden;
	width: 6.875rem;
}

.message__photo {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.message__name {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.6875rem;
}

.message__body {
	color: #232323;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.service {
	background-color: #fff;
}

.service__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin-top: 3.75rem;
	position: relative;
	z-index: 2;
}

.service__item {
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0;
	min-height: 8.9375rem;
	padding: 2rem clamp(1.25rem, -73.75rem + 100vw, 3.125rem);
}

.service__title {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: clamp(1.125rem, -3.875rem + 6.67vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.service__desc {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1rem;
	text-align: center;
}

.about {
	background-color: #f2f2f2;
}

.about__list {
	margin-top: 3.75rem;
}

.about__row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.625rem;
}

.about__row:first-child {
	margin-top: 0;
}

.about__term {
	color: #232323;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6rem;
	width: 17.75rem;
}

.about__desc {
	color: #232323;
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4rem;
	min-width: 0;
}

.service__action {
	display: flex;
	justify-content: center;
	margin: 3.75rem auto 0;
	width: 15rem;
}

.service__action .fv__cta {
	width: 100%;
}

.works-page .top__sections {
	background-color: #f2f2f2;
}

.works-page .page-mv {
	background-color: #fff;
	margin-top: 0;
}

.page-mv__inner {
	align-items: center;
	display: flex;
	max-width: 75rem;
	min-height: 18.75rem;
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
}

.page-mv__title {
	color: #232323;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.works-page .section {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.works-strengths {
	background-color: #f2f2f2;
}

.works-strengths__inner {
	max-width: 75rem;
}

.works-strengths__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3.75rem;
}

.works-strengths__item {
	background-color: #fff;
	padding: 1.25rem;
}

.works-strengths__title {
	color: #232323;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.works-strengths__text {
	color: #232323;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.works-flow {
	background-color: #fff;
}

.works-flow__inner {
	max-width: 75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.works-flow__fee-box {
	background-color: #ececec;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 54.375rem;
	padding: 1.25rem 3.75rem;
}

.works-flow__fee-title {
	color: #232323;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.works-flow__fee-main {
	color: #232323;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.9375rem;
}

.works-flow__fee-note {
	color: #232323;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.3125rem;
}

.works-flow__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 49.375rem;
}

.works-flow__item01,
.works-flow__item02,
.works-flow__item03 {
	position: relative;
}

.works-flow__item01::after,
.works-flow__item02::after,
.works-flow__item03::after {
	content: "";
	position: absolute;
}

.works-flow__item01::after {
	background-color: rgba(35, 35, 35, 0.35);
	height: 5.125rem;
	left: 3.3125rem;
	top: 8.5rem;
	width: 1px;
}

.works-flow__item02::after {
	background-color: rgba(35, 35, 35, 0.35);
	height: 25rem;
	left: 3.3125rem;
	top: 7.1875rem;
	width: 1px;
}

.works-flow__item03::after {
	background-color: rgba(35, 35, 35, 0.35);
	height: 18.75rem;
	left: 3.3125rem;
	top: 6.625rem;
	width: 1px;
}

.works-flow__item {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	padding-bottom: 1.75rem;
	padding-top: 0.625rem;
	position: relative;
	z-index: 1;
}

.works-flow__step {
	align-items: center;
	background-color: #fff;
	border: 1px solid #232323;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 6.625rem;
	justify-content: center;
	width: 6.625rem;
}

.works-flow__step--light {
	background-color: #f9f9f9;
	border: 3px solid #232323;
}

.works-flow__step--dark {
	background-color: #e6e6e6;
	border: 3px solid #232323;
}

.works-flow__step-label {
	color: #232323;
	font-family: "Josefin Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.works-flow__step-num {
	color: #232323;
	font-family: "Josefin Sans", sans-serif;
	font-size: 2.25rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.125rem;
}

.works-flow__content {
	width: calc(100% - 8.5rem);
}

.works-flow__title {
	color: #232323;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.works-flow__text {
	color: #232323;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 0.9375rem;
}

.works-flow__fee {
	color: #a19760;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1.875rem;
}

.works-flow__fee span {
	color: #232323;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.works-case {
	background-color: #f2f2f2;
}

.works-case__inner {
	max-width: 75rem;
}

.works-case__list {
	grid-gap: 3rem;
	align-items: stretch;
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.works-case__item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.works-case__images {
	margin-top: 0;
}

.works-case__image {
	height: 15.25rem;
	overflow: hidden;
}

.works-case__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works-case__image + .works-case__image {
	margin-top: 0.625rem;
}

.works-case__type {
	background-color: #b7b7b7;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.625rem;
}

.works-case__title {
	color: #232323;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.works-case__place {
	color: #232323;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.8125rem;
}

.works-case__head {
	padding: 1.25rem;
}

.works-case__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.works-case__row + .works-case__row {
	margin-top: 1.125rem;
}

.works-case__detail {
	flex: 1;
	margin-bottom: 1.25rem;
}

.works-case__term {
	color: #232323;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 0.9375rem;
	position: relative;
}

.works-case__term::before {
	background-color: #232323;
	content: "";
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 0.125rem;
}

.works-case__desc {
	color: #232323;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.works-case__year {
	border-top: 1px solid #b7b7b7;
	color: #a19760;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: auto;
	padding-top: 0.625rem;
	text-align: center;
}

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

@media (max-width: 1120px) {

html {
	font-size: 1.4285714286vw;
}

}

@media (max-width: 768px) {

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	max-width: 37.5rem;
}

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

.common__heading {
	font-size: 1.625rem;
}

.contact__form {
	margin-top: 2.5rem;
	max-width: 100%;
}

.contact__field {
	margin-top: 1.25rem;
}

.contact__choices--grid .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
}

.contact__input {
	height: 3.125rem;
	margin-top: 0.625rem;
}

.contact__submit-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}

.contact__submit {
	font-size: 1rem;
	padding: 1.25rem;
}

.contact__choices--4 .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required,
.contact__choices--4 .wpcf7-form-control.wpcf7-checkbox,
.contact__choices--3 .wpcf7-form-control.wpcf7-checkbox {
	flex-direction: column;
	gap: 1.25rem;
}

.top__sidebar {
	display: none;
}

.top__menu-btn {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #999999;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	height: 3rem;
	justify-content: center;
	padding: 0;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 3rem;
	z-index: 50;
}

.top__drawer {
	background-color: #fff;
	display: block;
	height: 100vh;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 5rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: min(100%, 20rem);
	z-index: 40;
}

.top__main {
	padding-top: 4.5rem;
}

.body-page-works .top__main {
	padding-top: 0;
}

.not-found__panel {
	padding-bottom: 1.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.75rem;
}

.not-found__cta {
	font-size: 1rem;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.fv__inner {
	padding: 0 0.625rem 2.5rem;
}

.fv__visual {
	margin: 0 auto;
	max-width: 100%;
}

.fv__content {
	left: 50%;
	margin-left: 0;
	max-width: 100%;
	position: absolute;
	top: 100%;
	transform: translate(-50%, -50%);
}

.fv__lead-char {
	font-size: 9vw;
}

.fv__lead-sub {
	font-size: 5vw;
	margin-left: 0;
}

.fv__title {
	gap: 0;
	margin-top: 1vw;
}

.fv__title-main {
	font-size: 8vw;
}

.fv__title-rest {
	font-size: 5vw;
}

.fv__text-block {
	margin-top: 2vw;
}

.fv__text {
	font-size: 2.7vw;
}

.fv__action {
	display: flex;
	justify-content: center;
	margin: 2.5rem auto 0;
}

.fv__cta {
	font-size: 1rem;
	padding: 1.25rem;
}

.message__profile {
	gap: 1.25rem;
}

.message__name {
	font-size: 1.25rem;
}

.message__body {
	line-height: 1.6;
}

.service__list {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.about__list {
	margin-top: 2.5rem;
}

.about__row {
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 0.9375rem;
}

.about__desc {
	margin-left: 1rem;
}

.service__action {
	margin: 2.5rem auto 0;
	width: 13rem;
}

.page-mv__inner {
	min-height: 12.5rem;
}

.page-mv__title {
	font-size: 2rem;
}

.works-flow__item01::after,
.works-flow__item02::after,
.works-flow__item03::after {
	display: none;
}

.works-page .section {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.works-strengths__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.works-strengths__list {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.works-strengths__item {
	padding: 1rem;
}

.works-strengths__title {
	font-size: 1.125rem;
}

.works-strengths__text {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.works-flow__list {
	margin-top: 1.875rem;
	max-width: 100%;
}

.works-flow__item {
	align-items: flex-start;
	gap: 0.875rem;
	padding-bottom: 1.375rem;
	padding-top: 0.5rem;
}

.works-flow__item::after {
	height: calc(100% - 1.25rem);
	left: 2.125rem;
	top: 4.375rem;
}

.works-flow__step {
	height: 4.25rem;
	width: 4.25rem;
}

.works-flow__step-label {
	font-size: 0.625rem;
}

.works-flow__step-num {
	font-size: 1.5rem;
}

.works-flow__content {
	width: calc(100% - 5.125rem);
}

.works-flow__title {
	font-size: 1.125rem;
}

.works-flow__text {
	margin-top: 0.625rem;
}

.works-flow__fee {
	margin-top: 1.25rem;
}

.works-flow__fee-box {
	margin-top: 1.875rem;
	padding: 1rem;
}

.works-flow__fee-title {
	font-size: 1.125rem;
}

.works-flow__fee-main {
	margin-top: 0.625rem;
}

.works-case__list {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.works-case__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.works-case__head {
	padding: 1rem;
}

.works-case__title {
	font-size: 1.125rem;
}

.works-case__year {
	font-size: 1rem;
}

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

}

@media (max-width: 650px) {

.fv__content {
	top: 110%;
}

}

@media (max-width: 530px) {

.fv__content {
	top: 112%;
}

}

@media (max-width: 500px) {

.fv__content {
	top: 116%;
}

}

@media (max-width: 450px) {

.fv__content {
	top: 121%;
}

}

@media (max-width: 430px) {

.fv__content {
	top: 124%;
}

}

@media (max-width: 390px) {

.fv__content {
	top: 128%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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