* {
	box-sizing: border-box;
}

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

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: rgba(0,0,0,0);
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: 143.2rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	width: 100%;
}

.inner {
	margin: auto;
	max-width: 113.2rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-5 {
	margin: .5rem !important;
}

.mt-5,
.my-5 {
	margin-top: .5rem !important;
}

.mr-5,
.mx-5 {
	margin-right: .5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: .5rem !important;
}

.ml-5,
.mx-5 {
	margin-left: .5rem !important;
}

.m-10 {
	margin: 1rem !important;
}

.mt-10,
.my-10 {
	margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 1rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 1rem !important;
}

.m-15 {
	margin: 1.5rem !important;
}

.mt-15,
.my-15 {
	margin-top: 1.5rem !important;
}

.mr-15,
.mx-15 {
	margin-right: 1.5rem !important;
}

.mb-15,
.my-15 {
	margin-bottom: 1.5rem !important;
}

.ml-15,
.mx-15 {
	margin-left: 1.5rem !important;
}

.m-20 {
	margin: 2rem !important;
}

.mt-20,
.my-20 {
	margin-top: 2rem !important;
}

.mr-20,
.mx-20 {
	margin-right: 2rem !important;
}

.mb-20,
.my-20 {
	margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
	margin-left: 2rem !important;
}

.m-30 {
	margin: 3rem !important;
}

.mt-30,
.my-30 {
	margin-top: 3rem !important;
}

.mr-30,
.mx-30 {
	margin-right: 3rem !important;
}

.mb-30,
.my-30 {
	margin-bottom: 3rem !important;
}

.ml-30,
.mx-30 {
	margin-left: 3rem !important;
}

.m-40 {
	margin: 4rem !important;
}

.mt-40,
.my-40 {
	margin-top: 4rem !important;
}

.mr-40,
.mx-40 {
	margin-right: 4rem !important;
}

.mb-40,
.my-40 {
	margin-bottom: 4rem !important;
}

.ml-40,
.mx-40 {
	margin-left: 4rem !important;
}

.m-50 {
	margin: 5rem !important;
}

.mt-50,
.my-50 {
	margin-top: 5rem !important;
}

.mr-50,
.mx-50 {
	margin-right: 5rem !important;
}

.mb-50,
.my-50 {
	margin-bottom: 5rem !important;
}

.ml-50,
.mx-50 {
	margin-left: 5rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-5 {
	padding: .5rem !important;
}

.pt-5,
.py-5 {
	padding-top: .5rem !important;
}

.pr-5,
.px-5 {
	padding-right: .5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: .5rem !important;
}

.pl-5,
.px-5 {
	padding-left: .5rem !important;
}

.p-10 {
	padding: 1rem !important;
}

.pt-10,
.py-10 {
	padding-top: 1rem !important;
}

.pr-10,
.px-10 {
	padding-right: 1rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
	padding-left: 1rem !important;
}

.p-15 {
	padding: 1.5rem !important;
}

.pt-15,
.py-15 {
	padding-top: 1.5rem !important;
}

.pr-15,
.px-15 {
	padding-right: 1.5rem !important;
}

.pb-15,
.py-15 {
	padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
	padding-left: 1.5rem !important;
}

.p-20 {
	padding: 2rem !important;
}

.pt-20,
.py-20 {
	padding-top: 2rem !important;
}

.pr-20,
.px-20 {
	padding-right: 2rem !important;
}

.pb-20,
.py-20 {
	padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
	padding-left: 2rem !important;
}

.p-30 {
	padding: 3rem !important;
}

.pt-30,
.py-30 {
	padding-top: 3rem !important;
}

.pr-30,
.px-30 {
	padding-right: 3rem !important;
}

.pb-30,
.py-30 {
	padding-bottom: 3rem !important;
}

.pl-30,
.px-30 {
	padding-left: 3rem !important;
}

.p-40 {
	padding: 4rem !important;
}

.pt-40,
.py-40 {
	padding-top: 4rem !important;
}

.pr-40,
.px-40 {
	padding-right: 4rem !important;
}

.pb-40,
.py-40 {
	padding-bottom: 4rem !important;
}

.pl-40,
.px-40 {
	padding-left: 4rem !important;
}

.p-50 {
	padding: 5rem !important;
}

.pt-50,
.py-50 {
	padding-top: 5rem !important;
}

.pr-50,
.px-50 {
	padding-right: 5rem !important;
}

.pb-50,
.py-50 {
	padding-bottom: 5rem !important;
}

.pl-50,
.px-50 {
	padding-left: 5rem !important;
}

.m-n5 {
	margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -0.5rem !important;
}

.m-n10 {
	margin: -1rem !important;
}

.mt-n10,
.my-n10 {
	margin-top: -1rem !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -1rem !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -1rem !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -1rem !important;
}

.m-n15 {
	margin: -1.5rem !important;
}

.mt-n15,
.my-n15 {
	margin-top: -1.5rem !important;
}

.mr-n15,
.mx-n15 {
	margin-right: -1.5rem !important;
}

.mb-n15,
.my-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-n15,
.mx-n15 {
	margin-left: -1.5rem !important;
}

.m-n20 {
	margin: -2rem !important;
}

.mt-n20,
.my-n20 {
	margin-top: -2rem !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -2rem !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -2rem !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -2rem !important;
}

.m-n30 {
	margin: -3rem !important;
}

.mt-n30,
.my-n30 {
	margin-top: -3rem !important;
}

.mr-n30,
.mx-n30 {
	margin-right: -3rem !important;
}

.mb-n30,
.my-n30 {
	margin-bottom: -3rem !important;
}

.ml-n30,
.mx-n30 {
	margin-left: -3rem !important;
}

.m-n40 {
	margin: -4rem !important;
}

.mt-n40,
.my-n40 {
	margin-top: -4rem !important;
}

.mr-n40,
.mx-n40 {
	margin-right: -4rem !important;
}

.mb-n40,
.my-n40 {
	margin-bottom: -4rem !important;
}

.ml-n40,
.mx-n40 {
	margin-left: -4rem !important;
}

.m-n50 {
	margin: -5rem !important;
}

.mt-n50,
.my-n50 {
	margin-top: -5rem !important;
}

.mr-n50,
.mx-n50 {
	margin-right: -5rem !important;
}

.mb-n50,
.my-n50 {
	margin-bottom: -5rem !important;
}

.ml-n50,
.mx-n50 {
	margin-left: -5rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-underline {
	text-decoration: underline;
}

.animate__animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.animate__fadeUp {
	animation-name: fadeUp;
	opacity: 0;
}

.animate__fadeUp01 {
	animation-name: fadeUp01;
	opacity: 0;
}

.animate__fadeDown {
	animation-name: fadeDown;
	opacity: 0;
}

.animate__fadeShow {
	animation-name: fadeShow;
	opacity: 0;
}

.btn {
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-weight: 400;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.btn:hover {
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: .6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-primary {
	background-color: #fff;
	border-radius: .8rem;
	border: 1px solid #7faf2f;
	color: #7faf2f;
	font-size: 1.6rem;
	font-weight: 500;
	height: 5.6rem;
	letter-spacing: .06em;
}

.btn-back {
	background-color: #fff;
	border-radius: .6rem;
	font-weight: 500;
	letter-spacing: .06em;
	-moz-column-gap: .7rem;
	column-gap: .7rem;
	width: 6.4rem;
	height: 3.2rem;
}

.btn--popup {
	position: relative;
}

.btn--popup::after {
	content: "";
	background: url("../images/icn_expand.svg") no-repeat center/contain;
	width: 1.6rem;
	height: 1.6rem;
	margin-left: .9rem;
}

.p-header {
	position: relative;
}

.p-header__logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.p-header__logo-wrap {
	border-radius: 0 0 3.2rem 0;
	background-color: #fff;
	-moz-column-gap: .9rem;
	column-gap: .9rem;
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem 1.2rem 1.1rem;
}

.p-header__logo-wrap img {
	max-width: 8.9rem;
}

.p-header__logo-wrap span {
	color: #b9b9b9;
	font-size: 1rem;
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
}

.p-header__menu {
	display: none;
	position: fixed;
	top: 0;
	z-index: 99;
}

.menu {
	background-color: #8cb808;
	border-radius: 0 0 3.2rem 3.2rem;
	padding: 10rem 0 6.2rem;
}

.menu-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
}

.menu-link {
	font-weight: 500;
	line-height: 1.46;
}

.hamburger-box {
	background-color: #8ac322;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 4rem;
	width: 4rem;
	position: fixed;
	top: 1.2rem;
	right: 1.2rem;
	z-index: 1049;
}

.hamburger-box.is-active {
	background-color: #fff;
}

.hamburger-box.is-active .hamburger-inner {
	background-color: #8ac322;
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	background-color: #8ac322;
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	background-color: #8ac322;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 1.8rem;
	height: .2rem;
	background-color: #fff;
	transition: transform .15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.5rem;
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.5rem;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
	background-color: #041422;
	position: relative;
	z-index: 100;
	padding: 4.8rem 0 2.4rem;
}

.p-footer__top {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

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

.p-footer__logo span {
	color: #b9b9b9;
	font-family: "Poppins",sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
	margin-left: 1.6rem;
}

.p-footer__detail {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.p-footer__detail p {
	color: #929aa0;
	font-size: 1.2rem;
	line-height: 1.4166666667;
	letter-spacing: .06em;
}

.p-footer__detail p.ttl {
	font-weight: 500;
	margin-bottom: .4rem;
}

.p-footer__bottom {
	border-top: 1px solid #4b5053;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.6rem;
	margin-top: 2.5rem;
}

.p-footer__bottom p {
	color: #929aa0;
	letter-spacing: .1em;
	font-size: 1rem;
	line-height: 1.6;
}

.form-control {
	display: block;
	width: 100%;
	height: 5rem;
	padding: .5rem 1rem;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #f6f7f4;
	background-clip: padding-box;
	border-radius: .8rem;
	border: .1rem solid rgba(0,0,0,0);
	letter-spacing: .06em;
}

.form-control:focus,
.form-control:focus-visible {
	background: #fff;
	border: 1px solid #8cb808;
	outline: #8cb808;
}

.form-control::-ms-expand {
	background-color: rgba(0,0,0,0);
	border: 0;
}

.form-control:-moz-focusring {
	color: rgba(0,0,0,0);
	text-shadow: 0 0 0 #333;
}

.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control::placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f0f0f0;
	opacity: 1;
}

.form-control.--textarea {
	max-width: 100%;
	min-height: 15.5rem;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkbox-custom {
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	letter-spacing: .06em;
	margin: 0 auto;
}

.checkbox-custom input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.checkbox-custom input:checked+span {
	background-color: #8cb808;
	border-color: #8cb808;
}

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

.checkbox-custom span {
	background-color: #f0f0f0;
	border-radius: 2px;
	margin-top: .3rem;
	margin-right: 1.6rem;
	position: relative;
	width: 2rem;
	height: 2rem;
}

.checkbox-custom span::after {
	content: "";
	background: url("../images/icon_check_white.svg") no-repeat center/contain;
	width: .9rem;
	height: .6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.radio-custom {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.radio-custom .radio-button-container {
	display: block;
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
	line-height: 1.4444444444;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.radio-custom .radio-button-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-custom .checkmark {
	position: absolute;
	top: .3rem;
	left: 0;
	height: 1.6rem;
	width: 1.6rem;
	background-color: rgba(0,0,0,0);
	border-radius: 50%;
	border: 2px solid #cfd1c7;
	transition: all .3s;
}

.radio-custom .radio-button-container:hover input~.checkmark {
	border-color: #8cb808;
}

.radio-custom .radio-button-container input:checked~.checkmark {
	border-color: #8cb808;
}

.radio-custom .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-custom .radio-button-container input:checked~.checkmark:after {
	display: block;
}

.radio-custom .radio-button-container .checkmark:after {
	top: .2rem;
	left: .2rem;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #8cb808;
}

.radio-custom input.error+span {
	border-color: #ef1f0e;
}

label.error {
	color: #e12812;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	letter-spacing: .06em;
	margin-top: .5rem;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.c-title__en {
	color: #8cb808;
	font-size: 1.2rem;
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .08em;
}

.c-title__jp {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4583333333;
	letter-spacing: .05em;
}

.hline-ic {
	display: flex;
	align-items: center;
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	margin-bottom: 2.4rem;
}

.hline-ic__txt {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .06em;
}

.hline-ic__txt span {
	color: #707070;
	font-size: 1.2rem;
}

.hline-ic--borb {
	border-bottom: 2px dotted #c8d0bc;
	padding-bottom: 1.2rem;
}

.hline-dot {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .06em;
}

.hline-dot::before {
	content: "";
	background-color: #8cb808;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	width: .4rem;
	height: .4rem;
	margin-right: 1.6rem;
	top: -0.5rem;
}

.txt-small {
	color: #707070;
	font-size: 1.2rem;
	line-height: 1.9833333333;
	letter-spacing: .05em;
}

.font-en {
	font-family: "Poppins",sans-serif;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal.show .modal-dialog {
	transition: transform .3s ease-out;
	transform: none;
}

.modal-backdrop {
	opacity: .5;
	pointer-events: none;
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: 1050;
}

.modal-backdrop.fade {
	pointer-events: all;
	transition: opacity .15s linear;
	opacity: .5;
}

.modal-dialog {
	display: flex;
	align-items: center;
	position: relative;
	width: auto;
	margin: 1.5rem;
	pointer-events: none;
	min-height: calc(100% - 1.5rem*2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #f6f7f4;
	background-clip: padding-box;
	outline: 0;
}

.modal-head {
	padding: 0 3rem;
	text-align: center;
}

.modal-head h2 {
	border-bottom: 1px solid #8f1028;
	color: #333;
	font-size: 2.1rem;
	font-weight: 300;
	letter-spacing: .1em;
	margin-bottom: 2.5rem;
	padding-bottom: 3.1rem;
}

.modal-card__box {
	border: 1px solid #d5d7ce;
	background: url("../images/bg_repeat_grid.svg") repeat center/contain;
	background-size: 12rem;
	border-radius: 1.2rem;
	background-color: #fff;
	padding: 2rem 2.2rem 2.4rem;
}

.modal-card__lst {
	position: relative;
	margin-top: 2.4rem;
}

.modal-card__lst::before {
	content: "";
	background-color: #a0bf16;
	width: .3rem;
	position: absolute;
	top: .8rem;
	bottom: .8rem;
	left: 6rem;
}

.modal-card__lst li {
	display: flex;
	position: relative;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.modal-card__lst li::before {
	border-radius: 50%;
	background-color: #fff;
	border: .3rem solid #a0bf16;
	content: "";
	position: absolute;
	top: .8rem;
	left: 5.5rem;
	width: .6rem;
	height: .6rem;
}

.modal-card__lst li:not(:last-child) {
	margin-bottom: 2rem;
}

.modal-card__lst li .tm {
	color: #8cb808;
	font-size: 1.6rem;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	line-height: 1.5625;
	position: relative;
	top: .2rem;
}

.modal-card__lst li .dt {
	flex: 1;
}

.modal-card__lst li .dt h3 {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.5;
}

.modal-card__lst li .dt p {
	color: #707070;
	font-size: 1.4rem;
	line-height: 1.5714285714;
	letter-spacing: .05em;
	margin-top: 1rem;
}

.modal .btn-primary {
	background-color: rgba(0,0,0,0);
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	width: 100%;
	margin-top: 2.4rem;
}

.modal .btn-back {
	white-space: nowrap;
}

.full-image {
	width: 100%;
	height: 100%;
}

.scroll-down {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.scroll-down::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #c8c8cf;
}

.scroll-down__circle {
	position: relative;
	z-index: 1;
	background-color: #8cb808;
	display: block;
}

.scroll-down__mini-circle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 50%;
	overflow: hidden;
}

.scroll-down__mini-circle::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background-color: #fff;
}

.tab-head {
	display: flex;
}

.tab-head li {
	flex: 0 0 25%;
	max-width: 25%;
	overflow: hidden;
}

.tab-head li:first-child {
	border-radius: .8rem 0 0 0;
}

.tab-head li:last-child {
	border-radius: 0 .8rem 0 0;
}

.tab-head li.active a {
	background-color: #f6f7f4;
	border-color: rgba(0,0,0,0);
	color: #00543a;
}

.tab-head li a {
	background-color: #f0f0f0;
	border: 1px solid #e8e8e8;
	color: #535252;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 1.1428571429;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .8rem .7rem;
}

.tab-content {
	background-color: #f6f7f4;
	border-radius: 0 1.2rem 1.2rem 1.2rem;
	padding: 2.3rem 2.2rem;
}

.tab-content--brtr {
	border-top-right-radius: 0;
}

.tab-box {
	display: none;
}

.slider-other__footer {
	margin: 2.2rem 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.slider-other__progress {
	border-radius: .3rem;
	flex-shrink: 0;
	height: .4rem;
	background-color: #cfd1c7;
	position: relative;
	overflow: hidden;
	z-index: 2;
	flex: 1;
}

.slider-other__progress .swiper-scrollbar-drag {
	background-color: #8cb808;
	border-radius: .3rem;
	position: absolute;
	width: 132% !important;
	left: -100%;
	z-index: -1;
}

.slider-other__control {
	display: flex;
	-moz-column-gap: .5rem;
	column-gap: .5rem;
	margin-left: 1.65rem;
}

.slider-other__control .slider-arrow {
	background-color: #8cb808;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.7rem;
	height: 2.7rem;
}

.slider-other__control .slider-arrow::before {
	content: "";
	background: url("../images/icn_arrow.svg") no-repeat center/contain;
	width: .811rem;
	height: .671rem;
}

.slider-other__control .slider-arrow.slider-prev::before {
	transform: rotate(-180deg);
}

.slider-other__control .slider-arrow.swiper-button-disabled {
	background-color: #cfd1c7;
}

.slider-other .slider-progess {
	margin: 0 -0.75rem;
}

.slider-other .slider-progess .slick-track {
	margin-left: 0;
}

.p-mv {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.p-mv__slogan {
	background: #cddd2e;
	background: linear-gradient(90deg, rgb(205, 221, 46) 0%, rgb(136, 194, 34) 100%);
	position: relative;
	z-index: 4;
}

.p-mv__slogan::after {
	content: "";
	background: url("../images/img_slogan_dot.svg") no-repeat center/contain;
	position: absolute;
	right: 0;
	bottom: 0;
}

.p-mv__slogan-media {
	width: 34.049rem;
	padding-left: 1.6rem;
}

.p-mv__slogan-txt {
	color: #fff;
}

.p-message {
	padding-top: 4rem;
	position: relative;
}

.p-message::after {
	content: "";
	background-image: url("../images/repeat_grid_about.svg");
	position: absolute;
	display: none;
}

.p-message__ttl {
	color: #8cb808;
	font-size: 8rem;
	font-family: "Poppins",sans-serif;
	font-weight: normal;
	line-height: 1;
	opacity: .2;
	margin-left: -2.5rem;
}

.p-message__body {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.p-message__body .media {
	position: relative;
}

.p-message__body .media-item {
	display: block;
	overflow: hidden;
}

.p-message__body .media-item--01 {
	border-radius: .8rem;
}

.p-message__body .media-item--02 {
	border-radius: .8rem 0 0 .8rem;
	max-width: 21.4rem;
	margin: -6.5rem -1.6rem 4rem auto;
}

.p-message__body .content .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .06em;
}

.p-message__body .content .txt {
	color: #535252;
	line-height: 1.57;
	letter-spacing: .05em;
	margin-top: 2.4rem;
}

.p-message__body .content .author {
	text-align: right;
	margin-top: 2.4rem;
}

.p-message__body .content .author-po {
	font-size: 1.6rem;
	letter-spacing: .06em;
}

.p-message__body .content .author-po small {
	color: #535252;
	font-size: 1.2rem;
	margin-right: .6rem;
}

.p-about {
	position: relative;
	margin: 23.5rem 0 32.1rem 0;
}

.p-about::before,
.p-about::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

.p-about::before {
	background-image: url("../images/repeat_grid_about.svg");
}

.p-about::after {
	background-image: url("../images/repeat_grid_about02.svg");
}

.p-about__media {
	max-width: 30rem;
	margin: 3.2rem auto 0;
}

.p-about__txt {
	color: #707070;
	text-align: center;
	margin-top: 2.4rem;
}

.p-pos__item {
	border-radius: .6rem;
	display: block;
	position: absolute;
	overflow: hidden;
}

.p-pos__item--01 {
	width: 10.7rem;
	top: -9.2rem;
	left: -0.8rem;
}

.p-pos__item--02 {
	width: 8.8rem;
	top: -11.8rem;
	right: 1.6rem;
}

.p-pos__item--03 {
	width: 9.8rem;
	bottom: -14.8rem;
	left: -1.2rem;
}

.p-pos__item--04 {
	width: 12rem;
	bottom: -21.3rem;
	right: 5.7rem;
}

.p-pos__item--05 {
	width: 9.2rem;
	bottom: -11.3rem;
	right: -0.9rem;
}

.p-real {
	background-color: #f6f7f4;
	border-radius: .2rem;
	padding: 3.2rem 0;
	position: relative;
}

.p-real .p-sl-txt {
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: runText 30s linear infinite;
	position: absolute;
	top: -5rem;
}

.p-real .p-sl-txt__item {
	color: #f6f7f4;
	font-size: 6rem;
	font-family: "Poppins",sans-serif;
	line-height: 1;
	display: flex;
	flex-shrink: 0;
	margin-right: .2em;
}

.p-real__lst {
	margin-top: 3.2rem;
}

.p-real .card {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2.4rem;
	margin-top: 2.2rem;
}

.p-real .card--2c .card-item {
	padding: 1.6rem 2rem;
}

.p-real .card-item {
	background-color: #fff;
	border-radius: 1.2rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 1.6rem 2rem;
	row-gap: 1.5rem;
}

.p-real .card-item:first-child .card-item__tb-percent tr td {
	text-align: left;
}

.p-real .card-item__ttl {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .06em;
}

.p-real .card-item__ttl small {
	font-size: 1.4rem;
}

.p-real .card-item__txt {
	color: #00543a;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.p-real .card-item__txt strong {
	font-size: 2.2rem;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	margin: 0 .5rem;
}

.p-real .card-item__percent {
	text-align: center;
	font-weight: 500;
	line-height: 1;
}

.p-real .card-item__percent span {
	color: #00543a;
	font-size: 2rem;
	font-family: "Poppins",sans-serif;
}

.p-real .card-item__percent span strong {
	font-weight: 600;
	font-size: 3.2rem;
	margin-left: .5rem;
}

.p-real .card-item__tb-percent {
	text-align: center;
	line-height: 1;
}

.p-real .card-item__tb-percent tr th,
.p-real .card-item__tb-percent tr td {
	font-weight: 500;
	padding: .5rem 0;
}

.p-real .card-item__tb-percent span {
	color: #00543a;
	font-size: 2rem;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	line-height: 1;
}

.p-real .card-item__tb-percent span strong {
	font-weight: 600;
	font-size: 2.4rem;
	margin-left: .5rem;
}

.p-real .card-item__sub {
	color: #00543a;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4545454545;
	text-align: center;
}

.p-real .card-item__tb-note .item {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
}

.p-real .card-item__tb-note .item:not(:last-child) {
	margin-bottom: 1rem;
}

.p-real .card-item__tb-note .item .ttl {
	margin-right: .7rem;
	white-space: nowrap;
	line-height: 1;
	position: relative;
}

.p-real .card-item__tb-note .item .ttl span {
	font-size: 2.4rem;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	line-height: 1;
	margin: 0 .5rem;
}

.p-real .card-item__tb-note .item .txt {
	font-size: 1.6rem;
}

.p-award {
	background-color: #fff;
	border-radius: 1.2rem;
	padding: 2.6rem 2.1rem;
	margin-top: 1rem;
}

.p-award .card-award {
	display: flex;
	flex-direction: column-reverse;
	gap: 3.2rem;
}

.p-award .card-award__ttl {
	color: #00543a;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .06em;
}

.p-award .card-award__txt {
	color: #535252;
	line-height: 1.5714285714;
	letter-spacing: .05em;
	margin-top: 1.6rem;
}

.p-award .card-award__media {
	border-radius: .8rem;
	overflow: hidden;
}

.p-award .lst-award {
	margin-top: 4rem;
}

.p-award .lst-award__row {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 1.6rem;
}

.p-award .lst-award__row:not(:last-child) {
	margin-bottom: 1.6rem;
}

.p-award .lst-award__row::after {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x center/contain;
	width: 100%;
	height: .2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-award .lst-award .year {
	color: #535252;
	font-size: 1.2rem;
	font-weight: 500;
}

.p-award .lst-award .year span {
	font-size: 1.4rem;
	color: #000;
	font-family: "Poppins",sans-serif;
}

.p-award .lst-award .content {
	display: flex;
	flex-direction: column;
}

.p-award .lst-award .content-flex {
	display: flex;
	align-items: center;
}

.p-award .lst-award .txt {
	font-size: 1.2rem;
	font-weight: 500;
}

.p-award .lst-award__lb {
	display: flex;
	align-items: center;
}

.p-award .lst-award__lb .item {
	border-radius: .6rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .01em;
	padding: .4rem .8rem .3rem;
}

.p-award .lst-award__lb .item:not(:last-child) {
	margin-right: .6rem;
}

.p-award .lst-award__lb .item--01 {
	background-color: #00543a;
}

.p-award .lst-award__lb .item--02 {
	background-color: #8cb808;
}

.p-award .lst-award__medal {
	display: flex;
	align-items: center;
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
}

.p-award .lst-award__medal li {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: .2rem;
}

.p-award .lst-award__medal li img {
	width: 1.2rem;
	margin-right: .4rem;
	position: relative;
	top: -0.2rem;
}

.p-award .lst-item {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	margin-top: 3.2rem;
}

.p-award .lst-item img {
	border-radius: .8rem;
}

.p-award .lst-item p {
	color: #535252;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.0625;
	text-align: center;
	margin-top: .8rem;
}

.p-works {
	padding: 4rem 0;
	position: relative;
}

.p-works::after {
	content: "";
	background-image: url("../images/repeat_grid_about02.svg");
	position: absolute;
	display: none;
}

.p-works .c-title {
	margin-bottom: 4rem;
}

.p-works__item:not(:last-child) {
	margin-bottom: 5.6rem;
}

.p-works .w-card {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.p-works .w-card p {
	color: #707070;
	line-height: 1.5714285714;
	letter-spacing: .05em;
}

.p-works .tab {
	margin-top: 1.6rem;
}

.p-works .tab-head li a {
	letter-spacing: .8em;
}

.p-works .sld-card__box {
	background-color: #fff;
	border-radius: .8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 1.3rem 1.6rem 2rem;
	gap: 1.6rem;
}

.p-works .sld-card__box .stp {
	color: #8cb808;
	font-size: 1rem;
	font-family: "Poppins",sans-serif;
	letter-spacing: .08em;
	line-height: 1.6;
}

.p-works .sld-card__box .ttl {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.5;
	position: relative;
	padding-bottom: .85rem;
	margin-bottom: 1.55rem;
}

.p-works .sld-card__box .ttl::after {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x center/contain;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .2rem;
}

.p-works .sld-card__box .media {
	border-radius: .8rem;
	overflow: hidden;
}

.p-works .js-slider-progess {
	overflow: hidden;
}

.p-works .js-slider-progess .swiper-slide {
	max-width: 25.2rem;
}

.p-works .js-slider-progess .swiper-slide:not(:last-child) .sld-card__box::after {
	content: "";
	background: url("../images/icn_db_arrow.svg") no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.288rem;
	height: 1.446rem;
	right: -2.1rem;
}

.p-department .tab {
	margin-top: 1.6rem;
}

.p-department .sg-card__box {
	background-color: #fff;
	border-radius: .8rem;
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	position: relative;
	padding: 1.6rem 1.6rem 2.4rem;
}

.p-department .sg-card__box .ttl {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .06em;
}

.p-department .sg-card__box .ttl::before {
	content: "";
	background-color: #8cb808;
	border-radius: 50%;
	width: .8rem;
	height: .8rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -0.2rem;
	margin-right: 1.6rem;
}

.p-department .sg-card__box .sub {
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.25;
	margin-top: 1.6rem;
}

.p-department .sg-card__box .txt-small {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	position: relative;
	padding-top: 1.2rem;
	margin-top: .8rem;
}

.p-department .sg-card__box .txt-small::after {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x center/contain;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: .2rem;
}

.p-department .sg-card__box .media {
	border-radius: .8rem;
	overflow: hidden;
}

.p-department .sg-card__box .media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-interview {
	margin-top: 5.6rem;
	overflow: hidden;
}

.p-interview__row {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 3.2rem;
}

.p-interview .sidebar {
	background-color: #f6f7f4;
	border-radius: 1.2rem;
	padding: 1.4rem 2.1rem;
}

.p-interview .sidebar ul li:not(:last-child) {
	margin-bottom: .8rem;
}

.p-interview .sidebar ul li a {
	color: #535252;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1;
}

.p-interview .sidebar ul li a::before {
	content: "";
	background-color: #8cb808;
	border-radius: 50%;
	width: .8rem;
	height: .8rem;
	display: inline-block;
	position: relative;
	margin-right: .8rem;
}

.p-interview__item:not(:last-child) {
	margin-bottom: 4rem;
}

.p-interview .iw-card .media {
	border-radius: .8rem;
}

.p-interview .iw-card .ttl {
	font-weight: 500;
	letter-spacing: .06em;
	margin-top: 3.2rem;
}

.p-interview .iw-card .txt-small {
	margin-top: 1.6rem;
}

.p-interview .iw-card .btn {
	margin-top: 2.4rem;
}

.p-description {
	margin-top: 5.6rem;
	padding-bottom: 5.6rem;
}

.p-description .c-title {
	margin-bottom: 4rem;
}

.p-description__item:not(:last-child) {
	margin-bottom: 5.6rem;
}

.p-description .c-title,
.p-description .hline-ic {
	margin-bottom: 2rem;
}

.p-description .ds-card {
	background-color: #fff;
	border-radius: .8rem;
	padding: 2rem 1.6rem;
}

.p-description .ds-card h3 {
	position: relative;
	font-weight: 500;
	letter-spacing: .06em;
	padding-bottom: .8rem;
	margin-bottom: 1.2rem;
}

.p-description .ds-card h3::after {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x left center/contain;
	background-size: 8px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .2rem;
}

.p-description .ds-card p {
	color: #535252;
	font-size: 1.2rem;
	line-height: 1.9833333333;
	letter-spacing: .05em;
}

.p-description .ls-re__item {
	position: relative;
}

.p-description .ls-re__item:not(:last-child)::after {
	content: "";
	background: url("../images/icn_db_arrow.svg") no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-description .ls-re .media {
	border-radius: .8rem;
	overflow: hidden;
	position: relative;
}

.p-description .ls-re .media::before {
	content: "";
	background-color: rgba(21,51,5,.34);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-description .ls-re .ttl {
	color: #fff;
	font-weight: 500;
	letter-spacing: .06em;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-description .js-slider-progess {
	overflow: hidden;
}

.p-description .js-slider-progess .swiper-slide {
	max-width: 16.6rem;
}

.p-description .js-slider-progess .swiper-slide:not(:last-child) .ls-re__item::after {
	content: "";
	background: url("../images/icn_db_arrow.svg") no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.288rem;
	height: 1.446rem;
	right: -2.1rem;
}

.p-description .aw-card {
	display: flex;
	flex-direction: column-reverse;
	gap: 2.4rem;
}

.p-description .aw-card__ttl {
	color: #00543a;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .06em;
}

.p-description .aw-card__txt {
	color: #535252;
	font-size: 1.4rem;
	line-height: 1.5714285714;
	letter-spacing: .05em;
	margin-top: 1.6rem;
}

.p-description .aw-card__media {
	border-radius: .8rem;
	overflow: hidden;
}

.p-description .sys-box {
	background-color: #f6f7f4;
	border-radius: .8rem;
	padding: 2.1rem 2.2rem 2.8rem;
	margin-top: 4rem;
}

.p-description .sys-box .hline-dot {
	margin-bottom: 1.6rem;
}

.p-description .sys-box__item {
	background-color: #fff;
	border-radius: .8rem;
	padding: 1.6rem 1.6rem 2.4rem;
}

.p-description .sys-box__item:not(:last-child) {
	margin-bottom: 1.7rem;
}

.p-description .sys-box__item.--02 {
	padding-top: 1.8rem;
	padding-bottom: 2.2rem;
}

.p-description .sys-box__item table {
	border: 1px solid #cfd1c7;
}

.p-description .sys-box__item table tr th,
.p-description .sys-box__item table tr td {
	border: 1px solid #cfd1c7;
	letter-spacing: .06em;
	padding: .8rem;
}

.p-description .sys-box__item table tr th {
	font-weight: 500;
}

.p-description .sys-box .swiper-horizontal>.swiper-scrollbar,
.p-description .sys-box .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative;
	margin-top: 1.6rem;
	height: .4rem;
	background-color: #cfd1c7;
	border-radius: 5rem;
}

.p-description .sys-box .swiper-scrollbar-drag {
	background-color: #8cb808;
}

.p-shop {
	background-color: #f6f7f4;
	border-radius: .2rem;
	padding: 3.2rem 0 4rem;
}

.p-shop .sh-card {
	margin-top: 2.4rem;
}

.p-shop .sh-card__lst {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 4rem;
	margin-top: 4rem;
}

.p-shop .sh-card__item .media {
	border-radius: .8rem;
	overflow: hidden;
}

.p-shop .sh-card__item .ttl {
	color: #535252;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4285714286;
	letter-spacing: .06em;
	margin-top: 1.6rem;
}

.p-faq {
	padding: 5.6rem 0 4rem;
}

.p-faq .arr {
	margin-top: 4rem;
}

.p-faq .arr-item {
	position: relative;
	padding-top: 1.6rem;
}

.p-faq .arr-item:last-child {
	padding-bottom: 1.6rem;
}

.p-faq .arr-item:last-child::after {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x center/contain;
	width: 100%;
	height: .2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-faq .arr-item:not(:first-child) {
	margin-top: 1.6rem;
}

.p-faq .arr-item::before {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x center/contain;
	width: 100%;
	height: .2rem;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
}

.p-faq .arr-head {
	cursor: pointer;
	position: relative;
	padding: 0 2.5rem 0 1.2rem;
}

.p-faq .arr-head.is-open .arr-icon::after {
	transform: rotate(180deg);
	background-image: url("../images/icn_minus.svg");
	height: .1rem;
}

.p-faq .arr-icon {
	background-color: #fff;
	border: 1px solid #8cb808;
	border-radius: 100%;
	width: 2.3rem;
	height: 2.3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-faq .arr-icon::after {
	content: "";
	background: url("../images/icn_plus.svg") no-repeat center/cover;
	width: .8rem;
	height: .8rem;
}

.p-faq .arr-ttl {
	color: #5f5c5b;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285714286;
	display: flex;
	gap: 1.9rem;
	align-items: center;
}

.p-faq .arr-ttl::before {
	background-color: #fff;
	border: 1px solid #cfd1c7;
	border-radius: 50%;
	content: "Q";
	color: #cfd1c7;
	font-size: 1.6rem;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	flex: 0 0 2.3rem;
	width: 2.3rem;
	height: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-faq .arr-body {
	display: none;
}

.p-faq .arr-content {
	background-color: #f6f7f4;
	border-radius: .8rem;
	display: flex;
	align-items: center;
	gap: 2rem;
	padding: 1.8rem 1.2rem;
	margin: 1.6rem 0 0;
}

.p-faq .arr-content::before {
	border: 1px solid #8cb808;
	border-radius: 50%;
	content: "A";
	color: #8cb808;
	font-size: 1.4rem;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	flex: 0 0 2.3rem;
	width: 2.3rem;
	height: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-faq .arr-content p a {
	color: #36f;
	border-bottom: 1px solid #36f;
}

.p-faq .arr-content p a:hover {
	border-bottom-color: rgba(0,0,0,0);
}

.p-entry {
	background-color: #f6f7f4;
	border-radius: .2rem;
	padding: 5.6rem 0 4rem;
}

.p-entry__wrap {
	margin-top: 2rem;
}

.p-form {
	background-color: #fff;
	padding: 2rem;
}

.p-form .form-row {
	position: relative;
	padding-bottom: 1.6rem;
}

.p-form .form-row::after {
	content: "";
	background: url("../images/bg_dot_sp.svg") repeat-x center/contain;
	width: 100%;
	height: .2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-form .form-row:not(:last-child) {
	margin-bottom: 1.6rem;
}

.p-form .form-row__head {
	display: flex;
	align-items: center;
	-moz-column-gap: .8rem;
	column-gap: .8rem;
}

.p-form .form-row__rq {
	background-color: #8cb808;
	border-radius: .6rem;
	color: #fff;
	font-size: 1rem;
	padding: .2rem .5rem .3rem;
	letter-spacing: .06em;
}

.p-form .form-row__rq.--option {
	background-color: #cfd1c7;
}

.p-form .form-row__date {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.p-form .form-row__date-item {
	display: flex;
	align-items: center;
	gap: .6rem;
}

.p-form .form-row__date-item .form-control {
	background-size: .8rem 1.2rem;
	background: #f6f7f4 url("../images/icn_ardown.svg") no-repeat center right 1.6rem;
	display: inline-block;
	outline: 0;
	padding: .8rem 1.2rem;
	width: 100%;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-form .form-row__date-item .form-control::after {
	content: "";
	position: absolute;
	right: 4.3rem;
	top: 1.2rem;
	width: 1px;
	height: calc(100% - 2.4rem);
	background-color: #c9cbc0;
}

.p-form .form-row__date-item .form-control.--year {
	width: 8.5rem;
}

.p-form .form-row__date-item .form-control.--month {
	width: 6.5rem;
}

.p-form .form-row__date-item .form-control.--day {
	width: 6.5rem;
}

.p-form .form-row__content {
	margin-top: 1.2rem;
}

.p-form .form-bottom {
	margin-top: 2.4rem;
}

.p-form .form-btn {
	background-color: #8cb808;
	border-radius: .6rem;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	width: 20rem;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2.4rem auto 0;
	letter-spacing: .06em;
	transition: opacity .3s ease;
}

.p-form .form-btn-gr {
	display: flex;
}

.p-form .form-btn-gr .btn {
	flex: 1;
}

.p-form .form-btn-gr .btn-back {
	background-color: #fff;
	border-radius: .8rem;
	border: 1px solid #000;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	height: 5.6rem;
	letter-spacing: .06em;
}

.p-fixed {
	background-color: #fff;
	border-radius: 3.2rem;
	position: fixed;
	right: 0;
	bottom: 1.6rem;
	left: 0;
	margin: 0 auto;
	padding: 1.3rem 2.7rem 1.2rem;
	z-index: 98;
	box-shadow: 0px 0px 1.2rem 0px rgba(0,0,0,.16);
}

.p-fixed__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

.p-fixed a {
	font-weight: 500;
	letter-spacing: .08em;
	display: flex;
	align-items: center;
	-moz-column-gap: .8rem;
	column-gap: .8rem;
	position: relative;
	transition: opacity .3s ease;
	white-space: nowrap;
}

.p-fixed a:not(:last-child)::after {
	content: "";
	background: url("../images/icn_dot_v.svg") repeat-y center/contain;
	position: absolute;
	width: 2px;
	height: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-5 {
	margin: .5rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: .5rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: .5rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: .5rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: .5rem !important;
}

.m-sm-10 {
	margin: 1rem !important;
}

.mt-sm-10,
.my-sm-10 {
	margin-top: 1rem !important;
}

.mr-sm-10,
.mx-sm-10 {
	margin-right: 1rem !important;
}

.mb-sm-10,
.my-sm-10 {
	margin-bottom: 1rem !important;
}

.ml-sm-10,
.mx-sm-10 {
	margin-left: 1rem !important;
}

.m-sm-15 {
	margin: 1.5rem !important;
}

.mt-sm-15,
.my-sm-15 {
	margin-top: 1.5rem !important;
}

.mr-sm-15,
.mx-sm-15 {
	margin-right: 1.5rem !important;
}

.mb-sm-15,
.my-sm-15 {
	margin-bottom: 1.5rem !important;
}

.ml-sm-15,
.mx-sm-15 {
	margin-left: 1.5rem !important;
}

.m-sm-20 {
	margin: 2rem !important;
}

.mt-sm-20,
.my-sm-20 {
	margin-top: 2rem !important;
}

.mr-sm-20,
.mx-sm-20 {
	margin-right: 2rem !important;
}

.mb-sm-20,
.my-sm-20 {
	margin-bottom: 2rem !important;
}

.ml-sm-20,
.mx-sm-20 {
	margin-left: 2rem !important;
}

.m-sm-30 {
	margin: 3rem !important;
}

.mt-sm-30,
.my-sm-30 {
	margin-top: 3rem !important;
}

.mr-sm-30,
.mx-sm-30 {
	margin-right: 3rem !important;
}

.mb-sm-30,
.my-sm-30 {
	margin-bottom: 3rem !important;
}

.ml-sm-30,
.mx-sm-30 {
	margin-left: 3rem !important;
}

.m-sm-40 {
	margin: 4rem !important;
}

.mt-sm-40,
.my-sm-40 {
	margin-top: 4rem !important;
}

.mr-sm-40,
.mx-sm-40 {
	margin-right: 4rem !important;
}

.mb-sm-40,
.my-sm-40 {
	margin-bottom: 4rem !important;
}

.ml-sm-40,
.mx-sm-40 {
	margin-left: 4rem !important;
}

.m-sm-50 {
	margin: 5rem !important;
}

.mt-sm-50,
.my-sm-50 {
	margin-top: 5rem !important;
}

.mr-sm-50,
.mx-sm-50 {
	margin-right: 5rem !important;
}

.mb-sm-50,
.my-sm-50 {
	margin-bottom: 5rem !important;
}

.ml-sm-50,
.mx-sm-50 {
	margin-left: 5rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-5 {
	padding: .5rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: .5rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: .5rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: .5rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: .5rem !important;
}

.p-sm-10 {
	padding: 1rem !important;
}

.pt-sm-10,
.py-sm-10 {
	padding-top: 1rem !important;
}

.pr-sm-10,
.px-sm-10 {
	padding-right: 1rem !important;
}

.pb-sm-10,
.py-sm-10 {
	padding-bottom: 1rem !important;
}

.pl-sm-10,
.px-sm-10 {
	padding-left: 1rem !important;
}

.p-sm-15 {
	padding: 1.5rem !important;
}

.pt-sm-15,
.py-sm-15 {
	padding-top: 1.5rem !important;
}

.pr-sm-15,
.px-sm-15 {
	padding-right: 1.5rem !important;
}

.pb-sm-15,
.py-sm-15 {
	padding-bottom: 1.5rem !important;
}

.pl-sm-15,
.px-sm-15 {
	padding-left: 1.5rem !important;
}

.p-sm-20 {
	padding: 2rem !important;
}

.pt-sm-20,
.py-sm-20 {
	padding-top: 2rem !important;
}

.pr-sm-20,
.px-sm-20 {
	padding-right: 2rem !important;
}

.pb-sm-20,
.py-sm-20 {
	padding-bottom: 2rem !important;
}

.pl-sm-20,
.px-sm-20 {
	padding-left: 2rem !important;
}

.p-sm-30 {
	padding: 3rem !important;
}

.pt-sm-30,
.py-sm-30 {
	padding-top: 3rem !important;
}

.pr-sm-30,
.px-sm-30 {
	padding-right: 3rem !important;
}

.pb-sm-30,
.py-sm-30 {
	padding-bottom: 3rem !important;
}

.pl-sm-30,
.px-sm-30 {
	padding-left: 3rem !important;
}

.p-sm-40 {
	padding: 4rem !important;
}

.pt-sm-40,
.py-sm-40 {
	padding-top: 4rem !important;
}

.pr-sm-40,
.px-sm-40 {
	padding-right: 4rem !important;
}

.pb-sm-40,
.py-sm-40 {
	padding-bottom: 4rem !important;
}

.pl-sm-40,
.px-sm-40 {
	padding-left: 4rem !important;
}

.p-sm-50 {
	padding: 5rem !important;
}

.pt-sm-50,
.py-sm-50 {
	padding-top: 5rem !important;
}

.pr-sm-50,
.px-sm-50 {
	padding-right: 5rem !important;
}

.pb-sm-50,
.py-sm-50 {
	padding-bottom: 5rem !important;
}

.pl-sm-50,
.px-sm-50 {
	padding-left: 5rem !important;
}

.m-sm-n5 {
	margin: -0.5rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -0.5rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -0.5rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -0.5rem !important;
}

.m-sm-n10 {
	margin: -1rem !important;
}

.mt-sm-n10,
.my-sm-n10 {
	margin-top: -1rem !important;
}

.mr-sm-n10,
.mx-sm-n10 {
	margin-right: -1rem !important;
}

.mb-sm-n10,
.my-sm-n10 {
	margin-bottom: -1rem !important;
}

.ml-sm-n10,
.mx-sm-n10 {
	margin-left: -1rem !important;
}

.m-sm-n15 {
	margin: -1.5rem !important;
}

.mt-sm-n15,
.my-sm-n15 {
	margin-top: -1.5rem !important;
}

.mr-sm-n15,
.mx-sm-n15 {
	margin-right: -1.5rem !important;
}

.mb-sm-n15,
.my-sm-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-sm-n15,
.mx-sm-n15 {
	margin-left: -1.5rem !important;
}

.m-sm-n20 {
	margin: -2rem !important;
}

.mt-sm-n20,
.my-sm-n20 {
	margin-top: -2rem !important;
}

.mr-sm-n20,
.mx-sm-n20 {
	margin-right: -2rem !important;
}

.mb-sm-n20,
.my-sm-n20 {
	margin-bottom: -2rem !important;
}

.ml-sm-n20,
.mx-sm-n20 {
	margin-left: -2rem !important;
}

.m-sm-n30 {
	margin: -3rem !important;
}

.mt-sm-n30,
.my-sm-n30 {
	margin-top: -3rem !important;
}

.mr-sm-n30,
.mx-sm-n30 {
	margin-right: -3rem !important;
}

.mb-sm-n30,
.my-sm-n30 {
	margin-bottom: -3rem !important;
}

.ml-sm-n30,
.mx-sm-n30 {
	margin-left: -3rem !important;
}

.m-sm-n40 {
	margin: -4rem !important;
}

.mt-sm-n40,
.my-sm-n40 {
	margin-top: -4rem !important;
}

.mr-sm-n40,
.mx-sm-n40 {
	margin-right: -4rem !important;
}

.mb-sm-n40,
.my-sm-n40 {
	margin-bottom: -4rem !important;
}

.ml-sm-n40,
.mx-sm-n40 {
	margin-left: -4rem !important;
}

.m-sm-n50 {
	margin: -5rem !important;
}

.mt-sm-n50,
.my-sm-n50 {
	margin-top: -5rem !important;
}

.mr-sm-n50,
.mx-sm-n50 {
	margin-right: -5rem !important;
}

.mb-sm-n50,
.my-sm-n50 {
	margin-bottom: -5rem !important;
}

.ml-sm-n50,
.mx-sm-n50 {
	margin-left: -5rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

}

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

html {
	font-size: .7142857143vw;
}

}

@media (min-width: 768px) {

body {
	font-size: 1.6rem;
}

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-5 {
	margin: .5rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: .5rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: .5rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: .5rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: .5rem !important;
}

.m-md-10 {
	margin: 1rem !important;
}

.mt-md-10,
.my-md-10 {
	margin-top: 1rem !important;
}

.mr-md-10,
.mx-md-10 {
	margin-right: 1rem !important;
}

.mb-md-10,
.my-md-10 {
	margin-bottom: 1rem !important;
}

.ml-md-10,
.mx-md-10 {
	margin-left: 1rem !important;
}

.m-md-15 {
	margin: 1.5rem !important;
}

.mt-md-15,
.my-md-15 {
	margin-top: 1.5rem !important;
}

.mr-md-15,
.mx-md-15 {
	margin-right: 1.5rem !important;
}

.mb-md-15,
.my-md-15 {
	margin-bottom: 1.5rem !important;
}

.ml-md-15,
.mx-md-15 {
	margin-left: 1.5rem !important;
}

.m-md-20 {
	margin: 2rem !important;
}

.mt-md-20,
.my-md-20 {
	margin-top: 2rem !important;
}

.mr-md-20,
.mx-md-20 {
	margin-right: 2rem !important;
}

.mb-md-20,
.my-md-20 {
	margin-bottom: 2rem !important;
}

.ml-md-20,
.mx-md-20 {
	margin-left: 2rem !important;
}

.m-md-30 {
	margin: 3rem !important;
}

.mt-md-30,
.my-md-30 {
	margin-top: 3rem !important;
}

.mr-md-30,
.mx-md-30 {
	margin-right: 3rem !important;
}

.mb-md-30,
.my-md-30 {
	margin-bottom: 3rem !important;
}

.ml-md-30,
.mx-md-30 {
	margin-left: 3rem !important;
}

.m-md-40 {
	margin: 4rem !important;
}

.mt-md-40,
.my-md-40 {
	margin-top: 4rem !important;
}

.mr-md-40,
.mx-md-40 {
	margin-right: 4rem !important;
}

.mb-md-40,
.my-md-40 {
	margin-bottom: 4rem !important;
}

.ml-md-40,
.mx-md-40 {
	margin-left: 4rem !important;
}

.m-md-50 {
	margin: 5rem !important;
}

.mt-md-50,
.my-md-50 {
	margin-top: 5rem !important;
}

.mr-md-50,
.mx-md-50 {
	margin-right: 5rem !important;
}

.mb-md-50,
.my-md-50 {
	margin-bottom: 5rem !important;
}

.ml-md-50,
.mx-md-50 {
	margin-left: 5rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-5 {
	padding: .5rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: .5rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: .5rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: .5rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: .5rem !important;
}

.p-md-10 {
	padding: 1rem !important;
}

.pt-md-10,
.py-md-10 {
	padding-top: 1rem !important;
}

.pr-md-10,
.px-md-10 {
	padding-right: 1rem !important;
}

.pb-md-10,
.py-md-10 {
	padding-bottom: 1rem !important;
}

.pl-md-10,
.px-md-10 {
	padding-left: 1rem !important;
}

.p-md-15 {
	padding: 1.5rem !important;
}

.pt-md-15,
.py-md-15 {
	padding-top: 1.5rem !important;
}

.pr-md-15,
.px-md-15 {
	padding-right: 1.5rem !important;
}

.pb-md-15,
.py-md-15 {
	padding-bottom: 1.5rem !important;
}

.pl-md-15,
.px-md-15 {
	padding-left: 1.5rem !important;
}

.p-md-20 {
	padding: 2rem !important;
}

.pt-md-20,
.py-md-20 {
	padding-top: 2rem !important;
}

.pr-md-20,
.px-md-20 {
	padding-right: 2rem !important;
}

.pb-md-20,
.py-md-20 {
	padding-bottom: 2rem !important;
}

.pl-md-20,
.px-md-20 {
	padding-left: 2rem !important;
}

.p-md-30 {
	padding: 3rem !important;
}

.pt-md-30,
.py-md-30 {
	padding-top: 3rem !important;
}

.pr-md-30,
.px-md-30 {
	padding-right: 3rem !important;
}

.pb-md-30,
.py-md-30 {
	padding-bottom: 3rem !important;
}

.pl-md-30,
.px-md-30 {
	padding-left: 3rem !important;
}

.p-md-40 {
	padding: 4rem !important;
}

.pt-md-40,
.py-md-40 {
	padding-top: 4rem !important;
}

.pr-md-40,
.px-md-40 {
	padding-right: 4rem !important;
}

.pb-md-40,
.py-md-40 {
	padding-bottom: 4rem !important;
}

.pl-md-40,
.px-md-40 {
	padding-left: 4rem !important;
}

.p-md-50 {
	padding: 5rem !important;
}

.pt-md-50,
.py-md-50 {
	padding-top: 5rem !important;
}

.pr-md-50,
.px-md-50 {
	padding-right: 5rem !important;
}

.pb-md-50,
.py-md-50 {
	padding-bottom: 5rem !important;
}

.pl-md-50,
.px-md-50 {
	padding-left: 5rem !important;
}

.m-md-n5 {
	margin: -0.5rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -0.5rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -0.5rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -0.5rem !important;
}

.m-md-n10 {
	margin: -1rem !important;
}

.mt-md-n10,
.my-md-n10 {
	margin-top: -1rem !important;
}

.mr-md-n10,
.mx-md-n10 {
	margin-right: -1rem !important;
}

.mb-md-n10,
.my-md-n10 {
	margin-bottom: -1rem !important;
}

.ml-md-n10,
.mx-md-n10 {
	margin-left: -1rem !important;
}

.m-md-n15 {
	margin: -1.5rem !important;
}

.mt-md-n15,
.my-md-n15 {
	margin-top: -1.5rem !important;
}

.mr-md-n15,
.mx-md-n15 {
	margin-right: -1.5rem !important;
}

.mb-md-n15,
.my-md-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-md-n15,
.mx-md-n15 {
	margin-left: -1.5rem !important;
}

.m-md-n20 {
	margin: -2rem !important;
}

.mt-md-n20,
.my-md-n20 {
	margin-top: -2rem !important;
}

.mr-md-n20,
.mx-md-n20 {
	margin-right: -2rem !important;
}

.mb-md-n20,
.my-md-n20 {
	margin-bottom: -2rem !important;
}

.ml-md-n20,
.mx-md-n20 {
	margin-left: -2rem !important;
}

.m-md-n30 {
	margin: -3rem !important;
}

.mt-md-n30,
.my-md-n30 {
	margin-top: -3rem !important;
}

.mr-md-n30,
.mx-md-n30 {
	margin-right: -3rem !important;
}

.mb-md-n30,
.my-md-n30 {
	margin-bottom: -3rem !important;
}

.ml-md-n30,
.mx-md-n30 {
	margin-left: -3rem !important;
}

.m-md-n40 {
	margin: -4rem !important;
}

.mt-md-n40,
.my-md-n40 {
	margin-top: -4rem !important;
}

.mr-md-n40,
.mx-md-n40 {
	margin-right: -4rem !important;
}

.mb-md-n40,
.my-md-n40 {
	margin-bottom: -4rem !important;
}

.ml-md-n40,
.mx-md-n40 {
	margin-left: -4rem !important;
}

.m-md-n50 {
	margin: -5rem !important;
}

.mt-md-n50,
.my-md-n50 {
	margin-top: -5rem !important;
}

.mr-md-n50,
.mx-md-n50 {
	margin-right: -5rem !important;
}

.mb-md-n50,
.my-md-n50 {
	margin-bottom: -5rem !important;
}

.ml-md-n50,
.mx-md-n50 {
	margin-left: -5rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.btn-primary {
	font-size: 2rem;
	height: 6.4rem;
}

.btn-back {
	font-size: 1.4rem;
	transition: opacity .3s ease;
}

.btn-back:hover {
	opacity: .7;
}

.p-header__logo-wrap {
	width: 35rem;
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	padding: 1.15rem 4.7rem;
	padding: 1.1rem 4.1rem 1.2rem 4.1rem;
}

.p-header__logo-wrap img {
	max-width: 12.7rem;
}

.p-header__logo-wrap span {
	font-size: 1.2rem;
}

.p-header__menu {
	display: block !important;
	top: 1.6rem;
	right: 4rem;
}

.menu {
	background-color: #fff;
	border-radius: 2.4rem;
	padding: .8rem .8rem .8rem 3.2rem;
	box-shadow: 0px 0px 1.2rem 0px rgba(0,0,0,.16);
}

.menu-list {
	flex-direction: row;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

.menu-link {
	font-size: 1.3rem;
	transition: opacity .3s ease;
}

.menu-link:hover,
.menu-link.current {
	opacity: .7;
}

.hamburger-box {
	display: none;
}

.p-footer {
	padding: 6.4rem 0 5rem;
}

.p-footer__top {
	flex-direction: row;
	align-items: center;
	gap: 0;
}

.p-footer__logo img {
	max-width: 12.7rem;
}

.p-footer__logo span {
	margin-left: 3.2rem;
}

.p-footer__detail {
	flex-direction: row;
	margin-left: auto;
	-moz-column-gap: 4.8rem;
	column-gap: 4.8rem;
}

.p-footer__detail p.ttl {
	margin-bottom: .8rem;
}

.p-footer__bottom {
	padding-top: 3.2rem;
	margin-top: 5rem;
}

.form-control {
	font-size: 1.6rem;
}

.form-control.--textarea {
	min-height: 22.5rem;
}

.checkbox-custom {
	font-size: 1.6rem;
}

.radio-custom {
	flex-direction: row;
	align-items: center;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.radio-custom .radio-button-container {
	font-size: 1.8rem;
	line-height: 1.4444444444;
	padding-left: 2.8rem;
}

.radio-custom .checkmark {
	height: 1.8rem;
	width: 1.8rem;
	top: .6rem;
}

.radio-custom .radio-button-container .checkmark:after {
	width: 1rem;
	height: 1rem;
}

.c-title__en {
	font-size: 1.6rem;
	line-height: 1.5625;
	margin-bottom: .4rem;
}

.c-title__jp {
	font-size: 4rem;
	line-height: 1.45;
}

.hline-ic {
	-moz-column-gap: 1.7rem;
	column-gap: 1.7rem;
	margin-bottom: 4.8rem;
}

.hline-ic__txt {
	font-size: 3.2rem;
	line-height: 1.4375;
}

.hline-ic__txt span {
	font-size: 1.5rem;
	line-height: 1.4;
}

.hline-ic--borb {
	padding-bottom: 2rem;
}

.hline-dot {
	font-size: 2.4rem;
	line-height: 1.4583333333;
}

.hline-dot::before {
	width: .8rem;
	height: .8rem;
	top: -0.5rem;
}

.txt-small {
	font-size: 1.4rem;
	line-height: 1.7;
}

.modal-dialog {
	max-width: 140rem;
	margin-right: auto;
	margin-left: auto;
}

.modal-card {
	display: flex;
	flex-direction: row;
	-moz-column-gap: 4.75rem;
	column-gap: 4.75rem;
}

.modal-card__media {
	max-width: 57.2rem;
}

.modal-card__content {
	padding: 5.6rem 6rem 6rem 0;
	flex: 1;
	max-height: 69.6rem;
	overflow-y: auto;
}

.modal-card__content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: .3rem;
	background-color: #f5f5f5;
}

.modal-card__content::-webkit-scrollbar {
	width: .5rem;
	background-color: #f5f5f5;
}

.modal-card__content::-webkit-scrollbar-thumb {
	border-radius: .3rem;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.2);
}

.modal-card__box {
	background-size: 12rem;
	padding: 3.8rem 4rem;
}

.modal-card__lst {
	margin-top: 5.5rem;
}

.modal-card__lst::before {
	top: 1rem;
	bottom: 1rem;
	left: 8.9rem;
}

.modal-card__lst li {
	-moz-column-gap: 6rem;
	column-gap: 6rem;
}

.modal-card__lst li::before {
	width: .6rem;
	height: .6rem;
	top: 1rem;
	left: 8.5rem;
}

.modal-card__lst li:not(:last-child) {
	margin-bottom: 4rem;
}

.modal-card__lst li .tm {
	flex: 0 0 6.2rem;
	font-size: 2.2rem;
	line-height: 1.5;
}

.modal-card__lst li .dt h3 {
	font-size: 2.2rem;
	line-height: 1.4545454545;
}

.modal-card__lst li .dt p {
	font-size: 1.5rem;
	line-height: 1.8133333333;
	margin-top: .5rem;
}

.modal .btn-primary {
	margin-top: 5rem;
}

.modal .btn-back {
	position: absolute;
	top: 1.6rem;
	left: 1.6rem;
}

.sp {
	display: none !important;
}

.scroll-down {
	width: 3.2rem;
	height: 3.2rem;
}

.scroll-down::before {
	width: 3.2rem;
	height: 3.2rem;
}

.scroll-down__circle {
	width: 3.2rem;
}

.scroll-down__mini-circle {
	width: 3.2rem;
	height: 3.2rem;
}

.scroll-down__mini-circle::after {
	width: .6rem;
	height: .6rem;
	margin-left: -0.2rem;
	margin-top: -0.2rem;
	animation: loop-circle-pc 1s infinite linear;
}

.c-sm .btn-sm {
	display: none;
}

.tab-head li a {
	font-size: 1.8rem;
	letter-spacing: .1em;
	padding: 1.5rem;
}

.tab-content {
	padding: 4rem 4rem 4.8rem;
}

.slider-other__footer {
	margin-top: 2.4rem;
}

.slider-other__progress .swiper-scrollbar-drag {
	width: 115% !important;
}

.slider-other__control {
	-moz-column-gap: .9rem;
	column-gap: .9rem;
	margin-left: 2.85rem;
}

.slider-other__control .slider-arrow {
	width: 5rem;
	height: 5rem;
}

.slider-other__control .slider-arrow::before {
	width: 1.51rem;
	height: 1.25rem;
}

.slider-other .slider-progess {
	margin: 0 -1rem;
}

.p-mv {
	flex-direction: row;
}

.p-mv__item {
	flex: 0 0 50vw;
	max-width: 50vw;
}

.p-mv__slogan {
	padding: .3571428571vw 0 3.2857142857vw;
}

.p-mv__slogan::after {
	width: 6.9285714286vw;
	height: 6.9285714286vw;
	right: 6.0714285714vw;
	bottom: 3.5714285714vw;
}

.p-mv__slogan-media {
	width: 54.2857142857vw;
	padding-left: 1.3571428571vw;
}

.p-mv__slogan-txt {
	font-size: 1.1428571429vw;
	padding-left: 2.8571428571vw;
	margin-top: 1.5vw;
}

.p-message::after {
	display: block;
	width: 11.4285714286vw;
	height: 12.1428571429vw;
	top: 8.5714285714vw;
	right: 0;
}

.p-message {
	padding-top: 18rem;
}

.p-message__head {
	max-width: 132rem;
}

.p-message__ttl {
	font-size: 20rem;
	margin-left: .8rem;
}

.p-message__body {
	flex-direction: row;
	-moz-column-gap: 10.7rem;
	column-gap: 10.7rem;
	margin-top: -3rem;
}

.p-message__body .media {
	max-width: 44.3rem;
}

.p-message__body .media-item--01 {
	border-radius: 1.2rem;
}

.p-message__body .media-item--02 {
	border-radius: 1.2rem;
	margin: -9.4rem -2.7rem 0 auto;
	max-width: 28rem;
}

.p-message__body .content {
	padding-top: 12.7rem;
}

.p-message__body .content .ttl {
	font-size: 3.2rem;
	line-height: 1.59375;
}

.p-message__body .content .txt {
	line-height: 1.6875;
	margin-top: 4.8rem;
}

.p-message__body .content .author {
	margin-top: 5rem;
}

.p-message__body .content .author-po {
	font-size: 2rem;
	margin-top: .5rem;
}

.p-message__body .content .author-po small {
	margin-right: .8rem;
}

.p-about {
	margin: 37.1rem 0 61.4rem 0;
}

.p-about::before {
	width: 11.4285714286vw;
	height: 12.1428571429vw;
	top: -11.9285714286vw;
	left: 10.7142857143vw;
}

.p-about::after {
	width: 11.4285714286vw;
	height: 12.1428571429vw;
	bottom: -10.7142857143vw;
	right: 10.7142857143vw;
}

.p-about__media {
	max-width: 78.095rem;
	margin-top: 4rem;
}

.p-about__txt {
	line-height: 1.7;
	margin-top: 5.1rem;
}

.p-pos__item {
	border-radius: 1.2rem;
}

.p-pos__item--01 {
	width: 16.2142857143vw;
	top: -2.9285714286vw;
	left: -.9285714286vw;
}

.p-pos__item--02 {
	width: 15.2142857143vw;
	top: -9.8571428571vw;
	right: 7.3571428571vw;
}

.p-pos__item--03 {
	width: 17.0714285714vw;
	bottom: -17.3571428571vw;
	left: 10.7142857143vw;
}

.p-pos__item--04 {
	width: 20.1428571429vw;
	bottom: -23.9285714286vw;
	right: 26.1428571429vw;
}

.p-pos__item--05 {
	width: 16.4285714286vw;
	bottom: -6.5vw;
	right: 2.8571428571vw;
}

.p-real {
	padding: 10rem 0;
}

.p-real .p-sl-txt {
	top: -15.2rem;
}

.p-real .p-sl-txt__item {
	font-size: 20rem;
}

.p-real__lst {
	margin-top: 6.4rem;
}

.p-real .card {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4rem;
	margin-top: 3.2rem;
}

.p-real .card--2c {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-real .card--2c .card-item {
	padding: 3.2rem 4rem 4.8rem;
}

.p-real .card-item {
	padding: 1.6rem 2rem 2rem;
	row-gap: 1.6rem;
}

.p-real .card-item__ttl {
	font-size: 2.2rem;
	line-height: 1.4545454545;
}

.p-real .card-item__ttl small {
	font-size: 1.8rem;
}

.p-real .card-item__txt {
	font-size: 2.1rem;
	line-height: 1.4285714286;
}

.p-real .card-item__txt strong {
	font-size: 3.2rem;
	line-height: 1.59375;
}

.p-real .card-item__percent {
	font-size: 2.4rem;
}

.p-real .card-item__percent span {
	font-size: 3.2rem;
}

.p-real .card-item__percent span strong {
	font-size: 5.6rem;
}

.p-real .card-item__tb-percent tr th,
.p-real .card-item__tb-percent tr td {
	font-size: 1.8rem;
	line-height: 1;
	padding: 1rem 0;
}

.p-real .card-item__tb-percent span {
	font-size: 2.4rem;
}

.p-real .card-item__tb-percent span strong {
	font-size: 3rem;
}

.p-real .card-item__sub {
	font-size: 3.2rem;
	line-height: 1.4375;
	margin-bottom: 2rem;
}

.p-real .card-item__tb-note .item .ttl {
	font-size: 1.6rem;
	margin-right: 1.6rem;
	top: -0.4rem;
}

.p-real .card-item__tb-note .item .ttl span {
	font-size: 3.2rem;
}

.p-real .card-item__tb-note .item .txt {
	font-size: 2rem;
	letter-spacing: -0.05em;
}

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

.p-award .card-award {
	flex-direction: row;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-award .card-award__ttl {
	font-size: 3.2rem;
	line-height: 1.7;
}

.p-award .card-award__txt {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 4.9rem;
}

.p-award .card-award__media {
	flex: 0 0 49rem;
	max-width: 49rem;
}

.p-award .lst-award {
	margin-top: 8.3rem;
}

.p-award .lst-award__row {
	flex-direction: row;
	align-items: center;
	gap: 4.8rem;
	padding-bottom: 3.2rem;
}

.p-award .lst-award__row:not(:last-child) {
	margin-bottom: 3.2rem;
}

.p-award .lst-award__row::after {
	background-image: url("../images/bg_dot.svg");
}

.p-award .lst-award .year {
	font-size: 1.6rem;
	line-height: 1.5;
	width: 9rem;
}

.p-award .lst-award .year span {
	font-size: 2rem;
	line-height: 1.5;
	margin-right: .8rem;
}

.p-award .lst-award .content {
	flex-direction: row;
	align-items: center;
	gap: 4.8rem;
}

.p-award .lst-award .content-flex {
	gap: 4.8rem;
}

.p-award .lst-award .txt {
	font-size: 1.6rem;
	line-height: 1.625;
}

.p-award .lst-award__lb {
	width: 30.6rem;
}

.p-award .lst-award__lb .item {
	font-size: 1.3rem;
	padding: .65rem 1.1rem .6rem;
	letter-spacing: .021em;
}

.p-award .lst-award__lb .item:not(:last-child) {
	margin-right: 1rem;
}

.p-award .lst-award__medal {
	-moz-column-gap: 2.8rem;
	column-gap: 2.8rem;
}

.p-award .lst-award__medal li {
	font-size: 1.8rem;
	top: .3rem;
}

.p-award .lst-award__medal li img {
	width: 2.4rem;
	margin-right: .9rem;
	top: -0.3rem;
}

.p-award .lst-item {
	flex-direction: row;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	margin-top: 5.6rem;
}

.p-award .lst-item img {
	border-radius: 1rem;
}

.p-award .lst-item p {
	font-size: 2rem;
	line-height: 1.45;
	margin-top: 3.2rem;
}

.p-works::after {
	display: block;
	width: 15.5714285714vw;
	height: 15.7857142857vw;
	top: 5.7142857143vw;
	right: .8571428571vw;
}

.p-works {
	padding: 16rem 0;
}

.p-works .c-title {
	margin-bottom: 8rem;
}

.p-works__item:not(:last-child) {
	margin-bottom: 10.4rem;
}

.p-works__item .tab-content {
	padding-bottom: 3.2rem;
}

.p-works .w-card {
	flex-direction: row;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-works .w-card .media {
	width: 53rem;
	flex: 0 0 53rem;
}

.p-works .w-card p {
	line-height: 1.7;
}

.p-works .tab {
	margin-top: 3.2rem;
}

.p-works .sld-card__box {
	flex-direction: row;
	padding: 3.2rem;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

.p-works .sld-card__box .stp {
	font-size: 1.2rem;
	line-height: 1.5;
}

.p-works .sld-card__box .ttl {
	font-size: 2.2rem;
	line-height: 1.4545454545;
	padding-bottom: 1.6rem;
	margin-bottom: 2.4rem;
}

.p-works .sld-card__box .ttl::after {
	background-image: url("../images/bg_dot.svg");
}

.p-works .sld-card__box .media {
	flex: 0 0 29.3rem;
	max-width: 29.3rem;
}

.p-works .js-slider-progess .swiper-slide {
	max-width: 69.9rem;
}

.p-works .js-slider-progess .swiper-slide:not(:last-child) .sld-card__box::after {
	width: 2rem;
	height: 2.246rem;
	right: -3.6rem;
}

.p-department .tab {
	margin-top: 8rem;
}

.p-department .sg-card__box {
	align-items: flex-end;
	flex-direction: row-reverse;
	padding: 2.1rem 4rem 4rem;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-department .sg-card__box .ttl {
	font-size: 2.4rem;
	line-height: 1.4583333333;
}

.p-department .sg-card__box .sub {
	font-size: 2rem;
	line-height: 1.45;
	margin-top: 2.4rem;
}

.p-department .sg-card__box .txt-small {
	font-size: 1.6rem;
	line-height: 1.7;
	padding-top: 2.4rem;
	margin-top: 2.4rem;
}

.p-department .sg-card__box .txt-small::after {
	background-image: url("../images/bg_dot.svg");
}

.p-department .sg-card__box .media {
	aspect-ratio: 250/250;
	flex: 0 0 25rem;
	max-width: 25rem;
	margin-bottom: 1.4rem;
}

.p-interview {
	margin-top: 14rem;
}

.p-interview__row {
	flex-direction: row;
	-moz-column-gap: 6.4rem;
	column-gap: 6.4rem;
	margin-top: 5.6rem;
}

.p-interview__l {
	flex: 0 0 31.8rem;
	max-width: 31.8rem;
}

.p-interview__r {
	flex: 1;
}

.p-interview .sidebar {
	padding: 3.2rem;
}

.p-interview .sidebar ul li:not(:last-child) {
	margin-bottom: 2rem;
}

.p-interview .sidebar ul li a {
	font-size: 1.8rem;
}

.p-interview .sidebar ul li a::before {
	background-color: #707070;
	width: .8rem;
	height: .8rem;
	top: -0.2rem;
	margin-right: 1rem;
}

.p-interview .sidebar ul li a.current {
	color: #00543a;
}

.p-interview .sidebar ul li a.current::before {
	background-color: #8cb808;
}

.p-interview__item:not(:last-child) {
	margin-bottom: 10.4rem;
}

.p-interview .iw-card .ttl {
	font-size: 2rem;
	line-height: 1.45;
	margin-top: 4rem;
}

.p-interview .iw-card .txt-small {
	margin-top: 2.4rem;
}

.p-interview .iw-card .btn {
	margin-top: 4.8rem;
}

.p-description {
	margin-top: 14rem;
	padding-bottom: 8rem;
}

.p-description .c-title {
	margin-bottom: 8rem;
}

.p-description__item:not(:last-child) {
	margin-bottom: 10.4rem;
}

.p-description .c-title,
.p-description .hline-ic {
	margin-bottom: 4rem;
}

.p-description .ds-card__itm {
	flex: 1;
}

.p-description .ds-card__itm>div:not(:last-child) {
	margin-bottom: 4rem;
}

.p-description .ds-card h3 {
	font-size: 2rem;
	line-height: 1.45;
	padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
}

.p-description .ds-card h3::after {
	background-image: url("../images/bg_dot.svg");
}

.p-description .ds-card p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.p-description .ls-re {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5.2rem;
	margin-top: 4.8rem;
}

.p-description .ls-re__item:not(:last-child)::after {
	width: 2rem;
	height: 2.246rem;
	right: -3.5rem;
}

.p-description .ls-re .ttl {
	font-size: 2.4rem;
	line-height: 1.4583333333;
}

.p-description .js-slider-progess .swiper-slide:not(:last-child) .ls-re__item::after {
	width: 2rem;
	height: 2.246rem;
	right: -3.6rem;
}

.p-description .aw-card {
	flex-direction: row;
	-moz-column-gap: 8rem;
	column-gap: 8rem;
}

.p-description .aw-card__ttl {
	font-size: 3.2rem;
	line-height: 1.7;
}

.p-description .aw-card__txt {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 4.8rem;
}

.p-description .aw-card__media {
	flex: 0 0 47rem;
	max-width: 47rem;
}

.p-description .sys-box {
	border-radius: 1.2rem;
	padding: 5.2rem 4rem 6.4rem;
	margin-top: 10rem;
}

.p-description .sys-box .hline-dot {
	margin-bottom: 3.2rem;
}

.p-description .sys-box__item {
	border-radius: 1.2rem;
	padding: 4.8rem 6.4rem 2.7rem;
}

.p-description .sys-box__item:not(:last-child) {
	margin-bottom: 4.8rem;
}

.p-description .sys-box__item.--02 {
	padding-top: 3.2rem;
	padding-bottom: 4.8rem;
}

.p-description .sys-box__item table tr th,
.p-description .sys-box__item table tr td {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 2rem;
}

.p-description .sys-box__item table tr th {
	text-align: center;
}

.p-shop {
	padding: 8rem 0 10.4rem;
}

.p-shop .sh-card {
	margin-top: 4.5rem;
}

.p-shop .sh-card__lst {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3.8rem;
	margin-top: 8rem;
}

.p-shop .sh-card__item .media {
	border-radius: 1.2rem;
}

.p-shop .sh-card__item .ttl {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 2.6rem;
}

.p-faq {
	padding: 12rem 0 12rem;
}

.p-faq .arr {
	margin-top: 7rem;
}

.p-faq .arr-item {
	padding-top: 2.4rem;
}

.p-faq .arr-item:last-child {
	padding-bottom: 2.4rem;
}

.p-faq .arr-item:last-child::after {
	background-image: url("../images/bg_dot.svg");
}

.p-faq .arr-item:not(:first-child) {
	margin-top: 2.4rem;
}

.p-faq .arr-item::before {
	background-image: url("../images/bg_dot.svg");
}

.p-faq .arr-head {
	padding: 0 7.5rem 0 3.2rem;
}

.p-faq .arr-icon {
	flex-basis: 4rem;
	width: 4rem;
	height: 4rem;
	right: 3.2rem;
}

.p-faq .arr-icon::after {
	width: 1.7rem;
	height: 1.7rem;
}

.p-faq .arr-ttl {
	font-size: 1.8rem;
	line-height: 1.6666666667;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

.p-faq .arr-ttl::before {
	font-size: 2rem;
	flex-basis: 4rem;
	width: 4rem;
	height: 4rem;
}

.p-faq .arr-content {
	margin-top: 2.4rem;
	border-radius: 1.2rem;
	padding: 2.4rem 3.2rem;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

.p-faq .arr-content::before {
	font-size: 2rem;
	flex-basis: 4rem;
	width: 4rem;
	height: 4rem;
}

.p-entry {
	padding: 7rem 0 10rem;
}

.p-entry__wrap {
	margin-top: 7.2rem;
}

.p-form {
	border-radius: 1.2rem;
	padding: 8rem 10.4rem;
}

.p-form .form-row {
	padding-bottom: 3.2rem;
}

.p-form .form-row::after {
	background-image: url("../images/bg_dot.svg");
}

.p-form .form-row:not(:last-child) {
	margin-bottom: 3.2rem;
}

.p-form .form-row__head {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
}

.p-form .form-row__rq {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding: .4rem 1.1rem .5rem;
}

.p-form .form-row__date {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-form .form-row__date-item {
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
}

.p-form .form-row__date-item .form-control {
	padding: 1.7rem 2.45rem 1.5rem;
}

.p-form .form-row__date-item .form-control {
	height: 5.6rem;
}

.p-form .form-row__date-item .form-control.--year {
	width: 19.9rem;
}

.p-form .form-row__date-item .form-control.--month {
	width: 15rem;
}

.p-form .form-row__date-item .form-control.--day {
	width: 15rem;
}

.p-form .form-row__content {
	margin-top: 2.4rem;
}

.p-form .form-row__content.--radio {
	margin-top: 5.6rem;
}

.p-form .form-bottom {
	margin-top: 5rem;
}

.p-form .form-btn {
	font-size: 1.8rem;
	width: 36rem;
	height: 5.6rem;
	margin-top: 3rem;
}

.p-form .form-btn:hover {
	opacity: .7;
}

.p-form .form-btn-gr {
	gap: 4rem;
}

.p-form .form-btn-gr .btn-back {
	font-size: 2rem;
	height: 6.4rem;
}

.p-form .form-btn-gr .btn-back img {
	width: 1.5rem;
}

.p-fixed {
	border-radius: 3.2rem;
	padding: 1.6rem 2.1rem 1.6rem;
	left: auto;
	right: 4rem;
	bottom: 3rem;
}

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

.p-fixed a:hover {
	opacity: .7;
}

.p-fixed a:not(:last-child)::after {
	right: -1.5rem;
}

}

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

.p-pos__item--05 {
	width: 23rem;
	bottom: -9.1rem;
	right: 4rem;
}

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-5 {
	margin: .5rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: .5rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: .5rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: .5rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: .5rem !important;
}

.m-lg-10 {
	margin: 1rem !important;
}

.mt-lg-10,
.my-lg-10 {
	margin-top: 1rem !important;
}

.mr-lg-10,
.mx-lg-10 {
	margin-right: 1rem !important;
}

.mb-lg-10,
.my-lg-10 {
	margin-bottom: 1rem !important;
}

.ml-lg-10,
.mx-lg-10 {
	margin-left: 1rem !important;
}

.m-lg-15 {
	margin: 1.5rem !important;
}

.mt-lg-15,
.my-lg-15 {
	margin-top: 1.5rem !important;
}

.mr-lg-15,
.mx-lg-15 {
	margin-right: 1.5rem !important;
}

.mb-lg-15,
.my-lg-15 {
	margin-bottom: 1.5rem !important;
}

.ml-lg-15,
.mx-lg-15 {
	margin-left: 1.5rem !important;
}

.m-lg-20 {
	margin: 2rem !important;
}

.mt-lg-20,
.my-lg-20 {
	margin-top: 2rem !important;
}

.mr-lg-20,
.mx-lg-20 {
	margin-right: 2rem !important;
}

.mb-lg-20,
.my-lg-20 {
	margin-bottom: 2rem !important;
}

.ml-lg-20,
.mx-lg-20 {
	margin-left: 2rem !important;
}

.m-lg-30 {
	margin: 3rem !important;
}

.mt-lg-30,
.my-lg-30 {
	margin-top: 3rem !important;
}

.mr-lg-30,
.mx-lg-30 {
	margin-right: 3rem !important;
}

.mb-lg-30,
.my-lg-30 {
	margin-bottom: 3rem !important;
}

.ml-lg-30,
.mx-lg-30 {
	margin-left: 3rem !important;
}

.m-lg-40 {
	margin: 4rem !important;
}

.mt-lg-40,
.my-lg-40 {
	margin-top: 4rem !important;
}

.mr-lg-40,
.mx-lg-40 {
	margin-right: 4rem !important;
}

.mb-lg-40,
.my-lg-40 {
	margin-bottom: 4rem !important;
}

.ml-lg-40,
.mx-lg-40 {
	margin-left: 4rem !important;
}

.m-lg-50 {
	margin: 5rem !important;
}

.mt-lg-50,
.my-lg-50 {
	margin-top: 5rem !important;
}

.mr-lg-50,
.mx-lg-50 {
	margin-right: 5rem !important;
}

.mb-lg-50,
.my-lg-50 {
	margin-bottom: 5rem !important;
}

.ml-lg-50,
.mx-lg-50 {
	margin-left: 5rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-5 {
	padding: .5rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: .5rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: .5rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: .5rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: .5rem !important;
}

.p-lg-10 {
	padding: 1rem !important;
}

.pt-lg-10,
.py-lg-10 {
	padding-top: 1rem !important;
}

.pr-lg-10,
.px-lg-10 {
	padding-right: 1rem !important;
}

.pb-lg-10,
.py-lg-10 {
	padding-bottom: 1rem !important;
}

.pl-lg-10,
.px-lg-10 {
	padding-left: 1rem !important;
}

.p-lg-15 {
	padding: 1.5rem !important;
}

.pt-lg-15,
.py-lg-15 {
	padding-top: 1.5rem !important;
}

.pr-lg-15,
.px-lg-15 {
	padding-right: 1.5rem !important;
}

.pb-lg-15,
.py-lg-15 {
	padding-bottom: 1.5rem !important;
}

.pl-lg-15,
.px-lg-15 {
	padding-left: 1.5rem !important;
}

.p-lg-20 {
	padding: 2rem !important;
}

.pt-lg-20,
.py-lg-20 {
	padding-top: 2rem !important;
}

.pr-lg-20,
.px-lg-20 {
	padding-right: 2rem !important;
}

.pb-lg-20,
.py-lg-20 {
	padding-bottom: 2rem !important;
}

.pl-lg-20,
.px-lg-20 {
	padding-left: 2rem !important;
}

.p-lg-30 {
	padding: 3rem !important;
}

.pt-lg-30,
.py-lg-30 {
	padding-top: 3rem !important;
}

.pr-lg-30,
.px-lg-30 {
	padding-right: 3rem !important;
}

.pb-lg-30,
.py-lg-30 {
	padding-bottom: 3rem !important;
}

.pl-lg-30,
.px-lg-30 {
	padding-left: 3rem !important;
}

.p-lg-40 {
	padding: 4rem !important;
}

.pt-lg-40,
.py-lg-40 {
	padding-top: 4rem !important;
}

.pr-lg-40,
.px-lg-40 {
	padding-right: 4rem !important;
}

.pb-lg-40,
.py-lg-40 {
	padding-bottom: 4rem !important;
}

.pl-lg-40,
.px-lg-40 {
	padding-left: 4rem !important;
}

.p-lg-50 {
	padding: 5rem !important;
}

.pt-lg-50,
.py-lg-50 {
	padding-top: 5rem !important;
}

.pr-lg-50,
.px-lg-50 {
	padding-right: 5rem !important;
}

.pb-lg-50,
.py-lg-50 {
	padding-bottom: 5rem !important;
}

.pl-lg-50,
.px-lg-50 {
	padding-left: 5rem !important;
}

.m-lg-n5 {
	margin: -0.5rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -0.5rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -0.5rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -0.5rem !important;
}

.m-lg-n10 {
	margin: -1rem !important;
}

.mt-lg-n10,
.my-lg-n10 {
	margin-top: -1rem !important;
}

.mr-lg-n10,
.mx-lg-n10 {
	margin-right: -1rem !important;
}

.mb-lg-n10,
.my-lg-n10 {
	margin-bottom: -1rem !important;
}

.ml-lg-n10,
.mx-lg-n10 {
	margin-left: -1rem !important;
}

.m-lg-n15 {
	margin: -1.5rem !important;
}

.mt-lg-n15,
.my-lg-n15 {
	margin-top: -1.5rem !important;
}

.mr-lg-n15,
.mx-lg-n15 {
	margin-right: -1.5rem !important;
}

.mb-lg-n15,
.my-lg-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-lg-n15,
.mx-lg-n15 {
	margin-left: -1.5rem !important;
}

.m-lg-n20 {
	margin: -2rem !important;
}

.mt-lg-n20,
.my-lg-n20 {
	margin-top: -2rem !important;
}

.mr-lg-n20,
.mx-lg-n20 {
	margin-right: -2rem !important;
}

.mb-lg-n20,
.my-lg-n20 {
	margin-bottom: -2rem !important;
}

.ml-lg-n20,
.mx-lg-n20 {
	margin-left: -2rem !important;
}

.m-lg-n30 {
	margin: -3rem !important;
}

.mt-lg-n30,
.my-lg-n30 {
	margin-top: -3rem !important;
}

.mr-lg-n30,
.mx-lg-n30 {
	margin-right: -3rem !important;
}

.mb-lg-n30,
.my-lg-n30 {
	margin-bottom: -3rem !important;
}

.ml-lg-n30,
.mx-lg-n30 {
	margin-left: -3rem !important;
}

.m-lg-n40 {
	margin: -4rem !important;
}

.mt-lg-n40,
.my-lg-n40 {
	margin-top: -4rem !important;
}

.mr-lg-n40,
.mx-lg-n40 {
	margin-right: -4rem !important;
}

.mb-lg-n40,
.my-lg-n40 {
	margin-bottom: -4rem !important;
}

.ml-lg-n40,
.mx-lg-n40 {
	margin-left: -4rem !important;
}

.m-lg-n50 {
	margin: -5rem !important;
}

.mt-lg-n50,
.my-lg-n50 {
	margin-top: -5rem !important;
}

.mr-lg-n50,
.mx-lg-n50 {
	margin-right: -5rem !important;
}

.mb-lg-n50,
.my-lg-n50 {
	margin-bottom: -5rem !important;
}

.ml-lg-n50,
.mx-lg-n50 {
	margin-left: -5rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.p-description .ds-card {
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	padding: 4rem 4rem 5rem;
}

}

@media (min-width: 1401px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-5 {
	margin: .5rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: .5rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: .5rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: .5rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: .5rem !important;
}

.m-xl-10 {
	margin: 1rem !important;
}

.mt-xl-10,
.my-xl-10 {
	margin-top: 1rem !important;
}

.mr-xl-10,
.mx-xl-10 {
	margin-right: 1rem !important;
}

.mb-xl-10,
.my-xl-10 {
	margin-bottom: 1rem !important;
}

.ml-xl-10,
.mx-xl-10 {
	margin-left: 1rem !important;
}

.m-xl-15 {
	margin: 1.5rem !important;
}

.mt-xl-15,
.my-xl-15 {
	margin-top: 1.5rem !important;
}

.mr-xl-15,
.mx-xl-15 {
	margin-right: 1.5rem !important;
}

.mb-xl-15,
.my-xl-15 {
	margin-bottom: 1.5rem !important;
}

.ml-xl-15,
.mx-xl-15 {
	margin-left: 1.5rem !important;
}

.m-xl-20 {
	margin: 2rem !important;
}

.mt-xl-20,
.my-xl-20 {
	margin-top: 2rem !important;
}

.mr-xl-20,
.mx-xl-20 {
	margin-right: 2rem !important;
}

.mb-xl-20,
.my-xl-20 {
	margin-bottom: 2rem !important;
}

.ml-xl-20,
.mx-xl-20 {
	margin-left: 2rem !important;
}

.m-xl-30 {
	margin: 3rem !important;
}

.mt-xl-30,
.my-xl-30 {
	margin-top: 3rem !important;
}

.mr-xl-30,
.mx-xl-30 {
	margin-right: 3rem !important;
}

.mb-xl-30,
.my-xl-30 {
	margin-bottom: 3rem !important;
}

.ml-xl-30,
.mx-xl-30 {
	margin-left: 3rem !important;
}

.m-xl-40 {
	margin: 4rem !important;
}

.mt-xl-40,
.my-xl-40 {
	margin-top: 4rem !important;
}

.mr-xl-40,
.mx-xl-40 {
	margin-right: 4rem !important;
}

.mb-xl-40,
.my-xl-40 {
	margin-bottom: 4rem !important;
}

.ml-xl-40,
.mx-xl-40 {
	margin-left: 4rem !important;
}

.m-xl-50 {
	margin: 5rem !important;
}

.mt-xl-50,
.my-xl-50 {
	margin-top: 5rem !important;
}

.mr-xl-50,
.mx-xl-50 {
	margin-right: 5rem !important;
}

.mb-xl-50,
.my-xl-50 {
	margin-bottom: 5rem !important;
}

.ml-xl-50,
.mx-xl-50 {
	margin-left: 5rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-5 {
	padding: .5rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: .5rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: .5rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: .5rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: .5rem !important;
}

.p-xl-10 {
	padding: 1rem !important;
}

.pt-xl-10,
.py-xl-10 {
	padding-top: 1rem !important;
}

.pr-xl-10,
.px-xl-10 {
	padding-right: 1rem !important;
}

.pb-xl-10,
.py-xl-10 {
	padding-bottom: 1rem !important;
}

.pl-xl-10,
.px-xl-10 {
	padding-left: 1rem !important;
}

.p-xl-15 {
	padding: 1.5rem !important;
}

.pt-xl-15,
.py-xl-15 {
	padding-top: 1.5rem !important;
}

.pr-xl-15,
.px-xl-15 {
	padding-right: 1.5rem !important;
}

.pb-xl-15,
.py-xl-15 {
	padding-bottom: 1.5rem !important;
}

.pl-xl-15,
.px-xl-15 {
	padding-left: 1.5rem !important;
}

.p-xl-20 {
	padding: 2rem !important;
}

.pt-xl-20,
.py-xl-20 {
	padding-top: 2rem !important;
}

.pr-xl-20,
.px-xl-20 {
	padding-right: 2rem !important;
}

.pb-xl-20,
.py-xl-20 {
	padding-bottom: 2rem !important;
}

.pl-xl-20,
.px-xl-20 {
	padding-left: 2rem !important;
}

.p-xl-30 {
	padding: 3rem !important;
}

.pt-xl-30,
.py-xl-30 {
	padding-top: 3rem !important;
}

.pr-xl-30,
.px-xl-30 {
	padding-right: 3rem !important;
}

.pb-xl-30,
.py-xl-30 {
	padding-bottom: 3rem !important;
}

.pl-xl-30,
.px-xl-30 {
	padding-left: 3rem !important;
}

.p-xl-40 {
	padding: 4rem !important;
}

.pt-xl-40,
.py-xl-40 {
	padding-top: 4rem !important;
}

.pr-xl-40,
.px-xl-40 {
	padding-right: 4rem !important;
}

.pb-xl-40,
.py-xl-40 {
	padding-bottom: 4rem !important;
}

.pl-xl-40,
.px-xl-40 {
	padding-left: 4rem !important;
}

.p-xl-50 {
	padding: 5rem !important;
}

.pt-xl-50,
.py-xl-50 {
	padding-top: 5rem !important;
}

.pr-xl-50,
.px-xl-50 {
	padding-right: 5rem !important;
}

.pb-xl-50,
.py-xl-50 {
	padding-bottom: 5rem !important;
}

.pl-xl-50,
.px-xl-50 {
	padding-left: 5rem !important;
}

.m-xl-n5 {
	margin: -0.5rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -0.5rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -0.5rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -0.5rem !important;
}

.m-xl-n10 {
	margin: -1rem !important;
}

.mt-xl-n10,
.my-xl-n10 {
	margin-top: -1rem !important;
}

.mr-xl-n10,
.mx-xl-n10 {
	margin-right: -1rem !important;
}

.mb-xl-n10,
.my-xl-n10 {
	margin-bottom: -1rem !important;
}

.ml-xl-n10,
.mx-xl-n10 {
	margin-left: -1rem !important;
}

.m-xl-n15 {
	margin: -1.5rem !important;
}

.mt-xl-n15,
.my-xl-n15 {
	margin-top: -1.5rem !important;
}

.mr-xl-n15,
.mx-xl-n15 {
	margin-right: -1.5rem !important;
}

.mb-xl-n15,
.my-xl-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-xl-n15,
.mx-xl-n15 {
	margin-left: -1.5rem !important;
}

.m-xl-n20 {
	margin: -2rem !important;
}

.mt-xl-n20,
.my-xl-n20 {
	margin-top: -2rem !important;
}

.mr-xl-n20,
.mx-xl-n20 {
	margin-right: -2rem !important;
}

.mb-xl-n20,
.my-xl-n20 {
	margin-bottom: -2rem !important;
}

.ml-xl-n20,
.mx-xl-n20 {
	margin-left: -2rem !important;
}

.m-xl-n30 {
	margin: -3rem !important;
}

.mt-xl-n30,
.my-xl-n30 {
	margin-top: -3rem !important;
}

.mr-xl-n30,
.mx-xl-n30 {
	margin-right: -3rem !important;
}

.mb-xl-n30,
.my-xl-n30 {
	margin-bottom: -3rem !important;
}

.ml-xl-n30,
.mx-xl-n30 {
	margin-left: -3rem !important;
}

.m-xl-n40 {
	margin: -4rem !important;
}

.mt-xl-n40,
.my-xl-n40 {
	margin-top: -4rem !important;
}

.mr-xl-n40,
.mx-xl-n40 {
	margin-right: -4rem !important;
}

.mb-xl-n40,
.my-xl-n40 {
	margin-bottom: -4rem !important;
}

.ml-xl-n40,
.mx-xl-n40 {
	margin-left: -4rem !important;
}

.m-xl-n50 {
	margin: -5rem !important;
}

.mt-xl-n50,
.my-xl-n50 {
	margin-top: -5rem !important;
}

.mr-xl-n50,
.mx-xl-n50 {
	margin-right: -5rem !important;
}

.mb-xl-n50,
.my-xl-n50 {
	margin-bottom: -5rem !important;
}

.ml-xl-n50,
.mx-xl-n50 {
	margin-left: -5rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.p-message::after {
	width: 16rem;
	height: 17rem;
	top: 12rem;
}

.p-pos__item--01 {
	width: 22.7rem;
	top: -4.1rem;
	left: -1.3rem;
}

.p-pos__item--02 {
	width: 21.3rem;
	top: -13.8rem;
	right: 10.3rem;
}

.p-pos__item--03 {
	width: 23.9rem;
	bottom: -24.3rem;
	left: 15rem;
}

.p-pos__item--04 {
	width: 28.2rem;
	bottom: -33.5rem;
	right: 36.6rem;
}

.p-works::after {
	width: 21.8rem;
	height: 22.1rem;
	top: 8rem;
	right: 1.2rem;
}

}

@media (max-width: 767px) {

.p-header__menu {
	width: 100%;
}

.p-header__menu::after {
	content: "";
	background-color: rgba(0,0,0,.85);
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: -1;
}

.p-header__menu .p-fixed {
	position: relative;
	bottom: 0;
	margin-top: 5.6rem;
	max-width: 24.2rem;
}

.menu-link {
	color: #fff;
	line-height: 1.4285714286;
	letter-spacing: .08em;
}

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

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

.modal-content {
	padding: 1.5rem;
	max-height: 100%;
	overflow-y: auto;
}

.modal-card {
	margin-top: 1rem;
}

.modal-card__media {
	border-radius: .8rem;
	height: 16.6rem;
	overflow: hidden;
	margin-bottom: 2.4rem;
}

.modal-card__media img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pc {
	display: none !important;
}

.c-sm__box {
	max-height: 24rem;
	transition: max-height .3s ease;
	overflow: hidden;
	position: relative;
	padding-bottom: 1.6rem;
}

.c-sm__box::after {
	background: #fff;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	height: 18.6rem;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-sm__box.show::after {
	display: none;
}

.c-sm .btn-sm {
	position: relative;
	border: 1px solid #8cb808;
	color: #8cb808;
	font-weight: 500;
	margin: 0 auto;
	max-width: 27.1rem;
	width: 100%;
	height: 4.4rem;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-head li a {
	text-align: center;
	height: 100%;
}

.p-mv__item:nth-child(1) {
	order: 2;
}

.p-mv__item:nth-child(2) {
	order: 1;
}

.p-mv__slogan-txt {
	letter-spacing: -0.02em;
	padding: 1.4rem 1.6rem 3.7rem;
}

.p-about::before,
.p-about::after {
	display: none;
}

.p-award .lst-award .year {
	margin-bottom: 1rem;
}

.p-award .lst-award .content.--flex {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.p-award .lst-award .content.--flex .lst-award__medal {
	margin-left: 4.5rem;
}

.p-award .lst-award .txt {
	margin-bottom: .7rem;
}

.p-award .lst-award__medal {
	margin-left: 1rem;
}

.p-works .sld-card__box .stp {
	margin-bottom: .2rem;
}

.p-works .js-slider-progess .swiper-slide {
	height: auto;
}

.p-works .js-slider-progess .swiper-slide .sld-card__box {
	height: 100%;
}

.p-description .c-sm {
	background-color: #fff;
	border-radius: .8rem;
	padding-bottom: 1.6rem;
}

.p-description .c-sm__box {
	max-height: 50rem;
}

.p-description .js-slider-progess .swiper-slide {
	height: 100%;
}

.p-description .sys-box__item table tr th,
.p-description .sys-box__item table tr td {
	display: block;
}

.p-description .sys-box__item table tr td {
	font-size: 1.2rem;
	line-height: 1.6666666667;
}

.p-description .sys-box .swiper-slide {
	width: 72.5rem;
	height: auto;
}

.p-faq .arr-content p {
	text-align: justify;
}

}

@keyframes fadeUp {

from {
	transform: translate(0px, 50px);
	opacity: 0;
}

to {
	transform: translate(0px, 0px);
	opacity: 1;
}

}

@keyframes fadeUp01 {

from {
	transform: translate(0px, 5px);
	opacity: 0;
}

to {
	transform: translate(0px, 0px);
	opacity: 1;
}

}

@keyframes fadeDown {

from {
	transform: translate(0px, -120px);
	opacity: 0;
}

to {
	transform: translate(0px, 0px);
	opacity: 1;
}

}

@keyframes fadeShow {

from {
	transform: none;
	opacity: 0;
}

to {
	transform: none;
	opacity: 1;
}

}

@keyframes loop-circle-pc {

0% {
	transform: translate3d(0, -2rem, 0);
}

to {
	transform: translate3d(0, 2rem, 0);
}

}

@keyframes loop-circle-sp {

0% {
	transform: translate3d(0, -3rem, 0);
}

to {
	transform: translate3d(0, 3rem, 0);
}

}

@keyframes slide_separator {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-2299px) translateX(-64px);
}

}

@keyframes slide_separator_sp {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-792px) translateX(-32px);
}

}

@keyframes runText {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

