body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.u-desktop {
	display: none;
}

main {
	margin: 0 auto;
	max-width: 640px;
}

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

html {
	font-size: 2.5vw;
}

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

/* ホバー */

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

*,
*::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;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: 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');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-title {
	margin-left: -16px;
	margin-left: -1rem;
	width: 640px;
	width: 40rem;
}

.l-content {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.l-footer {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 640px;
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
	width: 100%;
}

.l-menu {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.l-more {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-up {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-about {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-about__content {
	margin-top: 8px;
	margin-top: 0.5rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-about__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
}

.p-about__feature + .p-about__text {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-benefit {
	background-color: #e7e1e0;
	padding: 30px 23px;
	padding: 1.875rem 1.4375rem;
}

.p-benefit__inner.l-inner {
	padding: 0;
}

.p-benefit__box {
	background: -webkit-gradient(linear, left top, right top, from(#c6a774), to(#847248));
	background: linear-gradient(to right, #c6a774, #847248);
	padding: 10px;
	padding: 0.625rem;
}

.p-benefit__features {
	background-color: #fff;
	padding: 20px 25px;
	padding: 1.25rem 1.5625rem;
}

.p-benefit__feature {
	margin: 0 auto;
	max-width: 510px;
	max-width: 31.875rem;
}

.p-benefit__feature + .p-benefit__feature {
	border-top: 1px solid #d8d8d8;
	border-top: 0.0625rem solid #d8d8d8;
	margin-top: 14px;
	margin-top: 0.875rem;
	padding-top: 14px;
	padding-top: 0.875rem;
}

.p-benfit__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-benefit__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.25;
}

.p-benefit .p-more__grid-text {
	padding-left: 0;
}

.p-content {
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-content::before {
	background-color: #0f354a;
	content: "";
	height: 37px;
	height: 2.3125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-content::after {
	background: -webkit-gradient(linear, left top, right top, from(#c6a774), to(#847248));
	background: linear-gradient(to right, #c6a774, #847248);
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-content__head {
	background-color: #b11d21;
	color: #fff;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 67px;
	font-size: 4.1875rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	margin: 0 auto;
	padding: 7px 23px;
	padding: 0.4375rem 1.4375rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-content__head::before {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	background-color: #b11d21;
	bottom: -16px;
	bottom: -1rem;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	content: "";
	height: 17px;
	height: 1.0625rem;
	left: 160px;
	left: 10rem;
	position: absolute;
	width: 15px;
	width: 0.9375rem;
}

.p-content__title {
	color: #b68a6d;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 66px;
	font-size: 4.125rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-top: 15px;
	margin-top: 0.9375rem;
	position: relative;
	text-align: center;
}

.p-content__title::before {
	border-bottom: 3px dotted black;
	border-bottom: 0.1875rem dotted black;
	bottom: -7px;
	bottom: -0.4375rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 564px;
	width: 35.25rem;
}

.p-content__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: -0.02em;
	line-height: 1.24;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 0 14px;
	padding: 0 0.875rem;
}

.p-content__text span {
	font-weight: bold;
	text-decoration: underline;
}

.p-footer {
	background-color: #0f354a;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-top: 7px;
	padding-top: 0.4375rem;
	position: relative;
}

.p-footer::before {
	background: -webkit-gradient(linear, left top, right top, from(#c6a774), to(#847248));
	background: linear-gradient(to right, #c6a774, #847248);
	bottom: 0;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-footer__links {
	gap: 7px 60px;
	gap: 0.4375rem 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
}

.p-footer__link {
	position: relative;
}

.p-footer__link:last-child::before {
	background-color: #fff;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: -30px;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	width: 0.0625rem;
}

.p-footer__link a {
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.p-footer__link:nth-child(2) a,
.p-footer__link:nth-child(3) a {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-info {
	background: url(../images/bg.png) center center/820px repeat-y;
	background: url(../images/bg.png) center center/51.25rem repeat-y;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	position: relative;
}

.p-info::before {
	background-color: #0f354a;
	content: "";
	height: 37px;
	height: 2.3125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-info::after {
	background: -webkit-gradient(linear, left top, right top, from(#c6a774), to(#847248));
	background: linear-gradient(to right, #c6a774, #847248);
	content: "";
	height: 9px;
	height: 0.5625rem;
	left: 0;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	width: 100%;
}

.p-info__title {
	background-color: #b11d21;
	color: #fff;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1.7575757576;
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 0.625rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-info__title::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #b11d21;
	bottom: -5px;
	bottom: -0.3125rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-info__table {
	border-bottom: 1px solid #bc8e6e;
	border-collapse: collapse;
	border-left: 1px solid #bc8e6e;
	border-right: 1px solid #bc8e6e;
	margin-top: 15px;
	margin-top: 0.9375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-info__table tr:not(:first-child) {
	border-bottom: 1px solid #bc8e6e;
	border-bottom: 0.0625rem solid #bc8e6e;
	display: grid;
	grid-template-columns: 8.625rem 1fr;
}

.p-info__table th {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1e9e4;
	color: #bc8e6e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 22px;
	font-size: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: -0.06em;
	text-align: center;
}

.p-info__table th.head {
	background-color: #bc8e6e;
	color: #fff;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.05em;
	padding: 5px 0;
	padding: 0.3125rem 0;
	text-align: center;
}

.p-info__table td {
	border-left: 1px solid #bc8e6e;
	border-left: 0.0625rem solid #bc8e6e;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1.25;
	padding: 5px 28px;
	padding: 0.3125rem 1.75rem;
}

.p-instructor {
	padding: 10px 0 40px;
	padding: 0.625rem 0 2.5rem;
}

.p-instructor__frame {
	margin: 0 auto;
	width: 605px;
	width: 37.8125rem;
}

.p-instructor__title {
	color: #d02605;
	font-size: 51px;
	font-size: 3.1875rem;
	font-weight: 600;
	letter-spacing: -0.06em;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-instructor__title::before {
	background-color: #000;
	bottom: -17px;
	bottom: -1.0625rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-instructor__img {
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 38px;
	margin-top: 2.375rem;
	width: 370px;
	width: 23.125rem;
}

.p-instructor__position {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.06em;
	line-height: 1.28125;
	text-align: center;
}

.p-instructor__name {
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 600;
	letter-spacing: -0.06em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-instructor__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: -0.02em;
	line-height: 1.24;
	margin-top: 17px;
	margin-top: 1.0625rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.p-instructor__frame--bottom {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-item {
	padding: 24px 0;
	padding: 1.5rem 0;
	position: relative;
}

.p-item__title {
	color: #b11d21;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 54px;
	font-size: 3.375rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	text-align: center;
}

.p-item__title span {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 148%;
}

.p-item__title--small {
	font-size: 45px;
	font-size: 2.8125rem;
	margin-left: -16px;
	margin-left: -1rem;
	white-space: nowrap;
}

.p-item__img {
	border-radius: 50%;
	-webkit-box-shadow: 0.625rem 0.625rem 0 #b68a6d;
	box-shadow: 0.625rem 0.625rem 0 #b68a6d;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 282px;
	width: 17.625rem;
}

.p-item__name {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 1.25;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-item__name small {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-item__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 14px;
	margin-top: 0.875rem;
	padding: 0 14px;
	padding: 0 0.875rem;
}

.p-item__text span {
	font-weight: bold;
	text-decoration: underline;
}

.p-menu {
	background-color: #0f354a;
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
	padding-top: 92px;
	padding-top: 5.75rem;
	position: relative;
}

.p-menu::before {
	background: url(../images/menu_top.png) center center/cover no-repeat;
	content: "";
	height: 86px;
	height: 5.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-menu__head {
	background-color: #b11d21;
	color: #fff;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: bold;
	letter-spacing: -0.06em;
	margin: 0 auto;
	padding: 12px 8px;
	padding: 0.75rem 0.5rem;
	text-align: center;
}

.p-menu__title {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-menu__lists {
	margin: 0 auto;
	margin-top: 17px;
	margin-top: 1.0625rem;
	max-width: 598px;
	max-width: 37.375rem;
}

.p-menu__list {
	-webkit-clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 99%, 0% 50%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 99%, 0% 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 900;
	height: 87px;
	height: 5.4375rem;
	letter-spacing: -0.06em;
	padding-left: 110px;
	padding-left: 6.875rem;
	position: relative;
}

.p-menu__list:nth-child(odd) {
	background-color: #ffffff;
}

.p-menu__list:nth-child(even) {
	background-color: #e6d0aa;
	color: #ae1b00;
}

.p-menu__list + .p-menu__list {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-menu__list::before {
	background: url(../images/menu_check.png) center center/contain no-repeat;
	content: "";
	height: 41px;
	height: 2.5625rem;
	left: 45px;
	left: 2.8125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 49px;
	width: 3.0625rem;
}

.p-message__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 580px;
	max-width: 36.25rem;
}

.p-message__profile {
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: right;
}

.p-message__position {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: -0.02em;
}

.p-message__name {
	margin-left: auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 196px;
	width: 12.25rem;
}

.p-message__btn {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-more__inner.l-inner {
	padding: 0 30px;
	padding: 0 1.875rem;
}

.p-more__title {
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 76px;
	font-size: 4.75rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	text-align: center;
}

.p-more__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: -0.02em;
	line-height: 1.24;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-more__benefits {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-more__benefit {
	background-color: #fff;
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
	position: relative;
}

.frame:nth-of-type(1) {
	background: url(../images/more_frame_left.png) center center/contain no-repeat;
	height: 61px;
	height: 3.8125rem;
	left: 8px;
	left: 0.5rem;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	width: 61px;
	width: 3.8125rem;
}

.frame:nth-of-type(2) {
	background: url(../images/more_frame_right.png) center center/contain no-repeat;
	height: 61px;
	height: 3.8125rem;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	top: 8px;
	top: 0.5rem;
	width: 61px;
	width: 3.8125rem;
}

.frame:nth-of-type(3) {
	background: url(../images/more_frame_right.png) center center/contain no-repeat;
	bottom: 8px;
	bottom: 0.5rem;
	height: 61px;
	height: 3.8125rem;
	left: 8px;
	left: 0.5rem;
	position: absolute;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 61px;
	width: 3.8125rem;
}

.frame:nth-of-type(4) {
	background: url(../images/more_frame_left.png) center center/contain no-repeat;
	bottom: 8px;
	bottom: 0.5rem;
	height: 61px;
	height: 3.8125rem;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 61px;
	width: 3.8125rem;
}

.p-more__benefit::before {
	background: url(../images/more_bg.png) center center/cover no-repeat;
	content: "";
	height: calc(100% + 2rem);
	left: 0;
	margin-left: -30px;
	margin-left: -1.875rem;
	position: absolute;
	top: -16px;
	top: -1rem;
	width: 640px;
	width: 40rem;
	z-index: -1;
}

.p-more__crown {
	margin: 0 auto;
	width: 69px;
	width: 4.3125rem;
}

.p-more__head {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 4.8125rem 1fr;
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 510px;
	width: 31.875rem;
}

.p-more__subtitle {
	color: #b11d21;
	font-family: Georgia, "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "平成明朝", "細明朝体", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1.1;
}

.p-more__subtitle span {
	display: block;
	font-size: 29px;
	font-size: 1.8125rem;
}

.p-more__subtitle small {
	font-size: 17px;
	font-size: 1.0625rem;
}

.p-more__benefit-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.7647058824;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-more__example {
	border: 2px solid #d8d8d8;
	border: 0.125rem solid #d8d8d8;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 25px 20px 10px;
	padding: 1.5625rem 1.25rem 0.625rem;
	position: relative;
}

.p-more__example-title {
	background: -webkit-gradient(linear, left top, right top, from(#6a411f), color-stop(#b38b39), to(#847156));
	background: linear-gradient(to right, #6a411f, #b38b39, #847156);
	color: #fff;
	font-size: 29px;
	font-size: 1.8125rem;
	left: 50%;
	padding: 5px;
	padding: 0.3125rem;
	position: absolute;
	text-align: center;
	top: -27px;
	top: -1.6875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 484px;
	width: 30.25rem;
}

.p-more__list {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7222222222;
	padding: 5px 0;
	padding: 0.3125rem 0;
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

.p-more__list:not(:last-child)::after {
	background: #d8d8d8;
	bottom: 0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
	width: 333px;
	width: 20.8125rem;
}

.p-more__list::before {
	background: url(../images/check.png) center center/contain no-repeat;
	content: "";
	height: 21px;
	height: 1.3125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	width: 1.3125rem;
}

.p-more__example-img {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 160px;
	width: 10rem;
}

.p-more__grid {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 14.375rem;
}

.p-more__grid-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: -0.02em;
	line-height: 1.24;
	padding-left: 24px;
	padding-left: 1.5rem;
}

.p-more__btn a {
	display: block;
}

.p-more__middletext {
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: -0.02em;
	line-height: 1.24;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-more__middletext + .p-more__benefit {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

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

.p-mv {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.p-possibility {
	padding-bottom: 37px;
	padding-bottom: 2.3125rem;
}

.p-possibility__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 0 14px;
	padding: 0 0.875rem;
}

.p-up__items {
	margin-top: -35px;
	margin-top: -2.1875rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
	position: relative;
}

.p-up__items::before {
	background: url(../images/bg.png) center center/820px repeat-y;
	background: url(../images/bg.png) center center/51.25rem repeat-y;
	content: "";
	height: 100%;
	left: -16px;
	left: -1rem;
	position: absolute;
	top: 0;
	width: 640px;
	width: 40rem;
	z-index: -1;
}

.p-up__item + .p-up__item {
	margin-top: 50px;
	margin-top: 3.125rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

}


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