:root {
	--header-height: 6.6875rem;
}

:target {
	scroll-margin-top: var(--header-height);
}

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

html {
	font-size: 16px;
}

body {
	color: #213343;
	font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding-top: var(--header-height);
	width: 100%;
}

h1,
h2,
h3,
h4 {
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

p {
	margin: 0;
}

figure {
	margin: 0;
}

iframe,
video,
img,
svg {
	height: auto;
	max-width: 100%;
}

b,
strong {
	font-weight: bold;
}

iframe,
img {
	vertical-align: bottom;
}

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

dd {
	margin: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}

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

a:hover {
	opacity: 0.5;
}

#autozip {
	display: none !important;
}

.l-header {
	background: #fff;
	box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 51, 67, 0.12);
	color: #2E475D;
	padding: 0 2.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: var(--header-height);
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
}

.l-header__contents {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.l-header__logo {
	display: flex;
}

.l-header__logo a {
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: 0.11rem;
	line-height: 1;
}

.l-header__logo img {
	width: 11.875rem;
}

.l-header__menu {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.l-header__menu-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.68;
}

.l-header__menu-item a:hover {
	color: #FF7D4B;
	opacity: 1;
}

.l-header__menu-item--current {
	color: #FF7D4B;
}

.l-header__menu-icon-wrap {
	align-items: center;
	display: flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.l-header__menu-icon-wrap img {
	max-width: 100%;
}

.l-header__buttons {
	display: flex;
	gap: 0.5rem;
}

.l-header__button {
	font-size: 0.875rem;
	height: 2.875rem;
}

.l-header__button--download {
	width: 12.125rem;
}

.l-header__button--contact {
	width: 9.5rem;
}

.l-header__hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 2.8125rem;
	justify-content: center;
	margin: auto;
	outline: none;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease-in-out;
	width: 2.8125rem;
	z-index: 10;
}

.l-header__hamburger__line {
	background: transparent;
	background-color: #FF7D4B;
	border-radius: 0.25rem;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: inherit;
	width: 1.0625rem;
}

.l-header__hamburger__line:before,
.l-header__hamburger__line:after {
	background-color: #FF7D4B;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: inherit;
	width: 100%;
}

.l-header__hamburger__line:before {
	top: -0.375rem;
}

.l-header__hamburger__line:after {
	top: 0.375rem;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger__line {
	background: transparent;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger__line:before,
.l-header__hamburger[aria-expanded=true] .l-header__hamburger__line:after {
	top: 50%;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger__line:before {
	transform: rotate(45deg);
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger__line:after {
	transform: rotate(-45deg);
}

.l-header__sp-menu {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-top: 3.75rem;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10;
}

.l-footer {
	background: #3e5974;
	color: #fff;
	padding-bottom: 1.5rem;
	padding-top: 3.9375rem;
}

.l-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.l-footer__logo a {
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: 0.11rem;
	line-height: 1;
}

.l-footer__logo a img {
	width: 11.875rem;
}

.l-footer__menu-wrap {
	display: grid;
}

.l-footer__menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.l-footer__menu-item > a {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025rem;
	line-height: 1.8;
}

.l-footer__menu-sub {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.l-footer__menu-sub-item > a {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.025rem;
	line-height: 1.8;
}

.l-footer__copyright {
	color: #b6c7d6;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 0.85;
	margin-top: 0.75rem;
}

.l-container {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
}

.l-modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-modal__overlay {
	background-color: rgba(0, 0, 0, 0.16);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-modal__content {
	align-items: center;
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	height: calc(100% - 2.5rem);
	justify-content: center;
	margin: 1.25rem;
	position: relative;
	width: calc(100% - 2.5rem);
	z-index: 1;
}

.l-modal__close {
	background: url(../img/common/icon_close.svg) center/contain no-repeat;
	position: absolute;
	right: 1.9375rem;
	top: 1.375rem;
}

.l-modal__menu {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	text-align: center;
}

.l-modal__item-link {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.l-modal__item-link--link-ex::after {
	background: url(../img/common/icon_ex.webp) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 0.875rem;
	margin-left: 0.375rem;
	vertical-align: middle;
	width: 1rem;
}

.l-modal__button {
	--g-color-0: #5091a0;
	--g-position-0: 0%;
	--g-color-1: #84c6b6;
	--g-position-1: 100%;
	--g-color-2: #84c6b6;
	--g-position-2: 100%;
	--g-color-3: #84c6b6;
	--g-position-3: 100%;
	--g-color-4: #84c6b6;
	--g-position-4: 100%;
	--g-color-5: #84c6b6;
	--g-position-5: 100%;
	--g-color-6: #84c6b6;
	--g-position-6: 100%;
	--g-color-7: #84c6b6;
	--g-position-7: 100%;
	--g-color-8: #84c6b6;
	--g-position-8: 100%;
	--g-color-9: #84c6b6;
	--g-position-9: 100%;
	--g-color-10: #84c6b6;
	--g-position-10: 100%;
	--g-color-11: #84c6b6;
	--g-position-11: 100%;
	--g-angle: 45deg;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	border-radius: 6rem;
	color: #ffffff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	height: 3.225rem;
	justify-content: center;
	line-height: 1.4;
	text-align: center;
	width: 11.5rem;
}

.l-sp-menu {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.l-sp-menu__item {
	border-bottom: 0.0625rem solid #e6e6e6;
	padding: 0.9375rem;
	text-align: center;
}

.l-sp-menu__item a {
	color: #FF7D4B;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04375rem;
	line-height: 1.6;
}

.l-sp-menu__buttons {
	display: grid;
	gap: 0.6875rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-sp-menu__button {
	font-size: 1rem;
	height: 3.125rem;
}

.l-outer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.c-title1 {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
}

.c-form {
	color: #2e475d;
	display: flex;
	flex-direction: column;
	font-family: "Lexend Deca";
	gap: 1rem;
}

.c-form__item-title {
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.75;
}

.c-form__item-title--required::after {
	color: #516f90;
	content: "*";
}

.c-form__item-input input[type=text],
.c-form__item-input input[type=email],
.c-form__item-input input[type=number],
.c-form__item-input input[type=date],
.c-form__item-input input[type=tel],
.c-form__item-input textarea,
.c-form__item-input select {
	background: #f6f9fc;
	border: 0.0625rem solid #b6c7d6;
	border-radius: 0.1875rem;
	min-height: 2.5rem;
	padding: 0.625rem;
	width: 100%;
}

.c-form__item-input textarea {
	height: 2.5rem;
	resize: vertical;
}

.c-form__confirm {
	font-size: 1rem;
}

.c-form__confirm a {
	color: #4285f4;
}

.c-form__submit {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.375rem;
	max-width: 100%;
	position: relative;
	width: 28.75rem;
}

.c-form__submit input {
	background: #ff5c35;
	border: none;
	border-radius: 0.1875rem;
	cursor: pointer;
	height: 3.125rem;
}

.c-form__submit .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.c-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
	display: none;
	margin-top: 10px;
}

.c-form .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
	display: block;
}

.c-dlist__item {
	align-items: center;
	border-bottom: 0.0625rem solid #838383;
	display: flex;
	line-height: 1.7;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.c-dlist__title {
	color: #FF7D4B;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: 0.625rem;
	width: 25%;
}

.c-dlist__deta {
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: 75%;
}

.c-button1 {
	align-items: center;
	background: #FF7D4B;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: inherit;
	font-weight: 500;
	gap: 0.5rem;
	height: 100%;
	justify-content: center;
	line-height: 1.57;
	transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
	width: 100%;
}

.c-button1 img {
	height: 1lh;
	width: auto;
}

.c-button1--outline {
	background: #fff;
	border: 0.0625rem solid #FF7D4B;
	color: #FF7D4B;
}

.c-block1 {
	display: flex;
	flex-direction: column;
	gap: 4.4375rem;
}

.c-block1__item {
	display: flex;
}

.c-block1__item-image img {
	width: 100%;
}

.c-block1__item-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.38;
	margin-bottom: 1rem;
}

.c-block1__item-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.c-heading {
	background: #F6F9FC;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.38;
	margin: 0;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	text-align: center;
}

.c-plan {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem 1.25rem;
}

.c-plan__title {
	color: #516F90;
	font-size: 1.5rem;
	font-weight: 700;
}

.c-plan__price {
	font-family: "Lexend Deca", sans-serif;
}

.c-plan__price-smtext {
	font-size: 0.875rem;
	font-weight: 500;
}

.c-plan__price-mdtext {
	font-size: 1.25rem;
}

.c-plan__price-lgtext {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
}

.c-plan__info-list {
	font-family: "Lexend Deca", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2;
}

.c-plan__info-list-title {
	color: #FF7D4B;
	display: inline;
}

.c-plan__info-list-text {
	display: inline;
}

.c-plan__sentense {
	font-size: 0.75rem;
	line-height: 1.5;
}

.c-plan__subtitle {
	font-weight: 700;
}

.c-plan__text {
	font-weight: 400;
}

.c-plan__sentense2 {
	font-family: "Lexend Deca", sans-serif;
}

.c-plan__sentense2-smtext {
	color: #000;
	font-size: 0.75rem;
	line-height: 1.5;
}

.c-plan__sentense2-mdtext {
	font-size: 0.875rem;
	line-height: 2;
}

.c-plan__sentense2-lgtext {
	font-size: 1.375rem;
	font-weight: 500;
}

.c-plan__sentense2-lgtext strong {
	font-size: 2rem;
	font-weight: 700;
}

.c-member {
	display: flex;
}

.c-member__info-position {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.38;
}

.c-member__info-title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.38;
}

.c-member__sentense {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.c-member__sentense > :first-child {
	margin-top: 0 !important;
}

.c-member__sentense > :last-child {
	margin-bottom: 0 !important;
}

.c-member__sentense p {
	margin: 1em 0;
}

.c-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.c-pagination .page-numbers {
	align-items: center;
	color: #b4b3b3;
	display: flex;
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05rem;
	line-height: 1.8;
}

.c-pagination .page-numbers.current {
	color: #1f1f1f;
	position: relative;
}

.c-pagination .page-numbers.current::after {
	background: currentColor;
	bottom: 0;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.1875rem;
}

.c-pagination__arrow {
	background: url(../img/common/icon_right.svg) center/cover no-repeat;
	display: block;
	font-size: 0;
	height: 0.75rem;
	margin: 0 0.25rem;
	width: 1.125rem;
}

.c-pagination__arrow--prev {
	transform: rotate(180deg);
}

.c-card-blog {
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.25);
	display: flex;
}

.c-card-blog__link {
	display: flex;
	flex-direction: column;
}

.c-card-blog__image img {
	-o-object-fit: cover;
	aspect-ratio: 344/180;
	object-fit: cover;
	width: 100%;
}

.c-card-blog__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1.5625rem 1.25rem;
}

.c-card-blog__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-bottom: 0.8125rem;
}

.c-card-blog__tag {
	background: #ff7a59;
	border-radius: 6.25rem;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.1875rem 0.5rem;
}

.c-card-blog__title {
	flex-grow: 1;
	font-size: 0.9375rem;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.125rem;
	line-height: 1.6;
}

.c-card-blog__excerpt {
	font-family: YuGothic;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.c-card-blog__date {
	align-items: center;
	display: flex;
	font-family: YuGothic;
	font-size: 0.6875rem;
	font-weight: 700;
	gap: 0.25rem;
	letter-spacing: 0.125rem;
	line-height: 1.6;
	margin-top: 1.46875rem;
}

.c-card-blog__date svg {
	width: 0.9375rem;
}

.c-card-document__link {
	color: #0B052F;
	display: flex;
	flex-direction: column;
}

.c-card-document__image img {
	-o-object-fit: contain;
	aspect-ratio: 336/268;
	object-fit: contain;
}

.c-card-document__title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.2875rem;
	line-height: 1.76;
	margin-top: 0.125rem;
}

.c-card-document__excerpt {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.025rem;
	line-height: 1.28;
}

.c-news-list__item {
	border-top: 0.0625rem solid #465260;
	padding: 1.25rem 0.3125rem;
}

.c-news-list__item:last-of-type {
	border-bottom: 0.0625rem solid #465260;
}

.c-news-list__item a {
	align-items: baseline;
	display: flex;
	gap: 1.875rem;
}

.c-news-list__item-info {
	align-items: baseline;
	display: flex;
	flex-shrink: 0;
	gap: 0.9375rem;
}

.c-news-list__item-category {
	background: #516f90;
	border-radius: 0.75rem;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	overflow: hidden;
	padding: 0 0.625rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 6.25rem;
}

.c-news-list__item-date {
	color: #465260;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
}

.c-news-list__item-title {
	color: #465260;
	font-size: 0.875rem;
	font-weight: 700;
}

.c-heading2 {
	background: #2E475D;
	color: #fff;
	padding-top: 1.875rem;
}

.c-heading2__title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.25;
}

.c-heading2__text {
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.c-heading2__image {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.c-heading2__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-heading2--company {
	background: #F6F9FC;
	color: inherit;
}

.c-heading2--recruit {
	background: #FEF4EA;
	color: #FF5C35;
}

.c-box1 {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.16);
	padding: 3.75rem;
}

.c-box1__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.25;
}

.c-num-title {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.c-num-title__num {
	color: #b6c7d6;
	font-family: Montserrat;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.6875rem;
}

.c-num-title__text {
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.13125rem;
	line-height: 1.06;
}

.c-num-title__text small {
	font-size: 1.25rem;
}

.c-num-title__text--fz-md {
	font-size: 1.875rem;
}

.c-title-box__title {
	background: #2e475d;
	border-radius: 0.9375rem 0.9375rem 0px 0px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.5625rem;
	text-align: center;
}

.c-title-box__body {
	background: #f9f9f9;
	border-radius: 0px 0px 0.9375rem 0.9375rem;
	padding: 0.9375rem 0.9375rem 1.875rem;
}

.c-list1 {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	gap: 0.5em;
}

.c-list1__item {
	font-weight: 500;
	gap: 0.5rem;
	padding-left: 1em;
	position: relative;
}

.c-list1__item::before {
	color: #516f90;
	content: "●";
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 0.6em;
}

.c-dl-box {
	border-radius: 0.5rem;
	display: grid;
	gap: 6.25rem;
	padding: 2.5rem;
}

.c-dl-box__item {
	color: #000;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 4fr;
	grid-template-rows: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	width: 100%;
}

.c-dl-box__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.22;
}

.c-dl-box__text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.22;
}

.c-form2 {
	color: #0b052f;
	display: grid;
	gap: 2rem;
}

.c-form2__item {
	display: grid;
	gap: 1rem;
}

.c-form2__item-title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	font-weight: 500;
	gap: 1rem;
	line-height: 1.8;
}

.c-form2__item-title--required::after {
	border: 0.0625rem solid #c44;
	color: #c44;
	content: "必須";
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.025rem;
	padding: 0 0.5625rem;
}

.c-form2__item-input input[type=text],
.c-form2__item-input input[type=email],
.c-form2__item-input input[type=number],
.c-form2__item-input input[type=date],
.c-form2__item-input input[type=tel],
.c-form2__item-input textarea,
.c-form2__item-input select {
	background: #fff;
	border: 0.0625rem solid rgba(200, 200, 200, 0.5);
	min-height: 2.8rem;
	padding: 0.5625rem;
	width: 100%;
}

.c-form2__item-input textarea {
	height: 18.625rem;
	resize: vertical;
}

.c-form2__confirm {
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
}

.c-form2__confirm a {
	color: #4285f4;
	text-decoration: underline;
}

.c-form2__submit {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 100%;
	min-width: 0;
	position: relative;
}

.c-form2__submit input {
	background: #ff5c35;
	border: none;
	border-radius: 0.1875rem;
	cursor: pointer;
	font-size: 1rem;
	height: 3.125rem;
	max-width: 100%;
	width: 28.75rem;
}

.c-form2__submit .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.c-form2 .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
	display: none;
	margin-top: 10px;
}

.c-form2 .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
	display: block;
}

.p-fp-fv {
	background: #FEF4EA;
}

.p-fp-fv__outer {
	align-items: center;
	display: flex;
	height: 100%;
	min-height: 39.375rem;
	position: relative;
}

.p-fp-fv__contents {
	position: relative;
	z-index: 1;
}

.p-fp-fv__catchcopy-text1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: 500;
	gap: 1.6875rem;
	line-height: 1.8;
}

.p-fp-fv__catchcopy-text2 {
	font-weight: 700;
	width: -moz-max-content;
	width: max-content;
}

.p-fp-fv__catchcopy-text2-1 {
	display: block;
	font-size: 2.5rem;
	line-height: 1.68;
}

.p-fp-fv__catchcopy-text2-1 small {
	font-size: 80%;
}

.p-fp-fv__catchcopy-text2-2 {
	display: block;
	font-size: 2.875rem;
	line-height: 1.68;
	position: relative;
}

.p-fp-fv__catchcopy-text2-2::after {
	background-image: url(../img/fp/fv_catch_deco.svg.svg);
	content: "";
	display: block;
	height: 3.39375rem;
	left: 95%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.9375rem;
}

.p-fp-fv__catchcopy-text2-3 {
	display: block;
	font-size: 3.125rem;
	line-height: 1.21;
}

.p-fp-fv__text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 2.1875rem;
}

.p-fp-fv__buttons {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.625rem;
}

.p-fp-fv__button {
	font-size: 1.125rem;
	height: 4.25rem;
}

.p-fp-fv__image {
	display: block;
}

.p-fp-fv__image img {
	width: 100%;
}

.p-fp-member__inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-fp-member__text {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.53;
	text-align: center;
}

.p-fp-member__list {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-fp-member__item {
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 2rem;
}

.p-fp-member__photo img {
	-o-object-fit: cover;
	aspect-ratio: 275/250;
	background: #000;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fp-member__info-title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.22;
	padding-bottom: 1.53125rem;
	padding-top: 0.875rem;
}

.p-fp-member__position {
	font-weight: 700;
}

.p-fp-member__info-text {
	border-top: 0.0625rem solid #B6C7D6;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 0.875rem;
	padding-top: 1.0625rem;
}

.p-fp-member__info-text > :first-child {
	margin-top: 0 !important;
}

.p-fp-member__info-text > :last-child {
	margin-bottom: 0 !important;
}

.p-fp-member__info-text p {
	margin-top: 1em;
}

.p-fp-member__button {
	font-size: 1.125rem;
	height: 4.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 14.25rem;
}

.p-fp-message__inner {
	display: flex;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 57.5rem;
}

.p-fp-message__subtitle {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.41;
}

.p-fp-message__text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-fp-contact__form {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 2.75rem 1.5rem 3.75rem;
}

.p-fp-about__inner {
	display: flex;
	gap: 1.75rem;
}

.p-fp-about__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.p-fp-about__text {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.53;
}

.p-fp-about__text strong {
	font-size: 1.625rem;
}

.p-fp-miraive__box {
	align-items: center;
	background: #fff;
	border-radius: 1.5rem;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	padding: 2.5rem;
}

.p-fp-miraive__image img {
	width: 100%;
}

.p-fp-miraive__sentense {
	width: 100%;
}

.p-fp-miraive__subtitle {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.75rem;
}

.p-fp-miraive__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375rem;
}

.p-fp-miraive__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 100%;
	width: 25rem;
}

.p-fp-miraive__button a {
	background: #5AC363;
	height: 3.75rem;
}

.p-fp-access__contents {
	color: #2E475D;
	display: flex;
	gap: 1.8125rem;
}

.p-fp-access__map iframe {
	aspect-ratio: 367/260;
	width: 100%;
}

.p-fp-access__address {
	font-size: 1.25rem;
	font-weight: 700;
}

.p-fp-access__access-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.5rem;
}

.p-fp-access__access-info-text {
	font-size: 1rem;
	line-height: 2;
}

.p-fp-access__access-info-text:first-child {
	border-right: 0.0625rem solid currentColor;
	padding-right: 1.5rem;
}

.p-fp-access__access-info-text:last-child {
	padding-left: 1.5rem;
}

.p-page1__box1 {
	background: #F6F9FC;
	padding-bottom: 2.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 2.5rem;
}

.p-page1__box1-inner {
	line-height: 1.22;
	margin: 0 auto;
}

.p-page1__box1-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.p-page1__box1-text {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-page1__list1 {
	display: flex;
	flex-direction: column;
	gap: 4.4375rem;
}

.p-page1__list1-item {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.p-page1__list1-item-title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.38;
}

.p-page1__list1-item-text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-page1__list1-item-image {
	width: 100%;
}

.p-page1__plan-list {
	display: grid;
	gap: 1.4375rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-archive__heading {
	background: #192733;
	color: #fff;
	position: relative;
}

.p-archive__heading-sentense {
	font-family: "Lexend Deca";
}

.p-archive__heading-title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.25;
}

.p-archive__heading-subtitle {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.p-archive__list {
	display: grid;
	gap: 2.5rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-archive__list-item {
	display: flex;
}

.p-archive__pagination {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-single__title {
	border: 0.1875rem solid #FF7D4B;
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.63;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem;
}

.p-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-bottom: 1.5rem;
}

.p-single__tag {
	background: #ff7a59;
	border-radius: 6.25rem;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.1875rem 0.5rem;
}

.p-single__content {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.p-single__content > :first-child {
	margin-top: 0 !important;
}

.p-single__content > :last-child {
	margin-bottom: 0 !important;
}

.p-single__content #toc_container {
	background: #FEF4EA;
	border-radius: 0.25rem;
	box-shadow: 0px 0.0625rem 0.0625rem 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	padding: 2.25rem 3rem;
}

.p-single__content #toc_container .toc_title {
	align-items: center;
	color: #1f1f1f;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.75rem;
	letter-spacing: 0.05rem;
	line-height: 1.45;
	margin: 0;
}

.p-single__content #toc_container .toc_title::before {
	background: url("../img/common/icon_list.svg") center/contain no-repeat;
	content: "";
	display: block;
	height: 1.0625rem;
	width: 1.6826875rem;
}

.p-single__content #toc_container .toc_list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	list-style: none;
	margin-top: 1.25rem;
	padding-left: 0;
}

.p-single__content #toc_container .toc_list a {
	align-items: center;
	color: #213343;
	display: flex;
	font-size: 1rem;
	gap: 0.5rem;
	justify-content: space-between;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	text-decoration: none;
}

.p-single__content #toc_container .toc_list a::after {
	background: url("../../common/img/common/icon_right.svg") center/cover no-repeat;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.74rem;
	transform: rotate(90deg);
	width: 1.125rem;
}

.p-single__content h2 {
	background: #FEF4EA;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.12;
	margin-top: 1.5rem;
	padding: 1rem;
}

.p-single__content p {
	margin-top: 1.5rem;
}

.p-single__content a {
	text-decoration: underline;
}

.p-single__content ul {
	list-style: disc;
	padding-left: 1em;
}

.p-single__content ol {
	list-style: decimal;
	padding-left: 1em;
}

.p-single__dates {
	border-bottom: 0.0625rem solid #516f90;
	color: #7691ad;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1.57;
	margin-top: 2rem;
	padding-bottom: 2.5rem;
}

.p-single__buttons {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-single__button {
	height: 2.625rem;
}

.p-single__button--download {
	width: 10.125rem;
}

.p-single__button--contact {
	width: 7.5rem;
}

.p-single-document__heading {
	display: flex;
	gap: 3.625rem;
}

.p-single-document__title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
}

.p-single-document__excerpt {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 3.5625rem;
}

.p-single-document__heading-thumbnail {
	display: flex;
	justify-content: center;
}

.p-single-document__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.p-single-document__form {
	border-top: solid 0.0625rem #516F90;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 57.96875rem;
	padding-top: 2.5rem;
}

.p-single-document__form-inner {
	background: #fff;
	border-radius: 0.1875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 3rem 1.5rem 3.75rem;
}

.p-everyone-sec1__box1 {
	display: grid;
}

.p-everyone-sec1__box2 {
	display: grid;
}

.p-everyone-sec1__box3 {
	display: grid;
}

.p-everyone-sec1__button {
	background: #ff7d4b;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2.25;
	padding: 0 1rem;
}

.p-everyone-sec1__lg-button {
	align-items: center;
	background: url(../img/everyone/lg-button_bg.jpg) center/cover no-repeat;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 2.0625rem;
	font-weight: 500;
	justify-content: center;
	max-width: 100%;
	min-height: 7rem;
	padding: 1rem;
	width: 34.25rem;
}

.p-person-sec1__box1 {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-company__buttons {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-company__button {
	align-items: center;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 3rem;
	font-weight: 500;
	height: 10.0625rem;
	justify-content: center;
	line-height: 1.25;
	width: 100%;
}

.p-company__button--member {
	background: url(../img/company/button_bg-member.png) center/cover no-repeat;
}

.p-company__button--recruit {
	background: url(../img/company/button_bg-recruit.png) center/cover no-repeat;
}

.p-page__content {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-page__content > :first-child {
	margin-top: 0 !important;
}

.p-page__content > :last-child {
	margin-bottom: 0 !important;
}

.p-page__content .wp-block-separator {
	border-width: 0.03125rem;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.p-page__content h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.025rem;
	line-height: 1.5;
	margin-bottom: 1.9375rem;
	margin-top: 3.1875rem;
}

.p-page__content > p {
	margin-bottom: 2em;
	margin-top: 2em;
}

.p-page__form-wrap {
	margin: 0 auto;
	max-width: 50rem;
}

/*=======================
display
=======================*/

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

.u-bg-main {
	background: #FF7D4B;
}

.u-bg-main-light {
	background: #FEF4EA;
}

.u-bg-sub {
	background: #F6F9FC;
}

.u-mt-0 {
	margin-top: 0rem !important;
}

.u-mr-0 {
	margin-right: 0rem !important;
}

.u-mb-0 {
	margin-bottom: 0rem !important;
}

.u-ml-0 {
	margin-left: 0rem !important;
}

.u-my-0 {
	margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}

.u-mx-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.u-mt-1 {
	margin-top: 0.5rem !important;
}

.u-mr-1 {
	margin-right: 0.5rem !important;
}

.u-mb-1 {
	margin-bottom: 0.5rem !important;
}

.u-ml-1 {
	margin-left: 0.5rem !important;
}

.u-my-1 {
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}

.u-mx-1 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.u-mt-2 {
	margin-top: 1rem !important;
}

.u-mr-2 {
	margin-right: 1rem !important;
}

.u-mb-2 {
	margin-bottom: 1rem !important;
}

.u-ml-2 {
	margin-left: 1rem !important;
}

.u-my-2 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.u-mx-2 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.u-mt-3 {
	margin-top: 1.5rem !important;
}

.u-mr-3 {
	margin-right: 1.5rem !important;
}

.u-mb-3 {
	margin-bottom: 1.5rem !important;
}

.u-ml-3 {
	margin-left: 1.5rem !important;
}

.u-my-3 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}

.u-mx-3 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.u-mt-4 {
	margin-top: 2rem !important;
}

.u-mr-4 {
	margin-right: 2rem !important;
}

.u-mb-4 {
	margin-bottom: 2rem !important;
}

.u-ml-4 {
	margin-left: 2rem !important;
}

.u-my-4 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}

.u-mx-4 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.u-mt-5 {
	margin-top: 2.5rem !important;
}

.u-mr-5 {
	margin-right: 2.5rem !important;
}

.u-mb-5 {
	margin-bottom: 2.5rem !important;
}

.u-ml-5 {
	margin-left: 2.5rem !important;
}

.u-my-5 {
	margin-bottom: 2.5rem !important;
	margin-top: 2.5rem !important;
}

.u-mx-5 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.u-mt-6 {
	margin-top: 3rem !important;
}

.u-mr-6 {
	margin-right: 3rem !important;
}

.u-mb-6 {
	margin-bottom: 3rem !important;
}

.u-ml-6 {
	margin-left: 3rem !important;
}

.u-my-6 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.u-mx-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.u-mt-7 {
	margin-top: 3.5rem !important;
}

.u-mr-7 {
	margin-right: 3.5rem !important;
}

.u-mb-7 {
	margin-bottom: 3.5rem !important;
}

.u-ml-7 {
	margin-left: 3.5rem !important;
}

.u-my-7 {
	margin-bottom: 3.5rem !important;
	margin-top: 3.5rem !important;
}

.u-mx-7 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.u-mt-8 {
	margin-top: 4rem !important;
}

.u-mr-8 {
	margin-right: 4rem !important;
}

.u-mb-8 {
	margin-bottom: 4rem !important;
}

.u-ml-8 {
	margin-left: 4rem !important;
}

.u-my-8 {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important;
}

.u-mx-8 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.u-mt-9 {
	margin-top: 4.5rem !important;
}

.u-mr-9 {
	margin-right: 4.5rem !important;
}

.u-mb-9 {
	margin-bottom: 4.5rem !important;
}

.u-ml-9 {
	margin-left: 4.5rem !important;
}

.u-my-9 {
	margin-bottom: 4.5rem !important;
	margin-top: 4.5rem !important;
}

.u-mx-9 {
	margin-left: 4.5rem !important;
	margin-right: 4.5rem !important;
}

.u-mt-10 {
	margin-top: 5rem !important;
}

.u-mr-10 {
	margin-right: 5rem !important;
}

.u-mb-10 {
	margin-bottom: 5rem !important;
}

.u-ml-10 {
	margin-left: 5rem !important;
}

.u-my-10 {
	margin-bottom: 5rem !important;
	margin-top: 5rem !important;
}

.u-mx-10 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

.u-py-default {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.u-pt-0 {
	padding-top: 0rem !important;
}

.u-pr-0 {
	padding-right: 0rem !important;
}

.u-pb-0 {
	padding-bottom: 0rem !important;
}

.u-pl-0 {
	padding-left: 0rem !important;
}

.u-py-0 {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
}

.u-px-0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.u-pt-1 {
	padding-top: 0.5rem !important;
}

.u-pr-1 {
	padding-right: 0.5rem !important;
}

.u-pb-1 {
	padding-bottom: 0.5rem !important;
}

.u-pl-1 {
	padding-left: 0.5rem !important;
}

.u-py-1 {
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}

.u-px-1 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.u-pt-2 {
	padding-top: 1rem !important;
}

.u-pr-2 {
	padding-right: 1rem !important;
}

.u-pb-2 {
	padding-bottom: 1rem !important;
}

.u-pl-2 {
	padding-left: 1rem !important;
}

.u-py-2 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.u-px-2 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.u-pt-3 {
	padding-top: 1.5rem !important;
}

.u-pr-3 {
	padding-right: 1.5rem !important;
}

.u-pb-3 {
	padding-bottom: 1.5rem !important;
}

.u-pl-3 {
	padding-left: 1.5rem !important;
}

.u-py-3 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}

.u-px-3 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.u-pt-4 {
	padding-top: 2rem !important;
}

.u-pr-4 {
	padding-right: 2rem !important;
}

.u-pb-4 {
	padding-bottom: 2rem !important;
}

.u-pl-4 {
	padding-left: 2rem !important;
}

.u-py-4 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.u-px-4 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.u-pt-5 {
	padding-top: 2.5rem !important;
}

.u-pr-5 {
	padding-right: 2.5rem !important;
}

.u-pb-5 {
	padding-bottom: 2.5rem !important;
}

.u-pl-5 {
	padding-left: 2.5rem !important;
}

.u-py-5 {
	padding-bottom: 2.5rem !important;
	padding-top: 2.5rem !important;
}

.u-px-5 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.u-pt-6 {
	padding-top: 3rem !important;
}

.u-pr-6 {
	padding-right: 3rem !important;
}

.u-pb-6 {
	padding-bottom: 3rem !important;
}

.u-pl-6 {
	padding-left: 3rem !important;
}

.u-py-6 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}

.u-px-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.u-pt-7 {
	padding-top: 3.5rem !important;
}

.u-pr-7 {
	padding-right: 3.5rem !important;
}

.u-pb-7 {
	padding-bottom: 3.5rem !important;
}

.u-pl-7 {
	padding-left: 3.5rem !important;
}

.u-py-7 {
	padding-bottom: 3.5rem !important;
	padding-top: 3.5rem !important;
}

.u-px-7 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.u-pt-8 {
	padding-top: 4rem !important;
}

.u-pr-8 {
	padding-right: 4rem !important;
}

.u-pb-8 {
	padding-bottom: 4rem !important;
}

.u-pl-8 {
	padding-left: 4rem !important;
}

.u-py-8 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

.u-px-8 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.u-pt-9 {
	padding-top: 4.5rem !important;
}

.u-pr-9 {
	padding-right: 4.5rem !important;
}

.u-pb-9 {
	padding-bottom: 4.5rem !important;
}

.u-pl-9 {
	padding-left: 4.5rem !important;
}

.u-py-9 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.u-px-9 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.u-pt-10 {
	padding-top: 5rem !important;
}

.u-pr-10 {
	padding-right: 5rem !important;
}

.u-pb-10 {
	padding-bottom: 5rem !important;
}

.u-pl-10 {
	padding-left: 5rem !important;
}

.u-py-10 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.u-px-10 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.u-color-font {
	color: #213343;
}

.u-color-main {
	color: #FF7D4B;
}

.u-color-sub2 {
	color: #516F90;
}

.u-color-white {
	color: #fff;
}

.u-text-center {
	text-align: center;
}

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

html {
	font-size: 1.25vw;
}

}

@media (min-width: 768px) {

.l-header__menu-item {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 7rem;
}

.l-footer__menu-wrap {
	grid-template-columns: repeat(3, 1fr);
	width: 52.875rem;
}

.l-container {
	max-width: calc(1080px + 5% * 2);
}

.l-container--w900 {
	max-width: calc(900px + 5% * 2);
}

.c-block1__item {
	align-items: center;
	gap: 1.875rem;
}

.c-block1__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.c-block1__item-image {
	width: 50%;
}

.c-block1__item-sentense {
	width: 50%;
}

.c-member__photo {
	flex-grow: 1;
	width: 15.1875rem;
}

.c-member__inner {
	flex-grow: 1;
	margin-left: 1.875rem;
	width: 50.4375rem;
}

.c-member__content {
	display: flex;
	margin-top: 1rem;
}

.c-member__sentense {
	flex-grow: 1;
	width: 23.8125rem;
}

.c-member__sentense:not(:first-child) {
	border-left: 1px solid #516F90;
	margin-left: 1rem;
	padding-left: 1rem;
}

.c-heading2 {
	align-items: center;
	display: flex;
	min-height: 19.25rem;
	padding-bottom: 1.875rem;
	position: relative;
}

.c-dl-box--narrow {
	gap: 3.75rem;
}

.p-fp-fv__contents {
	width: 32rem;
}

.p-fp-fv__image {
	bottom: 0;
	height: auto;
	position: absolute;
	right: 0;
	width: 56.5625rem;
}

.p-fp-message__inner {
	align-items: center;
}

.p-fp-message__photo {
	width: 18.541875rem;
}

.p-fp-message__sentense {
	width: 37.083125rem;
}

.p-fp-about__inner {
	align-items: center;
	flex-direction: row-reverse;
}

.p-fp-about__photo {
	width: 32.75rem;
}

.p-fp-about__sentense {
	width: 33rem;
}

.p-fp-miraive__image {
	width: 22.9375rem;
}

.p-fp-miraive__sentense {
	width: 29.125rem;
}

.p-fp-access__contents {
	align-items: center;
}

.p-fp-access__map {
	flex-grow: 1;
	width: 22.9375rem;
}

.p-fp-access__info {
	flex-grow: 1;
	width: 42.75rem;
}

.p-page1__box1-inner {
	width: -moz-max-content;
	width: max-content;
}

.p-page1__box1-text {
	padding-left: 1em;
}

.p-page1__list1-item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.p-page1__list1-item-inner {
	width: 50%;
}

.p-archive__heading {
	padding: 6rem 0;
}

.p-archive__heading-sentense {
	width: 50%;
}

.p-archive__heading-image {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.p-archive__heading-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-single-document__heading-sentense {
	padding-left: 1.125rem;
	width: 33.5625rem;
}

.p-single-document__heading-thumbnail {
	padding-left: 2.3125rem;
	padding-right: 2.3125rem;
	width: 28.125rem;
}

.p-single-document__text {
	text-align: center;
}

.p-everyone-sec1__box1 {
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-everyone-sec1__box1 > *:first-child {
	align-items: center;
	display: flex;
	order: 2;
}

.p-everyone-sec1__box2 {
	grid-template-columns: repeat(2, 1fr);
}

.p-everyone-sec1__box2 > *:first-child {
	align-items: center;
	display: flex;
}

.p-everyone-sec1__box2-image {
	padding-left: 0.3125rem;
}

.p-everyone-sec1__box3 {
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

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

.u-mt-md-0 {
	margin-top: 0rem !important;
}

.u-mr-md-0 {
	margin-right: 0rem !important;
}

.u-mb-md-0 {
	margin-bottom: 0rem !important;
}

.u-ml-md-0 {
	margin-left: 0rem !important;
}

.u-my-md-0 {
	margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}

.u-mx-md-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.u-mt-md-1 {
	margin-top: 0.5rem !important;
}

.u-mr-md-1 {
	margin-right: 0.5rem !important;
}

.u-mb-md-1 {
	margin-bottom: 0.5rem !important;
}

.u-ml-md-1 {
	margin-left: 0.5rem !important;
}

.u-my-md-1 {
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}

.u-mx-md-1 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.u-mt-md-2 {
	margin-top: 1rem !important;
}

.u-mr-md-2 {
	margin-right: 1rem !important;
}

.u-mb-md-2 {
	margin-bottom: 1rem !important;
}

.u-ml-md-2 {
	margin-left: 1rem !important;
}

.u-my-md-2 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.u-mx-md-2 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.u-mt-md-3 {
	margin-top: 1.5rem !important;
}

.u-mr-md-3 {
	margin-right: 1.5rem !important;
}

.u-mb-md-3 {
	margin-bottom: 1.5rem !important;
}

.u-ml-md-3 {
	margin-left: 1.5rem !important;
}

.u-my-md-3 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}

.u-mx-md-3 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.u-mt-md-4 {
	margin-top: 2rem !important;
}

.u-mr-md-4 {
	margin-right: 2rem !important;
}

.u-mb-md-4 {
	margin-bottom: 2rem !important;
}

.u-ml-md-4 {
	margin-left: 2rem !important;
}

.u-my-md-4 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}

.u-mx-md-4 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.u-mt-md-5 {
	margin-top: 2.5rem !important;
}

.u-mr-md-5 {
	margin-right: 2.5rem !important;
}

.u-mb-md-5 {
	margin-bottom: 2.5rem !important;
}

.u-ml-md-5 {
	margin-left: 2.5rem !important;
}

.u-my-md-5 {
	margin-bottom: 2.5rem !important;
	margin-top: 2.5rem !important;
}

.u-mx-md-5 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.u-mt-md-6 {
	margin-top: 3rem !important;
}

.u-mr-md-6 {
	margin-right: 3rem !important;
}

.u-mb-md-6 {
	margin-bottom: 3rem !important;
}

.u-ml-md-6 {
	margin-left: 3rem !important;
}

.u-my-md-6 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.u-mx-md-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.u-mt-md-7 {
	margin-top: 3.5rem !important;
}

.u-mr-md-7 {
	margin-right: 3.5rem !important;
}

.u-mb-md-7 {
	margin-bottom: 3.5rem !important;
}

.u-ml-md-7 {
	margin-left: 3.5rem !important;
}

.u-my-md-7 {
	margin-bottom: 3.5rem !important;
	margin-top: 3.5rem !important;
}

.u-mx-md-7 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.u-mt-md-8 {
	margin-top: 4rem !important;
}

.u-mr-md-8 {
	margin-right: 4rem !important;
}

.u-mb-md-8 {
	margin-bottom: 4rem !important;
}

.u-ml-md-8 {
	margin-left: 4rem !important;
}

.u-my-md-8 {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important;
}

.u-mx-md-8 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.u-mt-md-9 {
	margin-top: 4.5rem !important;
}

.u-mr-md-9 {
	margin-right: 4.5rem !important;
}

.u-mb-md-9 {
	margin-bottom: 4.5rem !important;
}

.u-ml-md-9 {
	margin-left: 4.5rem !important;
}

.u-my-md-9 {
	margin-bottom: 4.5rem !important;
	margin-top: 4.5rem !important;
}

.u-mx-md-9 {
	margin-left: 4.5rem !important;
	margin-right: 4.5rem !important;
}

.u-mt-md-10 {
	margin-top: 5rem !important;
}

.u-mr-md-10 {
	margin-right: 5rem !important;
}

.u-mb-md-10 {
	margin-bottom: 5rem !important;
}

.u-ml-md-10 {
	margin-left: 5rem !important;
}

.u-my-md-10 {
	margin-bottom: 5rem !important;
	margin-top: 5rem !important;
}

.u-mx-md-10 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

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

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

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

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 767px) {

:root {
	--header-height: 3.8125rem;
}

body {
	font-size: 0.75rem;
	overflow-x: hidden;
}

.l-header {
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-footer__menu-wrap {
	gap: 1rem;
	width: 100%;
}

.l-container {
	padding: 0 1rem;
}

.c-title1 {
	font-size: 1.5rem;
	line-height: 1.84;
}

.c-form__confirm {
	font-size: 0.875rem;
}

.c-dlist__title {
	flex-shrink: 0;
	font-size: 0.6875rem;
	margin-left: 0;
}

.c-dlist__deta {
	font-size: 0.6875rem;
	margin-left: 1.25rem;
}

.c-block1__item {
	flex-direction: column;
	gap: 1.5rem;
}

.c-block1__item-title {
	font-size: 1.5rem;
	line-height: 1.84;
}

.c-block1__item-text {
	font-size: 0.875rem;
	line-height: 2;
}

.c-heading {
	font-size: 1.5rem;
}

.c-plan__title {
	font-size: 1.25rem;
}

.c-plan__sentense2-lgtext {
	font-size: 1.125rem;
}

.c-plan__sentense2-lgtext strong {
	font-size: 1.375rem;
}

.c-member {
	flex-direction: column;
}

.c-member__photo {
	margin-left: auto;
	margin-right: auto;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.c-member__inner {
	margin-top: 2.3125rem;
}

.c-member__content {
	margin-top: 1rem;
}

.c-member__sentense:not(:first-child) {
	margin-top: 2rem;
}

.c-news-list__item a {
	flex-direction: column;
	gap: 1.25rem;
}

.c-heading2 {
	padding-top: 3.75rem;
}

.c-heading2__title {
	font-size: 2rem;
}

.c-heading2__text {
	font-size: 0.875rem;
}

.c-heading2__image {
	height: auto;
	margin-top: 3.75rem;
	position: static;
	width: 100%;
}

.c-box1 {
	border-radius: 1rem;
	padding: 1rem;
}

.c-box1__text {
	font-size: 0.875rem;
}

.c-num-title {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
}

.c-num-title__num {
	font-size: 3.75rem;
	line-height: 50px;
}

.c-num-title__text {
	font-size: 1.5rem;
}

.c-num-title__text small {
	font-size: 1rem;
}

.c-num-title__text--fz-md {
	font-size: 1.5rem;
}

.c-list1 {
	font-size: 0.875rem;
}

.c-list1__item::before {
	font-size: 0.5rem;
}

.c-dl-box {
	gap: 2.5rem;
	padding: 1.25rem;
}

.c-dl-box__item {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.c-dl-box__title {
	font-size: 1rem;
}

.c-dl-box__text {
	font-size: 1rem;
}

.c-form2__confirm {
	font-size: 0.875rem;
}

.p-fp-fv {
	padding-top: 2.3125rem;
}

.p-fp-fv__catchcopy-text1 {
	font-size: 1.25rem;
}

.p-fp-fv__catchcopy-text2 {
	margin-top: 1.25rem;
}

.p-fp-fv__catchcopy-text2-1 {
	font-size: 2rem;
}

.p-fp-fv__catchcopy-text2-2 {
	font-size: 2.5rem;
}

.p-fp-fv__catchcopy-text2-3 {
	font-size: 2.625rem;
}

.p-fp-fv__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-fp-fv__buttons {
	gap: 0.6875rem;
}

.p-fp-fv__button {
	font-size: 0.875rem;
	height: 3.125rem;
}

.p-fp-fv__image {
	left: calc((100% - 100vw) * 0.5);
	margin-top: 2.5rem;
	position: relative;
	width: 100vw;
}

.p-fp-member__inner {
	gap: 1.5rem;
}

.p-fp-member__text {
	font-size: 0.875rem;
	line-height: 1.75;
}

.p-fp-member__list {
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-fp-message__inner {
	flex-direction: column;
	gap: 1.5rem;
}

.p-fp-message__subtitle {
	font-size: 1.25rem;
	line-height: 1.7;
}

.p-fp-message__text {
	font-size: 0.875rem;
	line-height: 2;
}

.p-fp-contact__form {
	padding-bottom: 3.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-fp-about__inner {
	flex-direction: column;
}

.p-fp-miraive__box {
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem 1.25rem 2.5rem;
}

.p-fp-miraive__subtitle {
	line-height: 1.7;
}

.p-fp-access__contents {
	flex-direction: column;
}

.p-fp-access__address {
	font-size: 1rem;
}

.p-fp-access__access-info {
	grid-template-columns: 1fr;
}

.p-fp-access__access-info-text {
	font-size: 0.875rem;
}

.p-fp-access__access-info-text:first-child {
	border-bottom: 0.0625rem solid currentColor;
	border-right: none;
	padding-bottom: 1rem;
	padding-right: 0;
}

.p-fp-access__access-info-text:last-child {
	margin-top: 1rem;
	padding-left: 0;
}

.p-page1__box1-inner {
	line-height: 1.53;
}

.p-page1__box1-title {
	font-size: 1rem;
}

.p-page1__box1-text {
	font-size: 1rem;
}

.p-page1__list1-item {
	flex-direction: column;
	gap: 2.5rem;
}

.p-page1__list1-item-title {
	font-size: 1.5rem;
	line-height: 1.84;
}

.p-page1__plan-list {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-archive__heading-sentense {
	padding: 1.625rem 1rem;
}

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

.p-archive__list {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-archive__pagination {
	margin-top: 1.5rem;
}

.p-single__title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-single__content #toc_container {
	padding: 1.5rem 0.625rem;
}

.p-single__content #toc_container .toc_title {
	font-size: 1rem;
}

.p-single__content #toc_container .toc_list a {
	font-size: 0.875rem;
}

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

.p-single-document__heading {
	flex-direction: column;
	gap: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-single-document__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.14;
}

.p-single-document__excerpt {
	margin-top: 1rem;
}

.p-single-document__heading-thumbnail {
	padding-left: 2.6875rem;
	padding-right: 2.6875rem;
}

.p-single-document__form {
	margin-top: 0.875rem;
}

.p-single-document__form-inner {
	padding-bottom: 3.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-everyone-sec1__box1 {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-everyone-sec1__box2 {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-everyone-sec1__box3 {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-everyone-sec1__button {
	padding: 0 0.5rem;
}

.p-everyone-sec1__lg-button {
	font-size: 1.5rem;
	width: 21.25rem;
}

.p-person-sec1__box1 {
	grid-template-columns: repeat(1, 1fr);
}

.p-company__buttons {
	grid-template-columns: repeat(1, 1fr);
}

.p-company__button {
	font-size: 2rem;
}

.p-page__content h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

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

.u-mt-sm-0 {
	margin-top: 0rem !important;
}

.u-mr-sm-0 {
	margin-right: 0rem !important;
}

.u-mb-sm-0 {
	margin-bottom: 0rem !important;
}

.u-ml-sm-0 {
	margin-left: 0rem !important;
}

.u-my-sm-0 {
	margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}

.u-mx-sm-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.u-mt-sm-1 {
	margin-top: 0.5rem !important;
}

.u-mr-sm-1 {
	margin-right: 0.5rem !important;
}

.u-mb-sm-1 {
	margin-bottom: 0.5rem !important;
}

.u-ml-sm-1 {
	margin-left: 0.5rem !important;
}

.u-my-sm-1 {
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}

.u-mx-sm-1 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.u-mt-sm-2 {
	margin-top: 1rem !important;
}

.u-mr-sm-2 {
	margin-right: 1rem !important;
}

.u-mb-sm-2 {
	margin-bottom: 1rem !important;
}

.u-ml-sm-2 {
	margin-left: 1rem !important;
}

.u-my-sm-2 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.u-mx-sm-2 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.u-mt-sm-3 {
	margin-top: 1.5rem !important;
}

.u-mr-sm-3 {
	margin-right: 1.5rem !important;
}

.u-mb-sm-3 {
	margin-bottom: 1.5rem !important;
}

.u-ml-sm-3 {
	margin-left: 1.5rem !important;
}

.u-my-sm-3 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}

.u-mx-sm-3 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.u-mt-sm-4 {
	margin-top: 2rem !important;
}

.u-mr-sm-4 {
	margin-right: 2rem !important;
}

.u-mb-sm-4 {
	margin-bottom: 2rem !important;
}

.u-ml-sm-4 {
	margin-left: 2rem !important;
}

.u-my-sm-4 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}

.u-mx-sm-4 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.u-mt-sm-5 {
	margin-top: 2.5rem !important;
}

.u-mr-sm-5 {
	margin-right: 2.5rem !important;
}

.u-mb-sm-5 {
	margin-bottom: 2.5rem !important;
}

.u-ml-sm-5 {
	margin-left: 2.5rem !important;
}

.u-my-sm-5 {
	margin-bottom: 2.5rem !important;
	margin-top: 2.5rem !important;
}

.u-mx-sm-5 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.u-mt-sm-6 {
	margin-top: 3rem !important;
}

.u-mr-sm-6 {
	margin-right: 3rem !important;
}

.u-mb-sm-6 {
	margin-bottom: 3rem !important;
}

.u-ml-sm-6 {
	margin-left: 3rem !important;
}

.u-my-sm-6 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.u-mx-sm-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.u-mt-sm-7 {
	margin-top: 3.5rem !important;
}

.u-mr-sm-7 {
	margin-right: 3.5rem !important;
}

.u-mb-sm-7 {
	margin-bottom: 3.5rem !important;
}

.u-ml-sm-7 {
	margin-left: 3.5rem !important;
}

.u-my-sm-7 {
	margin-bottom: 3.5rem !important;
	margin-top: 3.5rem !important;
}

.u-mx-sm-7 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.u-mt-sm-8 {
	margin-top: 4rem !important;
}

.u-mr-sm-8 {
	margin-right: 4rem !important;
}

.u-mb-sm-8 {
	margin-bottom: 4rem !important;
}

.u-ml-sm-8 {
	margin-left: 4rem !important;
}

.u-my-sm-8 {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important;
}

.u-mx-sm-8 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.u-mt-sm-9 {
	margin-top: 4.5rem !important;
}

.u-mr-sm-9 {
	margin-right: 4.5rem !important;
}

.u-mb-sm-9 {
	margin-bottom: 4.5rem !important;
}

.u-ml-sm-9 {
	margin-left: 4.5rem !important;
}

.u-my-sm-9 {
	margin-bottom: 4.5rem !important;
	margin-top: 4.5rem !important;
}

.u-mx-sm-9 {
	margin-left: 4.5rem !important;
	margin-right: 4.5rem !important;
}

.u-mt-sm-10 {
	margin-top: 5rem !important;
}

.u-mr-sm-10 {
	margin-right: 5rem !important;
}

.u-mb-sm-10 {
	margin-bottom: 5rem !important;
}

.u-ml-sm-10 {
	margin-left: 5rem !important;
}

.u-my-sm-10 {
	margin-bottom: 5rem !important;
	margin-top: 5rem !important;
}

.u-mx-sm-10 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

.u-py-default {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.u-pt-sm-0 {
	padding-top: 0rem !important;
}

.u-pr-sm-0 {
	padding-right: 0rem !important;
}

.u-pb-sm-0 {
	padding-bottom: 0rem !important;
}

.u-pl-sm-0 {
	padding-left: 0rem !important;
}

.u-py-sm-0 {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
}

.u-px-sm-0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.u-pt-sm-1 {
	padding-top: 0.5rem !important;
}

.u-pr-sm-1 {
	padding-right: 0.5rem !important;
}

.u-pb-sm-1 {
	padding-bottom: 0.5rem !important;
}

.u-pl-sm-1 {
	padding-left: 0.5rem !important;
}

.u-py-sm-1 {
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}

.u-px-sm-1 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.u-pt-sm-2 {
	padding-top: 1rem !important;
}

.u-pr-sm-2 {
	padding-right: 1rem !important;
}

.u-pb-sm-2 {
	padding-bottom: 1rem !important;
}

.u-pl-sm-2 {
	padding-left: 1rem !important;
}

.u-py-sm-2 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.u-px-sm-2 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.u-pt-sm-3 {
	padding-top: 1.5rem !important;
}

.u-pr-sm-3 {
	padding-right: 1.5rem !important;
}

.u-pb-sm-3 {
	padding-bottom: 1.5rem !important;
}

.u-pl-sm-3 {
	padding-left: 1.5rem !important;
}

.u-py-sm-3 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}

.u-px-sm-3 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.u-pt-sm-4 {
	padding-top: 2rem !important;
}

.u-pr-sm-4 {
	padding-right: 2rem !important;
}

.u-pb-sm-4 {
	padding-bottom: 2rem !important;
}

.u-pl-sm-4 {
	padding-left: 2rem !important;
}

.u-py-sm-4 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.u-px-sm-4 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.u-pt-sm-5 {
	padding-top: 2.5rem !important;
}

.u-pr-sm-5 {
	padding-right: 2.5rem !important;
}

.u-pb-sm-5 {
	padding-bottom: 2.5rem !important;
}

.u-pl-sm-5 {
	padding-left: 2.5rem !important;
}

.u-py-sm-5 {
	padding-bottom: 2.5rem !important;
	padding-top: 2.5rem !important;
}

.u-px-sm-5 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.u-pt-sm-6 {
	padding-top: 3rem !important;
}

.u-pr-sm-6 {
	padding-right: 3rem !important;
}

.u-pb-sm-6 {
	padding-bottom: 3rem !important;
}

.u-pl-sm-6 {
	padding-left: 3rem !important;
}

.u-py-sm-6 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}

.u-px-sm-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.u-pt-sm-7 {
	padding-top: 3.5rem !important;
}

.u-pr-sm-7 {
	padding-right: 3.5rem !important;
}

.u-pb-sm-7 {
	padding-bottom: 3.5rem !important;
}

.u-pl-sm-7 {
	padding-left: 3.5rem !important;
}

.u-py-sm-7 {
	padding-bottom: 3.5rem !important;
	padding-top: 3.5rem !important;
}

.u-px-sm-7 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.u-pt-sm-8 {
	padding-top: 4rem !important;
}

.u-pr-sm-8 {
	padding-right: 4rem !important;
}

.u-pb-sm-8 {
	padding-bottom: 4rem !important;
}

.u-pl-sm-8 {
	padding-left: 4rem !important;
}

.u-py-sm-8 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

.u-px-sm-8 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.u-pt-sm-9 {
	padding-top: 4.5rem !important;
}

.u-pr-sm-9 {
	padding-right: 4.5rem !important;
}

.u-pb-sm-9 {
	padding-bottom: 4.5rem !important;
}

.u-pl-sm-9 {
	padding-left: 4.5rem !important;
}

.u-py-sm-9 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.u-px-sm-9 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.u-pt-sm-10 {
	padding-top: 5rem !important;
}

.u-pr-sm-10 {
	padding-right: 5rem !important;
}

.u-pb-sm-10 {
	padding-bottom: 5rem !important;
}

.u-pl-sm-10 {
	padding-left: 5rem !important;
}

.u-py-sm-10 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.u-px-sm-10 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

}

@media (max-width: 580px) {

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

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

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

