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

body {
	color: #333333;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

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

html {
	font-size: 1.3675213675vw;
}

/* 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-text p {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.3846153846;
}

.c-text p + p {
	margin-top: 1em;
}

.c-text img {
	display: inline-block;
	vertical-align: text-bottom;
	width: 1em;
}

.c-title {
	padding-block: 25px;
	padding-block: 1.5625rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#E9DEBC), color-stop(5%, #E9DCB5), color-stop(8%, #ECD8A4), color-stop(25%, #F1D080), color-stop(60%, #FFE69C), to(#FFE69C));
	background: linear-gradient(to bottom, #E9DEBC 0%, #E9DCB5 5%, #ECD8A4 8%, #F1D080 25%, #FFE69C 60%, #FFE69C 100%);
	color: #333333;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 64px;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.125;
	margin-left: calc(50% - 50vw);
	position: relative;
	text-align: center;
	text-shadow: 0 0 5px #FFFFFF;
	text-shadow: 0 0 0.3125rem #FFFFFF;
	width: 100vw;
}

.c-title small {
	font-size: 46px;
	font-size: 2.875rem;
}

.c-title::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #FFE69C;
	bottom: -19px;
	bottom: -1.1875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	width: 2.5rem;
}

.l-about {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-about {
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
}

.p-about__head {
	padding-block: 25px;
	padding-block: 1.5625rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#FF4C20), to(#FB9226));
	background: linear-gradient(to top, #FF4C20, #FB9226);
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-about__head img {
	margin-inline: auto;
	width: 874px;
	width: 54.625rem;
}

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

.p-about__box {
	margin-inline: auto;
	background-color: #ffe8d4;
	border-radius: 1.25rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
	max-width: 935px;
	max-width: 58.4375rem;
	padding: 10px 35px 35px;
	padding: 0.625rem 2.1875rem 2.1875rem;
}

.p-about__list {
	padding-inline: 50px;
	padding-inline: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.75rem;
	display: grid;
	grid-template-columns: 5.125rem 1fr;
	height: 120px;
	height: 7.5rem;
}

.p-about__list + .p-about__list {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-about__list span {
	font-size: 58px;
	font-size: 3.625rem;
}

.p-about__list p {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-about__bottom {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about__bottom::before {
	background-color: #bf1f00;
	bottom: -14px;
	bottom: -0.875rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-about__text {
	margin-inline: auto;
	margin-top: 54px;
	margin-top: 3.375rem;
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-contact__title span {
	display: inline-block;
	text-align: left;
}

.p-contact__text {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-contact__form {
	margin-top: 108px;
	margin-top: 6.75rem;
}

.p-day {
	background-color: #fffdec;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.p-day__lists {
	margin-inline: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 910px;
	max-width: 56.875rem;
}

.p-day__list {
	display: grid;
	grid-template-columns: 16.4375rem 1fr;
}

.p-day__list + .p-day__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-day__schedule {
	background-color: #fff;
	border-radius: 0.1875rem;
	-webkit-box-shadow: 0 0 0.125rem #000;
	box-shadow: 0 0 0.125rem #000;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.3846153846;
	padding: 14px;
	padding: 0.875rem;
}

.p-day__schedule strong {
	display: block;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
}

.p-day__schedule strong span {
	font-size: 34px;
	font-size: 2.125rem;
}

.p-day__text {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0.125rem #000;
	box-shadow: 0 0 0.125rem #000;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.3846153846;
	padding: 14px;
	padding: 0.875rem;
}

.p-day__text strong {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#bf1f00));
	background: linear-gradient(to bottom, transparent calc(100% - 0.1875rem), #bf1f00 calc(100% - 0.1875rem));
	display: inline-block;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-footer {
	padding-block: 4px;
	padding-block: 0.25rem;
	background-color: #ff9200;
}

.p-footer__links {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__link a {
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: -0.04em;
}

.p-footer__copy {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: -0.04em;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.p-form__title {
	font-size: 55px;
	font-size: 3.4375rem;
	font-weight: bold;
	letter-spacing: -0.04em;
	text-align: center;
}

.p-form__subtitle {
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-form__subtitle span {
	border: 4px solid #ff9200;
	border: 0.25rem solid #ff9200;
	border-top: none;
	display: inline-block;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.p-form__subtitle span::before {
	background-color: #ff9200;
	content: "";
	height: 62px;
	height: 3.875rem;
	left: -225px;
	left: -14.0625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 204px;
	width: 12.75rem;
}

.p-form__subtitle span::after {
	background-color: #ff9200;
	content: "";
	height: 62px;
	height: 3.875rem;
	position: absolute;
	right: -225px;
	right: -14.0625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 204px;
	width: 12.75rem;
}

.p-form__main {
	margin-inline: auto;
	border: 1px solid #868686;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 966px;
	max-width: 60.375rem;
	position: relative;
}

.p-form dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fffddb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: -0.06em;
	padding: 16px;
	padding: 1rem;
}

.p-form dt .small {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-form dt .hissu {
	color: #be1f00;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-left: 18px;
	margin-left: 1.125rem;
}

.p-form dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 54px;
	min-height: 3.375rem;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
}

.p-form dd p {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-form dd input[type=text],
.p-form dd input[type=email],
.p-form dd input[type=tel] {
	border: 1px solid black;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	height: 56px;
	height: 3.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.p-form dd input::-moz-placeholder {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
}

.p-form dd input::-webkit-input-placeholder {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
}

.p-form dd input::-ms-input-placeholder {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
}

.p-form dd input::placeholder {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
}

.p-form dd input.postal {
	width: 170px;
	width: 10.625rem;
}

.p-form dl:last-child .error_blank {
	height: 1em;
}

.p-form ul.row {
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-form ul.column p {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
}

.p-form ul.column li {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-form ul.column li:first-child {
	margin-bottom: 46px;
	margin-bottom: 2.875rem;
}

.p-form li span {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: -0.02em;
	padding-left: 20px;
	position: relative;
}

.p-form li span::before {
	border: 1px solid black;
	border-radius: 50%;
	content: "";
	height: 18px;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.125rem;
}

.p-form li span::after {
	background-color: black;
	border-radius: 50%;
	content: "";
	display: none;
	height: 14px;
	height: 0.875rem;
	left: 2px;
	left: 0.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.p-form li input:checked + span::after {
	display: block;
}

#form_submit {
	height: 132px;
	height: 8.25rem;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
}

#form_submit_button {
	background: url(../images/btn.png) center center/contain no-repeat;
	display: inline-block;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

#form_submit_button:hover {
	opacity: 0.7;
}

.p-form dl.absolute {
	bottom: calc(2.75rem + 1em);
	left: 20px;
	left: 1.25rem;
	position: absolute;
}

.p-form dl.absolute2 {
	bottom: calc(2.75rem + 1em);
	left: 230px;
	left: 14.375rem;
	position: absolute;
}

.p-form dl.absolute2 .small {
	position: relative;
}

.p-form dl.absolute2 .small::before {
	content: "様";
	font-size: 20px;
	font-size: 1.25rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-form dd.small input {
	height: 33px;
	height: 2.0625rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 200px;
	width: 12.5rem;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	color: #ff0000;
	display: block;
	margin-top: 5px;
}

.p-header {
	background: -webkit-gradient(linear, left top, right top, from(#DE8F4E), color-stop(12%, #E6BB60), color-stop(24%, #FFD884), color-stop(36%, #E6BB60), color-stop(48%, #E8AC54), color-stop(60%, #FFD884), color-stop(72%, #E6BB60), color-stop(84%, #DE8F4E), to(#E6BB60));
	background: linear-gradient(to right, #DE8F4E, #E6BB60 12%, #FFD884 24%, #E6BB60 36%, #E8AC54 48%, #FFD884 60%, #E6BB60 72%, #DE8F4E 84%, #E6BB60);
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 22px;
	padding-top: 1.375rem;
	position: relative;
}

.p-header::before {
	background-color: #fff;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	width: 100%;
}

.p-header__inner.l-inner {
	max-width: unset;
}

.p-header__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 58px;
	font-size: 3.625rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
	text-shadow: 0 0 10px white;
	text-shadow: 0 0 0.625rem white;
}

.p-info {
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
}

.p-info__table {
	margin-inline: auto;
	border: 1px solid #bc8e6e;
	border-collapse: collapse;
	margin-top: 46px;
	margin-top: 2.875rem;
	max-width: 945px;
	max-width: 59.0625rem;
	width: 100%;
}

.p-info__table tbody {
	width: 100%;
}

.p-info__table tr:not(:first-child) {
	border-top: 1px solid #bc8e6e;
}

.p-info__table th {
	background-color: #fffddb;
	border-right: 1px solid #bc8e6e;
	color: #373737;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 1.8076923077;
	width: 187px;
	width: 11.6875rem;
}

.p-info__table td {
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	width: calc(100% - 11.6875rem);
}

.p-info__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: -0.06em;
	line-height: 1.8076923077;
}

.p-info__table tr:last-child .p-info__text {
	line-height: 1.3461538462;
}

.p-info__price {
	font-size: 33px;
	font-size: 2.0625rem;
	letter-spacing: -0.06em;
}

.p-info__price span {
	color: #be1f00;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 1.25;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
	width: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-message {
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
}

.p-message__text {
	margin-inline: auto;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 930px;
	max-width: 58.125rem;
}

.p-message__name {
	font-size: 37px;
	font-size: 2.3125rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 23px;
	margin-top: 1.4375rem;
	text-align: right;
}

.p-message__name span {
	display: block;
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: -0.04em;
	margin-bottom: 7px;
	margin-bottom: 0.4375rem;
}

.p-mv__inner.l-inner {
	max-width: 1230px;
}

.p-pay {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

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

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

.p-pay__subtitle {
	margin-inline: auto;
	width: 732px;
	width: 45.75rem;
}

.p-pay__text {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

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

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

.p-pay__figure {
	-webkit-transform: translateX(-2%);
	transform: translateX(-2%);
	width: 104%;
}

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

.p-pay__btn a {
	display: block;
}

.p-pay__credit {
	margin-inline: auto;
	width: 348px;
	width: 21.75rem;
}

.p-pay__info {
	margin-inline: auto;
	background-color: #fffad2;
	border: 3px solid #5eb600;
	border: 0.1875rem solid #5eb600;
	border-radius: 0.9375rem;
	margin-top: 65px;
	margin-top: 4.0625rem;
	padding: 35px 0 15px;
	padding: 2.1875rem 0 0.9375rem;
	position: relative;
	width: 728px;
	width: 45.5rem;
}

.p-pay__info-title {
	background-color: #5eb600;
	border-radius: 0.4375rem;
	color: #fff;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 600;
	left: 50%;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-pay__info dl {
	display: grid;
	grid-template-columns: 12.75rem 1fr;
}

.p-pay__info dl + dl {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-pay__info dt {
	color: #5eb600;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: bold;
	text-align: right;
}

.p-pay__info dd {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: bold;
}

.p-pay__main {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-price__text {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-skill {
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
}

.p-skill__units {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-skill__unit {
	background-color: #fffdec;
	border-radius: 1.875rem;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	padding: 30px 50px;
	padding: 1.875rem 3.125rem;
}

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

.p-skill__head {
	gap: 26px;
	gap: 1.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 6.4375rem 1fr;
}

.p-skill__head span {
	display: inline-block;
	font-size: 55px;
	font-size: 3.4375rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-skill__head span::before {
	background-color: #bf1f00;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-skill__text {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-skill__box {
	background-color: #fa9307;
	border-radius: 1rem;
	margin-top: 45px;
	margin-top: 2.8125rem;
	padding: 60px 23px 23px;
	padding: 3.75rem 1.4375rem 1.4375rem;
	position: relative;
}

.p-skill__box--none {
	padding-top: 23px;
	padding-top: 1.4375rem;
}

.p-skill__box-title {
	padding-inline: 54px;
	padding-inline: 3.375rem;
	background-color: #fff;
	border: 2px solid #eb3712;
	border-radius: 2.0625rem;
	display: grid;
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: bold;
	height: 70px;
	height: 4.375rem;
	left: 50%;
	place-items: center;
	position: absolute;
	top: -35px;
	top: -2.1875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-skill__box-head {
	color: #fff;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: bold;
	text-align: center;
}

.p-skill__lists {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-skill__list {
	padding-inline: 16px;
	padding-inline: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 26px;
	font-size: 1.625rem;
	height: 70px;
	height: 4.375rem;
}

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

.p-skill__list span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eec800;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Impact;
	font-size: 28px;
	font-size: 1.75rem;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px;
	margin-right: 1rem;
	position: relative;
	width: 48px;
	width: 3rem;
}

.p-skill__list span::before {
	border: 1px solid black;
	border-radius: 50%;
	content: "";
	height: 45px;
	height: 2.8125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45px;
	width: 2.8125rem;
}

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

.p-skill__box-bottom {
	color: #fff;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

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

.p-skill__bottom strong {
	font-weight: bold;
	text-decoration: underline;
}

.p-special {
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
}

.p-special__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../images/special_bg.jpg) center center/contain repeat-x;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 167px;
	height: 10.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.p-special__title img {
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 646px;
	width: 40.375rem;
}

.p-special__lists {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 925px;
	max-width: 57.8125rem;
}

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

.p-special__subtitle {
	margin-inline: auto;
	height: 165px;
	height: 10.3125rem;
	width: auto;
}

.p-special__subtitle img {
	margin-inline: auto;
	height: 100%;
	max-width: unset;
	width: auto;
}

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

.p-thanks {
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
}

.p-thanks__title span {
	text-decoration: underline;
}

.p-thanks__text {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-thanksMv {
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-thanksMv__inner.l-inner {
	margin-inline: auto;
	max-width: 1235px;
}

.p-thanksMv__title {
	font-size: 70px;
	font-size: 4.375rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-align: center;
}

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

.p-trouble {
	background: -webkit-gradient(linear, left bottom, left top, from(#EBE3C7), to(white));
	background: linear-gradient(to top, #EBE3C7, white);
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-trouble__title {
	margin-inline: auto;
	font-size: 55px;
	font-size: 3.4375rem;
	letter-spacing: -0.02em;
	line-height: 1.6727272727;
	padding: 34px 0;
	padding: 2.125rem 0;
	width: 100vw;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-trouble__list {
	gap: 34px;
	gap: 2.125rem;
	padding-block: 14px;
	padding-block: 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 2.8125rem 1fr;
	position: relative;
	z-index: 1;
}

.p-trouble__list + .p-trouble__list {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-trouble__list::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-trouble__list p {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.p-voice {
	background-color: #fffdec;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-voice__lists {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.p-voice__list {
	background-color: #fff;
	border: 4px solid #ff5700;
	border-radius: 1.125rem;
	-webkit-box-shadow: 0 0 0.125rem black;
	box-shadow: 0 0 0.125rem black;
	padding: 35px 50px;
	padding: 2.1875rem 3.125rem;
}

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

.p-voice__head {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 6.4375rem 1fr;
}

.p-voice__head span {
	color: #bf1f00;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 55px;
	font-size: 3.4375rem;
	font-weight: bold;
	letter-spacing: -0.02em;
}

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

.p-voice__content--wrap {
	gap: 75px;
	gap: 4.6875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 17.6875rem;
}

.p-voice__name {
	font-size: 37px;
	font-size: 2.3125rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: right;
}

.p-voice__name span {
	display: block;
	font-size: 26px;
	font-size: 1.625rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

a:hover {
	opacity: 0.8;
}

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

}

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

html {
	font-size: 16px;
}

}

@-webkit-keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes load-circle {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}


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