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

@font-face {
	font-family: "din";
	src: url(../font/din-next-lt-pro-bold.otf);
}

body {
	font-family: "Inter", sans-serif;
}

.u-en {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	color: #000;
}

.u-mobile {
	display: none;
}

main {
	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;
	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%;
}

.c-btn {
	align-items: center;
	background-color: #A21701;
	border-radius: 9.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 4.375rem;
	justify-content: center;
	max-width: 29rem;
	position: relative;
	width: 100%;
}

.c-btn::before {
	background: url(../images/btn-arrow.svg) center center/100% no-repeat;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.c-btn::after {
	border: 3px solid #A21701;
	border-radius: 9.375rem;
	content: "";
	height: calc(100% + 1.5rem);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s;
	width: calc(100% + 1.5rem);
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.5rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.5rem);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-17.74deg);
}

.c-hamburger.is-active span:nth-child(2) {
	left: 100%;
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(17.74deg);
}

.c-lead {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.3333333333;
	margin-top: 1.25rem;
	text-align: center;
}

.c-title {
	color: #323232;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
}

.c-title small {
	font-size: 3rem;
}

.c-title.u-en {
	font-size: 3.75rem;
	letter-spacing: 0.03em;
}

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

.l-section {
	margin-top: 8.125rem;
}

.fadeIn {
	opacity: 0;
	transform: translateY(20%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.popUp {
	transform: translateY(20%) scale(0);
}

.fadeIn.is-active {
	opacity: 1;
	transform: translateY(0);
}

.fadeIn.popUp.is-active {
	transform: translateY(0) scale(1);
}

.p-benefit {
	background-color: #F3F3F3;
	padding-top: 15rem;
}

.p-benefit__box {
	background-color: #fff;
	margin-top: 4.375rem;
	padding: 3.3125rem 5.375rem 3.375rem 4.1875rem;
}

.p-benefit__subTitle {
	align-items: center;
	border-bottom: 2px solid;
	border-top: 2px solid;
	color: #000;
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	gap: 1.625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.9375rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	padding-top: 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-benefit__wrap {
	grid-gap: min(2.6041666667vw, 3.125rem);
	align-items: center;
	display: grid;
	gap: min(2.6041666667vw, 3.125rem);
	grid-template-columns: 45% 1fr;
	margin-top: 3.375rem;
}

.p-benefit__pointTitle {
	background-color: #000;
	border-radius: 0.4375rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-benefit__lists {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.75;
	list-style: disc;
	margin-left: 1em;
	margin-top: 1.0625rem;
}

.p-company {
	background-color: #F3F3F3;
	padding-bottom: 5.625rem;
	padding-top: 8.125rem;
}

.p-company__cards {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.375rem;
}

.p-company__card {
	grid-gap: 0;
	background-color: #fff;
	box-shadow: 0 0.875rem 0.875rem rgba(0, 0, 0, 0.1);
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	min-height: 23.3125rem;
	padding: 1.75rem 1.25rem 1.5625rem;
}

.p-company__head {
	grid-gap: 1.375rem;
	align-items: flex-start;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: 7rem 1fr;
}

.p-company__name {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4090909091;
	margin-top: 1.5rem;
}

.p-company__name span {
	display: block;
	font-size: 1rem;
	line-height: 1.9375;
}

.p-company__lists {
	list-style: disc;
	margin-left: 1em;
	margin-top: 0.6875rem;
}

.p-company__list {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

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

.p-drawer {
	background: rgba(0, 0, 0, 0.85);
	border: 1px solid #fff;
	max-width: 14.625rem;
	opacity: 0;
	padding-bottom: 5.875rem;
	padding-top: 5rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.45s;
	visibility: hidden;
	width: 100%;
}

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

.p-drawer__inner {
	padding-left: 1.9375rem;
	padding-right: 1.9375rem;
}

.p-drawer__link + .p-drawer__link {
	margin-top: 1.625rem;
}

.p-drawer__link a {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.6470588235;
}

.p-event {
	background: url(../images/bg_event.webp) center center/cover no-repeat;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-event__blocks {
	grid-gap: 4.0625rem;
	display: grid;
	gap: 4.0625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 57.5625rem;
}

.p-event__block {
	background: rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	padding: 2rem;
	position: relative;
}

.p-event__block::before {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 2.5rem;
	left: 2rem;
	position: absolute;
	top: 2rem;
	width: 2.5rem;
}

.p-event__block::after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	bottom: 2rem;
	content: "";
	height: 2.5rem;
	left: 2rem;
	position: absolute;
	width: 2.5rem;
}

.p-event__text {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.375rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.5;
	padding-bottom: 2.1875rem;
	padding-top: 2.1875rem;
	position: relative;
	text-align: center;
}

.p-event__text::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
	width: 2.5rem;
}

.p-event__text::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: 0rem;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0rem;
	width: 2.5rem;
}

.p-event__text strong {
	display: block;
	font-size: 1.75rem;
	line-height: 1.5;
	margin-bottom: 0.75rem;
}

.p-event2 {
	background-color: #F3F3F3;
	padding-bottom: 10rem;
	padding-top: 9.375rem;
}

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

.p-event2__block {
	grid-gap: 2.1875rem;
	background: rgba(0, 0, 0, 0.85);
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: 6.875rem 1fr;
	padding: 2.8125rem 2.5rem;
}

.p-event2__block + .p-event2__block {
	margin-top: 1.875rem;
}

.p-event2__time {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 2.5rem;
	font-weight: 800;
	justify-content: center;
	text-align: center;
}

.p-event2__time small {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 0.875rem;
}

.p-event2__time span {
	display: inline-block;
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

.p-event2__info {
	grid-gap: 2.6875rem;
	align-items: center;
	border-left: 1px solid #fff;
	color: #fff;
	display: grid;
	gap: 2.6875rem;
	grid-template-columns: 7.5rem 1fr;
	padding-left: 2.5rem;
}

.p-event2__info.--wide {
	border: none;
	grid-column: span 2;
	padding: 0;
}

.p-event2__company picture {
	aspect-ratio: 1;
}

.p-event2__name {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: center;
}

.p-event2__name small {
	font-size: 0.625rem;
}

.p-event2__theme {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
}

.p-event2__theme span {
	background-color: #fff;
	color: #2F2F2F;
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.875rem;
	padding: 0.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-event2__block.--comingsoon {
	color: #fff;
	display: block;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.5;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	text-align: center;
}

.p-event2__block.--comingsoon span {
	font-size: 1.625rem;
}

.p-event2__employee {
	grid-gap: 2.1875rem;
	display: grid;
	gap: 2.1875rem;
	grid-column: span 2;
	grid-template-columns: repeat(2, 1fr);
}

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

.p-event2__employee li {
	grid-gap: 2.1875rem;
	color: #fff;
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: 6.875rem 1fr;
}

.p-event2__employee-name {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5714285714;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-event2__employee-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-faq {
	background-color: #F3F3F3;
	padding-bottom: 11.25rem;
	padding-top: 11.25rem;
}

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

.p-faq__block {
	background-color: #fff;
	cursor: pointer;
}

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

.p-faq__q {
	padding: 1.625rem 5rem 1.625rem 2.5rem;
	position: relative;
}

.p-faq__q::before {
	background: url(../images/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 3.125rem;
	top: 2.625rem;
	transition: all 0.45s;
	width: 1.25rem;
}

.p-faq__q.is-active::before {
	transform: rotate(180deg);
}

.p-faq__text {
	align-items: flex-start;
	display: grid;
	font-size: 1.125rem;
	font-weight: 400;
	grid-template-columns: 3.625rem 1fr;
	line-height: 2.2222222222;
}

.p-faq__text span {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}

.p-faq__a {
	display: none;
	padding: 1.625rem 2.5rem 1.625rem 2.5rem;
}

.p-float {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	bottom: min(4.6875vw, 2.8125rem);
	height: min(14.6354166667vw, 17.5625rem);
	padding: min(1.40625vw, 1.6875rem);
	position: fixed;
	right: min(4.6875vw, 2.8125rem);
	width: min(14.6354166667vw, 17.5625rem);
	z-index: 99;
}

.p-float a {
	display: block;
	height: 100%;
	transition: all 0.45s;
	width: 100%;
}

.p-float__text {
	background-color: #A21701;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: min(1.25vw, 1.5rem);
	font-weight: 800;
	height: 100%;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
}

.p-float__text::before {
	border: 4px solid #A21701;
	border-radius: 50%;
	content: "";
	height: calc(100% + min(1.7708333333vw, 2.125rem));
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + min(1.7708333333vw, 2.125rem));
}

.p-float__text span {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: inline-block;
	height: min(1.25vw, 1.5rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: min(0.8854166667vw, 1.0625rem);
	width: min(1.25vw, 1.5rem);
}

.p-footer {
	background-color: #A21701;
	padding-bottom: 2.75rem;
	padding-top: 2.75rem;
}

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

.p-footer__copy {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 2.125rem;
	text-align: center;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 100%;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	transition: all 0.45s;
}

.p-globalNav__link a:hover {
	opacity: 0.6;
}

.p-header {
	height: 5.0625rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	width: 100%;
	z-index: 100;
}

.p-header.is-active {
	background: rgba(162, 23, 1, 0.3);
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: none;
	max-width: initial;
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
}

.p-header__logo {
	width: 14.875rem;
}

.p-header__logo a {
	transition: all 0.45s;
}

.p-header__globalNav {
	height: 100%;
	margin-left: auto;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-intro {
	padding-bottom: 8.75rem;
	padding-top: 0.875rem;
	position: relative;
}

.p-intro::before {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 18.2291666667vw);
	background: linear-gradient(140deg, transparent 30%, #C64949);
	clip-path: polygon(0 0, 100% 100%, 100% 18.2291666667vw);
	content: "";
	height: 42.9166666667vw;
	position: absolute;
	right: 0;
	top: 2.3958333333vw;
	width: 90.9375vw;
}

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

.p-intro__slider picture {
	width: 117.0625rem;
}

.p-intro__inner {
	margin-top: 5rem;
	position: relative;
	z-index: 1;
}

.p-intro__text {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 3.0555555556;
	margin-top: 5rem;
	text-align: center;
}

.p-intro__text p + p {
	margin-top: 3.4375rem;
}

.p-mv {
	height: calc(100vh - 9.375rem);
	max-height: 800px;
	padding-top: 3.75rem;
	position: relative;
}

.p-mv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-mv__inner {
	height: 100%;
	padding-left: 3.625rem;
	padding-right: 3.625rem;
	position: relative;
	z-index: 1;
}

.p-mv__title {
	left: 50%;
	max-width: 47.0625rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-mv__text {
	left: 3.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16rem;
}

.p-osusume {
	background-color: #F3F3F3;
	padding-bottom: 9.25rem;
	padding-top: 8.75rem;
}

.p-osusume__comments {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.375rem;
}

.p-osusume__comment {
	font-size: 1.25rem;
	font-weight: 600;
	height: 14.625rem;
	line-height: 1.7;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
}

.p-osusume__comment::before {
	background: url(../images/bg_fukidashi.webp) center center/contain no-repeat;
	content: "";
	height: calc(100% + 2.5rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 2.5rem);
}

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

.p-osusume__comment:not(:nth-child(2)) {
	margin-top: 3.75rem;
}

.p-osusume__comment:nth-child(2) {
	transition-delay: 0.2s !important;
}

.p-osusume__comment:nth-child(3) {
	transition-delay: 0.4s !important;
}

.p-overview {
	background: url(../images/bg_overview.webp) center center/cover no-repeat;
	padding-bottom: 9.375rem;
	padding-top: 6.875rem;
}

.p-overview__main {
	background: rgba(0, 0, 0, 0.8);
	margin-top: 5rem;
	padding: 4.8125rem 5.625rem 2.8125rem;
}

.p-overview__info {
	align-items: center;
	color: #fff;
	display: grid;
	font-size: 1.125rem;
	grid-template-columns: 12.8125rem 1fr;
	line-height: 1.5;
}

.p-overview__info dt,
.p-overview__info dd {
	border-bottom: 1px solid #fff;
	height: 100%;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-overview__info dt {
	align-items: center;
	display: flex;
	font-weight: bold;
}

.p-overview__info dd {
	font-weight: 400;
}

.p-seminar {
	background: url(../images/bg_seminar.webp) center center/cover no-repeat;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-seminar__box {
	background: rgba(0, 0, 0, 0.7);
	margin-top: 4.375rem;
	padding: 3.75rem 9.375rem;
}

.p-seminar__block {
	grid-gap: 2rem;
	align-items: center;
	border: 1px solid #fff;
	display: grid;
	gap: 2rem;
	grid-template-columns: 9.6875rem 1fr;
	padding: 1.5rem 2.8125rem;
}

.p-seminar__block + .p-seminar__block {
	margin-top: 2.1875rem;
}

.p-seminar__content {
	border-left: 1px solid #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	padding-top: 1.0625rem;
}

.p-seminar__time {
	font-size: 1rem;
	font-weight: 900;
	line-height: 2rem;
	text-align: center;
}

.p-seminar__time small {
	display: inline-block;
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
	vertical-align: baseline;
	width: 0.8125rem;
}

.p-seminar__time strong {
	font-size: 2rem;
}

.p-seminar__tag {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-seminar__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.u-white {
	color: #fff;
}

.u-black {
	color: #000;
}

.u-avenir {
	font-family: "Avenir", sans-serif;
}

@media (hover: hover) {

.c-btn:hover::after {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.075);
}

.p-float a:hover {
	opacity: 0.6;
}

.p-header__logo a:hover {
	opacity: 0.6;
}

}

@media screen and (min-height: 500px) and (max-height: 1080px) and (min-width: 769px) {

.p-mv__title {
	width: 69.7222222222vh !important;
}

.p-mv__text {
	width: 23.7037037037vh !important;
}

}

@media screen and (max-height: 1080px) and (min-width: 769px) {

.p-mv__title {
	width: min(47.0625vw, 69.7222222222vh) !important;
}

.p-mv__text {
	width: min(16vw, 23.7037037037vh) !important;
}

}

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

.p-globalNav__link a {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

.c-btn {
	font-size: 0.9375rem;
	height: 3.125rem;
	max-width: 20.625rem;
}

.c-btn::before {
	background-size: 0.3125rem;
	height: 1.1875rem;
	width: 1.1875rem;
}

.c-btn::after {
	height: calc(100% + 1rem);
	width: calc(100% + 1rem);
}

.c-lead {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.c-lead span {
	font-size: 0.875rem;
}

.c-title {
	font-size: 1.75rem;
	line-height: 1.7;
}

.c-title small {
	display: block;
	font-size: 1.4375rem;
}

.c-title.u-en {
	font-size: 1.75rem;
	letter-spacing: normal;
}

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

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

.p-benefit {
	padding-top: 3.125rem;
}

.p-benefit__box {
	margin-top: 3.4375rem;
	padding: 1.875rem 1.5625rem;
}

.p-benefit__subTitle {
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-size: 1.0625rem;
	gap: 1rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.625rem;
}

.p-benefit__wrap {
	gap: 1.375rem;
	grid-template-columns: 100%;
	margin-top: 1.625rem;
}

.p-benefit__pointTitle {
	font-size: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4375rem;
}

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

.p-company {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.p-company__cards {
	gap: 1.5625rem;
	grid-template-columns: 100%;
	margin-top: 2.375rem;
}

.p-company__card {
	padding: 1.75rem;
}

.p-company__btn {
	margin-top: 2.875rem;
}

.p-event {
	background-image: url(../images/bg_event_sp.webp);
	padding-bottom: 4.6875rem;
	padding-top: 3.125rem;
}

.p-event__blocks {
	gap: 1.5625rem;
	grid-template-columns: 100%;
	margin-top: 3.25rem;
	max-width: 17.625rem;
}

.p-event__block {
	border-width: 1px;
	padding: 1.25rem;
}

.p-event__block::before {
	height: 1.75rem;
	left: 1.25rem;
	top: 1.25rem;
	width: 1.75rem;
}

.p-event__block::after {
	bottom: 1.25rem;
	height: 1.75rem;
	left: 1.25rem;
	width: 1.75rem;
}

.p-event__text {
	font-size: 1rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-event__text::before {
	height: 1.75rem;
	width: 1.75rem;
}

.p-event__text::after {
	height: 1.75rem;
	width: 1.75rem;
}

.p-event__text strong {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 0.375rem;
}

.p-event2 {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.p-event2__blocks {
	margin-top: 2.5rem;
}

.p-event2__block {
	display: block;
	padding: 1.375rem 1.25rem 0.875rem;
}

.p-event2__time {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: row;
	font-size: 1.5rem;
	gap: 0.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
	padding-bottom: 0.6875rem;
}

.p-event2__time small {
	font-size: 0.8125rem;
	margin-bottom: 0;
}

.p-event2__time span {
	font-size: 0.875rem;
	margin-top: 0;
}

.p-event2__info {
	align-items: flex-start;
	border: none;
	gap: 0.75rem;
	grid-template-columns: 6.875rem 1fr;
	margin-top: 1.25rem;
	padding: 0;
}

.p-event2__name {
	font-size: 0.5625rem;
	margin-top: 0.3125rem;
}

.p-event2__theme {
	font-size: 0.875rem;
	line-height: 1.43;
}

.p-event2__theme span {
	margin-bottom: 0.5rem;
}

.p-event2__block.--comingsoon {
	font-size: 1.125rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-event2__block.--comingsoon span {
	font-size: 1rem;
}

.p-event2__employee {
	gap: 1.5625rem;
	grid-template-columns: 100%;
	margin-top: 1.5625rem;
}

.p-event2__employee li {
	gap: 1rem;
	grid-template-columns: 5.625rem 1fr;
}

.p-event2__employee-name {
	font-size: 0.75rem;
}

.p-event2__employee-text {
	font-size: 0.8125rem;
}

.p-faq {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

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

.p-faq__block + .p-faq__block {
	margin-top: 0.8125rem;
}

.p-faq__q {
	padding: 1rem 3.375rem 1rem 1.5625rem;
}

.p-faq__q::before {
	height: 0.4375rem;
	right: 2rem;
	top: 1.625rem;
	width: 0.8125rem;
}

.p-faq__text {
	font-size: 0.875rem;
	grid-template-columns: 2.25rem 1fr;
	line-height: 1.7857142857;
}

.p-faq__text span {
	font-size: 1.5625rem;
}

.p-faq__a {
	padding: 1rem 3.375rem 1rem 1.5625rem;
}

.p-float {
	bottom: 0.3125rem;
	height: 7.4375rem;
	padding: 0.75rem;
	right: 0.3125rem;
	width: 7.4375rem;
}

.p-float__text {
	font-size: 0.625rem;
	line-height: 1.3;
}

.p-float__text::before {
	border-width: 2px;
	height: calc(100% + 0.875rem);
	width: calc(100% + 0.875rem);
}

.p-float__text span {
	height: 0.6875rem;
	margin-top: 0.375rem;
	width: 0.6875rem;
}

.p-footer {
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
}

.p-footer__logo {
	max-width: 8.1875rem;
}

.p-footer__copy {
	font-size: 0.625rem;
	margin-top: 1.125rem;
}

.p-header {
	height: 4rem;
}

.p-header__inner {
	max-width: none;
	max-width: initial;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-header__logo {
	width: 7.875rem;
}

.p-header__globalNav {
	display: none;
}

.p-header__hamburger {
	display: block;
	height: 100%;
	margin-left: auto;
	position: relative;
	width: 1.4375rem;
	z-index: 1;
}

.p-header__drawer {
	display: block;
}

.p-intro {
	padding-bottom: 4.125rem;
	padding-top: 1.125rem;
}

.p-intro::before {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 55.4707379135vw);
	clip-path: polygon(0 0, 100% 100%, 100% 55.4707379135vw);
	height: 130.534351145vw;
	left: calc(50% - 2.5rem);
	right: 0;
	top: 50.6361323155vw;
	transform: translateX(-50%);
	width: 276.5903307888vw;
}

.p-intro__slider picture {
	width: 62.3125rem;
}

.p-intro__inner {
	margin-top: 2rem;
}

.p-intro__title {
	font-size: 1.625rem;
}

.p-intro__text {
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 2.25rem;
}

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

.p-mv {
	max-height: 600px;
	min-height: 400px;
	padding-top: 4.75rem;
}

.p-mv__inner {
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
}

.p-mv__title {
	width: calc(100% - 2.125rem);
}

.p-osusume {
	padding-bottom: 3.125rem;
	padding-top: 3.4375rem;
}

.p-osusume__comments {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 19.375rem;
}

.p-osusume__comment {
	font-size: 0.8125rem;
	height: 9.4375rem;
	line-height: 1.6923076923;
	padding-top: 1.5rem;
	width: 14.0625rem;
}

.p-osusume__comment:not(:nth-child(2)) {
	margin-left: auto;
	margin-top: 0;
}

.p-osusume__comment + .p-osusume__comment {
	margin-top: 2.25rem;
}

.p-osusume__comment:nth-child(2) {
	transition-delay: 0 !important;
}

.p-osusume__comment:nth-child(3) {
	transition-delay: 0 !important;
}

.p-overview {
	background-image: url(../images/bg_overview_sp.webp);
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.p-overview__main {
	margin-top: 2.5rem;
	padding: 0.625rem 1.25rem 2.5rem;
}

.p-overview__info {
	display: block;
}

.p-overview__info dt {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 1.875rem;
}

.p-overview__info dd {
	font-size: 1rem;
	margin-top: 0.9375rem;
	padding-bottom: 1.875rem;
	padding-top: 0;
}

.p-overview__info dd span {
	font-size: 0.875rem;
}

.p-seminar {
	background-image: url(../images/bg_seminar_sp.webp);
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.p-seminar__box {
	margin-top: 2.5rem;
	padding: 1rem;
}

.p-seminar__block {
	gap: 0.8125rem;
	grid-template-columns: 3.8125rem 1fr;
	padding: 0.9375rem;
}

.p-seminar__block + .p-seminar__block {
	margin-top: 1rem;
}

.p-seminar__content {
	padding-bottom: 0.375rem;
	padding-left: 0.8125rem;
	padding-top: 0.375rem;
}

.p-seminar__time {
	font-size: 0.8125rem;
	line-height: 1.4230769231;
}

.p-seminar__time small {
	margin-left: 0;
	margin-right: 0.125rem;
	width: 0.6875rem;
}

.p-seminar__time strong {
	font-size: 1.4375rem;
}

.p-seminar__tag {
	font-size: 1rem;
	padding: 0.4375rem 0.5rem;
}

.p-seminar__text {
	font-size: 0.875rem;
	margin-top: 0.5625rem;
}

}

@media (max-width: 768px) {

html {
	font-size: 16px;
}

}

@media (max-width: 393px) {

html {
	font-size: 4.0712468193vw;
}

}


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