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

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

*,
*::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: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

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

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

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

.c-breadcrumb {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	margin-top: 0.25rem;
}

.c-breadcrumb__home {
	height: 1.125rem;
	width: 1.125rem;
}

.c-breadcrumb__arrow {
	height: 0.5625rem;
	width: 0.3125rem;
}

.c-breadcrumb__link {
	font-size: 1.125rem;
	font-weight: 600;
}

.c-btn {
	background-color: #0857B1;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-family: "YuGothic, 'Yu Gothic', sans-serif";
	font-size: 1.25rem;
	min-width: 15.625rem;
	padding: 1.125rem 0;
	position: relative;
	text-align: center;
	transition: 0.2s;
}

.c-btn::before {
	background-color: #fff;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.25rem;
	top: 1.5rem;
	transform: rotate(140deg);
	width: 0.125rem;
}

.c-btn::after {
	background-color: #fff;
	bottom: 1.5rem;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 1.25rem;
	transform: rotate(40deg);
	width: 0.125rem;
}

.c-btn:hover {
	background-color: #15ABD9;
}

.c-pc-none {
	display: block;
}

.c-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-section-title__en {
	color: #15ABD9;
	font-family: "YuMincho, 'Yu Mincho',  " 游明朝体 ",sans-serif";
	font-size: 0.875rem;
	text-transform: uppercase;
}

.c-section-title__jp {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	margin-top: -0.125rem;
}

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

.c-title {
	font-size: 10px;
}

.l-business-about {
	margin-top: 3.125rem;
}

.l-case {
	margin-top: 2.5rem;
}

.l-common-contact {
	margin-top: 3.125rem;
}

.l-footer {
	margin-top: 2rem;
}

.l-greeting {
	margin-top: 1.5625rem;
}

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

.l-top-business-about {
	margin-top: 3.125rem;
}

.p-business-about {
	position: relative;
}

.p-business-about::before {
	display: none;
}

.p-business-about__content {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.p-business-about__text-wrapper {
	background-color: #fff;
	box-shadow: 0 0.3125rem 0.5rem 0px rgba(0, 0, 0, 0.35);
	margin: -6.25rem auto 0 auto;
	opacity: 1;
	padding: 2.375rem 1.25rem;
	width: 90%;
}

.p-business-about__title {
	font-size: 1.25rem;
}

.p-business-about__img {
	height: 17.5rem;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: -1;
}

.p-business-about__img > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-business-about__text {
	font-family: "YuGothic, 'Yu Gothic', sans-serif";
	margin-top: 1.25rem;
}

.p-business-about__btn {
	margin-top: 1.25rem;
	text-align: center;
}

.p-business {
	background-color: #F8F8F8;
	margin-top: 3.125rem;
	padding: 3.125rem 0;
}

.p-business__inner.l-inner {
	max-width: 81.25rem;
}

.p-business__list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.p-business__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-business__item {
	font-size: 1.25rem;
	padding-left: 1.875rem;
	position: relative;
}

.p-business__item::before {
	background-image: url(/assets/images/common/list-check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 1.25rem;
}

.p-case__content {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

.p-case__swiper {
	height: 21.875rem;
	overflow: hidden;
	width: 100%;
}

.p-common-contact__content {
	align-items: center;
	background-color: #EAEAEA;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.9375rem;
}

.p-common-contact__img {
	height: 7.25rem;
	position: relative;
	width: 100%;
}

.p-common-contact__img > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-common-contact__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1rem;
	text-align: center;
}

.p-common-contact__title p {
	color: #15ABD9;
	font-family: "YuMincho, 'Yu Mincho',  " 游明朝体 ",sans-serif";
	font-size: 1rem;
	text-transform: uppercase;
}

.p-common-contact__title h2 {
	font-size: 1.125rem;
	font-weight: 600;
}

.p-common-contact__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 300;
	margin-top: 2rem;
	text-align: center;
}

.p-common-contact__btn {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1rem;
	text-align: center;
}

.p-company {
	background-color: #F8F8F8;
	margin-top: 3.125rem;
	padding-bottom: 4.1875rem;
	padding-top: 4.8125rem;
	position: relative;
}

.p-company__inner.l-inner {
	max-width: 46.875rem;
}

.p-company__bg-text {
	color: #F8F8F8;
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	font-weight: 700;
	margin-top: -7.5rem;
	position: absolute;
}

.p-company__title {
	border: 0.0625rem solid #BCBCBC;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 1.5rem 0;
	padding-left: 2rem;
	position: relative;
}

.p-company__title::after {
	background-color: #15ABD9;
	content: "";
	height: 3.375rem;
	left: 0.875rem;
	position: absolute;
	top: 0.875rem;
	width: 0.625rem;
}

.p-company__list {
	font-family: "YuGothic, 'Yu Gothic', sans-serif";
	font-size: 1rem;
}

.p-company__item {
	border-bottom: solid 0.0625rem #BCBCBC;
	display: flex;
	gap: 5%;
	padding-bottom: 0.625rem;
	padding-top: 1rem;
}

.p-company__name {
	padding-left: 1.625rem;
	width: 30%;
}

.p-company__description {
	line-height: 2;
	width: 65%;
}

.p-contact {
	background-color: #F8F8F8;
	margin-top: 1.5rem;
	padding: 1rem;
	padding-bottom: 5rem;
}

.p-contact__inner.l-inner {
	max-width: 81.25rem;
}

.p-contact__text {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact__title {
	border-left: 0.75rem solid #0857B1;
	color: #0857B1;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 2.5rem;
	padding-left: 1rem;
}

.p-contact__title:first-child {
	margin-top: 0rem;
}

.p-contact__explanation {
	color: #707070;
	margin-top: 1.375rem;
}

.p-contact__explanation li {
	line-height: 2;
	position: relative;
}

.p-contact__explanation li::before {
	content: "■";
}

.p-contact__form {
	background-color: #F8F8F8;
	margin-top: 2.5rem;
	padding: 0.75rem;
}

.p-contact__form-inner.l-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	margin-top: 1.25rem;
	max-width: 76.875rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.p-contact__form-inner.l-inner::before {
	display: none;
}

.p-contact__item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-contact__item label {
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	gap: 1.5rem;
	min-width: 15.625rem;
}

.p-contact__item label span {
	color: #FF0000;
}

.p-contact__item input {
	background-color: #fff;
	border: solid 0.125rem #C6C6C6;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	width: 100%;
}

.p-contact__item select {
	background-color: #fff;
	border: solid 0.125rem #C6C6C6;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	width: 100%;
}

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

.p-contact__select::after {
	background-image: url(/assets/images/common/p-contact-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.625rem;
	pointer-events: none;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 21;
}

.p-contact__item textarea {
	background-color: #fff;
	border: solid 0.125rem #C6C6C6;
	height: 15rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	width: 100%;
}

.p-contact__mail {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-contact__mail p {
	color: #BCBCBC;
	font-size: 1rem;
}

.p-contact__btn-wrapper {
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact__btn {
	background-color: #0857B1;
	color: #fff;
	font-family: "YuMincho, 'Yu Mincho',  " 游明朝体 ",sans-serif";
	font-size: 1.5rem;
	padding: 1.5rem 0;
	transition: 0.2s;
	width: 21.5625rem;
}

.p-contact__btn:hover {
	background-color: #15ABD9;
}

.fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s;
}

.fadein.fadein-left {
	transform: translate(-30px, 0);
}

.fadein.fadein-right {
	transform: translate(30px, 0);
}

.fadein.fadein-up {
	transform: translate(0, -30px);
}

.fadein.fadein-down {
	transform: translate(0, 30px);
}

.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.p-footer {
	background-color: #0857B1;
	color: #fff;
	padding-top: 2.5rem;
}

.p-footer__content {
	display: flex;
	flex-direction: column;
}

.p-footer__logo {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	text-align: center;
	width: 100%;
}

.p-footer__logo h1 {
	font-size: 1.25rem;
}

.p-footer__logo p {
	font-size: 0.75rem;
	font-weight: 700;
}

.p-footer__layout {
	display: none;
}

.p-footer__list {
	min-width: 6.25rem;
}

.p-footer__item {
	margin-left: 1.3125rem;
	position: relative;
}

.p-footer__item::before {
	background-image: url(/assets/images/common/list-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.75rem;
	left: -1.25rem;
	position: absolute;
	top: 0.3125rem;
	width: 0.5rem;
}

.p-footer__list a:hover,
.p-footer__item:hover {
	background-color: #15ABD9;
}

.p-footer__copy {
	font-size: 0.5625rem;
	margin-top: 3rem;
	text-align: center;
}

.p-footer__sp {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.25rem;
}

.p-footer__link {
	align-items: center;
	border-top: solid 0.0625rem #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0.625rem;
}

.p-footer__link--border {
	border-right: solid 0.0625rem #fff;
}

.p-footer__link p {
	font-size: 0.625rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.p-footer__link-icon {
	display: inline-block;
	height: 1.25rem;
	width: 1.25rem;
}

.p-greeting__layout {
	display: flex;
	flex-direction: column-reverse;
	gap: 0;
	justify-content: center;
}

.p-greeting__text-wrapper {
	margin-top: 1.25rem;
}

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

.p-greeting__title .c-section-title {
	align-items: initial;
}

.p-greeting__img {
	aspect-ratio: 511/341;
	position: relative;
	width: 100%;
}

.p-greeting__img > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-greeting__text-name {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1.875rem;
	text-align: right;
}

.p-header {
	background-color: #fff;
	height: 6rem;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.p-header__inner.l-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 112.5rem;
}

.p-header__logo {
	font-size: 1.625rem;
	font-weight: 600;
	white-space: nowrap;
}

.p-header__nav {
	display: none;
}

.p-header__list {
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
}

.p-header__item {
	height: inherit;
}

.p-header__item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
}

.p-header__item-en {
	color: #15ABD9;
	font-family: "YuMincho, 'Yu Mincho',  " 游明朝体 ",sans-serif";
	font-size: 0.75rem;
	text-transform: uppercase;
}

.p-header__item-jp {
	font-family: "Noto Serif JP", serif;
	font-size: 1.375rem;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;
}

.p-header__item-jp::before {
	background: #0857B1;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
	width: 100%;
}

.p-header__item-jp:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.p-header__contact {
	display: none;
}

.p-header__hamburger {
	background-color: #0857B1;
	color: #fff;
	display: block;
	height: 3.75rem;
	position: relative;
	text-align: center;
	width: 3.75rem;
}

.p-header__hamburger span {
	background-color: #fff;
	height: 0.125rem;
	left: 0.875rem;
	position: absolute;
	width: 2rem;
}

.p-header__hamburger span:first-child {
	top: 1.25rem;
}

.p-header__hamburger span:nth-child(2) {
	top: 1.6875rem;
}

.p-header__hamburger span:nth-child(3) {
	top: 2.125rem;
}

.p-header__hamburger p {
	font-size: 0.5625rem;
	padding-top: 2.5rem;
	text-transform: uppercase;
}

.p-header__hamburger-nav-wrapper {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
	width: 56%;
	z-index: 999;
}

.p-header__hamburger-nav-wrapper.js-active {
	overflow-y: scroll;
	transform: translateX(0);
}

.p-header__hamburger-titles {
	margin-top: 1.3125rem;
	text-align: center;
}

.p-header__hamburger-titles p {
	font-size: 0.75rem;
	font-weight: 700;
}

.p-header__hamburger-titles h1 {
	font-size: 1.5625rem;
	font-weight: 600;
}

.p-header__hamburger-nav {
	margin-top: 2.125rem;
}

.p-header__hamburger-item {
	border-top: solid 0.0625rem #E3E3E3;
	padding: 0.625rem 2.8125rem;
	position: relative;
}

.p-header__hamburger-item::before {
	background-image: url(/assets/images/common/list-triangle.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.75rem;
	left: 1.25rem;
	position: absolute;
	top: 0.9375rem;
	width: 0.5rem;
}

.p-header__hamburger-item:last-child {
	border-bottom: solid 0.0625rem #E3E3E3;
}

.p-header__hamburger-head {
	align-items: center;
	background-color: #0857B1;
	color: #fff;
	display: flex;
	flex-direction: row;
	gap: 2.3125rem;
	height: 4.125rem;
	justify-content: end;
	text-align: center;
}

.p-header__hamburger-text {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.p-header__hamburger-close {
	height: 1.125rem;
	margin-right: 1.25rem;
	position: relative;
	width: 1.125rem;
}

.p-header__hamburger-close span {
	background-color: #fff;
	height: 1rem;
	position: absolute;
	top: 0.125rem;
	width: 0.25rem;
}

.p-header__hamburger-close span:nth-child(1) {
	transform: rotate(45deg);
}

.p-header__hamburger-close span:nth-child(2) {
	transform: rotate(-45deg);
}

.p-header__overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0; /* デフォルトで非表示 */
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%; /* 半透明の黒 */
	z-index: 10;
}

.p-header__overlay.js-active {
	display: block;
	opacity: 1; /* 表示時は不透明にする */
}

.p-lower-fv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 18.75rem;
}

.p-lower-fv--company {
	background-image: url(/assets/images/common/company-fv.png);
}

.p-lower-fv--business {
	background-image: url(/assets/images/common/business-fv.png);
}

.p-lower-fv--case {
	background-image: url(/assets/images/common/case-fv.png);
}

.p-lower-fv--recruit {
	background-image: url(/assets/images/common/recruit-fv.png);
}

.p-lower-fv--contact {
	background-image: url(/assets/images/common/contact-fv.png);
}

.p-lower-fv__title {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
}

.p-lower-fv__title p {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

.p-lower-fv__title h1 {
	font-family: "YuMincho, 'Yu Mincho',  " 游明朝体 ",sans-serif";
	font-size: 2.5rem;
}

.p-news-content {
	border-top: solid 0.0625rem #D8D8D8;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	gap: 0.5625rem;
	padding: 1.5625rem 0rem;
}

.p-news-content:last-child {
	border-bottom: solid 0.0625rem #D8D8D8;
}

.p-news-content__layout {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.3125rem;
}

.p-news-content__category {
	border: solid 0.0625rem #15ABD9;
	color: #15ABD9;
	min-width: 7.25rem;
	padding: 0.25rem 0.625rem;
	text-align: center;
}

.p-news {
	margin-top: 0.9375rem;
}

.p-news__inner.l-inner {
	max-width: 80rem;
}

.p-news__wrapper {
	box-shadow: 0 0.3125rem 0.5rem 0px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.9375rem 0.9375rem 3.125rem 0.9375rem;
}

.p-news__content-wrapper {
	display: flex;
	flex-direction: column;
}

.p-recruit {
	padding-bottom: 4.1875rem;
	padding-top: 4.8125rem;
}

.p-recruit__content {
	border: solid 0.0625rem #BCBCBC;
}

.p-recruit__list {
	font-family: "YuGothic, 'Yu Gothic', sans-serif";
}

.p-recruit__title {
	border: 0.0625rem solid #BCBCBC;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 1.5rem 0;
	padding-left: 2rem;
	position: relative;
}

.p-recruit__title::after {
	background-color: #15ABD9;
	content: "";
	height: 3.375rem;
	left: 0.875rem;
	position: absolute;
	top: 0.875rem;
	width: 0.625rem;
}

.p-recruit__content {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.p-recruit__item {
	border-bottom: solid 0.0625rem #BCBCBC;
	display: flex;
	gap: 7%;
}

.p-recruit__name {
	background-color: #FAFAFA;
	padding: 0.625rem;
	width: 33%;
}

.p-recruit__description {
	padding: 0.625rem;
	width: 60%;
}

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

.p-top-business {
	margin-top: 4.375rem;
}

.p-top-business__content {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.p-top-business__item {
	border-radius: 0.5rem;
	box-shadow: 0 0.3125rem 0.5rem 0px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
}

.p-top-business__text {
	font-size: 1.25rem;
	text-align: center;
}

.p-top-business__text-wrapper {
	background-color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	opacity: 1;
	padding: 2.5rem 2.3125rem 1.5625rem;
}

.p-top-business__btn {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	justify-content: space-between;
	margin: 0.9375rem 0 0 auto;
	text-align: right;
	width: 7.5rem;
}

.p-top-business__btn-icon {
	height: 1.3125rem;
	width: 1.3125rem;
}

.p-top-business__img {
	height: 10rem;
	position: relative;
	width: 100%;
}

.p-top-business__img > img {
	-o-object-fit: cover;
	border-radius: 0.5rem 0.5rem 0 0;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top-cases {
	margin-top: 4.6875rem;
}

.p-top-case__swiper {
	margin-top: 3.375rem;
}

.p-top-case__slide {
	height: 14.6875rem;
	position: relative;
	width: 20.375rem;
}

.p-top-case__slide > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top-case__btn {
	margin-top: 2.0625rem;
	text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

.p-top-fv {
	background-image: url(/assets/images/common/top-fv-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 38rem;
}

.p-top-fv__texts {
	align-items: center;
	animation: fade-in 1.5s;
	animation-fill-mode: forwards;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	text-align: center;
}

.p-top-fv__texts p {
	word-wrap: break-word;
	font-family: "YuGothic, 'Yu Gothic', sans-serif";
	font-size: 1rem;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 2px rgba(0, 0, 0, 0.8);
	word-break: keep-all;
}

.p-top-fv__texts h1 {
	font-family: "YuGothic, 'Yu Gothic', sans-serif";
	font-size: 1.5rem;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 2px rgba(0, 0, 0, 0.8);
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.0666666667vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-pc-none {
	display: none;
}

.c-section-title__en {
	font-size: 1.5rem;
}

.c-section-title__jp {
	font-size: 2.5rem;
}

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

.c-title {
	font-size: 20px;
}

.l-business-about {
	margin-top: 3.75rem;
}

.l-case {
	margin-top: 5rem;
}

.l-common-contact {
	margin-top: 8.125rem;
}

.l-footer {
	margin-top: 6.75rem;
}

.l-inner {
	max-width: 1550px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-top-business-about {
	margin-top: 6.25rem;
}

.p-business-about::before {
	background-color: #F8F8F8;
	content: "";
	display: block;
	height: 31.25rem;
	left: 0;
	position: absolute;
	top: -3.125rem;
	width: 80%;
	z-index: -2;
}

.p-business-about__content {
	flex-direction: row;
	justify-content: flex-end;
	width: 90%;
}

.p-business-about__text-wrapper {
	margin: 1.875rem auto 0 auto;
	margin-bottom: 5rem;
	margin-right: -1.5625rem;
	margin-top: 0;
	padding: 3.125rem;
	width: 54.8125rem;
}

.p-business-about__title {
	font-size: 1.75rem;
}

.p-business-about__img {
	height: 32rem;
	margin-left: -1.5625rem;
	margin-top: 3.75rem;
	width: 58.6875rem;
}

.p-business-about__text {
	margin-top: 2.5rem;
}

.p-business-about__btn {
	margin-top: 2.5rem;
}

.p-business {
	margin-top: 5.625rem;
	padding: 7.5rem 0;
}

.p-business__list-wrapper {
	flex-direction: row;
	gap: 10rem;
	margin-top: 5.625rem;
}

.p-business__list {
	gap: 3.125rem;
}

.p-business__item {
	font-size: 2.25rem;
	padding-left: 3.75rem;
}

.p-business__item::before {
	height: 2.5rem;
	width: 2.5rem;
}

.p-case__content {
	grid-template-columns: 1fr 1fr 1fr;
}

.p-common-contact__inner.l-inner {
	max-width: 61.875rem;
}

.p-common-contact__content {
	flex-direction: row;
	padding: 0 7.5rem 0 0;
}

.p-common-contact__img {
	height: 20.625rem;
	width: 16.25rem;
}

.p-common-contact__title {
	margin-top: 0;
}

.p-common-contact__title h2 {
	font-size: 1.75rem;
}

.p-common-contact__text {
	margin-top: 0;
}

.p-company {
	margin-top: 8.125rem;
}

.p-company__bg-text {
	font-size: 7.5rem;
	margin-top: -12.5rem;
}

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

.p-company__item {
	gap: 39%;
}

.p-company__name {
	width: 20%;
}

.p-company__description {
	width: 41%;
}

.p-contact {
	margin-top: 2.25rem;
	padding-bottom: 5rem;
	padding-top: 1.875rem;
}

.p-contact__text {
	font-size: 2.5rem;
	margin-top: 5rem;
}

.p-contact__title {
	font-size: 2.5rem;
	margin-top: 5.1875rem;
	padding-left: 2.125rem;
}

.p-contact__form {
	margin-top: 4.375rem;
	padding-bottom: 3.125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1.8125rem;
}

.p-contact__form-inner.l-inner {
	gap: 2rem;
	margin-top: 3.125rem;
}

.p-contact__form-inner.l-inner::before {
	background-color: #F4F4F4;
	content: "";
	display: block;
	height: calc(100% - 11.875rem);
	left: 0;
	position: absolute;
	top: 0;
	width: 19.375rem;
	z-index: -1;
}

.p-contact__item {
	flex-direction: row;
	gap: 10.625rem;
}

.p-contact__item label {
	font-size: 1.5rem;
}

.p-contact__item input {
	width: 17rem;
}

.p-contact__item--400 input {
	width: 25rem;
}

.p-contact__item--500 input {
	width: 31.25rem;
}

.p-contact__item--730 input {
	width: 45.625rem;
}

.p-contact__item select {
	width: 16.875rem;
}

.p-contact__item textarea {
	width: 45.625rem;
}

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

.p-contact__btn-wrapper {
	margin-top: 5rem;
}

.p-footer {
	padding-top: 6.25rem;
}

.p-footer__content {
	flex-direction: row;
	gap: 1.875rem;
	justify-content: center;
}

.p-footer__logo {
	width: 25rem;
}

.p-footer__logo h1 {
	font-size: 2.25rem;
}

.p-footer__logo p {
	font-size: 1.0625rem;
}

.p-footer__layout {
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
}

.p-footer__copy {
	font-size: 0.8125rem;
	margin-top: 96;
}

.p-footer__sp {
	display: none;
}

.p-greeting__layout {
	flex-direction: row;
	gap: 12.5rem;
}

.p-greeting__text-wrapper {
	margin-top: 0;
}

.p-greeting__text {
	margin-top: 0;
}

.p-greeting__img {
	width: 31.9375rem;
}

.p-header {
	height: 9.375rem;
}

.p-header__logo {
	font-size: 2.25rem;
}

.p-header__nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
}

.p-header__contact {
	display: block;
	height: 3.75rem;
}

.p-header__hamburger {
	display: none;
}

.p-news-content {
	flex-direction: row;
	gap: 2.5rem;
	padding: 2.375rem 0.625rem;
}

.p-news-content__layout {
	gap: 3.125rem;
}

.p-news {
	margin-top: 1.875rem;
}

.p-news__wrapper {
	flex-direction: row;
	gap: 2.5rem;
	padding: 7.5rem 3.125rem;
}

.p-recruit__item {
	gap: 9%;
}

.p-recruit__name {
	padding-bottom: 1.5625rem;
	padding-left: 3.625rem;
	padding-top: 3rem;
	width: 28%;
}

.p-recruit__description {
	padding-bottom: 1.5625rem;
	padding-top: 3rem;
	width: 63%;
}

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

.p-top-business {
	background-color: #F8F8F8;
	margin-top: 0;
	padding: 10rem 0 5.625rem;
}

.p-top-business__content {
	gap: 3.125rem;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 3.75rem;
}

.p-top-business__btn {
	margin-top: 1.25rem;
}

.p-top-business__img {
	height: 12.0625rem;
}

.p-top-cases {
	margin-top: 5.625rem;
}

.p-top-case__swiper {
	margin-top: 5.125rem;
}

.p-top-case__slide {
	height: 22rem;
	width: 30.5625rem;
}

.p-top-case__btn {
	margin-top: 5rem;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.p-top-fv {
	background-image: url(/assets/images/common/top-fv-pc.png);
	height: 40.25rem;
}

.p-top-fv__texts p {
	font-size: 2.5rem;
}

.p-top-fv__texts h1 {
	font-size: 3.75rem;
}

}

@media (min-width: 1500px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade-in {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


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