body {
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #161b20;
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

a {
	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;
	height: auto;
	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;
}

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

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;
}

.c-btn {
	background: linear-gradient(113deg, #006eaf 35.78%, #014f7c 100%);
	border-radius: 1.5rem;
	display: inline-block;
	overflow: hidden;
	padding: 0.125rem;
	position: relative;
}

.c-btn__text {
	align-items: center;
	background: linear-gradient(113deg, #006eaf 35.78%, #014f7c 100%);
	border-radius: 1.5rem;
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	overflow: hidden;
	padding: 0.625rem 0.875rem;
	position: relative;
	z-index: 1;
}

.c-btn__text::before {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	flex-shrink: 0;
	height: 1.0625rem;
	margin-right: 0.5625rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.0625rem;
}

.c-btn__text::after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	width: 100%;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 470px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-affiliated {
	overflow: hidden;
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.p-affiliated__inner {
	padding: 0 2.3125rem;
}

.p-affiliated__content {
	margin: 0 calc(50% - 15rem);
	width: 30rem;
}

.p-client {
	padding: 5rem 0 5rem;
}

.p-client__inner {
	padding: 0 0.125rem;
}

.p-company {
	padding: 5rem 0 4.375rem;
}

.p-company__inner {
	padding: 0 0.6875rem;
}

.p-drawer {
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	padding: 4.375rem 5.9375rem 8.75rem;
	position: fixed;
	right: 0;
	top: 5.875rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.p-drawer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.p-drawer__link {
	border-bottom: 1px solid #888;
	list-style-type: none;
	padding: 0;
	transition: 0.4s all;
	transition: border-color 0.3s;
	width: 100%;
}

.p-drawer__link:last-child {
	padding-bottom: 0;
}

.p-drawer__link a {
	-webkit-text-decoration: none;
	align-items: center;
	display: block;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.04em;
	line-height: 1.16;
	padding: 2.0625rem 0;
	text-decoration: none;
	transition: color 0.3s;
}

.p-drawer__link a::after {
	-webkit-mask-image: url(../images/arrow-nav.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #161b20;
	content: "";
	flex-shrink: 0;
	height: 0.5rem;
	mask-image: url(../images/arrow-nav.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
	width: 0.75rem;
}

/* active */

.p-drawer.active {
	opacity: 100;
	visibility: visible;
}

.p-footer {
	background: #1a335b;
	color: #fff;
	padding-bottom: 4.4375rem;
	padding-top: 3.125rem;
}

.p-footer__inner {
	padding: 0 2rem;
}

.p-footer__logo {
	display: inline-block;
	max-width: 14.4375rem;
}

.p-footer__text {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 0.9375rem;
}

.p-footer__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	margin-top: 3.25rem;
}

.p-footer__item {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.16;
	padding: 0.5rem 0;
	width: 5rem;
}

.p-footer__copyright {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 4.4375rem;
}

.p-hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 1.375rem;
	outline: none;
	padding: 0;
	position: fixed;
	right: 1.5rem;
	text-align: center;
	top: 2.1875rem;
	width: 1.5rem;
	z-index: 101;
}

.p-hamburger span {
	background: #006eaf;
	display: block;
	height: 0.125rem;
	position: absolute;
	transition: 0.3s transform;
	width: 1.5rem;
}

.p-hamburger span:nth-child(1) {
	top: 0.125rem;
}

.p-hamburger span:nth-child(2) {
	top: 0.75rem;
}

.p-hamburger span:nth-child(3) {
	top: 1.375rem;
}

/* active */

.p-hamburger.active span:nth-child(1) {
	top: 0.75rem;
	transform: rotate(-45deg);
}

.p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
	top: 0.75rem;
	transform: rotate(45deg);
}

.p-header {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background: #fff;
	background: rgba(246, 246, 246, 0.94);
	border-bottom: 1px solid #d9d9d9;
	height: 5.875rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header::before {
	background: url(../images/background.jpg), rgba(246, 246, 246, 0.94);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	opacity: 0.3;
	position: fixed;
	width: 100%;
}

.p-header__inner {
	display: flex;
	height: inherit;
	padding: 0 3.75rem 0 1.5rem;
	position: relative;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 10.3125rem;
}

.p-header__btn {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.p-history {
	background: linear-gradient(104deg, #818181 0%, #a3a3a3 100%);
	overflow: hidden;
	padding: 5rem 0 5rem;
}

.p-history__inner {
	padding: 0 1.75rem;
}

.p-history__items {
	margin-top: 3.75rem;
}

.p-history__item {
	padding: 0 0.75rem;
	position: relative;
}

.p-history__item::before {
	background: #fff;
	content: "";
	height: 1px;
	left: 1.5625rem;
	position: absolute;
	top: 2.5rem;
	width: 100%;
}

.p-history__item:last-child::before {
	width: 86%;
}

.p-history__point {
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.16;
	margin-left: 0.9375rem;
	position: relative;
}

.p-history__point::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	top: 1.8125rem;
	transform: translateX(-50%);
	width: 0.5625rem;
}

.p-history__point::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	left: 50%;
	position: absolute;
	top: 1.8125rem;
	transform: translateX(-50%);
	width: 1px;
}

.p-history__box {
	background: #fff;
	background: linear-gradient(143deg, #fff 54.39%, #ebebeb 98.65%);
	border-radius: 0.25rem;
	box-shadow: 2px 5px 16px 0px rgba(0, 0, 0, 0.06);
	margin-top: 3.3125rem;
	min-height: 15.625rem;
	padding: 2rem 1.25rem 2rem 1.5rem;
}

.p-history__year {
	color: #006eaf;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 2.0625rem;
}

.p-history__month {
	align-items: center;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 500;
	justify-content: flex-start;
	line-height: 1.16;
	margin-top: 1rem;
}

.p-history__month::before {
	background: #006eaf;
	content: "";
	flex-shrink: 0;
	height: 0.25rem;
	margin-right: 0.25rem;
	width: 0.25rem;
}

.p-history__text {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.p-history .slick-list {
	overflow: visible;
}

.p-history .slide-arrow {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	display: flex;
	height: 3rem;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -6.6875rem;
	transition: background-color 0.3s;
	width: 0;
	width: 3rem;
	z-index: 10;
}

.p-history .slide-arrow::before {
	-webkit-mask-image: url(../images/arrow-white.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	height: 1rem;
	mask-image: url(../images/arrow-white.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1rem;
}

.p-history .prev-arrow {
	right: 10.1875rem;
}

.p-history .next-arrow {
	right: 6.1875rem;
}

.p-history .next-arrow::before {
	transform: rotate(180deg);
}

.p-mv {
	overflow: hidden;
	padding-top: 5.875rem;
}

.p-mv__content {
	margin-left: 0.75rem;
	margin-top: 4.5625rem;
	padding-left: 1.375rem;
	position: relative;
}

.p-mv__content::before {
	background: #006eaf;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: height 0.8s ease;
	width: 0.3125rem;
}

.p-mv__content.is-active::before {
	height: 56%;
}

.p-mv__main {
	max-width: 19rem;
	padding-top: 0.3125rem;
}

.p-mv__main span {
	color: #006eaf;
}

.p-mv__copy {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.p-mv__wrapper {
	margin-right: 2.125rem;
	margin-top: 3.6875rem;
	padding-bottom: 16.8125rem;
	padding-top: 1.4375rem;
	position: relative;
}

.p-mv__text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.1;
	text-shadow: 0px 0px 11.364px rgba(0, 0, 0, 0.5);
}

.p-mv__img {
	content: "";
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

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

.p-offices {
	padding: 5rem 0 0;
	position: relative;
}

.p-offices__inner {
	padding: 0 2.3125rem;
}

.p-recruit {
	overflow: hidden;
	padding-bottom: 5rem;
	position: relative;
}

.p-recruit__inner {
	padding: 15.375rem 1.6875rem 0;
}

.p-recruit__box {
	-webkit-backdrop-filter: blur(2.23092103px);
	backdrop-filter: blur(2.23092103px);
	background: linear-gradient(143deg, #fff 12.99%, #dfebf2 89.46%);
	border-radius: 0.5625rem;
	box-shadow: 1px 0.1875rem 0.5625rem 0px rgba(0, 0, 0, 0.06);
	padding-bottom: 3.125rem;
	padding-top: 3.5rem;
	position: relative;
}

.p-recruit__btn {
	margin-top: 2.1875rem;
	text-align: center;
}

.p-recruit__btn .c-btn {
	border-radius: 1.875rem;
}

.p-recruit__btn .c-btn__text {
	border-radius: 1.875rem;
	font-size: 1rem;
	letter-spacing: 0.04em;
	padding: 0.875rem 1.875rem;
}

.p-recruit__btn .c-btn__text::before {
	margin-right: 0.5rem;
}

.p-recruit__slide {
	display: flex;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-recruit__slide img {
	animation: slide1 60s -30s linear infinite;
	display: block;
	height: 23.25rem;
	max-width: -moz-fit-content;
	max-width: fit-content;
	width: -moz-fit-content;
	width: fit-content;
	will-change: transform;
}

.p-recruit__slide img:nth-child(2) {
	animation: slide2 60s linear infinite;
}

/* CSSアニメーション */

.p-service__inner {
	padding: 0 1rem;
}

.p-service__box {
	background-image: url(../images/service-bg-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
	padding: 5rem 0 5.3125rem;
}

.p-service__title {
	margin: 0 auto;
	max-width: 22.9375rem;
}

.p-service__items {
	grid-gap: 2.375rem 0;
	display: grid;
	gap: 2.375rem 0;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
	padding: 0 1.75rem;
}

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

.p-service__icon {
	margin: 0 auto;
	max-width: 4.8125rem;
}

.p-service__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 1rem;
}

@media (any-hover: hover) {

.p-drawer__link:hover {
	border-bottom: 1px solid #006eaf;
}

.p-drawer__link:hover a {
	color: #006eaf;
	opacity: 1;
}

.p-drawer__link:hover a::after {
	background: #006eaf;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.9161676647vw;
}

a:hover {
	opacity: 0.7;
}

.c-btn {
	border-radius: 2.5rem;
}

.c-btn:hover {
	opacity: 1;
}

.c-btn__text {
	border-radius: 2.5rem;
	font-size: 1rem;
	padding: 1.375rem 2.125rem;
}

.c-btn__text::before {
	height: 1.125rem;
	margin-right: 1rem;
	width: 1.125rem;
}

.c-btn:hover .c-btn__text::before {
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1rem;
	width: 1.0625rem;
}

.c-btn:hover .c-btn__text {
	color: #006eaf;
	transition: color 0.3s ease;
}

.c-btn:hover .c-btn__text::after {
	transform: scaleX(1);
	transform-origin: left;
	z-index: -1;
}

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

.p-affiliated {
	padding-top: 5.625rem;
}

.p-affiliated__content {
	margin: 0 auto;
	max-width: 52.5rem;
	width: 100%;
}

.p-client {
	padding-bottom: 5.875rem;
}

.p-client__inner {
	max-width: 66.25rem;
	padding: 0 1.5625rem;
}

.p-company {
	padding-bottom: 3.75rem;
}

.p-drawer {
	padding: 13.625rem 0;
	top: 7.5rem;
}

.p-drawer ul {
	grid-gap: 0 6.25rem;
	display: grid;
	gap: 0 6.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 50rem;
}

.p-drawer__link a {
	font-size: 1.125rem;
}

.p-footer {
	padding-bottom: 2.625rem;
}

.p-footer__inner {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 15.625rem 1fr;
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.p-footer__wrapper {
	text-align: right;
}

.p-footer__items {
	gap: 0.625rem 3.5rem;
	justify-content: flex-end;
	margin-top: 0.875rem;
}

.p-footer__item {
	font-size: 0.9375rem;
	width: auto;
}

.p-footer__item a:hover {
	-webkit-text-decoration: underline;
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.p-hamburger {
	right: 3.125rem;
	top: 2.8125rem;
	width: 2rem;
}

.p-hamburger span {
	width: 2rem;
}

.p-header {
	height: 7.5rem;
}

.p-header__inner {
	padding: 0 6.5625rem 0 3.125rem;
}

.p-header__logo img {
	width: 25.625rem;
}

.p-history__inner {
	max-width: 76.25rem;
}

.p-history__title {
	margin: 0 auto;
	max-width: 50rem;
}

.p-history__items {
	margin-top: 3.625rem;
	position: relative;
}

.p-history__item {
	padding: 0 1.5rem;
}

.p-history .slide-arrow:hover {
	background: #fff;
}

.p-history .slide-arrow:hover::before {
	background-color: #9b9b9b;
}

.p-mv {
	padding-top: 7.5rem;
}

.p-mv__inner.l-inner {
	max-width: 83.125rem;
}

.p-mv__content {
	margin-left: 0;
	margin-top: 4rem;
	padding-left: 2.625rem;
}

.p-mv__content::before {
	width: 0.5rem;
}

.p-mv__content.is-active::before {
	height: 46%;
}

.p-mv__main {
	max-width: 45.0625rem;
	padding-top: 0;
}

.p-mv__copy {
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.p-mv__wrapper {
	margin-right: 2.625rem;
	margin-top: 2.5rem;
	padding-bottom: 29.75rem;
	padding-top: 2.5rem;
}

.p-mv__text {
	font-size: 1rem;
}

.p-mv__img {
	border-radius: 0 1rem 1rem 0;
	left: 0;
	overflow: hidden;
	right: auto;
	width: 92vw;
}

.p-offices::before {
	background-image: url(../images/logo-background.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 47.375rem;
	position: absolute;
	right: 0;
	top: 25%;
	width: 24rem;
}

.p-offices__inner {
	padding: 0 2.625rem;
	position: relative;
}

.p-recruit {
	padding-bottom: 3.5rem;
}

.p-recruit__inner {
	max-width: 78.125rem;
	padding-top: 6.25rem;
}

.p-recruit__box {
	border-radius: 1rem;
	margin-left: auto;
	max-width: 37.5rem;
	padding-bottom: 5.875rem;
	padding-top: 6.25rem;
}

.p-recruit__btn .c-btn {
	border-radius: 2.5rem;
}

.p-recruit__btn .c-btn__text {
	border-radius: 2.5rem;
	font-size: 1.25rem;
	padding: 1.3125rem 2.5rem;
}

.p-recruit__btn .c-btn__text::before {
	margin-right: 1rem;
}

.p-recruit__btn {
	margin-top: 4.0625rem;
}

.p-recruit__slide img {
	animation: slide1 40s -20s linear infinite;
	height: 33.75rem;
}

.p-recruit__slide img:nth-child(2) {
	animation: slide2 40s linear infinite;
}

.p-service__inner {
	max-width: 88.125rem;
	padding: 0 1.5625rem;
}

.p-service__box {
	background-image: url(../images/service-bg.jpg);
	padding-bottom: 5.75rem;
}

.p-service__title {
	max-width: 50rem;
}

.p-service__items {
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 51rem;
	padding: 0;
}

.p-service__icon {
	max-width: 6.0625rem;
}

.p-service__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

}

@media (min-width: 835px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes slide1 {

0% {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes slide2 {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}

}


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