/*PC*/

@media all {
	/*contactフォーム7*/
	.wpcf7-response-output,
	.wpcf7-spinner {
		display: none !important;
	}
	.wpcf7-select {
		border: 1px solid #707070;
		padding: 10px;
	}
	.wpcf7-not-valid-tip {
		font-size: 1.4rem;
		margin-top: 10px;
	}

	/* スクロールエフェクト */
	.fadein {
		opacity: 0;
		transform: translate(0, 25px);
		transition: all 500ms;
	}

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

	/* 2つ目の要素に200msのdelayをかける */
	/*ここに親要素名*/
	.fadein:nth-of-type(2) {
		-moz-transition-delay: 200ms;
		-webkit-transition-delay: 200ms;
		-o-transition-delay: 200ms;
		-ms-transition-delay: 200ms;
	}

	.fadein:nth-of-type(3) {
		-moz-transition-delay: 400ms;
		-webkit-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		-ms-transition-delay: 400ms;
	}

	.fadein:nth-of-type(4) {
		-moz-transition-delay: 600ms;
		-webkit-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
	}

	html,
	body {
		background-color: #fff !important;
		font-size: 62.5%;
	}

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

	ul {
		list-style: none;
	}

	table {
		border-collapse: collapse;
	}

	.pc-video {
		display: block;
	}

	.sp-video {
		display: none;
	}

	header {
		.sp_menu {
			display: none;
		}
	}

	h2 {
		margin-top: 120px;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
		font-family: "Roboto Condensed";
		font-weight: 500;
		font-style: italic;
		color: white; /* 文字色：白 */
		-webkit-text-stroke: 1px #0c5dab; /* 縁取り：1px黒 */
		font-size: 8rem;
		margin-bottom: 100px;
		span {
			color: black;
			display: block;
			font-family: "Noto Sans JP";
			font-size: 3rem;
			font-style: unset;
			text-wrap: nowrap;
			-webkit-text-stroke: unset !important;
		}
	}

	h3 {
		font-size: 2.6rem;
		padding-left: 10px;
		line-height: 1;
		border-left: 3px solid #0c5dab;
		color: #0c5dab;
		margin-bottom: 30px;
		font-weight: 500;
	}

	.f_small {
		font-size: 1.2rem;
	}

	.w_main {
		max-width: 1100px;
		width: 100%;
		margin: auto;
		padding: 0 100px;
	}

	.line_y {
		background-color: yellow;
	}

	.button {
		font-size: 1.6rem;
		padding: 13px 50px;
		color: #0c5dab;
		border: 1px solid #0c5dab;
		position: relative;
		border-radius: 20px;
		transition: all 0.25s;
		margin: 30px auto 0;
		display: table;
		font-weight: 500;
		&::after {
			content: "";
			width: 60px;
			border-bottom: 1px solid #0c5dab;
			position: absolute;
			top: 50%;
			right: -30px;
			transition: all 0.25s;
		}
		&:hover {
			color: white;
			background-color: #0c5dab;
			&::after {
				right: -40px;
			}
		}
	}

	.page_mb {
		margin-bottom: 100px;
	}

	.page_lecturer {
		width: 100%;
		article {
			display: flex;
			justify-content: space-between;
			figure {
				width: 45%;
				text-align: center;
				& img {
					width: 100%;
					height: auto;
				}
				p {
					display: flex;
					align-items: center;
					justify-content: center;
					margin-top: 10px;
					font-size: 1.8rem;
					span {
						font-size: 1.2rem;
						margin-left: 8px;
					}
				}
			}
			div {
				width: 51%;
				ul {
					border-top: 1px solid black;
					margin-top: 20px;
					padding-top: 20px;
					font-size: 1.4rem;
				}
			}
		}
	}

	.page_table {
		width: 100% !important;
		margin-bottom: 20px;
		thead {
			background-color: #007bc8;
			color: white;
			th {
				text-align: center;
			}
		}
		thead {
			th {
				text-wrap: nowrap;
				border-right: 1px solid white !important;
				&:last-of-type {
					border-right: 1px solid #0c5dab;
				}
			}
		}
		tfoot {
			background-color: #f7f7f7;
		}
		th,
		td {
			line-height: 1.4;
			padding: 15px;
			span {
				font-size: 1.3rem;
			}
			border: 1px solid #0c5dab;
		}
		th {
			text-align: justify;
			p {
				background-color: #007bc8;
				padding: 1px 8px 2px 8px;
				color: white;
				font-size: 1.2rem;
				width: fit-content;
				margin-bottom: 5px;
			}
		}
		td {
			text-align: right;
			text-wrap: nowrap;
		}
	}

	.page_map {
		aspect-ratio: 3 / 1;
		width: 100%;
		height: 100%;
		margin-top: 20px;
	}

	.page_landscape {
		.full-slider {
			width: 100vw; /* 画面幅いっぱい */
			margin-left: 50%;
			transform: translateX(-50%); /* 親幅無視して中央基準に */
			overflow: hidden;
			& img {
				width: calc((100vw - 20px) / 3.8);
				height: auto;
				flex-shrink: 0;
				margin: 0 5px;
			}
		}

		.full-slider-track {
			display: flex;
			width: max-content;
			animation: slideLoop 40s linear infinite;
			margin-bottom: 80px;
		}

		.video-wrap {
			max-width: 650px;
			width: 100%;
			aspect-ratio: 16 / 9;
			overflow: hidden;
			margin: auto;
			video {
				width: 100%;
				height: 100%;
				object-fit: cover; /* 全面フィット（トリミングあり） */
				display: block;
			}
		}
	}
	/* スライドアニメーション */
	@keyframes slideLoop {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}

	#header {
		width: 100%;
		background-color: rgb(255, 255, 255, 1);
		z-index: 999;
		position: fixed;
		top: 0;
		.header_wrapper {
			max-width: 1260px;
			padding: 0 0 0 30px;
			margin: auto;
			display: flex;
			align-items: center;
			justify-content: space-between;
			figure {
				display: flex;
				align-items: center;
				h1 {
					font-size: 1.4rem;
					margin-left: 10px;
					span {
						font-size: 1.2rem;
						display: block;
					}
				}
			}
			nav {
				display: flex;
				align-items: center;
				z-index: 2;
				& a {
					font-size: 1.4rem;
					margin-right: 28px;
					transition: all 0.25s;
					&:nth-last-child(1),
					&:nth-last-child(2) {
						text-align: center;
						line-height: 1.6;
						margin-right: 0px;
						color: white;
						display: flex;
						justify-content: center;
						align-items: center;
						width: 100%;
						height: 100%;
					}
					&:nth-last-child(1) {
						background-color: #007bc8;
						aspect-ratio: 1 / 1;
						width: 96px;
					}
					&:nth-last-child(2) {
						background-color: #00a9c8;
						aspect-ratio: 1 / 1;
						width: 96px;
					}
					&:hover {
						color: #0c5dab;
						&:nth-last-child(1),
						&:nth-last-child(2) {
							color: white;
						}
					}
				}
			}
		}
	}

	#top {
		.mv {
			position: relative;
			width: 100%;
			height: calc(100vh - 90px);
			overflow: hidden;
			margin: 90px 0 150px;
		}

		.mv-video {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			height: 100%;
			object-fit: cover;
			transform: translate(-50%, -50%);
		}

		.link_01,
		.link_02,
		.link_03 {
			h2 {
				font-size: 4.8rem;
				text-wrap: nowrap;
			}
			h3 {
				font-size: 2.4rem;
				margin-bottom: 20px;
				border-left: unset;
				padding: 0;
			}
		}

		.link_01 {
			article {
				max-width: 1400px;
				margin: 0 auto 120px;
				width: 100%;
				display: flex;
				align-items: center;
				&:nth-of-type(2) {
					flex-direction: row-reverse;
					figure {
						margin: 0px 0px 0px 40px;
						h2 {
							right: unset;
							left: -25px;
							top: -25px;
						}
					}
					div {
						padding: 0 0 0 50px;
					}
				}
				figure {
					margin-right: 40px;
					position: relative;
					max-width: 660px;
					min-width: 450px;
					width: 100%;
					& img {
						width: 100%;
						height: auto;
					}
					h2 {
						position: absolute;
						right: -25px;
						top: -25px;
						margin: 0;
						line-height: 1;
					}
				}
				div {
					max-width: 500px;
					padding-right: 50px;
					.button {
						display: inline-block;
					}
				}
			}
		}

		.link_02 {
			width: 100%;
			padding: 150px 0 50px;
			background-color: #007bc8;
			clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
			.wrapper {
				max-width: 1200px;
				width: 100%;
				margin: auto;
				gap: 50px;
				display: flex;
				padding: 100px 50px;

				article {
					position: relative;
					width: calc((100% - 50px) / 2);
					&:nth-child(2) {
						margin-top: 50px;
					}

					h2 {
						position: absolute;
						top: -70px;
						left: 50%;
						transform: translateX(-50%);
						margin: 0 0 10px 0;
					}

					figure {
						margin-bottom: 30px;
						& img {
							width: 100%;
							height: auto;
						}
					}

					h3,
					p {
						color: white;
					}

					.button {
						border: white 1px solid;
						color: white;
						&::after {
							border-bottom: 1px solid white;
						}

						&:hover {
							background-color: white;
							color: #0c5dab;
						}
					}
				}
			}
		}

		.link_03 {
			max-width: 1100px;
			margin: auto;
			padding: 0 50px;
			h2 {
				font-size: 7rem;
				span {
					font-size: 2.4rem;
				}
			}
			div {
				width: 100%;
				max-width: 1100px;
				margin: 0 auto 50px;
				display: flex;
				gap: 30px;
				& a {
					width: calc((100% - 60px) / 3);
					figure {
						aspect-ratio: 3 / 2;
						overflow: hidden;
						margin-bottom: 15px;

						img {
							width: 100%;
							height: 100%;
							object-fit: cover;
							object-position: center;
							transition: transform 0.25s ease;
							transform: scale(1);
						}
					}

					&:hover {
						figure {
							& img {
								transform: scale(1.05);
							}
						}
					}
				}
			}
		}
	}

	#educational {
		.page_explanation {
			max-width: 700px;
			margin: 0px auto 100px;
		}
		ul {
			font-size: 1.4rem;
		}
	}

	#training {
		h3 {
			color: #c25463;
			border-left: 3px solid #c25463;
		}

		h4 {
			font-size: 1.8rem;
			margin-bottom: 20px;
		}

		h5 {
			color: #c25463;
			font-size: 1.6rem;
			margin-bottom: 10px;
			span {
				font-size: 1.4rem;
			}
		}

		.page_table {
			thead {
				background-color: #bfab90;
				th {
					&:last-of-type {
						border-right: 1px solid #bfab90 !important;
					}
				}
			}
			th,
			td {
				border: 1px solid #bfab90;
			}
		}

		.point {
			max-width: 1000px;
			width: 100%;
			margin: 0 auto 200px;
			article {
				display: flex;
				align-items: end;
				margin-bottom: 150px;
				&:last-of-type {
					margin-bottom: 0px;
				}
				&:nth-of-type(2) {
					flex-direction: row-reverse;
					div {
						margin: 0 -100px -50px 0;
					}
				}
				figure {
					width: 57%;
					&img {
						width: 100%;
						height: auto;
					}
				}
				div {
					margin: 0 0 -50px -100px;
					width: 50%;
					height: fit-content;
					padding: 20px;
					border: 1px solid #d02f59;
					background-color: white;
					position: relative;
					h3 {
						font-size: 2.4rem;
						border-left: unset;
						padding: 0;
					}
				}
			}
		}

		.voice {
			div {
				display: flex;
				gap: 20px;
				article {
					width: calc((100% - 20px) / 2);
					background-color: #f7f7f7;
					padding: 20px;
					p {
						font-size: 1.5rem;
					}
				}
			}
		}
	}

	#about {
		.company {
			figure {
				width: 100%;
				& img {
					width: 100%;
					height: auto;
				}
			}
		}

		.page_lecturer {
			article {
				align-items: center;
				.name {
					margin-top: 30px;
					text-align: right;
				}
			}
		}

		table {
			width: 100%;
			tr {
				&:nth-child(odd) {
					th,
					td {
						background-color: #f7f7f7;
					}
				}
				th,
				td {
					padding: 20px;
					text-align: justify;
				}
			}
		}
	}

	#recruit {
		.top {
			width: 100%;
			figure {
				margin: 0 auto 100px;
				max-width: 1200px;
				width: 100%;
				& img {
					width: 100%;
					height: auto;
				}
			}

			div {
				max-width: 700px;
				width: 100%;
				margin: auto;
				h3 {
					color: black;
					padding-left: 0px;
					border-left: unset;
					text-align: center;
					font-size: 3.6rem;
					margin-bottom: 50px;
					line-height: 1.6;
				}
			}
		}

		.point {
			article {
				display: flex;
				align-items: center;
				margin-bottom: 60px;
				&:last-of-type {
					margin-bottom: 0;
				}
				figure {
					margin-right: 30px;
					width: 185px;
					min-width: 185px;
					img {
						width: 100%;
						height: auto;
					}
				}
				div {
					width: 100%;
					h4 {
						color: #0c5dab;
						border-bottom: 1px solid #0c5dab;
						margin-bottom: 10px;
						font-size: 2.2rem;
						font-weight: 500;
						line-height: 1.4;
						span {
							font-size: 1.6rem;
						}
					}
				}
			}
		}

		.interview {
			div {
				display: flex;
				gap: 40px;
				.wrapper {
					width: calc((100% - 40px) / 2);
					figure {
						margin-bottom: 30px;
						& img {
							width: 100%;
							height: auto;
						}
						p {
							text-align: center;
							span {
								font-size: 1.3rem;
								margin-left: 10px;
							}
						}
					}
					article {
						margin-bottom: 30px;
						h4 {
							color: #0c5dab;
							margin-bottom: 10px;
							font-size: 1.7rem;
						}
						&:last-of-type {
							margin-bottom: 0;
						}
						p {
							font-size: 1.5rem;
						}
					}
				}
			}
		}

		.recruitment {
			.tab-area {
				width: 100%;
				margin: 10px auto 0;

				.tab-radio {
					display: none;
				}

				.tab-menu {
					display: block;
					float: left;
					width: calc(100% / 2);
					text-align: center;
					padding: 10px;
					cursor: pointer;
					color: #0c5dab;
					border: 1px solid #0c5dab;
					transition: background-color 0.2s;
					font-size: 1.8rem;
					font-weight: 500;
					transition: all 0.25s;
					&:hover {
						opacity: 0.8;
					}
				}

				.tab-content-item {
					display: none;
					padding: 40px 20px;
					clear: both;
					border: 1px solid #0c5dab;
					border-top: unset;
					i {
						color: #0c5dab;
						margin-right: 10px;
						line-height: 2;
					}
					article {
						h4 {
							width: 100%;
							background-color: black;
							padding: 8px 0px;
							text-align: center;
							color: white;
							margin: 40px 0 20px;
						}
						article {
							padding-bottom: 30px;
							margin-bottom: 30px;
							border-bottom: 1px solid #0c5dab;
							&:last-of-type {
								padding-bottom: 0px;
								margin-bottom: 0px;
								border: unset;
							}
							h5 {
								color: #0c5dab;
								margin-bottom: 10px;
								font-size: 1.6rem;
							}
							.mb_30 {
								margin-bottom: 30px;
							}
							ul {
								li {
									display: flex;
									margin: 8px 0px;
									div {
										ul {
											li {
												font-size: 1.4rem;
												margin: 0;
											}
										}
									}
								}
							}
							.flex {
								display: flex;
								flex-wrap: wrap;
							}
						}
					}
				}

				#tab01:checked ~ #tabContent01,
				#tab02:checked ~ #tabContent02 {
					display: block;
				}

				#tab01:checked ~ #tabMenu01,
				#tab02:checked ~ #tabMenu02 {
					background-color: #0c5dab;
					border-color: #0c5dab;
					color: white;
				}
			}
		}
	}

	#contact {
		.w_main {
			max-width: 900px;
		}
		.wrapper {
			text-align: center;
			margin-bottom: 80px;
			p {
				text-align: center;
				font-size: 1.8rem;
				margin-bottom: 20px;
			}
			a {
				font-size: 4rem;
				font-weight: 500;
				i {
					margin-right: 10px;
				}
			}
			.time {
				display: flex;
				align-items: center;
				margin: auto;
				width: fit-content;
				p {
					line-height: 1;
					font-size: 1.8rem;
					&:first-of-type {
						border: 1px solid white;
						padding: 5px 10px 7px 10px;
						margin-right: 20px;
					}
				}
			}
		}
		table {
			width: 100%;
			th,
			td {
				display: block;
				text-align: justify;
			}
			th {
				margin: 40px 0 15px;
				span {
					margin-left: 5px;
					color: red;
					font-size: 1.3rem;
				}
			}
			.form_yubin {
				width: fit-content;
				border-bottom: 1px solid black;
			}
			.form_01 {
				width: 100%;
				border-bottom: 1px solid black;
				padding: 0 0 10px 0;
				&:focus-visible {
					outline: none;
				}
			}
			.form_02 {
				width: 100%;
				height: 250px;
				border: 1px solid black;
				padding: 10px;
				&:focus-visible {
					outline: none;
				}
			}
			.wpcf7-form-control {
				&:focus-visible {
					outline: none !important;
				}
			}
			.wpcf7-not-valid-tip {
				color: red;
				font-size: 1.2rem;
			}
		}
	}

	.page-id-24,
	.page-id-26,
	.page-id-45,
	.page-id-47 {
		footer {
			.wrapper_01 {
				display: none;
			}
		}
	}

	footer {
		background-color: #f7f7f7;
		padding-bottom: 20px;
		margin-top: 150px;
		.wrapper_01 {
			padding: 100px;
			background-color: #0c5dab;
			h2 {
				margin-top: 0;
				font-size: 16rem;
				color: #0c5dab; /* 文字色：白 */
				-webkit-text-stroke: 1px #598fc3; /* 縁取り：1px黒 */
				position: relative;
				line-height: 1;
				margin-bottom: 50px;
				span {
					font-size: 4rem;
					color: white;
					-webkit-text-stroke: unset !important;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}
			}
			.link {
				display: flex;
				margin: 0 auto 20px;
				width: fit-content;
				font-family: "Roboto Condensed";
				gap: 50px;
				a {
					color: white;
					font-size: 4rem;
					font-weight: 500;
					i {
						margin-right: 10px;
					}
				}
			}
			.time {
				display: flex;
				align-items: center;
				margin: auto;
				width: fit-content;
				p {
					line-height: 1;
					color: white;
					font-size: 1.8rem;
					&:first-of-type {
						border: 1px solid white;
						padding: 5px 10px 7px 10px;
						margin-right: 20px;
					}
					&:nth-child(2) {
						border-right: 1px solid white;
						padding-right: 15px;
						margin-right: 15px;
					}
				}
			}
		}

		.wrapper_02 {
			max-width: 1100px;
			padding: 100px 50px 0px;
			margin: 0 auto 50px;
			display: flex;
			justify-content: space-between;
			div {
				figure {
					display: flex;
					align-items: center;
					margin-bottom: 20px;
					h1 {
						font-size: 1.4rem;
						margin-left: 10px;
						span {
							font-size: 1.2rem;
							display: block;
						}
					}
				}
				p {
					font-size: 1.3rem;
				}
			}
			nav {
				display: flex;
				flex-wrap: wrap;
				flex-direction: column;
				height: 120px;
				a {
					font-size: 1.3rem;
					line-height: 2.2;
					padding-left: 20px;
				}
			}
		}

		.copy {
			text-align: center;
			font-size: 1rem;
		}
	}

	#home {
		article {
			width: 100%;
			gap: 60px 20px;
			display: flex;
			flex-wrap: wrap;
			article {
				width: calc((100% - 40px) / 3);

				figure {
					aspect-ratio: 3 / 2;
					overflow: hidden;
					margin-bottom: 15px;

					img {
						width: 100%;
						height: 100%;
						object-fit: cover;
						object-position: center;
						transition: transform 0.25s ease;
						transform: scale(1);
					}
				}

				&:hover {
					figure {
						& img {
							transform: scale(1.05);
						}
					}
				}

				h3 {
					font-size: 1.6rem;
					padding-left: 0;
					border: unset;
					line-height: 1.6;
					color: black;
				}
			}
		}
	}

	#single {
		.w_main {
			max-width: 900px;
			figure {
				margin-bottom: 30px;
				& img {
					width: 100%;
					height: auto;
				}
			}
			h1 {
				color: #0c5dab;
				font-size: 2rem;
				margin: 80px 0 20px;
				line-height: 1.8;
			}
			data {
				text-align: right;
				display: block;
				font-size: 1.4rem;
				margin-bottom: 50px;
			}
			p {
				margin-bottom: 20px !important;
			}
		}
		.single_pn {
			max-width: 500px;
			display: flex !important;
			justify-content: space-between;
			align-items: center;
			font-size: 1.6rem !important;
			margin: 80px auto 0px;
			padding: 20px 20px;
			transition: all 0.25s;
			p {
				margin-bottom: 0px !important;
			}
			.fa-angle-left {
				margin-right: 5px;
			}
			.fa-angle-right {
				margin-left: 5px;
			}
			& a:hover {
				opacity: 0.8;
				transition: all 0.25s;
			}
		}
	}

	.page {
		width: 100%;
		display: block;
		.page-numbers {
			display: flex;
			justify-content: center;
			font-size: 2.2rem;
			padding: 5px 7px;
			& a {
				color: lightgray !important;
				transition: all 0.25s;
				&:hover {
					color: #141414 !important;
					transition: all 0.25s;
				}
			}
		}
	}
}

@media screen and (max-width: 1095px) {
	#header {
		.header_wrapper {
			figure {
				h1 {
					font-size: 1.3rem;
					span {
						font-size: 1.1rem;
					}
				}
			}
			nav {
				& a {
					font-size: 1.3rem;
					margin-right: 18px;
					&:nth-last-child(1),
					&:nth-last-child(2) {
						width: 90px;
					}
				}
			}
		}
	}
}

/*ipad*/
@media screen and (max-width: 1024px) {
	img {
		backface-visibility: hidden;
	}
}

@media screen and (max-width: 970px) {
	h2 {
		font-size: 6rem;
	}

	h3 {
		font-size: 2.2rem;
	}

	p,
	th,
	td,
	ul,
	li {
		font-size: 1.5rem;
	}

	.button {
		font-size: 1.5rem;
		padding: 10px 40px;
	}

	.w_main {
		padding: 0 50px;
	}

	header {
		.sp_menu {
			display: block;
			position: fixed;
			z-index: 1000;
			@keyframes bugfix {
				from {
					padding: 0;
				}
				to {
					padding: 0;
				}
			}
			@-webkit-keyframes bugfix {
				from {
					padding: 0;
				}
				to {
					padding: 0;
				}
			}
			#overlay-button {
				position: fixed;
				right: 9px;
				top: 18px;
				padding: 26px 11px;
				z-index: 999;
				cursor: pointer;
				user-select: none;
				span {
					height: 2px;
					width: 35px;
					border-radius: 2px;
					background-color: black;
					position: relative;
					display: block;
					transition: all 0.2s ease-in-out;
					&::before {
						top: -10px;
						visibility: visible;
					}
					&::after {
						top: 10px;
					}
					&::before,
					&::after {
						height: 2px;
						width: 35px;
						border-radius: 2px;
						background-color: black;
						position: absolute;
						content: "";
						transition: all 0.2s ease-in-out;
					}
				}
			}

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

			input[type="checkbox"]:checked ~ #overlay {
				visibility: visible;
			}

			input[type="checkbox"]:checked ~ #overlay-button:hover span,
			input[type="checkbox"]:checked ~ #overlay-button span {
				background: transparent;
			}
			input[type="checkbox"]:checked ~ #overlay-button span:before {
				transform: rotate(45deg) translate(7px, 7px);
			}
			input[type="checkbox"]:checked ~ #overlay-button span:after {
				transform: rotate(-45deg) translate(7px, -7px);
			}

			#overlay {
				height: 100vh;
				width: 100vw;
				background: white;
				z-index: 2;
				visibility: hidden;
				position: fixed;
				top: 0;
				figure {
					position: fixed;
					z-index: 1001;
					top: 10px;
					left: 20px;
					display: flex;
					align-items: center;
					z-index: 1000;
					h1 {
						font-size: 1.3rem;
						margin-left: 10px;
						span {
							font-size: 1.1rem;
							display: block;
						}
					}
				}
				ul {
					display: flex;
					justify-content: center;
					align-items: center;
					flex-direction: column;
					text-align: center;
					height: 100vh;
					padding-left: 0;
					list-style-type: none;
					li {
						line-height: 3.4;
						color: black;
						font-size: 1.5rem;
					}
				}
			}
		}
	}

	#header {
		padding: 10px 0px;
		.header_wrapper {
			padding: 0px 20px;
			nav {
				display: none;
			}
		}
	}

	#top {
		.link_01,
		.link_02 {
			h2 {
				font-size: 4.4rem;
			}
		}

		.link_03 {
			h2 {
				font-size: 6rem;
				span {
					font-size: 2.2rem;
				}
			}
		}
	}

	footer {
		.wrapper_01 {
			h2 {
				font-size: 12rem;
				span {
					font-size: 3rem;
				}
			}
			.link {
				a {
					font-size: 3.4rem;
				}
			}
		}
	}
}

/*ipadair*/
@media screen and (max-width: 820px) {
	#top {
		.link_01,
		.link_02 {
			h2 {
				font-size: 4rem;
			}
			h3 {
				font-size: 2.2rem;
			}
		}
		.link_01 {
			article {
				margin: 0 auto 50px;
			}
		}
		.link_02 {
			.wrapper {
				padding: 50px;
			}
		}

		.mv {
			height: calc(50vh - 90px);
		}
	}

	footer {
		.wrapper_01 {
			padding: 80px 50px;
		}
	}
}

/*ipadmini*/
@media screen and (max-width: 768px) {
	h2 {
		font-size: 5rem;
		span {
			font-size: 2.6rem;
		}
	}

	#top {
		.link_01,
		.link_02 {
			h2 {
				font-size: 3.6rem;
			}
		}
		.link_03 {
			h2 {
				margin-top: 50px;
			}
		}
	}

	.page_table {
		thead {
			th {
				text-wrap: wrap;
			}
		}
	}
}

/*スマホ*/
@media screen and (min-width: 600px) {
	/*電話番号発信スマホのみ*/
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media screen and (max-width: 599px) {
	.pc-video {
		display: none;
	}
	.sp-video {
		display: block;
	}

	h2 {
		margin-bottom: 50px;
		font-size: 4rem;
		line-height: 1.2;
		span {
			margin-top: 15px;
			font-size: 2rem;
		}
	}

	.w_main {
		padding: 0 25px;
	}

	.page_mb {
		margin-bottom: 70px;
	}

	.page_map {
		aspect-ratio: 1;
	}

	.page_lecturer {
		article {
			flex-direction: column;
			figure {
				width: 100%;
				margin-bottom: 30px;
				p {
					span {
						margin-top: 3px;
					}
				}
			}

			div {
				width: 100%;
			}
		}
	}

	.page_landscape {
		margin-bottom: 10px !important;
		.full-slider {
			img {
				width: calc((100vw - 20px) / 1.5);
			}
		}
	}

	h3 {
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.button {
		padding: 10px 35px;
		&::after {
			width: 40px;
			right: -20px;
		}
	}

	#top {
		.link_01 {
			article {
				margin: 0 auto 30px;
				flex-direction: column;
				figure {
					margin-right: 0px;
					position: unset;
					max-width: unset;
					min-width: unset;
					width: 100%;
					margin-bottom: 0px;
					h2 {
						position: relative;
						right: 0;
						top: -300px;
					}
				}
				div {
					margin-right: 0px;
					padding: 0 25px;
					h3 {
						text-align: center;
					}
					.button {
						display: table;
					}
				}
			}
		}

		.link_02 {
			clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
			.wrapper {
				padding: 30px 25px 70px;
				gap: 80px;
				flex-direction: column;
				article {
					width: 100%;
				}
			}
		}

		.link_01,
		.link_02 {
			h2 {
				letter-spacing: 0em;
			}
		}

		.link_03 {
			padding: 0 25px;
			div {
				a {
					width: 100%;
				}
			}
		}
	}

	#home {
		article {
			article {
				width: 100%;
			}
		}
	}

	#educational {
		.page_explanation {
			margin: 0px auto 70px;
		}

		.table-area {
			overflow-x: scroll;
		}

		.sp-table {
			width: 100%;
			min-width: 700px;
		}
	}

	#training {
		.point {
			margin: 0 auto 70px;
			article {
				padding: 20px;
				margin-bottom: 30px;
				flex-direction: column;
				figure {
					width: 100%;
				}
				div {
					margin: 20px 0 0;
					width: 100%;
					h3 {
						font-size: 1.9rem;
					}
				}
				&:nth-of-type(2) {
					flex-direction: column;
					div {
						margin: 20px 0 0;
						width: 100%;
					}
				}
			}
		}

		.page_landscape {
			margin-bottom: 20px !important;
		}

		h4 {
			font-size: 1.7rem;
			letter-spacing: 0em;
		}

		.voice {
			div {
				flex-wrap: wrap;
				article {
					width: 100%;
				}
			}
		}
	}

	#recruit {
		.top {
			figure {
				margin: 0 auto 50px;
			}
			div {
				padding: 0 20px;
				h3 {
					font-size: 2.6rem;
					margin-bottom: 30px;
				}
			}
		}

		.point {
			article {
				flex-direction: column;
				figure {
					margin: 0 0 30px 0;
				}
			}
		}

		.interview {
			div {
				flex-wrap: wrap;
				gap: 60px;
				.wrapper {
					width: 100%;
				}
			}
		}

		.recruitment {
			.tab-area {
				.tab-content-item {
					padding: 1px 20px 20px;
				}
			}
		}
	}

	#contact {
		.wrapper {
			margin-bottom: 20px;
			p {
				font-size: 1.6rem;
			}
			a {
				font-size: 3rem;
			}
			.time {
				p {
					font-size: 1.6rem;
					margin-bottom: 0px;
					&:first-of-type {
						margin-right: 0px;
					}
				}
			}
		}
	}

	#single {
		.w_main {
			h1 {
				font-size: 1.8rem;
				margin: 0px 0 15px;
			}
		}
	}

	#about {
		table {
			tr {
				th {
					text-wrap: nowrap;
					padding: 15px 0px 15px 15px;
				}
				td {
					padding: 15px;
				}
			}
		}
	}

	footer {
		margin-top: 100px;
		h2 {
			span {
				margin-top: 0px;
			}
		}
		.wrapper_01 {
			padding: 60px 25px;
			h2 {
				font-size: 7rem;
				margin-bottom: 20px;
				span {
					font-size: 2.7rem;
				}
			}
			.link {
				flex-direction: column;
				gap: 0px;
				margin: 0 auto 40px;
				text-align: center;
				a {
					line-height: 1.8;
				}
			}
			.time {
				flex-wrap: wrap;
				justify-content: center;
				p {
					&:first-of-type {
						margin-right: 0px;
						width: 200px;
						margin: auto;
						text-align: center;
						margin-bottom: 20px;
					}

					&:nth-child(2) {
						padding-right: 10px;
						margin-right: 10px;
						font-size: 1.5rem;
					}

					&:nth-child(3) {
						font-size: 1.5rem;
					}
				}
			}
		}

		.wrapper_02 {
			padding: 50px 25px 0px;
			margin: 0 auto 30px;
			flex-direction: column;
			div {
				figure {
					justify-content: center;
				}
				p {
					text-align: center;
					margin-bottom: 30px;
				}
			}
			nav {
				margin: auto;
				gap: 0 30px;
				a {
					padding-left: 0px;
				}
			}
		}
	}
}
