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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	min-height: 0vw;
}

/* 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-padding-top: 2.5rem;
}

/* Set core body defaults */

body {
	color: #191A1B;
	counter-reset: number 0;
	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;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

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

.js-fadeUp {
	opacity: 0;
}

.js-fadeUp.is-active {
	animation: fadeUp 0.4s ease-out forwards;
}

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.inner-w {
	margin: 0 auto;
	max-width: 91.25rem;
	padding: 0 1.875rem;
	width: 100%;
}

.section-head {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.section-head::after {
	background-color: #191A1B;
	bottom: -14%;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: -24%;
	transform: rotate(-18deg);
	width: 10.625rem;
}

.section-en {
	color: #0078B9;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.045rem;
	line-height: 1;
	text-align: center;
}

.section-ja {
	color: #191A1B;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.00875rem;
	line-height: 1;
	margin-top: 0.9375rem;
}

.section-head--center {
	margin: 0 auto;
}

.section-head--center::before {
	background-color: #191A1B;
	bottom: -2.75rem;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 10rem;
}

.section-head--center::after {
	display: none;
}

.section-head--center .section-ja {
	text-align: center;
}

.section-head--white .section-en {
	color: #FFFFFF;
}

.section-head--white .section-ja {
	color: #FFFFFF;
}

.section-head--white::before {
	background-color: #FFFFFF;
}

.section-btn a {
	border-radius: 56.25rem;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	padding: 0.75rem 2rem;
	position: relative;
	transition: background 0.2s ease-in-out;
	width: 100%;
}

.section-btn a::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.section-btn--blue a {
	background-color: #0078B9;
	color: #FFFFFF;
}

.section-btn--blue a:hover {
	background-color: #A2D9F7;
	opacity: 1;
}

.section-btn--white a {
	background-color: #FFFFFF;
	color: #0078B9;
	overflow: hidden;
	position: relative;
	transition: color 0.2s ease-in-out;
	z-index: 0;
}

.section-btn--white a::before {
	background: linear-gradient(92deg, #58B6EA -2.36%, #2B66E3 50.54%, #0980E1 101.44%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.2s ease-in-out;
	z-index: -1;
}

.section-btn--white a:hover {
	color: #FFFFFF;
}

.section-btn--white a:hover::before {
	opacity: 1;
}

.section-btn--white a:hover::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/cover;
}

.section-btn--white a::after {
	background: url(../images/common/arrow-right--blue.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
	z-index: 1;
}

.page-section-title {
	color: #0078B9;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.03rem;
	line-height: 1;
}

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

.page-section-title--treat {
	position: relative;
}

.page-section-title--treat::before {
	background-color: #191A1B;
	bottom: -1.625rem;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 10rem;
}

.page-shadow {
	position: relative;
}

.page-shadow::after {
	-webkit-clip-path: polygon(0% 53%, 100% 18%, 100% 63%, 0% 100%);
	background-color: #FAFAFA;
	clip-path: polygon(0% 53%, 100% 18%, 100% 63%, 0% 100%);
	content: "";
	height: 73%;
	left: 50%;
	position: absolute;
	top: 16%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.page-section-head {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.page-section-head--center {
	margin: 0 auto;
}

.page-section-head--center::after {
	display: none;
}

.page-section-head--center::before {
	background-color: #191A1B;
	bottom: -116%;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 10rem;
}

.page-section-head::after {
	background-color: #191A1B;
	bottom: -40%;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: -45%;
	transform: rotate(-18deg);
	width: 10.625rem;
}

.page-section-head--x {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.page-section-head--x::after {
	background-color: #191A1B;
	bottom: -40%;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: -505%;
	transform: rotate(-18deg);
	width: 10.625rem;
}

.page-section-en {
	color: #0078B9;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.03rem;
	line-height: 1;
}

.greeting {
	padding-top: 6.5rem;
}

.greeting__wrapper {
	align-items: center;
	display: flex;
	gap: 6%;
	justify-content: center;
	margin-top: 7.25rem;
}

.greeting__image {
	max-width: 25.6875rem;
	width: 100%;
}

.greeting__image img {
	-o-object-fit: cover;
	aspect-ratio: 411/363;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.greeting__content {
	width: 100%;
}

.greeting__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
}

.greeting__name {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.0125rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.philosophy {
	margin-top: 16.5rem;
}

.philosophy__list {
	display: flex;
	flex-direction: column;
	gap: 5.3125rem;
	margin: 2.875rem auto 0;
	max-width: 35.625rem;
}

.philosophy__list-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 2.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.philosophy__text-item {
	display: flex;
}

.philosophy__text-item-title {
	flex-shrink: 0;
	font-weight: bold;
	width: 3.75rem;
}

.philosophy__subtitle {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(92deg, #58B6EA -2.36%, #2B66E3 50.54%, #0980E1 101.44%);
	background-clip: text;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
	line-height: 1;
	text-align: center;
}

.philosophy__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 2.5rem;
	text-align: center;
}

.philosophy__text--bold {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 2.5rem;
	text-align: center;
}

.history {
	margin-top: 20rem;
}

.history__table {
	border-collapse: collapse;
	margin: 6.75rem auto 0;
	max-width: 37.5rem;
	width: 100%;
}

.history__table thead th {
	padding-bottom: 1.25rem;
}

.history__table thead::after {
	content: "";
	display: block;
	height: 0.625rem;
}

.history__table tr {
	border-bottom: 1px solid #ccc;
}

.history__table thead tr {
	border-bottom: 2px solid #333;
}

.history__table-heading {
	font-weight: 700;
	letter-spacing: 0.01rem;
	line-height: 1.4;
}

.history__table-data,
.history__table-description {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	padding: 1.125rem 0;
	vertical-align: top;
}

.history__table-description {
	padding-left: 3rem;
}

.company-info {
	background-color: #F3F6FA;
	margin-top: 12.125rem;
	padding: 8.25rem 0 11.9375rem;
}

.company-info__list {
	display: flex;
	flex-direction: column;
	gap: 1.8125rem;
	margin: 5rem auto 0;
	max-width: 20.3125rem;
}

.company-info__item {
	display: flex;
	flex-wrap: wrap;
}

.company-info__term {
	color: #000;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	width: 7.375rem;
}

.company-info__description {
	flex: 1;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
}

.contact {
	padding-top: 6.25rem;
}

.contact__form-wrapper {
	margin: 1.5625rem 0 5.75rem;
}

.contact__form-wrapper .contact__form-wrap + .contact__form-wrap {
	margin-top: 1.5625rem;
}

.contact__form-label span {
	color: #F04D4D;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 0.5625rem;
}

.contact__form-label .small-etc {
	color: #F04D4D;
	display: inline-block;
	font-size: 0.5625rem;
}

.contact__form-input {
	margin-top: 1rem;
}

.contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	width: 100%;
}

.contact__form-input input:focus {
	outline: none;
}

.contact__form-input input::-moz-placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-input input::placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-radio {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.contact__form-radio label {
	display: block;
}

.contact__form-radio input {
	display: none;
}

.contact__form-radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding: 0 0 0 2.4375rem;
	position: relative;
}

.contact__form-radio input + span::before {
	background: #fff;
	border: 1px solid #CBCBCB;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.contact__form-radio input + span::after {
	background: #0078B9;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 1.125rem;
	left: 0.3125rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.125rem;
}

.contact__form-radio input:checked + span::after {
	opacity: 1;
}

.contact__form-textarea {
	margin-top: 1rem;
}

.contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	field-sizing: content;
	appearance: none;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	font-size: 1rem;
	min-height: 15.4375rem;
	padding: 1rem;
	resize: none;
	width: 100%;
}

.contact__form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.contact__form-textarea textarea::-moz-placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-textarea textarea::placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-file {
	display: flex;
	margin-top: 4.4375rem;
}

.contact__form-privacy {
	margin-top: 2.5rem;
}

.contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.contact__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #808080;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.3125rem;
	width: 1.25rem;
}

.contact__form-privacy input + span::after {
	border-bottom: 0.1875rem solid #333;
	border-left: 0.1875rem solid #333;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.75rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-privacy input + span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.contact__form-privacy input:checked + span::after {
	opacity: 1;
}

.contact__form-submit {
	margin: 4.6875rem auto 0;
	max-width: 18.75rem;
	position: relative;
	width: 100%;
}

.contact__form-submit:hover::before {
	background-color: #0078B9;
}

.contact__form-submit:hover::after {
	background-color: #0078B9;
}

.contact__form-submit input {
	background-color: #0078B9;
	border: 1px solid #0078B9;
	border-radius: 2.25rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1.25rem 2.0625rem 1.25rem 2.4375rem;
	text-align: left;
	transition: color 0.2s ease-in, background-color 0.2s ease-in;
	width: 100%;
}

.contact__form-submit input:hover {
	background-color: #fff;
	color: #0078B9;
	opacity: 1;
}

.thanks {
	padding: 6.25rem 0;
}

.thanks__title {
	color: #0078B9;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}

.thanks__text {
	font-size: 1.125rem;
	line-height: 2;
	margin: 1.25rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.thanks__btn {
	margin: 6.25rem auto 0;
	max-width: 12rem;
	width: 100%;
}

.fields {
	margin-top: 11.0625rem;
}

.fields-content {
	display: flex;
	gap: 2.5rem;
	margin-top: 3rem;
}

.fields-box {
	background-color: #F3F6FA;
	padding: 2.9375rem 3.125rem 2.5rem 4.9375rem;
	position: relative;
	width: 50%;
}

.fields-box::before {
	border-bottom: 4.6875rem solid transparent;
	border-left: 10.5625rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.fields-item__head {
	align-items: center;
	display: flex;
	gap: 1.3125rem;
	justify-content: space-between;
}

.fields-item__image {
	max-width: 16rem;
	width: 100%;
}

.fields-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 256/162;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fields-item__body {
	margin-top: 2.6875rem;
}

.fields-item__title {
	color: #000000;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015rem;
	line-height: 1.5;
}

.fields-item__text {
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 2.6875rem;
}

.banner-cards {
	margin-top: 6.6875rem;
}

.banner-cards__list {
	display: flex;
	gap: 2.5625rem;
	justify-content: space-between;
}

.banner-cards__item a {
	display: block;
}

.banner-cards__item a:hover {
	opacity: 1;
}

.banner-cards__item a:hover .banner-cards__image img {
	transform: scale(1.05);
}

.banner-cards__item a:hover .banner-cards__button {
	background-color: #A2D9F7;
}

.banner-cards__image {
	max-width: 32.5rem;
	overflow: hidden;
	width: 100%;
}

.banner-cards__image img {
	-o-object-fit: cover;
	aspect-ratio: 520/225;
	height: auto;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.2s ease-in-out;
	width: 100%;
}

.banner-cards__button {
	background-color: #0078B9;
	border-radius: 56.25rem;
	bottom: 1.0625rem;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin: 0 auto;
	padding: 0.75rem 2rem;
	position: absolute;
	transform: translateX(-50%);
	transition: background 0.2s ease-in-out;
	width: 12.6875rem;
}

.banner-cards__button::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.cta {
	background-color: #0078B9;
	margin-top: 15rem;
	padding: 5.1875rem 0 4.8125rem;
	position: relative;
}

.cta::before {
	border-bottom: 6.25rem solid transparent;
	border-left: 21.25rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.cta__content {
	text-align: center;
}

.cta__text {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	margin-top: 7.375rem;
}

.cta__button {
	margin: 0 auto;
	margin-top: 0.9375rem;
	max-width: 27.3125rem;
}

.cta__button-link {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 1.375rem;
	color: #0078B9;
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.015rem;
	line-height: 0.9375;
	padding: 1.5rem 2.1875rem 1.5rem 0;
	position: relative;
	transition: background 0.3s ease, color 0.3s ease;
}

.cta__button-link:hover {
	background-color: #73BDE6;
	color: #fff;
	opacity: 1;
}

.cta__button-link:hover::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/cover;
}

.cta__button-link::after {
	background: url(../images/common/arrow-right--blue.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 2.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.footer {
	background-color: #262626;
	padding: 9.1875rem 0 17.3125rem;
}

.footer__inner {
	margin: 0 auto;
	max-width: 70rem;
	padding: 0 1.25rem;
	width: 100%;
}

.footer__contents {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	max-width: 5.25rem;
}

.footer__logo-link {
	display: block;
}

.footer__logo-link img {
	height: auto;
	width: 100%;
}

.footer__nav {
	display: flex;
	gap: 2.125rem;
}

.footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.footer__nav-link {
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
}

.footer__sns-list {
	display: flex;
	gap: 1.25rem;
	justify-content: flex-end;
	margin-top: 2.5rem;
}

.footer__nav-link img {
	width: 2.1875rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10003;
}

.header {
	height: 6.0625rem;
	transition: height 0.4s ease;
	width: 100%;
}

.header__bg {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	height: 5.625rem;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.4s ease;
	width: 100%;
	z-index: -1;
}

.header.is-short {
	height: 2.5rem;
}

.header.is-short .header__bg {
	transform: translateY(0);
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 5.0625rem;
	padding-right: 4.75rem;
	padding-top: 1.75rem;
}

.header__logo {
	height: inherit;
	max-width: 5.3125rem;
	width: 100%;
}

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

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item,
.header__nav-modal-wrap {
	height: inherit;
}

.header__nav-modal-wrap {
	position: relative;
}

.header__nav-item a,
.header__nav-modal-wrap p {
	align-items: center;
	display: flex;
	height: inherit;
	padding: 0 2.1875rem;
	position: relative;
}

.header__nav-modal-wrap p {
	padding: 0 4rem 0 2.1875rem;
	transition: background-color 0.3s ease;
}

.header__nav-modal-wrap p:hover {
	background-color: #F3F6FA;
	opacity: 1;
}

.header__nav-modal-wrap p::after {
	background: url(../images/common/arrow-down.svg) no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.header__nav-modal {
	background: #FFF;
	border-radius: 0.5rem;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: -0.9375rem;
	opacity: 0;
	padding: 0.5rem 0;
	position: absolute;
	top: 5.9375rem;
	transition: 0.5s;
	visibility: hidden;
	width: 14rem;
}

.header.is-short .header__nav-modal {
	top: 3.75rem;
}

.header__nav-modal-wrap:hover > .header__nav-modal {
	opacity: 1;
	visibility: visible;
}

.header__nav-modal-item a {
	color: #000;
	display: block;
	font-weight: 400;
	line-height: 2;
	padding: 0.5rem 1rem;
	transition: background-color 0.3s ease;
}

.header__nav-modal-item a:hover {
	background-color: #F3F6FA;
	opacity: 1;
}

.header__hamburger {
	display: none;
}

.header__drawer {
	display: none;
}

.header__drawer-list {
	padding: 0 7.5rem;
}

.header__drawer-nav {
	margin: 0 auto;
	max-width: 37.5rem;
	width: 100%;
}

.header__drawer-item--child {
	color: #FFFFFF;
	padding: 0.3125rem 0 0.3125rem 1.25rem;
	position: relative;
}

.header__drawer-item--child::before {
	background-color: #FFFFFF;
	content: "";
	height: 0.1875rem;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.interview {
	margin-top: 10rem;
}

.tab__menu {
	display: flex;
	justify-content: center;
}

.tab__button {
	background-color: #1E85DE;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	padding: 1.5625rem 0;
	text-align: center;
	transition: background-color 0.3s, opacity 0.3s;
	width: 50%;
}

.tab__button:hover {
	opacity: 0.7;
}

.tab__button.is-active {
	background-color: #0078B9;
}

.tab__content {
	display: none;
	margin-top: 3.25rem;
}

.tab__content.is-active {
	display: block;
}

.tab__item {
	background-color: #F3F6FA;
	position: relative;
}

.tab__item::before {
	border-bottom: 3.75rem solid transparent;
	border-left: 11.875rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.tab__item:not(:first-child) {
	margin-top: 3.125rem;
}

.tab__item a {
	align-items: center;
	display: flex;
	padding: 2.6875rem 6.125rem 2.25rem 6.1875rem;
}

.tab__item a:hover {
	opacity: 1;
}

.tab__item a:hover .tab__item-button {
	background-color: #A2D9F7;
}

.tab__item-image-img {
	-o-object-fit: cover;
	aspect-ratio: 170/170;
	border-radius: 50%;
	flex-shrink: 0;
	height: 10.625rem;
	margin-right: 4.25rem;
	object-fit: cover;
	overflow: hidden;
	width: 10.625rem;
}

.tab__item-body-head-wrap {
	align-items: flex-start;
	display: flex;
}

.tab__item-category {
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
}

.tab__item-name {
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.tab__item-description {
	color: #000;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.tab__item-footer {
	margin-top: 1.8125rem;
}

.tab__item-button {
	background-color: #0078B9;
	border-radius: 56.25rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	padding: 1rem 0 1rem 2rem;
	position: relative;
	transition: background-color 0.3s;
	width: 11.8125rem;
}

.tab__item-button::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.tab__item-label {
	background-color: #0078B9;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	margin-left: auto;
	margin-top: 0.75rem;
	padding: 0.5rem 1.25rem;
}

/* インタビュー詳細 */

.interview-detail {
	margin-top: 9.0625rem;
}

.tab__item-list-item-label {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
}

.interview-detail .tab__item {
	align-items: center;
	display: flex;
	padding: 4.4375rem 4.25rem 4.125rem 8rem;
}

.interview-detail .tab__item-image {
	height: 14.125rem;
	width: 14.125rem;
}

.interview-detail__title {
	border-bottom: 0.1875rem solid #0078B9;
	color: #0078B9;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
	line-height: 1;
	margin-top: 3.625rem;
	padding-bottom: 1.75rem;
	padding-left: 6.125rem;
}

.interview-detail__block-list {
	margin-top: 5rem;
}

.interview-detail__block {
	margin: 0 auto;
	max-width: 58.0625rem;
}

.interview-detail__block + .interview-detail__block {
	margin-top: 5rem;
}

.interview-detail__heading {
	background-color: #0078B9;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	padding: 0.4375rem 1.25rem;
}

.interview-detail__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 0.5rem;
	padding: 0 2.375rem 0 1.1875rem;
}

.tab__item-list {
	margin-top: 0.9375rem;
}

.tab__item-list-item {
	display: flex;
}

.interview-detail__button {
	margin: 12.5rem auto 0;
	max-width: 10.9375rem;
}

.body-page-transfer .page-mv {
	background: url(../images/transfer/mv.webp) no-repeat center center/cover;
}

.body-page-continuation .page-mv {
	background: url(../images/continuation/mv.webp) no-repeat center center/cover;
}

.body-page-rework .page-mv {
	background: url(../images/rework/mv.webp) no-repeat center center/cover;
}

.body-page-support .page-mv {
	background: url(../images/support/mv.webp) no-repeat center center/cover;
}

.body-page-recruit .page-mv {
	background: url(../images/recruit/mv.webp) no-repeat center center/cover;
}

.body-page-sns .page-mv {
	background: url(../images/sns/mv.webp) no-repeat center center/cover;
}

.archive .page-mv {
	background: url(../images/interview/mv.webp) no-repeat center center/cover;
}

.body-page-school .page-mv {
	background: url(../images/school/mv.webp) no-repeat center center/cover;
}

.body-page-company .page-mv,
.blog .page-mv,
.single .page-mv,
.category .page-mv,
.error404 .page-mv,
.body-page-privacy .page-mv,
.body-page-contact .page-mv,
.body-page-complete .page-mv {
	background: linear-gradient(92deg, #58B6EA -2.36%, #2B66E3 50.54%, #0980E1 101.44%);
	padding-bottom: 0;
}

.body-page-company .page-mv .inner.page-mv__inner,
.blog .page-mv .inner.page-mv__inner,
.single .page-mv .inner.page-mv__inner,
.category .page-mv .inner.page-mv__inner,
.error404 .page-mv .inner.page-mv__inner,
.body-page-privacy .page-mv .inner.page-mv__inner,
.body-page-contact .page-mv .inner.page-mv__inner,
.body-page-complete .page-mv .inner.page-mv__inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	margin-left: auto;
	max-width: 77.5rem;
	padding: 0;
	padding-left: 1.25rem;
}

.body-page-company .page-mv .page-mv__icon,
.blog .page-mv .page-mv__icon,
.single .page-mv .page-mv__icon,
.category .page-mv .page-mv__icon,
.error404 .page-mv .page-mv__icon,
.body-page-privacy .page-mv .page-mv__icon,
.body-page-contact .page-mv .page-mv__icon,
.body-page-complete .page-mv .page-mv__icon {
	width: 27.5rem;
}

.body-page-company .page-mv .page-mv__title,
.blog .page-mv .page-mv__title,
.single .page-mv .page-mv__title,
.category .page-mv .page-mv__title,
.error404 .page-mv .page-mv__title,
.body-page-privacy .page-mv .page-mv__title,
.body-page-contact .page-mv .page-mv__title,
.body-page-complete .page-mv .page-mv__title {
	background-color: transparent;
	color: #FFFFFF;
}

.page-mv {
	margin-top: 7.5rem;
	position: relative;
}

.page-mv::before {
	border-bottom: 7.0625rem solid transparent;
	border-left: 21.625rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.inner.page-mv__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 26.3125rem;
	padding-top: 3.75rem;
	position: relative;
}

.page-mv__title {
	background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.075rem;
	line-height: 1;
	padding: 0.8125rem 1rem 0.8125rem 0.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.page-mv__text {
	margin-top: 1rem;
}

.page-mv__text span {
	background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.015rem;
	line-height: 1.4;
	padding: 0 0.375rem;
}

.page-mv__text-line:nth-of-type(2),
.page-mv__text-line:nth-of-type(3) {
	margin-top: 0.4375rem;
}

.no-article {
	color: #0078B9;
	font-size: 1.3125rem;
	width: 100%;
}

.lower-news {
	margin-top: 6.25rem;
}

.lower-news__list {
	margin-top: 5rem;
}

.lower-news__list .news__item a {
	display: block;
	padding: 1.25rem;
	position: relative;
	transition: background-color 0.3s ease-in-out;
	width: 100%;
}

.lower-news__list .news__item a:hover {
	background-color: rgba(217, 240, 253, 0.6);
	opacity: 1;
}

.lower-news__list .news__text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 1.25rem;
}

.lower-news__category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 5rem;
}

.lower-news__category-item {
	pointer-events: auto;
}

.lower-news__category-item a {
	color: #0078B9;
	cursor: pointer;
	display: block;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 1.125rem;
	position: relative;
	transition: all 0.7s cubic-bezier(0.4, 0, 0, 1);
	width: 100%;
}

.lower-news__category-item a:hover {
	background-color: #0078B9;
	color: #FFFFFF;
	opacity: 1;
}

.lower-news__category-item a.is-active {
	background-color: #0078B9;
	color: #FFFFFF;
}

.news-detail {
	margin-top: 5rem;
}

.new-detail__inner {
	margin: 0 auto;
	max-width: 60rem;
	padding: 0 1.25rem;
	width: 100%;
}

.news-detail__meta {
	align-items: baseline;
	display: flex;
}

.news-detail__date {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 0.875rem;
	font-weight: 400;
	padding-right: 1.875rem;
}

.news-detail__category-wrap {
	margin-left: 1.875rem;
}

.news-detail__category {
	border: 1px solid #0078B9;
	border-radius: 6.25rem;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-right: 1.875rem;
	margin-top: 0.9375rem;
	padding: 0 1.1875rem;
}

.news-detail__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 2.1875rem;
}

.news-detail__content {
	margin-top: 1.6875rem;
}

.news-detail__content h2 {
	border-left: 5px solid #0078B9;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding-left: 0.625rem;
}

.news-detail__content h3 {
	border-bottom: 2px solid #0078B9;
	font-size: 1.125rem;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding-bottom: 0.3125rem;
}

.news-detail__content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.25rem;
}

.news-detail__content img {
	-o-object-fit: cover;
	aspect-ratio: 652/400;
	margin-top: 2.5rem;
	max-width: 40.75rem;
	object-fit: cover;
	width: 100%;
}

.news-detail__content a {
	-webkit-text-decoration: underline;
	color: #0078B9;
	text-decoration: underline;
}

.news-detail__content ul {
	margin-top: 2.5rem;
}

.news-detail__content li {
	font-size: 1.125rem;
	font-weight: 400;
	padding-left: 1rem;
	position: relative;
}

.news-detail__content li::after {
	background-color: #0078B9;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.5rem;
}

.news-detail__content li + li {
	margin-top: 0.25rem;
}

.news-detail__button {
	margin: 8.375rem auto 0;
	max-width: 12.5rem;
	width: 100%;
}

.not-found {
	margin-top: 6.25rem;
}

.not-found__title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.45;
}

.not-found__text {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.not-found__btn {
	margin-top: 5rem;
	max-width: 12.5rem;
}

.lower-news__pagination {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 5rem;
}

.lower-news__pagination .page-numbers {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #0078B9;
	color: #0078B9;
	display: flex;
	font-weight: bold;
	height: 3.5rem;
	justify-content: center;
	transition: all 0.3s ease;
	width: 3.5rem;
}

.lower-news__pagination .page-numbers:hover {
	background-color: #0078B9;
	color: #FFFFFF;
	opacity: 1;
}

.lower-news__pagination .page-numbers:hover.prev.page-numbers::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/contain;
}

.lower-news__pagination .page-numbers:hover.next.page-numbers::after {
	background: url(../images/common/arrow-right.svg) no-repeat center center/contain;
}

.lower-news__pagination .current {
	background-color: #0078B9;
	color: #FFFFFF;
}

.lower-news__pagination .prev.page-numbers,
.lower-news__pagination .next.page-numbers {
	align-items: center;
	display: flex;
	height: 3.5rem;
	justify-content: center;
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transition: all 0.3s ease;
	width: 3.5rem;
}

.lower-news__pagination .prev.page-numbers.disabled,
.lower-news__pagination .next.page-numbers.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.lower-news__pagination .prev.page-numbers::after,
.lower-news__pagination .next.page-numbers::after {
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background 0.3s ease-in;
	width: 0.75rem;
}

.lower-news__pagination .next.page-numbers::after {
	background: url(../images/common/arrow-right--blue.svg) no-repeat center center/contain;
	left: 48%;
}

.lower-news__pagination .prev.page-numbers::after {
	background: url(../images/common/arrow-right--blue.svg) no-repeat center center/contain;
	left: 52%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.privacy-policy {
	margin-top: 6.25rem;
}

.privacy-policy__introduction {
	font-size: 1rem;
	line-height: 2;
}

.privacy-policy__items {
	border-top: 1px solid #ccc;
	margin-top: 2rem;
	padding-top: 1.25rem;
}

.privacy-policy__item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.25rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 2.5rem;
}

.privacy-policy__term {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.privacy-policy__description {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.9375rem;
}

.privacy-policy__description-numbers {
	counter-reset: number;
}

.privacy-policy__description-text + .privacy-policy__description-numbers,
.privacy-policy__description-text + .privacy-policy__description-items {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number {
	padding-left: 0.9375rem;
	text-indent: -0.9375rem;
}

.privacy-policy__description-number + .privacy-policy__description-number,
.privacy-policy__description-item + .privacy-policy__description-item {
	margin-top: 0.9375rem;
}

.privacy-policy__description-number::before {
	content: counter(number) ". ";
	counter-increment: number;
}

.privacy-policy__description-items {
	list-style: disc;
	padding-left: 1.25rem;
}

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

.recruit-mv__content {
	background-color: #0078B9;
	padding: 1.8125rem 0;
	text-align: center;
}

.recruit-mv__title {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02rem;
	line-height: 1.5;
}

.recruit-mv__text {
	color: #FAFAFA;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.support {
	margin-top: 6.8125rem;
}

.support__lists {
	display: flex;
	flex-direction: column;
	gap: 11.875rem;
}

.support-content {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 4rem;
	margin: 5.625rem auto 0;
	max-width: 52.375rem;
}

.support__item:nth-child(odd) .support-content {
	flex-direction: row;
}

.support-image {
	width: 56%;
}

.support-image img {
	aspect-ratio: 411/382;
	height: auto;
	width: 100%;
}

.support-text {
	margin-top: -2.75rem;
	width: 50%;
}

.support-lead {
	color: #191A1B;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
}

.support-description {
	color: #191A1B;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.support-description__item {
	padding-left: 1rem;
	position: relative;
}

.support-description__item::before {
	background-color: #191A1B;
	border-radius: 50%;
	content: "";
	height: 0.125rem;
	left: 0.375rem;
	position: absolute;
	top: 0.625rem;
	width: 0.125rem;
}

.support-button {
	margin-top: 2.5rem;
	max-width: 11.8125rem;
	width: 100%;
}

.rework {
	padding-top: 6.875rem;
}

.rework__head {
	margin-bottom: 3.75rem;
	text-align: center;
}

.rework__head-text {
	color: #333333;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.rework__lead {
	color: #333333;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 5rem;
	text-align: center;
}

.rework__title {
	margin-bottom: 3.125rem;
}

.rework__title-text {
	color: #0078B9;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.rework__message {
	margin: 2.5rem auto 0;
	max-width: 44.75rem;
	text-align: center;
}

.rework__message-title-text {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.0125rem;
	line-height: 1.5;
}

.rework__message-text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 1.0625rem;
}

.rework__message-img {
	margin-top: 6.5rem;
}

.rework__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5625rem;
	margin-top: 10rem;
}

.rework__card {
	align-items: center;
	display: flex;
	gap: 4rem;
	padding: 0 4.875rem;
	width: 100%;
}

.rework__card:nth-child(even) {
	flex-direction: row-reverse;
}

.rework__card-media {
	max-width: 25.6875rem;
	width: 50%;
}

.rework__card-media img {
	-o-object-fit: cover;
	aspect-ratio: 411/382;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.rework__card-body {
	width: 50%;
}

.rework__card-title {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
}

.rework__card-text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.page-school {
	margin-top: 4.5rem;
}

.access__map {
	height: 0;
	padding-top: 28.5%;
	position: relative;
	width: 100%;
}

.access__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-school__list {
	grid-gap: 3rem 5.25rem;
	display: grid;
	gap: 3rem 5.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.5rem;
}

.school-list__image {
	width: 100%;
}

.school-list__image img {
	-o-object-fit: cover;
	aspect-ratio: 498/280;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.school-list__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.school-list__name {
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
}

.school-list__button {
	margin-top: 1rem;
	width: 11.8125rem;
}

.youtube {
	margin-top: 7.75rem;
}

.page-section-head-wrapper {
	display: flex;
}

.page-section-head-wrapper .page-section-head::after {
	bottom: 46%;
	right: -60%;
}

.youtube__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-left: 8.125rem;
	margin-top: 5.3125rem;
}

.youtube__thumbnail {
	margin-top: 2.5rem;
	max-width: 75rem;
	width: 100%;
}

.youtube__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1200/300;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.youtube__button {
	margin: 1.5rem auto 0;
	max-width: 13.0625rem;
	width: 100%;
}

/* LINE */

.line {
	margin-top: 7.5rem;
}

.line__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-left: 8.125rem;
	margin-top: 4.625rem;
}

.banner-cards--sns {
	margin-top: 5rem;
}

.banner-cards--sns .banner-cards__list {
	gap: 4.25rem;
}

.banner-cards--sns .banner-cards__image img {
	aspect-ratio: 520/400;
}

.banner-cards--sns .banner-cards__button.banner-cards__button--sns {
	margin-top: -4.125rem;
	width: 16.25rem;
}

.banner-cards--sns .banner-cards__button {
	margin-top: 0;
}

.banner-cards--sns .banner-cards__text {
	bottom: 3.9375rem;
	font-size: 0.875rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	padding-bottom: 0.125rem;
	position: absolute;
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: fit-content;
}

.banner-cards--sns .banner-cards__text::before {
	background-color: #191A1B;
	content: "";
	height: 0.0625rem;
	left: -0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(65deg);
	width: 0.9375rem;
}

.banner-cards--sns .banner-cards__text::after {
	background-color: #191A1B;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: -0.9375rem;
	top: 50%;
	transform: translateY(-50%) rotate(-65deg);
	width: 0.9375rem;
}

/* SNS */

.sns {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 10.5625rem;
}

.sns__inner {
	display: flex;
	gap: 10%;
}

.sns__text {
	color: #333;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 6.3125rem;
}

.sns__image {
	margin-top: -1.3125rem;
	max-width: 33.75rem;
	position: relative;
	width: 100%;
}

.sns__image img {
	-o-object-fit: cover;
	aspect-ratio: 720/405;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sns__button {
	margin-top: 3.3125rem;
	max-width: 14.5rem;
}

.support-overview {
	margin-top: 4.375rem;
}

.support-overview__subtitle {
	color: #191A1B;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0125rem;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.support-overview__text {
	color: #191A1B;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.support-flow {
	margin-top: 2.125rem;
}

.support-flow__list {
	display: flex;
	gap: 1.625rem;
	justify-content: space-between;
}

.support-flow__item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.support-flow__item::before {
	color: #0078B9;
	content: counter(number) " ";
	counter-increment: number 1;
	font-size: 1.125rem;
	font-weight: 700;
	left: 2.5rem;
	letter-spacing: 0.0110625rem;
	position: absolute;
	top: 0.375rem;
}

.support-flow__step {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.support-flow__number {
	color: #0078B9;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
}

.support-flow__icon {
	margin: 2.375rem auto 0;
	width: 7.5rem;
}

.support-flow__content {
	margin-top: 1.5rem;
}

.support-flow__title {
	color: #191A1B;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0125rem;
	line-height: 1.5;
	text-align: center;
}

.support-flow__text {
	color: #191A1B;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 0.3125rem;
	text-align: center;
}

.support-features {
	margin-top: 11.625rem;
}

.support-features__list {
	background-color: #F3F6FA;
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
	margin-top: 2.625rem;
	padding: 3.4375rem 5.125rem 5.6875rem 6.625rem;
}

.support-features__number {
	color: #0078B9;
	display: inline-block;
	font-size: 2.75rem;
	font-weight: 600;
	letter-spacing: 0.0274375rem;
	line-height: 1;
	position: relative;
}

.support-features__number::after {
	background-color: #0078B9;
	bottom: -0.625rem;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: -1.25rem;
	transform: rotate(-36deg);
	width: 2.1875rem;
}

.support-features__content {
	display: flex;
	gap: 4.5rem;
}

.support-features__text {
	margin-top: 0.375rem;
	padding-left: 3.3125rem;
}

.support-features__title {
	color: #191A1B;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.5;
}

.support-features__description {
	color: #191A1B;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 0.375rem;
}

.support-features__image {
	margin-top: -1.5625rem;
	max-width: 18.875rem;
	width: 100%;
}

.support-features__image img {
	-o-object-fit: cover;
	aspect-ratio: 302/191;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mv {
	height: 100dvh;
	min-height: 37.5rem;
	overflow: hidden;
	position: relative;
}

.mv::before {
	border-bottom: 13.3125rem solid transparent;
	border-left: 42.75rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 6;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
	position: relative;
}

.mv__content {
	align-items: center;
	animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
	display: flex;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 12.5%;
	width: 100%;
	z-index: 3;
}

.mv__title-wrap {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
	z-index: 8;
}

.mv__main-title {
	max-width: 45rem;
	position: relative;
	width: 100%;
}

.mv__title-block {
	position: relative;
}

.mv__title {
	background-color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 4.6875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	padding: 0 0.625rem;
}

.mv__title:not(:first-child) {
	margin-top: 0.625rem;
}

.mv__en-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #AED2FF 0%, #007EBF 100%);
	background-clip: text;
	color: #fff;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 0.93;
	margin-top: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img,
.mv__swiper .swiper-img picture {
	animation: mvScaleUp 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	height: inherit;
	min-height: inherit;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	-o-object-position: right top;
	object-fit: cover;
	object-position: right top;
	width: 100%;
}

.mv__swiper .swiper-img {
	position: relative;
}

.message {
	margin-top: 5.5rem;
}

.message__inner {
	margin: 0 auto;
	max-width: 70rem;
	padding: 0 1.25rem;
	width: 100%;
}

.message__contents {
	margin: 2.625rem auto 0;
	max-width: 43.0625rem;
}

.message__subtitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02rem;
	line-height: 1.4;
	text-align: center;
}

.message__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 2.875rem;
	text-align: center;
}

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

.shadow {
	position: relative;
}

.shadow::after {
	-webkit-clip-path: polygon(0% 46%, 100% 16%, 100% 72%, 0% 100%);
	background-color: #FAFAFA;
	clip-path: polygon(0% 46%, 100% 16%, 100% 72%, 0% 100%);
	content: "";
	height: 76%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.news__contents {
	margin-left: auto;
	margin-top: 2.5rem;
	max-width: 58.5rem;
}

.news__list {
	margin-bottom: 2.5rem;
}

.news__item {
	border-bottom: 1px dashed #818181;
}

.news__link {
	align-items: center;
	display: flex;
	overflow: hidden;
	padding: 2.5rem 2.8125rem 0.625rem;
	position: relative;
	transition: background-color 0.3s ease;
	z-index: 1;
}

.news__link:hover {
	background: rgba(217, 240, 253, 0.6);
	opacity: 1;
}

.news__meta {
	align-items: center;
	display: flex;
	gap: 2.25rem;
}

.news__date {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	padding-left: 1.375rem;
	position: relative;
}

.news__date::before {
	content: "■";
	font-size: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.news__category {
	border: 1px solid #191A1B;
	border-radius: 6.25rem;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.07;
	padding: 0.5rem 1.6875rem;
}

.news__heading {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-left: 4.1875rem;
}

.news__button {
	display: flex;
	margin-left: auto;
	margin-top: 4.25rem;
	max-width: 10.9375rem;
	width: 100%;
}

.service {
	padding-top: 11.1875rem;
}

.service__contents {
	display: flex;
	flex-direction: column;
	gap: 4.4375rem;
	margin: 7.375rem auto 0;
	max-width: 52.5rem;
	width: 100%;
}

.service__item {
	align-items: center;
	display: flex;
	gap: 4rem;
}

.service__item:nth-child(even) {
	flex-direction: row-reverse;
}

.service__image {
	width: 53%;
}

.service__image img {
	-o-object-fit: cover;
	aspect-ratio: 411/382;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.service__body {
	display: flex;
	flex-direction: column;
	width: 47%;
}

.service__name {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015rem;
	line-height: 1;
}

.service__text {
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6071428571;
	margin-top: 1.5rem;
}

.service__button {
	margin-top: 3.625rem;
	max-width: 11.8125rem;
	width: 100%;
}

.recruit {
	background-color: #0078B9;
	margin-top: 13.375rem;
	overflow: hidden;
	padding: 6.3125rem 0 5rem;
	position: relative;
}

.recruit::before {
	border-bottom: 8.125rem solid transparent;
	border-left: 21.25rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.recruit::after {
	border-right: 21.25rem solid #33A0DA;
	border-top: 8.125rem solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 1;
}

.recruit__inner {
	margin: 0 auto;
	max-width: 69.375rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.recruit__content {
	margin: 0 auto;
	max-width: 45.875rem;
	position: relative;
	z-index: 2;
}

.recruit__subtitle {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02rem;
	line-height: 1.59;
	margin-top: 7.5625rem;
	text-align: center;
}

.recruit__text {
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 3.0625rem;
	text-align: center;
}

.recruit__button {
	margin: 6.625rem auto 0;
	max-width: 13.5625rem;
	width: 100%;
}

.recruit__bg-text {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #58B6EA 0%, #2B66E3 50%, #0980E1 100%);
	background-clip: text;
	color: transparent;
	font-size: clamp(10.625rem, -1.14rem + 18.82vw, 14.625rem);
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.1463125rem;
	line-height: 1;
	position: absolute;
	top: 39%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.company {
	padding-top: 18.9375rem;
}

.company__contents {
	align-items: center;
	display: flex;
	gap: 3.5rem;
	margin-top: -0.625rem;
}

.company__text-block {
	display: flex;
	flex-direction: column;
	margin-top: 4.375rem;
	width: 43%;
}

.company__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015rem;
	line-height: 1;
}

.company__text {
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.company__button {
	margin-top: 3.125rem;
	max-width: 11.8125rem;
	width: 100%;
}

.company__image {
	width: 57%;
}

.company__image img {
	-o-object-fit: cover;
	aspect-ratio: 583/404;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* 就労移行支援とはセクション */

.move,
.move-continuation {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
	padding-top: 5.8125rem;
}

.move-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 12%;
}

.move-inner:nth-child(2) {
	flex-direction: row-reverse;
}

.move-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 3.125rem;
	width: 100%;
}

.move-text {
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
}

.move-image {
	max-width: 29.6875rem;
	position: relative;
	width: 100%;
}

.move-inner:nth-child(2) .move-image {
	max-width: 30.75rem;
}

.move-inner:nth-child(2) .move-image::before {
	display: none;
}

.move-inner:nth-child(2) .move-image img {
	aspect-ratio: 492/175;
}

.move-continuation .move-inner:nth-child(2) .move-image img {
	border-radius: 0.75rem;
}

.move-image::before {
	border-bottom: 3.875rem solid transparent;
	border-left: 11.875rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.move-img {
	-o-object-fit: cover;
	aspect-ratio: 458/300;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features {
	padding-top: 10.0625rem;
}

.features-content {
	display: flex;
	flex-direction: row;
	gap: 3.8125rem;
	margin-top: 5.6875rem;
}

.features-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.features-item::before {
	color: #191A1B;
	content: counter(number) " ";
	counter-increment: number 1;
	font-size: 2rem;
	font-weight: 700;
	left: 1.375rem;
	position: absolute;
	top: 0;
	z-index: 1;
}

.features-item::after {
	border-bottom: 4.5625rem solid transparent;
	border-left: 6.4375rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.features-box {
	align-items: center;
	background-color: #F3F6FA;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2.25rem 0;
	text-align: center;
	width: 100%;
}

.features-icon {
	width: 4.375rem;
}

.features-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.features-item-title {
	color: #000000;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.015rem;
	line-height: 1.5;
	margin-top: 2.25rem;
}

.features-item-text {
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.00875rem;
	line-height: 1.6;
	margin-top: 1.625rem;
}

.page-works {
	margin-top: 9.875rem;
}

.banner-cards--transfer {
	margin-top: 14.875rem;
}

.banner-cards--transfer .banner-cards__list {
	gap: 6.8125rem;
}

.banner-cards--transfer .banner-cards__image {
	max-width: 18.25rem;
	width: 100%;
}

.banner-cards--transfer .banner-cards__image img {
	aspect-ratio: 292/225;
}

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

@media (max-width: 1080px) {

html {
	font-size: 1.4814814815vw;
}

}

@media (max-width: 768px) {

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	max-width: 37.5rem;
}

.inner-w {
	max-width: 37.5rem;
}

.section-head {
	width: 17.1875rem;
}

.section-head::after {
	bottom: -58%;
	height: 0.09375rem;
	right: 33%;
	width: 11rem;
}

.section-en {
	font-size: 2rem;
	letter-spacing: 0.04rem;
	text-align: left;
}

.section-en.mobile-center {
	text-align: center;
}

.section-ja {
	font-size: 0.8125rem;
	letter-spacing: 0.01625rem;
	margin-top: 0.625rem;
}

.section-head--center::before {
	bottom: -1.25rem;
	height: 0.09375rem;
	width: 5.125rem;
}

.section-head--white .section-en {
	display: block;
	text-align: center;
}

.section-btn a::after {
	right: 1.5625rem;
}

.section-btn a {
	font-size: 0.8125rem;
	padding: 0.625rem 1.625rem;
}

.page-section-title {
	font-size: 2rem;
	line-height: 1.3;
}

.page-section-title--treat::before {
	height: 0.09375rem;
	width: 5rem;
}

.page-shadow::after {
	display: none;
}

.page-section-head--center::before {
	bottom: -70%;
	height: 0.09375rem;
	width: 7.5rem;
}

.page-section-head::after {
	height: 0.09375rem;
	width: 7.5rem;
}

.page-section-head--x::after {
	height: 0.09375rem;
	width: 7.5rem;
}

.page-section-en {
	font-size: 2rem;
}

.greeting__wrapper {
	flex-direction: column;
	margin-top: 5rem;
}

.greeting__content {
	margin-top: 2.5rem;
}

.philosophy {
	margin-top: 6.25rem;
}

.philosophy__list {
	gap: 2.5rem;
	margin: 5rem auto 0;
}

.philosophy__list-wrap {
	margin: 1.25rem auto 0;
}

.philosophy__subtitle {
	font-size: 1.25rem;
	line-height: 1.3;
}

.philosophy__text {
	margin-top: 1.25rem;
}

.history {
	margin-top: 6.25rem;
}

.history__table {
	margin: 5rem auto 0;
}

.history__table thead th {
	text-align: left;
}

.history__table-heading--event {
	padding-left: 1.875rem;
	position: relative;
}

.history__table-heading--event::before {
	background-color: #0078B9;
	content: "";
	height: 0.125rem;
	left: 0.625rem;
	position: absolute;
	top: 0.75rem;
	width: 0.625rem;
}

.history__table-data,
.history__table-description {
	padding: 0.625rem 0;
}

.history__table-description {
	padding-left: 1.875rem;
}

.history__list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.history__item {
	position: relative;
}

.history__item::before {
	background-color: #0078B9;
	content: "";
	height: 0.125rem;
	left: -1.25rem;
	position: absolute;
	top: 0.75rem;
	width: 0.625rem;
}

.company-info {
	margin-top: 6.25rem;
	padding: 6.25rem 0 6.25rem;
}

.history__table,
.history__table thead,
.history__table tbody,
.history__table tr,
.history__table th,
.history__table td {
	display: block;
	width: 100%;
}

.contact {
	padding-top: 3.75rem;
}

.contact__form {
	margin: auto;
	max-width: 50rem;
	width: 100%;
}

.contact__form-wrapper {
	margin: 3.75rem 0;
}

.contact__form-wrapper .contact__form-wrap + .contact__form-wrap {
	margin-top: 1.125rem;
}

.contact__form-input {
	margin-top: 0.625rem;
}

.contact__form-input input {
	padding: 0.625rem;
}

.contact__form-radio {
	gap: 1.125rem;
	margin-top: 0.625rem;
}

.contact__form-textarea {
	margin-top: 0.625rem;
}

.contact__form-textarea textarea {
	padding: 0.625rem;
}

.contact__form-file {
	display: block;
	margin-top: 1.875rem;
}

.contact__form-submit {
	margin: 1.875rem auto 0;
}

.contact__form-submit input {
	font-size: 1rem;
	padding: 1.125rem 2.0625rem 1.125rem 2.4375rem;
}

.thanks {
	padding: 4.375rem 0;
}

.thanks__text {
	font-size: 1rem;
	line-height: 1.5;
}

.thanks__btn {
	margin: 3.125rem auto 0;
}

.fields {
	margin-top: 5rem;
}

.fields-content {
	flex-direction: column;
}

.fields-box {
	padding: 1.25rem;
	width: 100%;
}

.fields-box::before {
	border-bottom: 3rem solid transparent;
	border-left: 5rem solid white;
}

.fields-item__head {
	flex-direction: column;
}

.fields-item__body {
	margin-top: 1.25rem;
}

.fields-item__title {
	font-size: 1.25rem;
}

.fields-item__text {
	margin-top: 0;
}

.banner-cards {
	margin-top: 5rem;
}

.banner-cards__list {
	flex-direction: column;
}

.banner-cards__image img {
	aspect-ratio: 300/200;
}

.banner-cards__button::after {
	right: 1.5625rem;
}

.banner-cards__button {
	font-size: 0.8125rem;
	padding: 0.625rem 1.625rem;
}

.cta {
	margin-top: 7.5rem;
	padding: 2.5rem 0;
}

.cta::before {
	border-bottom: 3.125rem solid transparent;
	border-left: 6.25rem solid white;
}

.cta__text {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
	margin-top: 3.75rem;
}

.cta__button {
	max-width: 18.75rem;
}

.cta__button-link {
	font-size: 1.125rem;
	padding: 1rem 1.5rem;
}

.cta__button-link::after {
	right: 1.25rem;
}

.footer {
	padding: 3.75rem 0 6.25rem;
}

.footer__inner {
	max-width: 37.5rem;
}

.footer__contents {
	flex-direction: column;
	gap: 1.875rem;
}

.footer__logo {
	max-width: 3.625rem;
}

.footer__nav {
	justify-content: space-between;
}

.footer__nav-list {
	gap: 0.75rem;
}

.footer__nav-link {
	font-size: 0.8125rem;
}

.footer__sns-list {
	justify-content: center;
}

.footer__nav-link img {
	width: 1.875rem;
}

.header {
	height: 3.125rem;
}

.header__bg {
	height: 3.25rem;
}

.header__inner {
	padding-left: 1.875rem;
	padding-right: 0;
	padding-top: 1.625rem;
}

.header__logo {
	max-width: 2.25rem;
	position: relative;
	top: -1.25rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	display: block;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	right: 1.875rem;
	top: -1.625rem;
	transition: 0.3s;
	width: 2rem;
	z-index: 999;
}

.header__hamburger span {
	background-color: #191A1B;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 100%;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0.3125rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.9375rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	background-color: #fff;
	top: 0.375rem;
	transform: translateX(-50%) rotate(32deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	background-color: #fff;
	top: 0.1875rem;
	transform: translateX(-50%) rotate(-32deg);
}

.header__drawer {
	background-color: #0078B9;
	display: block;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding: 7.25rem 0;
	position: absolute;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

.header__drawer::before {
	border-bottom: 6.25rem solid transparent;
	border-left: 11.25rem solid white;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.header__drawer::after {
	border-right: 11.25rem solid #33A0DA;
	border-top: 6.25rem solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer-item a,
.header__drawer-item p {
	color: #FFFFFF;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0 1.25rem 0;
}

.interview {
	margin-top: 5rem;
}

.tab__menu {
	display: block;
}

.tab__button {
	font-size: 1.125rem;
	width: 100%;
}

.tab__item a {
	display: block;
	padding: 1.25rem;
}

.tab__item-image-img {
	margin: 0 auto;
}

.tab__item-body {
	margin-top: 1.25rem;
}

.tab__item-body-head-wrap {
	display: block;
}

.tab__item-category {
	font-size: 1.25rem;
}

.tab__item-name {
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.tab__item-button {
	margin: 0 auto;
}

.tab__item-label {
	display: inline-block;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding: 0.25rem 0.625rem;
}

.interview-detail {
	margin-top: 3.25rem;
}

.tab__item-list-item-label {
	font-weight: bold;
}

.interview-detail .tab__item {
	flex-direction: column;
	padding: 1.25rem;
}

.interview-detail .tab__item-image {
	height: 10.625rem;
	margin-top: 1.25rem;
	width: 10.625rem;
}

.interview-detail__title {
	border-bottom: 0.09375rem solid #0078B9;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 2.5rem;
	padding-left: 0;
}

.interview-detail__block-list {
	margin-top: 2.5rem;
}

.interview-detail__block + .interview-detail__block {
	margin-top: 2.5rem;
}

.interview-detail__heading {
	font-size: 1.25rem;
	line-height: 1.3;
}

.interview-detail__text {
	padding: 0;
}

.tab__item-list-item {
	display: block;
}

.tab__item-list-item:not(:first-child) {
	margin-top: 1.25rem;
}

.interview-detail__button {
	margin: 6.25rem auto 0;
}

.body-page-transfer .page-mv {
	background-position: 62% center;
}

.body-page-continuation .page-mv {
	background: url(../images/continuation/mv-sp.webp) no-repeat center center/cover;
}

.body-page-rework .page-mv {
	background: url(../images/rework/mv-sp.webp) no-repeat center center/cover;
}

.body-page-support .page-mv {
	background-position: 68% center;
}

.archive .page-mv {
	background: url(../images/interview/mv-sp.webp) no-repeat center center/cover;
}

.body-page-school .page-mv {
	background: url(../images/school/mv-sp.webp) no-repeat center center/cover;
}

.body-page-company .page-mv .inner.page-mv__inner,
.blog .page-mv .inner.page-mv__inner,
.single .page-mv .inner.page-mv__inner,
.category .page-mv .inner.page-mv__inner,
.error404 .page-mv .inner.page-mv__inner,
.body-page-privacy .page-mv .inner.page-mv__inner,
.body-page-contact .page-mv .inner.page-mv__inner,
.body-page-complete .page-mv .inner.page-mv__inner {
	min-height: auto;
}

.body-page-company .page-mv .page-mv__icon,
.blog .page-mv .page-mv__icon,
.single .page-mv .page-mv__icon,
.category .page-mv .page-mv__icon,
.error404 .page-mv .page-mv__icon,
.body-page-privacy .page-mv .page-mv__icon,
.body-page-contact .page-mv .page-mv__icon,
.body-page-complete .page-mv .page-mv__icon {
	width: 10.9375rem;
}

.page-mv {
	margin-top: 3.75rem;
	padding-bottom: 0.625rem;
}

.page-mv::before {
	border-bottom: 3.125rem solid transparent;
	border-left: 7.5rem solid white;
}

.inner.page-mv__inner {
	justify-content: end;
	padding: 0 0.625rem;
	padding-top: 0;
}

.page-mv__title {
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 0.625rem;
}

.page-mv__text span {
	font-size: 1rem;
}

.no-article {
	font-size: 0.875rem;
	font-weight: 400;
}

.lower-news {
	margin-top: 3.75rem;
}

.lower-news__list {
	margin-top: 2.5rem;
}

.lower-news__list .news__item a {
	padding: 0.625rem;
}

.lower-news__list .news__text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.lower-news__category-list {
	gap: 0.9375rem;
	margin-top: 3.75rem;
}

.lower-news__category-item a {
	font-size: 0.875rem;
	padding: 0.375rem;
}

.news-detail {
	margin-top: 2.5rem;
}

.news-detail__date {
	padding-right: 0.9375rem;
}

.news-detail__category-wrap {
	margin-left: 0;
}

.news-detail__category {
	margin-left: 0.9375rem;
	margin-top: 0.9375rem;
}

.news-detail__title {
	font-size: 1.75rem;
	margin-top: 1.875rem;
}

.news-detail__content h2 {
	font-size: 1.25rem;
}

.news-detail__content p {
	font-size: 0.875rem;
	line-height: 1.6;
}

.news-detail__content img {
	margin-top: 1.875rem;
	max-width: none;
	max-width: initial;
}

.news-detail__button {
	margin: 6.25rem auto 0;
}

.not-found {
	margin-top: 3.75rem;
}

.not-found__title {
	font-size: 1.5rem;
}

.not-found__text {
	font-size: 1rem;
}

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

.lower-news__pagination {
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.lower-news__pagination .page-numbers {
	font-size: 0.875rem;
	height: 2.5rem;
	width: 2.5rem;
}

.lower-news__pagination .prev.page-numbers,
.lower-news__pagination .next.page-numbers {
	height: 2.5rem;
	width: 2.5rem;
}

.lower-news__pagination .next.page-numbers::after {
	left: 55%;
}

.lower-news__pagination .prev.page-numbers::after {
	left: 55%;
}

.privacy-policy {
	margin-top: 5rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 1.25rem;
}

.privacy-policy__term {
	font-size: 1.125rem;
}

.privacy-policy__description {
	font-size: 0.875rem;
}

.recruit-mv__content {
	padding: 1.25rem 0.3125rem;
}

.recruit-mv__title {
	font-size: 1.5rem;
}

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

.support {
	margin-top: 5rem;
}

.support__lists {
	gap: 6.25rem;
}

.support-content {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.support__item:nth-child(odd) .support-content {
	flex-direction: column-reverse;
}

.support__item:nth-child(even) .support-content {
	flex-direction: column-reverse;
}

.support-image {
	width: 100%;
}

.support-text {
	margin-top: 0;
	width: 100%;
}

.support-lead {
	font-size: 1rem;
}

.support-button {
	margin: 2.5rem auto 0;
}

.rework {
	padding-top: 5rem;
}

.rework__head {
	margin-bottom: 2.5rem;
}

.rework__head-text {
	font-size: 1.75rem;
}

.rework__lead {
	font-size: 0.875rem;
	margin-bottom: 3.125rem;
}

.rework__title {
	margin-bottom: 2.5rem;
}

.rework__title-text {
	font-size: 1.875rem;
}

.rework__message-text {
	font-size: 0.875rem;
}

.rework__message-img {
	margin-top: 3.75rem;
}

.rework__cards {
	margin-top: 5rem;
}

.rework__card {
	flex-direction: column;
	gap: 1.875rem;
	padding: 0;
}

.rework__card:nth-child(even) {
	flex-direction: column;
}

.rework__card-media {
	width: 100%;
}

.rework__card-media img {
	aspect-ratio: 411/311;
}

.rework__card-body {
	width: 100%;
}

.rework__card-title {
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
}

.access__map {
	padding-top: 64.5%;
}

.page-school__list {
	grid-template-columns: 1fr;
}

.school-list__name {
	font-size: 1rem;
}

.youtube {
	margin-top: 5rem;
}

.page-section-head-wrapper {
	flex-direction: column;
}

.page-section-head-wrapper .page-section-head::after {
	bottom: -12%;
}

.youtube__text {
	margin-left: 0;
	margin-top: 2.5rem;
}

.line__text {
	margin-left: 0;
	margin-top: 2.5rem;
}

.banner-cards--sns .banner-cards__button.banner-cards__button--sns {
	width: 14.375rem;
}

.sns {
	margin-top: 6.25rem;
}

.sns__inner {
	flex-direction: column;
}

.sns__text {
	margin-top: 2.5rem;
}

.sns__image {
	margin-top: 2.5rem;
}

.sns__button {
	margin: 2.5rem auto 0;
}

.support-overview {
	margin-top: 5rem;
}

.support-flow {
	margin-top: 3.75rem;
}

.support-flow__list {
	flex-direction: column;
	margin: 0 auto;
	max-width: 18.75rem;
}

.support-flow__item {
	width: 100%;
}

.support-flow__step {
	gap: 0.625rem;
	margin-bottom: 0.625rem;
}

.support-flow__number {
	font-size: 1.25rem;
}

.support-flow__icon {
	width: 6.25rem;
}

.support-flow__content {
	margin-top: 0.625rem;
}

.support-flow__title {
	font-size: 1.125rem;
}

.support-features {
	margin-top: 5rem;
}

.support-features__list {
	gap: 2.5rem;
	margin-top: 2.5rem;
	padding: 1.875rem 1.25rem;
}

.support-features__number {
	bottom: -0.5rem;
	font-size: 1.875rem;
	width: 1.5rem;
}

.support-features__content {
	flex-direction: column;
	gap: 1.25rem;
}

.support-features__title {
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
}

.support-features__image {
	margin: 0 auto;
	max-width: 18.875rem;
	width: 100%;
}

.mv {
	height: 100lvh;
}

.mv::before {
	border-bottom: 6.25rem solid transparent;
	border-left: 11.25rem solid white;
	z-index: 10002;
}

.mv__content {
	left: 4%;
	top: 0;
	width: auto;
}

.mv__title-wrap {
	top: 20%;
}

.mv__title-block {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	justify-content: flex-end;
}

.mv__title {
	background-color: transparent;
	font-size: 2rem;
	padding: 0;
}

.mv__title span {
	background-color: #fff;
	padding: 0.375rem;
}

.mv__title:first-child {
	margin-top: -2.5rem;
}

.mv__title:not(:first-child) {
	margin-top: 0;
}

.mv__en-title {
	font-size: 1.0625rem;
	margin-top: 2.25rem;
}

.message {
	margin-top: 3.875rem;
}

.message__inner {
	max-width: 37.5rem;
	padding: 0 1.25rem;
}

.message__contents {
	margin: 4.375rem auto 0;
}

.message__subtitle {
	font-size: 1rem;
}

.message__text {
	font-size: 0.8125rem;
	line-height: 1.65;
	margin-top: 0.75rem;
	text-align: left;
}

.news {
	padding-top: 7.375rem;
}

.shadow::after {
	display: none;
}

.news__contents {
	margin-top: 3.5rem;
	max-width: 37.5rem;
}

.news__list {
	margin-bottom: 0;
}

.news__link {
	display: block;
	padding: 1.625rem 0 0.375rem;
}

.news__date {
	font-size: 0.8125rem;
	margin-left: 0;
}

.news__date::before {
	font-size: 0.8125rem;
}

.news__category {
	font-size: 0.8125rem;
	padding: 0.25rem 0.8125rem;
}

.news__heading {
	font-size: 0.8125rem;
	margin-left: 0;
	margin-top: 0.625rem;
}

.news__button {
	margin: 2rem auto 0;
}

.service {
	padding-top: 7.375rem;
}

.service__contents {
	gap: 2.5rem;
	margin: 3.375rem auto 0;
}

.service__item {
	flex-direction: column;
	gap: 0.75rem;
}

.service__item:nth-child(even) {
	flex-direction: column;
}

.service__image {
	width: 100%;
}

.service__image img {
	aspect-ratio: 315/191;
}

.service__body {
	width: 100%;
}

.service__name {
	font-size: 1rem;
}

.service__text {
	font-size: 0.8125rem;
	line-height: 1.55;
	margin-top: 0.9375rem;
}

.service__button {
	margin: 0.75rem auto 0;
	max-width: 10.9375rem;
}

.recruit {
	margin-top: 7.375rem;
	padding: 4.4375rem 0 5.625rem;
}

.recruit::before {
	border-bottom: 6.25rem solid transparent;
	border-left: 11.25rem solid white;
}

.recruit::after {
	border-right: 11.25rem solid #33A0DA;
	border-top: 6.25rem solid transparent;
}

.recruit__inner {
	max-width: 37.5rem;
	padding: 0 1.875rem;
}

.recruit__subtitle {
	font-size: 1.25rem;
	margin-top: 3.875rem;
}

.recruit__text {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.55;
	margin-top: 2.75rem;
	text-align: left;
}

.recruit__button {
	margin: 1.875rem auto 0;
}

.recruit__bg-text {
	font-size: 4.1875rem;
	padding-left: 1.375rem;
	top: 29.5%;
}

.company {
	padding-top: 6.875rem;
}

.company__contents {
	flex-direction: column-reverse;
	gap: 1.25rem;
	margin-top: 4.8125rem;
}

.company__text-block {
	margin-top: 0;
	width: 100%;
}

.company__subtitle {
	font-size: 1rem;
}

.company__text {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.company__button {
	margin: 0.5rem auto 0;
}

.company__image {
	width: 100%;
}

.move,
.move-continuation {
	gap: 5rem;
	padding-top: 5rem;
}

.move-inner {
	flex-direction: column;
}

.move-inner:nth-child(2) {
	flex-direction: column;
}

.move-content {
	margin-top: 0;
}

.move-image {
	margin-top: 1.5rem;
	max-width: none;
	max-width: initial;
}

.move-image::before {
	border-bottom: 1.875rem solid transparent;
	border-left: 6.25rem solid white;
}

.features {
	padding-top: 5rem;
}

.features-content {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.page-works {
	margin-top: 5rem;
}

.banner-cards--transfer .banner-cards__list {
	gap: 3.75rem;
}

.banner-cards--transfer .banner-cards__image {
	margin: 0 auto;
}

.inner {
	padding-left: 30px;
	padding-right: 30px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(20%);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(100px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes mvScaleUp {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


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