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

a,
span {
	display: inline-block;
	transition: 0.3s all;
}

a:hover {
	opacity: 0.7;
}

main article > * + * {
	margin-top: 0;
}

.u-desktop {
	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;
	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;
}

/* ホバー */

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

.employee-layout {
	margin-top: 2.5rem;
}

.information-layout {
	margin-top: 2.5rem;
}

.page-layout {
	margin-top: 4.375rem;
}

.recruit-form-layout {
	margin-top: 0.9375rem;
}

.about {
	overflow: hidden;
	padding-bottom: 2.8125rem;
	padding-top: 1.125rem;
	position: relative;
}

.about::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 87%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0.4375rem;
	transform: skewY(-5deg);
	width: 100%;
}

.about__block {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7142857143;
	position: relative;
	z-index: 1;
}

.about__block li::before {
	background: #020202;
}

.btn-more {
	background: #707070;
	border-radius: 1.875rem;
	color: #F5F5F5;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	max-width: 7.625rem;
	padding: 0.25rem 0.3125rem;
	text-align: right;
	text-transform: uppercase;
	transition: 0.3s all;
	width: 100%;
}

.btn-more:hover {
	background: #020202;
	opacity: 1;
}

.btn-submit {
	background: #707070;
	border-radius: 1.875rem;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	max-width: 7.625rem;
	position: relative;
	transition: 0.3s ease;
	width: 100%;
}

.btn-submit::after {
	color: #F5F5F5;
	content: "→";
	font-size: 0.6875rem;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.3s ease;
	z-index: 1;
}

.btn-submit:hover {
	background: #020202;
}

input[type=submit] {
	border-radius: 1.875rem;
	padding: 0.375rem;
	width: 100%;
}

.btn-top {
	background: #fff;
	border-radius: 1.25rem 0 0 0;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.4375rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 5rem;
}

.business {
	overflow: hidden;
}

.business__items {
	grid-gap: 0.6875rem;
	display: grid;
	gap: 0.6875rem;
	margin-left: calc(50% - 50vw);
	margin-top: 1rem;
}

.business__item {
	border-radius: 0 2.5rem 0 0;
	overflow: hidden;
}

.business__link {
	color: #F5F5F5;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
	transition: 0.3s all;
}

.business__link:hover {
	opacity: 1;
}

.business__link:hover .btn-more {
	background: #020202;
}

.business__text {
	left: 1.5625rem;
	position: absolute;
	top: 0.25rem;
}

.business__btn {
	bottom: 1.25rem;
	position: absolute;
	right: 1.25rem;
	width: 7.5rem;
}

.business__img img {
	-o-object-fit: cover;
	aspect-ratio: 351/66;
	object-fit: cover;
	width: 100%;
}

.company {
	margin-top: 2.125rem;
	overflow: hidden;
	padding-bottom: 2.5rem;
	position: relative;
}

.company::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 88%;
	left: 0;
	position: absolute;
	right: 0;
	top: 1.375rem;
	transform: skewY(-5deg);
	width: 100%;
}

.company__inner {
	position: relative;
	z-index: 1;
}

.company__body {
	margin-top: 1.125rem;
}

.company__items {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.company__item {
	border-radius: 0 2.5rem 0 0;
	height: 100%;
	position: relative;
}

/* PCの時のみ
***************************************************************/

.company__item-pc:hover {
	opacity: 1;
}

.company__link {
	height: 100%;
	width: 100%;
}

.company__img {
	height: 100%;
	width: 100%;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 140/120;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__text {
	font-weight: 700;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.company__bottom {
	margin-left: calc(50% - 50vw);
	margin-top: 1.125rem;
}

.company__bottom-text {
	background: #020202;
	border-radius: 0 2.5rem 0 0;
	color: #F5F5F5;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding: 0.625rem 0;
	padding-left: 1.5625rem;
	text-align: center;
}

.company__btn {
	margin-top: 1.125rem;
	text-align: center;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=tel],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #707070;
	border-radius: 0;
	border-radius: 0;
	font-family: inherit; /*↓カスタム */
	font-size: 1rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
[type=tel]:focus,
textarea:focus {
	border: 1px solid #3f4ad3;
}

[type=submit] {
	-webkit-text-decoration: none;
	background-image: none;
	border: none;
	color: #f0f0f0;
	display: inline-block; /*↓リセットCSS */
	margin: 0;
	text-decoration: none;
}

select { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
	border: none;
	border: 1px solid #707070; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit; /*↓カスタム */
	font-size: 1rem;
	padding: 0.4375rem 0.625rem;
	width: 100%;
}

select:focus {
	border: 1px solid #3f4ad3;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative;
}

[type=date]:focus {
	border: 1px solid #3f4ad3;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 12.5rem;
	max-width: 37.5rem;
	width: 100%;
}

.contact-form {
	background: #fff;
	border-radius: 2.5rem;
	letter-spacing: 0.15em;
	line-height: 1.2;
	padding: 0.1875rem 1.875rem 1.25rem;
}

.contact-form dl {
	margin-top: 1.25rem;
}

.contact-form dt {
	font-size: 0.875rem;
	font-weight: 700;
}

.contact-form dd {
	margin-top: 0.5rem;
}

.contact-form__text {
	font-size: 0.875rem;
	margin-top: 1.125rem;
	text-align: center;
}

.contact-form__btn {
	margin-top: 1.25rem;
	text-align: center;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.employee {
	overflow: hidden;
}

.employee__block div + div {
	margin-top: 0.75rem;
}

.employee__body {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
	width: auto;
}

.employee__item {
	border-radius: 0 2.5rem 0 0;
	font-weight: 700;
	line-height: 1;
	max-width: 15.625rem;
	position: relative;
}

.employee__img {
	border-radius: 0 1.25rem 0 0;
	overflow: hidden;
	position: relative;
}

.employee__img img {
	-o-object-fit: cover;
	aspect-ratio: 250/200;
	object-fit: cover;
	width: 100%;
}

.employee__img-text {
	background: rgba(63, 74, 211, 0.5);
	bottom: 0;
	height: 40%;
	left: 0;
	padding: 0.625rem;
	position: absolute;
	width: 100%;
}

.employee__text {
	color: #F5F5F5;
	font-size: 0.875rem;
	line-height: 1.4;
}

.employee__img-flex span {
	display: inline;
}

.employee__division {
	color: #6c6c6c;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	padding-left: 0.375rem;
}

.employee__year {
	color: #6c6c6c;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	padding-left: 0.375rem;
}

.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s;
}

.fadein.active {
	opacity: 1;
	transform: translateY(0);
}

.footer-nav__item {
	color: #F5F5F5;
	font-size: 0.875rem;
	padding-left: 1.3em;
	position: relative;
}

.ooter-nav__item a {
	display: inline-block;
}

.footer-nav__item::before {
	background-color: #F5F5F5;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 3px;
	left: 8px;
	position: absolute;
	top: 11px;
	width: 3px;
}

.footer-nav__item + .footer-nav__item {
	margin-top: 0.1875rem;
}

/* ホバーすると出現する
***************************************************************/

.footer-nav__sub-items,
.footer-nav__sub-items2 {
	left: 5.625rem;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.3s all;
	visibility: hidden;
}

.footer-nav__item--sub-items:hover ul,
.footer-nav__item--sub-items2:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.footer-pc-nav {
	display: none;
}

.footer-sns {
	align-items: center;
	background: #3F4AD3;
	border-radius: 2.5rem 0 0 0;
	color: #F5F5F5;
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
	padding: 1.5rem 0;
	width: 75%;
}

.footer-sns__text {
	font-size: 0.875rem;
	font-weight: 700;
}

.footer-sns__items {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	width: 8.4375rem;
}

.footer-sns__item {
	background: #fff;
	border-radius: 1.25rem 0 0 0;
	height: 3rem;
}

.footer-sns__link {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.footer-sns__img--tiktok {
	max-width: 3.375rem;
	width: 100%;
}

.footer-sns__img--instagram {
	max-width: 1.625rem;
	width: 100%;
}

.footer {
	background: #020202;
	padding-bottom: 6.5625rem;
	padding-top: 1.5rem;
	position: relative;
	z-index: 1;
}

.footer__title h2 {
	color: #F5F5F5;
	font-size: 1rem;
	font-weight: 400;
}

.footer__block {
	margin-top: 1.25rem;
}

.footer__page-top {
	position: absolute;
	right: 0;
	top: 1.5rem;
}

.footer__copylight {
	color: #707070;
	font-size: 0.5rem;
	margin-top: 1.25rem;
}

.footer__sns {
	bottom: 0;
	position: absolute;
	right: 0;
}

.hamburger {
	cursor: pointer;
	display: block;
	height: inherit;
	position: relative;
	z-index: 2;
}

.hamburger span {
	background-color: #F5F5F5;
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	transition: all 0.5s;
	width: 100%;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 50%;
}

.hamburger span:nth-of-type(3) {
	top: 100%;
}

.active.hamburger span:nth-of-type(1) {
	left: 0;
	top: 0;
	transform: translateY(0.375rem) rotate(37deg);
}

.active.hamburger span:nth-of-type(2) {
	opacity: 0;
}

.active.hamburger span:nth-of-type(3) {
	left: 0;
	top: 60%;
	transform: translateY(-0.375rem) rotate(-37deg);
}

.header {
	background: #020202;
	height: 4.375rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s all;
	width: 100%;
	z-index: 3;
}

header .header__inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.header__title {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.header__logo {
	color: #F5F5F5;
	font-size: 1rem;
	font-weight: 400;
}

.header__logo:hover {
	opacity: 1;
}

.header__hamburger {
	height: 1.25rem;
	position: absolute;
	right: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.header__pc-nav {
	display: none;
}

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

.home::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 78%;
	left: 0;
	position: absolute;
	right: 0;
	top: 4.5rem;
	transform: skewY(-5deg);
	width: 100%;
}

main .home__inner {
	position: relative;
	z-index: 1;
}

.home__block {
	margin-top: 1.5rem;
}

.information {
	padding-bottom: 2.5rem;
}

main .information__inner {
	max-width: 600px;
}

.information__title h2 {
	font-size: 1.25rem;
	font-weight: 700;
}

.information__block {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.information__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.information__list span {
	display: block;
	font-size: 0.625rem;
}

.information__list dt {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 0.625rem;
	padding-top: 0.375rem;
	width: 56%;
}

.information__list dd {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
	width: 44%;
}

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

.mv {
	margin-top: 4.375rem;
}

.mv__inner {
	position: relative;
}

.mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/250;
	object-fit: cover;
	width: 100%;
}

.mv__body {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.mv__text {
	color: #F5F5F5;
	font-size: 1.5rem;
	font-weight: 700;
	text-shadow: 8px 8px 8px rgb(42, 42, 42);
}

.mv__text--recruit {
	background: rgba(112, 112, 112, 0.7);
	font-size: 1.25rem;
	padding: 2.5rem 0;
}

.mv__item {
	background: #fff;
	border: #707070 solid 1px;
	border-radius: 1.25rem 0 0 0;
	bottom: 6.75rem;
	font-size: 0.5rem;
	height: 2.375rem;
	position: absolute;
	right: 0;
	width: 3.125rem;
}

.mv__link {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
}

.mv__link--1 {
	flex-direction: column;
	gap: 0.3125rem;
	position: relative;
}

.mv__link--1 a {
	text-align: center;
	width: 100%;
}

.mv__link--1::after {
	border-bottom: #707070 solid 1px;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* TikTok
***************************************************************/

.mv__item--tiktok {
	bottom: 4.0625rem;
}

.mv__link--tiktok {
	align-items: center;
}

.mv__img-tiktok {
	max-width: 2.5rem;
	width: 100%;
}

/* Instagram
***************************************************************/

.mv__item--instagram {
	bottom: 1.375rem;
}

.mv__link--instagram {
	align-items: center;
}

.mv__img-instagram {
	max-width: 0.9375rem;
	width: 100%;
}

.mv__text-instagram {
	display: none;
}

.news-block__item {
	font-size: 0.875rem;
	font-weight: 700;
}

.news-block__item + .news-block__item a {
	padding-top: 1.25rem;
}

.news-block__item--home {
	border-bottom: 1px solid #cccccc;
}

.news-block__item--home a {
	padding-bottom: 1rem;
}

.news-block__item--home + .news-block__item--home a {
	padding-top: 0;
}

.news-block__link {
	display: flex;
	gap: 19.2%;
}

.news-block__link time {
	width: 22.8%;
}

.news-block__link span {
	width: 58%;
}

.news {
	padding-bottom: 2.375rem;
	padding-top: 2.375rem;
	position: relative;
}

.news::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 78%;
	left: 0;
	position: absolute;
	right: 0;
	top: 3.4375rem;
	transform: skewY(-5deg);
	width: 100%;
}

.news__inner {
	position: relative;
	z-index: 1;
}

.news__block {
	margin-top: 0.75rem;
}

.news__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.not-found {
	padding: 5rem 0;
	text-align: center;
}

.not-found__text {
	margin-top: 2.5rem;
}

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

.occupation::after {
	background-image: url(../images/common/occupation-back-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

main .occupation__inner {
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.occupation__list {
	margin-top: 2.5rem;
}

.occupation__items li:nth-child(even) {
	margin-left: auto;
	margin-right: 0;
}

.occupation__items li + li {
	margin-top: -2.1875rem;
}

.occupation__item {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	height: 13.125rem;
	letter-spacing: 0.15em;
	max-width: 13.125rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.occupation__item dt {
	font-weight: 700;
}

.occupation__item dd {
	font-size: 0.875rem;
}

.page-business {
	overflow: hidden;
	padding-bottom: 2.375rem;
	position: relative;
}

.page-business__sub-title h3 {
	font-size: 1rem;
}

.page-business__block {
	counter-reset: number 0;
	margin-top: 2.5rem;
}

.page-business__block--1 {
	margin-top: 1.25rem;
}

.page-business__body {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
	position: relative;
	width: auto;
	z-index: 1;
}

.page-business__body::before {
	background: #020202;
	bottom: 0;
	content: "";
	height: 107%;
	left: 0;
	position: absolute;
	right: 0;
	top: -1rem;
	transform: skewY(-5deg);
	width: 100%;
}

.page-business__img {
	border-radius: 2.5rem 0 0 0;
	margin-left: auto;
	margin-right: 0;
	overflow: hidden;
	position: relative;
	width: 80%;
}

.page-business__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/100;
	object-fit: cover;
	width: 100%;
}

.page-business__item {
	align-items: center;
	background: #F7F7F7;
	border-radius: 0 1.25rem 0 0;
	display: flex;
	font-size: 0.875rem;
	height: 7.5rem;
	line-height: 1.7142857143;
	margin-top: 1.25rem;
	max-width: 18.75rem;
	padding: 0.5rem 1.4375rem;
	position: relative;
	width: 100%;
}

.page-business__item::after {
	color: #F5F5F5;
	content: counter(number) " ";
	counter-increment: number 1;
	font-size: 1.25rem;
	font-weight: 700;
	position: absolute;
	right: -1.5rem;
	top: -0.3125rem;
}

/* 反対
***************************************************************/

.page-business__wrap li:nth-child(even) .page-business__img {
	border-radius: 0 1.25rem 0 0;
	margin-left: 0;
	margin-right: auto;
}

.page-business__wrap li:nth-child(even) .page-business__body::before {
	background: #acacac;
}

.page-business__wrap li:nth-child(even) .page-business__item {
	border-radius: 1.25rem 0 0 0;
	margin-left: auto;
	margin-right: 0;
}

.page-business__wrap li:nth-child(even) .page-business__item::after {
	left: -1.6875rem;
}

.page-company {
	overflow: hidden;
	padding-bottom: 2.1875rem;
	padding-top: 1.25rem;
	position: relative;
}

.page-company::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 92%;
	left: 0;
	position: absolute;
	right: 0;
	top: 3.3125rem;
	transform: skewY(-5deg);
	width: 100%;
}

main .page-company__inner {
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.page-company__block strong {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-top: 1.25rem;
}

.page-company__top-text {
	letter-spacing: 0.13em;
	line-height: 1.45;
	margin-top: 1.25rem;
}

.page-company__block em {
	font-style: normal;
}

.page-company__block p {
	font-size: 0.875rem;
}

.page-section-title {
	text-align: center;
}

.page-company__list {
	margin-top: 2.5rem;
}

.page-company__item {
	align-items: center;
	background: #3F4AD3;
	color: #F5F5F5;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.5rem;
	justify-content: center;
	text-align: right;
	width: 100%;
}

.page-company__item + .page-company__item {
	margin-top: 1rem;
}

.page-company__items li:first-child {
	border-radius: 0 1.25rem 0 0;
	margin-left: calc(50% - 50vw);
	width: auto;
}

.page-company__items li:last-child {
	border-radius: 1.25rem 0 0 0;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	width: auto;
}

.page-company__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.page-company__text p:first-child {
	text-align: center;
}

.page-company__text p:nth-child(2) {
	line-height: 1.7;
}

.page-company__text p + p {
	margin-top: 1.25rem;
}

.page-company__bottom-list {
	margin-top: 1.5rem;
}

.page-company__bottom-item {
	align-items: center;
	aspect-ratio: 352/60;
	background-image: url(../images/common/page-company-sp1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 1.25rem 0 0;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	margin-top: 1.5rem;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.page-contact {
	padding-bottom: 2.625rem;
	padding-top: 2.375rem;
	position: relative;
}

.page-contact::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 88.5%;
	left: 0;
	position: absolute;
	right: 0;
	top: 4.625rem;
	transform: skewY(-5deg);
	width: 100%;
}

main .page-contact__inner {
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.page-contact__form-block {
	margin-top: 1.5rem;
}

.page-recruit {
	background: #020202;
	overflow: hidden;
	padding-top: 2.5rem;
}

main .page-recruit__inner {
	max-width: 600px;
}

.page-recruit__info-block {
	background: #fff;
	border-radius: 0 2.5rem 0 0;
	margin-left: calc(50% - 50vw);
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	padding-left: calc(50vw - 50%);
	position: relative;
	z-index: 1;
}

.page-recruit__info-title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.15em;
}

.page-recruit__info-items {
	counter-reset: number 0;
}

.page-recruit__info-items li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	position: relative;
	width: 100%;
}

.page-recruit__info-items li::before {
	content: counter(number) " ";
	counter-increment: number 1;
	font-size: 1.5rem;
	font-weight: 700;
	left: 0;
	position: absolute;
}

.page-recruit__info-items span {
	display: flex;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	margin-left: auto;
	margin-right: 0;
	width: 75%;
}

.page-recruit__img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -2.5rem;
	max-width: 42.6875rem;
}

.page-recruit__img img {
	-o-object-fit: cover;
	aspect-ratio: 350/312;
	object-fit: cover;
	width: 100%;
}

.page-section-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.page-section-title--white {
	color: #F5F5F5;
}

.pc-nav {
	height: inherit;
}

.pc-nav__items {
	display: flex;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
	position: relative;
}

.pc-nav__item a {
	white-space: nowrap;
}

/* ホバーしたら出現するメニュー
***************************************************************/

.recruit-form {
	background: #020202;
	padding: 2.5rem 0;
	position: relative;
}

.recruit-form::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 89.5%;
	left: 0;
	position: absolute;
	right: 0;
	top: 4.75rem;
	transform: skewY(-5deg);
	width: 100%;
}

.recruit-form__inner {
	position: relative;
	z-index: 1;
}

.recruit-form__block {
	margin-top: 1.5rem;
}

.recruit-form__title h2 {
	color: #F5F5F5;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	text-align: center;
}

.recruit {
	background: #626262;
	color: #F5F5F5;
	overflow: hidden;
	padding-bottom: 1.5rem;
	padding-top: 1.125rem;
	position: relative;
	z-index: 1;
}

.recruit__sub-title {
	color: #3F4AD3;
	font-weight: 700;
	margin-top: 1rem;
}

.recruit__body {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
	width: auto;
}

.recruit__item {
	border-radius: 0 2.5rem 0 0;
	font-weight: 700;
	line-height: 1;
	max-width: 9.375rem;
	overflow: hidden;
}

.recruit__img-wrap {
	position: relative;
}

.recruit__img img {
	-o-object-fit: cover;
	aspect-ratio: 150/160;
	object-fit: cover;
	width: 100%;
}

.recruit__img-text {
	background: rgba(242, 242, 242, 0.5);
	bottom: 0;
	color: #020202;
	font-size: 0.875rem;
	left: 0;
	line-height: 1.6;
	padding: 0.25rem;
	position: absolute;
}

.recruit__bottom-text {
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	margin-top: 0.25rem;
	padding-left: 0.375rem;
}

.recruit__text {
	text-align: center;
}

.recruit__text span {
	background: #3F4AD3;
	border-radius: 0 1.25rem 0 0;
	font-size: 0.875rem;
	font-weight: 700;
	max-width: 12.5rem;
	padding: 0.1875rem 0;
	width: 100%;
}

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

main .representative__inner {
	max-width: 600px;
}

.representative__title h2 {
	font-size: 1.25rem;
	font-weight: 700;
}

.representative__block {
	margin: 0 auto;
	margin-top: 1.5rem;
	width: 85%;
}

.representative__img {
	border-radius: 0 2.5rem 0 0;
	margin: 0 auto;
	max-width: 7.5rem;
	overflow: hidden;
	width: 100%;
}

.representative__img img {
	-o-object-fit: cover;
	aspect-ratio: 120/83;
	object-fit: cover;
	width: 100%;
}

.representative__text {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.representative__text h3 {
	font-size: 0.875rem;
	text-align: center;
}

.representative__text p {
	line-height: 1.42;
	margin-top: 1.25rem;
}

.section-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.service {
	overflow: hidden;
	padding-bottom: 2.5rem;
	padding-top: 1.375rem;
	position: relative;
}

.service::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 84%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0.4375rem;
	transform: skewY(-5deg);
	width: 100%;
}

main .service__inner {
	position: relative;
	z-index: 1;
}

.service__block h2 {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.service__block p {
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin-top: 1.25rem;
}

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

.single::before {
	background: #F7F7F7;
	bottom: 0;
	content: "";
	height: 95%;
	left: 0;
	position: absolute;
	right: 0;
	top: 4.625rem;
	transform: skewY(-5deg);
	width: 100%;
}

main .single__inner {
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.single__block {
	letter-spacing: 0.15em;
	margin-top: 1.25rem;
}

.single__day {
	font-size: 0.875rem;
	letter-spacing: 0;
	position: absolute;
	right: 3.75rem;
	top: 0.4375rem;
}

.single__content-title h1 {
	font-size: 1rem;
}

.single__content {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.single__content h2 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 2.5rem;
}

.single__content p {
	line-height: 1.4285714286;
	margin-top: 1rem;
}

.single__content figure {
	border-radius: 0.625rem;
	margin: 2.5rem auto 0;
	overflow: hidden;
	width: 74%;
}

.single__content img {
	-o-object-fit: cover;
	aspect-ratio: 240/140;
	object-fit: cover;
	width: 100%;
}

.sp-nav {
	background: rgba(62, 73, 209, 0.85);
	border-radius: 1.25rem;
	color: #F5F5F5;
	font-size: 0.875rem;
	left: 50%;
	max-width: 20.3125rem;
	opacity: 0;
	padding: 1.375rem 2.25rem 3.4375rem;
	position: relative;
	top: 0;
	transform: translate(-50%, 0);
	transition: 0.3s all;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.active.sp-nav {
	opacity: 1;
	visibility: visible;
}

.sp-nav__title {
	color: #F5F5F5;
	font-size: 1rem;
	font-weight: 400;
}

.sp-nav__items {
	margin-top: 0.5rem;
}

.sp-nav__item {
	margin-top: 0.1875rem;
	padding-left: 1.3em;
	position: relative;
}

.sp-nav__item::before {
	background-color: #F5F5F5;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0.4375rem;
	position: absolute;
	top: 0.625rem;
	width: 3px;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6vw;
}

.employee-layout {
	margin-top: -3.4375rem;
}

.information-layout {
	margin-top: 10.5rem;
}

.page-layout {
	margin-top: 6.25rem;
}

.recruit-form-layout {
	margin-top: 5rem;
}

.about {
	padding-bottom: 6.5rem;
	padding-top: 4.0625rem;
}

.about::before {
	height: 92%;
	top: -1.1875rem;
}

.about__block {
	font-size: 1.25rem;
	line-height: 3;
	text-align: center;
}

.btn-more {
	font-size: 1rem;
	max-width: 11.875rem;
	padding: 0.625rem 0.3125rem;
	text-align: center;
}

.btn-more--company-pc {
	background: #fff;
	color: #020202;
}

.btn-submit {
	font-size: 1rem;
	letter-spacing: 0.15em;
	max-width: 11.875rem;
}

.btn-submit::after {
	font-size: 1.1875rem;
	right: 0.75rem;
}

input[type=submit] {
	padding: 0.875rem 0.3125rem;
}

.btn-top {
	font-size: 1.25rem;
	padding: 1.75rem 0;
	width: 8.75rem;
}

.business__list-block {
	padding-right: 3.875rem;
}

.business__items {
	gap: 0.9375rem;
	margin-top: 1.5rem;
}

.business__item {
	position: relative;
}

.business__item::before {
	border-bottom: #707070 1px solid;
	content: "";
	left: 12.9375rem;
	max-width: min(30.16vw, 25.75rem);
	position: absolute;
	top: 38%;
	width: 100%;
	z-index: 1;
}

.business__link {
	font-size: 1.25rem;
}

.business__text {
	left: 12.9375rem;
	top: 1.4375rem;
}

.business__btn {
	bottom: auto;
	bottom: initial;
	right: min(22.84vw, 19.5rem);
	top: 1.25rem;
	width: 11.875rem;
}

.business__img img {
	aspect-ratio: 1132/156;
}

.company {
	margin-top: -1.5rem;
	padding-bottom: 7.1875rem;
	padding-top: 8.375rem;
}

.company::before {
	height: 85%;
	top: 3.5625rem;
}

.company__body {
	margin-top: 5rem;
}

.company__items {
	grid-template-columns: repeat(3, 1fr);
}

.company__items li:last-child {
	background: #020202;
	cursor: pointer;
	font-size: 1.25rem;
}

.company__item-pc {
	height: 100%;
	padding: 2.5rem 0 0;
	transition: 0.3s all;
	width: 100%;
}

.company__item-pc:hover .btn-more {
	background: #707070;
}

.company__img img {
	aspect-ratio: 300/250;
}

.company__text {
	font-size: 1.25rem;
}

.company__bottom {
	margin-left: 0;
	margin-left: initial;
	margin-top: 0;
}

.company__bottom-text {
	padding: 0;
}

.company__btn {
	margin-top: 1.5rem;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
[type=tel]:focus,
textarea:focus {
	border: 3px solid #3f4ad3;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=tel],
textarea {
	border: 3px solid #707070;
}

select:focus {
	border: 3px solid #3f4ad3;
}

select {
	border: 3px solid #707070;
}

textarea {
	height: 8.75rem;
}

.contact-form {
	padding: 2.375rem 7.625rem 5rem;
}

.contact-form dl {
	display: flex;
	justify-content: end;
	margin-top: 2.5rem;
}

.contact-form dt {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	width: 46.5%;
}

.contact-form dd {
	width: 50%;
}

.contact-form__text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 5rem;
}

.contact-form__btn {
	margin-top: 2.5rem;
}

.employee {
	overflow: visible;
	overflow: initial;
	padding-bottom: 4.6875rem;
}

.employee__pc-block {
	margin-top: 8.125rem;
}

.employee__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
}

.employee__items--pc {
	grid-gap: 12.1875rem 5%;
	display: grid;
	gap: 12.1875rem 5%;
	grid-template-columns: repeat(3, 1fr);
}

.employee__item {
	height: 130%;
	max-width: 18.75rem;
	overflow: visible;
	overflow: initial;
}

.employee__img img {
	aspect-ratio: 300/250;
}

.employee__img-text {
	height: 50%;
	padding: 0;
	padding-top: min(1.32vw, 1.125rem);
	text-align: right;
	width: 100%;
}

.employee__text {
	font-size: min(1.46vw, 1.25rem);
	line-height: 1.5;
	text-align: left;
	width: 80%;
}

.employee__img-flex {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.employee__img-flex span {
	display: block;
}

.employee__division {
	display: block;
	padding-left: 58%;
	text-align: left;
}

.employee__year {
	display: block;
	margin-top: 0.625rem;
	padding-left: 58%;
	text-align: left;
}

.footer-pc-nav {
	color: #F5F5F5;
	display: flex;
	font-size: 1.25rem;
}

.footer-pc-nav__items--2 {
	margin-left: min(16.8vw, 23.5%);
}

.footer-pc-nav__items--2 li:nth-child(2) {
	margin-top: 0.3125rem;
}

.footer-pc-nav__items--3 {
	margin-left: min(4.39vw, 6%);
}

.footer-pc-nav__items--3 li:nth-child(2) {
	margin-top: 0.3125rem;
}

.footer-pc-nav__items--4 {
	margin-left: min(16.11vw, 22%);
}

.footer-pc-nav__items--4 li:not(:first-child) {
	margin-top: 2.0625rem;
}

.footer-sns {
	gap: 11%;
	max-width: 1000px;
	padding: 2.5rem 0;
	padding-right: 4.25rem;
	width: 65%;
}

.footer-sns__text {
	font-size: 1.5rem;
}

.footer-sns__items {
	gap: 29%;
	width: 47%;
}

.footer-sns__item {
	height: 5.375rem;
}

.footer-sns__link {
	display: flex;
	flex-direction: column;
}

.footer-sns__img--tiktok {
	max-width: 7.75rem;
}

.footer-sns__img--instagram {
	max-width: 1.875rem;
}

.footer-sns__instagram {
	color: #020202;
	font-size: min(1.46vw, 1.25rem);
	font-weight: 700;
}

.footer {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.footer__title {
	margin-top: 2.375rem;
}

.footer__title h2 {
	font-size: 1.25rem;
}

.footer__block {
	display: none;
}

.footer__page-top {
	top: 2.5rem;
}

.footer__copylight {
	font-size: 0.75rem;
	margin-top: 3.75rem;
}

.hamburger {
	display: none;
}

.header {
	height: 6.25rem;
}

header .header__inner {
	display: flex;
	justify-content: space-between;
	max-width: none;
	padding-left: 1.875rem;
	padding-right: 3rem;
}

.header__title {
	text-align: left;
}

.header__logo {
	font-size: 1.25rem;
}

.header__pc-nav {
	display: block;
}

.home {
	padding-top: 8.75rem;
}

.home::before {
	height: 73%;
	top: 14.375rem;
}

main .home__inner {
	max-width: 900px;
}

.home__block {
	margin-top: 8.25rem;
}

.information {
	padding-bottom: 5rem;
}

main .information__inner {
	max-width: 51.4375rem;
}

.information__title h2 {
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
}

.information__block {
	font-size: 1rem;
	margin-top: 3rem;
}

.information__list span {
	font-size: 1rem;
}

.information__list dt {
	padding-bottom: 2.5rem;
	padding-top: 0;
	width: 48%;
}

.information__list dd {
	padding-bottom: 2.5rem;
	padding-top: 0;
	width: 52%;
}

.inner {
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
}

.mv {
	margin-top: 6.25rem;
}

.mv__img img {
	aspect-ratio: 1366/643;
}

.mv__body {
	letter-spacing: 0.5em;
	line-height: 1.6;
	top: 45%;
	width: 73%;
}

.mv__text {
	font-size: min(4.39vw, 3.75rem);
}

.mv__text--nowrap {
	white-space: nowrap;
}

.mv__item {
	bottom: 16.875rem;
	font-size: 1.25rem;
	height: 5.375rem;
	width: 8.75rem;
}

.mv__item--tiktok {
	bottom: 9.6875rem;
}

.mv__img-tiktok {
	max-width: 7.375rem;
}

.mv__item--instagram {
	bottom: 2.25rem;
}

.mv__link--instagram {
	justify-content: flex-start;
	padding-left: 0.75rem;
}

.mv__img-instagram {
	align-items: center;
	display: flex;
	gap: 30%;
	max-width: 2rem;
}

.mv__text-instagram {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	text-transform: capitalize;
}

.news-block__items li:last-child {
	border-bottom: none;
}

.news-block__item {
	font-size: 1.25rem;
}

.news-block__item + .news-block__item a {
	padding-top: 2.5rem;
}

.news-block__item--home a {
	padding-bottom: 5rem;
}

.news-block__item--home + .news-block__item--home a {
	padding-top: 0.5rem;
}

.news-block__link {
	gap: 11.8%;
}

.news-block__link time {
	width: 13%;
}

.news-block__link span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75.2%;
}

.news {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.news::before {
	height: 90%;
	top: 1.5625rem;
}

.news__block {
	margin-top: 5rem;
	width: 84.5%;
}

.news__btn {
	margin-top: 5rem;
	text-align: right;
}

.occupation {
	background: #020202;
	background: linear-gradient(180deg, #020202 0%, #020202 50%, transparent 50%, transparent 100%);
	overflow: hidden;
	padding-bottom: 12.8125rem;
	padding-top: 8.25rem;
}

.occupation::after {
	content: none;
}

.occupation__background {
	background-image: url(../images/common/occupation-back-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 69%;
	left: -50%;
	position: absolute;
	top: 9.5rem;
	transform: skewY(-5deg);
	width: 300%;
}

main .occupation__inner {
	max-width: 1040px;
}

.occupation__list {
	margin-top: 9.5rem;
}

.occupation__items {
	display: flex;
}

.occupation__items li:nth-child(even) {
	margin: 0;
	margin-top: 16%;
}

.occupation__items li + li {
	margin-top: 0;
}

.occupation__item {
	height: 15.625rem;
	max-width: 15.625rem;
	padding: 0 0 0 2.125rem;
}

.occupation__item dt {
	font-size: 1.25rem;
}

.occupation__item dd {
	font-size: 1rem;
	letter-spacing: 0.15em;
	line-height: 1.875;
}

.page-business {
	padding-bottom: 0;
}

.page-business__sub-title h3 {
	font-size: 2.5rem;
}

.page-business__block {
	margin-top: 0;
}

.page-business__block--1 {
	margin-top: 5.3125rem;
}

.page-business__body {
	padding-bottom: 8.4375rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-top: 4.0625rem;
}

.page-business__body::before {
	height: 96%;
	top: -1.1875rem;
}

.page-business__img {
	margin-right: calc(50% - 50vw);
	width: 105%;
}

.page-business__img img {
	aspect-ratio: 1046/400;
}

.page-business__text {
	margin-top: -7rem;
}

.page-business__items li:nth-child(2) {
	margin: 0 auto;
}

.page-business__items li:last-child {
	margin-left: auto;
	margin-right: 0;
}

.page-business__item {
	border-radius: 0 2.5rem 0 0;
	font-size: 1.25rem;
	font-weight: 700;
	height: 13.75rem;
	margin-top: 0;
	max-width: 31.25rem;
	padding: 3.5rem 2.5rem;
}

.page-business__item::after {
	bottom: 0.625rem;
	color: #020202;
	font-size: 2.5rem;
	right: 1.25rem;
	top: auto;
	top: initial;
}

.page-business__wrap li:nth-child(even) .page-business__img {
	border-radius: 0 2.5rem 0 0;
	margin-left: calc(50% - 50vw);
}

.page-business__wrap li:nth-child(even) .page-business__item {
	border-radius: 2.5rem 0 0 0;
}

.page-business__wrap li:nth-child(even) .page-business__items li:nth-child(2) {
	margin: 0 auto;
}

.page-business__wrap li:nth-child(even) .page-business__items li:last-child {
	margin-left: 0;
	margin-right: auto;
}

.page-business__wrap li:nth-child(even) .page-business__item::after {
	left: auto;
	left: initial;
}

.page-company {
	padding-bottom: 7.8125rem;
	padding-top: 8.4375rem;
}

.page-company::before {
	height: 81.5%;
	top: 16.75rem;
}

main .page-company__inner {
	max-width: 1040px;
}

.page-company__block {
	text-align: center;
}

.page-company__block strong {
	font-size: 2.5rem;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 8.75rem;
	text-align: center;
}

.page-company__top-text {
	margin-top: 5.5rem;
}

.page-company__top-text p + p {
	margin-top: 1.875rem;
}

.page-company__text-space {
	margin-top: 2.8125rem;
}

.page-company__block em {
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
}

.page-company__block p {
	font-size: 1.25rem;
	letter-spacing: 0;
}

.page-company__item {
	font-size: min(2.93vw, 2.5rem);
	height: 6.5625rem;
}

.page-company__item + .page-company__item {
	margin-top: 2.5rem;
}

.page-company__items li:first-child {
	border-radius: 0 2.5rem 0 0;
	padding-left: 11.4375rem;
}

.page-company__items li:last-child {
	border-radius: 2.5rem 0 0 0;
}

.page-company__text {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
}

.page-company__text p:nth-child(2) {
	line-height: 1.5;
}

.page-company__text p + p {
	margin-top: 2.5rem;
}

.page-company__bottom-list {
	margin-top: 9.375rem;
}

.page-company__bottom-items {
	grid-gap: 5%;
	display: grid;
	gap: 5%;
	grid-template-columns: repeat(3, 1fr);
}

.page-company__bottom-items li:first-child {
	align-items: end;
	justify-content: flex-end;
}

.page-company__bottom-items li:nth-child(2) {
	align-items: flex-start;
	margin-top: 42%;
}

.page-company__bottom-items li:last-child {
	align-items: end;
	justify-content: flex-end;
}

.page-company__bottom-item {
	aspect-ratio: 300/250;
	background-image: url(../images/common/company1.webp);
	border-radius: 0 2.5rem 0 0;
	box-shadow: 3px 6px 6px 0 rgb(124, 168, 196);
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	margin-left: 0;
	margin-left: initial;
	margin-top: 0;
	padding-bottom: 0.625rem;
	padding-top: 3.5rem;
}

.page-contact {
	padding-bottom: 7.625rem;
	padding-top: 8.4375rem;
}

.page-contact::before {
	height: 75%;
	top: 16.75rem;
}

main .page-contact__inner {
	max-width: 1040px;
}

.page-contact__form-block {
	margin-top: 8.125rem;
}

main .page-recruit__inner {
	max-width: 580px;
}

.page-recruit__info-block {
	margin-top: 3.125rem;
	padding-bottom: 4.375rem;
	padding-left: min(13.18vw, 11.25rem);
	padding-top: 2.5rem;
	position: relative;
}

.page-recruit__info-title {
	font-size: 2.5rem;
}

.page-recruit__info-items li {
	padding-bottom: 0;
	padding-top: 2.125rem;
}

.page-recruit__info-items li::before {
	bottom: -0.375rem;
	font-size: 5rem;
	top: auto;
	top: initial;
}

.page-recruit__info-items span {
	font-size: 1.25rem;
	margin-left: 4.5rem;
	margin-right: 0;
	width: 55%;
}

.page-recruit__img {
	left: 50%;
	margin-top: -31.25rem;
	max-width: min(50vw, 42.6875rem);
	position: absolute;
	width: 100%;
	width: 126%;
	z-index: 1;
}

.page-recruit__img img {
	aspect-ratio: 683/633;
}

.page-section-title {
	font-size: 3.75rem;
	line-height: 1;
	text-align: center;
}

.pc-nav__item a {
	align-items: center;
	color: #F5F5F5;
	display: flex;
	font-size: min(1.46vw, 1.25rem);
	height: inherit;
	padding: 0 2rem;
}

.pc-nav__item--space a {
	padding: 0 min(3.2vw, 0.75rem);
}

.pc-nav__sub-items {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 4.375rem;
	transition: 0.3s all;
	visibility: hidden;
}

.pc-nav__item--sub-items:hover ul {
	background: #020202;
	opacity: 1;
	visibility: visible;
}

.pc-nav__sub-items a {
	padding: 0.5rem 2rem;
}

.recruit-form {
	padding: 5rem 0 7.5rem;
}

.recruit-form::before {
	height: 80.5%;
	top: 11.75rem;
}

.recruit-form__block {
	margin-top: 5rem;
}

.recruit-form__title h2 {
	font-size: 3.75rem;
}

.recruit {
	background-image: url(../images/common/recruit-back.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.recruit__sub-title {
	font-size: 2.5rem;
	margin-top: 2.5rem;
}

.recruit__body {
	margin-top: 2.1875rem;
}

.recruit__item {
	max-width: 18.75rem;
}

.recruit__img img {
	aspect-ratio: 300/250;
}

.recruit__img-text {
	font-size: 1rem;
	line-height: 1.7;
	padding: 0.9375rem;
}

.recruit__bottom-text {
	display: block;
	padding-left: 1.875rem;
}

.recruit__bottom-text--space {
	margin-top: 0.625rem;
}

.recruit__text {
	margin-top: 3.4375rem;
}

.recruit__text span {
	font-size: 2rem;
	max-width: 25rem;
	padding: 0.6875rem 0;
}

.recruit__btn {
	margin-top: 2.375rem;
	text-align: right;
}

main .representative__inner {
	max-width: 1040px;
}

.representative__title h2 {
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
}

.representative__block {
	display: flex;
	gap: 4.23%;
	margin-top: 5.625rem;
	width: 100%;
}

.representative__img {
	max-width: none;
	width: 30%;
}

.representative__img img {
	aspect-ratio: 300/250;
}

.representative__text {
	margin-top: 0.5rem;
	width: 65.77%;
}

.representative__text h3 {
	font-size: 2rem;
	text-align: left;
}

.representative__text p {
	font-size: 1.25rem;
	margin-top: 2.6875rem;
	width: 84%;
}

.section-title {
	font-size: 2.5rem;
}

.service {
	padding-bottom: 8.75rem;
	padding-top: 7.375rem;
}

.service::before {
	height: 78%;
	top: 3.4375rem;
}

main .service__inner {
	max-width: 42.5rem;
	text-align: center;
}

.service__block h2 {
	font-size: 2.5rem;
	letter-spacing: 0;
}

.service__block p {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
	margin-top: 5rem;
	text-align: left;
}

.single {
	padding-top: 8.75rem;
}

.single::before {
	height: 92%;
	top: 16.75rem;
}

main .single__inner {
	max-width: 1040px;
}

.single__block {
	margin-top: 7.5rem;
}

.single__day {
	font-size: 1.25rem;
	right: min(18.67vw, 15.9375rem);
	top: 1.875rem;
}

.single__content-title h1 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
}

.single__content {
	font-size: 1.25rem;
	margin-top: 5rem;
}

.single__content h2 {
	font-size: 2.5rem;
	margin-top: 5rem;
}

.single__content p {
	letter-spacing: 0;
	line-height: 2;
	margin-top: 2.5rem;
}

.single__content figure {
	border-radius: 1.875rem;
	margin: 5.3125rem auto 0;
	width: 76%;
}

.single__content img {
	aspect-ratio: 760/369;
}

.sp-nav {
	display: none;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

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

.page-recruit {
	padding-bottom: 8.75rem;
	padding-top: 8.4375rem;
	position: relative;
}

}

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

.page-recruit__info-block {
	padding-left: 0.625rem;
}

.page-recruit__info-items span {
	width: 50%;
}

}

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

.page-recruit__info-block {
	padding-left: calc(50vw - 50%);
}

.page-recruit__info-items span {
	width: 75%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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