body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.5;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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.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;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* 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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

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

.concept__bg {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	padding-bottom: 8.75rem;
}

.concept {
	overflow: hidden;
	padding-bottom: 8.75rem;
	padding-top: 8.75rem;
	position: relative;
}

.concept::after {
	aspect-ratio: 415/1080;
	background: transparent url(../images/about/Tl-sub-about.webp) no-repeat center center/cover;
	content: "";
	max-width: 25.9375rem;
	position: absolute;
	right: -14.4375rem;
	top: -3.8125rem;
	width: 100%;
}

.concept__inner.inner {
	max-width: 1080px;
}

.concept__title {
	margin-bottom: 3.875rem;
	max-width: 39.375rem;
}

.concept__contents {
	align-items: end;
	display: flex;
	gap: 6.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 84.375rem;
	padding-left: 2.5rem;
}

.concept__image {
	max-width: 26.25rem;
}

.concept__txt {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	width: 100%;
}

.contact-confirm__text {
	font-size: 1rem;
	text-align: center;
}

.contact-confirm__btn {
	margin: 5rem auto 0;
	max-width: 16.25rem;
}

.form-row {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.form-row--select {
	gap: 1rem;
}

.form-row--select .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.form-row--select .wpcf7-form-control .wpcf7-list-item {
	margin: 0;
	width: 21.25rem;
}

.form-row__text label > span {
	font-size: 0.8125rem;
}

.form-row__required {
	padding-right: 3.125rem;
	position: relative;
}

.form-row__required::after {
	background-color: #fb5134;
	border-radius: 0.125rem;
	color: #fff;
	content: "必須";
	font-size: 0.75rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	position: absolute;
	right: 0;
	top: 0.3125rem;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	outline: none;
	transition: all 0.3s ease 0s;
	width: 100%;
}

[type=text],
[type=email],
[type=tel],
[type=url],
textarea {
	border: 1px solid #bfbfbf;
	border-radius: 0.125rem;
	height: 100%;
	padding: 0.8125rem 0.75rem;
	width: 100%;
}

::-moz-placeholder {
	color: #bfbfbf;
}

::placeholder {
	color: #bfbfbf;
}

[type=checkbox],
[type=radio] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

[type=radio] {
	height: 1.0625rem;
	width: 1.0625rem;
}

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

.wpcf7-list-item-label {
	font-size: 0.9375rem;
	font-weight: 400;
	padding-left: 2.0625rem;
	position: relative;
}

.form-row--select .wpcf7-list-item-label {
	padding-left: 1.8125rem;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	transition: all 0.2s ease 0s;
}

.wpcf7-list-item-label::before {
	border: 1px solid #5c6366;
	border-radius: 0.0625rem;
	height: 1.4375rem;
	left: 0;
	top: 50%;
	width: 1.4375rem;
}

.form-row--select .wpcf7-list-item-label::before {
	height: 1.0625rem;
	width: 1.0625rem;
}

.wpcf7-list-item-label::after {
	border: #39b5e9 solid;
	border-left: none;
	border-top: none;
	border-width: 2px;
	height: 1rem;
	left: 0.4375rem;
	opacity: 0;
	top: 0.0625rem;
	transform: rotate(45deg);
	width: 0.5625rem;
}

.form-row--select .wpcf7-list-item-label::after {
	height: 0.8125rem;
	left: 0.3125rem;
	top: 0.1875rem;
	width: 0.4375rem;
}

[type=radio]:checked + .wpcf7-list-item-label::after,
[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

[type=radio]:checked + .wpcf7-list-item-label::after,
[type=checkbox]:checked:focus + .wpcf7-list-item-label::after {
	outline: none;
}

.wpcf7-list-item-label a {
	pointer-events: none;
}

.wpcf7-list-item-label a:focus {
	outline: #5c6366 2px solid;
}

.form-rows {
	position: relative;
}

.form-rows::before {
	aspect-ratio: 62/87;
	background: transparent url(../images/common/2.webp) no-repeat center center/cover;
	content: "";
	max-width: 3.875rem;
	position: absolute;
	right: 0.5rem;
	top: -1.25rem;
	width: 100%;
	z-index: 2;
}

.form-rows__item + .form-rows__item {
	border-top: 1px solid #fafafa;
	margin-top: 1.5rem;
}

.form-rows__item:last-child {
	border-bottom: 1px solid #fafafa;
}

.greeting__body {
	grid-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 29rem 1fr;
	padding-left: 6.875rem;
}

.greeting__image {
	aspect-ratio: 464/589;
	position: relative;
	width: 100%;
}

.greeting__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.greeting__image::after {
	aspect-ratio: 75/171;
	background: transparent url(../images/common/8.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	max-width: 4.6875rem;
	position: absolute;
	right: -1.375rem;
	width: 100%;
}

.greeting__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #f5cfe9);
	background: -webkit-linear-gradient(left, #39b5e9, #f5cfe9);
	background-clip: text;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
}

.greeting__text {
	margin-top: 1rem;
}

.greeting__text p {
	font-weight: 500;
	text-align: justify;
}

.greeting__name {
	font-weight: 700;
	margin-top: 5.875rem;
	text-align: right;
}

.label-list__item {
	border-top: 1px solid #bfbfbf;
}

.label-list__item:last-child {
	border-bottom: 1px solid #bfbfbf;
}

.label {
	display: flex;
	font-weight: 500;
	gap: 2rem;
	padding: 1.5rem 1.5rem;
}

.label__left {
	width: 8.125rem;
}

.label__right {
	width: calc(100% - 8.125rem - 2rem);
}

.not-found__inner.inner {
	max-width: 872px;
}

.not-found__title {
	color: #39b5e9;
	font-size: 1.875rem;
	font-weight: 600;
	text-align: center;
}

.not-found__txt {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: center;
}

.not-found__btn {
	margin: 3.5rem auto 0;
	max-width: 16.25rem;
}

.recruitment {
	margin-bottom: 2.5rem;
}

.recruitment__inner {
	margin-top: -0.875rem;
}

.recruitment__inner.inner {
	max-width: 1080px;
}

.recruitment__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 50rem;
}

.recruitment__content {
	display: none;
}

.recruitment__content.is-active {
	display: block;
}

.service-detail__lead {
	margin-bottom: 1.5rem;
}

.service-detail__leadImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 53.625rem;
}

.service-detail__leadText {
	line-height: 1.8;
	margin: 1.5rem auto 0;
	max-width: 41.125rem;
	text-align: justify;
}

.service-detail__list {
	grid-row-gap: 1.5rem;
	display: grid;
	margin-top: 6rem;
	position: relative;
	row-gap: 1.5rem;
}

.service-detail__list::before {
	aspect-ratio: 50/112;
	background: transparent url(../images/common/1.webp) no-repeat center center/cover;
	content: "";
	max-width: 3.125rem;
	position: absolute;
	right: 9.4375rem;
	top: -7rem;
	width: 100%;
}

.service-detail__list::after {
	aspect-ratio: 67/113;
	background: transparent url(../images/common/4.webp) no-repeat center center/cover;
	content: "";
	left: -1.875rem;
	max-width: 4.1875rem;
	position: absolute;
	top: 50%;
	width: 100%;
}

.service-detail__item {
	background-color: #fafafa;
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
	position: relative;
}

.service-detail__itemInner {
	display: grid;
	grid-template-columns: 19.5625rem 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
	position: relative;
	z-index: 1;
}

/* 左の大きい淡い図形（画像で差し替え） */

.service-detail__item::before {
	aspect-ratio: 138/155;
	background: transparent no-repeat center/contain;
	bottom: 3.25rem;
	content: "";
	left: 0rem;
	max-width: 8.625rem;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.service-detail__item--media::before {
	background-image: url(../images/service/ico-media.webp);
}

.service-detail__item--web::before {
	background-image: url(../images/service/ico-web.webp);
}

.service-detail__item--sns::before {
	background-image: url(../images/service/ico-sns.webp);
}

.service-detail__item--marketing::before {
	background-image: url(../images/service/ico-marketing.webp);
}

.service-detail__item--graphic::before {
	background-image: url(../images/service/ico-graphic.webp);
}

.service-detail__item--photo::before {
	background-image: url(../images/service/ico-photo.webp);
}

.service-detail__item--video::before {
	background-image: url(../images/service/ico-video.webp);
}

.service-detail__item--design::before {
	background-image: url(../images/service/ico-design.webp);
}

.service-detail__meta {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
}

.service-detail__num {
	color: #3ab5e9;
	font-size: 1.4375rem;
	line-height: 1;
}

.service-detail__en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #f5cfe9);
	background: -webkit-linear-gradient(left, #39b5e9, #f5cfe9);
	background-clip: text;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 0.9375rem;
}

.service-detail__name {
	font-size: 1.875rem;
	font-weight: 600;
	margin-top: 0.375rem;
}

.service-detail__catch {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	background: -webkit-linear-gradient(left, #39b5e9, #2ccdd8);
	background-clip: text;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 700;
}

.service-detail__desc {
	margin-top: 1.5rem;
}

.service-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.service-detail__tag {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #bfbfbf;
	border-radius: 0.25rem;
	display: inline-flex;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.25rem 0.875rem;
}

.service-detail__more {
	display: flex;
	justify-content: flex-end;
	margin-top: 3.5625rem;
}

.sub-contact__inner.inner {
	max-width: 806px;
}

.sub-contact__catch {
	font-size: 1rem;
	margin-bottom: 4.5rem;
	text-align: center;
}

.sub-contact__check {
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}

.sub-contact__check label {
	position: relative;
}

.sub-contact__btn {
	margin: 2.5rem auto 0;
	max-width: 25rem;
}

.sub-feature {
	background-color: #f3fbff;
	margin-bottom: 1.25rem;
	padding-bottom: 8.125rem;
	padding-top: 3.75rem;
	position: relative;
}

.sub-feature__head {
	position: relative;
	z-index: 2;
}

.sub-feature__grid {
	margin-top: -4.375rem;
}

.sub-recruit__bg {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
}

.sub-recruit {
	padding-bottom: 8.75rem;
	padding-top: 8.75rem;
}

.sub-recruit__inner.inner {
	max-width: 1080px;
}

.sub-recruit__inner,
.sub-recruit__body {
	position: relative;
}

.sub-recruit__inner::before,
.sub-recruit__inner::after,
.sub-recruit__title::before,
.sub-recruit__title::after,
.sub-recruit__body::before,
.sub-recruit__body::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.sub-recruit__inner::before {
	aspect-ratio: 39/50;
	background-image: url(../images/recruit/piece1.webp);
	left: 10.1875rem;
	max-width: 2.4375rem;
	top: -3.1875rem;
	transform: rotate(-41deg);
}

.sub-recruit__inner::after {
	aspect-ratio: 57/47;
	background-image: url(../images/recruit/piece2.webp);
	left: 5.375rem;
	max-width: 3.5625rem;
	top: 5.9375rem;
	transform: rotate(35deg);
}

.sub-recruit__title::before {
	aspect-ratio: 1/1;
	background-image: url(../images/recruit/piece3.webp);
	bottom: -1.6875rem;
	max-width: 2.9375rem;
	right: -3.8125rem;
	transform: rotate(-22deg);
}

.sub-recruit__title::after {
	aspect-ratio: 79/100;
	background-image: url(../images/common/7.webp);
	max-width: 4.9375rem;
	right: -11.4375rem;
	top: 2.9375rem;
}

.sub-recruit__body::before {
	aspect-ratio: 65/113;
	background-image: url(../images/common/6.webp);
	left: 2.9375rem;
	max-width: 4.0625rem;
	top: 11.75rem;
}

.sub-recruit__body::after {
	aspect-ratio: 64/114;
	background-image: url(../images/recruit/1.webp);
	bottom: 9.125rem;
	max-width: 4rem;
	right: 0rem;
}

.sub-recruit__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.875rem;
	position: relative;
}

.sub-recruit__txt {
	color: #fff;
	font-weight: 600;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: center;
}

.sub-service {
	margin-bottom: 6.5rem;
	margin-top: 7.25rem;
}

.taxonomy-nav__inner.inner {
	max-width: 1080px;
}

.taxonomy-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: center;
}

.taxonomy-nav__item {
	width: calc(33.333% - 0.625rem);
}

.taxonomy-nav__link {
	align-items: center;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 0.25rem;
	color: #5c6366;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	min-height: 3.5rem;
	padding: 1rem 1.5rem;
	text-align: center;
	transition: all 0.3s;
}

.taxonomy-nav__link:not(.is-active):hover {
	color: #39b5e9;
}

.taxonomy-nav__link.is-active {
	background: linear-gradient(to right, #39b5e9, #2ccdd8, #39b5e9);
	background-size: 200% auto;
	border: transparent;
	color: #fff;
	transition: background-position 0.3s;
}

.taxonomy-nav__link.is-active:hover {
	background-position: right center;
}

.taxonomy-nav__link span {
	display: block;
}

/* _top-about.scss */

.top-about {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	margin-top: -5.6875rem;
	overflow: hidden;
	padding-bottom: 6rem;
	padding-top: 6rem;
	position: relative;
}

.top-about__inner.inner {
	position: relative;
}

.top-about__head {
	padding-bottom: 3.4375rem;
	padding-top: 5rem;
	position: relative;
}

.top-about__head::before {
	aspect-ratio: 1080/415;
	background: transparent url(../images/common/Tl-top-about.webp) no-repeat center center/cover;
	content: "";
	left: 50%;
	max-width: 67.5rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.top-about__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.625rem;
	position: relative;
	z-index: 1;
}

.top-about__text {
	color: #fff;
	line-height: 1.8;
	position: relative;
	text-align: center;
	z-index: 1;
}

.top-about__btn {
	margin: 3.5rem auto 0;
	max-width: 16.25rem;
	position: relative;
	z-index: 1;
}

.top-company {
	background-color: #fafafa;
	padding: 2.375rem 0 8.75rem;
}

.top-company__label {
	margin: -2.1875rem auto 0;
	max-width: 56.25rem;
	position: relative;
	z-index: 0;
}

.top-company__label::before {
	aspect-ratio: 50/112;
	background: transparent url(../images/common/1.webp) no-repeat center center/cover;
	content: "";
	max-width: 3.125rem;
	position: absolute;
	right: 3rem;
	top: -7rem;
	width: 100%;
}

.top-company__mapWrap {
	margin: 2.5rem auto 0;
	max-width: 56.25rem;
}

.top-company__map {
	aspect-ratio: 900/290;
	position: relative;
}

.top-company__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-contact {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	padding-top: 2.375rem;
}

.top-contact--mt {
	margin-top: 6.25rem;
}

.top-contact__inner {
	padding-bottom: 8.75rem;
	position: relative;
}

.top-contact__inner::before {
	aspect-ratio: 67/113;
	background: transparent url(../images/common/5.webp) no-repeat center center/cover;
	bottom: -0.8125rem;
	content: "";
	max-width: 4.1875rem;
	position: absolute;
	right: 1.375rem;
	width: 100%;
}

.top-contact__lead {
	color: #fff;
	font-weight: 600;
	margin-top: -3.1875rem;
	text-align: center;
}

.top-contact__cards {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
	position: relative;
}

.top-contact__cards::before {
	aspect-ratio: 62/117;
	background: transparent url(../images/common/3.webp) no-repeat center center/cover;
	content: "";
	left: 6.75rem;
	max-width: 3.875rem;
	position: absolute;
	top: -7.3125rem;
	width: 100%;
}

.top-contact__card {
	background: #fafafa;
	border-radius: 0.5rem;
	padding: 5.875rem 3.1875rem 5.5rem;
}

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

.top-contact__icon {
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 3.3125rem;
}

.top-contact__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #f5cfe9);
	background: -webkit-linear-gradient(left, #39b5e9, #f5cfe9);
	background-clip: text;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.top-contact__title {
	font-size: 1.125rem;
	font-weight: 500;
}

.top-contact__btn {
	margin-top: 2rem;
}

.top-fv {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.top-fv__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 93.125rem;
	padding: 0;
	position: relative;
}

.top-fv__body {
	position: relative;
}

.top-fv__copy {
	bottom: 10.3125rem;
	left: 4.625rem;
	padding-left: 3.1875rem;
	padding-top: 6.625rem;
	position: absolute;
	z-index: 2;
}

/* 筆記体（画像） */

.top-fv__script {
	left: 0;
	max-width: 20.75rem;
	pointer-events: none;
	position: absolute;
	top: 0;
}

/* メインコピー（画像） */

.top-fv__text {
	max-width: 29.4375rem;
	position: relative;
}

.top-fv__note {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1rem;
}

/* 右イラスト（画像） */

.top-fv__illust {
	aspect-ratio: 1532/795;
	transform: translate(-2.625rem, -2.875rem);
	width: 106.3888888889%;
}

/* _top-recruit.scss */

.top-recruit {
	padding-bottom: 8.75rem;
}

.top-recruit__inner.inner {
	max-width: 1130px;
}

.top-recruit a {
	transition: all 0.3s ease 0s;
}

.top-recruit a:hover {
	opacity: 0.7;
}

.top-recruit__box {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
	padding: 0.8125rem 1.25rem 3rem;
	position: relative;
}

.top-recruit__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 55rem;
}

.top-recruit__head {
	color: #fff;
}

.top-recruit__catch {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.top-recruit__illust {
	bottom: 0;
	max-width: 28.875rem;
	position: absolute;
	right: 0.8125rem;
}

.top-service {
	padding-bottom: 5.625rem;
	padding-top: 6.875rem;
	position: relative;
}

.top-service__btn {
	margin: 3.5rem auto 0;
	max-width: 16.25rem;
}

/* _top-works.scss */

.top-works {
	padding-bottom: 8.75rem;
	padding-top: 5.5rem;
}

.top-works__head {
	position: relative;
}

.top-works__slider {
	margin-left: auto;
	margin-right: auto;
}

.top-works .swiper {
	height: 100%;
	width: 100%;
}

.top-works .swiper-wrapper {
	transition-timing-function: linear;
}

.top-works .swiper-slide {
	display: block;
	height: auto;
	text-align: left;
}

.top-works__pagination {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	position: static;
}

.top-works .swiper-pagination-bullet {
	background: #fafafa;
	border: 0.0625rem solid #a2aeb2;
	height: 0.5rem;
	margin: 0 0.25rem;
	opacity: 1;
	width: 0.5rem;
}

.top-works .swiper-pagination-bullet-active {
	background: #e481c5;
	border: none;
}

.top-works__btn {
	margin: 4rem auto 0;
	max-width: 16.25rem;
}

.value {
	background-color: #f3fbff;
	margin-bottom: 12.8125rem;
	padding-top: 3.5rem;
}

.value__inner {
	padding-bottom: 7.5rem;
}

.value__deco,
.value__deco2,
.value__inner {
	position: relative;
}

.value__deco::before,
.value__deco::after,
.value__deco2::after,
.value__inner::before,
.value__inner::after,
.value__inner-inner::before,
.value__inner-inner::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.value__deco2::after {
	aspect-ratio: 62/143;
	background-image: url(../images/recruit/2.webp);
	bottom: 0rem;
	left: 0rem;
	max-width: 3.875rem;
}

.value__deco::before {
	aspect-ratio: 88/145;
	background-image: url(../images/recruit/3.webp);
	bottom: 0rem;
	left: 4.5625rem;
	max-width: 5.5rem;
}

.value__deco::after {
	aspect-ratio: 67/146;
	background-image: url(../images/recruit/4.webp);
	bottom: 0rem;
	max-width: 4.1875rem;
	right: 1.0625rem;
}

.value__inner::before {
	aspect-ratio: 71/143;
	background-image: url(../images/recruit/5.webp);
	bottom: -8.0625rem;
	max-width: 4.4375rem;
	right: 26.5rem;
}

.value__inner::after {
	aspect-ratio: 70/149;
	background-image: url(../images/recruit/6.webp);
	bottom: -4.9375rem;
	max-width: 4.375rem;
	right: 19.25rem;
}

.value__inner-inner::before {
	aspect-ratio: 58/150;
	background-image: url(../images/recruit/7.webp);
	bottom: -7.8125rem;
	max-width: 3.625rem;
	right: 9.3125rem;
}

.value__inner-inner::after {
	aspect-ratio: 83/156;
	background-image: url(../images/recruit/8.webp);
	bottom: -9.6875rem;
	max-width: 5.1875rem;
	right: 0;
}

.value__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -2.25rem;
}

.value__item {
	background-color: #fff;
	border: 1px solid #39b5e9;
	border-radius: 0.5rem;
	min-height: 19.25rem;
	padding: 3.5rem 3.5rem 4rem;
	position: relative;
	text-align: center;
}

.value__item::after {
	aspect-ratio: 1/1;
	background: transparent url(../images/recruit/circle.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	max-width: 1rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.value__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #f5cfe9);
	background: -webkit-linear-gradient(left, #39b5e9, #f5cfe9);
	background-clip: text;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
}

.value__number {
	color: #39b5e9;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1;
}

.value__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	background: -webkit-linear-gradient(left, #39b5e9, #2ccdd8);
	background-clip: text;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 500;
	margin-top: 1.5rem;
}

.value__text {
	margin-top: 1.5rem;
}

.veracosta {
	margin-top: 5rem;
}

.veracosta__inner.inner {
	max-width: 43.75rem;
}

.veracosta__body {
	align-items: center;
	border: 0.1875rem solid #ffcf35;
	border-radius: 0.625rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
	position: relative;
}

.veracosta__body::after {
	aspect-ratio: 100/97;
	background: transparent url(../images/top/arrow-yellow.webp) no-repeat center center/cover;
	bottom: -0.0625rem;
	content: "";
	max-width: 6.25rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.veracosta__body:hover .veracosta__title {
	color: #ffcf35;
}

.veracosta__image {
	max-width: 5.5rem;
}

.veracosta__title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1;
	transition: color 0.3s;
}

.veracosta__txt {
	margin-top: 2rem;
}

.vision__inner {
	background-color: #fff;
	border-radius: 0.5rem;
	padding-bottom: 5rem;
	padding-top: 3.5rem;
	position: relative;
}

.vision__inner::after {
	aspect-ratio: 68/126;
	background: transparent url(../images/common/9.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	max-width: 4.25rem;
	position: absolute;
	right: 6.875rem;
	width: 100%;
	z-index: 2;
}

.vision__sub-txt {
	font-weight: 500;
	margin-top: -2.1875rem;
	text-align: center;
}

.vision__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 2rem auto 0;
	max-width: 67.5rem;
}

.vision__item {
	border: 1px solid #39b5e9;
	border-radius: 0.5rem;
	padding: 3.5rem 2.5rem;
	text-align: center;
}

.vision__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #f5cfe9);
	background: -webkit-linear-gradient(left, #39b5e9, #f5cfe9);
	background-clip: text;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
}

.vision__title {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 0.375rem;
}

.vision__line {
	background-color: #bfbfbf;
	display: inline-block;
	height: 1px;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	width: 2.3125rem;
}

.vision__text {
	font-weight: 500;
	line-height: 1.7;
}

.vision__bottom-note {
	font-weight: 500;
	margin-top: 2rem;
	text-align: center;
}

.block-mt {
	margin-top: 8.75rem;
}

.breadcrumbs {
	padding-top: 0.75rem;
}

.breadcrumbs--white {
	color: #fff;
}

.breadcrumbs__inner > span {
	display: inline-block;
	font-size: 0.9375rem;
}

.breadcrumbs__inner > span:nth-child(1) {
	margin-right: 1em;
}

.breadcrumbs__inner > span:nth-child(n+2) {
	margin-left: 1em;
	margin-right: 1em;
}

.btn {
	background: linear-gradient(to right, #39b5e9, #2ccdd8, #39b5e9);
	background-size: 200% auto;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.5625rem 1.25rem;
	text-align: center;
	transition: background-position 0.3s;
	width: 100%;
}

.btn:hover {
	background-position: right center;
}

.btn--white {
	background: #fff;
	color: #333;
	transition: 0.3s;
}

.btn--white:hover {
	color: #39b5e9;
}

.btn--header {
	font-size: 1rem;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.btn--header span {
	padding-left: 1.5625rem;
	position: relative;
}

.btn--header span::before {
	background: transparent url(../images/common/ico-mail-white.webp) no-repeat center center/cover;
	content: "";
	display: block;
	height: 1.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.btn--contact {
	border-radius: 2.5rem;
	font-size: 1.0625rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.btn--tel-fax {
	background: transparent;
	border: 0.0625rem solid #a2aeb2;
	border-radius: 2.5rem;
	color: #333;
	font-size: 1.4375rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	transition: 0.3s ease 0s;
}

.btn--tel-fax span {
	color: #5c6366;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.75rem;
	text-align: center;
}

.btn--tel-fax:hover {
	color: #39b5e9;
}

.card {
	background: #fafafa;
	border-radius: 0.5rem;
	grid-column: span 2;
	max-width: 26.375rem;
	min-height: 26.375rem;
	padding: 2.5rem 3.5rem;
}

.card--wide {
	grid-column: span 3;
	max-width: none;
	max-width: initial;
}

.card__Head {
	margin-bottom: 0.5625rem;
	text-align: center;
}

.card__icon {
	height: 3.25rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	width: 3.25rem;
}

.card__en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #f5cfe9);
	background: -webkit-linear-gradient(left, #39b5e9, #f5cfe9);
	background-clip: text;
	display: inline-block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 0.875rem;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.card__ja {
	font-size: 1.375rem;
	font-weight: 500;
}

.card__list--twoCol {
	grid-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.card__item {
	border-bottom: 0.0625rem solid #bfbfbf;
	position: relative;
}

.card__link {
	display: block;
	padding: 1.125rem 1.875rem 1.125rem 1rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.card__link::after,
.card__link::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.card__link::after {
	background: #fff;
	border: 0.0625rem solid #a2aeb2;
	border-radius: 50%;
	height: 1.6875rem;
	right: 0;
	width: 1.6875rem;
}

.card__link::before {
	background: transparent url(../images/common/ico-arrow.webp) no-repeat center center/cover;
	height: 0.5rem;
	right: 0.5rem;
	width: 0.625rem;
	z-index: 1;
}

.card__link span {
	font-size: 0.9375rem;
}

.card__txt {
	line-height: 1.7;
	margin-top: 1.6875rem;
}

.card__link:hover {
	color: #39b5e9;
}

.card__item::before {
	background: #7dc4f1;
	bottom: -0.0625rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right top;
	transition: transform 0.6s;
	width: 100%;
}

.card__item:hover::before {
	transform: scaleX(1);
	transform-origin: left top;
}

.cards {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	position: relative;
}

.cards--top {
	grid-template-columns: repeat(6, 1fr);
}

.cards--sub {
	grid-auto-flow: column;
	justify-content: center;
}

.cards--top::before {
	aspect-ratio: 67/113;
	background: transparent url(../images/common/4.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	max-width: 4.1875rem;
	position: absolute;
	top: -5.875rem;
	width: 100%;
}

.cards--sub::before {
	aspect-ratio: 62/87;
	background: transparent url(../images/common/2.webp) no-repeat center center/cover;
	content: "";
	max-width: 3.875rem;
	position: absolute;
	right: 1rem;
	top: -3.1875rem;
	width: 100%;
}

.feature {
	position: relative;
}

.feature__contents {
	background-color: #fff;
	border-radius: 0.5rem;
	padding-bottom: 5.5rem;
	padding-top: 5.5rem;
	width: 52.75rem;
}

.feature__contents-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 73.9336492891%;
}

.feature__Head {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.feature__number {
	color: #39b5e9;
	font-size: 2.1875rem;
	font-weight: 700;
}

.feature__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	background: -webkit-linear-gradient(left, #39b5e9, #2ccdd8);
	background-clip: text;
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 600;
}

.feature__txt {
	line-height: 1.7;
	margin-top: 1.5rem;
}

.feature__image {
	aspect-ratio: 395/200;
	max-width: 24.6875rem;
	position: absolute;
	top: 0.9375rem;
	width: 100%;
}

.features {
	display: flex;
	flex-direction: column;
	gap: 6.5rem;
}

.features__item:nth-of-type(odd) {
	margin-left: 0;
	margin-right: auto;
}

.features__item:nth-of-type(even) {
	margin-left: auto;
	margin-right: 0;
}

.features__item:nth-of-type(odd) .feature__image {
	right: -22.4375rem;
}

.features__item:nth-of-type(even) .feature__image {
	left: -22.4375rem;
}

/* _flow.scss */

.flow {
	padding-top: 3.125rem;
}

.flow__rows {
	grid-row-gap: 1.375rem;
	display: grid;
	margin-top: -6.875rem;
	position: relative;
	row-gap: 1.375rem;
}

.flow__rows::before,
.flow__rows::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 2;
}

.flow__rows::before {
	aspect-ratio: 65/113;
	background-image: url(../images/common/6.webp);
	bottom: 3.5rem;
	max-width: 4.0625rem;
	right: 6.3125rem;
}

.flow__rows::after {
	aspect-ratio: 79/100;
	background-image: url(../images/common/7.webp);
	bottom: 7.4375rem;
	max-width: 4.9375rem;
	right: 0;
}

.flow__row {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}

.flow__row::before {
	background: #bfbfbf;
	content: "";
	height: 1px;
	position: absolute;
	top: 4.375rem;
	z-index: -1;
}

.flow__row--top::before {
	left: 7.625rem;
	width: 90.6153846154%;
}

.flow__row--bottom::before {
	left: 0;
	width: 70.2307692308%;
}

.flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 2rem 1.25rem;
}

.flow__badge {
	align-items: center;
	aspect-ratio: 1/1;
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	border-radius: 50%;
	display: grid;
	justify-items: center;
	margin-bottom: 1.5rem;
	max-width: 4.6875rem;
	place-items: center;
	width: 100%;
}

.flow__badge span {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.flow__title {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: 600;
	height: 4.125rem;
	text-align: center;
}

.flow__text {
	line-height: 1.6;
	margin-top: 1rem;
}

.footer {
	overflow: hidden;
	padding-top: 6.5rem;
	position: relative;
}

.footer__inner.inner {
	max-width: 70.625rem;
}

.footer__nav {
	grid-column-gap: 4.5rem;
	-moz-column-gap: 4.5rem;
	align-items: start;
	column-gap: 4.5rem;
	display: grid;
	grid-template-columns: 13.75rem 1fr 13.75rem;
}

.footer__col {
	width: 12.3125rem;
}

.footer__col--dable {
	width: 27.25rem;
}

.footer__heading {
	display: block;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s ease 0s;
}

.footer__heading:hover {
	color: #39b5e9;
}

.footer__col--left .footer__heading:first-child {
	padding-bottom: 1rem;
}

.footer__col--left .footer__heading:nth-child(2) {
	padding-top: 1rem;
}

.footer__headingLink {
	display: block;
	padding-bottom: 1rem;
	transition: 0.3s ease 0s;
}

.footer__heading:not(:first-child) > .footer__headingLink {
	padding-top: 1rem;
}

.footer__headingLink:hover {
	color: #39b5e9;
}

.footer__list {
	margin-top: 1.5rem;
}

.footer__item + .footer__item {
	margin-top: 1rem;
}

.footer__link {
	display: block;
	font-weight: 700;
	transition: 0.3s ease 0s;
}

.footer__link:hover {
	color: #39b5e9;
}

.footer__list--dash .footer__item > .footer__link {
	padding-left: 1rem;
	position: relative;
}

.footer__list--dash .footer__item > .footer__link::before {
	color: #333;
	content: "-";
	left: 0;
	position: absolute;
	top: 0;
}

.footer__subList {
	margin-top: 0.625rem;
	padding-left: 2rem;
}

.footer__subItem + .footer__subItem {
	margin-top: 0.625rem;
}

.footer__subLink {
	color: #5c6366;
	display: block;
	transition: opacity 0.3s ease 0s;
}

.footer__subLink:hover {
	opacity: 0.5;
}

.footer__serviceCols {
	grid-column-gap: 2.625rem;
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footer__brandArea {
	padding-bottom: 2.5rem;
	padding-top: 4.5rem;
	position: relative;
}

.footer__brand {
	grid-column-gap: 4.625rem;
	-moz-column-gap: 4.625rem;
	align-items: end;
	column-gap: 4.625rem;
	display: grid;
	grid-template-columns: 17.75rem 1fr;
}

.footer__logo {
	width: 17.75rem;
}

.footer__companyAddr {
	margin-top: 0.3125rem;
}

.footer__handwrite {
	aspect-ratio: 712/287;
	background: transparent url(../images/common/Tl-footer.webp) no-repeat right bottom/contain;
	bottom: 0;
	max-width: 44.5rem;
	position: absolute;
	right: -0.4375rem;
	width: 100%;
	z-index: -1;
}

.footer__bottom {
	border-top: 1px solid #bfbfbf;
	padding-top: 1.5rem;
}

.footer__bottom-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
	padding-bottom: 1.5rem;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
}

.footer__snsLink {
	height: 1.6875rem;
	transition: opacity 0.3s ease 0s;
	width: 1.6875rem;
}

.footer__snsLink:hover {
	opacity: 0.7;
}

.footer__copy {
	color: #5c6366;
	font-size: 0.75rem;
}

.header-hamburger {
	display: none;
}

.header-hamburger.js-open {
	right: 0rem;
}

.header-hamburger > span {
	opacity: 0.5;
}

.header-hamburger > span.js-opacity {
	opacity: 1;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2) {
	background-color: #5c6366;
	display: block;
	height: 1px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 1.5625rem;
}

.header-hamburger span:nth-child(1) {
	top: 45%;
}

.header-hamburger span:nth-child(1).js-open {
	top: 50%;
	transform: rotate(-45deg);
}

.header-hamburger span:nth-child(2) {
	top: 65%;
}

.header-hamburger span:nth-child(2).js-open {
	top: 50%;
	transform: rotate(45deg);
}

.header {
	height: 4.375rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	z-index: 999;
}

.header__inner {
	height: inherit;
	padding: 0 2.5rem;
}

.header__body {
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	max-width: 12.875rem;
}

.header__contents {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__btn {
	margin-left: 0.5rem;
	width: 11.5625rem;
}

.header__sns {
	flex: 0 0 2rem;
	margin-left: 1rem;
	transition: opacity 0.3s ease 0s;
}

.header__sns:hover {
	opacity: 0.7;
}

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

.page-title {
	padding-bottom: 3.875rem;
	padding-top: 5rem;
	position: relative;
	text-align: center;
}

.page-title::before {
	background: transparent url(../images/common/Tl-service.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 50%;
	max-width: 67.5rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.page-title__en {
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.page-title__ja {
	font-size: 1.0625rem;
	font-weight: 600;
	margin-top: 0.875rem;
	position: relative;
	z-index: 1;
}

.page-title--about::before {
	background-image: url(../images/about/Tl-about.webp);
}

.page-title--service::before {
	background-image: url(../images/common/Tl-service.webp);
}

.page-title--contact::before,
.page-title--contact-confirm::before {
	background-image: url(../images/sub-fv/Tl-contact.webp);
}

.page-title--works::before {
	background-image: url(../images/common/Tl-works.webp);
}

.page-title--company::before {
	background-image: url(../images/common/Tl-company.webp);
	z-index: 0;
}

.page-title--recruit::before {
	background-image: url(../images/common/Tl-recruit.webp);
	z-index: 0;
}

.page-title--flow::before {
	background-image: url(../images/common/Tl-flow.webp);
}

.page-title--sub-contact::before {
	background-image: url(../images/common/Tl-contact-sub.webp);
}

.page-title--recruit::before {
	background-image: url(../images/sub-fv/Tl-recruit.webp);
}

.page-title--not-found {
	padding-bottom: 8.375rem;
	padding-top: 7.625rem;
}

.page-title--not-found::before {
	aspect-ratio: 1080/339;
	background-image: url(../images/common/Tl-not-found.webp);
}

.pc-nav {
	height: inherit;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	flex-direction: inherit;
	height: inherit;
}

.footer__nav .pc-nav__items {
	justify-content: center;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item a {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	height: inherit;
	justify-content: center;
	padding: 0 1rem;
	text-transform: uppercase;
	transition: 0.3s;
}

.pc-nav__item a:hover {
	color: #39b5e9;
}

.section-title {
	padding-bottom: 4.6875rem;
	padding-top: 6.375rem;
	position: relative;
	text-align: center;
}

.section-title--recruit {
	padding-bottom: 0.25rem;
	padding-top: 5.875rem;
	text-align: left;
}

.section-title--contact {
	color: #fff;
}

.section-title::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 50%;
	max-width: 67.5rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.section-title--service::before {
	background-image: url(../images/common/Tl-service.webp);
}

.section-title--works {
	padding-top: 8.5625rem;
}

.section-title--recruit::before {
	z-index: 0;
}

.section-title--flow {
	padding-bottom: 9.375rem;
	padding-top: 8.5625rem;
}

.section-title--feature {
	padding-bottom: 9.375rem;
	padding-top: 6.875rem;
}

.section-title--vision {
	padding-top: 6.5rem;
}

.section-title--value {
	padding-bottom: 4.375rem;
	padding-top: 8.6875rem;
}

.section-title--recruitment {
	padding-bottom: 4.375rem;
	padding-top: 9rem;
}

.section-title--recruitment::before {
	max-width: 90rem;
}

.section-title__en {
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.section-title__ja {
	font-size: 0.9375rem;
	font-weight: 600;
	margin-top: 0.875rem;
	position: relative;
	z-index: 1;
}

.section-title--works::before {
	background-image: url(../images/common/Tl-works.webp);
}

.section-title--company::before {
	background-image: url(../images/common/Tl-company.webp);
	z-index: 0;
}

.section-title--recruit::before {
	background-image: url(../images/common/Tl-recruit.webp);
	z-index: 0;
}

.section-title--flow::before {
	background-image: url(../images/common/Tl-flow.webp);
}

.section-title--sub-contact::before {
	background-image: url(../images/common/Tl-contact-sub.webp);
}

.section-title--contact::before {
	background-image: url(../images/common/Tl-contact.webp);
	z-index: 0;
}

.section-title--feature::before {
	background-image: url(../images/feature/Tl-feature.webp);
	z-index: 0;
}

.section-title--vision::before {
	background-image: url(../images/about/Tl-vision.webp);
	z-index: 0;
}

.section-title--value::before {
	background-image: url(../images/recruit/Tl-value.webp);
	z-index: 0;
}

.section-title--recruitment::before {
	background-image: url(../images/recruit/Tl-recruitment.webp);
	z-index: 0;
}

.sp-nav {
	display: none;
}

.sp-nav.js-open {
	right: 0%;
}

.sp-nav__item a {
	display: block;
	padding: 1rem 0 0.9375rem;
	text-transform: uppercase;
	transition: 0.3s;
}

.sp-nav__item a:hover {
	color: #39b5e9;
}

.sp-nav__items {
	text-align: center;
}

.sp-nav__btn {
	margin: 3rem auto 0;
	max-width: 18.75rem;
}

.sp-nav__sns {
	margin: 2rem auto 0;
	max-width: 2.0625rem;
	transition: 0.3s;
}

.sp-nav__sns:hover {
	opacity: 0.5;
}

.sub-fv {
	aspect-ratio: 1440/450;
	background-color: #fafafa;
	margin-top: 4.375rem;
}

.sub-fv__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
}

.sub-fv__inner::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
}

.sub-fv--about .sub-fv__inner::after {
	aspect-ratio: 354/193;
	background-image: url(../images/sub-fv/img-about.webp);
	max-width: 22.125rem;
	right: 1.25rem;
}

.sub-fv--works .sub-fv__inner::after {
	aspect-ratio: 352/179;
	background-image: url(../images/sub-fv/img-works.webp);
	max-width: 22rem;
	right: 1.5rem;
}

.sub-fv--service .sub-fv__inner::after {
	aspect-ratio: 281/166;
	background-image: url(../images/sub-fv/img-service.webp);
	max-width: 20.625rem;
	right: 2rem;
}

.sub-fv--contact .sub-fv__inner::after {
	aspect-ratio: 211/161;
	background-image: url(../images/sub-fv/img-contact.webp);
	max-width: 13.1875rem;
	right: 1.75rem;
}

.sub-fv--contact-confirm .sub-fv__inner::after {
	aspect-ratio: 110/188;
	background-image: url(../images/sub-fv/img-contact-confirm.webp);
	max-width: 6.875rem;
	right: 2.625rem;
}

.sub-fv--not-found .sub-fv__inner::after {
	aspect-ratio: 95/158;
	background-image: url(../images/sub-fv/img-not-found.webp);
	max-width: 5.9375rem;
	right: 0.375rem;
}

.sub-fv--recruit .sub-fv__inner::after {
	aspect-ratio: 300/198;
	background-image: url(../images/sub-fv/img-recruit.webp);
	max-width: 18.75rem;
	right: 0rem;
}

.sub-top__inner.inner {
	max-width: 70.625rem;
	position: relative;
}

.sub-top__inner::before {
	aspect-ratio: 67/113;
	background: transparent url(../images/common/4.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	max-width: 4.1875rem;
	position: absolute;
	top: 5.5rem;
	width: 100%;
}

.sub-top__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 54.5rem;
}

.sub-top__title {
	font-size: 1.875rem;
	font-weight: 600;
	text-align: center;
}

.sub-top__title span {
	color: #39b5e9;
}

.sub-top__txt {
	line-height: 1.8;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

.sub-works {
	margin-top: 6rem;
}

.sub-works__pagenavi {
	margin-top: 6.5rem;
	text-align: center;
}

.txt-btn {
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding-right: 2.5625rem;
	position: relative;
	transition: 0.3s;
}

.txt-btn:hover {
	color: #39b5e9;
}

.txt-btn::before,
.txt-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.txt-btn::before {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	border-radius: 50%;
	display: block;
	height: 1.6875rem;
	right: 0;
	width: 1.6875rem;
}

.txt-btn::after {
	background: transparent url(../images/common/ico-arrow-white.webp) no-repeat center center/cover;
	height: 0.5rem;
	right: 0.5rem;
	width: 0.625rem;
}

.txt {
	font-size: 0.9375rem;
}

.works-card__movie-embed {
	aspect-ratio: 417/318;
	position: relative;
}

.works-card__movie-thumb {
	aspect-ratio: 417/318;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.works-card__movie-embed iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.works-card__mockup {
	position: relative;
}

.works-card__frame {
	aspect-ratio: 417/318;
	height: auto;
	position: relative;
	width: 100%;
}

.works-card__pc {
	left: 0;
	max-width: 21.6875rem;
	position: absolute;
	top: 0;
}

.works-card__sp-tab {
	bottom: 0;
	max-width: 13rem;
	position: absolute;
	right: 0;
	z-index: 1;
}

/* 画像は「ここに入れるだけ」で勝手に配置されるように調整（ACFの画像差し替え前提） */

.works-card__screen {
	overflow: hidden;
	position: absolute;
}

.works-card__screen img {
	-o-object-fit: cover;
	-o-object-position: top;
	display: block; /* baseline余白を消す */
	height: 100%; /* ←これが必須 */
	object-fit: cover;
	object-position: top; /* 上基準に揃える（下っぽく見えるのを防ぐ） */
	width: 100%;
}

/* PC（モニターの画面） */

.works-card__screen--pc {
	aspect-ratio: 317/180;
	left: 3.7%;
	max-width: 19.8125rem;
	top: 3.9%;
	width: 100%;
}

/* TAB（右側に被せる） */

.works-card__screen--tab {
	aspect-ratio: 127/165;
	border-radius: 0.1875rem;
	bottom: 2.4%;
	max-width: 7.9375rem;
	right: 0.8%;
	width: 100%;
	z-index: 2;
}

/* SP（左手前に被せる） */

.works-card__screen--sp {
	aspect-ratio: 57/121;
	border-radius: 0.375rem;
	bottom: 1%;
	max-width: 3.5625rem;
	right: 9.2rem;
	width: 100%;
	z-index: 2;
}

.works-card__body {
	margin-top: 0.5rem;
}

.works-card__title {
	font-size: 1.375rem;
	font-weight: 500;
}

.works-cards {
	grid-row-gap: 5.5rem;
	grid-column-gap: 2.4375rem;
	-moz-column-gap: 2.4375rem;
	column-gap: 2.4375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 5.5rem;
}

.works-meta {
	border-bottom: 1px #bfbfbf solid;
	margin-top: 0.5rem;
	padding-bottom: 0.875rem;
}

.works-meta__date {
	color: #5c6366;
	font-size: 0.9375rem;
}

.works-meta__tags {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.works-meta__cat {
	background: linear-gradient(-45deg, #7dc4f1, #f5cfe9);
	border-radius: 0.25rem;
	color: #fff;
	font-weight: 700;
	padding: 0rem 0.875rem;
}

.works-meta__catChild {
	color: #5c6366;
}

.wp-pagenavi a {
	color: #5c6366;
	font-size: 1rem;
	font-weight: 600;
	transition: 0.3s;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border-radius: 0.125rem;
	display: inline-block;
	height: 2.75rem;
	line-height: 1;
	margin: 0rem 0.3125rem;
	padding: 0.8125rem 1.0625rem;
	width: 2.75rem;
}

.wp-pagenavi a.previouspostslink {
	margin-right: 0.6875rem;
}

.wp-pagenavi a.nextpostslink {
	margin-left: 0.6875rem;
}

.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink) {
	border: 0.0625rem solid #a2aeb2;
}

.wp-pagenavi span.current {
	background: linear-gradient(to right, #39b5e9, #2ccdd8);
	color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: transparent;
}

.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
	color: #39b5e9;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	color: #fff;
	position: relative;
}

.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 1.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.0625rem;
}

.wp-pagenavi a.nextpostslink::before {
	background-image: url(../images/common/page-arrow.webp);
	transform: translate(-50%, -50%) rotate(180deg);
}

.wp-pagenavi a.previouspostslink::before {
	background-image: url(../images/common/page-arrow.webp);
}

@media (max-width: 1300px) {

html {
	font-size: 1.2307692308vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.concept__bg {
	padding-bottom: 6.25rem;
}

.concept {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.concept::after {
	max-width: 14.0625rem;
	right: -7.625rem;
	top: 0.5625rem;
	z-index: 0;
}

.concept__inner.inner {
	max-width: 31.25rem;
	position: relative;
	z-index: 2;
}

.concept__title {
	margin-bottom: 2rem;
	max-width: 20rem;
}

.concept__contents {
	align-items: start;
	flex-direction: column;
	gap: 2rem;
	max-width: 31.25rem;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}

.contact-confirm__inner.inner {
	max-width: 33.125rem;
}

.contact-confirm__text {
	text-align: left;
}

.contact-confirm__btn {
	margin-top: 3rem;
}

.form-row__required {
	display: inline-block;
	padding-right: 3rem;
}

.form-row__required::after {
	top: 50%;
	transform: translateY(-50%);
}

.form-row__input {
	width: 100%;
}

[type=text],
[type=email],
[type=tel],
[type=url],
textarea {
	padding: 0.8125rem 0.75rem;
}

.wpcf7-list-item-label {
	padding-left: 1.75rem;
}

.wpcf7-list-item-label::before {
	height: 1.25rem;
	width: 1.25rem;
}

.wpcf7-list-item-label::after {
	height: 0.9375rem;
	left: 0.375rem;
	top: 0.125rem;
	width: 0.5rem;
}

.form-rows::before {
	max-width: 3rem;
	right: 0rem;
	top: -0.5625rem;
}

.greeting__inner.inner {
	max-width: 31.25rem;
}

.greeting__body {
	grid-template-columns: 1fr;
	max-width: 100%;
	padding-left: 0;
	row-gap: 2.5rem;
}

.greeting__image::after {
	max-width: 3.125rem;
	right: 0.5rem;
}

.greeting__content {
	padding-top: 0;
}

.greeting__label {
	font-size: 0.75rem;
}

.greeting__name {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.label {
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem 1rem;
}

.label__left {
	width: 100%;
}

.label__right {
	width: 100%;
}

.not-found__title {
	font-size: 1.5rem;
}

.not-found__btn {
	margin-top: 3rem;
}

.recruitment__head {
	overflow: hidden;
}

.recruitment__inner {
	margin-top: 2rem;
}

.recruitment__inner.inner {
	max-width: 31.25rem;
}

.recruitment__tab {
	margin-top: -2.375rem;
}

.service-detail__inner {
	max-width: 37.5rem;
}

.service-detail__leadImg {
	max-width: 26.25rem;
	padding-left: 15px;
	padding-right: 15px;
}

.service-detail__leadText {
	margin-top: 2rem;
}

.service-detail__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	row-gap: 1rem;
}

.service-detail__list::before {
	max-width: 2.3125rem;
	right: 0.9375rem;
	top: -5.0625rem;
}

.service-detail__list::after {
	left: -0.9375rem;
	max-width: 3.125rem;
	top: 61.4%;
}

.service-detail__item {
	border-radius: 0.625rem;
	padding: 3rem 1.25rem 2.5625rem;
}

.service-detail__itemInner {
	grid-template-columns: 1fr;
	max-width: 31.25rem;
	row-gap: 1rem;
}

.service-detail__item::before {
	bottom: 1rem;
	left: -1rem;
	max-width: 7.5rem;
	opacity: 0.7;
}

.service-detail__num {
	font-size: 1.25rem;
}

.service-detail__en {
	font-size: 0.75rem;
}

.service-detail__name {
	font-size: 1.3125rem;
	margin-top: 0.5rem;
}

.service-detail__catch {
	font-size: 1.1875rem;
}

.service-detail__desc {
	line-height: 1.6;
	margin-top: 1rem;
	text-align: justify;
}

.service-detail__tags {
	gap: 0.375rem;
}

.service-detail__tag {
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
}

.service-detail__more {
	margin-top: 2.0625rem;
}

.sub-contact__inner.inner {
	max-width: 33.125rem;
}

.sub-contact__catch {
	font-size: 0.9375rem;
	margin-bottom: 4rem;
}

.sub-contact__check {
	margin-top: 3.5rem;
}

.sub-feature {
	overflow: hidden;
	padding-bottom: 10.625rem;
	padding-top: 5rem;
}

.sub-feature__inner.inner {
	max-width: 34.375rem;
	padding: 0;
}

.sub-feature__head {
	overflow: hidden;
}

.sub-feature__grid {
	margin-top: -7.375rem;
	padding-left: 15px;
	padding-right: 15px;
}

.sub-recruit {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.sub-recruit__inner.inner {
	max-width: 31.25rem;
}

.sub-recruit__inner::before {
	left: 2.5rem;
	max-width: 1.5rem;
}

.sub-recruit__inner::after {
	left: 0.625rem;
	max-width: 2rem;
}

.sub-recruit__title::before {
	bottom: auto;
	max-width: 1.875rem;
	right: 0;
	top: -2rem;
}

.sub-recruit__title::after {
	max-width: 3.4375rem;
	right: 0;
}

.sub-recruit__body::before {
	left: 0;
	max-width: 3.125rem;
	top: 13rem;
}

.sub-recruit__body::after {
	bottom: -6.25rem;
	max-width: 3.125rem;
}

.sub-recruit__title {
	max-width: 25rem;
}

.sub-recruit__txt {
	margin-top: 2rem;
}

.sub-service__head {
	overflow: hidden;
}

.sub-service {
	margin-bottom: 6.25rem;
	margin-top: 8.75rem;
}

.sub-service__grid {
	margin-top: -2.6875rem;
}

.taxonomy-nav__inner.inner {
	max-width: 31.25rem;
}

.taxonomy-nav__item {
	width: 100%;
}

.taxonomy-nav__link {
	font-size: 0.875rem;
	min-height: 3.25rem;
}

.top-about {
	margin-top: -2rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-about__inner.inner {
	max-width: 40.625rem;
	padding: 0;
}

.top-about__head::before {
	width: 130%;
}

.top-about__title {
	max-width: 25.625rem;
	padding: 0 15px;
	width: 89%;
}

.top-about__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: -2rem;
	max-width: 31.25rem;
	padding: 0 15px;
}

.top-about__btn {
	margin-top: 3rem;
}

.top-company {
	padding: 4rem 0 5.5rem;
}

.top-company__inner.inner {
	padding: 0;
}

.top-company__head {
	overflow: hidden;
	padding: 0 15px;
}

.top-company__label {
	margin-top: 2rem;
	max-width: 37.5rem;
	padding: 0 15px;
}

.top-company__label::before {
	max-width: 2.3125rem;
	right: 1.5rem;
	top: -5.0625rem;
}

.top-company__mapWrap {
	margin-top: 1.5rem;
	max-width: 35.625rem;
}

.top-company__map {
	aspect-ratio: 335/250;
}

.top-contact {
	padding-top: 4.5rem;
}

.top-contact--mt {
	margin-top: 6rem;
}

.top-contact__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.top-contact__inner {
	padding-bottom: 6rem;
}

.top-contact__inner::before {
	bottom: -1rem;
	max-width: 3.4375rem;
	right: 0.9375rem;
}

.top-contact__head {
	overflow: hidden;
}

.top-contact__lead {
	margin-top: -2.6875rem;
	padding: 0 15px;
}

.top-contact__cards {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin: 3rem auto 0;
	max-width: 37.5rem;
	padding: 0 15px;
}

.top-contact__cards::before {
	left: 0.9375rem;
	max-width: 3.4375rem;
	top: -2.625rem;
}

.top-contact__card {
	padding: 3.375rem 1.5rem;
}

.top-contact__icon {
	max-width: 3rem;
}

.top-contact__label {
	font-size: 0.75rem;
}

.top-contact__title {
	font-size: 1rem;
}

.top-contact__btn {
	margin: 1.5rem auto 0;
	max-width: 20rem;
}

.top-fv {
	margin-top: 3.75rem;
}

.top-fv__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.top-fv__copy {
	left: 0;
	padding-left: 15px;
	padding-top: 0;
	top: 4.125rem;
}

.top-fv__script {
	top: -3.5rem;
	width: 50.6666666667%;
}

.top-fv__text {
	width: 93.3333333333%;
}

.top-fv__note {
	margin-top: 0.75rem;
}

.top-fv__illust {
	aspect-ratio: 393/564;
	transform: translateX(-0.375rem);
	width: 104.8%;
}

.top-recruit {
	padding-bottom: 5.5rem;
	padding-top: 6.25rem;
}

.top-recruit__inner.inner {
	max-width: 39.375rem;
}

.top-recruit__box {
	padding: 2.5rem 0rem 0rem;
}

.top-recruit__content {
	max-width: 31.25rem;
}

.top-recruit__head {
	overflow: hidden;
	padding: 0 0.9375rem;
}

.top-recruit__catch {
	font-size: 1.1875rem;
	margin-top: 1.5rem;
	padding: 0 15px;
}

.top-recruit__illust {
	margin-left: auto;
	margin-right: 0;
	margin-top: 2rem;
	padding-right: 0.5rem;
	position: static;
	width: 98%;
}

.top-service {
	padding-bottom: 0;
	padding-top: 4.75rem;
}

.top-service__inner.inner {
	padding: 0;
}

.top-service__head {
	overflow: hidden;
}

.top-service__grid {
	padding-left: 15px;
	padding-right: 15px;
}

.top-service__btn {
	margin-top: 3rem;
}

.top-works {
	padding-bottom: 0rem;
	padding-top: 6.25rem;
}

.top-works__inner.inner {
	padding: 0;
}

.top-works__head {
	overflow: hidden;
}

.top-works__slider {
	margin-top: -2.6875rem;
}

.top-works__pagination {
	margin-top: 2.5rem;
}

.top-works__btn {
	margin-top: 3rem;
}

.value {
	margin-bottom: 10.625rem;
	padding-top: 4.5rem;
}

.value__head {
	overflow: hidden;
}

.value__inner {
	max-width: 31.25rem;
	padding-bottom: 6.25rem;
}

.value__deco::before,
.value__deco::after,
.value__deco2::after,
.value__inner::before,
.value__inner::after,
.value__inner-inner::before,
.value__inner-inner::after {
	z-index: 2;
}

.value__deco2::after {
	max-width: 3.0625rem;
}

.value__deco::before {
	max-width: 4.375rem;
}

.value__deco::after {
	max-width: 3.25rem;
}

.value__inner::before {
	max-width: 3.75rem;
	right: 16.875rem;
}

.value__inner::after {
	max-width: 3.5625rem;
	right: 11.875rem;
}

.value__inner-inner::before {
	max-width: 2.9375rem;
	right: 5rem;
}

.value__inner-inner::after {
	max-width: 3.75rem;
	right: 0.3125rem;
}

.value__list {
	grid-template-columns: 1fr;
	margin-top: 4.375rem;
}

.value__item {
	min-height: 0;
	min-height: initial;
	padding: 3rem 1.25rem 3.5rem;
}

.value__item::after {
	max-width: 0.8125rem;
}

.value__label {
	font-size: 0.75rem;
}

.value__number {
	font-size: 1.375rem;
}

.value__title {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.value__text {
	margin-top: 1rem;
}

.veracosta {
	margin-top: 5.5rem;
}

.veracosta__inner.inner {
	max-width: 33.125rem;
}

.veracosta__body {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.veracosta__body::after {
	max-width: 1.875rem;
}

.veracosta__image {
	max-width: 4.375rem;
}

.veracosta__title {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.veracosta__txt {
	margin-top: 1.5rem;
}

.vision {
	overflow-x: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.vision__inner {
	max-width: 41.875rem;
	padding-bottom: 6.5rem;
	padding-top: 5rem;
}

.vision__inner::after {
	max-width: 3.625rem;
	right: 0.625rem;
}

.vision__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.vision__sub-txt {
	margin-top: -2.6875rem;
}

.vision__list {
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.vision__item {
	padding: 3rem 2rem;
}

.vision__label {
	font-size: 0.75rem;
}

.vision__title {
	font-size: 1.25rem;
}

.vision__line {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	width: 1.875rem;
}

.vision__bottom-note {
	margin-top: 1.5rem;
}

.block-mt {
	margin-top: 6.25rem;
}

.breadcrumbs__inner > span {
	font-size: 0.875rem;
}

.btn {
	padding: 1.5rem 0.9375rem;
}

.btn--contact {
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
}

.btn--tel-fax {
	font-size: 1.25rem;
	padding: 0.875rem 0.9375rem 0.9375rem;
}

.btn--tel-fax span {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.card {
	grid-column: auto;
	max-width: none;
	max-width: initial;
	min-height: 0;
	min-height: initial;
	padding: 2rem 1.5rem 2.5rem;
}

.card--wide {
	grid-column: auto;
	padding: 2rem 1.5rem;
}

.card__Head {
	margin-bottom: 0.75rem;
}

.card__icon {
	height: 3rem;
	margin-bottom: 1.5rem;
	width: 3rem;
}

.card__en {
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
}

.card__ja {
	font-size: 1.25rem;
}

.card__list--twoCol {
	-moz-column-gap: 0;
	column-gap: 0;
	grid-template-columns: 1fr;
}

.card__link {
	padding: 1.25rem 1.6875rem 1.25rem 1rem;
}

.card__link::after {
	height: 1.5rem;
	width: 1.5rem;
}

.card__link::before {
	height: 0.375rem;
	width: 0.5rem;
}

.card__txt {
	margin-top: 1.5rem;
}

.cards {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.cards--sub {
	grid-auto-flow: row;
}

.cards--top::before {
	left: 0.9375rem;
	max-width: 3.125rem;
	top: -4.1875rem;
}

.cards--sub::before {
	max-width: 3.125rem;
	top: -2.4375rem;
}

.feature__contents {
	padding: 3rem 1.25rem;
	width: 100%;
}

.feature__contents-wrap {
	width: 100%;
}

.feature__Head {
	flex-direction: column;
	gap: 0.125rem;
}

.feature__number {
	font-size: 1.1875rem;
}

.feature__title {
	font-size: 1.25rem;
}

.feature__image {
	bottom: -47%;
	max-width: 14.375rem;
	top: auto;
	width: 80%;
}

.features {
	gap: 9.375rem;
}

.features__item:nth-of-type(odd) .feature__image {
	right: 0;
}

.features__item:nth-of-type(even) .feature__image {
	left: 0;
}

.flow {
	overflow: hidden;
	padding-top: 6.25rem;
}

.flow__inner.inner {
	padding: 0;
}

.flow__rows {
	margin: -8.875rem auto 0;
	max-width: 26.875rem;
	padding-bottom: 6.125rem;
	row-gap: 5rem;
}

.flow__rows::before {
	bottom: 0;
	max-width: 3.4375rem;
	right: 6.25rem;
}

.flow__rows::after {
	bottom: 2.25rem;
	max-width: 4.3125rem;
	right: 0.625rem;
}

.flow__row {
	grid-template-columns: 1fr;
	row-gap: 5rem;
}

.flow__row::before {
	height: 100%;
	left: 50%;
	top: 0;
	width: 1px;
}

.flow__row--top::before {
	height: 120%;
}

.flow__item {
	background-color: #fff;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.flow__badge {
	margin-bottom: 1.5rem;
	max-width: 4.0625rem;
	position: static;
}

.flow__badge span {
	font-size: 1.125rem;
}

.flow__title {
	font-size: 1.25rem;
	height: auto;
}

.flow__text {
	text-align: justify;
}

.footer__inner.inner {
	max-width: 40rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer__nav {
	grid-template-columns: 1fr;
	margin-right: auto;
	max-width: 18.75rem;
	row-gap: 2rem;
}

.footer__col {
	width: 100%;
}

.footer__col--dable {
	width: 100%;
}

.footer__heading {
	font-size: 1.125rem;
}

.footer__item + .footer__item {
	margin-top: 1.25rem;
}

.footer__list--dash {
	margin-top: 1.25rem;
}

.footer__subList {
	margin-top: 1rem;
}

.footer__subItem + .footer__subItem {
	margin-top: 0.875rem;
}

.footer__serviceCols {
	grid-template-columns: 1fr;
	row-gap: 0rem;
}

.footer__brandArea {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.footer__brand {
	grid-template-columns: 1fr;
	row-gap: 1rem;
}

.footer__logo {
	width: 14.375rem;
}

.footer__handwrite {
	right: -0.625rem;
	width: 100%;
}

.footer__bottom {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1rem;
}

.footer__bottom-inner {
	align-items: start;
	flex-direction: column;
	gap: 1rem;
	max-width: 37.5rem;
	padding-bottom: 0.5rem;
}

.footer__snsLink {
	height: 1.875rem;
	width: 1.875rem;
}

.header-hamburger {
	display: block;
	height: 3.75rem;
	position: fixed;
	right: 0rem;
	top: 0;
	transition: 0.3s;
	width: 3.125rem;
	z-index: 9999;
}

.header {
	height: 3.75rem;
}

.header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logo {
	max-width: 11.25rem;
}

.header__btn {
	display: none;
}

.header__sns {
	display: none;
}

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

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

.page-title::before {
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-title__en {
	font-size: 2.375rem;
}

.page-title__ja {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.page-title--about::before {
	aspect-ratio: 1080/225;
	width: 160%;
}

.page-title--service::before {
	aspect-ratio: 1080/225;
	width: 160%;
}

.page-title--contact::before,
.page-title--contact-confirm::before {
	aspect-ratio: 1080/225;
	width: 160%;
}

.page-title--contact .page-title__en,
.page-title--contact-confirm .page-title__en {
	line-height: 1.2;
}

.page-title--flow::before {
	aspect-ratio: 1080/360;
	width: 160%;
}

.pc-nav {
	display: none;
}

.section-title {
	padding-top: 13.3333333333%;
}

.section-title--service::before {
	aspect-ratio: 1080/250;
	width: 160%;
}

.section-title--works {
	padding-top: 19.2%;
}

.section-title--works::before {
	aspect-ratio: 1080/285;
	width: 160%;
}

.section-title--recruit::before {
	aspect-ratio: 1080/160;
	width: 140%;
}

.section-title--company::before {
	aspect-ratio: 1080/286;
	width: 160%;
}

.section-title--contact::before {
	aspect-ratio: 1080/250;
	padding-top: 10.6666666667%;
	width: 130%;
}

.section-title--flow {
	padding-top: 18.1333333333%;
	z-index: 1;
}

.section-title--flow::before {
	aspect-ratio: 1080/360;
	width: 180%;
}

.section-title--feature {
	padding-top: 18.1333333333%;
	z-index: 1;
}

.section-title--feature::before {
	aspect-ratio: 1080/360;
	width: 180%;
}

.section-title--vision {
	padding-top: 18.1333333333%;
	z-index: 1;
}

.section-title--vision::before {
	aspect-ratio: 1080/360;
	width: 140%;
}

.section-title--value {
	padding-top: 18.1333333333%;
	z-index: 1;
}

.section-title--value::before {
	aspect-ratio: 1080/360;
	width: 155%;
}

.section-title--recruitment {
	padding-top: 14.6666666667%;
	z-index: 1;
}

.section-title--recruitment::before {
	aspect-ratio: 1080/360;
	width: 130%;
}

.section-title__en {
	font-size: 2.25rem;
}

.section-title__ja {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.sp-nav {
	background-color: #fff;
	display: block;
	height: 100vh;
	overflow-y: scroll;
	padding-top: 6.5rem;
	position: fixed;
	right: -105%;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 888;
}

.sub-fv {
	aspect-ratio: 375/350;
	margin-top: 3.75rem;
	overflow: hidden;
}

.sub-fv__inner.inner {
	padding: 0;
}

.sub-fv--about .sub-fv__inner::after {
	right: 0.625rem;
	width: 50%;
}

.sub-fv--works .sub-fv__inner::after {
	right: 0.625rem;
	width: 50%;
}

.sub-fv--service .sub-fv__inner::after {
	right: 0.625rem;
	width: 50%;
}

.sub-fv--contact .sub-fv__inner::after {
	right: 0.625rem;
	width: 45%;
}

.sub-fv--contact-confirm .sub-fv__inner::after {
	right: 0.625rem;
	width: 22%;
}

.sub-fv--not-found .sub-fv__inner::after {
	right: 0.625rem;
	width: 17%;
}

.sub-fv--recruit .sub-fv__inner::after {
	right: 0.625rem;
	width: 42%;
}

.sub-top__inner.inner {
	max-width: 31.25rem;
}

.sub-top__inner::before {
	max-width: 3.125rem;
	top: 102%;
}

.sub-top__title {
	font-size: 1.625rem;
}

.sub-top__txt {
	margin-top: 2rem;
	text-align: justify;
}

.sub-works {
	margin-top: 4.5rem;
}

.sub-works__inner {
	max-width: 31.25rem;
}

.txt-btn {
	padding-bottom: 0.9375rem;
	padding-right: 2.3125rem;
	padding-top: 0.9375rem;
}

.txt-btn::before {
	height: 1.5625rem;
	width: 1.5625rem;
}

.txt-btn::after {
	height: 0.4375rem;
	width: 0.5625rem;
}

.works-card__movie-embed {
	aspect-ratio: initial;
}

.works-card__movie-thumb {
	aspect-ratio: initial;
}

.works-card__pc {
	height: 100%;
	max-width: none;
	max-width: initial;
	width: 91%;
}

.works-card__sp-tab {
	max-width: none;
	max-width: initial;
	width: 47%;
}

.works-card__screen--pc {
	max-width: none;
	max-width: initial;
	right: 6.6%;
	width: 84%;
}

.works-card__screen--tab {
	bottom: 2.2%;
	max-width: none;
	max-width: initial;
	right: 1%;
	width: 28.7%;
}

.works-card__screen--sp {
	border-radius: 0.25rem;
	bottom: 1.6%;
	left: 54%;
	max-width: none;
	max-width: initial;
	width: 12.6%;
}

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

.works-cards {
	gap: 3.5rem;
	grid-template-columns: 1fr;
}

.works-meta__date {
	font-size: 0.875rem;
}

.works-meta__tags {
	margin-top: 0.25rem;
}

.works-meta__cat {
	font-size: 0.875rem;
	padding: 0rem 0.75rem;
}

.works-meta__catChild {
	font-size: 0.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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