body {
	font-family: "Noto Sans Myanmar", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
	overflow-x: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.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;
	height: 100%;
	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;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	overflow-x: hidden;
	padding-bottom: 5.25rem;
	padding-top: 3.25rem;
	position: relative;
}

.about:before {
	background-image: url(../images/common/about-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.about__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	position: relative;
	width: 100%;
}

.about__inner:before {
	background-image: url(../images/common/about-icon01_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 3.875rem;
	left: -1rem;
	position: absolute;
	top: 3.1875rem;
	width: 4.375rem;
}

.about__inner:after {
	background-image: url(../images/common/about-icon02_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -5rem;
	content: "";
	display: block;
	height: 4.6875rem;
	left: 1.875rem;
	position: absolute;
	width: 4.375rem;
}

.about__title {
	color: #0D52A2;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.about__title:before {
	color: #0D52A2;
	content: "what is ?";
	display: block;
	font-size: 3.4375rem;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.08em;
	opacity: 0.04;
	position: absolute;
	text-transform: uppercase;
	top: -2rem;
	transform: translateX(-50%);
	width: 100%;
}

.about__body {
	margin-top: 3.25rem;
	position: relative;
}

.about__body:before {
	background-image: url(../images/common/about-tr_line.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: -1.125rem;
	width: 1.3125rem;
}

.about__body:after {
	background-image: url(../images/common/about-bl_line.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -3.1875rem;
	content: "";
	display: block;
	height: 2.25rem;
	left: 0;
	position: absolute;
	width: 1.3125rem;
}

.about__text {
	color: #282828;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.1666666667;
	text-align: center;
}

.about__text:nth-child(2) {
	margin-top: 2.5rem;
}

.about__text:last-child {
	margin-top: 1.75rem;
	position: relative;
}

.about__text:last-child:before {
	background-image: url(../images/common/about-icon04_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -3.9375rem;
	content: "";
	display: block;
	height: 2.5625rem;
	position: absolute;
	right: 0.3125rem;
	width: 3.3125rem;
}

.about__lists {
	background: #f2f6fa;
	border-radius: 0.75rem;
	box-shadow: 0px 3px 15px rgba(16, 18, 82, 0.16);
	margin-top: 1.5rem;
	padding: 1.8125rem 1.25rem 2rem 2.3125rem;
	position: relative;
}

.about__lists:before {
	background-image: url(../images/common/about-icon03_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 8rem;
	position: absolute;
	right: 0;
	width: 12.125rem;
}

.about__list {
	display: flex;
	position: relative;
}

.about__list + .about__list {
	margin-top: 1.3125rem;
}

.about__list-icon {
	background-image: url(../images/common/about-check_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	flex-shrink: 0;
	height: 1.4375rem;
	left: -2.5625rem;
	position: absolute;
	top: 0.125rem;
	width: 1.75rem;
}

.about__list-text {
	color: #343434;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.about__list-text .gold {
	color: #CCA819;
}

.btn a {
	background: linear-gradient(-45deg, #CCA819 0%, #CCA819 62%, #D6BA4B 62%, #D6BA4B 100%);
	border-radius: 2.875rem;
	box-shadow: 0 0.4375rem 0 #553901;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	max-width: 21.25rem;
	padding: 1.5625rem 0.625rem;
	position: relative;
	text-align: center;
	text-shadow: 0px 2px 3px #806a16;
	transition: 0.3s;
	width: 100%;
}

.btn a:before {
	background-image: url(../images/common/schedule_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.5rem;
	content: "";
	display: block;
	height: 4.5625rem;
	position: absolute;
	right: -1.125rem;
	width: 4.5625rem;
}

.btn a:hover {
	box-shadow: 0 0 0 #553901;
	transform: translateY(0.4375rem);
}

.contact {
	background: #0D52A2;
	margin-top: -0.125rem;
	padding-bottom: 2rem;
	padding-top: 1.875rem;
	position: relative;
}

.contact:before {
	background-image: url(../images/common/contact-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.contact__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.contact__body {
	margin-top: 2.25rem;
}

.contact__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.contact__box {
	background: #fff;
	border-radius: 0.5625rem;
	text-align: center;
}

.contact__box a {
	display: block;
	padding: 1.25rem;
	position: relative;
	z-index: 5;
}

.contact__box + .contact__box {
	margin-top: 1.25rem;
}

.contact__box-head {
	color: #101010;
	font-size: 1.25rem;
	font-weight: 500;
	position: relative;
}

.contact__box-head span {
	position: relative;
}

.contact__box-head span:before {
	background-image: url(../images/common/contact-tel_icon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 2.3125rem;
	left: -2.5rem;
	position: absolute;
	top: 0.0625rem;
	width: 2.3125rem;
}

.contact__box:not(:first-of-type) .contact__box-head span:before {
	background-image: url(../images/common/contact-mail_icon.webp);
}

.contact__box-info {
	color: #0D52A2;
	font-size: 2rem;
	font-weight: 600;
	margin-top: 0.5rem;
}
.contact__box-info2 {
	color: #0D52A2;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

.contact__box-date {
	color: #313131;
	font-size: 1.3125rem;
	font-weight: 300;
}

.contact__box-att {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 300;
}

.contact__form-head {
	margin-top: 4rem;
	padding-left: 5.3125rem;
}

.contact__form-title {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 600;
}

.contact__form-text {
	color: #fff;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 0.6875rem;
	font-weight: 500;
	margin-top: 0.375rem;
}

.contact__form-text .label {
	background: #fff;
	border-radius: 0.75rem;
	color: #0D52A2;
	font-size: 0.8125rem;
	font-weight: bold;
	padding: 0.1875rem 0.5625rem;
}

.content {
	background: #F2F6FA;
	padding-bottom: 3.5rem;
	padding-top: 2.25rem;
	position: relative;
}

.content:before {
	background-image: url(../images/common/content-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.content__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.content__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}

.content__title:before {
	color: #fff;
	content: "content";
	display: block;
	font-size: 2.9375rem;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.08em;
	opacity: 0.69;
	position: absolute;
	text-transform: uppercase;
	top: -1.9375rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.content__body {
	margin-top: 1.75rem;
}

.content__item {
	background: #fff;
	border-radius: 0.875rem;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 1.6875rem 1.25rem;
}

.content__item + .content__item {
	margin-top: 1.25rem;
}

.content__item-head {
	color: #0D52A2;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
}

.content__item-head:before {
	background: #0D52A2;
	bottom: -0.3125rem;
	content: "";
	display: block;
	height: 0.0625rem;
	left: -1.25rem;
	position: absolute;
	width: 7.6875rem;
}

.content__item-image {
	margin-top: 0.25rem;
}

.content__item:not(:first-child) .content__item-image {
	margin-top: 2.1875rem;
}

.content__item-image img {
	margin: auto;
	max-width: 16.25rem;
}

.content__item-sub-head {
	color: #0D52A2;
	font-size: 1.5625rem;
	font-weight: bold;
	line-height: 1.36;
	margin-top: 1rem;
	text-align: center;
}

.content__item-sub-head .number {
	font-size: 2.3125rem;
}

.content__item-sub-head .large {
	font-size: 2rem;
}

.content__item-text {
	color: #282828;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6111111111;
	margin-top: 1.125rem;
}

.content__item-lists {
	margin-top: 2rem;
}

.content__item-list {
	color: #0D52A2;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
}

.content__item-list .black {
	color: #282828;
	font-size: 1.125rem;
	line-height: 1.6111111111;
}

.content__item-list + .content__item-list {
	margin-top: 1.875rem;
}

.faq {
	background: #F2F6FA;
	padding-bottom: 2.8125rem;
	padding-top: 1.875rem;
	position: relative;
}

.faq:before {
	background-image: url(../images/common/faq-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.faq__inner {
	margin: auto;
	max-width: 32.75rem;
	padding: 0 0.75rem;
	width: 100%;
}

.faq__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.faq__body {
	margin-top: 2.5rem;
}

.faq-list__item {
	border-bottom: 0.0625rem solid #C6C6C6;
	padding-bottom: 0.875rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 1.3125rem;
}

.faq-list__item:last-child {
	border-bottom: none;
}

.faq-list__item-question {
	align-self: baseline;
	color: #0D52A2;
	display: flex;
	font-size: 1.1rem;
	font-weight: bold;
	gap: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.7647058824;
	position: relative;
}

.faq-list__item-question span {
	background-image: url(../images/common/faq-q_icon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	flex-shrink: 0;
	height: 1.875rem;
	width: 2.25rem;
}

.faq-list__item-answer {
	align-items: flex-start;
	color: #2D2D2D;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.5333333333;
	margin-top: 0.6875rem;
}

.faq-list__item-answer span {
	background-image: url(../images/common/faq-a_icon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	flex-shrink: 0;
	height: 1.875rem;
	left: 0.3125rem;
	position: relative;
	width: 2.25rem;
}

.footer {
	background: #fff;
	padding: 2rem 0;
}

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

.footer__nav-list {
	align-items: center;
	display: flex;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	justify-content: center;
}

.footer__nav-item {
	color: #0D52A2;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.footer__nav-item a {
	padding: 0 0.375rem;
	transition: 0.6s;
}

.footer__nav-item:not(:first-child) {
	border-left: 0.0625rem solid #0D52A2;
}

.footer__nav-item a:hover {
	opacity: 0.6;
}

.footer__copy {
	color: #0D52A2;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 1.25rem;
	text-align: center;
}

.contact__form {
	background: #fff;
	border-radius: 0.625rem;
	margin-top: 1.3125rem;
	padding: 1.5625rem 1.125rem 2.0625rem;
	position: relative;
}

.contact__form:before {
	background-image: url(../images/common/contact_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 6.125rem;
	left: -0.75rem;
	position: absolute;
	top: -5.5rem;
	width: 6.0625rem;
}

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

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

.contact__form-label {
	color: #0D52A2;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

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

.contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f2f6fa;
	background-image: none;
	border: none;
	border-radius: 0.375rem;
	box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.05);
	font-size: 1.125rem;
	height: 100%;
	line-height: 1;
	max-height: 3rem;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

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

.contact__form-input input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 0.9375rem;
	line-height: 1;
	text-align: center;
}

.contact__form-input input::placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 0.9375rem;
	line-height: 1;
	text-align: center;
}

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

.contact__form-checkbox label {
	display: block;
}

.contact__form-checkbox label:not(:first-child) {
	margin-top: 0.7rem;
}

.contact__form-checkbox input {
	display: none;
}

.contact__form-checkbox input + span {
	color: #282828;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 0 1.875rem;
	position: relative;
	width: 100%;
}

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

.contact__form-checkbox input + span::after {
	background: #0D52A2;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.375rem;
	left: 3%;
	margin-top: -0.15625rem;
	opacity: 0;
	position: absolute;
	top: 48%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.375rem;
}

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

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

.contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f2f6fa;
	background-image: none;
	border: none;
	border-radius: 0.375rem;
	box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.05);
	font-size: 1.125rem;
	height: 9.0625rem;
	padding: 0.625rem;
	resize: none;
	width: 100%;
}

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

.contact__form-textarea textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-size: 0.875rem;
}

.contact__form-textarea textarea::placeholder {
	color: rgba(51, 51, 51, 0.5);
	font-size: 0.875rem;
}

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

.contact__form-privacy input {
	display: none;
}

.contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	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 #0D52A2;
	border-left: 0.1875rem solid #0D52A2;
	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: 2.5rem auto 0;
	max-width: 18.75rem;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.contact__form-submit input {
	-webkit-text-decoration: none;
	background-color: transparent;
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 1.25rem 0;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.contact__form-submit input:hover,
.contact__form-submit input:focus {
	outline: none;
}

.contact__form-submit::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.contact__form-submit-bg {
	background-color: #0D52A2;
	border-radius: 0.625rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.contact__form-submit-bg::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.header {
	background: #fff;
	box-shadow: 0px 3px 10px rgba(22, 13, 98, 0.16);
	height: 3.625rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.header__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	margin-top: 0.5rem;
	position: relative;
	z-index: 999;
}

.header__logo a {
	color: #0D52A2;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.header__logo img {
    width: 150px;
}

.header__logo .small {
	font-size: 0.5rem;
	font-weight: 300;
}

.header__btn {
	background: #0D52A2;
	border-radius: 2.8125rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2916666667;
	max-width: 22.25rem;
	padding: 1.0625rem 0.625rem 0.5rem;
	position: relative;
	position: relative;
	text-align: center;
	transition: 0.6s;
	width: 100%;
	z-index: 999;
}

.header__btn:hover {
	opacity: 0.5;
}

.header__btn .small {
	font-size: 1.3125rem;
}

.header__btn::before {
	background-image: url(../images/common/btn_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 1.1875rem;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.header__hamburger {
	background: #fff;
	cursor: pointer;
	height: 2.8125rem;
	position: relative;
	transition: 0.3s;
	width: 2.8125rem;
	z-index: 999;
}

.header__hamburger span {
	background: #0D52A2;
	border-radius: 0.09375rem;
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 2.4375rem;
}

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

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

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

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

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

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

.header__hamburger p {
	color: #0D52A2;
	font-size: 0.8125rem;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	opacity: 1;
	position: absolute;
	text-transform: uppercase;
	top: 2rem;
	transform: translateX(-50%);
	transition: 0.5s;
}

.header__hamburger.is-open p {
	font-weight: 500;
}

.header__hamburger-text.is-hidden {
	opacity: 0;
}

.header__drawer {
	background: #fff;
	background: white;
	height: 100vh;
	opacity: 0;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: fixed;
	right: -100%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
	right: 0;
}

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

.header__drawer-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.header__drawer-item {
	border-bottom: 0.0625rem solid #ccc;
	text-align: center;
	width: 100%;
}

.header__drawer-item a {
	color: #282828;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.375rem 0;
	transition: 0.6s;
}

.header__drawer-item a span {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 65%;
}

.header__drawer-item a:hover {
	color: #0D52A2;
}

.header__drawer-tel {
	margin-top: 2.0625rem;
	text-align: center;
}

.header__tel-att {
	color: #000;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1;
	margin-top: 0.5rem;
	text-align: center;
}

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

.mv {
	background: #F2F4F5;
	margin-top: 3.625rem;
	padding-bottom: 8.375rem;
	padding-top: 2.25rem;
	position: relative;
}

.mv:before {
	background-image: url(../images/common/mv-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.mv__inner {
	margin: auto;
	max-width: 33.5rem;
	padding: 0 1.125rem;
	position: relative;
	width: 100%;
}

.mv__title {
	color: #0D52A2;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	line-height: 1.6;
}

.mv__title .gold {
	color: #CCA819;
}

.mv__icons {
	align-items: center;
	bottom: -5.9375rem;
	display: flex;
	justify-content: center;
	left: 0.6875rem;
	position: absolute;
	z-index: 1;
}

.mv__icon {
	max-width: 8rem;
	width: 100%;
}

.mv__icon-att {
	/*bottom: 2.625rem;
	color: #7E7E7E;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	position: absolute;
	right: -5.3125rem;*/
	
	bottom: -1.3rem;
    color: #7E7E7E;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    right: 1rem;
}

.mv__image {
	margin-top: 0.875rem;
}

.point {
	overflow-x: hidden;
	padding-bottom: 4.6875rem;
	padding-top: 2.5rem;
	position: relative;
}

.point:before {
	background-image: url(../images/common/point-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.point__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.point__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.point__body {
	margin-top: 4.5rem;
}

.point__item {
	display: flex;
	flex-direction: column;
}

.point__item + .point__item {
	margin-top: 3.3125rem;
}

.point__content {
	display: contents;
}

.point__head {
	align-items: stretch;
	display: flex;
	gap: 1.125rem;
}

.point__number {
	border-right: 0.125rem solid #0D52A2;
	color: #0D52A2;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5384615385;
	padding-right: 1.125rem;
	text-transform: uppercase;
}

.point__number .number {
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 2.375rem;
	line-height: 1.5263157895;
	position: relative;
	top: -0.8125rem;
}

.point__head-title {
	color: #2d2d2d;
	flex-grow: 1;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.32;
}

.point__texts {
	margin-top: 2rem;
	order: 1;
}

.point__text {
	color: #323232;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8888888889;
}

.point__att {
	color: #5A5A5A;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5833333333;
	margin-top: 3rem;
}

.point__image {
	margin-top: 1.5rem;
	position: relative;
}

.point__item:nth-child(odd) .point__image:before {
	background-image: url(../images/common/point_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 7.4375rem;
	left: -3rem;
	position: absolute;
	top: -1.375rem;
	width: 7.4375rem;
	z-index: -1;
}

.point__item:nth-child(even) .point__image:before {
	background-image: url(../images/common/point_icon03.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 7.625rem;
	position: absolute;
	right: -2.625rem;
	top: -4.5rem;
	width: 7rem;
	z-index: -1;
}

.point__item:nth-child(4) .point__image:before {
	top: 4rem;
}

.point__image img {
	-o-object-fit: cover;
	aspect-ratio: 340/150;
	object-fit: cover;
}

.point__btn {
	margin-top: 2.25rem;
	text-align: center;
}

.profile {
	overflow-x: hidden;
	padding-bottom: 5.8125rem;
	padding-top: 1.75rem;
	position: relative;
}

.profile:before {
	background-image: url(../images/common/profile-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.profile__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.profile__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.profile__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.profile__item + .profile__item {
	margin-top: 2.25rem;
}

.profile__image {
	margin-top: 1.5rem;
}

.profile__image img {
	margin: auto;
	max-width: 17.375rem;
}

.profile__content {
	margin-top: 1.9375rem;
}

.profile__name {
	color: #101010;
	font-size: 2.6875rem;
	position: relative;
    line-height: 0.9em;
}

.profile__name:before {
	background: #0D52A2;
	bottom: -0.4875rem;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	width: 100%;
}

.profile__name span {
    font-size: 30%;
}

.profile__text {
	color: #5A5A5A;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.8235294118;
	margin-top: 2.125rem;
}

.profile__text_under{
	padding: 2em 1em;
    background: none;
    white-space: pre-line;
    line-height: 2.1rem;
    letter-spacing: 1px;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #0D52A2;
    position: relative;
    z-index: 1;
    margin: 2rem 0;
}
.profile__text_under:after{
	background-color:rgba(242,246,250,0.5);/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index:-1;
}

	.profile__text_under .gold{
	color: #CCA819;}
	
	.profile__text_under strong{
text-decoration:underline;/*下線を引く*/
text-decoration-color:#0D52A2;/*下線を赤色*/
		border-width:1px;
	text-underline-offset: 8px;}

.program {
	padding-bottom: 4.625rem;
	padding-top: 1.5rem;
	position: relative;
}

.program:before {
	background-image: url(../images/common/program-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.program:after {
	background-image: url(../images/common/program-line-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.program__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.program__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.program__title .line {
	position: relative;
}

.program__title .line:before {
	background: #0D52A2;
	bottom: 24%;
	content: "";
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.program__body {
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
	margin-top: 0.875rem;
}

.program__item {
	border-radius: 0.375rem;
}

.program__item-head {
	align-items: flex-start;
	background: #0D52A2;
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.625rem;
	position: relative;
}

.program__label {
	background: #fff;
	border-radius: 0.6875rem;
	color: #0D52A2;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1;
	min-width: 4.6875rem;
	padding: 0.375rem 0.5625rem 0.125rem;
	text-align: center;
}

.program__item-title {
	color: #fff;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.3125rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.2380952381;
}

.program__number {
	color: #89B5E8;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 2.1875rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	opacity: 0.39;
	position: absolute;
	right: 0.625rem;
	top: -0.1875rem;
}

.program__item-lists {
	margin-top: 1.125rem;
	padding-left: 0.1875rem;
}

.program__item-list {
	align-items: baseline;
	display: flex;
	gap: 0.75rem;
}

.program__dots {
	background: #99BBE2;
	border-radius: 50%;
	height: 0.5625rem;
	position: relative;
	top: -0.0625rem;
	width: 0.5625rem;
}

.program__item-text {
	color: #282828;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.75;
}

.schedule {
	background: #F2F6FA;
	overflow-x: hidden;
	padding-bottom: 4.75rem;
	padding-top: 1.875rem;
	position: relative;
}

.schedule:before {
	background-image: url(../images/common/schedule-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.schedule__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.schedule__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.schedule__body {
	margin-top: 1.5rem;
}

/* 定義リストのスタイル */

.schedule__info {
	margin: 0;
	padding: 0;
}

.schedule__item {
	align-items: flex-start;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.schedule__item + .schedule__item {
	margin-top: 0.8125rem;
}

.schedule__header {
	background-color: #0D52A2;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	flex: none;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.6875rem 0 0.375rem;
	text-align: center;
	width: 100%;
}

.schedule__content {
	background-color: #fff;
	flex-grow: 1; /* 残りの部分を占有 */
	padding: 0.5rem;
	width: 100%;
}

.schedule__content ul {
	margin-top: 1rem;
	padding: 0 0.875rem 0.875rem;
}

.schedule__content ul li {
	color: #282828;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8125;
}

.schedule__content p {
	color: #282828;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}

.schedule__content .place,
.schedule__content .name {
	padding: 0.5rem;
}

.schedule__content .day {
	font-feature-settings: "palt";
	color: #282828;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 1rem;
}

.schedule__content .strike {
	color: #282828;
	font-size: 1.25rem;
	font-weight: 600;
	position: relative;
}

.schedule__content .strike:before {
	background: #282828;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 41%;
	width: 100%;
}

.schedule__content .number {
	font-size: 1.6875rem;
}

.schedule__content .free {
	color: #CCA819;
	font-size: 1.875rem;
	font-weight: 600;
}

.schedule__btn {
	margin-top: 2.1875rem;
	text-align: center;
}

html {
	scroll-padding-top: 3.625rem;
}

.section-title {
	color: #0D52A2;
	position: relative;
	text-align: center;
}

.step {
	padding-bottom: 4.625rem;
	padding-top: 3.5rem;
	position: relative;
}

.step:before {
	background-image: url(../images/common/step-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.step__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.step__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.step__body {
	margin-top: 4.625rem;
}

.step__item {
	background: #FAFAFA;
	border-radius: 0.875rem;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 3.4375rem 1.1875rem 1.875rem;
	position: relative;
}

.step__number {
	background: #0D52A2;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 2.125rem;
	font-weight: 600;
	height: 4.4375rem;
	left: 50%;
	line-height: 2;
	padding: 0 1.125rem;
	position: absolute;
	top: -2.1875rem;
	transform: translateX(-50%);
	width: 4.4375rem;
}

.step__item + .step__item {
	margin-top: 7.25rem;
}

.step__item:not(:last-child):before {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
	background: rgba(34, 97, 170, 0.49);
	bottom: -14%;
	clip-path: polygon(100% 0, 0 0, 50% 50%);
	content: "";
	display: block;
	height: 2.1875rem;
	left: 43%;
	position: absolute;
	width: 3.125rem;
}

.step__item-head {
	color: #2d2d2d;
	font-size: 1.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4827586207;
	text-align: center;
}

.step__item-image {
	margin-top: 0.25rem;
}

.step__item-image img {
	-o-object-fit: cover;
	aspect-ratio: 237/178;
	margin: auto;
	max-width: 14.375rem;
	object-fit: cover;
}

.step__item-text {
	color: #5A5A5A;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6111111111;
	margin-top: 0.375rem;
}

.support {
	background: #F2F4F5;
	padding-bottom: 4rem;
	padding-top: 1.875rem;
	position: relative;
}

.support:before {
	background-image: url(../images/common/support-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.support__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.support__title {
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6538461538;
}

.support__title span {
	position: relative;
}

.support__title span:before {
	background-image: url(../images/common/support_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 5.5625rem;
	left: -3.6875rem;
	position: absolute;
	top: -1.875rem;
	width: 5.5rem;
}

.support__image {
	margin-top: 0.75rem;
}

.support__image img {
	-o-object-fit: cover;
	aspect-ratio: 340/158;
	object-fit: cover;
}

.support__content {
	background: #fff;
	border: 1px solid #0d52a2;
	border-radius: 0.5625rem;
	margin-top: 1.5rem;
	padding: 1.125rem 1.1875rem;
}

.support__text {
	color: #0D52A2;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.support__text .label {
	background: #0D52A2;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	margin-bottom: 1.125rem;
	margin-right: 0.125rem;
	padding: 0.6875rem 0.75rem 0.25rem;
}

.support__att {
	color: #282828;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 1.25rem;
	text-align: center;
}

.support__att span {
	position: relative;
	right: -0.6875rem;
}

.support__att span:before {
	background-image: url(../images/common/support_icon02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 1.875rem;
	left: -1.75rem;
	position: absolute;
	top: -0.1875rem;
	width: 1.875rem;
}

.voice {
	background: #F2F6FA;
	padding-top: 2.875rem;
	position: relative;
}

.voice:before {
	background-image: url(../images/common/voice-bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.voice__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.voice__title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6071428571;
	z-index: 1;
}

.voice__title:before {
	color: #fff;
	content: "voice";
	display: block;
	font-size: 4.3125rem;
	font-weight: bold;
	left: 32%;
	letter-spacing: 0.08em;
	opacity: 0.69;
	position: absolute;
	text-transform: uppercase;
	top: -2.875rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.voice__video {
	box-shadow: 0px 6px 10px rgba(23, 18, 41, 0.3);
	margin-top: 2rem;
}

.voice__video iframe {
	-o-object-fit: cover;
	aspect-ratio: 339/190;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice__slider {
	margin: 2rem auto 0;
	max-width: 33.125rem;
	width: 100%;
}

.voice__slide-item {
	background: #fff;
	border-radius: 1.3125rem;
	box-shadow: 0px 5px 10px rgba(21, 25, 72, 0.15);
	margin: 0 0.9375rem 3rem;
	padding: 0.6875rem 1.125rem 1.375rem;
	position: relative;
}

.voice__slide-item:before {
	background-image: url(../images/common/voice_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -3.75rem;
	content: "";
	display: block;
	height: 4.375rem;
	position: absolute;
	right: 0;
	width: 9.6875rem;
}

.voice__slide-label {
	background: #0D52A2;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.4375rem 0.6875rem 0.0625rem;
}

.voice__slide-head {
	color: #CCA819;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.375rem;
	text-align: center;
}

.voice__slide-image {
	margin-top: 1rem;
}

.voice__slide-image img {
	-o-object-fit: cover;
	aspect-ratio: 302/163;
	object-fit: cover;
}

.voice__slide-text {
	color: #282828;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 2rem;
}

.slick-arrow {
	filter: none !important;
}

.slick-arrow {
	cursor: pointer;
	height: 1.9375rem;
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	width: 1.9375rem;
	z-index: 1;
}

.prev-arrow {
	left: 0.5%;
}

.next-arrow {
	right: 0.5%;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6842105263vw;
}

.about {
	background: #fff;
	margin-top: -0.0625rem;
	padding-bottom: 9.75rem;
	padding-top: 4.5rem;
}

.about:before {
	background-image: url(../images/common/about-bg_pc.webp);
	height: 3.3125rem;
}

.about:after {
	background-image: url(../images/common/about-icon03_pc.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 3.5625rem;
	content: "";
	display: block;
	height: 53.6875rem;
	position: absolute;
	right: -1.3125rem;
	width: 48.875rem;
}

.about__inner {
	margin: auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.about__inner:before {
	background-image: url(../images/common/about-icon01_pc.webp);
	height: 11.6875rem;
	left: -15.6875rem;
	top: 9rem;
	width: 11.5rem;
}

.about__inner:after {
	display: none;
}

.about__title {
	font-size: 3rem;
}

.about__title:before {
	font-size: 6.25rem;
	top: -4.125rem;
}

.about__body {
	margin-top: 5.25rem;
}

.about__body:before {
	height: 3.6875rem;
	top: -2.875rem;
	width: 2.125rem;
}

.about__body:after {
	bottom: -4rem;
	height: 3.6875rem;
	width: 2.125rem;
}

.about__text {
	font-size: 1.5rem;
	line-height: 2.2083333333;
}

.about__text:nth-child(2) {
	margin-top: 3.375rem;
}

.about__text:last-child {
	margin-top: 3.5rem;
}

.about__text:last-child:before {
	display: none;
}

.about__lists {
	margin: 1.5rem auto 0;
	max-width: 53.125rem;
	padding: 1.5625rem;
	z-index: 1;
}

.about__lists:before {
	display: none;
}

.about__list {
	align-items: baseline;
	gap: 1.5rem;
}

.about__list + .about__list {
	margin-top: 1.125rem;
}

.about__list-icon {
	height: 1.875rem;
	left: auto;
	left: initial;
	position: relative;
	top: 0.25rem;
	width: 2.25rem;
}

.about__list-text {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.btn a {
	background: linear-gradient(-45deg, #CCA819 0%, #CCA819 67%, #D6BA4B 67%, #D6BA4B 100%);
	border-radius: 6rem;
	font-size: 2.375rem;
	max-width: 41.9375rem;
	padding: 2.5rem 0.625rem;
}

.btn a:before {
	bottom: -2.8125rem;
	height: 8.5rem;
	right: -1.875rem;
	width: 8.4375rem;
}

.contact {
	padding-bottom: 5.375rem;
	padding-top: 3.75rem;
}

.contact:before {
	background-image: url(../images/common/contact-bg_pc.webp);
}

.contact__inner {
	margin: auto;
	max-width: 56.25rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.contact__body {
	margin-top: 3rem;
}

.contact__title {
	font-size: 3rem;
}

.contact__box-wrap {
	display: flex;
	gap: 5.3125rem;
}

.contact__box {
	border-radius: 1.125rem;
	width: 50%;
}

.contact__box + .contact__box {
	margin-top: 0;
}

.contact__box-head span:before {
	left: -3.75rem;
}

.contact__box-info,.contact__box-info2 {
	margin-top: 1.25rem;
}

.contact__box-att {
	margin-top: 0.5rem;
}

.contact__form-head {
	margin-top: 3.875rem;
	padding-left: 15.5rem;
}

.contact__form-title {
	font-size: 2.875rem;
}

.contact__form-text {
	font-size: 1.25rem;
}

.contact__form-text .label {
	font-size: 1.5rem;
	padding: 0.375rem 1.125rem;
}

.content {
	margin-top: -0.0625rem;
	padding-bottom: 6.25rem;
	padding-top: 5.875rem;
}

.content:before {
	background-image: url(../images/common/content-bg_pc.webp);
	height: 3.3125rem;
}

.content__inner {
	margin: auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.content__title {
	font-size: 3rem;
	font-weight: bold;
}

.content__title:before {
	font-size: 6.625rem;
	top: -6.5rem;
}

.content__body {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	margin-top: 2.8125rem;
}

.content__item {
	border-radius: 2.25rem;
	height: 100%;
	min-height: 31.1875rem;
	width: 31.05%;
}

.content__item + .content__item {
	margin-top: 0;
}

.content__item-image {
	margin-top: 2.1875rem;
}

.content__item:last-child .content__item-sub-head {
	margin-top: 1.6875rem;
}

.content__item-text {
	margin-top: 0.8125rem;
}

.content__item:last-child .content__item-text {
	margin-top: 1.5625rem;
}

.content__item-lists {
	margin-top: 2.625rem;
}

.faq {
	margin-top: -0.0625rem;
	padding-bottom: 7.875rem;
	padding-top: 3.125rem;
}

.faq:before {
	background-image: url(../images/common/faq-bg_pc.webp);
	height: 3.3125rem;
}

.faq__inner {
	margin: auto;
	max-width: 56.25rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.faq__title {
	font-size: 2.875rem;
}

.faq__body {
	margin-top: 3.25rem;
}

.faq-list__item {
	padding-left: 1.625rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 1.5rem;
}

.faq-list__item-question {
	align-items: center;
	font-size: 1.3125rem;
	gap: 2.625rem;
}

.faq-list__item-question span {
	height: 2.625rem;
	width: 3.0625rem;
}

.faq-list__item-answer {
	font-size: 1.125rem;
	gap: 2.625rem;
	line-height: 1.6111111111;
}

.faq-list__item-answer span {
	height: 2.625rem;
	left: 0.4375rem;
	width: 3.0625rem;
}

.footer {
	padding: 2.5rem 0;
}

.footer__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.footer__nav-item {
	font-size: 1.1875rem;
}

.footer__nav-item a {
	padding: 0 1rem;
}

.footer__copy {
	font-size: 1rem;
	margin-top: 2rem;
}

.contact__form {
	margin-top: 2.625rem;
	padding: 3.1875rem 4rem 2.3125rem;
}

.contact__form:before {
	height: 12.3125rem;
	left: 2.6875rem;
	top: -10.5625rem;
	width: 12.125rem;
}

.contact__form-wrap {
	align-items: center;
	display: flex;
}

.contact__form-wrap.contact__form-wrap--checkbox,
.contact__form-wrap.contact__form-wrap--textarea {
	align-items: flex-start;
}

.contact__form-label {
	font-size: 1.375rem;
	max-width: 14.6875rem;
	text-align: left;
	width: 100%;
}

.contact__form-wrap.contact__form-wrap--checkbox .contact__form-label,
.contact__form-wrap.contact__form-wrap--textarea .contact__form-label {
	padding-top: 0.3125rem;
}

.contact__form-input {
	flex-grow: 1;
	margin-top: 0;
	margin-top: initial;
}

.contact__form-input input {
	font-size: 1.25rem;
	max-height: 3rem;
	padding: 0.9375rem 1.25rem;
}

.contact__form-input input::-moz-placeholder {
	text-align: left;
}

.contact__form-input input::placeholder {
	text-align: left;
}

.contact__form-checkbox {
	margin-top: 0;
	margin-top: initial;
}

.contact__form-checkbox input + span {
	font-size: 1.25rem;
}

.contact__form-checkbox input + span::after {
	left: 4.5%;
	margin-top: -0.25rem;
	top: 56%;
}

.contact__form-textarea {
	flex-grow: 1;
	margin-top: 0;
	margin-top: initial;
}

.contact__form-textarea textarea {
	flex-grow: 1;
	font-size: 1.25rem;
	height: 11.6875rem;
	margin-top: 0;
	margin-top: initial;
	padding: 0.9375rem 1.25rem;
}

.contact__form-privacy {
	margin-top: 3.75rem;
	text-align: center;
}

.contact__form-privacy input + span::before {
	top: -0.0625rem;
}

.contact__form-privacy input + span::after {
	top: 0.3125rem;
}

.contact__form-submit {
	margin-top: 2rem;
	max-width: 21.875rem;
}

.contact__form-submit:hover {
	opacity: 0.8;
}

.contact__form-submit input {
	padding: 1.875rem 0;
}

.header {
	height: 8.3125rem;
}

.header__inner {
	gap: 2.5rem;
	margin: auto;
	max-width: 114.375rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.header__wrap {
	flex-grow: 1;
	gap: 2.5rem;
}

.header__logo a {
	font-size: 2.375rem;
}

.header__logo img {
    width: 300px;
}

.header__logo .small {
	font-size: 1.5rem;
}

.header__hamburger {
	height: 4.5rem;
	width: 4.5rem;
}

.header__hamburger span {
	height: 0.3125rem;
	width: 4.5rem;
}

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

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

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

.header__hamburger p {
	font-size: 1.4375rem;
	letter-spacing: 0.054em;
	top: 3.625rem;
}

.header__drawer {
	max-height: 52.8125rem;
	max-width: 28.125rem;
	padding-bottom: 0;
	padding-top: 9.25rem;
}

.header__drawer-item a {
	font-size: 1.875rem;
}

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

.mv {
	margin-top: 8.3125rem;
	padding-bottom: 5.875rem;
	padding-top: 4.875rem;
}

.mv:before {
	background-image: url(../images/common/mv-bg_pc.webp);
	height: 3.3125rem;
}

.mv__inner {
	margin: auto;
	max-width: 114.375rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.mv__body {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.mv__content {
	flex-shrink: 0;
	margin-top: 2rem;
}

.mv__title {
	font-size: clamp(2rem, -0.326rem + 3.918vw, 4.375rem);
	left: 1.125rem;
	line-height: 1.6;
	position: relative;
}

.mv__icons {
	bottom: auto;
	bottom: initial;
	gap: 1rem;
	justify-content: flex-start;
	left: clamp(0.063rem, -6.487rem + 11.031vw, 6.75rem);
	margin-top: 0.5rem;
	position: relative;
}

.mv__icon {
	max-width: clamp(9.25rem, 3.741rem + 9.278vw, 14.875rem);
}

.mv__icon-att {
	/*bottom: 0.375rem;*/
	bottom: -2rem;
	font-size: clamp(0.75rem, 0.566rem + 0.309vw, 0.938rem);
	/*right: clamp(0.063rem, -19.158rem + 32.371vw, 19.688rem);*/
	right: clamp(0.063rem, -25.158rem + 32.371vw, 19.688rem);
}

.mv__image {
	margin-top: 0;
	max-width: 47.0625rem;
}

.point {
	background: #fff;
	margin-top: -0.0625rem;
	padding-bottom: 9.0625rem;
	padding-top: 4.25rem;
}

.point:before {
	background-image: url(../images/common/point-bg_pc.webp);
	height: 3.3125rem;
}

.point__inner {
	margin: auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.point__title {
	font-size: 2.875rem;
}

.point__body {
	margin-top: 8.125rem;
}

.point__item {
	align-items: flex-end;
	flex-direction: row;
	justify-content: space-between;
}

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

.point__item + .point__item {
	margin-top: 4.6875rem;
}

.point__content {
	display: block;
	flex-shrink: 0;
	width: 50%;
}

.point__item:nth-child(even) .point__content {
	width: 53%;
}

.point__head {
	gap: 1.5rem;
}

.point__number {
	border-right: 0.2rem solid #0D52A2;
	font-size: 1.0625rem;
	line-height: 1.5294117647;
	padding-right: 1.5rem;
}

.point__number .number {
	font-size: 3.1875rem;
	line-height: 1.5294117647;
}

.point__head-title {
	font-size: 2rem;
	font-size: clamp(1.875rem, 1.753rem + 0.206vw, 2rem);
	font-weight: 590;
	letter-spacing: 0.2em;
	line-height: 1.375;
}

.point__texts {
	margin-top: 1.25rem;
}

.point__text {
	font-size: clamp(1.063rem, 1.001rem + 0.103vw, 1.125rem);
}

.point__att {
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	line-height: 1.6923076923;
	margin-top: 1.625rem;
}

.point__item:nth-child(even) .point__att {
	text-align: right;
}

.point__image {
	left: clamp(0.313rem, -4.89rem + 8.763vw, 5.625rem);
	margin-top: 0;
	width: 45.47%;
}

.point__item:nth-child(even) .point__image {
	left: auto;
	left: initial;
	right: clamp(0.313rem, -4.89rem + 8.763vw, 5.625rem);
}

.point__item:nth-child(odd) .point__image:before {
	height: 22.3125rem;
	left: 15.3125rem;
	top: -10rem;
	width: 22.3125rem;
}

.point__item:nth-child(even) .point__image:before {
	background-image: url(../images/common/point_icon02.webp);
	height: 20.4375rem;
	right: 18rem;
	top: -8.625rem;
	width: 20.875rem;
}

.point__item:nth-child(4) .point__image:before {
	top: -8.625rem;
}

.point__image img {
	aspect-ratio: 432/335;
}

.point__btn {
	margin-top: 4.875rem;
}

.profile {
	background: #fff;
	margin-top: -0.0625rem;
	padding-bottom: 8rem;
	padding-top: 3.625rem;
}

.profile:before {
	background-image: url(../images/common/profile-bg_pc.webp);
	height: 3.3125rem;
}

.profile__inner {
	margin: auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
	position: relative;
	width: 100%;
}

.profile__inner:before {
	background-image: url(../images/common/profile_icon01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 21.75rem;
	left: -25.125rem;
	position: absolute;
	top: 14.75rem;
	width: 19.875rem;
}

.profile__inner:after {
	background-image: url(../images/common/profile_icon02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 19.125rem;
	content: "";
	display: block;
	height: 15.8125rem;
	position: absolute;
	right: -23rem;
	width: 16.875rem;
}

.profile__title {
	font-size: 3rem;
}

.profile__body {
	margin-top: 2.125rem;
	position: relative;
}

.profile__body:before {
	background-image: url(../images/common/profile_icon03.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 8.8125rem;
	left: -19.6875rem;
	position: absolute;
	width: 8.625rem;
}

.profile__item {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
}

.profile__image {
	flex-shrink: 0;
	margin-top: 2.5rem;
}

.profile__image img {
	max-width: 20.5625rem;
}

.profile__item:nth-child(2n) .profile__image {
	margin-top: 1.1875rem;
}

.profile__item:nth-child(2n) .profile__image img {
	max-width: 19.5rem;
}

.profile__name {
	font-size: 3.625rem;
}

.profile__name:before {
	right: 1%;
	width: 105%;
}

.profile__item:nth-child(2n) .profile__content .profile__name:before {
	right: -5%;
}

.profile__text {
	font-size: 1.125rem;
	line-height: 1.7222222222;
	margin-top: 1.8125rem;
}

.profile__item:nth-child(odd) .profile__content .profile__text {
	padding-left: 0.625rem;
}

	.profile__text_under{
		margin-top:4rem;
	font-size: 1.3rem;
	line-height: 2.2083333333;
		white-space: pre-line;
		
		    position: relative;
    padding: 1.5rem 1rem;
    text-align: center;
		z-index:10;
}
	
.profile__text_under{
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #0D52A2 ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
	z-index:1;
}
.profile__text_under:after{
	background-color:rgba(242,246,250,0.5);/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index:-1;
}

	.profile__text_under .gold{
	color: #CCA819;}
	
	.profile__text_under strong{
text-decoration:underline;/*下線を引く*/
text-decoration-color:#0D52A2;/*下線を赤色*/
		border-width:1px;
	text-underline-offset: 8px;}
	
	
.program {
	padding-bottom: 7.25rem;
	padding-top: 2.5rem;
}

.program:before {
	background-image: url(../images/common/program-bg_pc.webp);
	height: 3.3125rem;
}

.program:after {
	background-image: url(../images/common/program-line-bg_pc.webp);
}

.program__inner {
	margin: auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.program__title {
	font-size: 2.875rem;
	line-height: 1.7608695652;
}

.program__body {
	-moz-column-gap: 2.75rem;
	column-gap: 2.75rem;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 2.875rem;
	row-gap: 1.5rem;
}

.program__item {
	width: calc(50% - 1.375rem);
}

.program__item:first-child {
	order: 1;
}

.program__item-head {
	align-items: center;
	flex-direction: row;
	gap: 0.375rem;
}

.program__item-title {
	font-size: 1.25rem;
	line-height: 1.25;
}

.schedule {
	margin-top: -0.0625rem;
	padding-bottom: 7.5rem;
	padding-top: 2.25rem;
}

.schedule:before {
	background-image: url(../images/common/schedule-bg_pc.webp);
	height: 3.3125rem;
}

.schedule__inner {
	margin: auto;
	max-width: 47.375rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.schedule__title {
	font-size: 2.875rem;
}

.schedule__body {
	margin-top: 2.125rem;
}

.schedule__item {
	align-items: stretch;
	flex-direction: row;
}

.schedule__header {
	align-items: center;
	border-radius: 0.5rem 0 0 0;
	display: flex;
	flex: 0 0 9.5625rem; /* 左側の固定幅 */
	font-size: 1.1875rem;
	justify-content: center;
}

.schedule__content ul {
	margin-left: 1.25rem;
	margin-top: 0;
	padding: 0.0625rem;
}

.schedule__content ul li {
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.6111111111;
}

.schedule__content p {
	font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 600;
	margin-left: 1.5rem;
	text-align: left;
}

.schedule__content .place,
.schedule__content .name {
	padding: 0.6875rem 0;
}

.schedule__content .day {
	font-weight: 500;
	margin-top: 0;
}

.schedule__btn {
	margin-top: 4.125rem;
}

html {
	scroll-padding-top: 8.3125rem;
}

.step {
	background: #fff;
	margin-top: -0.0625rem;
	padding-bottom: 8.875rem;
	padding-top: 4rem;
}

.step:before {
	background-image: url(../images/common/step-bg_pc.webp);
	height: 4.875rem;
}

.step__inner {
	margin: auto;
	max-width: 62.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.step__title {
	font-size: 2.8125rem;
}

.step__body {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	margin-top: 4.875rem;
}

.step__item {
	border-radius: 2.25rem;
	height: 100%;
	min-height: 33.125rem;
	padding: 3.4375rem clamp(0.625rem, 0.074rem + 0.928vw, 1.188rem) 1.875rem;
	width: 31.05%;
}

.step__item + .step__item {
	margin-top: 0;
}

.step__item:not(:last-child):before {
	display: none;
}

.step__item:not(:last-child):after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 50% 50%);
	background: rgba(34, 97, 170, 0.49);
	clip-path: polygon(0 0, 0% 100%, 50% 50%);
	content: "";
	display: block;
	height: 2.1875rem;
	position: absolute;
	right: -12%;
	top: 43%;
	width: 1.5625rem;
}

.step__item-head {
	font-size: 1.6875rem;
	line-height: 1.4074074074;
}

.step__item-image {
	margin-top: 0;
}

.step__item-image img {
	aspect-ratio: 257/196;
	max-width: 100%;
}

.step__item-text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 0;
}

.support {
	margin-top: -0.0625rem;
	padding-bottom: 5.125rem;
	padding-top: 2.625rem;
}

.support:before {
	background-image: url(../images/common/support-bg_pc.webp);
	height: 3.3125rem;
}

.support__inner {
	margin: auto;
	max-width: 56.25rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.support__title {
	font-size: 2.625rem;
	line-height: 1.8571428571;
}

.support__title span:before {
	height: 12rem;
	left: -8.75rem;
	top: -3.875rem;
	width: 11.875rem;
}

.support__image {
	margin-top: 1.25rem;
}

.support__image img {
	aspect-ratio: 844/397;
}

.support__content {
	border-radius: 1.1875rem;
	margin: 2.125rem auto 0;
	max-width: 45.6875rem;
	padding: 1.375rem 3.125rem;
	width: 100%;
}

.support__text {
	font-size: 1.9375rem;
	text-align: left;
}

.support__text .label {
	margin-bottom: 1.25rem;
	margin-left: 0.3125rem;
	margin-right: 0.6875rem;
	padding: 0.75rem 0.78125rem 0.1875rem;
}

.support__att {
	font-size: 1.125rem;
	text-align: left;
}

.support__att span {
	right: 0.5rem;
}

.support__att span:before {
	height: 8.1875rem;
	left: auto;
	left: initial;
	right: -20rem;
	top: -6.5625rem;
	width: 8.1875rem;
}

.voice {
	margin-top: -0.0625rem;
	padding-bottom: 3rem;
	padding-top: 6.0625rem;
}

.voice:before {
	background-image: url(../images/common/voice-bg_pc.webp);
	height: 3.3125rem;
}

.voice__inner {
	margin: auto;
	max-width: 56.25rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.voice__title {
	font-size: 2.875rem;
	letter-spacing: 0.06em;
	line-height: 1;
}

.voice__title:before {
	font-size: 8.4375rem;
	left: 1%;
	top: -5.5rem;
}

.voice__slider {
	margin: 3.5rem auto 0;
	max-width: 55rem;
}

.voice__slide-item {
	display: flex;
	padding: 2rem;
}

.voice__slide-item:before {
	right: 4.375rem;
}

.voice__slide-body {
	align-items: flex-start;
	display: flex;
	gap: 3.625rem;
}

.voice__slide-label {
	font-size: 1.25rem;
	padding: 0.625rem 1rem 0.1875rem;
}

.voice__slide-head {
	font-size: 2.3125rem;
	letter-spacing: 0;
	line-height: 1.5135135135;
	margin-top: 1.25rem;
	text-align: left;
}

.voice__slide-image {
	flex-shrink: 0;
	margin-top: 0;
	max-width: 13.0625rem;
}

.voice__slide-image img {
	aspect-ratio: 209/298;
}

.voice__slide-text {
	font-size: 1.125rem;
	line-height: 1.8888888889;
}

.slick-arrow {
	height: 2.25rem;
	top: 42%;
	width: 2.25rem;
}

.prev-arrow {
	left: 0;
}

.next-arrow {
	right: 0;
}

}

@media (min-width: 950px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

  .mv__image {
    max-width: 753px;
    width: 100%;
    margin: 3rem auto 0;
  }
	@media (max-width: 375px) {  .mv__image {
    margin: 0 auto;
  }}

  .responsive-video {
    width: 100%;
    height: auto;
    display: block;
  }

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