@font-face {
	src: url(../font/din1451alt.ttf);
	font-family: "din";
}

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

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

/* 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;
}

.c-btn {
	background-color: #ffe200;
	border-radius: 0.3125rem;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 15px;
	padding: 0.9375rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-btn::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background: #000;
	content: "";
	height: 7px;
	height: 0.4375rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 6px;
	width: 0.375rem;
}

.c-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	width: 3.75rem;
}

.c-icon img {
	width: 30px;
	width: 1.875rem;
}

.c-text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.c-title {
	position: relative;
}

.c-title--yellow {
	color: #ffe200;
}

.c-title::before {
	background-color: #ffe200;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 56px;
	width: 3.5rem;
}

.c-title--yellow::before {
	background-color: #fff;
}

.c-title__number {
	font-family: "din", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.c-title__en {
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.c-title2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
}

.c-title2 span {
	position: relative;
}

.c-title2 span::before {
	background: url(../images/common/title_left.png) center center/contain no-repeat;
	content: "";
	height: 46px;
	height: 2.875rem;
	left: -44px;
	left: -2.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
}

.c-title2 span::after {
	background: url(../images/common/title_right.png) center center/contain no-repeat;
	content: "";
	height: 46px;
	height: 2.875rem;
	position: absolute;
	right: -44px;
	right: -2.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
	width: 1.4375rem;
}

.l-about {
	margin-top: -1px;
	margin-top: -0.0625rem;
}

.l-footer {
	margin-top: 98px;
	margin-top: 6.125rem;
}

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

.p-about {
	background-color: #000;
	padding-bottom: 73px;
	padding-bottom: 4.5625rem;
	padding-top: 84px;
	padding-top: 5.25rem;
}

.p-about__wrap {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-about__content {
	color: #fff;
}

.p-about__logo {
	margin: 0 auto;
	max-width: 220px;
	max-width: 13.75rem;
}

.p-about__bigText {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.511627907;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-about__text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-about__img {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 150px;
	max-width: 9.375rem;
}

.p-breadcrumb {
	background-color: #eeeeef;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-breadcrumb li {
	display: inline;
	font-weight: 500;
}

.p-breadcrumb li:after {
	color: #231815;
	content: ">";
	padding: 0 0.2em; /* >を表示*/
}

.p-breadcrumb li:last-child:after {
	content: "";
}

.p-breadcrumb li a {
	color: #231815;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-breadcrumb li span {
	color: #231815;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-contact {
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-contact__head {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 38px;
	margin-top: 2.375rem;
	text-align: center;
}

.p-contact__items {
	gap: 72px;
	gap: 4.5rem;
	display: grid;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-contact__icon {
	margin: 0 auto;
}

.p-contact__icon--mail {
	max-width: 61px;
	max-width: 3.8125rem;
}

.p-contact__icon--line {
	max-width: 50px;
	max-width: 3.125rem;
}

.p-contact__btn {
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 200px;
	max-width: 12.5rem;
}

.p-contactPage {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-contactPage__img {
	margin: 0 auto;
	max-width: 117px;
	max-width: 7.3125rem;
}

.p-contactPage__tel {
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contactPage__text {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-contactPage__number {
	font-family: "din", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: bold;
}

.p-contactPage__form {
	margin-top: 73px;
	margin-top: 4.5625rem;
}

.p-drawer {
	background: #000;
	height: 100%;
	overflow: scroll;
	padding: 0 16px 20px 25px;
	padding: 0 1rem 1.25rem 1.5625rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 100%;
}

.p-drawer.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-drawer__logo {
	height: 67.5px;
	height: 4.21875rem;
	width: 214px;
	width: 13.375rem;
}

.p-drawer__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-drawer__links {
	gap: 35px;
	gap: 2.1875rem;
	display: grid;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-drawer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	padding-left: 0.5em;
}

.p-drawer__sns {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 125px;
	max-width: 7.8125rem;
}

.p-event {
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.p-event__head {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-event__img {
	margin-left: calc(50% - 50vw);
	margin-top: 42px;
	margin-top: 2.625rem;
	width: 100vw;
}

.p-event__slider {
	background-color: #ffe200;
	margin-left: calc(50% - 50vw);
	padding: 30px 55px;
	padding: 1.875rem 3.4375rem;
	width: 100vw;
}

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

.p-event__haken {
	margin-top: 49px;
	margin-top: 3.0625rem;
}

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

.p-feature {
	padding-top: 65px;
	padding-top: 4.0625rem;
}

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

.p-footer {
	background-color: #ffe200;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-footer a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.p-footer__logo {
	margin: 0 auto;
	max-width: 235px;
	max-width: 14.6875rem;
}

.p-footer__text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

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

.p-footer__btns {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
}

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

.p-footer__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 2.3125rem;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "din", sans-serif;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	height: 75px;
	height: 4.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	width: 100%;
}

.p-footer__btn:nth-child(1) a {
	font-size: 37px;
	font-size: 2.3125rem;
}

.p-footer__btn img {
	margin-right: 20px;
	margin-right: 1.25rem;
	width: 29px;
	width: 1.8125rem;
}

.p-footer__btn span {
	line-height: 25px;
	line-height: 1.5625rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
	white-space: nowrap;
}

.p-footer__sns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-footer__sns-icon {
	margin: 0 auto;
}

.p-footer__sns-icon:first-child {

}

.p-footer__sns-icon a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* height: 100%; */
	/* width: 100%; */
}

.p-footer__privacy {
	height: inherit;
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	position: relative;
}

.p-footer__privacy::before {
	background-color: #000;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
}

.p-footer__privacy::after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	width: 100vw;
}

.p-footer__privacy a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__img {
	margin-left: calc(50% - 50vw);
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: 100vw;
}

.p-footer__copy {
	background-color: #000;
	color: #ffe200;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: calc(50% - 50vw);
	padding: 14px;
	padding: 0.875rem;
	text-align: center;
	width: 100vw;
}

.p-form {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
}

.p-form__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}

.p-form__text span {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-form dt {
	color: #595757;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.p-form dt sup {
	color: #e50012;
	font-size: 14px;
	font-size: 0.875rem;
	vertical-align: baseline;
}

.p-form dt span {
	font-size: 10px;
	font-size: 0.625rem;
}

.p-form dd {
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.p-form dd input {
	background: #f7f7f7;
	border: 1px solid #888888;
	border-radius: 0.1875rem;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	height: 45px;
	height: 2.8125rem;
	padding: 0 1em;
	width: 100%;
}

.p-form dd select {
	background: #f7f7f7 url(../images/common/arrow_gray.png) 96% 50%/12px no-repeat;
	background: #f7f7f7 url(../images/common/arrow_gray.png) 96% 50%/0.75rem no-repeat;
	border: 1px solid #888888;
	border-radius: 0.1875rem;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	height: 45px;
	height: 2.8125rem;
	padding: 0 1em;
	width: 100%;
}

.p-form dd textarea {
	background: #f7f7f7;
	border: 1px solid #888888;
	border-radius: 0.1875rem;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	height: 150px;
	height: 9.375rem;
	padding: 0 1em;
	width: 100%;
}

.p-form dd input::-moz-placeholder,
.p-form dd select::-moz-placeholder,
.p-form dd textarea::-moz-placeholder {
	color: #b4b4b5;
}

.p-form dd input::-webkit-input-placeholder,
.p-form dd select::-webkit-input-placeholder,
.p-form dd textarea::-webkit-input-placeholder {
	color: #b4b4b5;
}

.p-form dd input::-moz-placeholder,
.p-form dd select::-moz-placeholder,
.p-form dd textarea::-moz-placeholder {
	color: #b4b4b5;
}

.p-form dd input::-ms-input-placeholder,
.p-form dd select::-ms-input-placeholder,
.p-form dd textarea::-ms-input-placeholder {
	color: #b4b4b5;
}

.p-form dd input::placeholder,
.p-form dd select::placeholder,
.p-form dd textarea::placeholder {
	color: #b4b4b5;
}

#form_submit {
	margin-top: 10px;
	margin-top: 0.625rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#form_submit:hover {
	opacity: 0.7;
}

#form_submit input {
	background-color: #ffe200;
	border-radius: 0.3125rem;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 16px 0;
	padding: 1rem 0;
	width: 100%;
}

/* -- 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;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav__list {
	height: 100%;
}

.p-globalNav__list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	padding: 0 19px;
	padding: 0 1.1875rem;
}

.p-haken__title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-haken__img {
	margin-top: 25px;
	margin-top: 1.5625rem;
	max-width: 120px;
	max-width: 7.5rem;
}

.p-haken__text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-haken__gallery {
	gap: 7px;
	gap: 0.4375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-hamburger {
	background-color: #000;
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 50%;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-hamburger.is-active {
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-hamburger span {
	background-color: #fff;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 13px;
	width: 0.8125rem;
}

.p-hamburger.is-active span:nth-child(1) {
	background-color: #000;
	top: 18px;
	top: 1.125rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.p-hamburger.is-active span:nth-child(2) {
	background-color: #000;
	top: 18px;
	top: 1.125rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.p-hamburger span:nth-child(1) {
	top: 14px;
	top: 0.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-hamburger span:nth-child(2) {
	top: 22px;
	top: 1.375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-header {
	background-color: #ffe200;
	height: 62px;
	height: 3.875rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

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

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

.p-header__logo {
	width: 210px;
	width: 13.125rem;
}

.p-header__logo a {
	display: block;
}

.p-header__globalNav {
	display: none;
	margin-left: auto;
}

.p-header__sns {
	gap: 20px;
	gap: 1.25rem;
	display: none;
	grid-template-columns: repeat(4, 1fr);
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-header__hamburger {
	height: 42px;
	height: 2.625rem;
	margin-left: auto;
	width: 42px;
	width: 2.625rem;
	z-index: 5;
}

.p-header__drawer {
	z-index: 4;
}

.p-layout__text {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-layout__grid {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 2fr 1fr 1fr 1.35fr;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-layout__img:nth-child(1) {
	grid-column: 1/7;
	grid-row: 1/2;
}

.p-layout__img:nth-child(2) {
	grid-column: 1/4;
}

.p-layout__img:nth-child(3) {
	grid-column: 4/7;
}

.p-layout__img:nth-child(4) {
	grid-column: 1/7;
}

.p-layout__img:nth-child(5) {
	grid-column: 1/5;
	width: 98%;
}

.p-layout__img:nth-child(6) {
	grid-column: 5/7;
	width: 102%;
}

.p-mv {
	background: url(../images/top/mv_bg_sp.jpg) center bottom/cover no-repeat;
	padding-bottom: 174px;
	padding-bottom: 10.875rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-mv__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	text-align: center;
}

.p-mv__head img {
	display: inline-block;
	margin-right: 6px;
	margin-right: 0.375rem;
	width: 33px;
	width: 2.0625rem;
}

.p-mv__text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 2;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-mv__logo {
	margin: 0 auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 182px;
	max-width: 11.375rem;
}

.p-plan {
	background-color: #efefef;
	margin-left: calc(50% - 50vw);
	padding: 35px 0;
	padding: 2.1875rem 0;
	width: 100vw;
}

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

.p-plan__item {
	background: #fff;
	height: 100%;
	padding: 0px 0px 28px;
	padding: 0rem 0rem 1.75rem;
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	height: auto !important;
	margin: 0 5px;
	margin: 0 0.3125rem;
}

.slick-slide > div {
	height: 100%;
}

.p-plan__bar {
	height: 10px;
	height: 0.625rem;
	width: 100%;
}

.p-plan__bar--A {
	background-color: #ffe200;
}

.p-plan__bar--B {
	background-color: #fbc404;
}

.p-plan__bar--C {
	background-color: #f4901e;
}

.p-plan__name {
	border-bottom: 4px solid #000;
	border-bottom: 0.25rem solid #000;
	font-family: "din", sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 225px;
	max-width: 14.0625rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	text-align: center;
}

.p-plan__cambus {
	margin: 0 auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 140px;
	max-width: 8.75rem;
}

.p-plan__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	height: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.p-plan__text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 0 32px;
	padding: 0 2rem;
}

.p-plan__bottom {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slider-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.slider-dots li {
	background-color: #fff;
	border-radius: 50%;
	height: 13px;
	height: 0.8125rem;
	list-style: none;
	margin: 0 6px;
	margin: 0 0.375rem;
	width: 13px;
	width: 0.8125rem;
}

.slider-dots li.slick-active {
	background-color: #ffe200;
}

.slider-dots--black li.slick-active {
	background-color: #000;
}

.slider-dots button {
	display: none;
}

.p-privacy {
	padding-top: 75px;
	padding-top: 4.6875rem;
}

.p-privacy__units {
	gap: 55px;
	gap: 3.4375rem;
	display: grid;
}

.p-privacy__unit {
	position: relative;
}

.p-privacy__unit::before {
	background: #9e9e9f;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: -30px;
	top: -1.875rem;
	width: 100vw;
}

.p-privacy__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4444444444;
}

.p-privacy__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-privacy__bar {
	background: #9e9e9f;
	border-top: none;
	margin-left: calc(50% - 50vw);
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: 100vw;
}

.p-privacy__bottom {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: right;
}

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

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

.p-result__grid {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1.37fr 1fr 1fr;
}

.p-result__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-result__img:nth-child(1) {
	grid-column: 1/3;
}

.p-result__caption {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.75;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: right;
}

.p-result__asobi {
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 250px;
	max-width: 15.625rem;
}

.p-service {
	padding-top: 104px;
	padding-top: 6.5rem;
}

.p-service__head {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
}

.p-service__cards {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-service__card {
	border: 4.5px solid #ffe200;
	border: 0.28125rem solid #ffe200;
	border-radius: 1.5625rem;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(107, 107, 107, .75);
	box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(107, 107, 107, .75);
	min-height: 227px;
	min-height: 14.1875rem;
	padding: 16px 10px 16px 20px;
	padding: 1rem 0.625rem 1rem 1.25rem;
}

.p-service__card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-service__number {
	font-family: "din", sans-serif;
	font-size: 39px;
	font-size: 2.4375rem;
	font-weight: bold;
}

.p-service__card-title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.1388888889;
	margin-left: 20px;
	margin-left: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-service__text {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 2;
}

.p-service__text--01 {
	width: 75%;
}

.p-service__text--02 {
	width: 60%;
}

.p-service__text--03 {
	width: 65%;
}

.p-service__text--04 {
	width: 55%;
}

.p-service__img--01 {
	margin-left: auto;
	width: 19%;
}

.p-service__img--02 {
	margin-left: auto;
	width: 38%;
}

.p-service__img--03 {
	margin-left: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 29.8%;
}

.p-service__img--04 {
	margin-left: auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: 41%;
}

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

.p-slider__item {
	background-color: #fff;
	border-radius: 0.625rem;
	height: 100%;
	padding: 25px 25px 12px;
	padding: 1.5625rem 1.5625rem 0.75rem;
}

.p-slider__img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	height: 4.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.p-slider__img--01 {
	width: 98px;
	width: 6.125rem;
}

.p-slider__img--02 {
	width: 67px;
	width: 4.1875rem;
}

.p-slider__img--03 {
	width: 39px;
	width: 2.4375rem;
}

.p-slider__img--04 {
	width: 73px;
	width: 4.5625rem;
}

.p-slider__title {
	border-bottom: 3px solid #ffe200;
	border-bottom: 0.1875rem solid #ffe200;
	font-size: 17px;
	font-size: 1.0625rem;
	margin-top: 16px;
	margin-top: 1rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	text-align: center;
}

.p-slider__text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-subMv {
	background: url(../images/common/subMv_sp.png) center bottom/cover no-repeat;
	padding-bottom: 172px;
	padding-bottom: 10.75rem;
	padding-top: 122px;
	padding-top: 7.625rem;
}

.p-subMv__title {
	background-color: #000;
	border-radius: 0.3125rem;
	color: #ffe200;
	margin: 0 auto;
	max-width: 190px;
	max-width: 11.875rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
}

.p-subMv__title-ja {
	font-size: 10px;
	font-size: 0.625rem;
}

.p-subMv__title-en {
	font-size: 22px;
	font-size: 1.375rem;
}

.p-support__title .c-title2 {
	font-size: 21px;
	font-size: 1.3125rem;
}

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

.p-support__main {
	background-color: #ffe200;
	margin-left: calc(50% - 50vw);
	margin-top: 22px;
	margin-top: 1.375rem;
	padding: 32px 45px;
	padding: 2rem 2.8125rem;
	width: 100vw;
}

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

.p-mv {
	background-image: url(../images/top/mv_bg.jpg);
	padding-bottom: 22.1875rem;
	padding-top: 11.6875rem;
}

.p-subMv {
	background: url(../images/common/subMv.png) left bottom/cover no-repeat;
	padding: 11.0625rem 0;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.0666666667vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 1.125rem 0;
}

.c-btn:hover {
	background-color: #000;
	color: #ffe200;
}

.c-btn::before {
	height: 0.625rem;
	right: 1.0625rem;
	width: 0.5rem;
}

.c-btn:hover::before {
	background-color: #ffe200;
}

.c-text {
	font-size: 1.375rem;
}

.c-title::before {
	bottom: -1.25rem;
	width: 5rem;
}

.c-title__number {
	font-size: 1.625rem;
}

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

.c-title2 {
	font-size: 2.8125rem;
}

.c-title2 span::before {
	height: 4.25rem;
	left: -3.25rem;
	width: 2rem;
}

.c-title2 span::after {
	height: 4.25rem;
	right: -3.25rem;
	width: 2rem;
}

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

.p-about {
	padding-bottom: 9.625rem;
	padding-top: 6.9375rem;
}

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

.p-about__content {
	max-width: 41.6875rem;
}

.p-about__logo {
	margin-left: 0;
	max-width: 19.6875rem;
}

.p-about__bigText {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 2.875rem;
}

.p-about__text {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.p-about__img {
	margin-top: 0;
	max-width: 16.8125rem;
}

.p-breadcrumb {
	padding: 1rem 0;
}

.p-breadcrumb li a {
	font-size: 0.9375rem;
}

.p-breadcrumb li span {
	font-size: 0.9375rem;
}

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

.p-contact__head {
	font-size: 1.375rem;
}

.p-contact__items {
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 6.25rem;
	max-width: 37.5rem;
}

.p-contact__btn {
	max-width: 15.625rem;
}

.p-contactPage {
	padding-top: 5.9375rem;
}

.p-contactPage__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 34.25rem;
}

.p-contactPage__img {
	max-width: 10.375rem;
}

.p-contactPage__tel {
	margin-left: 2.5rem;
	margin-top: 0;
	width: calc(100% - 12.875rem);
}

.p-contactPage__form {
	margin: 0 auto;
	margin-top: 6.6875rem;
	max-width: 57.5rem;
}

.p-drawer {
	max-width: 43.75rem;
	padding-bottom: 3.125rem;
	padding-top: 10.625rem;
}

.p-drawer__logo {
	height: auto;
	margin: 0 auto;
	width: 21.5625rem;
}

.p-drawer__links {
	gap: 2.9375rem;
	margin-top: 3rem;
}

.p-drawer__link a {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-event {
	padding-top: 8rem;
}

.p-event__head {
	font-size: 2rem;
	margin-top: 4.375rem;
}

.p-event__img {
	margin: 0 auto;
	margin-top: 6.25rem;
	max-width: 56.875rem;
	width: 100%;
}

.p-event__slider {
	margin-top: 2.875rem;
}

.p-event__haken {
	margin-top: 6.25rem;
}

.p-event__result {
	margin-top: 6.25rem;
}

.p-feature {
	padding-top: 6.125rem;
}

.p-feature__layout {
	margin-top: 6.25rem;
}

.p-footer {
	padding-top: 2.9375rem;
}

.p-footer a:hover {
	opacity: 0.7;
}

.p-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-footer__inner.l-inner {
	/* max-width: 965px; */
}

.p-footer__text {
	font-size: 1.4375rem;
	margin-top: 1.875rem;
}

.p-footer__external {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-footer__btns {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 31.5625rem;
	width: 100%;
}

.p-footer__btn {
	margin: 0 auto;
	max-width: 17.5rem;
	width: 100%;
}

.p-footer__btn a {
	font-size: 0.9375rem;
	height: 4.375rem;
}

.p-footer__btn:nth-child(1) a {
	font-size: 1.625rem;
}

.p-footer__btn img {
	margin-right: 0.625rem;
	width: 1.3125rem;
}

.p-footer__btn span {
	font-size: 0.75rem;
}

.p-footer__sns {
	gap: 1.875rem;
	margin-left: 1.875rem;
	margin-top: 0;
	grid-template-columns: repeat(4, 1fr);
}

.p-footer__sns-icon {
	height: 4.6875rem;
	width: 4.6875rem;
}

.p-footer__privacy {
	font-size: 0.9375rem;
	line-height: 3.75rem;
	margin-left: 1.875rem;
	margin-top: 0;
	min-width: 10rem;
	padding: 0;
}

.p-footer__privacy::before {
	display: none;
}

.p-footer__privacy::after {
	display: none;
}

.p-footer__privacy a {
	font-size: 1.125rem;
}

.p-footer__img {
	margin-top: 0.75rem;
}

.p-footer__copy {
	font-size: 0.9375rem;
	margin-top: 0;
	padding: 1.0625rem 0;
}

.p-form {
	gap: 3.125rem;
}

.p-form dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form dt {
	font-size: 1rem;
	line-height: 3.4375rem;
	width: 17.375rem;
}

.p-form dt sup {
	font-size: 1.0625rem;
}

.p-form dt span {
	font-size: 0.75rem;
}

.p-form dd {
	width: calc(100% - 17.375rem);
}

.p-form dd input {
	font-size: 1.0625rem;
	height: 3.4375rem;
	max-width: 22.5rem;
}

.p-form dd select {
	font-size: 1.0625rem;
	height: 3.4375rem;
	max-width: 20rem;
}

.p-form dd textarea {
	font-size: 1.0625rem;
	height: 12.5rem;
}

#form_submit {
	margin: 0 auto;
	max-width: 13.5625rem;
	width: 100%;
}

#form_submit input {
	font-size: 1rem;
}

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

.p-haken__content {
	padding-right: 3.125rem;
	width: 50%;
}

.p-haken__title {
	font-size: 2.5rem;
	line-height: 1.5;
}

.p-haken__img {
	width: 10.75rem;
}

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

.p-haken__gallery {
	margin-right: calc(-50vw - -50%);
	margin-top: 0rem;
	padding-right: 0.625rem;
	width: 50vw;
}

.p-hamburger span {
	height: 0.3125rem;
	width: 1.875rem;
}

.p-hamburger.is-active span:nth-child(1) {
	top: 2.9375rem;
}

.p-hamburger.is-active span:nth-child(2) {
	top: 2.9375rem;
}

.p-hamburger span:nth-child(1) {
	top: 2.375rem;
}

.p-hamburger span:nth-child(2) {
	top: 3.5rem;
}

.p-header {
	height: 6.25rem;
}

.p-header__inner.l-inner {
	padding-left: 6rem;
	padding-right: 3.125rem;
}

.p-header__logo {
	width: 17.5rem;
}

.p-header__globalNav {
	display: block;
	height: 100%;
}

.p-header__sns {
	display: grid;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-layout {
	margin-left: calc(50% - 50vw);
	padding: 0 1.25rem;
	width: 100vw;
}

.p-layout__grid {
	gap: 0.6666vw;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 13.333333vw 13.333333vw;
}

.p-layout__img:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/2;
}

.p-layout__img:nth-child(2) {
	grid-column: initial;
	grid-row: initial;
}

.p-layout__img:nth-child(3) {
	grid-column: initial;
	grid-row: initial;
}

.p-layout__img:nth-child(4) {
	grid-column: 3/5;
	grid-row: initial;
}

.p-layout__img:nth-child(5) {
	grid-column: 5/7;
	grid-row: 1/3;
	width: 100%;
}

.p-layout__img:nth-child(6) {
	grid-column: 7/8;
	grid-row: 1/3;
	width: 100%;
}

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

.p-mv__head {
	border-width: 0.25rem;
	font-size: 1.25rem;
	padding-bottom: 0.625rem;
}

.p-mv__head img {
	margin-right: 1rem;
	width: 3.5625rem;
}

.p-mv__text {
	font-size: 3.125rem;
	line-height: 1.6;
	margin-top: 1.875rem;
}

.p-mv__logo {
	margin-left: auto;
	margin-top: 0;
	max-width: unset;
	width: 19.375rem;
}

.p-plan {
	padding-bottom: 2.625rem;
	padding-top: 3.25rem;
}

.p-plan__slider {
	gap: 2.6875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	margin-top: 3.75rem;
	max-width: 70rem;
}

.p-plan__item {
	padding-bottom: 1.625rem;
}

.slick-slide {
	margin: 0 1.5625rem;
}

.p-plan__name {
	font-size: 2.5rem;
	margin-top: 1.875rem;
}

.p-plan__cambus {
	margin-top: 2.1875rem;
	max-width: 9.125rem;
}

.p-plan__title {
	font-size: 1.4375rem;
}

.p-plan__text {
	font-size: 0.875rem;
	margin-top: 1.625rem;
	padding: 0rem 2.0625rem;
}

.p-plan__bottom {
	font-size: 1.375rem;
	margin-top: 2.9375rem;
}

.p-privacy {
	padding-top: 7.8125rem;
}

.p-privacy__inner.l-inner {
	max-width: 73.4375rem;
}

.p-privacy__units {
	gap: 4.625rem;
}

.p-privacy__unit {
	padding: 0 1.875rem;
}

.p-privacy__unit::before {
	margin-left: 0;
	margin-left: initial;
	top: -2.3125rem;
	width: 100%;
}

.p-privacy__title {
	font-size: 1.375rem;
}

.p-privacy__text {
	font-size: 0.8125rem;
	margin-top: 1.625rem;
}

.p-privacy__bar {
	margin-left: 0;
	margin-left: initial;
	margin-top: 2.375rem;
	width: 100%;
}

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

.p-result__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: calc(50% - 50vw);
	margin-top: 2.8125rem;
	width: 100vw;
}

.p-result__gallery {
	width: 66%;
}

.p-result__grid {
	grid-template-columns: 3fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.p-result__img:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-result__caption {
	font-size: 0.75rem;
}

.p-result__asobi {
	margin-top: 0;
	max-width: 22.5rem;
}

.p-service__head {
	font-size: 2.5rem;
	margin-top: 4.375rem;
}

.p-service__cards {
	gap: 5.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 5.875rem;
	max-width: 68.75rem;
}

.p-service__card {
	border-radius: 3.125rem;
	padding: 1.25rem 1.6875rem;
}

.p-service__card:nth-child(even) {
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
}

.p-service__number {
	font-size: 3.75rem;
}

.p-service__card-title {
	font-size: 1.75rem;
	line-height: 2.75rem;
}

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

.p-service__plan {
	margin-top: 15rem;
}

.p-slider {
	gap: 3rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 75rem;
}

.p-slider__item {
	border-radius: 1.25rem;
	padding: 2.0625rem 0.625rem 2.3125rem;
}

.p-slider__img {
	height: 6.25rem;
}

.p-slider__img--01 {
	width: 8.75rem;
}

.p-slider__img--02 {
	width: 5.9375rem;
}

.p-slider__img--03 {
	width: 3.4375rem;
}

.p-slider__img--04 {
	width: 6.5625rem;
}

.p-slider__title {
	border-width: 0.25rem;
	font-size: 1.25rem;
	margin-top: 1.75rem;
	padding-bottom: 0.875rem;
}

.p-slider__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-subMv__title {
	border-radius: 0.625rem;
	max-width: 21.875rem;
	padding: 1.25rem 0;
}

.p-subMv__title-ja {
	font-size: 0.875rem;
}

.p-subMv__title-en {
	font-size: 2.5rem;
	margin-top: 0.3125rem;
}

.p-support__title .c-title2 {
	font-size: 2.8125rem;
}

.p-support__main {
	margin-top: 2.875rem;
	padding: 3.125rem;
}

}

@media (min-width: 1500px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-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);
}

}

.error_blank {
	display: block;
	color: red;
	font-size: 16px;
}


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