.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	scroll-padding-top: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	color: #222222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	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;
}

.c-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	-webkit-transition: 0.3s;
	background-color: #CD2222;
	border-radius: 6.25rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	max-width: 350px;
	max-width: 21.875rem;
	overflow: hidden;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	width: 100%;
}

.c-button.c-button--mv {
	max-width: 320px;
	max-width: 20rem;
}

.c-button.c-button--navy {
	background-color: #0D2441;
}

.c-button.c-button--blue {
	background-color: #0F8DA9;
	line-height: normal;
	line-height: initial;
	padding: 20px;
	padding: 1.25rem;
}

.c-button::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	z-index: 1;
}

.c-button--mv.c-button::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #CD2222;
	border-top: 2px solid #CD2222;
	content: "";
	height: 8px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	z-index: 1;
}

.c-button--mv.c-button::after {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 25px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.c-button.c-button--blue::before {
	right: 20px;
}

.c-info-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.6;
}

.c-info-list__title {
	min-width: 154px;
	min-width: 9.625rem;
}

.c-page-top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	align-items: center;
	background-color: #0F8DA9;
	border: 2px solid #0F8DA9;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 56px;
	height: 3.5rem;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	width: 56px;
	width: 3.5rem;
}

.c-page-top.is-show {
	opacity: 1;
}

.c-page-top::before {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-webkit-transition: border-color 0.3s;
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	border-top: 2px solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	transform: translateX(-50%) rotate(-45deg);
	transition: border-color 0.3s;
	width: 11px;
	width: 0.6875rem;
}

.c-section-head {
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.c-section-head.c-section-head--white {
	color: #fff;
}

.c-section-head::before,
.c-section-head::after {
	-webkit-box-shadow: 0 6px 0 #0D2441;
	-webkit-transform: translateY(-50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0D2441), to(#0D2441));
	background-image: linear-gradient(to bottom, #0D2441 0%, #0D2441 100%);
	box-shadow: 0 6px 0 #0D2441;
	content: "";
	height: 1.5px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
}

.c-section-head.c-section-head--white::before,
.c-section-head.c-section-head--white::after {
	-webkit-box-shadow: 0 6px 0 #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
	box-shadow: 0 6px 0 #fff;
}

.c-section-head::before {
	-webkit-transform: translateX(-100%) translateY(-50%);
	left: calc(50% - 120px);
	margin-right: 10px;
	transform: translateX(-100%) translateY(-50%);
}

.c-section-head::after {
	-webkit-transform: translateX(100%) translateY(-50%);
	margin-left: 10px;
	right: calc(50% - 120px);
	transform: translateX(100%) translateY(-50%);
}

.c-title {
	text-align: center;
}

.c-title__en {
	color: #CD2222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}

.c-title__ja {
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.8;
}

.c-title.c-title--white .c-title__en,
.c-title.c-title--white .c-title__ja {
	color: #fff;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.l-page-top {
	bottom: 20px;
	bottom: 1.25rem;
	margin-left: auto;
	margin-right: 15px;
	margin-right: 0.9375rem;
	position: sticky;
	z-index: 100;
}

.p-contact__comment {
	color: #CD2222;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
}

.p-contact__contents {
	background-color: #E8E9EB;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-contact__content:first-of-type {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact__content + .p-contact__content {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-contact__head label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-contact__head {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-contact__required {
	color: #CD2222;
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.p-contact__item {
	width: 100%;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-date,
.p-contact__item-time,
.p-contact__item-textarea {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 0.25rem;
	font-size: 16px;
	font-size: 1rem;
	height: 40px;
	height: 2.5rem;
	line-height: 1.875;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	width: 100%;
}

.p-contact__item .p-contact__item-textarea {
	height: 215px;
	height: 13.4375rem;
	overflow: auto;
	resize: none;
}

::-moz-placeholder {
	color: #CCCCCC;
}

::-webkit-input-placeholder {
	color: #CCCCCC;
}

::-ms-input-placeholder {
	color: #CCCCCC;
}

::placeholder {
	color: #CCCCCC;
}

.p-contact__item-checkbox input[type=checkbox] {
	-webkit-transform: translateY(-50%);
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

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

.p-contact__item-checkbox input[type=checkbox] + span {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	padding: 1px 8px;
	padding: 0.0625rem 0.5rem;
	position: relative;
}

.p-contact__item-checkbox input[type=checkbox]:focus + span {
	opacity: 0.7;
}

.p-contact__item-checkbox input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 0.1875rem;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: -20px;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all 0.3s ease 0s;
	border-bottom: 2px solid #CD2222;
	border-left: 2px solid #CD2222;
	content: "";
	display: block;
	height: 8px;
	height: 0.5rem;
	left: -16px;
	left: -1rem;
	margin-top: -0.1em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact__btn-wrap {
	margin: 42px auto 0;
	margin: 2.625rem auto 0;
}

.p-contact__btn {
	text-align: center;
}

.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-webkit-transition: all 0.3s;
	background-color: #CD2222;
	color: #fff;
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	max-width: 240px;
	max-width: 15rem;
	padding: 20px 35px 20px 35px;
	padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
	position: relative;
	position: relative;
	text-align: center;
	transition: all 0.3s;
	width: 100%;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
	background-color: #CD2222;
	color: #fff;
	opacity: 1;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled,
input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
	-webkit-transform: none;
	-webkit-box-shadow: none;
	background-color: #CCCCCC;
	background-image: none;
	background-image: initial;
	box-shadow: none;
	opacity: 1;
	transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
	opacity: 1;
	scale: 1;
}

.wpcf7-spinner {
	position: absolute;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.p-contact__btn-submit:disabled {
	background-color: #fff;
	color: #CD2222;
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-contact__policy {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact__policy-link {
	color: #1571DA;
	text-decoration: underline;
}

.p-contact__item-comment {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-footer {
	background-color: #0D2441;
	margin-top: 20px;
	padding: 30px 20px 20px;
	padding: 1.875rem 1.25rem 1.25rem;
}

.p-footer__wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-footer__nav-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__nav-item {
	font-size: 16px;
	font-size: 1rem;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
}

.p-footer__nav-item:first-of-type::after {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	content: "";
	height: calc(100% - 1.625rem);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-footer__text-wrap {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: right;
}

.p-header {
	background-color: #fff;
	border-bottom: 1px solid #CCCCCC;
	height: 60px;
	height: 3.75rem;
}

.p-header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.p-header__logo {
	height: inherit;
	max-width: 90px;
	max-width: 5.625rem;
	position: relative;
	width: 100%;
	z-index: 999;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 118/54;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.p-header__nav-item.p-header__nav-item--contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.p-header__nav-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	line-height: 1;
	padding: 0 19px 0 10px;
	padding: 0 1.1875rem 0 0.625rem;
	position: relative;
	text-transform: uppercase;
}

.p-header__nav-item a::after,
.p-header__drawer-item a::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-image: url(../../lp-assets/images/common/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-header .p-header__drawer-item a::after {
	width: 24px;
	width: 1.5rem;
}

.p-header__nav-item.p-header__nav-item--contact a,
.p-header__drawer-item.p-header__drawer-item--contact a {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	background-color: #CD2222;
	border-radius: 6.25rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	color: #fff;
	height: auto;
	height: initial;
	padding: 16px 42px;
	padding: 1rem 2.625rem;
	position: static;
	position: initial;
}

.p-header .p-header__drawer-item.p-header__drawer-item--contact a {
	padding: 20px 42px;
	padding: 1.25rem 2.625rem;
}

.p-header__drawer-item.p-header__drawer-item--contact a::after,
.p-header__nav-item.p-header__nav-item--contact a::after {
	display: none;
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 60px;
	width: 3.75rem;
	z-index: 999;
}

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #222222;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 28px;
	width: 1.75rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -6px;
	top: -0.375rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 6px;
	top: 0.375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

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

.p-header__hamburger.is-open span:nth-of-type(3) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	top: -4px;
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	-webkit-transition: 0.6s;
	background-color: #fff;
	height: 100vh;
	overflow-y: scroll;
	padding: 100px 0;
	padding: 6.25rem 0;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.p-header__drawer.is-open {
	right: 0;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

body.is-fixed {
	overflow: hidden;
}

.p-header__drawer-list {
	margin: auto;
	width: 80%;
}

.p-header__drawer-item a {
	border-bottom: 1px dotted #222222;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--contact {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-header__drawer-item a::after {
	right: 50px;
	right: 3.125rem;
}

.p-top-mv {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-mv__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 8px;
	padding: 0.5rem;
}

.p-top-mv__head-left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 8px;
	gap: 0.5rem;
}

.p-top-mv__head-logo {
	max-width: 50vw;
	width: 100%;
}

.p-top-mv__head-logo img {
	-o-object-fit: contain;
	aspect-ratio: 364/58;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-mv__head-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.p-top-mv__head-right {
	margin: 8px auto 0;
	margin: 0.5rem auto 0;
	max-width: 50vw;
	width: 100%;
}

.p-top-mv__head-right img {
	-o-object-fit: contain;
	aspect-ratio: 275/42;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-mv__container {
	background-image: url(../../lp-assets/images/common/fv_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.p-top-mv__container::before {
	aspect-ratio: 404/242;
	background-image: url(../../lp-assets/images/common/fv_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 60vw;
}

.p-top-mv__container::after {
	aspect-ratio: 469/275;
	background-image: url(../../lp-assets/images/common/fv_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 60vw;
}

.p-top-mv__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 10px;
	padding: 3.75rem 0.625rem;
	position: relative;
	z-index: 10;
}

.p-top-mv__text-wrap {
	text-align: center;
}

.p-top-mv__topic {
	background-color: #fff;
	border-bottom: 1px solid #0D2441;
	border-top: 1px solid #0D2441;
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding: 10px 5px;
	padding: 0.625rem 0.3125rem;
	width: 100%;
}

.p-top-mv__title {
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-top-mv__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-mv__text::before,
.p-top-mv__text::after {
	background-color: #222222;
	content: "";
	height: 52px;
	height: 3.25rem;
	position: absolute;
	top: 50%;
	width: 2px;
	width: 0.125rem;
}

.p-top-mv__text::before {
	-webkit-transform: translateY(-50%) rotate(-30deg);
	left: -20px;
	left: -1.25rem;
	transform: translateY(-50%) rotate(-30deg);
}

.p-top-mv__text::after {
	-webkit-transform: translateY(-50%) rotate(30deg);
	right: -20px;
	right: -1.25rem;
	transform: translateY(-50%) rotate(30deg);
}

.p-top-mv__text span {
	color: #CD2222;
}

.p-top-mv__button {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-mv__swiper {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-mv__swiper,
.p-top-mv__swiper .swiper-img,
.p-top-mv__swiper .swiper-img img {
	height: inherit;
	max-width: 400px;
	max-width: 25rem;
	min-height: inherit;
	width: 100%;
}

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

.p-top-books {
	background-color: #E8E9EB;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-books__head {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-top-books__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-books__content {
	background-color: #fff;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

.p-top-books__content-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-top-books__items {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
	margin-top: 1.25rem;
	row-gap: 20px;
	row-gap: 1.25rem;
}

.p-top-books__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-top-books__item img {
	-o-object-fit: contain;
	aspect-ratio: 125/178;
	height: auto;
	max-width: 200px;
	max-width: 12.5rem;
	object-fit: contain;
	width: 100%;
}

.p-top-books__item-title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-top-contact {
	background-color: #fff;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-contact__details {
	border: 1px solid #CCCCCC;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-top-contact__list + .p-top-contact__list {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-contact__head-button {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-course {
	background-image: url(../../lp-assets/images/common/course_bg.png);
	background-repeat: repeat-y;
	background-size: contain;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-course__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-course__image {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: 100%;
}

.p-top-course__image img {
	-o-object-fit: cover;
	aspect-ratio: 1000/619;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-course__section-head {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-top-course__head {
	background-color: #E8E9EB;
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 9px 24px;
	padding: 0.5625rem 1.5rem;
	position: relative;
}

.p-top-course__head.p-top-course__head--1 {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-top-course__head::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
	width: 0.5rem;
}

.p-top-course__head.p-top-course__head--1::before {
	background-color: #94cc59;
}

.p-top-course__head.p-top-course__head--2::before {
	background-color: #54b8de;
}

.p-top-course__head.p-top-course__head--3::before {
	background-color: #539ad4;
}

.p-top-course__head.p-top-course__head--4::before {
	background-color: #e997c8;
}

.p-top-course__head.p-top-course__head--5::before {
	background-color: #a993ea;
}

.p-top-course__head.p-top-course__head--6::before {
	background-color: #ec7968;
}

.p-top-course__table {
	overflow-x: auto;
}

.p-top-course__table-image {
	margin-top: 16px;
	margin-top: 1rem;
	overflow: scroll;
	width: 1000px;
	width: 62.5rem;
}

.p-top-course__table-image img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-course__table-image.p-top-course__table-image--1 img {
	aspect-ratio: 2146/606;
}

.p-top-course__table-image.p-top-course__table-image--2 img {
	aspect-ratio: 2140/1274;
}

.p-top-course__table-image.p-top-course__table-image--3 img {
	aspect-ratio: 2140/1024;
}

.p-top-course__table-image.p-top-course__table-image--4 img {
	aspect-ratio: 2140/600;
}

.p-top-course__table-image.p-top-course__table-image--5 img {
	aspect-ratio: 2140/2176;
}

.p-top-course__table-image.p-top-course__table-image--6 img {
	aspect-ratio: 2140/684;
}

.p-top-course__content {
	background-color: #E8E9EB;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 40px 10px 40px 30px;
	padding: 2.5rem 0.625rem 2.5rem 1.875rem;
}

.p-top-course__content-head {
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.p-top-course__content-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-course__content-item {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 25px;
	padding-left: 1.5625rem;
	position: relative;
}

.p-top-course__content-item + .p-top-course__content-item {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-course__content-item::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-color: #0D2441;
	border-radius: 3.125rem;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

.p-top-course__button {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-top-faq {
	background-image: url(../../lp-assets/images/common/faq_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-faq__inner {
	position: relative;
	z-index: 10;
}

.p-top-faq__content-wrap {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-faq__content {
	background-color: #fff;
	padding: 24px 20px 24px 50px;
	padding: 1.5rem 1.25rem 1.5rem 3.125rem;
}

.p-top-faq__content + .p-top-faq__content {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-top-faq__question {
	color: #0D2441;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	position: relative;
}

.p-top-faq__question::before {
	-webkit-transform: translateY(-50%);
	color: #CD2222;
	content: "Q";
	font-size: 20px;
	font-size: 1.25rem;
	left: -30px;
	left: -1.875rem;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
}

.p-top-faq__answer {
	color: #222222;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-feature {
	background-color: #fff;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-feature__title {
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-top-feature__title span {
	background-color: #0D2441;
	color: #fff;
	padding: 0 4px;
	padding: 0 0.25rem;
}

.p-top-feature__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 30px;
	row-gap: 1.875rem;
}

.p-top-feature__img {
	width: 100%;
}

.p-top-feature__img img {
	-o-object-fit: cover;
	aspect-ratio: 312/201;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-feature__bottom {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-feature__bottom-textTop {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF948));
	background: linear-gradient(to bottom, transparent 70%, #FFF948 70%);
	color: #0D2441;
	display: inline;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-top-feature__bottom-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-feature__content {
	background-image: url(../../lp-assets/images/common/feature_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 60px 20px;
	padding: 3.75rem 1.25rem;
	position: relative;
}

.p-top-feature__content::before,
.p-top-feature__content::after {
	-webkit-transform: rotate(45deg);
	background-color: #0D2441;
	content: "";
	height: 80px;
	height: 5rem;
	position: absolute;
	transform: rotate(45deg);
	width: 2px;
	width: 0.125rem;
}

.p-top-feature__content::before {
	-webkit-transform: rotate(45deg);
	left: 20px;
	left: 1.25rem;
	top: -24px;
	top: -1.5rem;
	transform: rotate(45deg);
}

.p-top-feature__content::after {
	bottom: -24px;
	bottom: -1.5rem;
	right: 20px;
	right: 1.25rem;
}

.p-top-feature__content-head {
	color: #0D2441;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-feature__content-head::before,
.p-top-feature__content-head::after {
	background-color: #222222;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	width: 2px;
	width: 0.125rem;
}

.p-top-feature__content-head::before {
	-webkit-transform: translateY(-50%) rotate(-30deg);
	left: -15px;
	left: -0.9375rem;
	transform: translateY(-50%) rotate(-30deg);
}

.p-top-feature__content-head::after {
	-webkit-transform: translateY(-50%) rotate(30deg);
	right: -15px;
	right: -0.9375rem;
	transform: translateY(-50%) rotate(30deg);
}

.p-top-feature__content-textWrap {
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-feature__content-comment {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	margin: 5px auto 0;
	margin: 0.3125rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-feature__content-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 16px 0 16px 36px;
	padding: 1rem 0 1rem 2.25rem;
	position: relative;
}

.p-top-feature__content-text span {
	color: #CD2222;
}

.p-top-feature__content-text::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 26/21;
	background-image: url(../../lp-assets/images/common/check.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	width: 1.625rem;
}

.p-top-feature__content-text::after {
	background: -webkit-gradient(linear, left top, right top, from(#ADB6C0), color-stop(50%, #50657E), to(#ADB6C0));
	background: linear-gradient(to right, #ADB6C0 0%, #50657E 50%, #ADB6C0 100%);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-instructor {
	background-color: #fff;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-instructor__items {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 20px;
	row-gap: 1.25rem;
}

.p-top-instructor__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.p-top-instructor__item img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	max-width: 146px;
	max-width: 9.125rem;
	object-fit: contain;
	width: 100%;
}

.p-top-instructor__item-name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.p-top-instructor__item-major {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}

.p-top-price {
	background-image: url(../../lp-assets/images/common/price_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-price__inner {
	position: relative;
	z-index: 10;
}

.p-top-price__content {
	background-color: #fff;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 5px 5px 32px;
	padding: 0.3125rem 0.3125rem 2rem;
}

.p-top-price__content.p-top-price__content--bottom {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-top-price__content-title {
	background-color: #0F8DA9;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
}

.p-top-price__content-title.p-top-price__content-title--blue {
	background-color: #145DA2;
}

.p-top-price__content-title.p-top-price__content-title--blue2 {
	background-color: #337bb4;
}

.p-top-price__text-head {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-price__text-wrap {
	margin-top: 32px;
	margin-top: 2rem;
	padding: 0 10px 32px;
	padding: 0 0.625rem 2rem;
}

.p-top-price__content-head {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.p-top-price__content-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-price__content-program {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-top-price__content-program + .p-top-price__content-program {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-top-price__bottom {
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.p-top-price__text {
	border-top: 1px solid #222222;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	padding-top: 16px;
	padding-top: 1rem;
}

.p-top-price__in-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin: auto;
	width: 100%;
}

.p-top-price__table-wrap {
	margin: 24px auto;
	margin: 1.5rem auto;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.p-top-price__table {
	overflow-x: auto;
	width: 100%;
}

.p-top-price__table-img {
	margin-top: 5px;
	margin-top: 0.3125rem;
	min-width: 640px;
	min-width: 40rem;
	overflow: scroll;
}

.p-top-price__table-img img {
	-o-object-fit: contain;
	aspect-ratio: 1402/1094;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-price__plans {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
	justify-content: center;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-price__plan {
	background-color: #E8E9EB;
	width: 100%;
}

.p-plan {
	padding: 20px 15px;
	padding: 1.25rem 0.9375rem;
}

.p-plan__title {
	color: #0D2441;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	padding-left: 13px;
	padding-left: 0.8125rem;
	position: relative;
}

.p-plan__title::before {
	-webkit-transform: translateY(-50%);
	background-color: #0D2441;
	content: "";
	height: calc(100% - 0.75rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	width: 0.1875rem;
}

.p-plan__head {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-plan__head span {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-plan__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-plan__list {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-price__comment {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-price__button {
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-top-program {
	background-image: url(../../lp-assets/images/common/program_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-program__inner {
	position: relative;
	z-index: 10;
}

.p-top-program__section-head {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-program__thumbnail {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 32px;
	margin-top: 2rem;
	row-gap: 20px;
	row-gap: 1.25rem;
}

.p-top-program__image {
	width: 100%;
}

.p-top-program__image img {
	-o-object-fit: cover;
	aspect-ratio: 317/187;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-program__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-top-program__text-wrap {
	color: #fff;
}

.p-top-program__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-top-program__link {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
	text-decoration: underline;
}

.p-top-program__qr {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 160px;
	width: 100%;
}

.p-top-program__qr img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-program__cards {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 32px;
	margin-top: 2rem;
	row-gap: 16px;
	row-gap: 1rem;
}

.p-top-program__card {
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 34px 10px;
	padding: 2.125rem 0.625rem;
	text-align: center;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
	opacity: 1;
}

}

@media (hover: none) {

a:active {
	opacity: 0.7;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:active {
	opacity: 1;
}

}

@media (any-hover: hover) {

.c-button:hover {
	opacity: 1;
	scale: 1.05;
}

.c-button.c-button--mv:hover::before {
	-webkit-animation: arrow-right 0.3s ease-out;
	animation: arrow-right 0.3s ease-out;
}

.c-page-top:hover {
	background-color: #fff;
	color: #0F8DA9;
}

.c-page-top:hover::before {
	border-color: #0F8DA9;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6vw;
}

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

  body.lp-page {
    scroll-padding-top: 60px;
  }

.c-button {
	font-size: 1.125rem;
	line-height: 1;
	max-width: 23.75rem;
	padding: 1.625rem;
}

.c-button.c-button--mv {
	font-size: 1.25rem;
	max-width: 26.25rem;
	padding: 1.875rem;
}

.c-button.c-button--blue {
	max-width: 26.25rem;
	padding: 1.25rem 0.625rem;
}

.c-info-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	flex-direction: row;
	font-size: 1rem;
	justify-content: initial;
	line-height: 1.8;
}

.c-page-top {
	font-size: 0.9375rem;
	height: 4.1875rem;
	width: 4.1875rem;
}

.c-page-top::before {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	height: 0.8125rem;
	left: 50%;
	top: 1.25rem;
	width: 0.8125rem;
}

.c-section-head {
	font-size: 1.875rem;
}

.c-section-head::before,
.c-section-head::after {
	-webkit-box-shadow: 0 8px 0 #0D2441;
	box-shadow: 0 8px 0 #0D2441;
	top: 50%;
}

.c-section-head.c-section-head--white::before,
.c-section-head.c-section-head--white::after {
	-webkit-box-shadow: 0 8px 0 #fff;
	box-shadow: 0 8px 0 #fff;
}

.c-section-head::before {
	left: calc(50% - 170px);
}

.c-section-head::after {
	right: calc(50% - 170px);
}

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

.c-title__ja {
	font-size: 2.25rem;
}

.l-inner {
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-page-top {
	bottom: 3.75rem;
}

.p-contact__comment {
	font-size: 0.875rem;
}

.p-contact__contents {
	margin-top: 4rem;
	padding: 4rem 5rem;
}

.p-contact__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.75rem;
}

.p-contact__content + .p-contact__content {
	margin-top: 2rem;
}

.p-contact__head {
	min-width: 14.5rem;
}

.p-contact__item .p-contact__item-textarea {
	height: 12.5rem;
}

.p-contact__btn-wrap {
	margin: 1.5rem auto 0;
}

.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
	font-size: 1.125rem;
	max-width: 18.75rem;
	padding: 1.625rem 7.125rem;
	width: auto;
	width: initial;
}

.p-contact__policy {
	margin-top: 4rem;
}

.p-contact__item-comment {
	font-size: 0.875rem;
}

.p-footer {
	padding: 2.5rem 5rem 2.5rem 3.875rem;
}

.p-footer__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-footer__text-wrap {
	font-size: 0.875rem;
	margin-top: 0;
	margin-top: initial;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	padding: 0 0.9375rem;
}

.p-header__logo {
	max-width: 7.375rem;
}

.p-header__nav {
	display: block;
}

.p-header__nav-item.p-header__nav-item--contact {
	margin-left: 0;
	margin-left: initial;
}

.p-header__hamburger {
	display: none;
}

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

.p-top-mv__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
	padding: 0.875rem 2.7vw;
}

.p-top-mv__head-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: initial;
}

.p-top-mv__head-logo {
	max-width: 25.3vw;
}

.p-top-mv__head-text {
	font-size: 0.75rem;
	padding-left: 1rem;
	text-align: left;
	text-align: initial;
}

.p-top-mv__head-right {
	margin: 0;
	margin: initial;
	max-width: 19vw;
}

.p-top-mv__container::before {
	width: 25.25rem;
}

.p-top-mv__container::after {
	width: 29.3125rem;
}

.p-top-mv__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 2rem;
	justify-content: space-between;
	padding: 4.375rem 3rem;
}

.p-top-mv__topic {
	font-size: 1.25rem;
	font-size: 2.2vw;
	line-height: 1;
	padding: 1rem;
}

.p-top-mv__title {
	font-size: 3.6vw;
}

.p-top-mv__text {
	font-size: 1.375rem;
	margin: 3.125rem auto 0;
}

.p-top-mv__text::before,
.p-top-mv__text::after {
	width: 0.1875rem;
}

.p-top-mv__text::before {
	left: -1.875rem;
}

.p-top-mv__text::after {
	right: -1.875rem;
}

.p-top-mv__swiper {
	margin-top: 0;
	margin-top: initial;
}

.p-top-books {
	padding: 6.25rem 0;
}

.p-top-books__head {
	font-size: 1.5rem;
	margin-top: 4rem;
}

.p-top-books__text {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.p-top-books__content {
	margin-top: 2.5rem;
	padding: 2.5rem 3.125rem;
}

.p-top-books__content-text {
	font-size: 1rem;
}

.p-top-books__items {
	-moz-column-gap: 4.25rem;
	-webkit-column-gap: 4.25rem;
	column-gap: 4.25rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 2rem;
}

.p-top-books__item-title {
	font-size: 0.875rem;
}

.p-top-contact {
	padding: 6.25rem 0 7.5rem;
}

.p-top-contact__details {
	margin-top: 5rem;
	padding: 2.5rem;
}

.p-top-contact__head-button {
	text-align: right;
}

.p-top-course {
	padding: 6.25rem 0;
}

.p-top-course__text {
	font-size: 1.25rem;
	margin-top: 4rem;
	text-align: center;
}

.p-top-course__image {
	margin: 4rem auto 0;
}

.p-top-course__section-head {
	margin-top: 7.5rem;
}

.p-top-course__head {
	font-size: 1.5rem;
	margin-top: 4rem;
}

.p-top-course__head.p-top-course__head--1 {
	margin-top: 4rem;
}

.p-top-course__table-image {
	margin-top: 1.5rem;
}

.p-top-course__content {
	margin-top: 4rem;
	padding: 2.5rem 5rem;
}

.p-top-course__content-head {
	font-size: 1.5rem;
}

.p-top-course__content-flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 1.875rem;
	justify-content: space-between;
	margin-top: 2rem;
}

.p-top-course__content-item {
	font-size: 1.125rem;
	line-height: 1.8;
}

.p-top-course__button {
	margin-top: 4rem;
}

.p-top-faq {
	padding: 6.25rem 0;
}

.p-top-faq__content-wrap {
	margin-top: 4rem;
}

.p-top-faq__content {
	padding: 1.5rem 4rem 1.5rem 4.1875rem;
}

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

.p-top-faq__question {
	font-size: 1.125rem;
}

.p-top-faq__answer {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.p-top-feature {
	padding: 6.25rem 0 6.5625rem;
}

.p-top-feature__title {
	font-size: min(2rem, 3vw);
}

.p-top-feature__items {
	-moz-column-gap: 2rem;
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 4rem;
}

.p-top-feature__bottom-text {
	font-size: 1rem;
}

.p-top-feature__content {
	margin-top: 4rem;
	padding: 2rem 2.5rem 4.5rem;
}

.p-top-feature__content::before,
.p-top-feature__content::after {
	height: 6.6875rem;
	width: 0.1875rem;
}

.p-top-feature__content::before {
	left: 1.5rem;
}

.p-top-feature__content::after {
	right: 1.5rem;
}

.p-top-feature__content-head {
	font-size: 1.75rem;
}

.p-top-feature__content-head::before,
.p-top-feature__content-head::after {
	height: 2.25rem;
}

.p-top-feature__content-head::before {
	left: -1.875rem;
}

.p-top-feature__content-head::after {
	right: -1.875rem;
}

.p-top-feature__content-textWrap {
	margin: 1.5rem auto 0;
}

.p-top-feature__content-comment {
	font-size: 1rem;
}

.p-top-feature__content-text {
	font-size: 1.25rem;
}

.p-top-instructor {
	padding: 6.25rem 0;
}

.p-top-instructor__items {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 3.75rem;
	row-gap: 2.5rem;
}

.p-top-instructor__item {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-top-instructor__item-name {
	font-size: 1.125rem;
}

.p-top-instructor__item-major {
	font-size: 1rem;
}

.p-top-price {
	padding: 6.25rem 0;
}

.p-top-price__content {
	margin-top: 4rem;
}

.p-top-price__content-title {
	font-size: 1.5rem;
}

.p-top-price__text-head {
	font-size: 1.125rem;
	text-align: center;
}

.p-top-price__text-wrap {
	padding: 0 3.4375rem 2rem;
}

.p-top-price__content-head {
	font-size: 1.25rem;
}

.p-top-price__content-flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 1.875rem;
	justify-content: space-between;
	margin: 2rem auto 0;
	max-width: 40rem;
}

.p-top-price__content-program {
	font-size: 1.125rem;
}

.p-top-price__bottom {
	padding: 0 3.4375rem;
}

.p-top-price__text {
	font-size: 1.125rem;
	padding-top: 2rem;
}

.p-top-price__in-text {
	font-size: 1.125rem;
	max-width: 43.75rem;
}

.p-top-price__table-wrap {
	margin: 2rem auto;
	padding: 0 3.4375rem;
}

.p-top-price__table-img {
	margin: 0.3125rem auto 0;
	max-width: 43.75rem;
	min-width: 0;
	min-width: initial;
}

.p-top-price__plans {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2rem;
}

.p-plan {
	padding: 1.5rem 1.25rem;
}

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

.p-plan__head span {
	font-size: 1.5rem;
}

.p-plan__text {
	font-size: 1rem;
}

.p-plan__list {
	font-size: 1rem;
}

.p-top-price__comment {
	font-size: 1.125rem;
	margin-top: 4rem;
	text-align: center;
}

.p-top-program {
	padding: 6.25rem 0;
}

.p-top-program__section-head {
	margin-top: 4rem;
}

.p-top-program__thumbnail {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3rem;
}

.p-top-program__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 0.9375rem;
	justify-content: space-between;
	margin-top: 3rem;
}

.p-top-program__text {
	font-size: 1.25rem;
}

.p-top-program__link {
	font-size: 1.125rem;
	text-align: right;
}

.p-top-program__qr {
	margin-top: 0;
	margin-top: initial;
}

.p-top-program__cards {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3rem;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

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

.p-header__inner {
	padding: 0 2.5rem;
}

.p-header__nav-item a {
	padding: 0 1.5625rem 0 0.9375rem;
}

.p-top-mv__inner {
	gap: 4rem;
	padding: 2.75rem 5.7vw;
}

.p-top-mv__swiper,
.p-top-mv__swiper .swiper-img,
.p-top-mv__swiper .swiper-img img {
	max-width: 30rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes arrow-right {

0% {
	right: 30px;
}

50% {
	right: 0;
}

51% {
	right: 50px;
}

100% {
	right: 30px;
}

}

@keyframes arrow-right {

0% {
	right: 30px;
}

50% {
	right: 0;
}

51% {
	right: 50px;
}

100% {
	right: 30px;
}

}


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