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

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

body {
	color: #333333;
}

.u-mobile {
	display: none;
}

main,
footer {
	overflow: hidden;
}

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

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

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

summary {
	cursor: pointer;
	display: block;
}

summary::marker {
	content: "";
}

summary::-webkit-details-marker {
	display: none;
}

.c-btn {
	align-items: center;
	background-color: #fff;
	border-radius: 1.875rem;
	color: #0084CD;
	display: inline-flex;
	font-size: 1.1875rem;
	font-weight: 600;
	height: 3.625rem;
	justify-content: center;
	transition: all 0.45s;
	width: 21.625rem;
}

.c-card {
	grid-gap: 1rem;
	background-color: #fff;
	border-radius: 0.625rem;
	display: grid;
	gap: 1rem;
	grid-row: span 4;
	grid-template-rows: subgrid;
	padding: 1rem;
	transition: all 0.45s;
}

.c-card__head {
	grid-gap: 0.8125rem;
	align-items: flex-start;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: 2.5rem 1fr;
}

.c-card__logo img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	object-fit: contain;
}

.c-card__genre {
	font-size: 0.625rem;
	font-weight: 400;
}

.c-card__name {
	font-size: 0.9375rem;
	font-weight: bold;
	margin-top: 0.1875rem;
}

.c-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 260/76;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 0.8125rem;
	font-weight: bold;
	overflow: hidden;
}

.c-card__info {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 1fr 8.25rem;
}

.c-card__list {
	grid-gap: 0.375rem;
	display: grid;
	font-size: 0.75rem;
	font-weight: 400;
	gap: 0.375rem;
	grid-template-columns: 0.9375rem 1fr;
	line-height: 1.25;
}

.c-card__list + .c-card__list {
	margin-top: 0.625rem;
}

.c-card__list.time {
	color: #E13A2F;
}

.c-card__btn span {
	align-items: center;
	background-color: #3F3F3F;
	border-radius: 0.25rem;
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	font-weight: 600;
	height: 2.6875rem;
	justify-content: center;
	transition: all 0.45s;
}

.c-title {
	height: 3.375rem;
}

.c-title picture {
	height: 100%;
}

.c-title img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

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

.p-footer {
	position: relative;
}

.p-footer__main {
	background-color: #0084CD;
	color: #fff;
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 15rem;
}

.p-footer__title {
	font-size: 1.4375rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 1.25rem;
	text-align: center;
}

.p-footer__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 43rem;
}

.p-footer__links {
	align-items: stretch;
	display: flex;
	gap: 1.3125rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-footer__link {
	height: 3.9375rem;
}

.p-footer__link a {
	cursor: pointer;
	transition: all 0.45s;
}

.p-footer__link img {
	height: 100%;
	width: auto;
}

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

.p-footer__copy {
	background-color: #fff;
	color: #787878;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	text-align: center;
}

.p-header {
	background-color: #fff;
	display: flex;
	height: 5.125rem;
	justify-content: space-between;
	left: 0;
	padding: 1.25rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__logo {
	width: 20.25rem;
}

.p-header__onecareer {
	width: 12.75rem;
}

.l-main {
	margin-top: 10rem;
}

.p-main__blocks {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2rem;
}

.p-main__block {
	display: contents;
}

.p-pickup__lead {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 0.5rem;
	text-align: center;
}

.p-pickup__blocks {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 1rem), calc(33.3333333333% - 1rem)));
	justify-content: center;
	margin-top: 2rem;
}

.p-pickup__block {
	display: contents;
}

.no-pickup {
	color: #fff;
	text-align: center;
}

main {
	padding-bottom: 5rem;
	padding-top: 11.375rem;
	position: relative;
}

main::before {
	background: url(../images/bg.webp) center center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 100vh;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media (hover: hover) {

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

.c-card:hover {
	opacity: 0.9;
}

.c-card__btn span:hover {
	opacity: 0.8;
}

.p-footer__link a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1600px) {

html {
	font-size: 1vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

.c-btn {
	font-size: 1rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-footer__logo {
	width: 14.75rem;
}

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

.p-footer__text {
	font-size: 0.8125rem;
	text-align: center;
}

.p-footer__links {
	gap: 1rem;
}

.p-footer__link {
	height: 3.125rem;
}

.p-header {
	height: 3.75rem;
	padding: 1rem;
}

.p-header__logo {
	width: 12.5rem;
}

.p-header__onecareer {
	width: 7.875rem;
}

.p-main .c-title {
	height: 5.5rem;
}

.p-main__blocks {
	grid-template-columns: 100%;
}

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

.p-pickup__blocks {
	grid-template-columns: 100%;
}

main {
	padding-top: 7.5rem;
}

main::before {
	background-image: url(../images/bg_sp.webp);
}

}

@media (max-width: 768px) {

html {
	font-size: 16px;
}

}

@media (max-width: 393px) {

html {
	font-size: 4.0712468193vw;
}

}


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